* lisp/progmodes/perl-mode.el: Add support for here documents.
[emacs.git] / lisp / ChangeLog
blob72036ac1a2e196802528b8974a33afcc1b55ce74
1 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/perl-mode.el: Add support for here documents.
4         (perl-syntax-propertize-function): Match here-doc markers.
5         (perl-syntax-propertize-special-constructs): Find their end.
6         (perl-imenu-generic-expression): Use [:alnum:].
8         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9         (advice--add-function): Refresh the advice if already present
10         (bug#14317).
12 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
14         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
16 2013-05-06  Glenn Morris  <rgm@gnu.org>
18         * w32-fns.el (w32-charset-info-alist): Declare.
20         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
21         of its defcustom properties.
22         (eshell-cmpl-initialize): No need to load pcomplete.
24         * generic-x.el: No need to require comint when compiling.
26         * net/eudc-export.el: Make it loadable without bbdb.
27         (top-level): Use require rather than load-library.
28         (eudc-create-bbdb-record, eudc-bbdbify-phone)
29         (eudc-batch-export-records-to-bbdb)
30         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
31         Require bbdb.
33 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
35         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
36         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
37         some tweaks, instead.
39 2013-05-05  Leo Liu  <sdl.web@gmail.com>
41         * progmodes/octave.el (octave-font-lock-keywords)
42         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
43         (inferior-octave-send-list-and-digest): Improve error message.
44         (octave-mode, inferior-octave-mode): Use setq-local.
45         (octave-help): Set info-lookup-mode.
47 2013-05-05  Richard Stallman  <rms@gnu.org>
49         * vc/compare-w.el (compare-windows-whitespace):
50         Treat no-break space as whitespace.
52         * mail/rmailsum.el (rmail-summary-rmail-update):
53         Detect empty summary and don't change selected message.
54         (rmail-summary-goto-msg): Likewise.
56         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
57         Doc fixes, rename args.
59 2013-05-05  Alan Mackenzie  <acm@muc.de>
61         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
63 2013-05-05  Juri Linkov  <juri@jurta.org>
65         * info.el (Info-read-subfile): Use (point-min) instead of (point)
66         to not add the length of the summary segment to the return value.
67         (Bug#14125)
69 2013-05-05  Leo Liu  <sdl.web@gmail.com>
71         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
72         (inferior-octave-output-filter): Remove.
73         (octave-send-region, inferior-octave-startup): Fix callers.
74         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
75         (octave-binary-file-extensions): New user variable.
76         (octave-find-definition): Confirm if opening binary files.
77         (octave-help-file): Use octave-find-definition to get the binary
78         confirmation.
79         (octave-help): Adjust for octave-help-file change.
81 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
84         Merge the two entries that handle function definitions.
85         (pascal--syntax-propertize): New const.
86         (pascal-mode): Use it.  Use setq-local.
88 2013-05-04  Glenn Morris  <rgm@gnu.org>
90         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
91         (diary-from-outlook): Respect diary-from-outlook-function.
93 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
96         Move the declaration from C.
97         (read-minibuffer, eval-minibuffer): Move from C.
98         (completion-setup-function): Avoid minibuffer-completion-contents.
100 2013-05-03  Leo Liu  <sdl.web@gmail.com>
102         * progmodes/octave.el (octave-font-lock-keywords): Do not
103         dehighlight 'end' in comments or strings.
104         (octave-completing-read, octave-goto-function-definition):
105         New helpers.
106         (octave-help-buffer): New user variable.
107         (octave-help-file, octave-help-function): New button types.
108         (octave-help): New command and bind it to C-h ;.
109         (octave-find-definition): New command and bind it to M-.
110         (user-error): Alias to error if not defined.
112 2013-05-02  Leo Liu  <sdl.web@gmail.com>
114         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
115         for \.  (bug#14332)
116         (octave-font-lock-keywords): Include [ and {.
118 2013-05-02  Leo Liu  <sdl.web@gmail.com>
120         * progmodes/octave.el (inferior-octave-startup-file): Change default.
121         (inferior-octave): Remove calling comint-mode and return the buffer.
122         (inferior-octave-startup): Cosmetic changes.
124 2013-05-02  Leo Liu  <sdl.web@gmail.com>
126         * progmodes/octave.el (octave-syntax-propertize-function):
127         Include the case when ' is at line beginning.  (Bug#14336)
129 2013-05-02  Glenn Morris  <rgm@gnu.org>
131         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
132         * desktop.el (vc-dir-mode): Just autoload it here.
134 2013-05-02  Alan Mackenzie  <acm@muc.de>
136         Eliminate variable c-standard-font-lock-fontify-region-function.
137         * progmodes/cc-mode.el
138         (c-standard-font-lock-fontify-region-function): Remove.
139         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
141 2013-05-01  Leo Liu  <sdl.web@gmail.com>
143         * progmodes/octave.el: Compatible with older emacs-24 releases.
144         (inferior-octave-has-built-in-variables): Remove.  Built-in
145         variables were removed from Octave in 2007.
146         (inferior-octave-startup): Fix uses.
147         (comint-line-beginning-position): Remove compatibility code for
148         emacs 21.
150 2013-05-01  Juri Linkov  <juri@jurta.org>
152         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
154 2013-05-01  Juri Linkov  <juri@jurta.org>
156         * comint.el (comint-previous-matching-input): Don't print message
157         "History item: %d" when `isearch-mode' is active.
158         (comint-history-isearch-message): Print message "History item: %d"
159         when `comint-input-ring-index' is not empty and this function is
160         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
162 2013-05-01  Leo Liu  <sdl.web@gmail.com>
164         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
165         definitions.  Use completion-at-point to insert keywords.
166         (octave-abbrev-start): Remove.
167         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
169 2013-04-30  Leo Liu  <sdl.web@gmail.com>
171         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
172         change.
174 2013-04-30  Alan Mackenzie  <acm@muc.de>
176         Handle arbitrarily long C++ member initialisation lists.
177         * progmodes/cc-engine.el (c-back-over-member-initializers):
178         new function.
179         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
180         (most) member init lists.
182 2013-04-30  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
184         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
185         variable.
187 2013-04-30  Leo Liu  <sdl.web@gmail.com>
189         * progmodes/octave.el (octave-variables): Remove.  No builtin
190         variables any more.  All converted to functions.
191         (octave-font-lock-keywords, octave-completion-at-point-function):
192         Fix uses.
193         (octave-font-lock-texinfo-comment): New user variable.
194         (octave-texinfo-font-lock-keywords): New variable for texinfo
195         comment block.
196         (octave-function-comment-block): New face.
197         (octave-font-lock-texinfo-comment): New function.
198         (octave-mode): Font lock texinfo comment block.
200 2013-04-29  Leo Liu  <sdl.web@gmail.com>
202         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
203         indexing expression.
204         (octave-continuation-string): Do not use \.
205         (inferior-octave-complete-impossible): Remove.
206         (inferior-octave-completion-table)
207         (inferior-octave-completion-at-point): Remove its uses.
208         (inferior-octave-startup): completion_matches was introduced to
209         Octave in 1996 so safe to assume it.
210         (octave-function-file-comment): Improve to follow how Octave does it.
211         (octave-update-function-file-comment): Tweak.
213 2013-04-29  Leo Liu  <sdl.web@gmail.com>
215         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
216         (inferior-octave-startup): Remove inferior-octave-startup-hook.
217         (octave-function-file-comment): Fix typo.
218         (octave-sync-function-file-names): Use read-char-choice.
220 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
222         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
223         to t for the less important warnings.
225 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
227         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
229 2013-04-27  Glenn Morris  <rgm@gnu.org>
231         * vc/log-view.el (log-view-current-entry):
232         Treat "---" separator lines as part of the following rev.  (Bug#14169)
234 2013-04-27  Juri Linkov  <juri@jurta.org>
236         * subr.el (read-number): Doc fix about using it by interactive
237         code letter `n'.  (Bug#14254)
239 2013-04-27  Juri Linkov  <juri@jurta.org>
241         * desktop.el (desktop-auto-save-timeout): New option.
242         (desktop-file-checksum): New variable.
243         (desktop-save): Add optional arg `auto-save' and don't auto-save
244         if nothing changed.
245         (desktop-auto-save-timer): New variable.
246         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
247         (after-init-hook): Call `desktop-auto-save-set-timer'.
248         Suggested by Reuben Thomas <rrt@sc3d.org> in
249         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
251 2013-04-27  Leo Liu  <sdl.web@gmail.com>
253         * progmodes/octave.el (octave-function-file-p)
254         (octave-skip-comment-forward, octave-function-file-comment)
255         (octave-update-function-file-comment): New functions.
256         (octave-mode-map): Bind C-c ; to
257         octave-update-function-file-comment.
258         (octave-mode-menu): Add octave-update-function-file-comment.
259         (octave-mode, inferior-octave-mode): Fix doc-string.
260         (octave-insert-defun): Conform to Octave's coding convention.
261         (Bug#14285)
263         * files.el (basic-save-buffer): Don't let errors in
264         before-save-hook prevent saving buffer.
266 2013-04-20  Roland Winkler  <winkler@gnu.org>
268         * faces.el (read-face-name): Use completing-read if arg multiple
269         is nil.
271 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
273         * ls-lisp.el (ls-lisp-insert-directory): If no files are
274         displayed, move point to after the totals line.
275         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
276         for the details.
278 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
280         * emacs-lisp/package.el (package-autoload-ensure-default-file):
281         Add current dir to the load-path.
282         (package-generate-autoloads): Don't rely on
283         autoload-ensure-default-file.
285 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
287         * textmodes/remember.el (remember-store-in-files): Document that
288         the file name format is passed to `format-time-string'.
290 2013-04-26  Leo Liu  <sdl.web@gmail.com>
292         * progmodes/octave.el (octave-sync-function-file-names): New function.
293         (octave-mode): Use it in before-save-hook.
295 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
297         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
298         (bug#14274).
300         * progmodes/octave.el (octave-smie-forward-token): Properly skip
301         \n and comment, even if it's not an implicit ; (bug#14218).
303 2013-04-26  Glenn Morris  <rgm@gnu.org>
305         * subr.el (read-number): Once more use `read' rather than
306         `string-to-number', to trap non-numeric input.  (Bug#14254)
308 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
310         * emacs-lisp/syntax.el (syntax-propertize-multiline):
311         Use `syntax-multiline' text property consistently instead of
312         `font-lock-multiline'. (bug#14237).
314 2013-04-26  Glenn Morris  <rgm@gnu.org>
316         * emacs-lisp/shadow.el (list-load-path-shadows):
317         No longer necessary to check for duplicate simple.el, since
318         2012-07-07 change to init_lread to not include installation lisp
319         directories in load-path when running uninstalled.  (Bug#14270)
321 2013-04-26  Leo Liu  <sdl.web@gmail.com>
323         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
324         (octave-mode, inferior-octave-mode): Use setq-local.
325         (octave-not-in-string-or-comment-p): Rename to
326         octave-in-string-or-comment-p.
327         (octave-in-comment-p, octave-in-string-p)
328         (octave-in-string-or-comment-p): Replace defsubst with defun.
330 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
332         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
334 2013-04-25  Bastien Guerry  <bzg@gnu.org>
336         * textmodes/remember.el (remember-data-directory)
337         (remember-directory-file-name-format): Fix custom types.
339 2013-04-25  Leo Liu  <sdl.web@gmail.com>
341         * progmodes/octave.el (octave-completion-at-point-function):
342         Make use of inferior octave process.
343         (octave-initialize-completions): Remove.
344         (inferior-octave-completion-table): New function.
345         (inferior-octave-completion-at-point): Use it.
346         (octave-completion-alist): Remove.
348 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * progmodes/opascal.el: Use font-lock and syntax-propertize.
351         (opascal-mode-syntax-table): New var.
352         (opascal-literal-kind, opascal-is-literal-end)
353         (opascal-literal-token-at): Rewrite.
354         (opascal--literal-start-re, opascal-font-lock-keywords)
355         (opascal--syntax-propertize): New constants.
356         (opascal-font-lock-defaults): Adjust.
357         (opascal-mode): Use them.  Set comment-<foo> variables as well.
358         (delphi-comment-face, opascal-comment-face, delphi-string-face)
359         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
360         (delphi-other-face, opascal-other-face): Remove face variables.
361         (opascal-save-state): Remove macro.
362         (opascal-fontifying-progress-step): Remove constant.
363         (opascal--ignore-changes): Remove var.
364         (opascal-set-token-property, opascal-parse-next-literal)
365         (opascal-is-stable-literal, opascal-complete-literal)
366         (opascal-is-literal-start, opascal-face-of)
367         (opascal-parse-region, opascal-parse-region-until-stable)
368         (opascal-fontify-region, opascal-after-change)
369         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
370         (opascal-debug-parse-region, opascal-debug-parse-window)
371         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
372         (opascal-debug-fontify-buffer): Remove.
373         (opascal-debug-mode-map): Adjust accordingly.
375 2013-04-25  Leo Liu  <sdl.web@gmail.com>
377         Merge octave-mod.el and octave-inf.el into octave.el with some
378         cleanups.
379         * progmodes/octave.el: New file renamed from octave-mod.el.
380         * progmodes/octave-inf.el: Merged into octave.el.
381         * progmodes/octave-mod.el: Renamed to octave.el.
383 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
385         * textmodes/reftex-vars.el
386         (reftex-label-ignored-macros-and-environments): New defcustom.
388         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
390 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
393         (smie-indent-keyword): Improve the check to ensure that the next
394         comment is really on the same line.
395         (smie-indent-comment): Don't align with a subsequent closer (or eob).
397         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
398         semi-colons if the line is not otherwise empty (bug#14218).
400 2013-04-25  Glenn Morris  <rgm@gnu.org>
402         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
404 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * progmodes/opascal.el (opascal-set-token-property): Rename from
407         opascal-set-text-properties and only set `token' (bug#14134).
408         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
409         (opascal-literal-text-properties): Remove.
410         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
411         Adjust callers.
413 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
415         * textmodes/remember.el (remember-handler-functions): Add an
416         option for a new handler `remember-store-in-files'.
417         (remember-data-directory, remember-directory-file-name-format):
418         New options.
419         (remember-store-in-files): New function to store remember notes
420         as separate files within a directory.
422 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
424         * progmodes/compile.el (compilation-next-error-function):
425         Pass "formats" to compilation-find-file (bug#11777).
427 2013-04-24  Glenn Morris  <rgm@gnu.org>
429         * vc/vc-bzr.el (vc-bzr-print-log):
430         * vc/vc-hg.el (vc-hg-print-log):
431         * vc/vc-svn.el (vc-svn-print-log):
432         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
434         * vc/vc-bzr.el (vc-bzr-print-log):
435         * vc/vc-cvs.el (vc-cvs-print-log):
436         * vc/vc-git.el (vc-git-print-log):
437         * vc/vc-hg.el (vc-hg-print-log):
438         * vc/vc-mtn.el (vc-mtn-print-log):
439         * vc/vc-rcs.el (vc-rcs-print-log):
440         * vc/vc-sccs.el (vc-sccs-print-log):
441         * vc/vc-svn.el (vc-svn-print-log):
442         * vc/vc.el (vc-print-log-internal): Doc fixes.
444 2013-04-23  Glenn Morris  <rgm@gnu.org>
446         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
447         Remove venerable code attempting to avoid substitute-command-keys.
449 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
451         * textmodes/reftex-vars.el (reftex-label-regexps):
452         Call `reftex-compile-variables' after changes to this variable.
454 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
457         Use lexical-binding.
458         (jit-lock-force-redisplay): Use markers, check buffer's continued
459         existence and beware narrowed buffers.
460         (jit-lock-fontify-now): Adjust call accordingly.
462 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
464         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
465         to avoid misleading the user.
467 2013-04-22  Leo Liu  <sdl.web@gmail.com>
469         * info-look.el: Prefer latex2e.info.  (Bug#14240)
471 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
473         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
475         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
476         * net/tramp.el (tramp-call-process): ... here
477         (tramp-set-completion-function, tramp-parse-putty):
478         * net/tramp-adb.el (tramp-adb-execute-adb-command):
479         * net/tramp-gvfs.el (tramp-gvfs-send-command):
480         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
481         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
482         (tramp-call-local-coding-command): Use `tramp-call-process'
483         instead of `tramp-compat-call-process'.
485         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
486         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
487         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
488         (tramp-find-inline-compress):Improve traces.
489         (tramp-maybe-send-script): Check for Perl binary.
490         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
492 2013-04-22  Daiki Ueno  <ueno@gnu.org>
494         * epg.el (epg-context-pinentry-mode): New function.
495         (epg-context-set-pinentry-mode): New function.
496         (epg--start): Pass --pinentry-mode option to gpg command.
498 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
500         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
501         `comint-dynamic-complete' is obsolete since 24.1, replaced by
502         `completion-at-point'. (Bug#13774)
504         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
505         default key binding for `describe-distribution' has been moved to
506         `C-h C-o'.  (Bug#13970)
508 2013-04-21  Glenn Morris  <rgm@gnu.org>
510         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
511         Add doc strings.
512         (vc-print-log): Clarify interactive prompt.
514 2013-04-20  Glenn Morris  <rgm@gnu.org>
516         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
517         No longer include timestamp etc information.
519 2013-04-20  Roland Winkler  <winkler@gnu.org>
521         * faces.el (read-face-name): Bug fix, return just one face if arg
522         multiple is nil.  (Bug#14209)
524 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
526         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
527         (remove-function): Autoload.
529         * comint.el (comint-redirect-original-filter-function): Remove.
530         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
531         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
532         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
533         * progmodes/prolog.el (prolog-consult-compile):
534         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
535         Use add/remove-function instead.
536         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
537         (gud-tooltip-process-output, gud-tooltip-tips):
538         Use add/remove-function instead.
539         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
540         (scheme-interaction-mode, exit-scheme-interaction-mode):
541         Use add/remove-function instead.
543         * vc/vc-dispatcher.el: Use lexical-binding.
544         (vc--process-sentinel): Rename from vc-process-sentinel.
545         Change last arg to be the code to run.  Don't use vc-previous-sentinel
546         and vc-sentinel-commands any more.
547         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
548         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
550 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
552         * progmodes/sh-script.el (sh-imenu-generic-expression):
553         Handle function names with a single character.   (Bug#14111)
555 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
557         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
558         for subroutines defined in an eval (bug#14182).
560 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
562         * bookmark.el (bookmark-completing-read): Improve handling of empty
563         string (bug#14176).
565 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
567         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
569 2013-04-19  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
571         New faster Imenu implementation (bug#14058).
572         * progmodes/python.el:
573         (python-imenu-prev-index-position):
574         (python-imenu-format-item-label-function)
575         (python-imenu-format-parent-item-label-function)
576         (python-imenu-format-parent-item-jump-label-function):
577         New vars.
578         (python-imenu-format-item-label)
579         (python-imenu-format-parent-item-label)
580         (python-imenu-format-parent-item-jump-label)
581         (python-imenu--put-parent, python-imenu--build-tree)
582         (python-imenu-create-index, python-imenu-create-flat-index)
583         (python-util-popn): New functions.
584         (python-mode): Set imenu-create-index-function to
585         python-imenu-create-index.
587 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
589         * winner.el (winner-active-region): Use region-active-p, activate-mark
590         and deactivate-mark (bug#14225).
592         * simple.el (deactivate-mark): Don't inline it.
594 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
596         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
598 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
600         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
601         file extensions from the archive-mode entry in order to prefer
602         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
604 2013-04-18  Leo Liu  <sdl.web@gmail.com>
606         * bindings.el (help-event-list): Add ?\?.
608 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * subr.el (with-wrapper-hook): Declare obsolete.
611         * simple.el (filter-buffer-substring-function): New hook.
612         (filter-buffer-substring): Use it.
613         (filter-buffer-substring-functions): Mark obsolete.
614         * minibuffer.el (completion-in-region-function): New hook.
615         (completion-in-region): Use it.
616         (completion-in-region-functions): Mark obsolete.
617         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
618         * abbrev.el (abbrev-expand-function): New hook.
619         (expand-abbrev): Use it.
620         (abbrev-expand-functions): Mark obsolete.
621         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
622         and :filter-return.
624 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
626         * progmodes/python.el (python-nav--syntactically): Fix cornercases
627         and do not care about match data.
629 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
632         completion tables when completing error conditions and
633         `declare' arguments.
634         (lisp-complete-symbol, field-complete): Mark as obsolete.
635         (check-parens): Unmatched parens are user errors.
636         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
638 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
640         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
641         command changed buffer (ie. `flyspell-pre-buffer' is not current
642         buffer), which prevents making decisions based on invalid value of
643         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
644         cause an error when `flyspell-pre-point' was nil after switching
645         buffers.
646         (flyspell-post-command-hook): No longer needs to change buffers when
647         checking pre-word.  While at it remove unnecessary progn.
649 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
651         * textmodes/ispell.el (ispell-add-per-file-word-list):
652         Fix `flyspell-correct-word-before-point' error when accepting
653         words and `coment-padding' is an integer by using
654         `comment-normalize-vars' (Bug #14214).
656 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
658         New defun movement commands.
659         * progmodes/python.el (python-nav--syntactically)
660         (python-nav--forward-defun, python-nav-backward-defun)
661         (python-nav-forward-defun): New functions.
663 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
665         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
666         (python-syntax-context): Use named compiler-macro for backwards
667         compatibility with Emacs 24.x.
669 2013-04-17  Leo Liu  <sdl.web@gmail.com>
671         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
672         octave-hide-process-buffer.
674 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
677         (bug#14216).
679 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
681         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
682         Fix adjustment of offset when receiving incomplete responses from GDB
683         (bug#14129).
685 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
687         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
688         python-mode-abbrev-table.
689         (python-skeleton-define): Adjust accordingly.
690         (python-mode-abbrev-table): New table that inherits from it so that
691         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
693         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
694         (abbrev-symbol): Use it.
695         (abbrev--before-point): Use it since we already handle inheritance.
697 2013-04-16  Leo Liu  <sdl.web@gmail.com>
699         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
700         binding to info-lookup-symbol.
702 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
704         * minibuffer.el (completion--twq-all):
705         * term/ns-win.el (ns-initialize-window-system):
706         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
708 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
710         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
711         global bindings.
713         * doc-view.el (doc-view-start-process): Handle url-handler directories.
715 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
717         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
718         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
719         to nil.
720         (ruby-end-of-defun): Remove the unused arg, change the docstring
721         to reflect that this function is only used as the value of
722         `end-of-defun-function'.
723         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
724         to reflect an earlier change that beginning/end-of-defun functions
725         jump between methods in a class definition, as well as top-level
726         functions.
728 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * minibuffer.el (minibuffer-complete): Don't just scroll
731         a *Completions* that's been iconified.
732         (minibuffer-force-complete): Make sure repetitions do cycle when going
733         through completion-in-region -> minibuffer-complete.
735 2013-04-15  Alan Mackenzie  <acm@muc.de>
737         Correct the placement of c-cpp-delimiters when there're #s not at
738         col 0.
740         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
741         place a submatch around the #.
742         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
743         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
744         on the #, not BOL.
746 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * emacs-lisp/nadvice.el: Properly test names when adding advice.
749         (advice--member-p): New arg `name'.
750         (advice--add-function, advice-member-p): Use it (bug#14202).
752 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
754         Reformulate java imenu-generic-expression.
755         The old expression contained ill formed regexps.
757         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
758         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
759         (cc-imenu-java-method-arg-regexp): New defconsts.
760         (cc-imenu-java-build-type-args-regex): New defun.
761         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
762         handling of spaces in the regexp.
764 2013-03-15  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
766         * textmodes/ispell.el (ispell-command-loop): Remove
767         flyspell highlight of a word when ispell accepts it (bug #14178).
769 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
771         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
772         uses code from the previous `ange-ftp-run-real-handler'.
773         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
774         only in case that function exist.  This is needed for proper
775         unloading of Tramp.
777 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
779         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
781         * textmodes/reftex.el (reftex-compile-variables): Use it.
783 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * files.el (normal-mode): Only use default major-mode if no other mode
786         was specified.
788         * emacs-lisp/trace.el (trace-values): New function.
790         * files.el: Allow : in local variables (bug#14089).
791         (hack-local-variable-regexp): New var.
792         (hack-local-variables-prop-line, hack-local-variables): Use it.
794 2013-04-13  Roland Winkler  <winkler@gnu.org>
796         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
797         data before it gets modified by bibtex-beginning-of-entry.
799 2013-04-13  Roland Winkler  <winkler@gnu.org>
801         * textmodes/bibtex.el (bibtex-url): Doc fix.
803 2013-04-13  Roland Winkler  <winkler@gnu.org>
805         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
806         does not visit a BibTeX file, exclude it from the list of buffers
807         returned by bibtex-initialize.
809 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
811         * window.el (split-window): Remove interactive form, since as a
812         command this function is a special case of split-window-below.
813         Correct doc string.
815 2013-04-12  Roland Winkler  <winkler@gnu.org>
817         * faces.el (read-face-name): Do not override value of arg default.
818         Allow single faces and strings as default values.  Remove those
819         elements from return value that are not faces.
820         (describe-face): Simplify.
821         (face-at-point): New optional args thing and multiple so that this
822         function can provide the same functionality previously provided by
823         read-face-name.
824         (make-face-bold, make-face-unbold, make-face-italic)
825         (make-face-unitalic, make-face-bold-italic, invert-face)
826         (modify-face, read-face-and-attribute): Use face-at-point.
828         * cus-edit.el (customize-face, customize-face-other-window)
829         * cus-theme.el (custom-theme-add-face)
830         * face-remap.el (buffer-face-set)
831         * facemenu.el (facemenu-set-face): Use face-at-point.
833 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
835         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
837 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
839         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
840         off leading { and trailing } from field values.
842 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
844         * emacs-lisp/timer.el (timer--check): New function.
845         (timer--time, timer-set-function, timer-event-handler): Use it.
846         (timer-set-idle-time): Simplify.
847         (timer--activate): CSE.
848         (timer-event-handler): Give more info in error message.
849         (internal-timer-start-idle): New function, moved from C.
851         * mpc.el (mpc-proc): Add `restart' argument.
852         (mpc-proc-cmd): Use it.
853         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
854         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
855         less often.
857 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
859         * progmodes/sh-script.el: Implement `sh-mode' own
860         `add-log-current-defun-function' (bug#14112).
861         (sh-current-defun-name): New function.
862         (sh-mode): Use the function.
864 2013-04-09  Bastien Guerry  <bzg@gnu.org>
866         * simple.el (choose-completion-string): Fix docstring (bug#14163).
868 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
872         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
873         timer (bug#14156).
875 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
877         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
878         declaration.
880 2013-04-07  Leo Liu  <sdl.web@gmail.com>
882         * pcmpl-x.el: New file.
884 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
886         Do not set x-display-name until X connection is established.
887         This is needed to prevent from weird situation described at
888         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
889         * frame.el (make-frame): Set x-display-name after call to
890         window system initialization function, not before.
891         * term/x-win.el (x-initialize-window-system): Add optional
892         display argument and use it.
893         * term/w32-win.el (w32-initialize-window-system):
894         * term/ns-win.el (ns-initialize-window-system):
895         * term/pc-win.el (msdos-initialize-window-system):
896         Add compatible optional display argument.
898 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
900         * files.el (normal-backup-enable-predicate): On MS-Windows and
901         MS-DOS compare truenames of temporary-file-directory and of the
902         file, so that 8+3 aliases (usually found in $TEMP on Windows)
903         don't fail comparison by compare-strings.  Also, compare file
904         names case-insensitively on MS-Windows and MS-DOS.
906 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
909         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
911 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
913         * whitespace.el (whitespace-color-on, whitespace-color-off):
914         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
916 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
918         * ispell.el (ispell-set-spellchecker-params):
919         Really set `ispell-args' for all equivs.
921 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * ido.el (ido-completions): Use extra elements of ido-decorations
924         (bug#14143).
925         (ido-decorations): Update docstring.
927 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
929         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
930         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
931         nil during initialization, in order not to miss changes since the
932         file was opened.  (Bug#14140)
934 2013-04-05  Leo Liu  <sdl.web@gmail.com>
936         * kmacro.el (kmacro-call-macro): Fix bug#14135.
938 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
940         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
942 2013-04-04  Glenn Morris  <rgm@gnu.org>
944         * electric.el (electric-pair-inhibit-predicate): Add :version.
946 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
949         when a package is required several times (bug#14082).
951 2013-04-04  Roland Winkler  <winkler@gnu.org>
953         * faces.el (read-face-name): Behave as promised by the docstring.
954         Assume that arg default is a list of faces.
955         (describe-face): Call read-face-name with list of default faces.
957 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
959         * bookmark.el: Fix deletion of bookmarks (bug#13972).
960         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
961         (bookmark-bmenu-execute-deletions): Only skip first line if it's
962         the header.
963         (bookmark-exit-hook-internal): Save even if list is empty.
965 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
967         * emacs-lisp/package.el (package-pinned-packages): New var.
968         (package--add-to-archive-contents): Obey it (bug#14118).
970 2013-04-03  Alan Mackenzie  <acm@muc.de>
972         Handle `parse-partial-sexp' landing inside a comment opener
973         (Bug#13244). Also adapt to the new values of element 7 of a parse
974         state.
976         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
977         parameter `not-in-delimiter'.  Handle being inside comment opener.
978         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
979         character in case we're typing a '*' after a '/'.
980         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
981         instead by passing the parameter to c-state-pp-to-literal.
983         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
984         for elt. 7 of a parse state.
986 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
988         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
989         * international/latin1-disp.el, international/mule-util.el:
990         * language/cyril-util.el, language/european.el, language/ind-util.el:
991         * language/lao-util.el, language/thai.el, language/tibet-util.el:
992         * language/tibetan.el, language/viet-util.el:
993         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
995 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
997         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
998         (electric-pair-post-self-insert-function): Use it.
999         (electric-pair-default-inhibit): New function, extracted from
1000         electric-pair-post-self-insert-function.
1002 2013-03-31  Roland Winkler  <winkler@gnu.org>
1004         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1006 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1008         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1010 2013-03-30  FabiĂ¡n Ezequiel Gallina  <fabian@anue.biz>
1012         Un-indent after "pass" and "return" statements (Bug#13888)
1013         * progmodes/python.el (python-indent-block-enders): New var.
1014         (python-indent-calculate-indentation): Use it.
1016 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
1018         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1019         defun.  Defining it as defalias could introduce too eager
1020         byte-compiler optimization.  (Bug#14030)
1022 2013-03-30  Chong Yidong  <cyd@gnu.org>
1024         * iswitchb.el (iswitchb-read-buffer): Fix typo.
1026 2013-03-30  Leo Liu  <sdl.web@gmail.com>
1028         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1029         (kmacro-execute-from-register): Pass the keyboard macro to
1030         kmacro-call-macro or repeating won't work correctly.
1032 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
1034         * progmodes/subword.el: Back to using `forward-symbol'.
1036         * subr.el (forward-whitespace, forward-symbol)
1037         (forward-same-syntax): Move from thingatpt.el.
1039 2013-03-29  Leo Liu  <sdl.web@gmail.com>
1041         * kmacro.el (kmacro-to-register): New command.
1042         (kmacro-execute-from-register): New function.
1043         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
1045 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * mpc.el: Use defvar-local and setq-local.
1048         (mpc--proc-connect): Connection failures are not bugs.
1049         (mpc-mode-map): `follow-link' only applies to the buffer's content.
1050         (mpc-volume-map): Bind to the up-events.
1052 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1054         * progmodes/subword.el (superword-mode): Use `forward-sexp'
1055         instead of `forward-symbol'.
1057 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1060         (edebug--recursive-edit): Use it.
1061         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1062         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1064 2013-03-28  Leo Liu  <sdl.web@gmail.com>
1066         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
1068 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
1070         * facemenu.el (list-colors-callback): New defvar.
1071         (list-colors-redisplay): New function.
1072         (list-colors-display): Install list-colors-redisplay as the
1073         revert-buffer-function.  (Bug#14063)
1075 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1077         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1078         and suffixes don't overlap (bug#14061).
1080         * case-table.el: Use lexical-binding.
1081         (case-table-get-table): New function.
1082         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
1084 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1086         * progmodes/subword.el: Add `superword-mode' to do word motion
1087         over symbol_words (parallels and leverages `subword-mode' which
1088         does word motion inside MixedCaseWords).
1090 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1092         * eshell/em-unix.el: Move su and sudo to...
1093         * eshell/em-tramp.el: ...Eshell tramp module.
1095 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1097         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1098         Change return value to be a sexp.  Delay `get-buffer' to after
1099         restoring the desktop (bug#13951).
1101 2013-03-26  Leo Liu  <sdl.web@gmail.com>
1103         * register.el: Move semantic tag handling back to
1104         cedet/semantic/senator.el.  (Bug#14052)
1106 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1108         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1109         into the prompt either (bug#13963).
1111 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1114         part of "(error-foo)".
1116 2013-03-24  Juri Linkov  <juri@jurta.org>
1118         * replace.el (list-matching-lines-prefix-face): New defcustom.
1119         (occur-1): Pass `list-matching-lines-prefix-face' to the function
1120         `occur-engine' if `face-differs-from-default-p' returns t.
1121         (occur-engine): Add `,' inside backquote construct to evaluate
1122         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
1123         Pass `prefix-face' to the functions `occur-context-lines' and
1124         `occur-engine-add-prefix'.
1125         (occur-engine-add-prefix, occur-context-lines): Add optional arg
1126         `prefix-face' and propertize the prefix with `prefix-face'.
1127         (Bug#14017)
1129 2013-03-24  Leo Liu  <sdl.web@gmail.com>
1131         * nxml/rng-valid.el (rng-validate-while-idle)
1132         (rng-validate-quick-while-idle): Guard against deleted buffer.
1133         (Bug#13999)
1135         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1136         is the last entry in kill-buffer-hook.
1138         * files.el (kill-buffer-hook): Doc fix.
1140 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1142         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1143         Make it safe-local.
1145         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1147 2013-03-23  Leo Liu  <sdl.web@gmail.com>
1149         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1150         Remove.
1152         * nxml/rng-valid.el (rng-validate-mode)
1153         (rng-after-change-function, rng-do-some-validation):
1154         * nxml/rng-maint.el (rng-validate-buffer):
1155         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1156         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1157         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1158         (nxml-extend-after-change-region): Use with-silent-modifications.
1160         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1161         timer-idle-list.
1163         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1164         (rng-next-error-1, rng-previous-error-1): Do not let-bind
1165         timer-idle-list.  (Bug#13999)
1167 2013-03-23  Juri Linkov  <juri@jurta.org>
1169         * info.el (info-index-match): New face.
1170         (Info-index, Info-apropos-matches): Add a nested subgroup to the
1171         main pattern and add text properties with the new face to matches
1172         in index entries relative to the beginning of the index entry.
1173         (Bug#14015)
1175 2013-03-21  Eric Ludlam  <zappo@gnu.org>
1177         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1178         Inhibit read only while inserting objects.
1180 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1182         * progmodes/cfengine.el: Update docs to mention
1183         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
1184         symbol motion.  Remove "_" from the word syntax.
1186 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
1188         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1189         syntax for both `cfengine2-mode' and `cfengine3-mode'.
1191 2013-03-20  Juri Linkov  <juri@jurta.org>
1193         * info.el (Info-next-reference-or-link)
1194         (Info-prev-reference-or-link): New functions.
1195         (Info-next-reference, Info-prev-reference): Use them.
1196         (Info-try-follow-nearest-node): Handle footnote navigation.
1197         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
1199 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1201         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1202         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1204 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
1206         Suppress unnecessary non-ASCII chatter during build process.
1207         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1208         (batch-skkdic-convert): Suppress most of the chatter.
1209         It's not needed so much now that machines are faster,
1210         and its non-ASCII component was confusing; see Dmitry Gutov in
1211         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1213 2013-03-20  Leo Liu  <sdl.web@gmail.com>
1215         * ido.el (ido-chop): Fix bug#10994.
1217 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1219         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1220         Remove vars.
1221         (whitespace-color-on, whitespace-color-off):
1222         Use `font-lock-fontify-buffer' (Bug#13817).
1224 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1227         remapping in mode-line.
1228         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1230 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1232         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1233         value for `whitespace-line' face (Bug#13875).
1234         (whitespace-font-lock-keywords): Change description.
1235         (whitespace-color-on): Don't save `font-lock-keywords' value, save
1236         the constructed keywords instead.
1237         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1239 2013-03-19  Leo Liu  <sdl.web@gmail.com>
1241         * progmodes/compile.el (compilation-display-error): New command.
1242         (compilation-mode-map, compilation-minor-mode-map): Bind it to
1243         C-o.  (Bug#13992)
1245 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1247         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1249 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
1251         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1253 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1255         * net/tramp-compat.el (tramp-compat-user-error): New defun.
1257         * net/tramp-adb.el (tramp-adb-handle-shell-command):
1258         * net/tramp-gvfs.el (top):
1259         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1260         (tramp-handle-shell-command): Use it.
1261         (tramp-dissect-file-name): Raise an error when hostname is a
1262         method name, and neither method nor user is specified.
1264         * net/trampver.el: Update release number.
1266 2013-03-18  Leo Liu  <sdl.web@gmail.com>
1268         Make sure eldoc can be turned off properly.
1269         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1270         eldoc-mode.
1271         (eldoc-display-message-p): Revert last change.
1272         (eldoc-display-message-no-interference-p)
1273         (eldoc-print-current-symbol-info): Tweak.
1275 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
1277         * doc-view.el (doc-view-new-window-function): Check the new window
1278         overlay's display property instead the char property of the
1279         buffer's first char.  Use `with-selected-window' instead of
1280         `save-window-excursion' with `select-window'.
1281         (doc-view-document->bitmap): Check the current doc-view overlay's
1282         display property instead the char property of the buffer's first char.
1284 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1286         Automate the build of ja-dic.el (Bug#13984).
1287         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1288         from the input, rather than assume that it's been done for us by the
1289         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
1290         the current date into a ja-dic.el comment, as that complicates
1291         regression testing.
1293 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * whitespace.el: Fix double evaluation.
1296         (whitespace-space, whitespace-hspace, whitespace-tab)
1297         (whitespace-newline, whitespace-trailing, whitespace-line)
1298         (whitespace-space-before-tab, whitespace-indentation)
1299         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1300         obsolete defvars.
1301         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1302         (whitespace-color-on): Use a single font-lock-add-keywords call.
1303         Fix double-evaluation of face variables.
1305 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
1307         * net/tramp-adb.el (tramp-adb-parse-device-names):
1308         Use `start-process' instead of `call-process'.  Otherwise, the
1309         function might be blocked under MS Windows.  (Bug#13299)
1311 2013-03-17  Leo Liu  <sdl.web@gmail.com>
1313         Extend eldoc to display info in the mode-line.  (Bug#13978)
1314         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1315         (eldoc-mode-line-string): New variable.
1316         (eldoc-minibuffer-message): New function.
1317         (eldoc-message-function): New variable.
1318         (eldoc-message): Use it.
1319         (eldoc-display-message-p)
1320         (eldoc-display-message-no-interference-p):
1321         Support eldoc-post-insert-mode.
1323         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1324         (eval-expression): Run it.
1326 2013-03-17  Roland Winkler  <winkler@gnu.org>
1328         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1329         strings in the list of return values.
1331 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1333         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1334         radix before checking for HMS forms.
1336 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1338         * progmodes/scheme.el: Add indentation and font-locking for Î».
1339         (Bug#13975)
1341 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1343         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1344         token before point (bug#13942).
1346 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1348         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
1350 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
1352         * startup.el (command-line-normalize-file-name): Fix handling of
1353         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
1354         <xfq.free@gmail.com> in
1355         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1357 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1359         Sync with Tramp 2.2.7.
1361         * net/trampver.el: Update release number.
1363 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
1365         * doc-view.el Fix bug#13887.
1366         (doc-view-insert-image): Don't modify overlay associated to
1367         non-live windows, and implement horizontal centering of image in
1368         case it's smaller than the window.
1369         (doc-view-new-window-function): Force redisplay of new windows on
1370         doc-view buffers.
1372 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
1374         * saveplace.el (save-place-alist-to-file): Don't sort
1375         `save-place-alist', just pretty-print it (bug#13882).
1377 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
1379         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1380         whether `default-file-name-coding-system' is bound.  It isn't in
1381         XEmacs.
1383 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1386         backquotes for `obsolete' (bug#13929).
1388         * international/mule.el (find-auto-coding): Include file name in
1389         obsolescence warning (bug#13922).
1391 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1393         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1394         for CFEngine 3-specific indentation.
1395         (cfengine3-indent-line): Use it.  Fix up category regex.
1396         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1398 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1400         * type-break.el (type-break-file-name):
1401         * textmodes/remember.el (remember-data-file):
1402         * strokes.el (strokes-file):
1403         * shadowfile.el (shadow-initialize):
1404         * saveplace.el (save-place-file):
1405         * ps-bdf.el (bdf-cache-file):
1406         * progmodes/idlwave.el (idlwave-config-directory):
1407         * net/quickurl.el (quickurl-url-file):
1408         * international/kkc.el (kkc-init-file-name):
1409         * ido.el (ido-save-directory-list-file):
1410         * emulation/viper.el (viper-custom-file-name):
1411         * emulation/vip.el (vip-startup-file):
1412         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1413         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1415 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
1417         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1418         * language/thai-word.el: Switch to UTF-8.
1420 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1424 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1426         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1427         Use with-current-buffer and don't move point.
1428         (net-utils-run-simple): Remove useless code.
1429         (net-utils-remove-ctl-m): Remove unused custom.
1431 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
1433         * international/characters.el (glyphless-set-char-table-range): New fun.
1434         (update-glyphless-char-display): Use it (bug#13744).
1436 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1438         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1439         namespaces in the syntax, indent closer for hanging brace
1440         correctly, allow single-quote delimited 'strings', and make
1441         `cfengine3-mode' the default.
1443 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
1445         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1446         Use lexical-binding.  Fix up docstring according to conventions.
1447         (gdbmi-debug-mode): New var.
1448         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1449         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1450         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1451         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1452         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1453         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1454         (gdbmi-bnf-incomplete-record-result): New functions.
1455         (gdb-car<): Remove function.
1456         (gdbmi-record-list): Remove variable.
1457         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1458         (gdbmi-bnf-result-state-configs): New const.
1459         (gud-gdbmi-marker-filter): Rewrite.
1460         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1461         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1462         Add `token' argument.
1463         (gdb-done, gdb-error): New functions.
1464         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
1466 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         * term/xterm.el (xterm--report-background-handler): Don't burp
1469         upon timeout.
1470         (xterm--version-handler): Extract from terminal-init-xterm.
1471         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
1472         Allow multiple handlers.
1473         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1475         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
1476         (xterm--report-background-handler, xterm--query): New functions.
1477         (terminal-init-xterm): Use them.
1479 2013-03-11  Michael R. Mauger  <michael@mauger.com>
1481         * progmodes/sql.el Version 3.2
1482         Please note that my address changed to <michael@mauger.com>;
1483         the <mmaug@yahoo.com> address remains active.
1484         (sql-connection-alist): Updates documentation to fix bug#13715.
1485         (sql-connect): Handle missing `sql-connection-alist' correctly.
1486         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1487         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1488         property.
1489         (sql-default-value): New function.
1490         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1491         values were not used.
1492         (sql-rename-buffer): Make sure alternate buffer name has no text
1493         properties.
1494         (sql-input-sender, sql-execute-feature): Fetch variable with
1495         `buffer-local-value' rather than `with-current-buffer'.
1496         (sql-*): Use #' function syntax consistently.
1497         (sql-*): Use message/error/user-error consistently.
1499 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * xt-mouse.el (xterm-mouse-event-read): Remove.
1502         (xterm-mouse--read-event-sequence-1000)
1503         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1505 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * term/xterm.el (xterm-function-map): Support format used with
1508         formatOtherKeys=1 (bug#13839).
1510         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1511         (with-no-warnings): Use `declare'.
1513         * whitespace.el (whitespace-enable-predicate): New variable.
1514         (whitespace-enable-predicate): Use it.
1516         * comint.el (comint-send-input, comint-snapshot-last-prompt)
1517         (comint-output-filter, comint-update-fence):
1518         Use with-silent-modifications.
1520 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
1522         * replace.el (occur-read-regexp-defaults-function): New var.
1523         (occur-read-regexp-defaults): New defun.
1524         (occur-read-primary-args): Propagate above change (bug#13892).
1526 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * mouse.el (mouse-drag-track): Remove left-over debugging code.
1530 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
1532         Major rewrite due to changed D-Bus interface of GVFS 1.14.
1534         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1535         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1536         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1537         New defconst.
1538         (tramp-gvfs-file-name-handler-alist) [directory-files]
1539         [directory-files-and-attributes, file-exists-p, file-modes]:
1540         Use Tramp default handler.
1541         [file-acl, file-selinux-context, process-file, set-file-acl]:
1542         [set-file-modes, set-file-selinux-context, shell-command]:
1543         [start-file-process]: Remove handler.
1544         [verify-visited-file-modtime]: New handler.
1545         (tramp-gvfs-dbus-string-to-byte-array)
1546         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
1547         calls of `dbus-string-to-byte-array' and
1548         `tramp-gvfs-dbus-byte-array-to-string'.
1549         (tramp-gvfs-handle-copy-file)
1550         (tramp-gvfs-handle-delete-directory)
1551         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1552         (tramp-gvfs-handle-file-directory-p)
1553         (tramp-gvfs-handle-file-executable-p)
1554         (tramp-gvfs-handle-file-name-all-completions)
1555         (tramp-gvfs-handle-file-readable-p)
1556         (tramp-gvfs-handle-file-writable-p)
1557         (tramp-gvfs-handle-insert-directory)
1558         (tramp-gvfs-handle-insert-file-contents)
1559         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1560         (tramp-gvfs-handle-set-visited-file-modtime)
1561         (tramp-gvfs-handle-write-region): Rewrite.
1562         (tramp-gvfs-handle-file-acl)
1563         (tramp-gvfs-handle-file-selinux-context)
1564         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1565         (tramp-gvfs-handle-set-file-modes)
1566         (tramp-gvfs-handle-set-file-selinux-context)
1567         (tramp-gvfs-handle-shell-command)
1568         (tramp-gvfs-handle-start-file-process)
1569         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1570         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1571         over the symlinks.  Fix user handling.
1572         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1573         of the D-Bus signals.
1574         (tramp-gvfs-connection-mounted-p): Handle different names of the
1575         D-Bus methods.
1576         (tramp-gvfs-mount-spec-entry): New defun.
1577         (tramp-gvfs-mount-spec): Use it.
1578         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1579         there is a share name.  Handle different names of the D-Bus
1580         signals and methods.  Set connection properties needed for
1581         `tramp-check-cached-permissions'.
1582         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1583         Return t or nil.
1585         * net/tramp.el (tramp-backtrace): Move up.
1586         (tramp-error): Dump a backtrace into the debug buffer when
1587         `tramp-verbose > 9.
1588         (tramp-file-mode-type-map, tramp-file-mode-from-int)
1589         (tramp-file-mode-permissions, tramp-get-local-uid)
1590         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1591         tramp-sh.el.
1593         * net/tramp-sh.el (tramp-file-mode-type-map)
1594         (tramp-check-cached-permissions, tramp-file-mode-from-int)
1595         (tramp-file-mode-permissions, tramp-get-local-uid)
1596         (tramp-get-local-gid): Move to tramp.el.
1598 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         Separate mouse-1-click-follows-link from mouse-drag-region.
1601         * mouse.el (mouse--down-1-maybe-follows-link): New function.
1602         (key-translation-map): Use it to implement mouse-1-click-follows-link.
1603         (mouse-drag-line, mouse-drag-track):
1604         Remove mouse-1-click-follows-link code.
1605         (mouse--remap-link-click-p): Remove.
1607 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
1609         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1610         (hi-lock-read-regexp-defaults):  New defun.
1611         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1612         (hi-lock-face-phrase-buffer): Propagate above change.
1613         Update docstring (bug#13892).
1615         * subr.el (find-tag-default-as-regexp): New defun.
1616         * replace.el (read-regexp): Propagate above change.
1618 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1620         * calc/calc-units.el (calc-convert-units): Fix the way that default
1621         new units are stored.
1623 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1625         * bookmark.el: Define a face to highlight bookmark names in
1626         bookmark menu buffers, where the default is a bold face similarly
1627         to buffer names in buffer menu buffers.
1628         (bookmark-menu-bookmark): New face to highlight bookmark names.
1629         (bookmark-insert-location): Remove duplicated text property to
1630         conform to buffer list (see `list-buffers').
1631         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1632         `bookmark-menu-bookmark' to bookmark names.
1634 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1635             Karl Fogel  <kfogel@red-bean.com>
1637         * bookmark.el: Display the bookmark list header similarly to the
1638         buffer list header (see `list-buffers'), where the default is now
1639         an immovable/immutable header line.
1640         (bookmark-bmenu-use-header-line): New variable.
1641         (bookmark-bmenu-inline-header-height): New name for
1642         `bookmark-bmenu-header-height', to avoid confusion with the code
1643         for the new immovable header.  All references changed.
1644         (bookmark-bmenu-set-header): New function.
1645         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1646         Conditionalize header construction accordingly.
1647         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1648         the inline header height.
1649         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1650         Conditionalize the skipping of the inline header height.
1652 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
1654         * progmodes/js.el (js--multi-line-declaration-indentation):
1655         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1657 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
1659         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1660         Only propertize regexp when not inside a string (Bug#13885).
1662 2013-03-06  Alan Mackenzie  <acm@muc.de>
1664         Correct the position of point in some line-up functions.
1665         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1666         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1667         point at column 0 rather than at a random place in the line.
1669 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
1671         * net/tramp-compat.el (tramp-compat-delete-directory):
1672         Implement TRASH argument.
1674 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1676         Keep pre-existing highlighting in completion candidates (Bug#13250).
1677         * minibuffer.el (completions-first-difference): State that the
1678         face is "added" in the docstring.
1679         (completions-common-part): Same.  And don't inherit from default.
1680         (completion-hilit-commonality): Prepend 'completions-common-part
1681         and 'completion-first-difference faces to the 'face property,
1682         instead of replacing the value(s).
1683         (completion--insert-strings): Same with 'completions-annotations face.
1684         (completion-hilit-commonality): Use 'face instead of
1685         'font-lock-face, because it gets priority if the completion
1686         strings already have 'face set.
1688 2013-03-04  Alan Mackenzie  <acm@muc.de>
1690         Replace `last-command-event' by `last-command-char' in XEmacs.
1691         * progmodes/cc-defs.el (c-last-command-char): New macro.
1692         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1693         (c-semi&comma-no-newlines-before-nonblanks)
1694         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1695         in place of `last-command-event'.
1696         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1697         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1698         (c-electric-paren, c-electric-continued-statement): Use the new
1699         macro in place of `last-command-event'.
1701 2013-03-04  Glenn Morris  <rgm@gnu.org>
1703         * files.el (inhibit-local-variables-regexps):
1704         Add .diff and .patch.  (Bug#13862)
1706 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1708         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1709         whether the "su" command is available on the device.
1711 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1713         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1714         (tramp-adb-handle-process-file): Remove superfluous setting.
1715         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1716         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1717         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1719 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1722         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1723         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1724         Use dict-key rather than dict-name for the error message.
1726 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1728         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1729         when reverting (bug#13831).
1731 2013-03-01  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1733         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1734         Always expand affix-file before storing to protect against changed
1735         `default-directory'.
1736         (ispell-print-if-debug): Make sure message is printed at the end
1737         of the debug buffer.
1739 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1741         * net/tramp.el (tramp-obsolete-methods): New defconst.
1742         (tramp-warned-obsolete-methods): New defvar.
1743         (tramp-find-method): Check for obsolete methods.  Map them to a
1744         replacement method if appropriate.
1746         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1747         Remove methods.
1748         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1749         "ssh2" and "plink1".
1751 2013-02-28  Dale Sedivec  <dale@codefu.org>
1753         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1754         Return valid syntax-table property value when converting
1755         quotes within text from string syntax to punctuation syntax (bug#13844).
1757 2013-02-28  Juri Linkov  <juri@jurta.org>
1759         * dired-aux.el (dired-diff): If file at point is a backup file,
1760         use its original as the default value, and reverse the order
1761         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1763 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1765         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1766         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1768 2013-02-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1770         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1772         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1773         Ask hunspell about available and default dictionaries.
1774         (ispell-parse-hunspell-affix-file): Extract relevant info from
1775         hunspell affix file.
1776         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1777         `ispell-dictionary-alist' entry for given dictionary after info
1778         provided by `ispell-parse-hunspell-affix-file'.
1779         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1780         of parsed hunspell dicts and associated affix files.
1781         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1782         of parsed hunspell dicts and associated parameters.
1783         (ispell-set-spellchecker-params):
1784         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1785         previously done.
1786         (ispell-start-process):
1787         Call `ispell-hunspell-fill-dictionary-entry' for current
1788         dictionary if it is not initialized.
1790 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * imenu.el: Comment nitpicks.
1794 2013-02-28  Sam Steingold  <sds@gnu.org>
1796         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1797         See <http://stackoverflow.com/questions/14720205>.
1799 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1801         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1802         (net-utils-mode): Use it.
1803         (net-utils--revert-cmd): New var.
1804         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1805         (traceroute): Use net-utils-run-simple.
1807 2013-02-28  Glenn Morris  <rgm@gnu.org>
1809         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1811 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1813         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1814         (doc-view-fallback-mode): Remove overlays here.
1815         (doc-view-toggle-display): Instead of here.  Don't throw away
1816         image-mode-winprops-alist.
1817         (doc-view-goto-page): Don't mess with hscroll.
1819 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1821         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1822         &optional (bug#13819).
1824 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1826         * net/tramp-adb.el (tramp-adb-parse-device-names)
1827         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1829 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1831         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1832         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1833         defined.  POSIX environments fall back to the "C" locale then and
1834         emit a warning, which shall be suppressed.
1836 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1838         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1839         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1841 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1845 2013-02-25  Juri Linkov  <juri@jurta.org>
1847         * replace.el (read-regexp): Let-bind `default' to the first
1848         element of `defaults' if it's a list, otherwise it should be
1849         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1850         a list, otherwise make a list with the string value.  Doc fix.
1851         (Bug#13805)
1853 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1855         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1856         that match "\`\.#", to avoid compiling lock files, even if they
1857         are readable (as they are on MS-Windows).
1859 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1861         * files.el (basic-save-buffer): Remove redundant directory-creation.
1863 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1865         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1866         Add option to force `pi' to remain symbolic.
1867         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1868         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1869         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1870         derivatives, when necessary.
1872 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1874         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1875         (ps-mode-octal-region): Use string-make-unibyte.
1877 2013-02-23  Glenn Morris  <rgm@gnu.org>
1879         * emulation/viper-cmd.el (viper-submit-report):
1880         * progmodes/ps-mode.el (ps-mode-maintainer-address):
1881         * progmodes/vera-mode.el (vera-mode-help-address):
1882         * textmodes/artist.el (artist-maintainer-address):
1883         * textmodes/reftex.el (reftex-report-bug):
1884         * vc/ediff-util.el (ediff-submit-report):
1885         Add bug-gnu-emacs to bug report address.
1887         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1888         Remove bug report entries.
1889         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1891         * emacs-lisp/bytecomp.el (byte-compile-level): New.
1892         (byte-compile-file, byte-compile-from-buffer):
1893         Use separate input/output buffers for each level of recursive
1894         byte-compile-file calls.  (Bug#13787)
1896 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
1898         * net/tramp.el (tramp-methods): Fix docstring.
1899         (tramp-ssh-controlmaster-options): Rename it from
1900         `tramp-ssh-controlmaster-template'.  Return a string.
1901         (tramp-default-method): Adapt check for
1902         `tramp-ssh-controlmaster-options'.
1904         * net/tramp-sh.el (tramp-methods):
1905         Replace `tramp-ssh-controlmaster-template' by "%c".
1906         (tramp-do-copy-or-rename-file-out-of-band)
1907         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
1908         that it is applied for the first hop only.
1910 2013-02-22  Juri Linkov  <juri@jurta.org>
1912         * isearch.el (isearch-lazy-highlight-new-loop):
1913         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1914         to `isearch-other-end' if it is not nil.  (Bug#13402)
1916         * replace.el (replace-highlight): Let-bind `isearch-other-end'
1917         to `match-beg'.
1919         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1920         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1921         and `isearch-error' to nil.
1923 2013-03-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1925         * progmodes/python.el (python-info-current-defun):
1926         Enhance match-data cluttering prevention.
1928 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
1930         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1932         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1933         Handle multibyte file names.
1935 2013-02-22  Glenn Morris  <rgm@gnu.org>
1937         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1938         (sgml-transformation-function): Give it a :set function.
1939         (sgml-tag): Doc fix.
1941         * cmuscheme.el (scheme-buffer):
1942         * progmodes/inf-lisp.el (inferior-lisp-buffer):
1943         * progmodes/tcl.el (inferior-tcl-buffer):
1944         * textmodes/tex-mode.el (tex-command): Doc fixes.
1946         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1948         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
1950 2013-02-21  Bastien Guerry  <bzg@gnu.org>
1952         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
1954 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1956         * progmodes/python.el (python-info-current-defun):
1957         Enhance match-data cluttering prevention.
1959 2013-02-21  Glenn Morris  <rgm@gnu.org>
1961         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1962         loaded while outline-regexp is let bound.  (Bug#9584)
1964 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1966         * progmodes/python.el (python-info-current-defun): Fix failed
1967         defun name retrieval because of unwanted match-data cluttering.
1969 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
1971         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1972         defconst.  Apply independent check for ControlPersist.
1974         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1975         temporarily, via "env".
1977 2013-02-21  Glenn Morris  <rgm@gnu.org>
1979         * info.el (Info-enable-edit): Remove.
1980         (Info-edit): Disable it rather than using Info-enable.
1981         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1982         (Info-cease-edit): Make editing of Info files obsolete.
1984         * informat.el (Info-tagify):
1985         Handle buffers not visiting files.  (Bug#13763)
1987 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
1989         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1991 2013-02-21  Glenn Morris  <rgm@gnu.org>
1993         * files.el (basic-save-buffer): Move check for existing parent
1994         directory after hooks.  (Bug#13773)
1996 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1998         * simple.el (command-execute): Move from C.  Add obsolete check.
1999         (extended-command-history): Move from C.
2001 2013-02-20  Ulrich MĂ¼ller  <ulm@gentoo.org>
2003         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2004         (jka-compr-mode-alist-additions): Handle .txz suffix for
2005         XZ-compressed tar archives (bug#13770).
2007 2013-02-20  Bastien Guerry  <bzg@gnu.org>
2009         * outline.el (outline-regexp, outline-heading-end-regexp):
2010         Make variables, not options (bug#13731).
2012 2013-02-20  Glenn Morris  <rgm@gnu.org>
2014         * image.el (image-current-frame): Change from variable to function.
2015         (image-show-frame): Rename from image-nth-frame.  Update callers.
2016         * image-mode.el (image-multi-frame): New variable.
2017         (image-mode-map, image-mode, image-goto-frame):
2018         Use image-multi-frame rather than image-current-frame.
2019         (image-mode, image-goto-frame): Use image-current-frame as
2020         function rather than as variable.
2022         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2023         * emacs-lisp/cl-macs.el (cl--make-type-test)
2024         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2026 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2028         * net/tramp-cache.el (tramp-get-hash-table): New defun.
2029         (tramp-get-file-property, tramp-set-file-property)
2030         (tramp-get-connection-property, tramp-set-connection-property): Use it.
2031         (tramp-flush-file-property, tramp-flush-directory-property):
2032         Rename argument to KEY.
2033         (tramp-flush-connection-property): Simplify a little bit.
2034         (tramp-connection-property-p): New defun.
2035         (top): Reapply saved values only if there isn't a corresponding
2036         entry in `tramp-connection-properties'.
2038 2013-02-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2040         * progmodes/python.el (python-indent-context):
2041         Fix python-info-line-ends-backslash-p call.
2042         (python-info-line-ends-backslash-p)
2043         (python-info-beginning-of-backslash): Respect line-number argument.
2044         (python-info-current-line-comment-p):
2045         Fix behavior when not at beginning-of-line.
2046         (python-util-position): Remove function.
2047         (python-util-goto-line): New function.
2049 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2051         * eshell/em-unix.el (eshell/su): Require tramp.
2052         (eshell/sudo): Require tramp.  Remove now unnecessary check.
2054         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2055         `tramp-current-connection' in order to avoid an error when several
2056         commands are invoked in a short time in eshell and friends.
2058 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         Cleanup some of EIEIO's namespace.
2061         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2062         Use it to define all the class-* and object-* field accessors (renamed
2063         to eieio--class-* and eieio--object-*).  Update all uses.
2064         (eieio--class-num-slots, eieio--object-num-slots): Rename from
2065         class-num-slots and object-num-slots.
2066         (eieio--check-type): New macro.
2067         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2068         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2069         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2070         (object-assoc-list-safe): Use it.
2071         (eieio-defclass): Tighten regexp.
2072         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
2073         Remove unreachable code.
2074         (object-class-fast): Declare obsolete.
2075         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2076         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2077         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2078         Rename from class-name, object-name, object-set-name-string,
2079         object-class, object-class-name, class-parents, class-children,
2080         class-precedence-list, class-parent; with obsolete alias.
2081         (class-of, class-direct-superclasses, class-direct-subclasses):
2082         Declare obsolete.
2083         (eieio-defmethod): Use `memq'; remove unreachable code.
2084         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2085         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2086         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2088 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2090         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2091         commentary.
2093 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
2095         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2096         Use font-lock-keyword-face for macros and special forms (bug#8345).
2098 2013-02-17  Didier Verna  <didier@didierverna.net>
2100         * net/network-stream.el (network-stream-open-starttls):
2101         Check that response to the starttls-command is non-nil.  (Bug#13706)
2103 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2105         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2106         Don't assume all identifier chars have syntax word.
2107         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2108         Remove bar-not-symbol.  Adjust callers.
2109         (lisp-mode-variables): Don't set a font-lock-syntax-table.
2111 2013-02-17  Leo Liu  <sdl.web@gmail.com>
2113         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2115 2013-02-17  Glenn Morris  <rgm@gnu.org>
2117         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2119         * image-mode.el (image-mode-map): Add image-dired menu entry.
2121         * image-dired.el (tumme): Make this alias obsolete.
2123 2013-02-16  Glenn Morris  <rgm@gnu.org>
2125         * image.el (image-animated-types): Remove.
2126         (image-multi-frame-p): Rename from image-animated-p, and generalize.
2127         (image-animated-p): Make obsolete alias.
2128         (image-animate, image-nth-frame, image-animate-timeout):
2129         Use image-multi-frame-p.
2130         (image-animate-timeout): If no delay, use image-default-frame-delay.
2131         * image-mode.el (image-mode, image-toggle-animation):
2132         Use image-multi-frame-p.  (Bug#763, bug#10739)
2133         (image-mode): Adjust startup message for a multi-frame image.
2135         * image-mode.el (image-mode-map): Give it a menu.
2137 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
2139         * net/tramp-cache.el (tramp-connection-properties): New customer
2140         option.
2141         (tramp-get-connection-property): Use it.
2143         * net/tramp-compat.el (top): Require 'trampver.
2145         * net/tramp-sh.el (tramp-remote-process-environment):
2146         Set tramp-autoload cookie.
2148 2013-02-16  Kevin Ryde  <user42@zip.com.au>
2150         * info-look.el (info-lookup-select-mode): If major-mode has no
2151         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2153 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
2155         * replace.el (read-regexp): Tighten the regexp that matches tag.
2156         When tag is retrieved with `find-tag-default', use regexp that
2157         matches tag at point.  Also update docstring (Bug#13687).
2159 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
2161         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2162         add watch for the file, not its parent directory, since w32notify
2163         sets up the watch for the directory internally.  (Bug#13725)
2165 2013-02-16  Glenn Morris  <rgm@gnu.org>
2167         * image.el (image-default-frame-delay): New variable.
2168         (image-animated-p): Use image-default-frame-delay.
2169         (image-minimum-frame-delay): New constant.
2170         (image-animate-timeout): Use image-minimum-frame-delay.
2172         * image.el (image-nth-frame): New, split from image-animate-timeout.
2173         (image-animate-timeout): Use image-nth-frame.
2174         * image-mode.el (image-goto-frame, image-next-frame)
2175         (image-previous-frame): New commands.
2176         (image-mode-map): Add new frame commands.
2178 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
2180         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2181         If col-desc already has help-echo, use it.  (Bug#13563)
2183 2013-02-16  Glenn Morris  <rgm@gnu.org>
2185         * image.el (image-current-frame): New variable.
2186         (image-animate-timeout): Set image-current-frame.
2187         * image-mode.el (image-mode): For animated images,
2188         display a frame counter via mode-line-process.
2190         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2192 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2194         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2196 2013-02-15  Alan Mackenzie  <acm@muc.de>
2198         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2199         global minor mode has been enabled, call the minor mode function
2200         for a new buffer once only, after the major mode hook, whilst
2201         allowing that hook explicitly to disable the minor mode.
2202         (MODE-disable-in-buffer): New (generated) function.
2203         (disable-MODE): New (generated) buffer local variable.
2205 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
2207         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2208         `iswitchb-next-match' and `iswitchb-prev-match' resply.
2209         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2210         `ido-next-match' and `ido-prev-match' resply.
2211         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2212         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2213         `icomplete-backward-completions' (Bug#13708).
2215 2013-02-15  Glenn Morris  <rgm@gnu.org>
2217         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2219 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * net/goto-addr.el (goto-address-fontify): Add start and end args.
2222         (goto-address-fontify-region): Use them instead of narrowing, so
2223         syntax-ppss has access to the whole buffer.
2225 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2227         * progmodes/python.el: Explain how to restore "cc-mode"-like
2228         forward-sexp movement in header documentation (Bug#13642).
2229         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2230         comments and strings (GH bug 114).
2232 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2234         * progmodes/python.el (python-info-current-defun): Fix current
2235         defun detection (Bug#13618).
2237 2013-02-15  Chong Yidong  <cyd@gnu.org>
2239         * xml.el (xml-parse-string): Fix typo in handling of bad character
2240         references.
2242 2013-02-15  Glenn Morris  <rgm@gnu.org>
2244         * play/fortune.el (fortune-compile): Simplify and fix previous change.
2246 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
2248         * net/tramp.el (tramp-debug-message):
2249         Add `tramp-condition-case-unless-debug'.
2250         (tramp-debug-on-error): New defvar.
2251         (tramp-condition-case-unless-debug): New defun.
2252         (tramp-file-name-handler): Use it.
2254 2013-02-14  Juri Linkov  <juri@jurta.org>
2256         * info.el (Info-isearch-filter): Treat non-nil values of
2257         `search-invisible' including its default value `open'
2258         like the value `t' to match hidden text.  (Bug#13402)
2260 2013-02-14  Glenn Morris  <rgm@gnu.org>
2262         * help-fns.el (find-lisp-object-file-name): Give special treatment
2263         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
2265 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
2267         * net/quickurl.el (quickurl-save-urls):
2268         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
2270 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2272         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2273         depth for unfinished percent literal.  Not using it in the caller.
2274         (ruby-move-to-block): Jump over multiline literals of all types,
2275         ignoring code-looking contents inside them.
2276         (ruby-add-log-current-method): Improve performance at the expense
2277         of accuracy.  `ruby-block-contains-point' is relatively slow, so
2278         only use it for method and singleton class blocks.
2280 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2282         Use ControlMaster where applicable.  (Bug#13677)
2284         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2285         replacing `tramp-detect-ssh-controlmaster'.
2286         (tramp-default-method): Use it.
2288         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2289         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2290         arguments.
2291         [scpc, rsyncc]: Remove methods.
2292         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2293         and "ssh2_old".
2294         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2295         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2297 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         * emacs-lisp/package.el (package--initialized): Move before first use.
2301 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
2303         * icomplete.el (icomplete-hide-common-prefix): New user option.
2304         (icomplete-first-match): New face.
2305         (icomplete-completions): Correct handling of "complete but not
2306         unique" (Bug#12638).
2308 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
2310         * descr-text.el (describe-char): Display the script (bug#13698).
2312 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2314         * tmm.el: Use lexical-binding and current-active-maps.
2315         (tmm-menubar): Use map-keymap and pcase.
2316         (tmm--completion-table): New function.
2317         (tmm-prompt): Use it to fix the menu order.
2318         (tmm-get-keybind): Use current-active-maps.
2320 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2322         Add dired-hide-details-mode.  (Bug#6799)
2324         * locate.el (locate-mode): Set parent mode property to dired-mode.
2326         * find-dired.el (find-dired): Call dired-insert-set-properties on
2327         initial information line.  Set process mark on end of buffer.
2328         (find-dired-sentinel):
2329         Call dired-insert-set-properties on summary.
2331         * dired.el (dired-hide-details-hide-symlink-targets)
2332         (dired-hide-details-hide-information-lines): New options.
2333         (dired-insert-directory):
2334         Set properties after final treatment of output.
2335         (dired-insert-set-properties):
2336         Set dired-hide-details-* properties.
2337         (dired-mode-map): Bind dired-hide-details-mode.
2338         (dired-mode): Set buffer-invisibility-spec to a list.
2339         (dired-next-line): Skip hidden lines.
2340         (dired-previous-line): Use dired-next-line.
2341         (dired-hide-details-mode): New minor mode.
2342         (dired-hide-details-update-invisibility-spec): New function.
2344 2013-02-13  Glenn Morris  <rgm@gnu.org>
2346         * play/yow.el: Move to obsolete/.  (Bug#9384)
2348 2013-02-13  Juri Linkov  <juri@jurta.org>
2350         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2351         to select `ediff-control-frame' and set input focus correctly on Xfce.
2352         (Bug#12218)
2354 2013-02-13  Juri Linkov  <juri@jurta.org>
2356         * image-mode.el (image-mode-map):
2357         * doc-view.el (doc-view-mode-map):
2358         * vc/ediff-util.el (ediff-setup-keymap):
2359         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2361 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2363         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2364         performance.  Instead of recalculating indentation fully for each
2365         line, sum up indentation depth based only on visited lines.
2366         (ruby-parse-partial): Increase the depth after "do" even when END
2367         is right after it.
2368         (ruby-parse-partial): When END is in the middle of a percent
2369         literal, increase the depth if the delimiter chars belong to the
2370         paren syntax class.
2372 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
2374         * play/fortune.el (fortune-compile): Also make the compiled file
2375         if it does not exist at all, not just if it is old.  (Bug#5338)
2377 2013-02-13  Glenn Morris  <rgm@gnu.org>
2379         * emacs-lisp/package.el (package-menu-execute): Doc fix.
2381 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
2383         * lisp/emacs-lisp/package.el (package-menu-execute):
2384         Add optional noquery argument.  (Bug#13625)
2386 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2388         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2389         if DIR exists and PARENTS is non-nil.
2391 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
2393         * progmodes/js.el (js--multi-line-declaration-indentation):
2394         Silence byte-compiler warning.
2396 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
2398         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2400         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2401         only if it doesn't exist.
2403         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2404         Set process marker.
2406 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
2408         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2409         UserInstallation when calling soffice to work around LibreOffice
2410         bug 37531.
2412 2013-02-12  Glenn Morris  <rgm@gnu.org>
2414         * files.el (basic-save-buffer):
2415         Offer to create a non-existing directory.  (Bug#3016)
2417         * calc/calc-graph.el (calc-graph-show-dumb):
2418         * calendar/calendar.el (calendar-mode-map):
2419         * cus-edit.el (custom-mode-map):
2420         * ehelp.el (electric-help-map):
2421         * emulation/vip.el (vip-mode-map):
2422         * epa.el (epa-key-list-mode-map):
2423         * info.el (Info-mode-map):
2424         * mail/rmail.el (rmail-mode-map):
2425         * mail/rmailsum.el (rmail-summary-mode-map):
2426         * man.el (Man-mode-map):
2427         * net/newst-plainview.el (newsticker-mode-map):
2428         * progmodes/cpp.el (cpp-edit-mode-map):
2429         * progmodes/grep.el (grep-mode-map):
2430         * progmodes/idlw-help.el (idlwave-help-mode-map):
2431         * simple.el (special-mode-map):
2432         * startup.el (splash-screen-keymap):
2433         * view.el (view-mode-map):
2434         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2436 2013-02-11  Elias Pipping  <pipping@lavabit.com>
2438         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2439         (bug#13679).
2441 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2445 2013-02-11  Glenn Morris  <rgm@gnu.org>
2447         * vc/diff.el (diff-use-labels): New variable.
2448         (diff-no-select): Use --label rather than -L, and first
2449         check that it is supported.  (Bug#11067)
2451         * files.el (enable-dir-local-variables): New variable.
2452         (hack-dir-local-variables): Respect enable-dir-local-variables.
2453         * tutorial.el (help-with-tutorial):
2454         Ignore directory-local variables.  (Bug#11127)
2456         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2457         (vc-svn-global-switches): ... to here.  (Bug#13513)
2459 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
2461         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2462         Handle "foo (bar, default: xxx): " prompts.
2464 2013-02-10  Chong Yidong  <cyd@gnu.org>
2466         * files.el (basic-save-buffer-1): Do not set
2467         buffer-file-coding-system-explicit (Bug#4533).
2469         * mail/emacsbug.el (report-emacs-bug): Change binding of
2470         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2472 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
2474         * calc/calc.el (calc-allow-units-as-numbers): New variable.
2475         * calc/calc-units.el (calc-convert-units): Use new variable.
2477 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
2479         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2481         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2482         buffer-file-type.
2484         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2485         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2486         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2487         coding-system-for-write instead.
2489         * jka-compr.el (jka-compr-write-region): Don't bind
2490         buffer-file-type.
2492         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2493         buffer-file-type.
2495         * files.el (file-name-buffer-file-type-alist): Remove defvar.
2496         (insert-file-contents-literally): Remove reference to
2497         file-name-buffer-file-type-alist.
2499         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2500         make-obsolete.
2501         (find-buffer-file-type-match, find-buffer-file-type): Remove.
2502         (find-buffer-file-type-coding-system): Remove references to
2503         find-buffer-file-type-match, find-buffer-file-type, and
2504         buffer-file-type.
2505         Don't put find-buffer-file-type-coding-system into
2506         file-coding-system-alist.
2507         (find-file-binary, find-file-text): Bind coding-system-for-read
2508         instead of file-name-buffer-file-type-alist.
2510 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
2512         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2513         converter (Bug#13622).
2514         (doc-view-unoconv-program): Make obsolete alias.
2515         (doc-view-odf->pdf-converter-program): New variable.
2516         (doc-view-odf->pdf-converter-function): New variable.
2517         (doc-view-mode-p): Use it.
2518         (doc-view-odf->pdf-converter-unoconv):
2519         Rename from `doc-view-odf->pdf-converter-unoconv'.
2520         (doc-view-odf->pdf-converter-soffice): New function.
2521         (doc-view-convert-current-doc):
2522         Use `doc-view-odf->pdf-converter-function'.
2524 2013-02-09  Chong Yidong  <cyd@gnu.org>
2526         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2527         view-echo-area-messages (Bug#13340).
2529         * help.el (view-echo-area-messages): Use display-buffer.
2531         * dired-x.el (dired-do-run-mail): Prompt for confirmation
2532         (Bug#13561).
2534 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2536         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2537         Eval body right away, now that we do eager macroexpansion (bug#13605).
2539         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2540         (fundamental-mode): Use run-mode-hooks.
2542         * eshell/esh-proc.el (eshell/kill): Fix last change.
2543         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2545 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2547         * eshell/esh-proc.el (eshell/kill): Rewrite.
2549         * eshell/em-ls.el (show-almost-all): Declare.
2550         (eshell-do-ls): Add support for -A argument.
2552 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
2554         * icomplete.el (icomplete-forward-completions)
2555         (icomplete-backward-completions): Handle corner case (bug#13602).
2557 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
2559         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2560         be nil.  Handle this.  (Bug#13636)
2562 2013-02-07  Richard Stallman  <rms@gnu.org>
2564         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2565         `save-buffer-coding-system'.
2567 2013-02-07  Alan Mackenzie  <acm@muc.de>
2569         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
2570         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2571         (c-parse-state-get-strategy): Don't return 'BOD any more.
2572         (c-append-lower-brace-pair-to-state-cache):
2573         Extra parameter HERE instead of narrowing.
2574         Widen to top of buffer before searching backwards for a brace pair.
2575         (c-state-push-any-brace-pair): Add HERE parameter to function call.
2576         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2577         Narrow to parameter HERE, in place of being called narrowed.
2578         (c-remove-stale-state-cache): Extra parameter HERE in place of
2579         narrowing.  Check there's an open brace in the cache before
2580         searching for its match.
2581         (c-invalidate-state-cache-1): Add HERE parameter to function call.
2582         (c-parse-state-1): Don't narrow here for 'forward strategy,
2583         instead passing extra parameter HERE to several functions.
2584         Remove 'BOD strategy.
2586 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2588         * emacs-lisp/package.el (describe-package-1): Tell what archive is
2589         used to install the package.
2591 2013-02-06  Glenn Morris  <rgm@gnu.org>
2593         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2594         if we can't get user input.  (Bug#6567)
2596         * startup.el (command-line): If simple.el is missing,
2597         test and warn about for some possible causes.
2599 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
2601         * cus-start.el (all): Add ns-use-native-fullscreen.
2603 2013-02-05  Glenn Morris  <rgm@gnu.org>
2605         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2607         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2608         Fix directory creation in fallback case.
2610 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2612         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2613         (vc-update-change-log): Use dolist.
2615 2013-02-04  Chong Yidong  <cyd@gnu.org>
2617         * thingatpt.el: Rewrite the URL detection routines, absorbing some
2618         code from ffap.el.
2619         (thing-at-point-beginning-of-url-regexp): New var.
2620         (thing-at-point-uri-schemes): Update list of URI schemes.
2621         (thing-at-point-url-regexp): Variable deleted.
2622         (thing-at-point-markedup-url-regexp): Disallow newlines.
2623         (thing-at-point-newsgroup-regexp)
2624         (thing-at-point-newsgroup-heads)
2625         (thing-at-point-default-mail-uri-scheme): New variables.
2626         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
2627         method to find the possible bounds of the URI at point.
2628         New optional argument to find ill-formed URIs.
2629         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
2630         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
2631         the scheme-adding heuristics from ffap-url-at-point.
2632         (thing-at-point--bounds-of-well-formed-url): New function.
2633         Do parens matching to decide whether to include parens in the URI
2634         (Bug#9153).
2636         * ffap.el: Require thingatpt.
2637         (ffap-url-at-point): Delegate URI detection to thing-at-point.
2638         All URI-valid characters are now recognized (Bug#5673).
2639         (ffap-string-at-point): Use use-region-p.
2640         (ffap-url-regexp): Extra character is handled by thing-at-point.
2641         (ffap-string-at-point-mode-alist): Allow parentheses.
2642         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2643         Convert to aliases; code moved to thingatpt.el.
2644         (ffap-gnus-hook): Use setq-local.
2646 2013-02-04  Glenn Morris  <rgm@gnu.org>
2648         * emacs-lisp/ert.el (ert--explain-format-atom):
2649         Don't try to print non-characters as characters.  (Bug#13543)
2651 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
2653         * net/tramp.el (tramp-debug-message): Extend function exclude list.
2654         (tramp-backtrace): New defun.
2655         (tramp-handle-insert-file-contents): Use `visit' when inserting
2656         the local copy.
2658         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2659         Use `remote-file-name-inhibit-cache'.
2661 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2664         (bug#13614).
2666         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2667         current-load-list (bug#13366).
2669 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
2671         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2672         Identify g++ template instantiation trace.  (Bug#12287)
2673         (compilation-mode-hook, compilation-start-hook)
2674         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2676 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * mouse.el (mouse-drag-track): Always deactivate the mark before
2679         running the final event's command since that command is in charge of
2680         activating the mark if needed (bug#13523).
2682 2013-02-02  Juri Linkov  <juri@jurta.org>
2684         * replace.el (perform-replace): Move let-bindings of isearch-*
2685         variables deeper to the loop that searches for the next match.
2686         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2687         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2688         (Bug#13579)
2690         * isearch.el (isearch-search-fun-default): Check for null
2691         first element of isearch-cmds as a precaution when it's used
2692         with inactive isearch.
2694 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2696         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2697         error when buffer in question is narrowed so position 1 is out of
2698         visible part.
2700 2013-02-02  Glenn Morris  <rgm@gnu.org>
2702         * textmodes/remember.el (remember-clipboard): Doc fix.
2704 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2707         properties (bug#13179).
2709 2013-02-02  Juri Linkov  <juri@jurta.org>
2711         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2712         instead of hard-coded default face `match'.  (Bug#9438)
2714 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2716         * vc/vc-arch.el (vc-arch-registered):
2717         * vc/vc-bzr.el (vc-bzr-registered):
2718         * vc/vc-cvs.el (vc-cvs-registered):
2719         * vc/vc-git.el (vc-git-registered):
2720         * vc/vc-hg.el (vc-hg-registered):
2721         * vc/vc-mtn.el (vc-mtn-registered):
2722         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2723         (Bug#13139)
2725         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2726         prefix argument.  (Bug#11656)
2728 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2730         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2732 2013-02-01  Glenn Morris  <rgm@gnu.org>
2734         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2735         if the backend is known not to support it.
2737         * imenu.el (imenu-default-create-index-function):
2738         Tweak infinite loop test to check for forward motion as well as none.
2740 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2742         * net/soap-client.el (soap-invoke): Encode the string for
2743         `url-request-data' as UTF-8.
2744         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2746 2013-02-01  Glenn Morris  <rgm@gnu.org>
2748         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2750         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2752 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2754         * net/tramp.el (tramp-tramp-file-p): Comment check for
2755         `string-as-unibyte'.  The function does not exist on XEmacs, and
2756         likely we need another approach.
2758         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2759         `tramp-gw-*' variables are bound.
2761 2013-01-31  Glenn Morris  <rgm@gnu.org>
2763         * files.el (basic-save-buffer-2): Choose coding system for
2764         writing the file before backing it up, to reduce delay between
2765         backing up and writing the new version.  (Bug#13522)
2767 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2769         * simple.el (cycle-spacing): New command.
2770         (just-one-space): Use it.
2772 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2775         (opascal-newline-always-indents): Remove custom.
2776         (opascal-tab, opascal-newline): Remove commands.
2777         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2778         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2779         (opascal-save-match-data): Remove, use save-match-data instead.
2780         (opascal-save-state): Use with-silent-modifications.
2782         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2783         (bug#13585).
2785 2013-01-30  Juri Linkov  <juri@jurta.org>
2787         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2788         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2789         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2791 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2793         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2794         column if we're just deleting the backslashes.
2795         (makefile-fill-paragraph): Use eolp.
2797 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2799         * autorevert.el (auto-revert-use-notify): Fix docstring.
2801 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2803         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2805 2013-01-30  Glenn Morris  <rgm@gnu.org>
2807         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2808         unread-command-events twice in some cases.  This tries to implement
2809         the 2012-07-26 changes in a different way.  (Bug#13560)
2811 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2813         * progmodes/python.el
2814         (python-pdbtrack-comint-output-filter-function): Enhancements on
2815         stacktrace detection.  (thanks @gnovak)
2817 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2819         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2820         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2821         Use defvar-local.
2822         (jit-lock-register): Use setq-local.
2824 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2826         * calc-units.el (math-default-units-table): Remove initial value.
2827         (calc-convert-units): Treat expressions where all the units cancel as
2828         if they didn't have units.
2830 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2832         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2833         (tramp-completion-reread-directory-timeout): Fix type.
2834         (tramp-connection-min-time-diff): New defcustom.
2836         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2838 2013-01-30  Glenn Morris  <rgm@gnu.org>
2840         * imenu.el (imenu-default-create-index-function):
2841         Put back a version of the infinite loop test removed 2013-01-23.
2843 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2845         * progmodes/python.el (python-shell-parse-command):
2846         Find python-shell-interpreter with modified environment.
2848 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2850         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2852 2013-01-29  Alan Mackenzie  <acm@muc.de>
2854         Amend to fontify /regexp/s in actions correctly.
2855         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2856         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2857         are no longer included.
2858         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2859         What used to be these variables without "-line" in the name.
2860         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2861         (c-awk-non-arith-op-bra-re): Now also matches {.
2862         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2863         "return", and "case".
2864         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2865         by /.
2866         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2867         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2869 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2871         * autorevert.el (auto-revert-use-notify):
2872         Use `custom-initialize-default' for initialization.  (Bug#13583)
2874         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2876         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2877         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
2878         in `tramp-file-name-handler'.
2879         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2880         compatibility.
2881         (tramp-compute-multi-hops): Check, whether
2882         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2884 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2886         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2887         (bug#13297).
2889 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2891         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2892         checks made superfluous by the \_< operator.
2893         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2894         temporarily) broken indentation.
2895         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2896         Highlight nested constants, too.  \_< broke that.
2898 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2900         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2901         instead of "\\b".
2903 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
2905         * autorevert.el (auto-revert-handler): Notifications which result
2906         from a saved file shall not be taken into account.  (Bug#13557)
2908 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
2910         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2911         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2912         (lisp-mode): Pass t for it.  (Bug#13556)
2914 2013-01-25  Alan Mackenzie  <acm@muc.de>
2916         AWK Mode: Fix indentation bug at top level.  Bug #12274.
2918         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2919         just before CASE 5D.
2921 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
2923         * net/socks.el (socks-nslookup-host): Use string-to-number.
2925 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
2927         * autorevert.el (auto-revert-remote-files)
2928         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2929         (auto-revert-notify-enabled, auto-revert-use-notify)
2930         (auto-revert-notify-watch-descriptor-hash-list)
2931         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2932         (auto-revert-notify-event-descriptor)
2933         (auto-revert-notify-event-action)
2934         (auto-revert-notify-event-file-name): Doc fix.
2935         (global-auto-revert-mode): Reorder checks.
2936         (auto-revert-notify-rm-watch): Respect changed values of
2937         `auto-revert-notify-watch-descriptor-hash-list'.
2938         (auto-revert-notify-add-watch): Check for
2939         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
2940         `inotify-add-watch'.  Watch `default-directory' instead of
2941         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
2942         has a changed meaning now.  (Bug#13540)
2943         (auto-revert-notify-handler): Change implementation wrt events
2944         returning from a directory.
2945         (auto-revert-handler): Reorder implementation for checks of remote
2946         files.
2947         (auto-revert-buffers): Fix parentheses error.
2949 2013-01-25  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2951         * progmodes/python.el: Enhancements to header documentation about
2952         skeletons.  (Bug#5716)
2954         * imenu.el (imenu-default-create-index-function): Remove useless
2955         infinite loop check.  (Bug#13438)
2957 2013-01-25  Alan Mackenzie  <acm@muc.de>
2959         Fix a bug in the state cache mechanism.  Refactor this a bit.
2961         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2962         `cache-pos' element from the return value.
2963         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2964         buffer to enable proper searching from beyond HERE.  Amend the
2965         test for detecting the sought brace pair.  Amend the value written
2966         to the "brace desert cache" when the brace isn't found.
2967         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2968         and several other variables analogously.
2969         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2970         parameter to a locally calculated variable.
2971         (c-parse-state-1): Change the calling conventions to the two
2972         defuns involving `cache-pos'.
2974 2013-01-25  Chong Yidong  <cyd@gnu.org>
2976         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2978 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
2980         * paren.el (show-paren-function): Make sure to set 'priority and
2981         'face only if the overlay does exist.
2983 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
2985         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2987         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2988         basic attributes.
2989         (tramp-sh-handle-set-file-acl): Improve error checking.
2991 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
2993         * doc-view.el (doc-view-display): Force mode line update until all
2994         document is converted.  Suggested by Stefan Monnier (Bug#13164).
2996 2013-01-23  Bastien Guerry  <bzg@gnu.org>
2998         * paren.el (show-paren-function): Make sure an overlay exists
2999         before trying to delete it.  Also use `pos' as a position only
3000         when it is an integer.
3002 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
3004         * play/gametree.el (gametree-break-line-here): Use point-marker.
3006 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
3008         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3009         Mark descriptive parts with `display' property.
3011 2013-01-21  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
3013         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3014         New variable to map standard dict names to hunspell ones.
3015         (ispell-set-spellchecker-params): Make sure specific dict names
3016         are used for standard dicts with hunspell.
3018 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
3020         * textmodes/reftex-cite.el (reftex-format-citation): Add format
3021         chars for note (%N) and url (%U).
3022         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3024 2013-01-21  Juri Linkov  <juri@jurta.org>
3026         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3027         in addition to existing separate binding `meta f10' in `global-map'.
3028         (Bug#13484)
3030 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
3032         Improve XEmacs compatibility.
3034         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3036         * net/tramp-adb.el (top): Require `time-date'.
3037         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3038         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3039         Use `tramp-file-name-handler'.
3040         (tramp-adb-maybe-open-connection):
3041         Use `tramp-compat-set-process-query-on-exit-flag'.
3043         * net/tramp-sh.el (tramp-sh-handle-file-acl):
3044         Use `tramp-compat-funcall'.
3046         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3047         `tramp-compat-funcall'.
3049 2013-01-21  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3051         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3052         reimplementation using "adb shell command ..." instead of running
3053         remote shell interactively.
3055 2013-01-20  Glenn Morris  <rgm@gnu.org>
3057         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3058         Add native profiler menu entries.
3060         * profiler.el (profiler-running-p): New function.
3061         (profiler-cpu-profile): Use profiler-running-p.
3062         (profiler-report-mode-map): Add some more menu entries.
3064 2013-01-19  Glenn Morris  <rgm@gnu.org>
3066         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3067         fixes 2012-12-07 change.  (Bug#13499)
3069 2013-01-19  Leo Liu  <sdl.web@gmail.com>
3071         * dired.el (dired-get-marked-files): Prune erroneous values due to
3072         last change.  (Bug#13152)
3074 2013-01-19  Glenn Morris  <rgm@gnu.org>
3076         * progmodes/etags.el (tags-table-check-computed-list):
3077         Preserve point in tags buffer.  (Bug#13412)
3079         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3081 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
3082             Chong Yidong  <cyd@gnu.org>
3084         * image-mode.el (image-next-file, image-previous-file):
3085         New commands (Bug#8453).
3086         (image-mode-map): Bind them to n and p.
3087         (image-mode--images-in-directory): New helper function.
3089 2013-01-19  Chong Yidong  <cyd@gnu.org>
3091         * image-mode.el (image-mode-fit-frame): Add a frame argument.
3092         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
3093         save and restore the old window configuration.
3095 2013-01-18  Leo Liu  <sdl.web@gmail.com>
3097         * progmodes/js.el: Tweak autoload cookie for alias.
3099 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3101         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3102         buffer local, again.  This was lost with the fix on 2013-01-12.
3104 2013-01-17  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3106         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3107         order to support several eshell buffers in parallel.
3109 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3111         * autorevert.el (auto-revert-use-notify): In the :set function, do
3112         not modify `kill-buffer-hook'.
3113         (auto-revert-notify-rm-watch):
3114         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3115         (auto-revert-notify-add-watch): Do not call
3116         `auto-revert-notify-rm-watch', but add it to a buffer local
3117         `kill-buffer-hook'.
3119 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3121         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3122         call to `eval' rather than a backquoted lambda.
3124 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3126         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3127         to return an explicit nil.
3128         (advice--remove-function): Change accordingly.
3130         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3131         the use of nadvice.el.
3133         * progmodes/which-func.el (which-function): Silence imenu errors
3134         (bug#13433).
3136 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3138         * progmodes/sql.el (sql-imenu-generic-expression):
3139         (sql-mode-font-lock-object-name): Match schema qualified names.
3140         (sql-connect): Use string keys.
3141         (sql-product-interactive): Wait for interpreter prompt.
3142         (sql-comint-oracle): Set process coding based on NLS_LANG.
3144 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3146         * progmodes/sql.el (sql-output-to-send): Remove, unused.
3147         (sql-interactive-remove-continuation-prompt):
3148         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3150 2013-01-14  Leo Liu  <sdl.web@gmail.com>
3152         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3153         (Bug#13420)
3155 2013-01-14  Glenn Morris  <rgm@gnu.org>
3157         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3158         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
3160 2013-01-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3162         * progmodes/python.el (python-nav-end-of-statement):
3163         Fix cornercase when handling multiline strings.
3165 2013-01-13  Richard Stallman  <rms@gnu.org>
3167         * mail/sendmail.el (mail-position-on-field): Add doc string.
3169         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3170         Get current message boundaries and pass them to
3171         message-forward-make-body-mime.  Minor style changes.
3173 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
3175         * cus-start.el (all): Avoid warnings about
3176         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3178 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
3180         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3182 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3184         * jit-lock.el (jit-lock-debug-mode): New minor mode.
3185         (jit-lock--debug-fontifying): New var.
3186         (jit-lock--debug-fontify): New function.
3187         * subr.el (condition-case-unless-debug): Don't prevent catching the
3188         error, just let the debbugger run.
3189         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3190         timer code and don't drop errors silently.
3192 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
3194         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3195         `permanent-local' property.
3196         (auto-revert-notify-handler): Use `file-equal-p'.
3198 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
3200         * autorevert.el (auto-revert-notify-handler): Fix filtering of
3201         file notification by ACTION. For filtering by file name, compare
3202         only the non-directory part of the file name.
3204 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3206         * autorevert.el: Use cl-lib instead of cl.
3208         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3209         (vc-bzr-checkin): Use it.
3210         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3211         will preserve match-data.
3213 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
3215         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3216         (js--declaration-keyword-re): New var.
3217         (js--multi-line-declaration-indentation): New function.
3218         (js--proper-indentation): Use it.
3220 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3222         * calc/calc.el (calc-highlight-selections-with-faces)
3223          (calc-dispatch):
3224         * comint.el (comint-history-isearch-message):
3225         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3226         * ffap.el (ffap-string-at-point-region, ffap-next)
3227         (ffap-string-at-point, ffap-string-around)
3228         (ffap-copy-string-as-kill, ffap-highlight-overlay)
3229         (ffap-literally):
3230         * font-lock.el (font-lock-keywords-alist)
3231         (font-lock-removed-keywords-alist):
3232         * help-mode.el (help-xref-symbol-regexp):
3233         * info.el (Info-find-emacs-command-nodes):
3234         * international/mule.el (add-to-coding-system-list):
3235         * isearch.el (isearch-message-function, isearch-fail-pos):
3236         * misearch.el (multi-isearch-next-buffer-function):
3237         * newcomment.el (comment-box):
3238         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3239         (pr-setting-database):
3240         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3241         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3242         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3243         (pike-font-lock-keywords-3):
3244         * progmodes/compile.el (compile):
3245         * progmodes/etags.el (tags-table-files)
3246         (tags-table-files-function, tags-included-tables-function):
3247         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3248         (gdb-restore-windows):
3249         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3250         (ps-n-up-filling-database):
3251         * server.el (server-buffer, server-log):
3252         * simple.el (newline, delete-backward-char, delete-forward-char)
3253         (minibuffer-history-isearch-message, kill-line, track-eol)
3254         (temporary-goal-column):
3255         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3256         (flyspell-default-deplacement-commands):
3257         * textmodes/ispell.el (ispell-accept-output):
3258         * textmodes/sgml-mode.el (html-tag-help):
3259         * vc/compare-w.el (compare-ignore-whitespace)
3260         (compare-ignore-case, compare-windows-dehighlight):
3261         * vc/diff.el (diff):
3262         * whitespace.el (whitespace-point)
3263         (whitespace-font-lock-refontify, whitespace-bob-marker)
3264         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3266 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
3268         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3269         (auto-revert-notify-rm-watch): Ignore errors.
3270         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
3271         inotify, and '(size last-write-time) for w32notify.
3272         Set buffer-local `auto-revert-use-notify' to nil when adding a file
3273         watch fails - this is a fallback to the file modification check.
3274         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3275         (auto-revert-notify-event-action)
3276         (auto-revert-notify-event-file-name): New defuns.
3277         (auto-revert-notify-handler): Use them.  Implement first
3278         plausibility checks.
3279         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3281 2013-01-11  Julien Danjou  <julien@danjou.info>
3283         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3284         max are almost equal. Also return the correct value for V which is
3285         already between 0 and 1.
3287 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3289         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3291 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
3293         * autorevert.el (auto-revert-notify-rm-watch)
3294         (auto-revert-notify-add-watch): Fix typos in w32notify function
3295         names.
3297 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3299         * autorevert.el (auto-revert-notify-enabled): Move up.
3300         (auto-revert-use-notify): New defcustom.
3301         (auto-revert-mode, global-auto-revert-mode)
3302         (auto-revert-notify-add-watch, auto-revert-handler)
3303         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3304         `auto-revert-notify-enabled'.
3306 2013-01-10  Elias Pipping  <pipping@exherbo.org>
3308         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3309         * doc-view.el (doc-view-document->bitmap):
3310         Use doc-view-single-page-converter-function instead of
3311         single-page-converter arg; adjust callers.
3313 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
3315         * progmodes/which-func.el (which-function): Understand Semantic's use
3316         of overlays in imenu--index-alist.
3318 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
3320         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
3321         (Man-man-k-use-anchor): New var.
3322         (Man-parse-man-k): New function.
3323         (Man-completion-table): Use it.
3324         (man): Flush the completion cache between uses.
3326 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3328         * autorevert.el: Add file watch support.
3329         (auto-revert-notify-enabled): New defconst.
3330         (auto-revert-notify-watch-descriptor-hash-list)
3331         (auto-revert-notify-watch-descriptor)
3332         (auto-revert-notify-modified-p): New defvars.
3333         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3334         (auto-revert-notify-handler): New defuns.
3335         (auto-revert-mode, global-auto-revert-mode): Remove file watches
3336         when mode is disabled.
3337         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3338         (auto-revert-buffers): Add file watches for active buffers.
3340 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
3342         * cus-start.el (toplevel): Only allow float values for
3343         scroll-up-aggressively and scroll-down-aggressively.
3344         Allow any number for line-spacing.
3346 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3348         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3349         (doc-view-pdf->png-converter-function): Use mupdf if available.
3350         (doc-view-djvu->png-converter-function)
3351         (doc-view-ps->png-converter-function): Remove.
3352         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3353         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3354         (doc-view-already-converted-p): Adjust accordingly.
3355         (doc-view-mode-p): Simplify.
3356         (doc-view-enlarge): Use setq-local.
3357         (doc-view-pdf->png-converter-ghostscript)
3358         (doc-view-djvu->png-converter-ddjvu)
3359         (doc-view-pdf->png-converter-mupdf): Rework to call
3360         doc-view-start-process directly.
3361         (doc-view-pdf/ps->png): Simplify accordingly.
3362         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3363         (doc-view-document->bitmap): Rename from doc-view-document->png.
3364         (doc-view-convert-current-doc): Merge pdf and djvu cases.
3365         (doc-view-set-slice-from-bounding-box): Fix completion table.
3366         (doc-view-mode): Use add-hook for after-revert-hook.
3368 2013-01-10  Glenn Morris  <rgm@gnu.org>
3370         * emacs-lisp/authors.el (authors-ignored-files)
3371         (authors-valid-file-names, authors-renamed-files-alist):
3372         Add some more entries.
3374 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3376         * image-mode.el (image-mode-winprops): Don't throw away the fallback
3377         `t' pseudo-window entry.
3379 2013-01-10  Alan Mackenzie  <acm@muc.de>
3381         Fix bugs in the c-parse-state mechanism.  Reuse some markers
3382         instead of continually generating new ones.
3384         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3385         (c-state-old-cpp-end-marker): New variables.
3386         (c-append-lower-brace-pair-to-state-cache): Start a backward
3387         search for "}" definitively outside CPP constructs.
3388         (c-remove-stale-state-cache): Inform the caller of a need to
3389         search back for a brace pair in certain circumstances.
3390         (c-state-maybe-marker): New macro.
3391         (c-parse-state): Reuse markers when appropriate.
3393 2013-01-10  Glenn Morris  <rgm@gnu.org>
3395         * simple.el (execute-extended-command): Doc fix.
3396         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
3398 2013-01-10  Chong Yidong  <cyd@gnu.org>
3400         * faces.el (read-face-name): Doc fix.
3402 2013-01-10  Roland Winkler  <winkler@gnu.org>
3404         * emacs-lisp/crm.el: Allow any regexp for separators.
3405         (crm-default-separator): All spaces around the default comma separator.
3406         (crm--completion-command): New macro.
3407         (crm-completion-help, crm-complete, crm-complete-word): Use it.
3408         (crm-complete-and-exit): Handle non-single-char separators.
3410 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3412         * doc-view.el: Add support for DjVu (bug#13164).
3413         (doc-view-djvu->png-converter-function): New config var.
3414         (doc-view-single-page-converter-function, doc-view--image-type)
3415         (doc-view--image-file-extension): New vars.
3416         (doc-view-mode): Initialize them.
3417         (doc-view-goto-page): Use them.
3418         (doc-view-mode-p): Add support for ddjvu.
3419         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3420         (doc-view-set-up-single-converter): New funs.
3421         (doc-view-pdf/ps->png): Extend for djvu.
3422         (doc-view-document->png): Rename from doc-view-pdf->png.
3423         (doc-view-convert-current-doc): Handle djvu.
3424         (doc-view-insert-image, doc-view-display)
3425         (doc-view-already-converted-p): Don't hardcode png.
3426         (doc-view-set-doc-type): Recognize djvu docs.
3428 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3430         * doc-view.el: Add support for mupdf converter (bug#13164).
3431         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3432         (doc-view-ps->png-converter-function): New config vars.
3433         (doc-view-pdf->png-converter-ghostscript)
3434         (doc-view-ps->png-converter-ghostscript)
3435         (doc-view-pdf->png-converter-mupdf): New functions.
3436         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3438 2013-01-09  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3440         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3441         first in session cache: When `tramp-own-remote-path' is in
3442         `tramp-remote-path', the remote path is only set in the session
3443         cache.
3445 2013-01-09  Glenn Morris  <rgm@gnu.org>
3447         * emacs-lisp/trace.el (trace-function-foreground)
3448         (trace-function-background): Doc fix.
3450 2013-01-09  Juri Linkov  <juri@jurta.org>
3452         * international/mule-cmds.el (read-char-by-name): Move let-binding
3453         of completion-ignore-case around completing-read to fix regression
3454         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3455         `string-match-p' using the nil value of `case-fold-search' and
3456         `completion-ignore-case' in `completion-pcm--all-completions'.
3457         (Bug#12615).
3459 2013-01-09  Glenn Morris  <rgm@gnu.org>
3461         * progmodes/compile.el (compilation-parse-errors):
3462         Fix typo.  (Bug#13369)
3464 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3466         * comint.el (comint-send-input): Check size of buffer before
3467         waiting for process output, in case already accepted.  (Bug#13290)
3469 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3471         Spelling fixes.
3472         * net/tramp-adb.el (tramp-adb-get-toolbox):
3473         Fix misspelling of 'unknown'.
3475 2013-01-08  Juri Linkov  <juri@jurta.org>
3477         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3478         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3479         Use underline style wave on terminals that support it.  (Bug#13000)
3481 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3483         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3484         the predicate returns nil.
3486         * simple.el: Use lexical-binding.
3487         (primitive-undo): Use pcase.
3488         (minibuffer-history-isearch-push-state): Use a closure.
3490 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3492         * simple.el (primitive-undo): Move from undo.c.
3494 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3496         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3497         (cvs-mode-remove-handled): Use it (bug#13380).
3499         * emacs-lisp/nadvice.el (advice--tweak): New function.
3500         (advice--remove-function, advice--subst-main): Use it.
3502         * emacs-lisp/advice.el: Update commentary.
3504 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
3506         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3507         Remove spurious entry.
3509 2013-01-08  Glenn Morris  <rgm@gnu.org>
3511         * net/tramp.el (tramp-default-host-alist): Add :version.
3513 2013-01-08  Juri Linkov  <juri@jurta.org>
3515         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3516         single completion.  (Bug#12456)
3517         (info--manual-names): Expand node completions into an explicit list
3518         before appending it to another list.  Filter out internal buffers
3519         with the leading space in the buffer name.  (Bug#10771)
3521 2013-01-08  Juri Linkov  <juri@jurta.org>
3523         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3524         that defaults to the Top node.
3525         (Info-goto-node, Info-read-node-name): Doc fix to mention that
3526         the short format (FILENAME) goes to the Top node.
3527         (Info-build-node-completions): Rename arg `file' to `filename'.
3528         (Bug#13365)
3530 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3532         * menu-bar.el (menu-bar-search-documentation-menu):
3533         Use `apropos-user-option' and fix the help message.
3535 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3537         * apropos.el (apropos-do-all): Update docstring.
3538         (apropos-user-option-button): New face.
3539         (apropos-user-option): Rename from `apropos-variable' and update
3540         docstring.
3541         (apropos-variable): Rewrite, now show all variables by default.
3542         (apropos-print): Mention "User option" instead of "Variable" when
3543         printing doc for user options.  (Bug#13276)
3545 2013-01-07  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3547         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3548         Handle filename correctly, when parsing "source -> target" symlink
3549         output.
3550         (tramp-adb-handle-set-file-times): New defun.
3552 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3555         advice list when the interactive-spec of ad-Advice-* changes.
3557 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3559         * wid-edit.el (widget-default-get): Work for inlined elements.
3560         (Bug#12670)
3562 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
3564         * net/tramp.el (tramp-default-host-alist): New defcustom.
3565         (tramp-find-host): Use it.
3566         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
3567         `eshell-directory-change-hook'.
3569         * net/tramp-adb.el (top): Add adb specific entry in
3570         `tramp-default-host-alist'.
3571         (tramp-adb-file-name-host): Remove function.
3572         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3573         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3575         * net/tramp-sh.el: Move eshell integration code to tramp.el.
3577 2013-01-06  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3579         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3581 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
3583         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3584         consist of more than one digit.
3585         (tramp-adb-file-name-handler-alist):
3586         Use `tramp-handle-file-exists-p' consistently.
3587         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3588         (tramp-adb-handle-file-exists-p): Remove function.
3589         (tramp-adb-file-name-host): New defun.
3590         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3591         Use it.
3592         (tramp-adb-maybe-open-connection): Set "remote-path" property.
3594 2013-01-06  Chong Yidong  <cyd@gnu.org>
3596         * vc/vc.el (vc-next-action): Detect buffer modifications
3597         conflicting with locking VCS operation (Bug#11490).
3599         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3601 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
3603         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3604         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3606 2013-01-05  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3608         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3609         parsing of ls output using regular expression (handle filenames
3610         with spaces).  Use virtual device number.
3611         (tramp-do-parse-file-attributes-with-ls): New defun (Code
3612         cleanup).
3614 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3616         * epg.el: Silence byte-compiler warnings.
3617         (epg--start): Use delete-char instead of delete-backward-char.
3618         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3620 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3622         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3623         Suggested by Eli Zaretskii  <eliz@gnu.org>.
3625 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
3627         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3628         non-negative integers.  Otherwise, the default values are used.
3629         (tramp-convert-file-attributes): Convert uid and gid to integers.
3631 2013-01-04  Glenn Morris  <rgm@gnu.org>
3633         * term.el (term-handle-colors-array): Ensure face attributes
3634         are fully specified, not nil.  (Bug#13337)
3636         * term.el (term-default-fg-color, term-default-bg-color):
3637         Fix custom type.
3639         * progmodes/etags.el (tags-compression-info-list): Doc fix.
3640         (tag-find-file-of-tag-noselect): Check auto-compression-mode
3641         rather than 'jka-compr being loaded.  (Bug#13338)
3643 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
3645         * icomplete.el (icomplete-completions):
3646         Honor icomplete-prospects-height once more following
3647         2012-11-29 changes.  (Bug#13224)
3649 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * subr.el (internal--called-interactively-p--get-frame): Find aliases
3652         of called-interactively-p as well (bug#13237).
3654         * view.el (view--enable, view--disable): Rename from view-mode-enable
3655         and view-mode-disable and assume it's called from view-mode.
3656         (view-mode-enable, view-mode-disable): Redefine as obsolete
3657         compatibility layer above view-mode.
3658         (view-mode-enter): Call `view-mode'.
3660         * files.el (after-find-file): Call `view-mode'.
3662         * doc-view.el (doc-view-scale-internally): New var.
3663         (doc-view-enlarge, doc-view-insert-image): Obey it.
3665 2013-01-03  Daiki Ueno  <ueno@gnu.org>
3667         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3668         exist.  (Bug#13344)
3670 2013-01-03  Glenn Morris  <rgm@gnu.org>
3672         * mail/rmail.el (rmail-set-header-1): Ignore case.
3673         Handle multi-line headers.  (Bug#13330)
3675         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3676         Handle paragraph starting at beginning of buffer.
3678         * subr.el (eval-after-load): Don't purecopy the form, so that it
3679         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3681         * emacs-lisp/byte-run.el (defun): Place cl declarations
3682         after any interactive spec.  (Bug#13265)
3684 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3686         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3687         defun.  Don't check for DECL if DOCSTRING isn't a string.
3688         (defun): Likewise.
3690 2013-01-02  Glenn Morris  <rgm@gnu.org>
3692         * eshell/em-cmpl.el (eshell-pcomplete):
3693         More thoroughly imitate pcomplete.  (Bug#13293)
3695         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3696         Return nil for empty path elements.  (Bug#13296)
3698 2013-01-02  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3700         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3701         order to improve efficiency (Based on Daniel Colascione's
3702         <dancol@dancol.org> patch).  (Bug#13182)
3704 2013-01-02  Glenn Morris  <rgm@gnu.org>
3706         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3708 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3710         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3711         neither DOCSTRING nor DECL was given.  (Bug#13316)
3713 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3715         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3716         `error' call.
3717         (tramp-do-copy-or-rename-file): Ignore errors when calling
3718         `set-file-extended-attributes'.
3720         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3721         Add handler for `file-acl'.
3722         (tramp-smb-handle-file-acl): New defun.
3724 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3726         * calc/README: Mention ISO 8601 week-numbering dates.
3728 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3730         * view.el (view-mode-enable): New argument run-view-mode-hook.
3731         Run view-mode-hook only when it's non-nil (Bug#13315).
3732         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3733         argument t.
3735 2012-12-31  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3737         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3738         (No device connected, invalid device name). (Bug #13299)
3740 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3742         * window.el (window-resizable--p): Rename to window-resizable-p.
3743         (window-resize-no-error): New function.
3745         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3746         broken in fix from 2012-12-28.
3748 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3750         * subr.el (special-form-p): Don't signal errors on undef aliases.
3752 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3754         * calc/calc-forms.el (math-parse-date): Try using
3755         `math-parse-iso-date' when it looks like it might be needed.
3756         Allow times of 24:00.
3757         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3758         of 24:00.
3760 2012-12-30  Glenn Morris  <rgm@gnu.org>
3762         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3763         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3764         (rmail-summary-displayed, rmail-summary): Declare.
3765         (mairix-rmail-display): Just require rmail.
3767 2012-12-30  Chong Yidong  <cyd@gnu.org>
3769         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3770         check for the tarball contents.
3772 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3774         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3775         tarfile content listings (Bug#13136).
3777 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3779         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3780         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3782 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3784         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3785         integers, if they are real numbers.  (Bug#13282)
3787         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3788         Return `t' on success.
3790         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3791         Add handler for `set-file-selinux-context'.
3793 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3795         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3796         (tramp-sh-handle-set-file-acl): Return `t' on success.
3798 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3800         * files.el (backup-buffer-copy, basic-save-buffer-2):
3801         If set-file-extended-attributes fails, fall back on set-file-modes
3802         instead of signaling an error.  (Bug#13298)
3803         (basic-save-buffer): Likewise.
3805 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3807         * progmodes/python.el: Support other commands triggering
3808         python-indent-line so indentation cycling continues to work.
3809         (python-indent-trigger-commands): New defcustom.
3810         (python-indent-line): Use it.
3812 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3814         * progmodes/python.el (python-shell-send-region): Add blank lines
3815         for non sent code so backtraces remain correct.
3817 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3819         * progmodes/python.el: Remove cl dependency.
3820         (python-syntax-count-quotes): Replace incf call.
3821         (python-fill-string): Replace setf call.
3823 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3825         * info.el (info-other-window): New arg, for consistency with info.
3827 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3829         * mail/rmail.el (rmail-maybe-display-summary):
3830         Rewrite (Bug#13066).
3832 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3834         * epg.el (epg--start): Modify process-environment locally.
3836 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3838         * epg.el: Support pinentry-curses.
3839         Suggested by Werner Koch in
3840         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3841         (epg-agent-file, epg-agent-mtime): New variable.
3842         (epg--start): Record the modified time of gpg-agent socket file,
3843         to restore Emacs frame after pinentry-curses termination.
3844         (epg-wait-for-completion): Restore Emacs frame here.
3846 2012-12-27  Juri Linkov  <juri@jurta.org>
3848         * info.el (Info-file-completions): New variable.
3849         (Info-read-node-name-1): Complete node names in the Info file
3850         when a file name is given.  Call `Info-build-node-completions'
3851         with a file name.
3852         (Info-build-node-completions): Add new arg `file'.  When it is
3853         non-nil, visit it in a temporary buffer and cache its completions in
3854         `Info-current-file-completions'.  Move most of the function body to
3855         `Info-build-node-completions-1'.
3856         (Info-build-node-completions-1): New function with the body from
3857         `Info-build-node-completions'.  (Bug#12456)
3859 2012-12-27  Juri Linkov  <juri@jurta.org>
3861         * frame.el (frame-maximization-style): Remove user option.
3862         (cycle-frame-maximized): Remove function.
3863         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3864         (toggle-frame-fullscreen): New command bound to <f11> instead of
3865         `toggle-frame-maximized'.
3866         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3868 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3870         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3872         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3873         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3874         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3875         for `file-accessible-directory-p'.  (Bug#13275)
3877 2012-12-27  Sam Steingold  <sds@gnu.org>
3879         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3880         continuations, see <http://stackoverflow.com/questions/3582436>.
3882 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
3884         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3885         "module" and "def" to have indentation before them.
3886         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3888         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3890 2012-12-27  Alan Mackenzie  <acm@muc.de>
3892         Speed up fontification where there's large brace blocks.
3893         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3894         to a call of c-beginning-of-decl-1.
3896 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3898         * comint.el (comint-adjust-window-point): New function.
3899         (comint-postoutput-scroll-to-bottom):
3900         Call comint-adjust-window-point (Bug#13248).
3902 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
3904         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3905         Rakefile regexp.
3906         (auto-mode-alist): Associate .gemspec files with ruby-mode
3907         (https://bugs.ruby-lang.org/issues/5453).
3909 2012-12-26  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3911         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3912         Suppress coloring, if possible (required for BusyBox based systems like
3913         CyanogenMod).
3914         (tramp-adb-handle-file-attributes)
3915         (tramp-adb-handle-insert-directory)
3916         (tramp-adb-handle-file-name-all-completions): Use it.
3917         (tramp-adb-get-toolbox): New defun.  Check for remote shell
3918         implementation (BusyBox or Toolbox).
3920 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
3922         * startup.el (initial-buffer-choice): Allow function as value
3923         (Bug#13251).
3924         (command-line-1): Handle case where initial-buffer-choice
3925         specifies a function.
3926         * server.el (server-execute): Handle case where
3927         initial-buffer-choice specifies a function.
3929 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3931         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3932         its own function.
3933         (smtpmail-try-auth-methods): Forget the user name/password if the
3934         login is unsuccessful (bug#12424).
3936 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
3938         * notifications.el (notifications-notify): Protect body with
3939         `with-demoted-errors'.
3941         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3942         Check properties of remote device.  Restart connection, if there is a
3943         change.
3945 2012-12-21  Chong Yidong  <cyd@gnu.org>
3947         * sort.el (sort-subr): Doc fix (Bug#13056).
3949 2012-12-21  Bastien Guerry  <bzg@gnu.org>
3951         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
3953 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
3955         * simple.el (process-file): Overwrite stderr file, if exists.
3957 2012-12-21  Daiki Ueno  <ueno@gnu.org>
3959         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3960         (epg-error): Set `error-message' property.
3962 2012-12-21  Chong Yidong  <cyd@gnu.org>
3964         * international/mule-cmds.el (read-char-by-name): Signal an error
3965         if the user does not supply a valid character (Bug#13177).
3967         * simple.el (transpose-subr-1): Preserve marker positions by
3968         changing the insertion sequence (Bug#13122).
3970 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3972         * simple.el (kill-region): Deactivate mark even for empty regions
3973         (Bug#13169).
3975 2012-12-21  Chong Yidong  <cyd@gnu.org>
3977         * help-fns.el (describe-variable): Make sure we get the right
3978         buffer name (Bug#13105).  Suggested by Kelly Dean.
3980 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
3982         * comint.el (comint-redirect-previous-input-string): New variable.
3983         (comint-redirect-setup, comint-redirect-cleanup)
3984         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
3985         (comint-redirect-preoutput-filter): Fix verbose message.
3987 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3989         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
3990         is too long for Tramp.  See discussion in
3991         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3993         * progmodes/compile.el (compilation-start): Remove line escape
3994         template.
3996 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
3998         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3999         Adjust comment.
4001 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
4003         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4004         following non-comment text (bug#13207).
4005         (lm-header-multiline): Continuation lines need to be indented more than
4006         the first line.
4007         (lm-homepage): New function.
4008         (lm-with-file): Don't be confused if narrowing is in effect.
4010 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4013         very beginning of a hunk (e.g. killing the first line).
4015 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
4017         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4018         and text properties from returned ACL string.
4019         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4020         for "setfacl" command.
4022 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
4024         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4025         `tramp-cleanup-this-connection', when the process has died.
4026         (Bug#13151)
4028 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4030         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
4032 2012-12-17  Kevin Ryde  <user42@zip.com.au>
4034         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4036 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
4038         Add support for preserving ACL entries of files.
4040         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4041         `set-file-acl' handlers.
4043         * net/tramp-adb.el (tramp-adb-handle-copy-file):
4044         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4046         * net/tramp-compat.el (tramp-compat-copy-file):
4047         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4049         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4050         Add `file-acl' and `set-file-acl' handlers.
4051         (tramp-gvfs-handle-copy-file):
4052         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4053         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4054         New defuns.
4056         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4057         Add `file-acl' and `set-file-acl' handlers.
4058         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4059         (tramp-sh-handle-set-file-acl): New defuns.
4060         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4061         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4063         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4064         Add `file-acl' and `set-file-acl' handlers.
4065         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4067 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4069         * help-macro.el (make-help-screen): Instead of switch-to-buffer
4070         use pop-to-buffer with NORECORD argument t.  As buffer name, use
4071         *Metahelp* with a leading space (Bug#13190).
4073 2012-12-16  Romain Francoise  <romain@orebokech.com>
4075         * files.el (file-extended-attributes)
4076         (set-file-extended-attributes): New functions.
4077         (backup-buffer): Use them to handle both SELinux context and ACL
4078         entries.
4079         (backup-buffer-copy): Work with an alist of extended attributes,
4080         rather than an SELinux context.
4081         (basic-save-buffer-2): Ditto.
4083 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
4085         * battery.el (battery-bsd-apm): New function.
4087 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
4089         * calc/calc.el (calc-standard-date-formats): Adjust one of the
4090         standard date formats.
4092 2012-12-15  Juri Linkov  <juri@jurta.org>
4094         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4095         `isearch-insert-char-by-name'.
4096         (with-isearch-suspended): New defmacro with body mostly from
4097         `isearch-edit-string' except the part that sets
4098         `isearch-new-string' and `isearch-new-message'.
4099         (isearch-edit-string): Use new macro `with-isearch-suspended' with
4100         body that sets `isearch-new-string' and `isearch-new-message'.
4101         (isearch-insert-char-by-name): New command.
4102         * international/mule-cmds.el (read-char-by-name): Let-bind
4103         `enable-recursive-minibuffers' to t.
4104         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4106 2012-12-15  Juri Linkov  <juri@jurta.org>
4108         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4109         (Bug#13175)
4111 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
4113         * dired-x.el (dired-guess-shell-command): Put colon at the end of
4114         the prompt.  (Bug#13045)
4116 2012-12-14  Glenn Morris  <rgm@gnu.org>
4118         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4119         Try to include filename in non-bytecomp warning.  (Bug#13132)
4121 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4123         Fix permissions bugs with setgid directories etc. (Bug#13125)
4124         * files.el (backup-buffer): Don't rely on 9th output of
4125         file-attributes, as it's now a placeholder.  Instead, use the new
4126         optional arg of file-ownership-preserved-p.
4127         (file-ownership-preserved-p): New optional arg GROUP.
4128         Fix mishandling of setuid directories that would cause this
4129         function to return t when it should have returned nil.
4130         Document what happens if the file does not exist, and when
4131         it's not known whether the ownership will be preserved.
4132         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4133         Likewise.
4134         (tramp-get-local-gid): Use group-gid for integer, as that's
4135         faster and more reliable.
4137 2012-12-14  Julien Danjou  <julien@danjou.info>
4139         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4140         Update keywords list, data type and PL/pgSQL.
4142 2012-12-14  Dave Abrahams  <dave@boostpro.com>
4144         * vc/ediff-util.el (ediff-buffer-type): New function.
4145         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4146         rather than taking it as as argument.
4147         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4149 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
4151         * json.el: Add pretty-print option (bug#12634).
4152         (json-encoding-separator, json-encoding-default-indentation)
4153         (json--encoding-current-indentation, json-encoding-pretty-print)
4154         (json-encoding-lisp-style-closings): New vars.
4155         (json--with-indentation): New macro.
4156         (json-encode-hash-table, json-encode-alist, json-encode-plist)
4157         (json-encode-array): Use it to obey json-encoding-pretty-print.
4158         (json-pretty-print-buffer, json-pretty-print): New commands.
4160 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4162         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4163         Extract `ruby-syntax-propertize-expansions'.
4164         (ruby-syntax-propertize-expansions): Only change syntax on
4165         certain string delimiters, to punctuation.  This way the common
4166         functions like forward-word and thing-at-point still work.
4167         (ruby-match-expression-expansion): Improve readability.
4168         (ruby-block-contains-point): New function.
4169         (ruby-add-log-current-method): Handle several edge cases.
4171 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4173         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4174         unload-feature finishes even when aborting an ongoing edebug session.
4175         Also, do not worry about edebug-mode, unload-feature takes care of it.
4177 2012-12-13  Andreas Schwab  <schwab@suse.de>
4179         * net/tls.el (tls-program): Update customize type.
4181 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4183         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4184         (edebug-setup-hook, cl-read-load-hooks): Use it.
4185         (edebug-unload-function): New function.  (Bug#13163)
4187 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
4189         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4190         Otherwise, there could be errors in autoloading.  (Bug#13151)
4192 2012-12-13  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4194         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4195         sequences.
4197 2012-12-13  Alan Mackenzie  <acm@muc.de>
4199         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
4200         * progmodes/cc-engine.el (c-backward-comments): Add code to work
4201         around `forward-comment' not recognizing ^M as whitespace.
4203 2012-12-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4205         * progmodes/python.el (python-skeleton-class)
4206         (python-skeleton-def): Do not add space after defun name.
4208 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4210         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4211         (cl--symbol-function): Remove (now that funbound is like nil).
4213 2012-12-12  Glenn Morris  <rgm@gnu.org>
4215         * button.el (button--area-button-p): Fix typo.
4217 2012-12-12  Sam Steingold  <sds@gnu.org>
4219         * frame.el (frame-maximization-style): New user option.
4220         (toggle-frame-maximized): Toggle frame maximization according to
4221         `frame-maximization-style', bound to <f11>.
4222         (cycle-frame-maximized): Cycle between all maximization styles and
4223         non-maximized frame, bound to shift-<f11>.
4225 2012-12-12  David CadĂ©  <codename68@gmail.com>
4227         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4229 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
4231         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4232         (eieio-override-prin1): Don't quote kewords and booleans.
4233         (object-write) <eieio-default-superclass>: Don't put closing parens
4234         on new line, avoid needless empty lines, align values that are objects
4235         with the slot keyword (instead of beginning on the same line).
4236         (eieio-list-prin1): Align value with slot keyword; increase
4237         eieio-print-depth before printing members of the list.
4239 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4242         a display text-property.
4243         (report-emacs-bug-hook): Don't bother deleting it any more.
4245         * hilit-chg.el (highlight-save-buffer-state): Delete.
4246         Use with-silent-modifications instead.
4247         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4249         * button.el: Handle buttons in display text-properties.
4250         (button--area-button-p, button--area-button-string):
4251         Use (STRING . STRING-POS) representation instead of just STRING.
4253 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
4255         * makefile.w32-in (compile4-SH): Fix a typo that caused term
4256         subdirectory be skipped.
4258 2012-12-11  Glenn Morris  <rgm@gnu.org>
4260         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4262         * progmodes/f90.el (f90-line-continued, f90-indent-region):
4263         Treat preprocessor lines embedded in continuations like comments.
4264         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
4266 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
4268         * calc/calc.el (calc-standard-date-formats): Add more date
4269         formats.
4270         * calc/calc-forms.el (math-parse-iso-date): New function.
4271         (math-parse-date): Use `math-parse-iso-date' when appropriate.
4272         (math-parse-iso-date-validate): Add extra error checking.
4273         (calc-date-notation): Add ability to access new date formats.
4275 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4277         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4278         font-lock as well as when there's no text-property.
4280 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
4282         * hi-lock.el: Refine the choice of default face.
4283         (hi-lock-keyword->face): New function.  Use it wherever we used
4284         cadadadr instead.
4285         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4286         (hi-lock--last-face): Remove var.
4287         (hi-lock--unused-faces): New var to replace it.
4288         (hi-lock-read-face-name): Use/maintain it.
4289         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
4290         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4291         if it has another face.
4293 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4295         * subr.el (w32notify-handle-event): New function.
4296         (inotify-handle-event): Doc fix.
4298 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
4300         * subr.el (inotify-event-p, inotify-handle-event): New functions.
4302 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
4304         * simple.el (just-one-space): Doc fix.
4306 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4308         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4310 2012-12-10  Le Wang  <l26wang@gmail.com>
4312         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4313         narrowed buffer (bug#12361).
4315 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
4317         * vc/vc-hooks.el (vc-state): Doc fix.
4319 2012-12-10  Glenn Morris  <rgm@gnu.org>
4321         * mail/rmail.el (rmail-maybe-display-summary):
4322         Preserve buffer, in case select-window changes it.  (Bug#13066)
4324 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4326         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4327         cl-load-hook where they belong.
4329 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4331         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4333 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
4335         Parallelize byte compilation on MS-Windows.
4336         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4337         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4338         (WINS_BASIC): Define as concatenation of the above.
4339         (compile): Subdivide into 4 separate and independent jobs that can
4340         be run in parallel.
4341         (compile0-CMD, compile0-SH): New targets for compiling
4342         COMPILE_FIRST files, which are prerequisites for the rest of the
4343         byte-compilation.
4344         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4345         New targets for parallel compilation with cmd.exe.
4346         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4347         compiling under a Unixy shell.
4349 2012-12-09  Chong Yidong  <cyd@gnu.org>
4351         * simple.el (set-mark-default-inactive): Delete this
4352         accidentally-introduced option.
4353         (set-mark-command, exchange-point-and-mark): Remove calls.
4355 2012-12-09  Glenn Morris  <rgm@gnu.org>
4357         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4358         Respect a defcustom's :set function, if appropriate.  (Bug#109)
4359         (eval-defun): Doc fix.
4361 2012-12-08  Juri Linkov  <juri@jurta.org>
4363         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4364         (Info-fontify-node, Info-bookmark-make-record): Remove the
4365         file extension from Info-current-file (Bug#13016).
4367 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4370         point, still provide some default.
4371         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4372         names, since we don't use it right now.  Actually return the list.
4373         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4375 2012-12-07  Chong Yidong  <cyd@gnu.org>
4377         * novice.el (disabled-command-function): Remove a spurious help
4378         xref (Bug#13043).  Suggested by Kelly Dean.
4380         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4381         syntax is specified (Bug#13025).
4383         * info.el (Info-set-mode-line): Remove the file extension from
4384         Info-current-file if there is one (Bug#13016).
4386 2012-12-07  Glenn Morris  <rgm@gnu.org>
4388         * mail/rmail.el (rmail-mime-decoded): New permanent local.
4389         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4390         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4391         and rmail-mime-decoded.  (Bug#9841)
4393         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
4394         (batch-unrmail, unrmail): Doc fixes.
4395         (unrmail): Respect unrmail-mbox-format.
4396         * mail/rmail.el (rmail-mbox-format): New option.
4397         (rmail-show-message-1): Respect rmail-mbox-format.
4399 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4403 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4405         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
4406         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4407         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4408         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4409         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4410         (cl-progv): Don't rely on dynamic scoping to find the body.
4411         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4412         (cl--proclaims-deferred): Rename from the "cl-" prefix.
4413         (cl-declaim): Use backquotes.
4414         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4415         Use "cl--" prefix for the object's tag.
4417         * ses.el: Use advice-add/remove.
4418         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4419         (copy-region-as-kill, yank): Use advice-add.
4420         (ses-unload-function): Use advice-remove.
4422 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
4424         * button.el: Make them work in header-lines (bug#12817).
4425         (button-map): Add bindings for header-line and mode-line use.
4426         (button-get, button-put, button-label): `button' may now be a string.
4427         (button-activate): Don't make it a defsubst.
4428         (button--area-button-p, button--area-button-string): New functions.
4429         (make-text-button): Fix the return value when `beg' was a string.
4430         (push-button): Handle the mode-line case.
4432 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4435         (sql-signum): Remove.  Use `cl-signum' instead.
4436         (sql-read-passwd): Remove; use read-passwd instread.
4437         (sql-get-login-ext): Use read-string.
4438         (sql-get-login): Use dolist and pcase.
4439         (sql--completion-table): Rename from sql-try-completion.
4440         Use complete-with-action.
4441         (sql-mode): Don't change abbrev-all-caps globally.
4442         (sql-connect): Don't rely on dynamic scoping for `new-name'.
4443         (sql-postgres-completion-object): Initialize vars in their `let'.
4444         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4445         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4446         (sql-comint-interbase): Use a single append, without setq.
4447         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4449         * hi-lock.el: Rework the default face and the serialize regexp code.
4450         (hi-lock--auto-select-face-defaults): Remove.
4451         (hi-lock-string-serialize-serial): Remove.
4452         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4453         make weak.
4454         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4455         equal string.
4456         (hi-lock-set-pattern): Adjust accordingly.
4457         (hi-lock--regexps-at-point): Simplify accordingly.
4458         (hi-lock--auto-select-face-defaults): Remove.
4459         (hi-lock--last-face): New var to replace it.
4460         (hi-lock-read-face-name): Rewrite (bug#11095).
4461         (hi-lock-unface-buffer): Arrange for the face to be the next default.
4463 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
4465         * net/tramp.el (tramp-replace-environment-variables):
4466         Hide compiler warning.
4467         (tramp-file-name-for-operation): Remove `executable-find',
4468         `start-process', `call-process' and `call-process-region'.
4470         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4472         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4473         compatibility.
4475         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4477 2012-12-06  Chong Yidong  <cyd@gnu.org>
4479         * ffap.el (ffap-replace-file-component): Fix typo.
4481 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4484         fix open-paren-like token test (bug#12785).
4486 2012-12-06  Glenn Morris  <rgm@gnu.org>
4488         * mail/rmailsum.el (rmail-new-summary): Tweak for
4489         rmail-maybe-display-summary changing buffer.  (Bug#13066)
4491 2012-12-06  Juri Linkov  <juri@jurta.org>
4493         * info.el (Info-fontify-node): Don't hide the last newline.
4494         (Bug#12272)
4496 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4498         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4499         so as to enable message-read-from-minibuffer to expand mail aliases.
4501 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4503         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4504         the `intangible' property.
4505         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4507 2012-12-05  Deniz Dogan  <deniz@dogan.se>
4509         * net/rcirc.el (rcirc-urls): Update documentation.
4510         (rcirc-condition-filter): New function.
4511         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4512         and exclude consecutive duplicate URLs (Bug#6082).
4514 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
4516         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4517         Check return code of copy command.
4519         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4520         Use group `tramp'.  Add version.
4522 2012-12-05  Chong Yidong  <cyd@gnu.org>
4524         * ffap.el (ffap-url-regexp): Don't require matching at front of
4525         string (Bug#4952).
4526         (ffap-url-p): If only a substring matches, return that.
4527         (ffap-url-at-point): Use the return value of ffap-url-p.
4528         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4529         (find-file-at-point, dired-at-point, dired-at-point-prompter)
4530         (ffap-guess-file-name-at-point): Likewise.
4531         (ffap-replace-file-component): Fix typo.
4533         * info.el (info-display-manual): Add existing Info buffers, whose
4534         files may not be in Info-directory-list, to the completion.
4535         (info--manual-names): New helper function.
4537 2012-12-05  Glenn Morris  <rgm@gnu.org>
4539         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4540         New functions, for detecting and resolving conflicts.  (Bug#10709)
4542 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
4544         * hi-lock.el (hi-lock-auto-select-face): New user variable.
4545         (hi-lock-auto-select-face-defaults): New buffer local variable.
4546         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4547         (hi-lock-unface-buffer): Prompt user with useful defaults.
4548         With prefix arg, unhighlight all hi-lock patterns in buffer.
4550 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4552         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4554 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
4556         * Makefile.in (TRAMP_SRC):
4557         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4559 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
4561         * net/tramp-adb.el: New package.
4563 2012-12-04  Chong Yidong  <cyd@gnu.org>
4565         * terminal.el: Move to obsolete/.
4567         * longlines.el: Move to obsolete/.
4569         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4570         Remove code referring to longlines mode.
4572 2012-12-03  Juri Linkov  <juri@jurta.org>
4574         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
4576 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
4578         * textmodes/ispell.el (ispell-init-process)
4579         (ispell-start-process, ispell-internal-change-dictionary):
4580         Make sure personal dictionary name is expanded after initial
4581         `default-directory' value. Use expanded strings for
4582         keep/restart checks and for value (Bug#13019).
4584 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4586         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4588 2012-12-03  Leo Liu  <sdl.web@gmail.com>
4590         * files.el (dir-locals-read-from-file): Check file non-empty
4591         before reading.  (Bug#13038)
4593 2012-12-03  Glenn Morris  <rgm@gnu.org>
4595         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4596         Remove any version extension before checking filename.  (Bug#13006)
4597         (jka-compr-compression-info-list): Belated :version bump.
4599 2012-12-03  Chong Yidong  <cyd@gnu.org>
4601         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4603         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4604         (buffer-menu): Doc fix (Bug#12294).
4606 2012-12-03  Roland Winkler  <winkler@gnu.org>
4608         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4609         of diary-show-all-entries in the diary buffer (Bug#12994).
4611 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
4613         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4614         "<STDIN>".  This is binary safe.
4616 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4618         * calc/calc-forms.el (math-absolute-from-iso-dt)
4619         (math-date-to-iso-dt, math-parse-iso-date-validate)
4620         (math-iso-dt-to-date): New functions.
4621         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4622         (math-fd-isoweekday): New variables.
4623         (calc-date-notation, math-parse-standard-date, math-format-date)
4624         (math-format-date-part): Add support for more formatting codes.
4626 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4628         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4629         current buffer's file name when called interactively (Bug#12488).
4631 2012-12-02  Juri Linkov  <juri@jurta.org>
4633         * info.el (info-display-manual): Don't clobber an existing Info
4634         buffer (Bug#10770).  Add completion (Bug#10771).
4636 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
4638         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4639         before using it for comparison (Bug#5297).
4641 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
4643         * textmodes/css-mode.el (css-current-defun-name): New function.
4644         (css-mode): Use it.
4646         * textmodes/sgml-mode.el (html-current-defun-name): New function.
4647         (html-mode): Use it.
4649 2012-12-01  Chong Yidong  <cyd@gnu.org>
4651         Modularize add-log-current-defun (Bug#2224).
4652         Suggested by Jari Aalto.
4654         * vc/add-log.el (add-log-current-defun-function): Doc fix.
4655         (add-log-current-defun): Move mode-specific code to other files.
4656         (add-log-lisp-like-modes, add-log-c-like-modes)
4657         (add-log-tex-like-modes): Variables deleted.
4659         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4660         (lisp-mode-variables): Use it.
4662         * progmodes/cc-mode.el (c-common-init):
4663         * progmodes/cperl-mode.el (cperl-mode): Set a value for
4664         add-log-current-defun-function.
4666         * progmodes/m4-mode.el (m4-current-defun-name): New function.
4667         (m4-mode): Use it.
4669         * progmodes/perl-mode.el (perl-current-defun-name): New.
4670         (perl-mode): Use it.
4672         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4673         Use lisp-current-defun-name.
4675         * textmodes/tex-mode.el (tex-current-defun-name): New.
4676         (tex-common-initialization): Use it.
4678         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4679         (texinfo-mode): Use it.
4681 2012-12-01  Chong Yidong  <cyd@gnu.org>
4683         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4684         * progmodes/autoconf.el (autoconf-mode):
4685         * progmodes/js.el (js-mode):
4686         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4687         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4688         * progmodes/perl-mode.el (perl-mode):
4689         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4690         * textmodes/css-mode.el (css-mode):
4691         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4692         (sgml-tags-invisible, sgml-guess-indent):
4693         * textmodes/tex-mode.el (tex-common-initialization)
4694         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4695         (doctex-mode, plain-tex-mode, latex-mode):
4696         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4698 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4700         * vc/vc-hg.el (vc-hg-next-revision):
4701         Ensure use of default "tip" output format.  (Bug#6968)
4703 2012-12-01  Kim F. Storm  <storm@cua.dk>
4705         * startup.el (fancy-startup-tail): Add a clickable link
4706         (Bug#2176).
4708 2012-12-01  Chong Yidong  <cyd@gnu.org>
4710         * startup.el (fancy-startup-tail): Improve the message about
4711         auto-save files (Bug#2176).
4713         * files.el (recover-session): Improve the descriptive message, and
4714         use substitute-command-keys.
4716 2012-12-01  Glenn Morris  <rgm@gnu.org>
4718         * ido.el (ido-file-internal):
4719         Handle other-window, other-frame for dired.  (Bug#13036)
4721 2012-11-30  Glenn Morris  <rgm@gnu.org>
4723         * icomplete.el (icomplete-separator): Fix :version.
4725 2012-11-30  Chong Yidong  <cyd@gnu.org>
4727         * shell.el (shell): For C-u M-x shell, use an inactive shell
4728         buffer as the default (Bug#1975).
4729         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4730         (shell-mode): Use them to reapply ansi colorization if Shell mode
4731         is re-enabled.
4733 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4735         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4737 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4739         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4740         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4742 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4744         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4745         by move-to-column (Bug#3234).
4747 2012-11-30  Chong Yidong  <cyd@gnu.org>
4749         * longlines.el (longlines-wrap-line, longlines-encode-region):
4750         Preserve text properties (Bug#1425).
4752 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4754         * vc/vc.el (vc-register): Allow registering a file which is
4755         already registered with a different backend (Bug#10589).
4757 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4758             Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * icomplete.el: Change separator; add ido-style commands.
4761         (icomplete-show-key-bindings): Remove custom var.
4762         (icomplete-get-keys): Remove function.
4763         (icomplete-forward-completions, icomplete-backward-completions):
4764         New commands.
4765         (icomplete-minibuffer-map): New var.
4766         (icomplete-minibuffer-setup): Use it.
4767         (icomplete-exhibit): Don't delay if the list of completions is known.
4768         (icomplete-separator): New custom.
4769         (icomplete-completions): Use it.
4770         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4771         (minibuffer-force-complete-and-exit): New command.
4772         (minibuffer--complete-and-exit): New function extracted from
4773         minibuffer-complete-and-exit.
4774         (minibuffer-complete-and-exit): Use it.
4776         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4777         error message when the file doesn't exist (bug#12974).
4779 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4781         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4783 2012-11-29  Glenn Morris  <rgm@gnu.org>
4785         * files.el (hack-dir-local-variables): Warn if try to set
4786         coding via dir-locals, since it doesn't work.  (Bug#7169)
4788         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4789         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4790         Set buffer-local value of desktop-save-buffer.
4791         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4792         New functions.
4793         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4794         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4796         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4797         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4798         Doc fix.
4799         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4800         Doc fixes.
4802 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4804         * calc/calc-forms.el (calc-date-notation): Fix regexp
4805         used to find time codes.  Fix symbol for seconds.
4807 2012-11-27  Glenn Morris  <rgm@gnu.org>
4809         * emacs-lisp/derived.el (derived-mode-make-docstring):
4810         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4812 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4814         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4815         lexically scoped variables (bug#13005).
4817 2012-11-27  Glenn Morris  <rgm@gnu.org>
4819         * vc/vc-hooks.el (vc-mistrust-permissions):
4820         Default to t, to avoid data-loss.  (Bug#11490)
4822 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4824         * progmodes/python.el (python-indent-guess-indent-offset):
4825         If indentation is guessed make python-indent-offset buffer-local.
4827         Fix Imenu regression.
4828         * progmodes/python.el (python-nav-beginning-of-defun):
4829         Fix forward movement when statement(s) separates point from defun.
4830         (python-imenu-prev-index-position): New function.
4832 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4834         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4836         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4837         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4839 2012-11-27  Glenn Morris  <rgm@gnu.org>
4841         * hippie-exp.el (hippie-expand-try-functions-list):
4842         Re-autoload it.  (Bug#12982)
4844 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4846         * descr-text.el (describe-char-padded-string):
4847         Call internal-char-font only on GUI frames.  (Bug#11964)
4849 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4851         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4852         and obsoletion message.
4854 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4856         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4857         the constructs to keep outside of the `cl-block' (bug#12977).
4859 2012-11-27  Chong Yidong  <cyd@gnu.org>
4861         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4862         keep reading until we get the up-event anyway, in order to process
4863         the up-event for mouse-1-click-follows-link (Bug#12971).
4865 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4868         base function is not yet defined (bug#12965).
4869         (ad-activate-advised-definition): Use ad-compile-function.
4870         (ad-activate): Use cond.
4872 2012-11-25  Leo Liu  <sdl.web@gmail.com>
4874         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4875         (Bug#12979)
4877 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
4879         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4880         reftex-section-info-function in order to be compatible with
4881         Texinfo integration.
4883         * textmodes/reftex.el (reftex-section-pre-regexp)
4884         (reftex-section-post-regexp, reftex-section-info-function):
4885         New variable.
4886         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4887         reftex-section-post-regexp, and reftex-section-info-function in order
4888         to be compatible with Texinfo integration.
4890         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4891         use reftex-section-pre-regexp variable in order to be compatible with
4892         Texinfo integration.
4894 2012-11-25  Chong Yidong  <cyd@gnu.org>
4896         * faces.el: Make face-spec-set more analogous to setq.
4897         (face-spec-set): Change the third arg to specify whether this
4898         function is being called via defface, customize, or a third party.
4899         Set the appropriate symbol properties.  Clear the override spec if
4900         setting via Custom.  Initialize face if necessary.  (Bug#4988)
4901         (face-spec-recalc): Allow theme faces to completely replace the
4902         defface spec, in the same way as custom faces (Bug#8454).
4904         * cus-face.el (custom-declare-face): Move face initialization to
4905         face-spec-set.
4906         (custom-theme-set-faces): Don't initialize the face name here, as
4907         that is now done in face-spec-set.
4909         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4910         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4911         Simplify by using the new arg to face-spec-set.
4913         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4914         reset face-override-spec too, and use custom-declare-face.
4916 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
4918         * term/ns-win.el (ns-initialize-window-system): Move creation of
4919         fontsets here (Bug#11964).
4921 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
4923         * ses.el (ses-rename-cell): Correct bug on mode-line update after
4924         cell renaming.
4926 2012-11-24  Chong Yidong  <cyd@gnu.org>
4928         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4929         obsolete.
4931         * custom.el (custom-theme-set-variables): Use a topological sort
4932         for ordering by custom dependencies (Bug#12952).
4933         (custom--sort-vars, custom--sort-vars-1): New functions.
4935 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4937         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4938         lexical-binding (bug#12938).
4940 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
4942         * image-mode.el (image-transform-check-size): Use assertions only
4943         for images of type imagemagick.
4945         Otherwise no error, image-transform-fit-to-{width,height} is
4946         silently ignored, as before.  Doc fix.
4948 2012-11-24  Chong Yidong  <cyd@gnu.org>
4950         * faces.el (color-defined-p): Doc fix (Bug#12853).
4952 2012-11-24  Juri Linkov  <juri@jurta.org>
4954         * dired.el (dired-mark): Add optional arg `interactive'.
4955         Check for `use-region-p' if `interactive' is non-nil.
4956         (dired-unmark, dired-flag-file-deletion): Add optional arg
4957         `interactive'.  Call `dired-mark' with the arg `interactive'.
4958         (Bug#10624)
4960         * wdired.el: Revert 2012-10-17 change partly and replace it with
4961         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4962         (wdired-finish-edit): Add marks for new file names to
4963         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
4964         after `revert-buffer'.
4965         (wdired-do-renames): Remove calls to `dired-remove-file',
4966         `dired-add-file', `dired-add-entry'.  (Bug#11795)
4968 2012-11-24  Alan Mackenzie  <acm@muc.de>
4970         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4972         Fix bugs in the state cache.  Enhance a debugging mechanism.
4973         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4974         "brace at column zero" strategy for C++.
4975         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4976         (c-parse-state-point): New variable.
4977         (c-record-parse-state-state): Record old parse state with
4978         `copy-tree'.  Record previous value of point.
4979         (c-debug-parse-state-double-cons): New debugging function.
4980         (c-debug-parse-state): Call the above new function.
4981         (c-toggle-parse-state-debug): Output a confirmatory message.
4983         * progmodes/cc-mode.el (c-before-change, c-after-change):
4984         Call c-invalidate-state-cache from `c-before-change' instead of
4985         `c-after-change'.
4987 2012-11-23  Chong Yidong  <cyd@gnu.org>
4989         * find-cmd.el (find-constituents): Add executable, ipath,
4990         readable, samefile, writable, daystart, regextype (Bug#12856).
4992 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4994         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4996 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4998         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4999         definition.  This fixes a bootstrap failure.
5000         (calc-gregorian-switch): In menu, put dates before regions.
5001         This is easier to follow, lines up better in the menu, and lets us
5002         coalesce regions that switch at the same time.  Give country
5003         names, not "Vatican", as that's better for non-expert users.
5004         Use names that are stable between the date of switch and now, e.g.,
5005         Bohemia and Moravia (which existed then and now) and not
5006         Czechoslovakia (which didn't exist then and doesn't exist now).
5007         What is now the U.S. mostly did not switch at the same time as
5008         Britain, so omit the U.S.  Correct spelling of "Britain".
5009         Catholic Switzerland was too much of a mess, so omit it.
5011 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
5013         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5014         after the variable is changed.
5016 2012-11-21  Daniel Colascione  <dancol@dancol.org>
5018         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5019         in SQL declarations for font-lock.
5020         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5022 2012-11-21  Glenn Morris  <rgm@gnu.org>
5024         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5025         (face-italic-p): Add optional argument "inherit".
5027         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5028         Remove -p suffix from names, for consistency with other set-face-*.
5029         (set-face-inverse-video): Fix interactive spec.
5030         * play/gamegrid.el (gamegrid-make-mono-tty-face):
5031         * textmodes/table.el (table--update-cell-face):
5032         Use set-face-inverse-video rather than now obsolete alias.
5034 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
5036         * simple.el (line-move): Don't call line-move-partial if
5037         scroll-conservatively is in effect.  (Bug#12927)
5039 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5042         Fallback on completion-at-point rather than
5043         pcomplete-expand-and-complete, and only if pcomplete actually failed.
5044         (eshell-cmpl-initialize): Setup completion-at-point.
5046         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5048         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5050 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
5052         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5053         are remote, check out-of-band property for both.
5055 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * window.el (switch-to-buffer): Re-add the warning that was lost in the
5058         code rewrite.
5060 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
5062         More minor time fixes.
5063         * calendar/time-date.el: Commentary fix.
5064         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5065         too much other code depends on (0 0) time stamps.
5066         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5067         Add a couple of FIXME comments.
5069         Minor cleanup for times as lists of four integers.
5070         * files.el (dir-locals-directory-cache):
5071         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5072         Doc fixes.
5073         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5074         * ps-bdf.el (bdf-file-newer-than-time):
5075         Process four-integers time stamps, not two.  Doc fixes.
5077 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5079         * uniquify.el (uniquify-managed): Use defvar-local.
5080         (rename-buffer, create-file-buffer): Advise with advice-add.
5081         (uniquify-unload-function): Unadvise accordingly.
5083         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5084         (trace-buffer): Don't purecopy.
5085         (trace-entry-message, trace-exit-message): Add `context' arg.
5086         (trace--timer): New var.
5087         (trace-make-advice): Adjust for use in nadvice.
5088         Add `context' argument.  Delay `display-buffer' via a timer.
5089         (trace-function-internal): Use advice-add.
5090         (trace--read-args): New function.
5091         (trace-function-foreground, trace-function-background): Use it.
5092         (trace-function): Rename to trace-function-foreground and redefine as
5093         an alias to that new name.
5094         (untrace-function, untrace-all): Adjust to the use of nadvice.
5096         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5098         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5100         * subr.el (called-interactively-p-functions): New var.
5101         (internal--called-interactively-p--get-frame): New macro.
5102         (called-interactively-p, interactive-p): Rewrite in Lisp.
5103         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5104         (called-interactively-p-functions): Use it.
5105         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5106         (called-interactively-p-functions): Use it.
5107         * allout.el (allout-called-interactively-p): Don't assume
5108         called-interactively-p is a subr.
5110 2012-11-20  Glenn Morris  <rgm@gnu.org>
5112         * profiler.el (profiler-report-mode-map): Add a menu.
5113         No need to bind `q' because we derive from special-mode.
5114         (profiler-report-find-entry): Handle calls from the menu-bar.
5116 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5118         * emacs-lisp/byte-run.el (defun-declarations-alist):
5119         Allow a compiler-macro to be a lambda expression.
5121         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
5122         eval-when-compile.
5123         (python-syntax-context): Add compiler-macro.
5124         (python-font-lock-keywords): Simplify with De Morgan.
5126         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5128         * files.el (load-file): Require match in minibuffer selection, as was
5129         the case in Emacs-20 before we changed the spec to allow .elc files
5130         (bug#12935).
5132         * json.el: Don't require cl since we don't use it.
5133         * color.el: Don't require cl.
5134         (color-complement): `caddr' -> `nth 2'.
5136         * calendar/time-date.el (time-to-seconds): De-obsolete.
5138 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
5140         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5141         year numbers.
5142         (math-date-to-julian-dt): Adjust the initial approximation for the
5143         year to deal with the new definition of the DATE.
5145 2012-11-19  Daniel Colascione  <dancol@dancol.org>
5147         * term/w32-win.el (cygwin-convert-path-from-windows):
5148         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5150 2012-11-18  Chong Yidong  <cyd@gnu.org>
5152         * filecache.el (file-cache--read-list): New function.
5153         (file-cache-add-directory-list, file-cache-add-file-list)
5154         (file-cache-delete-file-list, file-cache-delete-directory-list):
5155         Use it to read a list of files or directories (Bug#12846).
5156         (file-cache-add-file, file-cache-add-directory)
5157         (file-cache-delete-file-list, file-cache-delete-file-regexp)
5158         (file-cache-delete-directory): Print an message.
5160 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
5162         * calc/calc-forms.el (math-date-to-dt): Use integer date when
5163         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5165 2012-11-18  Glenn Morris  <rgm@gnu.org>
5167         * image.el (insert-image, insert-sliced-image): Doc fix.
5169 2012-11-18  Chong Yidong  <cyd@gnu.org>
5171         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5172         (Bug#12810).
5174 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5176         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5177         response when the target file is in a subdirectory (Bug#12757).
5179 2012-11-18  Chong Yidong  <cyd@gnu.org>
5181         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5183 2012-11-18  Glenn Morris  <rgm@gnu.org>
5185         * emacs-lisp/cl-lib.el (face-underline-p):
5186         Use set-face-underline rather than the alias set-face-underline-p.
5188         * window.el (with-temp-buffer-window): Doc fix.
5189         * subr.el (with-output-to-temp-buffer):
5190         Add doc xref to with-temp-buffer-window.
5192 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
5194         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5195         * calc/calc.el (math-format-date-cache): Declare.
5197 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5199         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5200         It also uses January 1, 1 AD as its day number 1.
5201         * calc/calc-forms.el (math-julian-date-beginning)
5202         (math-julian-date-beginning-int): Implement this.
5204 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
5206         * descr-text.el (quail-find-key):
5207         * dired.el (desktop-file-name):
5208         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5209         * generic-x.el (comint-mode, comint-exec):
5210         * image-dired.el (widget-forward):
5211         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5212         (speedbar-change-expand-button-char)
5213         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5214         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5215         * printing.el (easy-menu-add-item, easy-menu-remove-item)
5216         (widget-field-action, widget-value-set):
5217         * speedbar.el (imenu--make-index-alist):
5218         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5219         (ring-length, ring-insert):
5220         * vcursor.el (compare-windows-skip-whitespace):
5221         * woman.el (dired-get-filename):
5222         Declare functions.
5224         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5226 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5228         * calc/calc.el (calc-gregorian-switch): New variable.
5230         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5231         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5232         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5233         (math-leap-year-p): Add option to distinguish between Julian
5234         and Gregorian calendars.
5235         (math-day-number): Use `math-day-in-year' to do the computations.
5236         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5237         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5238         to do the computations.
5239         (math-date-to-dt): Use `math-date-to-julian-dt' and
5240         `math-date-to-gregorian-dt' to do the computations.
5241         (calcFunc-weekday, math-format-date-part): Use the new version of
5242         the DATE to determine the weekday.
5243         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5244         when necessary.
5246 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
5248         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5249         Cygwin; otherwise use 'file:'.  (Bug#12914)
5250         (cygwin-convert-path-from-windows): Declare, to avoid
5251         byte-compiler warnings.
5253 2012-11-17  Andreas Politz  <politza@fh-trier.de>
5255         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5256         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5257         prefix and negative numeric prefix args (Bug#12795).
5259 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
5261         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5262         Don't signal an error with a score that is too low to add to the
5263         list of top scores. (Bug#12779)
5265 2012-11-17  Chong Yidong  <cyd@gnu.org>
5267         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5269         * filecache.el (file-cache-add-file): Handle relative file name in
5270         the argument (Bug#12694).
5272 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
5274         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5276 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5278         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5280         * emacs-lisp/cl-lib.el: Set more meaningful version number.
5282 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5284         * window.el (enlarge-window, shrink-window): Don't mention return
5285         value in doc-string (Bug#12896).
5286         (window--display-buffer): Don't resize frames - it won't work
5287         with all window managers and defeat pop-up-frame-alist.
5288         (display-buffer-alist): In doc-string explain that CONDITION can
5289         be a function and which arguments are passed to it (Bug#12854).
5290         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
5291         expressions (Bug#12854).
5292         (display-buffer): Pass ACTION argument to
5293         display-buffer-assq-regexp.
5295 2012-11-16  Glenn Morris  <rgm@gnu.org>
5297         * window.el (fit-frame-to-buffer-bottom-margin)
5298         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5300         * faces.el (face-underline-p): Use face-attribute-specified-or.
5302 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
5304         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5306 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5310 2012-11-16  Glenn Morris  <rgm@gnu.org>
5312         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
5313         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5315         * faces.el (face-underline-p): Doc fix.  Handle :underline being
5316         things other than `t' (a string, a list).
5317         (face-inverse-video-p): Doc fix.
5318         (set-face-underline): Rename it back from set-face-underline-p.
5319         Doc fix.  Allow interactive input of values other than t.
5320         (read-face-attribute): Apply formatting to :underline,
5321         since like :box and :stipple it can take list values.
5323         * term.el (ansi-term): Don't let C-x escape-char binding
5324         clobber the more standard C-c binding.  (Bug#12842)
5326         * subr.el (set-temporary-overlay-map): Doc fix.
5328 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5330         * window.el (record-window-buffer)
5331         (display-buffer-record-window): When copying the markers to
5332         window-point preserve window-point-insertion-type. (Bug#12588)
5334 2012-11-16  Glenn Morris  <rgm@gnu.org>
5336         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5337         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5338         Use new names for hooks rather than obsolete aliases.
5340 2012-11-15  Daniel Colascione  <dancol@dancol.org>
5342         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5343         prefix instead of "file:" so that when FILE-NAME begins with "//",
5344         as it does when the target file is on a network share, url-handler
5345         isn't confused.
5347 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5350         a preactivated advice from an old advice.el; they're not compatible!
5352 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5354         * emacs-lisp/nadvice.el (advice--make-interactive-form):
5355         Fix string-spec case.
5357         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5359 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5361         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5362         (advice--buffer-local-function-sample): New var.
5363         (advice--set-buffer-local, advice--buffer-local): New functions.
5364         (add-function, remove-function): Use them.
5366 2012-11-15  Drew Adams  <drew.adams@oracle.com>
5368         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5370 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5372         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5373         potential binding of print-gensym to t, and prettify (back)quotes in
5374         case they appear in args's default values (bug#12884).
5376 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5378         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5379         (advice-eval-interactive-spec): New function.
5380         (advice--make-interactive-form): Support around advice (bug#12844).
5382 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
5384         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5385         more strict.  Add docstring.
5386         (ruby-expression-expansion-re): Extract from
5387         `ruby-match-expression-expansion'.
5388         (ruby-syntax-propertize-function): After everything else, search
5389         for expansions in string literals, mark their insides as
5390         whitespace syntax and save match data for font-lock.
5391         (ruby-font-lock-keywords): Use the 2nd group from expression
5392         expansion matches.
5393         (ruby-match-expression-expansion): Use the match data saved to the
5394         text property in ruby-syntax-propertize-function.
5396 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5398         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5399         (bug#12879).
5401 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5403         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5404         start/end keyword a bit harder.  Works with different values of N.
5405         Add more comments.
5406         (ruby-end-of-block): Update accordingly.
5408 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5410         * woman.el (woman-file-name): Don't mess with unread-command-events
5411         (bug#12861).
5413         * emacs-lisp/advice.el: Layer on top of nadvice.el.
5414         Remove out of date self-require hack.
5415         (ad-do-advised-functions): Use simple `dolist'.
5416         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5417         (ad-advice-definition): Redefine as functions.
5418         (ad-advice-classes): Move before first use.
5419         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5420         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5421         (ad--defalias-fset): Remove functions.
5422         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5423         (ad-get-orig-definition): Rewrite.
5424         (ad-make-advised-definition-docstring): Change base docstring.
5425         (ad-real-orig-definition): Rewrite.
5426         (ad-map-arglists): Change name of called function.
5427         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5428         (ad-make-advised-definition): Simplify.
5429         (ad-assemble-advised-definition): Tweak for new calling context.
5430         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5431         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
5432         function and call ad-activate if needed.
5433         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5434         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5435         (ad-compile-function): Compile ad-Advice-*.
5436         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5437         (ad-start-advice, ad-stop-advice): Remove.
5439 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5441         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5442         period before class method names, not after.  Remove handling of
5443         one impossible case.  Add comments.
5445 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5447         * emacs-lisp/advice.el: Remove support for freezing.
5448         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5449         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5450         Remove support for `freeze'.
5452         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5453         override the default.
5454         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5455         cl--dotimes/dolist.
5456         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5457         `cl' is loaded.
5459         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5460         from add-advice.
5461         (advice--strip-macro): New function.
5462         (advice--defalias-fset): Use them to handle macros.
5463         (advice-add): Use them.
5464         (advice-member-p): Correctly handle macros.
5466 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5468         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5469         Never font-lock the beginning of singleton class as heredoc.
5471 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5473         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5475 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
5477         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5478         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
5479         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5481 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5483         Fix end-of-defun misbehavior.
5484         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5485         python-beginning-of-defun-function.  Handle nested defuns
5486         correctly.
5487         (python-nav-end-of-defun): Rename from
5488         python-end-of-defun-function.  Ensure forward movement.
5489         (python-info-current-defun): Reimplement to work as intended
5490         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
5491         parent defuns as soon as possible.
5493 2012-11-13  Glenn Morris  <rgm@gnu.org>
5495         * progmodes/flymake.el (flymake-error-bitmap)
5496         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5497         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5499 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5501         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5502         backward, always stop at indentation.  Reverts the change from
5503         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5505 2012-11-13  Glenn Morris  <rgm@gnu.org>
5507         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5508         Add ibuffer-filter-by-derived-mode.
5510         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5511         the same name shadowing each other.
5513         * window.el (with-temp-buffer-window): Doc tweak.
5515         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5517         * help.el (temp-buffer-max-height):
5518         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5519         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5521 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5523         * emacs-lisp/nadvice.el: New package.
5524         * subr.el (special-form-p): New function.
5525         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5526         (elp-all-instrumented-list): Remove var.
5527         (elp-not-profilable): Remove elp-wrapper.
5528         (elp-profilable-p): Use autoloadp and special-form-p.
5529         (elp--advice-name): New const.
5530         (elp-instrument-function): Use advice-add.
5531         (elp--instrumented-p): New predicate.
5532         (elp-restore-function): Use advice-remove.
5533         (elp-restore-all, elp-reset-all): Use mapatoms.
5534         (elp-set-master): Use elp--instrumented-p.
5535         (elp--make-wrapper): Rename from elp-wrapper, return a function
5536         suitable for advice-add.  Use cl-inf.
5537         (elp-results): Use mapatoms+elp--instrumented-p.
5538         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5539         (debug-function-list): Remove var.
5540         (debug): Rename arg, and then let-bind it explicitly inside.
5541         (debugger-setup-buffer): Rename arg.
5542         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5543         (debugger-frame-number): Adjust to new debug-on-entry setup.
5544         (debug--implement-debug-on-entry): Rename from
5545         implement-debug-on-entry, add argument.
5546         (debugger-special-form-p): Remove, use special-form-p instead.
5547         (debug-on-entry): Use advice-add.
5548         (debug--function-list): New function.
5549         (cancel-debug-on-entry): Use it, along with advice-remove.
5550         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5551         (debugger-list-functions): Use debug--function-list instead of
5552         debug-function-list.
5553         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5554         (ad-special-form-p): Remove, use special-form-p instead.
5555         (ad-set-advice-info): Use add-function and remove-function.
5556         (ad--defalias-fset): Adjust accordingly.
5558 2012-11-10  Glenn Morris  <rgm@gnu.org>
5560         * mail/emacsbug.el (report-emacs-bug-tracker-url)
5561         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5562         (report-emacs-bug-create-existing-bugs-buffer)
5563         (report-emacs-bug-parse-query-results)
5564         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
5566         * term.el (term-default-fg-color, term-default-bg-color):
5567         Make obsolete, rather than just saying "deprecated" in the doc.
5569         * term.el (term): Rename from `term-face'.
5570         (term-current-face, ansi-term-color-vector)
5571         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5572         Update all users.
5574 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5576         * server.el (server-create-window-system-frame): Handle Nextstep
5577         specially (Bug#12780).
5579 2012-11-10  Glenn Morris  <rgm@gnu.org>
5581         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5582         Unautoload, and make obsolete.  (Bug#7449)
5584 2012-11-10  Chong Yidong  <cyd@gnu.org>
5586         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5587         rename from diff-remove-trailing-whitespace (Bug#12831).
5589 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5591         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5592         miscompilation of trace.el.
5594 2012-11-10  Glenn Morris  <rgm@gnu.org>
5596         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5598 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5600         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5601         (bug#12812).
5603 2012-11-10  Chong Yidong  <cyd@gnu.org>
5605         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5606         a defcustom with an appropriate :set function.
5607         (minibuffer-default--in-prompt-regexps): New function.
5609 2012-11-10  Glenn Morris  <rgm@gnu.org>
5611         * emacs-lisp/cl.el (define-setf-expander, defsetf)
5612         (define-modify-macro): Doc fixes.
5614         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5615         (gv-define-simple-setter): Update doc of `fix-return'.
5617 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5619         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5620         twice when `fix-return' is set (bug#12813).
5622         * emacs-lisp/cl.el (defsetf): Pass the third arg to
5623         gv-define-simple-setter (bug#12812).
5625         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5626         (bug#12756).
5628 2012-11-10  Glenn Morris  <rgm@gnu.org>
5630         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5632         * emacs-lisp/cl-extra.el (cl-prettyexpand):
5633         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5634         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5635         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5637         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5639 2012-11-10  Leo Liu  <sdl.web@gmail.com>
5641         * ido.el (ido-set-matches-1): Improve flex matching performance by
5642         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
5644 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5647         (ad--defalias-fset): New function.
5648         (ad-safe-fset): Remove.
5649         (ad-make-freeze-definition): Use cl-letf*.
5651 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5653         * subr.el (dolist): Don't bind VAR in RESULT.
5655         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
5656         (fset, documentation): Don't save real def since we don't advise.
5657         (ad-do-advised-functions): Remove problematic `result-form'.
5658         (ad-safe-fset): `ad-real-fset' => `fset'.
5659         (ad-read-advised-function): Don't assume that ad-do-advised-functions
5660         uses CL's dolist internally.
5661         (ad-arglist): Remove unused arg `name'.
5662         (ad-docstring, ad-make-advised-docstring):
5663         `ad-real-documentation' => `documentation'.
5664         (warning-suppress-types): Declare.
5665         (ad-set-arguments): Simple CSE.
5666         (ad-recover-normality): Sanity check.
5668         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5669         (funcall '(lambda ..) ..) into ((lambda ..) ..).
5671 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5673         * ses.el: symbol to coordinate mapping is made by symbol property
5674         `ses-cell'.  This means that the same mapping is done for all SES
5675         sheets.  That is good enough for cells with standard A1 names, but
5676         not for named cell.  So a hash map is added for the latter.
5677         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5678         (ses-sym-rowcol): Use hashmap for named cell.
5679         (ses-is-cell-sym-p): New defun.
5680         (ses-decode-cell-symbol): New defun.
5681         (ses-create-cell-variable): Add cell to hashmap when name is not
5682         A1-like.
5683         (ses-rename-cell): Check that cell new name is not already in
5684         spreadsheet with the use of ses-is-cell-sym-p
5685         (ses-rename-cell): Use hash map for named cells, but accept also
5686         renaming back to A1-like.
5688 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5690         * emacs-lisp/advice.el: Use new dynamic docstrings.
5691         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5692         Use dynamic-docstring-function instead of ad-advice-info.
5693         (ad--make-advised-docstring): New function extracted from
5694         ad-make-advised-docstring.
5695         (ad-make-advised-docstring): Use it.
5696         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5697         from sql-help.
5698         (sql-help): Use it with dynamic-docstring-function.
5700         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5702 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * files.el (hack-one-local-variable--obsolete): New function.
5705         (hack-one-local-variable): Use it for obsolete settings.
5707         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5708         the new name.
5710         * progmodes/js.el (js--filling-paragraph): New var.
5711         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5712         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5713         less sneaky.
5715 2012-11-08  Julien Danjou  <julien@danjou.info>
5717         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5718         `auto-mode-alist' (Bug#12835).
5720 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5722         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5723         (perl--prettify-symbols-alist): New const.
5724         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5725         New functions.
5726         (perl-font-lock-keywords-2): Use them.
5727         (perl-electric-noindent-p): New function.
5728         (perl-mode): Use it to set up electric-indent-mode.
5729         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5730         (perl-mode-map): Remove bindings for them.
5731         (perl-imenu-generic-expression, perl-outline-level):
5732         Match functions&packages in column>0.
5734         * env.el (env--substitute-vars-regexp): New const.
5735         (substitute-env-vars): Use it.  Add `only-defined' arg.
5736         * net/tramp.el (tramp-replace-environment-variables): Use it.
5738         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5739         Byte-compile *before* eval in eval-and-compile.
5740         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5741         (byte-compile-file-form-autoload): Don't hide actual definition.
5742         (byte-compile-maybe-guarded): Accept `functionp' as well.
5744         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5746 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5748         * notifications.el (notifications-get-server-information-method):
5749         New defconst.
5750         (notifications-get-capabilities): Fix docstring.
5751         (notifications-get-server-information): New defun.
5753 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5755         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5756         readability.
5758         * textmodes/ispell.el: Experimental support for support debugging.
5759         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5760         buffer for ispell.
5761         (ispell-print-if-debug): New function to print stuff to
5762         `ispell-debug-buffer' if debugging is enabled.
5763         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5764         show some debugging info.
5765         (ispell-buffer-with-debug): New function that creates a debugging
5766         buffer and calls `ispell-buffer' with debugging enabled.
5768         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5769         comment in autoconf mode. (Bug#12768)
5771 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5773         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5774         frame-first-window, frame-root-window, frame-selected-window,
5775         minibuffer-selected-window, minibuffer-window,
5776         window-absolute-pixel-edges, window-at, window-body-height,
5777         window-body-width, window-display-table, window-combination-limit,
5778         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5779         window-inside-edges, window-inside-pixel-edges, window-left-child,
5780         window-left-column, window-margins, window-next-buffers,
5781         window-next-sibling, window-new-normal, window-new-total,
5782         window-normal-size, window-parameter, window-parameters, window-parent,
5783         window-pixel-edges, window-point, window-prev-buffers,
5784         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5785         window-start, window-text-height, window-top-child, window-top-line,
5786         window-total-height, window-total-width and window-use-time to the list
5787         of functions without side-effects.
5788         (toplevel): Add window-valid-p to the list of error-free functions
5789         without side-effects.
5791 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5793         * textmodes/ispell.el (ispell-program-name):
5794         Update spellchecker parameters when customized.
5796 2012-11-04  Glenn Morris  <rgm@gnu.org>
5798         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5800 2012-11-04  Chong Yidong  <cyd@gnu.org>
5802         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5803         same-window-* variables.
5805 2012-11-04  Juri Linkov  <juri@jurta.org>
5807         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5808         (isearch-describe-key, isearch-describe-mode): Use a display
5809         action instead of binding same-window-* variables (Bug#10040).
5811 2012-11-03  Glenn Morris  <rgm@gnu.org>
5813         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5814         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5816         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5818 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5820         * term/pc-win.el: Don't load term/internal from here.
5822         * loadup.el: Load term/internal from here.
5824 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5826         * progmodes/python.el (inferior-python-mode): Fix hang in
5827         jit-lock (Bug#12645).
5829 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5831         * window.el (switch-to-visible-buffer)
5832         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5834 2012-11-03  Glenn Morris  <rgm@gnu.org>
5836         * emacs-lisp/cl-lib.el (cl--random-time):
5837         Rename from cl-random-time.  (Bug#12773)
5838         (cl--gensym-counter, cl--random-state): Update callers.
5839         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5841 2012-11-03  Chong Yidong  <cyd@gnu.org>
5843         * cus-start.el: Make cursor-type customizable (Bug#11633).
5845 2012-11-02  Glenn Morris  <rgm@gnu.org>
5847         * filecache.el: No need to load find-lisp when compiling.
5848         (find-lisp-find-files): Autoload it.
5849         (file-cache-add-directory-recursively): Don't require find-lisp.
5851         * image.el (image-type-from-file-name): Trivial simplification.
5853         * emacs-lisp/bytecomp.el (byte-compile-eval):
5854         Decouple "noruntime" and "cl-functions" warnings.
5856 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5858         * play/gomoku.el (gomoku-display-statistics): Update mode line
5859         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5861 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5863         * window.el (quit-restore-window): If the window has been
5864         created on an existing frame and ended up as the sole window on
5865         that frame, do not delete it (Bug#12764).
5867 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5870         Rename from sh--inside-arithmetic-expression, handle more cases
5871         (bug#11263).
5873         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5874         (sh-font-lock-open-heredoc): Use it (bug#12770).
5876 2012-10-30  Glenn Morris  <rgm@gnu.org>
5878         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
5880         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
5882 2012-10-29  Chong Yidong  <cyd@gnu.org>
5884         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5885         function key is stored in a keyboard macro (Bug#4894).
5887         * thingatpt.el (number-at-point): Apply a thing-at-point property.
5889 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5891         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5892         header comments".
5893         (diff-unified->context, diff-context->unified)
5894         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5896         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5898         * files.el (find-alternate-file): Only ask one question (bug#12487).
5900 2012-10-29  Chong Yidong  <cyd@gnu.org>
5902         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5903         Suggested by Dan Nicolaescu (Bug#6326).
5905         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5907         * startup.el (fancy-about-screen): Don't message (Bug#12680).
5909         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5911         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5913         * face-remap.el (face-remap-add-relative): Handle the case where a
5914         face-remapping-alist entry is a cons cell (Bug#12762).
5916 2012-10-29  Kevin Ryde  <user42@zip.com.au>
5918         * woman.el (woman-parse-numeric-value): Handle picas correctly
5919         (Bug#12639).
5921 2012-10-29  Glenn Morris  <rgm@gnu.org>
5923         * emacs-lisp/cl.el (defsetf): Doc fix.
5925 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5928         syntax to the matching opener, if any (bug#12547).
5929         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5930         matching open as a "case-(".
5931         (sh-smie-rc-grammar): Add a corresponding rule for it.
5933 2012-10-28  Daniel Hackney  <dan@haxney.org>
5935         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5936         "PKGNAME-autoloads.el" in case we created it.
5938 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5940         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5941         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5942         (completion--twq-all): Disable too-strict assertions.
5944         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5946 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
5948         * profiler.el (profiler-report-make-entry-part): Fix help-echo
5949         text to match the real keybindings.
5951 2012-10-27  Juri Linkov  <juri@jurta.org>
5953         * wdired.el (wdired-keep-marker-rename): New defcustom.
5954         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5955         (Bug#11795)
5957         * dired.el (dired-keep-marker-rename): Add reference to
5958         `wdired-keep-marker-rename' in the docstring.
5959         Add default character value ?R to display initially in
5960         Customization UI instead of ?@.
5962 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
5964         * window.el (display-buffer): In doc-string describe
5965         window-height and window-width alist entries.
5967         * time.el (display-time-world): Restore fit-window-to-buffer
5968         behavior.
5970 2012-10-27  Chong Yidong  <cyd@gnu.org>
5972         * subr.el (insert-buffer-substring-as-yank): Doc fix.
5974 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
5976         * minibuffer.el (completion-category-overrides): New completion
5977         category `bookmark' (bug#11131).
5979 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * emacs-lisp/advice.el (ad-assemble-advised-definition):
5982         Silence bogus compiler warnings for ad-do-it.
5984         * bookmark.el (bookmark-completing-read): Set the completion category
5985         to `bookmark' (bug#11131).
5987 2012-10-26  Bastien  <bzg@altern.org>
5988             Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * face-remap.el: Use lexical-binding.
5991         (text-scale-adjust): Improve docstring.  Use itself for the temporary
5992         overlay-map bindings, so as to repeat the "Use..." message each time.
5994 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5996         * emacs-lisp/macroexp.el (macroexp--expand-all):
5997         Obey byte-compile-warning-enabled-p (bug#12486).
5999         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6000         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6002 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
6004         * mouse.el (mouse-drag-line): Move last form into preceding when
6005         clause (Bug#12731).
6007         * help.el (resize-temp-buffer-window): Fix doc-string.
6009 2012-10-25  David Engster  <deng@randomsample.de>
6011         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6012         Remove.  This feature is already integrated in imenu.
6014         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6015         always loaded.  Require `speedbar' unconditionally.
6017 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6019         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6021         * minibuffer.el (minibuffer-force-complete): Fix thinko.
6023         * net/ldap.el (ldap-search-internal): The official ldif format starts
6024         with a "version: 1" header (bug#12724).
6026         * emacs-lisp/package.el (package-installed-p): Warn if not ready
6027         (bug#12721).
6029 2012-10-25  Glenn Morris  <rgm@gnu.org>
6031         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6033 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * minibuffer.el (minibuffer-force-complete): Use one more marker
6036         for the temporary-overlay-map command (bug#12619).
6038 2012-10-24  Chong Yidong  <cyd@gnu.org>
6040         * time.el (display-time-world-mode): Derive from special-mode.
6041         (display-time-world): Use display-buffer (Bug#12708).
6042         (display-time-world-mode-map): Variable deleted.
6043         (display-time-world-display): Wrap the final delete-char inside
6044         inhibit-read-only.
6046 2012-10-24  Chong Yidong  <cyd@gnu.org>
6048         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6049         Doc fix.
6051         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6053 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6055         * minibuffer.el (completion--all-sorted-completions-location): New var.
6056         (completion--cache-all-sorted-completions)
6057         (completion--flush-all-sorted-completions): Use it.
6058         (completion-in-region, completion-in-region--postch)
6059         (completion-at-point, completion-help-at-point): Use markers in
6060         completion-in-region--data (bug#12619).
6062 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         * progmodes/compile.el (compilation-start): Try to handle common
6065         quoting of `cd' argument (bug#12640).
6067         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6068         (bug#12671).
6070 2012-10-23  Glenn Morris  <rgm@gnu.org>
6072         * progmodes/gud.el (gud-menu-map):
6073         Check gdb-active-process is bound.  (Bug#12358)
6075 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6077         * repeat.el (repeat): Set real-this-command (bug#12232).
6079         * htmlfontify.el (hfy-post-html-hook):
6080         * filesets.el (filesets-cache-fill-content-hook):
6081         * arc-mode.el (archive-extract-hook):
6082         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6083         * net/rcirc.el (rcirc-sentinel-functions)
6084         (rcirc-receive-message-functions, rcirc-activity-functions)
6085         (rcirc-print-functions):
6086         * net/dbus.el (dbus-event-error-functions):
6087         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6088         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6089         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6090         * term/sun.el (sun-raw-prefix-hooks):
6091         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6093 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
6095         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6096         Set `tramp-chunksize' to 1.  This improves the performance.
6097         (tramp-smb-wait-for-output): Add timeout to
6098         `tramp-accept-process-output' calls.
6100 2012-10-23  Chong Yidong  <cyd@gnu.org>
6102         * faces.el (font-list-limit): Define as an obsolete variable.
6104         * startup.el (command-line):
6105         * cus-start.el: Don't refer to font-list-limit.
6107         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6109 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6111         * subr.el (internal-temp-output-buffer-show): Rename from
6112         temp-output-buffer-show, since previously compiled files expect this name.
6114 2012-10-23  Glenn Morris  <rgm@gnu.org>
6116         * image.el (image-type-from-file-name): If multiple types match,
6117         return the first one that is supported.  (Bug#9045)
6119 2012-10-22  Glenn Morris  <rgm@gnu.org>
6121         * image.el (imagemagick-enabled-types): Doc fix.
6123 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
6125         * progmodes/which-func.el (which-func-current): The hash-table may have
6126         an explicit nil (bug#12338).
6128 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6130         * electric.el (electric-pair-delete-selection-self-insert-function):
6131         Rename to electric-pair-will-use-region, return a boolean.
6132         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
6134         * delsel.el (delete-selection-helper): Use a function instead of a hook.
6135         (delete-selection-pre-hook): Use use-region-p.
6136         (delete-selection-self-insert-function): Remove.
6137         (self-insert-command): Obey self-insert-uses-region-functions.
6138         (self-insert-iso): Revert to previous setting, since we don't actually
6139         know what that command does.
6140         (delete-selection-self-insert-hooks): Remove.
6142 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
6144         * delsel.el (delete-selection-helper): New function, extracted from
6145         delete-selection-pre-hook.
6146         (delete-selection-pre-hook): Use it.
6147         (delete-selection-self-insert-function): New function.
6148         (delete-selection-self-insert-hooks): New hook.
6149         (self-insert-command, self-insert-iso): Use it.
6150         * electric.el (electric-pair-syntax): New function, extracted from
6151         electric-pair-post-self-insert-function.
6152         (electric-pair-post-self-insert-function): Use it.
6153         (electric-pair-delete-selection-self-insert-function): New function.
6154         (electric-pair-mode): Require delsel and setup
6155         delete-selection-self-insert-hooks (bug#11520).
6157 2012-10-20  Chong Yidong  <cyd@gnu.org>
6159         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6160         no changes to show (Bug#12586).
6162         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6163         list explicitly (Bug#12571).
6165 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
6167         * progmodes/flymake.el (flymake-create-temp-inplace):
6168         Use file-truename.
6170 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
6172         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
6174 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6176         * calc/calc-units.el (math-extract-units): Properly extract powers
6177         of units.
6179 2012-10-20  Daniel Colascione  <dancol@dancol.org>
6181         * frame.el (make-frame): Set x-display-name as we used to in order
6182         to unbreak creating an X11 frame from an Emacs daemon started
6183         without a display.
6185 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6187         * minibuffer.el (minibuffer-force-complete): Make the next completion use
6188         the same completion-field (bug#12221).
6190 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
6192         * emacs-lisp/debug.el (debug): Record height of debugger window
6193         also when debugger will be back (Bug#8789).
6195 2012-10-18  Chong Yidong  <cyd@gnu.org>
6197         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6198         Convert to defcustom.
6199         (gdb-get-source-file): Don't bind pop-up-windows.
6201         * progmodes/gud.el (gud-display-line): Don't specially re-use
6202         other frames for the gdb-mi case (Bug#12648).
6204 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6206         * emacs-lisp/advice.el: Clean up commentary a bit.
6207         (ad-do-advised-functions, ad-with-originals): Use `declare'.
6208         (byte-code-function-p): Never redefine.
6210         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6212 2012-10-18  Glenn Morris  <rgm@gnu.org>
6214         * dired.el (dired-sort-toggle): Some ls implementations only allow
6215         a single option string.  (Bug#12666)
6217         * minibuffer.el (completion-cycle-threshold): Doc fix.
6219 2012-10-17  Kenichi Handa  <handa@gnu.org>
6221         * international/mule.el (set-keyboard-coding-system):
6222         Recover input meta mode when the new coding system doesn not use 8-bit.
6223         Supply TERMINAL arg to set-input-meta-mode.
6225 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
6227         * wdired.el (wdired-old-marks): New variable.
6228         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6229         (wdired-do-renames): Move point with renamed file and don't lose
6230         mark status (Bug#11795).
6232 2012-10-16  Juri Linkov  <juri@jurta.org>
6234         * replace.el (query-replace-help): Mention multi-buffer replacement
6235         keys in the Help message.  (Bug#12655)
6237 2012-10-15  Chong Yidong  <cyd@gnu.org>
6239         * emacs-lisp/byte-run.el (defsubst): Doc fix.
6241 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
6243         * window.el (display-buffer): Doc fix.
6245         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6246         Adjust the msft regexp to the output of Studio 2010, and move msft
6247         before edg-1.  See the discussion on emacs-devel,
6248         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6249         for the details.
6251 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6253         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6254         (oset): Move uses of object-class-fast macro after its definition.
6256         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6258 2012-10-13  Chong Yidong  <cyd@gnu.org>
6260         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6261         enabled, re-enable it (Bug#11963).
6263 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
6265         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6266         non-nil, restore window configuration (Bug#12623).
6268 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6270         * help-fns.el (describe-variable, describe-function-1):
6271         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6273         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6275 2012-10-12  Glenn Morris  <rgm@gnu.org>
6277         * mail/rmailsum.el (rmail-header-summary):
6278         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
6280 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6282         * progmodes/python.el (python-mode-map):
6283         Replace subtitute-key-definition with proper command remapping.
6284         (python-nav--up-list): Fix behavior for blocks on the same level.
6286 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6290         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6291         changes to the format of load-history.
6293         * international/mule-cmds.el (read-char-by-name): Move let-binding of
6294         completion-ignore-case in case that var is buffer-local (bug#12615).
6296 2012-10-11  Kenichi Handa  <handa@gnu.org>
6298         * international/eucjp-ms.el: Re-generated.
6300 2012-10-10  Kenichi Handa  <handa@gnu.org>
6302         * select.el (xselect--encode-string): If a coding is specified for
6303         selection, and that is compatible with COMPOUND_TEXT, use it.
6305 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
6307         * window.el (switch-to-buffer-preserve-window-point): New option.
6308         (switch-to-buffer):
6309         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6311 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6313         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6314         Don't document nil as a useful value (bug#12583).
6316 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
6318         * net/tramp.el (tramp-debug-message):
6319         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6320         (with-tramp-progress-reporter): Rename from
6321         `tramp-with-progress-reporter'.
6322         (with-tramp-file-property, with-tramp-connection-property):
6323         Move from tramp-cache.el, rename from `with-file-property' and
6324         `with-connection-property', respectively.
6326         * net/tramp-cache.el: Remove `with-file-property' and
6327         `with-connection-property'.
6329         * net/tramp.el:
6330         * net/tramp-gvfs.el:
6331         * net/tramp-sh.el:
6332         * net/tramp-smb.el: Adapt callees.
6334         * net/trampver.el: Update release number.
6336 2012-10-09  Glenn Morris  <rgm@gnu.org>
6338         * w32-fns.el (set-message-beep):
6339         * term/w32-win.el (set-message-beep): Update declarations.
6341 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6344         (mode-line-widen, mode-line-input-method-map)
6345         (mode-line-coding-system-map, mode-line-remote)
6346         (mode-line-unbury-buffer, mode-line-bury-buffer)
6347         (mode-line-next-buffer, mode-line-previous-buffer):
6348         Replace save-selected-window+select-window => with-selected-window.
6350         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6351         * progmodes/cc-vars.el (bq-process): Remove, unused.
6353         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6355 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6357         Implemented `backward-up-list'-like navigation.
6358         * progmodes/python.el (python-nav-up-list)
6359         (python-nav-backward-up-list): New functions.
6360         (python-mode-map): Define substitute key for backward-up-list to
6361         python-nav-backward-up-list.
6363 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6365         * progmodes/python.el (python-fill-paragraph): Rename from
6366         python-fill-paragraph-function.  Fixed fill-paragraph for
6367         decorators (Bug#12605).
6369 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6371         * progmodes/python.el (python-shell-output-filter): Handle extra
6372         carriage return in OSX (Bug#12409).
6374 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6376         Fix shell handling of unbalanced quotes and parens in output.
6377         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6378         (python-syntax-propertize-function): Use it.
6379         (python-shell-output-syntax-table): New var.
6380         (inferior-python-mode): Prevent unbalanced parens/quotes from
6381         previous output mess with current input context.
6383 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
6385         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6386         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6388 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
6390         * ffap.el (ffap-replace-file-component): Support Tramp file name
6391         syntax, not only ange-ftp's one.
6393 2012-10-08  Glenn Morris  <rgm@gnu.org>
6395         * cus-start.el (message-log-max): Set :version.
6397         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6399 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
6401         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6402         the minibuffer window (Bug#10851).
6404 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6406         Enhancements on forward-sexp movement.
6407         * progmodes/python.el (python-nav-beginning-of-statement)
6408         (python-nav-end-of-statement): Return point-marker.
6409         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6410         (python-info-current-symbol)
6411         (python-info-statement-starts-block-p): Rename from
6412         python-info-beginning-of-block-p.
6413         (python-info-statement-ends-block-p): Rename from
6414         python-info-end-of-block-p.
6415         (python-info-beginning-of-statement-p)
6416         (python-info-end-of-statement-p)
6417         (python-info-beginning-of-block-p, python-info-end-of-block-p):
6418         New functions.
6420 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6422         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6423         frame-selected-windows.
6425 2012-10-08  Daniel Colascione  <dancol@dancol.org>
6427         * battery.el (battery-status-function): Check for
6428         w32-battery-status itself, not system-time windows-nt.
6430         * frame.el: Require cl-lib.
6431         (display-format-alist): New variable mapping frame types to
6432         functions that initialize them.
6433         (window-system-for-display): New function: interprets
6434         display-format-alist.
6435         (make-frame-on-display): Remove existing display-selection logic
6436         and just forward to make-frame, which will now DTRT.
6437         (make-frame): Restructure to use window-system-for-display to
6438         figure out how to create a frame on a given display.
6439         (display-mouse-p): Look for frame-type w32, not a particular
6440         system-type.
6442         * loadup.el: Load w32 lisp code when we have the w32 feature.
6444         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6445         system-type windows-nt.
6447         * server.el (server-create-window-system-frame): Look for window
6448         type.
6449         (server-proces-filter): Only force a window system when windows-nt
6450         _and_ w32.  Explain why.
6452         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6453         of window systems we configure for the mode.
6455         * startup.el (command-line): Mark window system is initialized
6456         after we've done it.
6458         * common-win.el (x-select-text): Look for w32, not windows-nt.
6460         * ns-win.el: Require cl-lib.  Add ourselves to
6461         display-format-alist.
6462         (ns-initialize-window-system): Assert we're not initialized twice.
6464         * w32-win.el: Enable lexical binding; require cl-lib; add
6465         ourselves to display-format-alist.
6466         (w32-handle-dropped-file): Convert incoming dropped files from
6467         Windows paths to Cygwin ones before passing them on to the rest of
6468         Emacs.
6469         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
6470         (w32-initialize-window-system): Assert we're not initialized twice.
6472         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6473         (x-initialize-window-system): Assert we're not initialized twice.
6475         * w32-common-fns.el: New File.
6476         (w32-version, w32-using-nt, w32-get-clipboard-data)
6477         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6478         (w32-charset-info-alist, x-last-selected, text)
6479         (x-get-selection-value, x-selection-value): Move here.
6481         * w32-fns.el: Require w32-common-fns.
6482         (w32-version, w32-using-nt, w32-get-clipboard-data)
6483         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6484         (w32-charset-info-alist, x-last-selected, text)
6485         (x-get-selection-value, x-selection-value): Move to
6486         w32-common-fns.
6488         * w32-vars.el:
6489         (w32-allow-system-shell, w32-system-shells): Define only in
6490         non-cygwin case.
6492 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6494         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6495         (read-passwd): Remove a few more potential sources of leaks.
6497 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6499         * progmodes/python.el (inferior-python-mode)
6500         (python-shell-make-comint): Fix initialization of local
6501         variables copied from parent buffer.
6503 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
6505         * term/ns-win.el (ns-read-file-name): Update declaration to match
6506         nsfns.m.
6507         (ns-respond-to-change-font): Change fontsize separately so we are sure
6508         it is set when font is acted upon.
6510 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6512         Enhancements to indentation.
6513         * progmodes/python.el (python-indent-context): Give priority to
6514         inside-string context.  Make comments indentation markers.
6515         (python-indent-region): Do not mess with strings, unless it's the
6516         enclosing set of quotes.
6518 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6520         * window.el (internal--before-save-selected-window)
6521         (internal--after-save-selected-window): New functions extracted from
6522         save-selected-window.  Make sure we return the `alist' we construct.
6523         (save-selected-window): Use them.
6525         * textmodes/tex-mode.el (tex-recenter-output-buffer):
6526         Use with-selected-window.
6528         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6529         forms that define macros (bug#12593).
6531 2012-10-07  Kenichi Handa  <handa@gnu.org>
6533         * international/mule-conf.el (compound-text-with-extensions):
6534         Add :mime-charset property as x-ctext.
6536 2012-10-07  Stefan Merten  <smerten@oekonux.de>
6538         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6539         (rst-indent-literal-normal, rst-indent-literal-minimized)
6540         (rst-indent-comment): Correct :version tag.
6541         (rst-official-cvs-rev): Correct version string.
6543 2012-10-07  Glenn Morris  <rgm@gnu.org>
6545         * mail/rmailmm.el (rmail-mime-process-multipart):
6546         Do not confuse a multipart message with an epilogue
6547         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
6549 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6551         Fix shell output retrieval and comint-prompt-regexp init.
6552         * progmodes/python.el (inferior-python-mode):
6553         (python-shell-make-comint): Fix initialization of
6554         comint-prompt-regexp from copied file local variables.
6555         (python-shell-fetched-lines): Remove var.
6556         (python-shell-output-filter-in-progress): Rename from
6557         python-shell-fetch-lines-in-progress.
6558         (python-shell-output-filter-buffer): Rename from
6559         python-shell-fetch-lines-string.
6560         (python-shell-fetch-lines-filter): Delete function.
6561         (python-shell-output-filter): New function.
6562         (python-shell-send-string-no-output): Use them.
6564 2012-10-07  Glenn Morris  <rgm@gnu.org>
6566         * hi-lock.el (hi-lock-process-phrase):
6567         Try to make it less fragile.  (Bug#7161)
6569         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6571 2012-10-06  Glenn Morris  <rgm@gnu.org>
6573         * ehelp.el (electric-help-mode): Use help-mode rather than
6574         non-existent mode `help'.
6575         (electric-help-map): Use button-buffer-map.  (Bug#10917)
6577         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6578         (reftex-create-bibtex-footer): Fix custom types.
6580         * progmodes/sh-script.el (sh-indent-after-continuation):
6581         Add explicit :group.
6583         * textmodes/rst.el (rst-preferred-decorations)
6584         (rst-shift-basic-offset): Clarify obsolescence versions.
6586         * profiler.el (profiler): Add missing group :version tag.
6587         * avoid.el (mouse-avoidance-banish-position):
6588         * proced.el (proced-renice-command):
6589         * calc/calc.el (calc-ensure-consistent-units):
6590         * calendar/icalendar.el (icalendar-import-format-uid):
6591         * net/tramp.el (tramp-save-ad-hoc-proxies):
6592         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6593         * progmodes/flymake.el (flymake-error-bitmap)
6594         (flymake-warning-bitmap, flymake-fringe-indicator-position):
6595         * progmodes/sh-script.el (sh-indent-after-continuation):
6596         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6597         (verilog-before-save-font-hook, verilog-after-save-font-hook):
6598         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6599         (vhdl-array-index-record-field-in-sensitivity-list)
6600         (vhdl-indent-comment-like-next-code-line):
6601         * textmodes/reftex-vars.el (reftex-ref-style-alist)
6602         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6603         (reftex-cite-key-separator, reftex-create-bibtex-header)
6604         (reftex-create-bibtex-footer):
6605         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6606         (rst-indent-literal-normal, rst-indent-literal-minimized)
6607         (rst-indent-comment): Add missing custom :version tags.
6609         * calendar/timeclock.el (timeclock-modeline-display):
6610         Add missing obsolete alias for renamed user option.
6612         * strokes.el (strokes-modeline-string):
6613         * emulation/crisp.el (crisp-mode-modeline-string):
6614         * eshell/esh-mode.el (eshell-status-in-modeline):
6615         Aliases to defcustoms must come before the defcustom.
6617         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6618         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6619         (cal-tex-cursor-week-monday): Doc fixes.
6620         (cal-tex-cursor-week2-summary): Doc fix.
6621         Rename from cal-tex-cursor-week-at-a-glance.
6623         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6624         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
6626         * calendar/calendar.el (calendar-mode-map):
6627         Add cal-tex-cursor-week2-summary.
6629 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6633         * subr.el (read-passwd-map): New var.
6634         (read-passwd): Use `read-string' again.
6635         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6637 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
6639         * register.el (append-to-register, prepend-to-register):
6640         Deactivate mark, as does `copy-to-register' (bug#12389).
6642 2012-10-06  Chong Yidong  <cyd@gnu.org>
6644         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6646 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
6648         * international/characters.el: Fix simple mistake ((car chars) ->
6649         elt), delete duplicated code.
6651 2012-10-06  Glenn Morris  <rgm@gnu.org>
6653         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
6655 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6657         * color.el (color-hsl-to-rgb): Fix incorrect results for
6658         small and large hue values.  (Bug#12559)
6660 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6662         Enhancements to docstring formatting when filling paragraphs.
6663         * progmodes/python.el (python-fill-docstring-style): Rename from
6664         python-fill-string-style.  Added new style.
6665         (python-fill-string): Use new style.  Better checks for
6666         docstrings.
6668 2012-10-05  Glenn Morris  <rgm@gnu.org>
6670         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6672         * color.el (color-name-to-rgb, color-rgb-to-hex)
6673         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6674         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6675         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6676         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6678         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6680 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6682         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6683         to get the correct size across symlinks.
6685         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6687 2012-10-04  Juri Linkov  <juri@jurta.org>
6689         * replace.el (query-replace-interactive): Declare obsolete.
6690         (query-replace-read-from): Add the last incremental search string
6691         to the list of default values accessible via M-n.
6692         (map-query-replace-regexp): Use `read-regexp'.
6693         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6694         (map-query-replace-regexp, replace-string, replace-regexp):
6695         Fix docstrings to replace mentions of `query-replace-interactive'
6696         with alternatives.  (Bug#12526)
6698 2012-10-04  Juri Linkov  <juri@jurta.org>
6700         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6701         (dired-pop-to-buffer): Declare obsolete.
6702         (dired-mark-pop-up): Doc fix.
6704 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6706         Allow user to set docstring style for fill-paragraph.
6707         * progmodes/python.el
6708         (python-fill-comment-function, python-fill-string-function)
6709         (python-fill-decorator-function, python-fill-paren-function):
6710         Remove :safe for defcustoms.
6711         (python-fill-string-style): New defcustom
6712         (python-fill-paragraph-function): Enhance context detection.
6713         (python-fill-string): Honor python-fill-string-style settings.
6715 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6717         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6718         after setting its buffer (Bug#10805).
6720 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6722         Fix cornercase for string syntax.
6723         * progmodes/python.el (python-syntax-propertize-function):
6724         Simplify and enhance the regexp for unescaped quotes.  Now it also
6725         matches quotes in weird situations like the single quote in
6726         "something\"'".
6727         (python-syntax-stringify): Simplify num-quotes detecting code.
6729 2012-10-03  Glenn Morris  <rgm@gnu.org>
6731         * help-macro.el (three-step-help):
6732         Revert 2012-09-29 change.  (Bug#12567)
6734 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6736         * menu-bar.el (kill-this-buffer): Don't do anything when
6737         `menu-frame' is not alive or visible (Bug#8184).
6739         * emacs-lisp/debug.el (debug): When quitting the debugger window
6740         restore current buffer (Bug#12502).
6742 2012-10-02  Chong Yidong  <cyd@gnu.org>
6744         * progmodes/hideif.el (hif-lookup, hif-defined):
6745         Handle semantic-c-takeover-hideif.
6747 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6749         Change sampling interval units from ms to ns.
6750         * profiler.el (profiler-sampling-interval): Change units
6751         from ms to ns, multiplying the default by 1000000 so that
6752         it remains 1 ms.
6753         (profiler-report-cpu-line-format): Give enough room for
6754         the maximum counters on 64-bit hosts.
6755         (profiler-report-render-calltree-1): Call them "CPU samples",
6756         not "Time (ms)", since they are not milliseconds now (and
6757         never really were).
6759 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6761         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6762         Fix querying BBDB for entries without a last name (Bug#11580).
6764 2012-10-02  Chong Yidong  <cyd@gnu.org>
6766         * emacs-lisp/eieio.el: Restore Version header.
6768 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * vc/diff-mode.el (diff--auto-refine-data): New var.
6771         (diff-hunk): Use it to delay refinement.
6772         (diff-mode): Remove overlays when we turn off font-lock.
6774         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6775         (table-initialize-table-fixed-width-mode)
6776         (table-set-table-fixed-width-mode): Remove functions.
6777         (table-command-list): Move initialization into declaration.
6778         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6779         (table-with-cache-buffer): Use `declare'.
6780         (table-span-cell): Simplify via CSE.
6781         (table-fixed-width-mode): Use define-minor-mode.
6782         (table-call-interactively, table-funcall, table-apply): Remove.
6783         (table-function): New function, to replace them.
6785         * bookmark.el (bookmark-search-pattern): Remove var.
6786         (bookmark-read-search-input): Remove function.
6787         (bookmark-bmenu-search): Reimplement using a minibuffer.
6789         * faces.el (modeline): Remove obsolete face name.
6791         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6792         and give a non-nil default value.
6793         (add-change-log-entry): Simplify accordingly.
6795 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6797         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6798         (vc-git-log-edit-toggle-amend): New function.
6799         (vc-git-log-edit-toggle-signoff): New function.
6800         (vc-git-log-edit-mode): New major mode.
6801         (vc-git-log-edit-mode-map): Keymap for it.
6802         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6804         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6805         header names.
6806         (log-edit-toggle-header): New function.
6807         (log-edit-extract-headers): Accept function values in HEADERS alist.
6809 2012-10-01  David Engster  <deng@randomsample.de>
6811         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6812         from symbol property and change message to be more consistent with
6813         Emacs proper.
6814         (eieio-describe-generic): Add filename for each implementation.
6815         Fix indices for generic and normal methods.
6816         (eieio-method-def, eieio-class-def): New buttons.
6817         (eieio-help-find-method-definition)
6818         (eieio-help-find-class-definition): New functions.
6819         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6820         class, constructor and method definitions.
6822         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6823         information in symbol property.
6824         (scoped-class): Remove.
6825         (eieio-slot-name-index, call-next-method): Check if it is bound.
6827 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6829         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6830         (eieio-custom-mode): New major mode.
6831         (eieio-customize-object): Use it.
6833 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6835         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6836         specifying the expected class, and whether subclassing is allowed.
6837         (eieio-persistent-convert-list-to-object):
6838         (eieio-persistent-validate/fix-slot-value)
6839         (eieio-persistent-slot-type-is-class-p): New functions.
6840         (eieio-named::slot-missing): Doc fix.
6842         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6843         Stop using unused publd variable.
6845         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6846         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6847         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6848         (eieio-speedbar-handle-click): Do not specify a class for the
6849         method.  Fixes method invocation order problems with EDE.
6851 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6853         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6854         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6856 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6858         * bookmark.el (bookmark-version-control): Give tags in the
6859         :type choices (Bug#12309), and improve doc string.
6860         (bookmark-write-file): Bind `print-circle' to `t' to allow
6861         circular custom bookmark types.  (Bug#12503)
6863 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6865         Revert the FOLLOW-SYMLINKS change for file-attributes.
6866         * files.el (remote-file-name-inhibit-cache, after-find-file):
6867         * time.el (display-time-file-nonempty-p): Undo last change.
6869         * profiler.el (profiler-sampling-interval): Change default back to 1.
6870         See Stefan Monnier in
6871         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6873 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6875         Shell output catching a la gud-gdb.
6876         * progmodes/python.el (python-shell-fetch-lines-in-progress)
6877         (python-shell-fetch-lines-string, python-shell-fetched-lines):
6878         New Vars.
6879         (python-shell-fetch-lines-filter): New function.
6880         (python-shell-send-string-no-output): Use them.
6882 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
6884         * profiler.el (profiler-sampling-interval): Rename from
6885         profiler-sample-interval.
6886         (profiler-sampling-interval): Default to 10.
6887         (profiler-find-profile): New command (was profiler-find-log).
6888         (profiler-find-profile-other-window): New command.
6889         (profiler-find-profile-other-frame): New command.
6890         (profiler-profile): Introduce API-level data structure.
6892 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
6894         file-attributes has a new optional arg FOLLOW-SYMLINKS.
6895         * files.el (remote-file-name-inhibit-cache):
6896         * time.el (display-time-file-nonempty-p): Use it.
6897         * files.el (after-find-file): Don't chase links before calling
6898         file-exists-p, as file-exists-p already does the right thing.
6900 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
6902         Merge from standalone RefTeX repository.
6904         The following ChangeLog entries are shortened versions of the
6905         original ones with file paths adapted.  A not so strongly edited
6906         version of the original ChangeLog can be found in the commit log.
6908         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6909         (reftex-arg-cite): Use `reftex-cite-key-separator'.
6910         Correctly handle new value type returned by `reftex-citation'.
6912         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6913         that entries with whitespace at various places are found.
6914         Doc fix. Include entries that are cross-referenced from cited entries.
6915         Include @String definitions in the resulting bib file.  Add header
6916         and footer defined in `reftex-create-bibtex-header' and
6917         `reftex-create-bibtex-footer'.
6918         (reftex-do-citation): Make it possible again to insert
6919         non-existent entries.  Save match data when asking for optional
6920         arguments. Return all keys, not just the first one.
6921         (reftex-all-used-citation-keys): Fix regexp to correctly extract
6922         all citations in the same line.
6923         (reftex-parse-bibtex-entry): Accept additional optional argument
6924         `raw' and keep quotes or braces if it is non-nil.  Match fields
6925         containing hyphens besides word constituents.
6926         (reftex-get-string-refs): New function.
6927         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6928         and ask if it should be reread in case it did.
6929         (reftex-pop-to-bibtex-entry)
6930         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6931         entries with spaces or tabs in front of arguments.
6932         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6933         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6934         Match entries containing numbers and symbol constituents.
6935         (reftex-do-citation, reftex-figure-out-cite-format):
6936         Use `reftex-cite-key-separator'.
6938         * textmodes/reftex-dcr.el: Move provide statement to end of file.
6939         (reftex-mouse-view-crossref): Explain why point is set.
6941         * textmodes/reftex-global.el: Whitespace changes.
6943         * textmodes/reftex-index.el: Move provide statement to end of
6944         file.
6945         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6946         (reftex-index-visit-phrases-buffer): Set marker when visiting
6947         buffer.  This allows for returning from the phrases file to the
6948         file one was just editing instead of the file where the last
6949         phrases was added from.
6950         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
6951         punctuation syntax as it usually is not used as string quote in
6952         TeX-related modes and may occur unmatched.  The change also
6953         prevents fontification of quoted content.
6954         (reftex-index-phrases-mode): Use it.
6956         * textmodes/reftex-parse.el (reftex-parse-from-file):
6957         Move backward one char if a `\' was matched after a section macro.
6958         (reftex-parse-from-file): Use beginning of match instead of end as
6959         bound.
6961         * textmodes/reftex-ref.el: Adapt creation of
6962         `reftex-<package>-<macro>' functions to new structure of
6963         `reftex-ref-style-alist'.
6964         (reftex-reference): Use `reftex-ref-style-list' function.
6965         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
6966         reference macro if `reftex-ref-macro-prompt' is non-nil.
6967         (reftex-reference): Pass refstyle to `reftex-format-special'.
6968         Determine reference macro by looking at
6969         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6970         Use only one special format function.
6971         (reftex-varioref-vref, reftex-fancyref-fref)
6972         (reftex-fancyref-Fref): Remove definitions.  The functions are now
6973         generated from `reftex-ref-style-alist'.
6974         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6975         Remove.
6976         (reftex-format-special): New function.
6978         * textmodes/reftex-sel.el
6979         (reftex-select-cycle-ref-style-internal): Adapt to new structure
6980         of `reftex-ref-style-alist'. Remove code for testing macro type.
6981         (reftex-select-toggle-varioref)
6982         (reftex-select-toggle-fancyref): Remove.
6983         (reftex-select-cycle-ref-style-internal)
6984         (reftex-select-cycle-ref-style-forward)
6985         (reftex-select-cycle-ref-style-backward): New functions.
6986         (reftex-select-label-map): Use `v' and `V' for general cycling
6987         through reference styles.  Add `p' for switching between number
6988         and page reference types.
6990         * textmodes/reftex-toc.el (reftex-re-enlarge):
6991         Call `enlarge-window' only if there is something to do because in Emacs
6992         the horizontal version throws an error even if the parameter is 0.
6994         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6995         (reftex-plug-into-AUCTeX): Doc fix.
6996         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6997         string.  Adapt to new name.
6998         (reftex-ref-style-alist): Change structure so that it is not
6999         possible to use multiple different package names within a style.
7000         Remove the symbols for symbols for macro type distinction.
7001         Add characters for macro selection.
7002         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7003         (reftex-create-bibtex-footer): New variables.
7004         (reftex-format-ref-function): Mention third argument of special
7005         format function.
7006         (reftex-ref-style-alist, reftex-ref-style-default-list):
7007         New variables.
7008         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7009         to new implementation.  Mark as obsolete.  Add compatibility code
7010         for honoring the variable values in case they are set.
7011         (reftex-cite-format-builtin, reftex-bibliography-commands):
7012         Add support for ConTeXt.
7013         (reftex-format-ref-function, reftex-format-cite-function):
7014         Fix custom type.
7015         (reftex-cite-key-separator): New variable.
7017         * textmodes/reftex.el (reftex-syntax-table-for-bib)
7018         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7019         `reftex-syntax-table' because parens have to retain their paren
7020         syntax in order for parsing of BibTeX entries like @book(...) to
7021         work.
7022         (reftex-in-comment): Do not error out if `comment-start-skip' is
7023         not set.  Deal correctly with escaped comment characters.
7024         (reftex-tie-multifile-symbols): Add doc string.
7025         Initialize `reftex-ref-style-list'.
7026         (reftex-untie-multifile-symbols): Add doc string.
7027         (reftex-add-index-macros): Doc fix.
7028         (reftex-ref-style-activate, reftex-ref-style-toggle)
7029         (reftex-ref-style-list): New functions.
7030         (reftex-mode-menu): Use them.  Adapt to new structure of
7031         `reftex-ref-style-alist'.
7032         (reftex-select-with-char): Kill the RefTeX Select buffer when
7033         done.
7034         (reftex-remove-if): New function.
7035         (reftex-erase-all-selection-and-index-buffers)
7036         (reftex-mode-menu): Reference styles are now computed from
7037         `reftex-ref-style-alist'.  Fix typo.
7038         (reftex-report-bug): New function.
7039         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7040         algorithms with O(n log n).  Introduce optional argument SORT (not
7041         yet used).
7043 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7045         Enhancements for triple-quote string syntax.
7046         * progmodes/python.el (python-syntax-propertize-function):
7047         Match both quote cases in one regexp.
7048         (python-syntax-stringify): Handle matches properly.
7050 2012-09-30  Juri Linkov  <juri@jurta.org>
7052         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7053         to nil around the call to `insert' to prevent
7054         directory time modification by lock_file.  (Bug#2295)
7055         * tar-mode.el (tar-summarize-buffer): Idem.
7057 2012-09-30  Juri Linkov  <juri@jurta.org>
7059         * facemenu.el (list-colors-sort): Add option "Luminance".
7060         (list-colors-sort-key): Implement it.
7062         * vc/diff-mode.el (diff-refine-removed):
7063         * vc/ediff-init.el (ediff-fine-diff-A):
7064         * vc/smerge-mode.el (smerge-refined-removed):
7065         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
7067 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
7069         * term/ns-win.el (x-file-dialog): New function.
7071 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
7073         * ido.el (ido-max-directory-size): Default to nil; the current
7074         default is small for POSIX systems, and impractical on Windows 7
7075         now that lstat returns directory sizes for NTFS.
7077 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
7079         In buffer display functions handle window-height/window-width
7080         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
7081         * window.el (window--display-buffer): New argument ALIST.
7082         Obey window-height and window-width alist entries.
7083         (window--try-to-split-window): New argument ALIST.
7084         Bind window-combination-limit to t when the window's size shall be
7085         changed and window-combination-limit equals `window-size'.
7086         (display-buffer-in-atom-window)
7087         (display-buffer-in-major-side-window)
7088         (display-buffer-in-side-window, display-buffer-same-window)
7089         (display-buffer-reuse-window, display-buffer-pop-up-frame)
7090         (display-buffer-pop-up-window, display-buffer-below-selected)
7091         (display-buffer-at-bottom, display-buffer-in-previous-window)
7092         (display-buffer-use-some-window): Adjust all callers of
7093         window--display-buffer and window--try-to-split-window.
7094         (fit-frame-to-buffer): New option.
7095         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7096         is non-nil.
7097         (display-buffer-in-major-side-window): Evaluate window-height /
7098         window-width alist entries.
7100         * help.el (temp-buffer-resize-frames)
7101         (temp-buffer-resize-regexps): Remove options.
7102         (temp-buffer-resize-mode): Adjust doc-string.
7103         (resize-temp-buffer-window): Don't consult
7104         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
7105         temp-buffer-resize-frames.
7107         * dired.el (dired-mark-pop-up):
7108         Call display-buffer-below-selected with a fit-window-to-buffer alist
7109         entry.
7111 2012-09-30  Chong Yidong  <cyd@gnu.org>
7113         * server.el (server-host): Document the security implications.
7114         (server-auth-key): Doc fix.
7116         * startup.el (initial-buffer-choice): Doc fix.
7118         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7120         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7121         restriction change.
7123         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7125         * help-fns.el (help-fns--obsolete): Fix last change.
7127 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7129         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7130         (minor-mode-map-alist): Remove redundant code.
7132         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7133         visited in a buffer.
7134         (cvs-insert-visited-file): New function.
7135         (find-file-hook): Use it.
7137         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7139         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7140         chose face.
7141         (log-edit-empty-buffer-p): Don't require a space after a header.
7143         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7145         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7147         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7148         a proper minor-mode.
7150         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7152 2012-09-29  Glenn Morris  <rgm@gnu.org>
7154         * winner.el (winner-mode): Remove variable (let define-minor-mode
7155         handle it).
7156         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7157         Doc fixes.
7158         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7159         (winner-mode): Use define-minor-mode.
7161         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7162         the full definition in loaddefs, rather than duplicating it.
7164         * help-macro.el (three-step-help): No need to autoload defcustom.
7166         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7167         (inferior-lisp-program, inferior-lisp-load-command)
7168         (inferior-lisp-prompt, inferior-lisp-mode-hook):
7169         No need to autoload defcustoms.
7171         * hippie-exp.el (hippie-expand-try-functions-list)
7172         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7173         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7174         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7175         (hippie-expand-only-buffers): No need to autoload defcustoms.
7176         * progmodes/vhdl-mode.el (vhdl-line-expand):
7177         Explicitly load hippie-exp, so it does not get autoloaded
7178         while hippie-expand-try-functions-list is let-bound.
7180 2012-09-28  Glenn Morris  <rgm@gnu.org>
7182         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7184         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7185         Only "cl.el" counts as cl these days.
7187 2012-09-28  Juri Linkov  <juri@jurta.org>
7189         Display archive errors in the echo area instead of inserting
7190         to the file buffer.
7192         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7193         to STDERR-TEST that can be a regexp matching a successful output.
7194         Create a temporary file and redirect stderr to it.  Search for
7195         STDERR-TEST in the stderr output and display it in the echo area
7196         if no match is found.
7197         (archive-extract-by-file): New function like
7198         `archive-extract-by-stdout' but extracting archives to files
7199         and looking for successful matches in stdout.  Function body is
7200         mostly copied from `archive-rar-extract'.
7201         (archive-rar-extract): Use `archive-extract-by-file'.
7202         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
7204 2012-09-28  Leo Liu  <sdl.web@gmail.com>
7206         * pcomplete.el (pcomplete-show-completions):
7207         Use minibuffer-message to make pcomplete usable in minibuffer.
7209         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7211 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7213         * type-break.el: Use lexical-binding.
7214         (type-break-mode): Use define-minor-mode.
7216         * emacs-lisp/pcase.el (pcase--mark-used): New.
7217         (pcase--u1): Use it (bug#12512).
7219         * custom.el (load-theme): Set buffer-file-name so the load is recorded
7220         in load-history with the right file name.
7222 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
7224         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7225         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7226         (doc-view-get-bounding-box): Make bounding box slicing work for
7227         ODF and DVI documents.
7229 2012-09-28  Glenn Morris  <rgm@gnu.org>
7231         * type-break.el (type-break-mode, type-break-interval)
7232         (type-break-good-rest-interval, type-break-keystroke-threshold):
7233         No need to autoload.
7234         (type-break-good-rest-interval, type-break-keystroke-threshold):
7235         Add :set-after.
7237 2012-09-28  Chong Yidong  <cyd@gnu.org>
7239         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7240         Add :version tag.
7242 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7246 2012-09-27  Glenn Morris  <rgm@gnu.org>
7248         * faces.el (x-display-name): Declare (for without-x builds).
7250         * linum.el (linum-format): Don't autoload it.  Improve :type.
7252         * progmodes/tcl.el: Don't require outline when compiling.
7253         (outline-regexp, outline-level): Declare.
7254         * textmodes/sgml-mode.el: Don't require outline when compiling.
7255         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7257         * term.el (term-ansi-reset):
7258         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
7260         * vc/vc.el (vc-next-action): Only gripe about committing read-only
7261         files for RCS and SCCS.  (Bug#9781)
7263 2012-09-27  Chong Yidong  <cyd@gnu.org>
7265         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7266         change; value should be t.
7268 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * image-mode.el: Use lexical-binding.
7271         (image-mode-winprops): Use t to stand for the window of
7272         a buffer that's not displayed.
7273         * doc-view.el (doc-view-new-window-function): Handle the new
7274         t in winprops.
7275         (doc-view-enlarge): Make it a real nop if the size is not changed.
7276         (doc-view-display): Handle the case where the buffer is not (yet?)
7277         displayed in any window.
7278         (doc-view-saved-settings): New var.
7279         (doc-view-mode): Use it.
7280         (doc-view-fallback-mode): Set it.
7282         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7283         Set lexical-binding.
7284         (minibuffer-eldef-shorten-default): New var.
7285         (minibuffer-default-in-prompt-regexps): Use it for new default.
7286         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7288 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7290         * international/uni-bidi.el:
7291         * international/uni-category.el:
7292         * international/uni-name.el:
7293         * international/uni-numeric.el: Regenerate.
7295 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
7296             Stefan Monnier  <monnier@iro.umontreal.ca>
7298         * profiler.el: New file.
7300 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7302         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7303         (testcover-reinstrument): Simplify with CSE.
7305 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7307         * window.el (temp-buffer-window-setup): Fix typo in docstring.
7309 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
7311         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7312         (verilog-auto-input, verilog-auto-insert-lisp)
7313         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7314         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7315         (verilog-auto-unused, verilog-auto-wire)
7316         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7317         newline.  Reported by Andrew Jones.
7318         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7319         Reported by Brad Dobbie.
7320         (verilog-batch-delete-trailing-whitespace):
7321         Create verilog-batch-delete-trailing-whitespace.
7322         Reported by Brad Dobbie.
7323         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7324         parameters from another module.  Reported by Dan Katz.
7325         (verilog-auto, verilog-auto-assign-modport)
7326         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7327         AUTOINOUTMODPORT for UVM interface module shell generation.
7328         Reported by Brad Dobbie.
7329         (verilog-auto-inst-interfaced-ports): Make default nil, as more
7330         standard behavior.
7331         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7332         Reported by Matt Martin.
7334 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
7336         * window.el (window--resize-child-windows): When resizing child
7337         windows proportionally, process them in reverse order to
7338         preserve the "when splitting a window the new one gets the odd
7339         line" behavior.
7340         (window--resize-root-window-vertically): When resizing the
7341         minibuffer window try to affect only windows at the bottom of the
7342         frame.  (Bug#12419)
7344 2012-09-25  Chong Yidong  <cyd@gnu.org>
7346         * subr.el (declare): Doc fix.
7348         * help-fns.el (help-fns--obsolete): Handle macros properly.
7350 2012-09-25  Chong Yidong  <cyd@gnu.org>
7352         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7353         this function obsolete.
7355         * calendar/cal-x.el (calendar-two-frame-setup)
7356         (calendar-only-one-frame-setup, calendar-one-frame-setup):
7357         * calendar/calendar.el (american-calendar, european-calendar)
7358         (calendar-for-loop):
7359         * comint.el (comint-dynamic-simple-complete)
7360         (comint-dynamic-complete-as-filename, comint-unquote-filename):
7361         * desktop.el (desktop-load-default):
7362         * dired-x.el (dired-omit-here-always)
7363         (dired-hack-local-variables, dired-default-directory):
7364         * emacs-lisp/derived.el (derived-mode-class):
7365         * emacs-lisp/timer.el (timer-set-time-with-usecs):
7366         * emacs-lock.el (toggle-emacs-lock):
7367         * epa.el (epa-display-verify-result):
7368         * epg.el (epg-sign-keys, epg-start-sign-keys)
7369         (epg-passphrase-callback-function):
7370         * eshell/esh-util.el (eshell-for):
7371         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7372         (eshell-add-to-window-buffer-names):
7373         * files.el (locate-file-completion):
7374         * imenu.el (imenu-example--create-c-index)
7375         (imenu-example--create-lisp-index)
7376         (imenu-example--lisp-extract-index-name)
7377         (imenu-example--name-and-position):
7378         * international/mule-cmds.el (princ-list):
7379         * international/mule-diag.el (decode-codepage-char):
7380         * international/mule-util.el (detect-coding-with-priority):
7381         * iswitchb.el (iswitchb-read-buffer):
7382         * mail/mailalias.el (mail-complete):
7383         * mail/sendmail.el (mail-sent-via):
7384         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7385         (mouse-major-mode-menu):
7386         * password-cache.el (password-read-and-add):
7387         * pcomplete.el (pcomplete-parse-comint-arguments):
7388         * progmodes/sh-script.el (sh-maybe-here-document):
7389         * replace.el (query-replace-regexp-eval):
7390         * savehist.el (savehist-load):
7391         * simple.el (choose-completion-delete-max-match):
7392         * term.el (term-dynamic-simple-complete):
7393         * vc/ediff-init.el (ediff-check-version):
7394         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7395         * vc/vc.el (vc-diff-switches-list):
7396         * view.el (view-return-to-alist-update): Likewise.
7398         * subr.el (eval-next-after-load, makehash, insert-string)
7399         (assoc-ignore-representation, assoc-ignore-case): Use declare to
7400         mark obsolete.
7401         (mode-line-inverse-video): Variable deleted.
7403         * international/mule-util.el (string-to-sequence): Remove.
7405         * calendar/calendar.el (calendar-version):
7406         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7407         (icalendar-convert-diary-to-ical):
7408         * cus-edit.el (custom-mode):
7409         * ansi-color.el (ansi-color-unfontify-region):
7410         * international/latin1-disp.el (latin1-char-displayable-p):
7411         * progmodes/cwarn.el (turn-on-cwarn-mode):
7412         * progmodes/which-func.el (which-func-update-1):
7413         Use define-obsolete-function-alias.
7415         * net/newst-backend.el (newsticker-cache-filename):
7416         * net/newst-treeview.el (newsticker-groups-filename):
7417         Fix incorrect obsolescence declaration.
7419         * allout.el (allout-passphrase-hint-string): Likewise.
7420         (allout-init): Use a declare form to mark obsolete.
7422         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7423         this applies to functions.
7425         * iswitchb.el (iswitchb-read-buffer): Move code of
7426         iswitchb-define-mode-map here, and delete that obsolete function.
7428         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7429         font-lock-reference-face.
7431 2012-09-25  Glenn Morris  <rgm@gnu.org>
7433         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7434         Doc fixes.
7436         * eshell/em-term.el (eshell-term-name):
7437         Default to term-term-name.  (Bug#12485)
7439 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7441         * progmodes/python.el (python-shell-send-buffer): Better handling
7442         of "if __name__ == '__main__':" conditionals when sending the buffer.
7444 2012-09-24  Glenn Morris  <rgm@gnu.org>
7446         * eshell/esh-cmd.el (eshell-find-alias-function):
7447         Tighten up file-name regexp.  (Bug#12499)
7449 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7451         Enhancements for triple-quote string syntax.
7452         * progmodes/python.el (python-quote-syntax): Remove.
7453         (python-syntax-propertize-function): New value.
7454         (python-syntax-count-quotes, python-syntax-stringify):
7455         New functions.
7457 2012-09-24  Chong Yidong  <cyd@gnu.org>
7459         * mail/supercite.el (sc-version): Remove obsolete function.
7460         (sc-describe): Don't mark as obsolete, since it is bound.
7461         (sc-submit-bug-report): Remove.
7463         * vc/log-edit.el (cvs-changelog-full-paragraphs)
7464         (cvs-commit-buffer-require-final-newline): Remove.
7465         (log-edit-require-final-newline)
7466         (log-edit-changelog-full-paragraphs): Default to t.
7468         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7469         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7470         * vc/vc.el (vc-checkout-carefully): Likewise.
7472         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7473         (emerge-version): Remove.
7475         * progmodes/compile.el (compile-internal): Remove.
7476         (compilation-parse-errors-function): Fix typo.
7478         * international/mule.el (set-char-table-default): Remove.
7479         (set-coding-priority, make-coding-system, generic-char-p)
7480         (charset-list, charset-bytes, charset-id): Use declare to mark
7481         functions as obsolete.
7483         * vc/pcvs-defs.el (cvs-buffer-name-alist)
7484         (cvs-invert-ignore-marks): Remove references to obsolete vars.
7485         * vc/vc-hooks.el (vc-default-registered): Don't use
7486         vc-master-templates.
7488         * font-lock.el (font-lock-reference-face):
7489         Use define-obsolete-variable-alias.
7491         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7492         * calendar/calendar.el (calendar-font-lock-keywords):
7493         * calendar/diary-lib.el (diary-font-lock-keywords)
7494         (diary-fancy-font-lock-keywords):
7495         * textmodes/reftex-sel.el (reftex-insert-docstruct):
7496         * textmodes/reftex-index.el (reftex-insert-index):
7497         * textmodes/reftex-cite.el (reftex-format-bib-entry):
7498         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7499         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7500         * progmodes/prolog.el (prolog-font-lock-keywords):
7501         * progmodes/idlwave.el (idlwave-idl-keywords):
7502         * progmodes/ada-mode.el (ada-font-lock-keywords):
7503         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7505 2012-09-24  Glenn Morris  <rgm@gnu.org>
7507         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7509 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7511         * progmodes/python.el (python-indent-line): More consistent cursor
7512         movement behavior.
7514 2012-09-23  Stefan Merten  <smerten@oekonux.de>
7516         * textmodes/rst.el: Fix compiler warning.
7518 2012-09-23  Roland Winkler  <winkler@gnu.org>
7520         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7521         Transcribe also LaTeX hyphenation.
7522         (bibtex-reformat): Bug fix. Do not quote twice the elements of
7523         bibtex-reformat-previous-options.
7525 2012-09-23  Roland Winkler  <winkler@gnu.org>
7527         * proced.el (proced-renice-command): New variable.
7528         (proced-marked-processes): New function.
7529         (proced-with-processes-buffer): New macro.
7530         (proced-send-signal): Use them.
7531         (proced-renice): New command bound to r.
7533 2012-09-23  Roland Winkler  <winkler@gnu.org>
7535         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7536         ibuffer-saved-filter-groups has one element, shortcut the call of
7537         completing-read.  (Bug#12331)
7539 2012-09-23  Chong Yidong  <cyd@gnu.org>
7541         * bindings.el (mode-line-toggle-read-only):
7542         * bs.el (bs-toggle-readonly):
7543         * buff-menu.el (Buffer-menu-toggle-read-only):
7544         * dired.el (dired-toggle-read-only):
7545         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7547 2012-09-23  Chong Yidong  <cyd@gnu.org>
7549         * image.el (image-type-available-p): Adapt to init-image-library
7550         argument changes.
7552 2012-09-22  Juri Linkov  <juri@jurta.org>
7554         * dired.el (dired-mode-map): Add [remap read-only-mode] for
7555         `dired-toggle-read-only'.  (Bug#12462)
7557 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7559         * subr.el (temp-output-buffer-show): New function.
7560         (with-output-to-temp-buffer): Call temp-output-buffer-show
7561         instead of internal-temp-output-buffer-show.
7563 2012-09-22  Chong Yidong  <cyd@gnu.org>
7565         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7566         (Bug#12462).
7568         * repeat.el (repeat): Doc fix (Bug#12348).
7570         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7571         (Bug#10909).
7573         * simple.el (shell-command-on-region): Doc fix.
7574         (read-only-mode): Doc fix.
7576 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
7578         * emacs-lisp/timer.el (run-with-idle-timer)
7579         (timer-activate-when-idle): Warn against reinvoking an idle timer
7580         from within its own timer action.  (Bug#12447)
7582 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7584         * cus-start.el (window-combination-limit): Add new optional
7585         values.
7586         * window.el (temp-buffer-window-show)
7587         (window--try-to-split-window): Handle new values of
7588         window-combination-limit (Bug#1806).
7589         (split-window): Test window-combination-limit for t instead of
7590         non-nil.
7591         (display-buffer-at-bottom): New buffer display action function.
7592         * help.el (temp-buffer-resize-regexps): New option.
7593         (temp-buffer-resize-mode): Rewrite doc-string.
7594         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7595         Don't resize reused window.  Suggested by Glenn Morris.
7597 2012-09-22  Stefan Merten  <smerten@oekonux.de>
7599         * textmodes/rst.el: Revamp section title faces.
7600         (rst-official-version)
7601         (rst-package-emacs-version-alist): Sync with official version
7602         V1.4.0.
7603         (rst-faces-defaults, rst-set-level-default)
7604         (rst-level-face-max, rst-level-face-base-color)
7605         (rst-level-face-base-light, rst-level-face-format-light)
7606         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7607         (rst-adornment-faces-alist): Match new setup.
7608         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7609         (rst-level-5, rst-level-6): New faces.
7611 2012-09-22  Chong Yidong  <cyd@gnu.org>
7613         * simple.el (undo): Handle indirect buffers (Bug#8207).
7615 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7617         IDO: Disable match re-ordering for buffer switching.
7618         * ido.el (ido-buffer-disable-smart-matches): New variable.
7619         (ido-set-matches-1): Use it.  (Bug#2042)
7621 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
7623         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7624         Fix 2011-05-17 change.  (Bug#12418)
7626 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7628         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7630 2012-09-21  Glenn Morris  <rgm@gnu.org>
7632         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7633         Be more robust about locating simple.el.
7635 2012-09-21  Glenn Morris  <rgm@gnu.org>
7637         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7639 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
7641         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
7643 2012-09-20  Juri Linkov  <juri@jurta.org>
7645         * replace.el (query-replace-read-from): Use `read-regexp' instead
7646         of `read-from-minibuffer' when `regexp-flag' is non-nil.
7647         (occur-read-primary-args): Use `read-regexp' instead of
7648         `read-string'.
7649         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7650         `read-from-minibuffer'.
7651         * isearch.el (isearch-occur): Use `read-regexp' instead of
7652         `read-string'.
7653         * dired.el (dired-read-regexp): Use `read-regexp' instead of
7654         `read-from-minibuffer'.
7655         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7656         of `read-string'.  (Bug#7567)
7658         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7659         and allow accepting a list of strings prepended to a list of
7660         standard default values.  Doc fix.  (Bug#12321)
7662         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
7664         * replace.el (read-regexp): Don't add ": " when PROMPT already
7665         ends with a colon and space.  (Bug#12321)
7667 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
7669         * doc-view.el (doc-view-display): Better fix for the cl-assertion
7670         error.
7672 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7674         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7675         Fixes feature request bug#11711.
7676         (rst-mode): Create `imenu-create-index-function'.
7677         (rst-get-stripped-line): Delete after refactoring.
7678         (rst-section-tree, rst-section-tree-rec)
7679         (rst-section-tree-point): Refactor and document properly.
7680         (rst-imenu-find-adornments-for-position)
7681         (rst-imenu-convert-cell, rst-imenu-create-index):
7682         New function.
7684 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7686         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7687         (macroexp--expand-all): Use it.
7688         (macroexp--funcall-and-return): Remove by folding it into its sole
7689         caller (macroexp--warn-and-return).
7690         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7691         Use macroexp--obsolete-warning.
7693         * calc/calc.el: Fix last change by removing the whole chunk, since it
7694         was only needed back when Calc was not bundled.
7696 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7698         * emacs-lisp/debug.el (debug): Restore assignment to
7699         debugger-old-buffer removed on 2012-09-08.
7701 2012-09-20  Juri Linkov  <juri@jurta.org>
7703         * dired-aux.el (dired-diff): Remove (require 'diff) since
7704         `diff-latest-backup-file' is now autoloaded.
7706 2012-09-20  Chong Yidong  <cyd@gnu.org>
7708         * vc/diff.el (diff-latest-backup-file): Autoload.
7710 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7712         * calc/calc.el: Remove redundant autoload shape check.
7713         (sel-mode): Don't defvar.
7714         (calc-get-stack-element): Add `sel-mode' arg instead.
7715         (calc-top, calc-top-list): Pass it this additional argument.
7716         * calc/calc-store.el (calc-store-map):
7717         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7718         (calc-map-equation, calc-outer-product, calc-inner-product):
7719         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7721         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7723 2012-09-19  Juri Linkov  <juri@jurta.org>
7725         * dired-aux.el (dired-diff): Add (require 'diff) because
7726         `diff-latest-backup-file' is not autoloaded.
7727         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7728         of `dired-get-filename' to t to not report error when there is
7729         no default file on the current line.
7731 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7733         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7734         macroexp--eval-if-compile.
7735         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7736         (macroexp--expand-all): Use them (bug#12371).
7738         * doc-view.el (doc-view-guess-paper-size)
7739         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7741 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7743         New feature: set optimal slice from BoundingBox information.
7744         * doc-view.el (doc-view-mode-map): Add keybinding.
7745         (doc-view-menu): Add menu entry.
7746         (doc-view-set-slice): Adapt docstring.
7747         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7748         (doc-view-scale-bounding-box)
7749         (doc-view-set-slice-from-bounding-box): New functions.
7750         (doc-view-paper-sizes): New defvar.
7752 2012-09-19  Glenn Morris  <rgm@gnu.org>
7754         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7755         (byte-compile-log-warning): Autoload.  (Bug#12371)
7757         * calendar/calendar.el (calendar-american-month-header)
7758         (calendar-european-month-header, calendar-iso-month-header)
7759         (calendar-month-header): New options.
7760         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7761         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7763 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7765         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7767 2012-09-18  Juri Linkov  <juri@jurta.org>
7769         * dired-aux.el (dired-diff): Restore original functionality of
7770         getting the default value, but keep new feature of using the
7771         latest existing backup file (`diff-latest-backup-file').
7773 2012-09-18  Juri Linkov  <juri@jurta.org>
7775         * dired.el (dired-mark): If the region is active in Transient Mark
7776         mode, mark all files in the active region.  Doc fix.
7777         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7778         Doc fix.  (Bug#10624)
7780 2012-09-18  Juri Linkov  <juri@jurta.org>
7782         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7783         attributes for M-n are pulled from the file at point.
7784         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7785         Suggested by Drew Adams.  (Bug#10624)
7787 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7789         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7790         whitespace after "end".
7791         (ruby-do-end-to-brace): Collapse block to one line if it fits
7792         within fill-column.
7794 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7796         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7797         value.
7798         (debug): Don't remove debugger window when debugger is expected
7799         to be back.
7801 2012-09-18  Chong Yidong  <cyd@gnu.org>
7803         * custom.el (defface): Doc fix.
7805         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7807 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7809         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7810         to initialize query-on-exit; then test that instead (bug#12288).
7812 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7814         * textmodes/rst.el: Add support for `testcover'.
7815         (rst-defcustom-testcover, rst-testcover-add-compose)
7816         (rst-testcover-add-1value): New functions.
7817         (rst-portable-mark-active-p): Replace by `use-region-p'.
7818         (rst-update-section, rst-classify-adornment)
7819         (rst-find-title-line): Mark `1value' forms.
7820         (rst-classify-adornment): Remove superfluous form.
7821         (rst-update-section, rst-get-adornments-around)
7822         (rst-adornment-complete-p, rst-get-next-adornment)
7823         (rst-adjust, rst-promote-region)
7824         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7825         (rst-find-pfx-in-region, rst-section-tree-rec)
7826         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7827         (rst-toc-node, rst-toc, rst-forward-section)
7828         (rst-iterate-leftmost-paragraphs)
7829         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7830         (rst-bullet-list-region)
7831         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7832         (rst-compile-find-conf, rst-compile)
7833         (rst-repeat-last-character): Fix style.
7835 2012-09-17  Chong Yidong  <cyd@gnu.org>
7837         * comint.el (comint--complete-file-name-data): Don't add a space
7838         if the status is `sole'; that adds a gratuitous space in the
7839         completion-cycling case (Bug#12092).
7841         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7843 2012-09-17  Richard Stallman  <rms@gnu.org>
7845         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7846         only in the mime-shown mode, not in raw mode.
7847         (rmail-mime): Toggle off mime by displaying the message without
7848         mime processing.  (Bug#12305)
7850         * mail/rmail.el (rmail-retry-failure):
7851         Turn off mime processing first.  (Bug#12037)
7853         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7855 2012-09-17  Chong Yidong  <cyd@gnu.org>
7857         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7858         (shell-dynamic-complete-functions): Convert to defcustom.
7859         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7861         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7862         * comint.el (comint-prompt-read-only):
7863         * custom.el (defcustom):
7864         * hi-lock.el (hi-lock-mode):
7865         * ibuffer.el (ibuffer-formats):
7866         * ielm.el (ielm-prompt-read-only):
7867         * novice.el (disable-command):
7868         * saveplace.el (toggle-save-place):
7869         * speedbar.el (speedbar-supported-extension-expressions):
7870         * startup.el (auto-save-list-file-prefix, init-file-user)
7871         (after-init-hook, inhibit-startup-echo-area-message):
7872         * strokes.el (strokes-help):
7873         * time-stamp.el (time-stamp):
7874         * calendar/calendar.el (calendar, diary-file):
7875         * calendar/diary-lib.el (diary-mail-entries, diary)
7876         (diary-list-entries-hook):
7877         * calendar/holidays.el (holidays, calendar-holidays):
7878         * calendar/lunar.el (lunar-phases):
7879         * calendar/solar.el (sunrise-sunset):
7880         * emulation/edt.el (edt-load-keys):
7881         * emulation/viper.el (viper-mode):
7882         * eshell/em-alias.el (eshell-command-aliases-list):
7883         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7884         * international/ogonek.el (ogonek-information):
7885         * net/tramp-cmds.el (tramp-bug):
7886         * net/quickurl.el (quickurl-reread-hook-postfix):
7887         * play/decipher.el (decipher-font-lock-keywords):
7888         * progmodes/cc-styles.el (c-set-style):
7889         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7890         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7891         * progmodes/octave-mod.el (octave-mode):
7892         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7893         * progmodes/verilog-mode.el (verilog-read-defines):
7894         * textmodes/two-column.el (2C-mode): Likewise.
7896 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7898         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7899         that holds many addresses.
7901 2012-09-16  Chong Yidong  <cyd@gnu.org>
7903         * align.el (align-areas): Call the indication function with
7904         positions instead of markers for arguments (Bug#12343).
7906         * files.el (parse-colon-path): Use split-string (Bug#12351).
7908         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7909         (display-buffer-function): Mark as obsolete.
7911         * progmodes/compile.el (compilation-parse-errors): Accept list
7912         values similar to font-lock-keywords (Bug#12136).
7913         Suggested by Oleksandr Manzyuk.
7914         (compilation-error-regexp-alist): Doc fix.
7916 2012-09-15  Glenn Morris  <rgm@gnu.org>
7918         * version.el (emacs-bzr-version-bzr): New function.
7919         (emacs-bzr-get-version): Add optional EXTERNAL argument.
7921         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7922         checkouts, check the parent dirstate matches the branch.
7923         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
7924         empty string.
7926         * version.el (emacs-bzr-version): Doc fix.
7927         (emacs-bzr-version-dirstate): New function.
7928         (emacs-bzr-get-version): For lightweight checkouts, if the parent
7929         is local try and check that it matches the branch.  If not, just
7930         use dirstate information.  (Bug#12441)
7932 2012-09-14  Juri Linkov  <juri@jurta.org>
7934         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7935         (Bug#12399)
7937 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7939         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7941         * emacs-lisp/edebug.el: Miscellaneous cleanup.
7942         Remove obsolete byte-compiler hack that tried to silence some warnings.
7943         (edebug-submit-bug-report): Remove.
7944         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7945         Remove aliases, use the un-prefixed name instead.
7946         (edebug-pop-to-buffer): Consider other frames.
7947         (edebug-original-read):: Make it more obvious that it's always defined.
7948         (edebug--make-form-data-entry, edebug--form-data-name)
7949         (edebug--form-data-begin, edebug--form-data-end): Rename from the
7950         single-dashed name, and implement with cl-defstruct.
7951         (edebug-set-form-data-entry): Use the standard accessors.
7952         (edebug-make-top-form-data-entry): Use push.
7953         (edebug-no-match): Drop useless `funcall'.
7954         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7955         to functions.
7956         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7957         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7958         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7959         (easy-menu-define, with-custom-print): Remove redundant specs.
7960         (edebug-outside-overriding-local-map)
7961         (edebug-outside-overriding-terminal-local-map): Remove, unused.
7962         (edebug--display): Bind unread-command-events directly to nil rather
7963         than binding it to unread-command-events and later setting it to nil.
7964         (edebug--display): Kill edebug-eval-buffer here...
7965         (edebug--recursive-edit): ...rather than here.
7966         Bind standard-output and standard-input.
7967         (edebug-eval): Check cl-macroexpand-all is fboundp.
7968         (edebug-temp-display-freq-count): Fix last change.
7970         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7971         * subr.el (noreturn, 1value): Add `debug' spec.
7972         * emacs-lisp/advice.el: Require cl-lib.
7973         (ad-copy-tree): Remove, use copy-tree instead.
7974         (ad-dolist): Remove use dolist or cl-dolist instead.
7975         (ad-do-return): Remove, use cl-return instead.
7976         (defadvice): Add `debug' spec.
7978 2012-09-13  Juri Linkov  <juri@jurta.org>
7980         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7981         (Bug#12399)
7983 2012-09-13  Glenn Morris  <rgm@gnu.org>
7985         * calc/calc.el (math-compose-expr):
7986         * calc/calc-ext.el (math-compose-expr):
7987         * progmodes/cc-defs.el (cl-macroexpand-all):
7988         * progmodes/cc-langs.el (delete-duplicates, mapcan)
7989         (cl-macroexpand-all): Update declarations.
7991         * vc/vc.el: No need to require ediff.
7992         (ediff-load-version-control): Declare.
7993         (ediff-vc-internal): Fix declaration.
7994         (vc-version-ediff): Require ediff.
7996 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7998         Use a more backwards-compatible timer format (Bug#12430).
7999         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8000         being right after USECS, as that better supports old code that
8001         inadvisedly looked directly at the timer vector.
8003 2012-09-13  Kenichi Handa  <handa@gnu.org>
8005         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8006         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8007         `coding-priority' property of these language environment.
8009 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8011         Fix glitches caused by addition of psec to timers (Bug#12430).
8012         * image.el (image-animate-timer):
8013         * time.el (display-time-world-timer):
8014         Use timer--function and timer--args rather than raw access to
8015         timer vector.
8017 2012-09-13  Glenn Morris  <rgm@gnu.org>
8019         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8020         If not compiling a file, try using load-file-name.
8022 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8024         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8025         Fix last change.
8026         (edebug-update-eval-list): Use `push'.
8028         * emacs-lisp/edebug.el: Use lexical-binding.
8029         Remove the "edebug-" prefix from non-dynamically-scoped variables.
8030         Mark unused args with underscore.
8031         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8032         (edebug-form-data): Use defvar-local.
8033         (edebug-make-before-and-after-form, edebug-make-after-form):
8034         Use backquote.
8035         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8036         Not dynamically scoped any more.
8037         (edebug--enter-trace): Add arguments `function' and `args'.
8038         Rename from edebug-enter-trace.
8039         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
8040         (edebug--update-coverage): Add `after-index' and `value' args.
8041         Rename from edebug-update-coverage.
8042         (edebug-slow-after): Call it accordingly.
8043         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
8044         edebug-recursive-edit.
8045         (edebug--display): Call it accordingly.  Add args `value',
8046         `offset-index', and `arg-mode'.  Rename from edebug-display.
8047         (edebug-debugger, edebug): Call it accordingly.
8048         (edebug-eval-display-list): Use dolist.
8050 2012-09-12  Juri Linkov  <juri@jurta.org>
8052         * info.el (Info-search): Don't check for isearch-mode and
8053         isearch-regexp before let-binding search-spaces-regexp to
8054         Info-search-whitespace-regexp.
8055         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8056         search-whitespace-regexp if isearch-lax-whitespace or
8057         isearch-regexp-lax-whitespace is non-nil.
8058         (Info-mode): Don't set local variable search-whitespace-regexp.
8059         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8061 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8064         (debugger-env-macro): Remove support for unread-command-char.
8066         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8067         the temporary map re-appearing on emulation-mode-map-alists.
8069         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8070         since 22.1.
8072         * ehelp.el (with-electric-help): Accept functions in
8073         electric-help-form-to-execute.
8074         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8075         And replace unread-command-char -> unread-command-events.
8077 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
8079         Sync with Tramp 2.2.6.
8081         * net/tramp.el (tramp-accept-process-output): Don't use
8082         JUST-THIS-ONE in the XEmacs case.
8084         * net/trampver.el: Update release number.
8086 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
8088         * emacs-lisp/debug.el (debugger-previous-window-height):
8089         New variable.
8090         (debug): When debugger-jumping-flag is non-nil try to restore
8091         height of debugger window.  (Bug#8789)
8093 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8095         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8096         overriding-local-map and pre/post-command-hook here.
8097         (edebug-recursive-edit): Do it here instead (bug#12345).
8098         (edebug-outside-unread-command-char): Remove all uses of
8099         unread-command-char.
8101         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8102         inhibit-debugger is bound instead.
8104 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8106         * subr.el (set-temporary-overlay-map): Add a docstring.
8107         (Bug#12346)
8109 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8111         * minibuffer.el (completion-table-subvert): Fix docstring.
8112         (Bug#12347)
8114 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8116         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
8118 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
8120         * progmodes/sql.el: Version 3.1
8121         (sql-db2-escape-newlines): New variable.
8122         (sql-escape-newlines-filter): Use it.
8124 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
8126         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8128 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
8130         * vc/diff-mode.el (diff-mode-menu):
8131         Bind diff-remove-trailing-whitespace.
8133 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8135         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8136         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8137         (emacs-lisp-byte-code-mode): New functions.
8138         (eval-sexp-add-defvars): Don't skip defvars in column >0.
8139         (eval-defun-2): Remove bogus interactive spec.
8140         (lisp-indent-line): Remove redundant whole-exp code, now done in
8141         indent-according-to-mode.
8142         (save-match-data): Remove redundant indent data.
8144         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8145         Use `declare'.
8147 2012-09-09  Juri Linkov  <juri@jurta.org>
8149         * replace.el (replace-regexp-lax-whitespace): New defcustom.
8150         (replace-lax-whitespace, query-replace-regexp)
8151         (query-replace-regexp-eval, replace-regexp): Doc fix.
8152         (perform-replace, replace-highlight): Let-bind
8153         isearch-lax-whitespace to replace-lax-whitespace and
8154         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8156         * isearch.el (isearch-query-replace): Let-bind
8157         replace-lax-whitespace to isearch-lax-whitespace and
8158         replace-regexp-lax-whitespace to
8159         isearch-regexp-lax-whitespace.  (Bug#10885)
8161 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8163         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8165 2012-09-09  Alan Mackenzie  <acm@muc.de>
8167         * progmodes/cc-engine.el (c-state-cache-init):
8168         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8169         (c-record-parse-state-state):
8170         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8172 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
8174         * register.el (register-separator): Rename from
8175         separator-register.  All uses changed.  Doc fix.
8176         (register): Fix version.
8178 2012-09-09  Chong Yidong  <cyd@gnu.org>
8180         * replace.el (query-replace-map): Bind four new symbols for
8181         requesting window scrolling.
8183         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8184         query-replace-map (Bug#8948).
8186         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8188         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8189         since they are now in query-replace-map.
8191         * window.el (scroll-other-window-down): Make the arg optional.
8193 2012-09-09  Chong Yidong  <cyd@gnu.org>
8195         * files.el (hack-local-variables-confirm): Use quit-window to kill
8196         the *Local Variables* buffer.
8198 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8200         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8201         not just expect to be at its beginning.  Adjust callees.
8202         Succeed when do-end block has no space before the pipe character.
8203         (ruby-brace-to-do-end): When the original block is one-liner,
8204         convert to multiline.  Reindent the result.
8206 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
8208         * register.el (register): New group.
8209         (separator-register): New user option.
8210         (increment-register): Route it to `append-to-register', if
8211         register contains text.  Implication is that `C-x r +' can now be
8212         used for appending to a text register (bug#12217).
8213         (append-to-register, prepend-to-register): Add separator based on
8214         `separator-register'.
8216 2012-09-08  Alan Mackenzie  <acm@muc.de>
8218         AWK Mode: make auto-newline work when there's "==" in the pattern.
8219         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8220         correctly.
8221         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8222         Test more rigorously for "=" token.
8224 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8226         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8227         Only fail when reached LIMIT.
8229 2012-09-08  Chong Yidong  <cyd@gnu.org>
8231         * dired.el (dired-mode-map): Don't bind M-=.
8233         * dired-aux.el (dired-diff): Use backup file as default.
8235 2012-09-08  Drew Adams  <drew.adams@oracle.com>
8237         * subr.el (add-to-history): Fix delete usage (Bug#12314).
8239 2012-09-08  Chong Yidong  <cyd@gnu.org>
8241         * subr.el (syntax-after, syntax-class): Doc fix.
8243 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
8245         * window.el (display-buffer-in-previous-window): New buffer
8246         display action function.
8248         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8249         (debugger-previous-window): New variable.
8250         (debug): Rewrite using display-buffer-in-previous-window,
8251         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
8253 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8255         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
8257 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
8259         * progmodes/python.el (python-shell-send-string):
8260         When default-directory is remote, create temp file on remote
8261         filesystem.
8262         (python-shell-send-file): When file is remote, pass local view of
8263         file paths to remote Python interpreter.  (Bug#12340)
8265 2012-09-07  Chong Yidong  <cyd@gnu.org>
8267         * window.el (switch-to-buffer): Doc fix (Bug#12181).
8269         * files.el (after-find-file): Don't fail on a read-only buffer if
8270         require-final-newline is `visit' or `visit-save' (Bug#11156).
8272         * subr.el (read-char-choice): Allow quitting via ESC ESC.
8274         * userlock.el (ask-user-about-supersession-threat):
8275         Use read-char-choice (Bug#12093).
8277 2012-09-07  Chong Yidong  <cyd@gnu.org>
8279         * subr.el (buffer-narrowed-p): New function.
8281         * ses.el (ses-widen):
8282         * simple.el (count-words--buffer-message):
8283         * net/browse-url.el (browse-url-of-buffer): Use it.
8285         * simple.el (count-words-region): Don't signal an error if there
8286         is a non-nil prefix arg and the mark is not set.
8288         * help.el (describe-key-briefly): Allow the message to be seen
8289         when invoked from the minibuffer (Bug#7014).
8291 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8293         * progmodes/ruby-mode.el (ruby-end-of-defun)
8294         (ruby-beginning-of-defun): Simplify, allow indentation before
8295         block beginning and end keywords.
8296         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8297         (ruby-end-of-defun): Expect that the point is at the beginning of
8298         the defun.
8300 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8302         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8303         (bug#12367).
8304         (cl--make-usage-args): Strip _ from argument names.
8306 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
8308         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8309         obsolete alias speedbar-key-map.
8310         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8311         (vhdl-index-menu-init): Don't use obsolete variable
8312         font-lock-maximum-size.
8314 2012-09-06  Chong Yidong  <cyd@gnu.org>
8316         * frame.el (window-system-version): Mark as obsolete.
8318         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8319         of obsolete variable speedbar-key-map.
8321 2012-09-06  Juri Linkov  <juri@jurta.org>
8323         * replace.el (replace-lax-whitespace): New defcustom.
8324         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8325         (replace-string, replace-regexp): Mention it in docstrings.
8326         (perform-replace, replace-highlight): Let-bind
8327         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8328         to the values of replace-lax-whitespace and regexp-flag.
8329         Don't let-bind search-whitespace-regexp.  (Bug#10885)
8331         * isearch.el (isearch-query-replace): Let-bind
8332         replace-lax-whitespace instead of let-binding
8333         replace-search-function and replace-re-search-function.
8334         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8335         and isearch-regexp-lax-whitespace to lazy-highlight variables.
8336         (isearch-toggle-symbol): Set isearch-regexp to nil
8337         in isearch-word mode (like in isearch-toggle-word).
8339 2012-09-06  Juri Linkov  <juri@jurta.org>
8341         * replace.el (replace-search-function)
8342         (replace-re-search-function): Set default values to nil.
8343         (perform-replace): Let-bind isearch-related variables based on
8344         replace-related values, call `isearch-search-fun' and let-bind
8345         the result to `search-function'.  Remove code that sets
8346         `search-function' and `search-string' separately for
8347         `delimited-flag'.
8348         (replace-highlight): Add new argument `delimited-flag' and
8349         rename other arguments to the names used in `perform-replace'.
8350         Let-bind `isearch-word' to the argument `delimited-flag'.
8351         (Bug#10885, bug#10887)
8353 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8355         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8356         ruby-beginning-of-indent, simplify, allow all keywords to have
8357         indentation before them.
8358         (ruby-beginning-of-indent): Adjust for above.  Search until the
8359         found point is not inside a string or comment.
8360         (ruby-font-lock-keywords): Allow symbols to start with "@"
8361         character, give them higher priority than variables.
8362         (ruby-syntax-propertize-function)
8363         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8364         matchers.  Expression expansions are not comments when inside a
8365         string, and there comment syntax status is irrelevant.
8366         (ruby-match-expression-expansion): New function.  Check that
8367         expression expansion is inside a string, and it's not escaped.
8368         (ruby-font-lock-keywords): Use it.
8370 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
8372         * help.el (temp-buffer-max-height): New default value.
8373         (temp-buffer-resize-frames): New option.
8374         (resize-temp-buffer-window): Optionally resize frame.
8376         * window.el (fit-frame-to-buffer-bottom-margin): New option.
8377         (fit-frame-to-buffer): New function.
8379 2012-09-05  Glenn Morris  <rgm@gnu.org>
8381         * emulation/cua-rect.el (cua--init-rectangles):
8382         * textmodes/picture.el (picture-mode-map):
8383         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8384         like forward-char and backward-char.  (Bug#12317)
8386 2012-09-05  Leo Liu  <sdl.web@gmail.com>
8388         * progmodes/flymake.el (flymake-warning-re): New variable.
8389         (flymake-parse-line): Use it.
8391 2012-09-05  Glenn Morris  <rgm@gnu.org>
8393         * calendar/holidays.el (holiday-christian-holidays):
8394         Rename an entry.  (Bug#12289)
8396 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8398         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8399         (bug#12222).
8401 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * loadup.el: Load macroexp.  Remove hack.
8404         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8405         (macroexp--expand-all): Use it to get better warnings.
8406         (macroexp--backtrace, macroexp--trim-backtrace-frame)
8407         (internal-macroexpand-for-load): New functions.
8408         (macroexp--pending-eager-loads): New var.
8409         (emacs-startup-hook): New hack to replace one in loadup.el.
8410         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8411         (cl--compiler-macro-cXXr): Move to top, before they can be used.
8412         (cl-psetf): Simplify.
8413         (cl-defstruct): Add indent rule.
8415 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
8417         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8418         over `user-mail-address' for the SMTP MAIL FROM envelope.
8419         (smtpmail-via-smtp): Ditto.
8421 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
8423         * progmodes/ruby-mode.el: Clean up keybindings.
8424         (ruby-mode-map): Don't bind ruby-electric-brace,
8425         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8426         backward-kill-word, reindent-then-newline-and-indent.
8427         (ruby-mark-defun): Remove.
8428         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
8429         (ruby-mode): Set local beginning-of-defun-function and
8430         end-of-defun-function values.
8432 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
8434         * window.el (temp-buffer-window-setup-hook)
8435         (temp-buffer-window-show-hook): New hooks.
8436         (temp-buffer-window-setup, temp-buffer-window-show)
8437         (with-temp-buffer-window): New functions.
8438         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8439         (special-display-popup-frame): Make sure the window used shows BUFFER.
8441         * help.el (temp-buffer-resize-mode): Fix doc-string.
8442         (resize-temp-buffer-window): New optional argument WINDOW.
8444         * files.el (recover-file, save-buffers-kill-emacs):
8445         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8447 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
8449         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8450         remote definition of `default-directory', ensure we can connect.
8452 2012-09-02  Juri Linkov  <juri@jurta.org>
8454         Toggle whitespace matching mode with M-s SPC.
8455         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8457         * isearch.el (search-whitespace-regexp): Doc fix.
8458         Remove cons cell customization.
8459         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8460         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8461         New variables.
8462         (isearch-forward, isearch-forward-regexp): Doc fix.
8463         (isearch-toggle-lax-whitespace): New command.
8464         (search-forward-lax-whitespace, search-backward-lax-whitespace)
8465         (re-search-forward-lax-whitespace)
8466         (re-search-backward-lax-whitespace): New functions.
8467         (isearch-whitespace-regexp): Remove function.
8468         (isearch-query-replace): Let-bind replace-search-function and
8469         replace-re-search-function.
8470         (isearch-occur): Let-bind search-spaces-regexp according to the
8471         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8472         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8473         condition for C-q SPC.
8474         (isearch-search-fun-default): Use new functions mentioned above.
8475         (isearch-search-forward, isearch-search-backward): Remove functions.
8476         (isearch-search): Don't let-bind search-spaces-regexp.
8477         (isearch-lazy-highlight-space-regexp): Remove variable.
8478         (isearch-lazy-highlight-lax-whitespace)
8479         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8480         (isearch-lazy-highlight-new-loop): Use them.
8481         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8483 2012-09-02  Chong Yidong  <cyd@gnu.org>
8485         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8487 2012-09-02  Glenn Morris  <rgm@gnu.org>
8489         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
8491 2012-09-01  Glenn Morris  <rgm@gnu.org>
8493         * term.el: Tidy up menu definitions.
8494         (term-mode-map): Use easymenu for In/Out, Complete menus.
8495         (term-pager-break-map): Initialize in the defvar.
8496         (term-terminal-menu, term-signals-menu): Define with easymenu.
8497         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
8498         (term-pager-menu): New, extracted from term-process-pager.
8499         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8500         (term-update-mode-line): Propertize line/char and page items.
8501         (term-process-pager): Move keymap initialization elsewhere.
8503 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
8505         * window.el (switch-to-prev-buffer): Handle additional values of
8506         BURY-OR-KILL argument.  Don't switch in minibuffer window.
8507         (switch-to-next-buffer): Don't switch in minibuffer window.
8508         (quit-restore-window): New function based on quit-window.
8509         Handle additional values of former KILL argument.
8510         (quit-window): Call quit-restore-window with appropriate
8511         interpretation of KILL argument.
8512         (display-buffer-below-selected): New buffer display action
8513         function.
8515 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8517         * minibuffer.el (completion-at-point-functions): Complete docstring
8518         (bug#12254).
8520 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8522         Better seed support for (random).
8523         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8524         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8525         * play/mpuz.el, play/tetris.el, play/zone.el:
8526         * calc/calc-comb.el (math-init-random-base):
8527         * play/blackbox.el (bb-init-board):
8528         * play/life.el (life):
8529         * server.el (server-use-tcp):
8530         * type-break.el (type-break):
8531         Remove unnecessary call to (random t).
8532         * net/sasl.el (sasl-unique-id-function):
8533         Change (random t) to (random), now that the latter is more random.
8534         * play/life.el (life-initialized): Remove no-longer-needed var.
8536 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
8538         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8539         Consider frame's buffer predicate when choosing the buffer.
8540         (Bug#12081)
8542 2012-08-30  Richard Stallman  <rms@gnu.org>
8544         * simple.el (special-mode-map): Delete binding for `z'.
8546 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
8548         * progmodes/compile.el (compilation-always-kill): Doc fix.
8550 2012-08-30  Chong Yidong  <cyd@gnu.org>
8552         * window.el (display-buffer-reuse-frames): Make the obsolescence
8553         message more informative.
8555 2012-08-30  Glenn Morris  <rgm@gnu.org>
8557         * paren.el (show-paren-delay):
8558         Add a :set function.  Doc fix.  (Bug#12297)
8560 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
8562         * progmodes/compile.el (compilation-always-kill): New var.
8563         (compilation-start): Use it.
8565 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8567         * simple.el (read-only-mode): Move from files.el for bootstrapping.
8568         * files.el (read-only-mode): Move to simple.el.
8570         * files.el (read-only-mode): New minor mode.
8571         (toggle-read-only): Use it and mark obsolete.
8572         (find-file--read-only):
8573         * vc/vc.el (vc-next-action, vc-checkout):
8574         * vc/vc-cvs.el (vc-cvs-checkout):
8575         * obsolete/vc-mcvs.el (vc-mcvs-update):
8576         * ffap.el (ffap--toggle-read-only): Update callers.
8578 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
8580         * eshell/esh-ext.el (eshell-external-command): Do not examine
8581         remote shell scripts.
8582         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8584         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8585         "/usr/local/sbin".
8587 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8591 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8593         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8594         completion-at-point.  (Bug#12220)
8596         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8598         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8600 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8602         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8603         be buffer-local; add delete-trailing-whitespace (bug#12259).
8605 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
8607         * progmodes/hideif.el (hif-compress-define-list):
8608         Fix typo.  (Bug#11951)
8610 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
8612         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8613         buffer local setting.
8615         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8616         rcirc-encode-coding-system.
8618 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8620         * net/rcirc.el (rcirc-split-message): New function.
8621         (rcirc-send-message): Use it.  (Bug#12051)
8623 2012-08-28  Juri Linkov  <juri@jurta.org>
8625         * info.el (Info-fontify-node): Hide empty lines at the end of
8626         the node.  (Bug#12272)
8628 2012-08-27  Drew Adams  <drew.adams@oracle.com>
8630         * dired.el (dired-pop-to-buffer): Make window start at beginning
8631         of buffer (Bug#12281).
8633 2012-08-26  Chong Yidong  <cyd@gnu.org>
8635         * window.el (special-display-regexps, special-display-frame-alist)
8636         (special-display-buffer-names, special-display-function)
8637         (display-buffer-reuse-frames): Mark as obsolete.
8639         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8641         * help.el (help-print-return-message): Don't treat
8642         display-buffer-reuse-frames specially.
8644 2012-08-26  Chong Yidong  <cyd@gnu.org>
8646         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8647         New variable, replacing gdb-frame-parameters.
8648         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8649         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8650         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8651         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8652         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
8653         the functions directly with gdb-display-buffer-other-frame-action.
8654         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8655         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8656         (gdb-display-stack-buffer, gdb-display-locals-buffer)
8657         (gdb-display-registers-buffer): Define directly.
8658         (def-gdb-display-buffer): Macro deleted.
8659         (gdb-display-buffer): Remove second and third args, callers don't
8660         use them.  Defer to the default display-buffer behavior, apart
8661         from making windows dedicated.
8662         (gdb-setup-windows): Don't call display-buffer unnecessarily.
8664         * progmodes/gud.el (gud-display-line): Just use display-buffer.
8666         * window.el (display-buffer-pop-up-frame): Handle a
8667         pop-up-frame-parameters alist entry.
8668         (display-buffer): Document it.
8670 2012-08-26  Chong Yidong  <cyd@gnu.org>
8672         * isearch.el (search-whitespace-regexp): Make string and nil
8673         values apply to both ordinary and regexp search.  Allow a cons
8674         cell value to distinguish between the two.
8675         (isearch-whitespace-regexp, isearch-search-forward)
8676         (isearch-search-backward): New functions.
8677         (isearch-occur, isearch-search-fun-default, isearch-search)
8678         (isearch-lazy-highlight-new-loop): Use them.
8679         (isearch-forward, isearch-forward-regexp): Doc fix.
8681 2012-08-26  Chong Yidong  <cyd@gnu.org>
8683         * faces.el (help-argument-name): Always inherit from italic
8684         (Bug#12213).
8686 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8688         * window.el (window--even-window-heights): Even heights when
8689         WINDOW and the selected window form a vertical combination.
8690         (display-buffer-use-some-window): Provide that window used gets
8691         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8693 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8695         Fix file time stamp problem with bzr and CVS (Bug#12001).
8696         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8697         in the file's time stamp, since the version control system loses
8698         that information.
8700 2012-08-22  Juri Linkov  <juri@jurta.org>
8702         * info.el (Info-fontify-node): Hide the suffix of the
8703         Info file name in the header line.  (Bug#12187)
8705 2012-08-22  Glenn Morris  <rgm@gnu.org>
8707         * calendar/cal-tex.el (cal-tex-weekly-common):
8708         Restore leading blank page.
8710 2012-08-22  Le Wang  <l26wang@gmail.com>
8712         * misc.el (forward-to-word, backward-to-word): Activate or extend
8713         the region under `shift-select-mode'.  (Bug#12231)
8715 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8717         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8718         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8719         gives details on why the space is never needed.
8721 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8723         * window.el (walk-window-tree, window-with-parameter):
8724         New optional argument MINIBUF to control whether these functions
8725         should run on the minibuffer window.
8726         (window-at-side-list): Don't operate on minibuffer window.
8727         (window-in-direction): Simplify and rewrite doc-string.
8728         (window--size-ignore): Rename to window--size-ignore-p.
8729         Update callers.
8730         (display-buffer-in-atom-window, window--major-non-side-window)
8731         (window--major-side-window, display-buffer-in-major-side-window)
8732         (delete-side-window, display-buffer-in-side-window):
8733         New functions.
8734         (window--side-check, window-deletable-p, delete-window)
8735         (delete-other-windows, split-window): Handle side windows and
8736         atomic windows appropriately.
8737         (window--display-buffer): Call display-buffer-record-window also
8738         when the window buffer did not change.
8740 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8742         * help-fns.el (help-fns--key-bindings):
8743         Abbreviate non-symbol remap targets.  (Bug#12174)
8745 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8747         * dired.el (dired-mark-remembered): Don't clobber point.
8748         (Bug#11795)
8750 2012-08-22  Glenn Morris  <rgm@gnu.org>
8752         * progmodes/bug-reference.el (bug-reference): New custom group.
8753         (bug-reference-bug-regexp): Make it a defcustom.
8755 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8757         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8758         (js-paren-indent-offset, js-square-indent-offset)
8759         (js-curly-indent-offset): Add :safe (Bug#12257).
8761 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8763         * json.el (json-key-format): Add error properties.
8764         (json-encode-key): New function.
8765         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8766         Use json-encode-key.
8768 2012-08-22  Glenn Morris  <rgm@gnu.org>
8770         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8771         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8772         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8773         Update for above change.
8775 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8777         * cus-face.el (custom-face-attributes): Fix customize type for the
8778         :underline attribute.  (Bug#11805)
8780 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8782         * window.el (window-point-1, set-window-point-1): Remove.
8783         (window-in-direction, record-window-buffer)
8784         (set-window-buffer-start-and-point, split-window-below)
8785         (window--state-get-1, display-buffer-record-window):
8786         Replace calls to window-point-1 and set-window-point-1 by calls to
8787         window-point and set-window-point respectively.
8789 2012-08-21  Glenn Morris  <rgm@gnu.org>
8791         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8792         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8793         Use it.
8795         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8796         (cal-tex-shortday): New function.
8797         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8798         (cal-tex-cursor-filofax-daily): Use the above.
8800         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8801         New functions.
8802         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8803         (cal-tex-cursor-filofax-week): Use them.
8805         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8806         New constants.
8807         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8808         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8810         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8811         (cal-tex-end-document): Don't rely on buffer name.
8813         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8814         Use cal-tex-vspace.
8815         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8816         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8817         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8818         Use cal-tex-arg.
8820         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8821         (cal-tex-cursor-week, cal-tex-cursor-week2)
8822         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8823         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8824         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8825         (cal-tex-insert-preamble, cal-tex-b-document)
8826         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8827         Improve cal-tex-cmd usage.
8829         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8830         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8831         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8832         (cal-tex-weekly-paper): New function.
8833         (cal-tex-cursor-week, cal-tex-cursor-week2)
8834         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8835         (cal-tex-cursor-day): Use it.
8837         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8838         (cal-tex-cursor-filofax-week): Remove leading blank page.
8840         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8841         Add autoload cookie.  For now at least, don't use color, since
8842         no other cal-tex function does.
8844         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8845         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8846         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8848 2012-08-21  Juri Linkov  <juri@jurta.org>
8850         * info.el (Info-file-attributes): New variable.
8851         (info-insert-file-contents): Add file attributes to
8852         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8853         `Info-toc-nodes' when previous modtime of the Info file is less
8854         than new modtime.
8855         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8856         of info.el.  (Bug#12230)
8858 2012-08-20  Glenn Morris  <rgm@gnu.org>
8860         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8861         * calendar/holidays.el (calendar-holiday-list):
8862         Report errors with display-warning rather than beep'n'sleep.
8864 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8866         * net/tramp.el (tramp-accept-process-output): Accept only output
8867         from PROC.  Otherwise, process filters and sentinels might be
8868         confused.  (Bug#12145)
8870 2012-08-20  Chong Yidong  <cyd@gnu.org>
8872         * descr-text.el (describe-text-properties-1): Use overlays-in to
8873         report on empty overlays (Bug#3322).
8875 2012-08-20  Glenn Morris  <rgm@gnu.org>
8877         * mail/rmailout.el (rmail-output-read-file-name):
8878         Trap and report errors in rmail-output-file-alist elements.
8880         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8881         since most non-font-lock faces are not also variables).
8883 2012-08-20  Edward Reingold  <reingold@iit.edu>
8885         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8886         New function.  (Bug12160)
8888 2012-08-19  Glenn Morris  <rgm@gnu.org>
8890         * mail/rmailout.el (rmail-output-read-file-name):
8891         Fix previous change (when the alist is nil or does not match).
8893 2012-08-19  Chong Yidong  <cyd@gnu.org>
8895         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8896         (Bug#12228).
8898 2012-08-18  Chong Yidong  <cyd@gnu.org>
8900         * simple.el (yank-handled-properties): New defcustom.
8901         (yank-excluded-properties): Add font-lock-face and category.
8902         (yank): Doc fix.
8904         * subr.el (remove-yank-excluded-properties):
8905         Obey yank-handled-properties.  The special handling of font-lock-face
8906         and category is now done this way, instead of being hard-coded.
8907         (insert-for-yank-1): Remove font-lock-face handling.
8908         (yank-handle-font-lock-face-property)
8909         (yank-handle-category-property): New function.
8911 2012-08-17  Glenn Morris  <rgm@gnu.org>
8913         * mail/rmailout.el (rmail-output-read-file-name):
8914         Check rmail-output-file-alist against the full message body
8915         in the correct rmail buffer.  (Bug#12214)
8917 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
8919         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8920         Eliminate superfluous prompt.  (Bug#12203)
8922 2012-08-17  Chong Yidong  <cyd@gnu.org>
8924         * mouse.el (mouse-appearance-menu): If x-select-font returns a
8925         font spec, set the font directly (Bug#3228).
8927 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
8929         * window.el (delete-window): Fix last fix.
8931 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
8933         * window.el (window-valid-p): Move to window.c.
8934         (window-child, window-child-count, window-last-child)
8935         (window-normalize-window, window-combined-p)
8936         (window-combinations, window-atom-root, window-min-size)
8937         (window-sizable, window-sizable-p, window-size-fixed-p)
8938         (window-min-delta, window-max-delta, window--resizable)
8939         (window--resizable-p, window-resizable, window-total-size)
8940         (window-full-height-p, window-full-width-p, window-body-size)
8941         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8942         (minimize-window, window-deletable-p, delete-window)
8943         (delete-other-windows, set-window-buffer-start-and-point)
8944         (next-buffer, previous-buffer, split-window, balance-windows-2)
8945         (set-window-text-height, window-buffer-height)
8946         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8947         (truncated-partial-width-window-p): Minor code adjustments.
8948         In doc-strings state whether the argument window has to denote a
8949         live, valid or any window.
8951 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
8953         * progmodes/subword.el (subword-forward-function)
8954         (subword-backward-function, subword-forward-regexp)
8955         (subword-backward-regexp): New variables.
8956         (subword-forward, subword-forward-internal, subword-backward-internal):
8957         Use new variables, eg so that different "word" definitions
8958         can be easily used.  (Bug#11411)
8960 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8962         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8963         for composite selectors.
8964         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8965         operation just because we can't find a previous revision.
8967 2012-08-15  Chong Yidong  <cyd@gnu.org>
8969         * frame.el (set-frame-font): Accept font objects.
8971 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8973         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8975 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
8977         * man.el (Man-overstrike-face, Man-underline-face)
8978         (Man-reverse-face): Remove variables.
8979         (Man-overstrike, Man-underline, Man-reverse): New faces.
8980         (Man-fontify-manpage): Use them instead of the variables.
8981         (Man-cleanup-manpage): Comment change.
8982         (Man-ansi-color-map): New variable.
8983         (Man-fontify-manpage): Use it.
8984         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8986         Implement ANSI SGR parameters 22-27 (bug#12146).
8987         * ansi-color.el (ansi-colors): Doc fix.
8988         (ansi-color-context, ansi-color-context-region): Doc fix.
8989         (ansi-color--find-face): New function.
8990         (ansi-color-apply, ansi-color-apply-on-region): Use it.
8991         Rename the local variable `face' to `codes' since it is now a list of
8992         ansi codes.  Doc fix.
8993         (ansi-color-get-face): Remove.
8994         (ansi-color-parse-sequence): New function, derived from
8995         ansi-color-get-face.
8996         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
8997         codes 22-27.
8999 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9001         * subr.el (read-passwd): Allow use from a minibuffer.
9003 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
9005         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9006         inside comments and strings as identifiers.
9008         * progmodes/gud.el (gud-tooltip-print-command): Quote the
9009         expression to evaluate.  This allows to evaluate expressions with
9010         embedded whitespace.
9011         (gud-tooltip-tips): Add a blank before the newline in the
9012         message-box text, for the benefit of message-box emulation on
9013         MS-Windows.
9015         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9016         messages from GDB, pop them up in a tooltip to give feedback to
9017         user.
9018         (gdb-tooltip-print-1): Quote the expression to evaluate.
9019         This allows to evaluate expressions with embedded whitespace.
9020         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9021         if the TTY name is nil or empty (which happens when communicating
9022         with the inferior via pipes, e.g. on MS-Windows).
9023         (gdb-internals): If GDB sends a "&\n" empty debugging message,
9024         don't send that to the GUD buffer.
9026 2012-08-14  Glenn Morris  <rgm@gnu.org>
9028         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9029         Optimize away setq-default with no args, as for setq.  (Bug#12195)
9031 2012-08-14  Chong Yidong  <cyd@gnu.org>
9033         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9035         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9036         (Bug#12085).
9038 2012-08-14  Glenn Morris  <rgm@gnu.org>
9040         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9042 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
9044         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9045         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9046         Use cached shell name.
9048 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9050         * progmodes/python.el (python-shell-send-string):
9051         (python-shell-send-setup-code): Do not use `format' with `message'.
9053 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
9055         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9056         (ruby-percent-literal-beg-re): New constant.
9057         (ruby-syntax-general-delimiters-goto-beg): Rename to
9058         `ruby-syntax-enclosing-percent-literal', improve literal type check.
9059         (ruby-syntax-propertize-general-delimiters): Rename to
9060         `ruby-syntax-propertize-percent-literal', it's a shorter and more
9061         popular term.  Adjust comments everywhere.
9062         (ruby-syntax-propertize-percent-literal): Only propertize when not
9063         inside a simple string or comment.  When the literal is unclosed,
9064         leave the text after it unpropertized.
9065         (ruby-syntax-methods-before-regexp): New constant.
9066         (ruby-syntax-propertize-function): Use it to recognize regexps.
9067         Don't look at the text after regexp, just use the whitelist.
9069 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9071         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9072         non-nil always load the compiled file if it exists.  (Bug#12197)
9074 2012-08-14  Chong Yidong  <cyd@gnu.org>
9076         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9077         (hi-lock-set-pattern): When deciding whether to use font lock or
9078         overlays, look at font-lock-mode instead of font-lock-fontified
9079         (Bug#12168).
9080         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9081         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9083 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
9085         * subr.el (internal--after-with-selected-window): Fix typo
9086         (Bug#12193).
9088 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9090         Use `completion-table-dynamic' for completion functions.
9091         * progmodes/python.el
9092         (python-shell-completion--do-completion-at-point)
9093         (python-shell-completion--get-completions):
9094         Remove functions.
9095         (python-shell-completion-complete-at-point): New function.
9096         (python-completion-complete-at-point): Use it.
9098 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
9100         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9101         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9103 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9105         * subr.el (function-get): Refine `autoload' arg so it can also
9106         autoload functions for gv.el (bug#12191).
9107         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9108         autoloads macros.
9110         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9111         Prefer pcase-let over destructuring-bind.
9112         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9113         Also, remove whitespace as we go, rather than after accumulating the
9114         various places.
9116         * subr.el (internal--before-with-selected-window)
9117         (internal--after-with-selected-window): Fix typo seleted->selected.
9118         (with-selected-window): Adjust callers.
9119         Reported by Dmitry Gutov <dgutov@yandex.ru>.
9121 2012-08-13  Bastien Guerry  <bzg@gnu.org>
9123         * window.el (special-display-popup-frame): Minor docstring
9124         enhancement.  (Bug#12172)
9126 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
9128         * tar-mode.el (tar-header-data-end): Only ignore size for files of
9129         type 1-6.
9130         (tar-header-block-summarize, tar-get-descriptor): Handle pax
9131         extended headers.
9133         * files.el (hack-local-variables-filter): Remove useless eval.
9135 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
9137         * subr.el (with-selected-window): Fix last change.
9139 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * subr.el (internal--before-with-seleted-window)
9142         (internal--after-with-seleted-window): New functions.
9143         (with-selected-window): Use them, to replace dependency on
9144         tty-top-frame.
9146 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
9148         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9149         binding for `newline'.
9150         (ruby-move-to-block): When moving backward, stop at block opening,
9151         not indentation.
9152         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9153         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9154         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9155         `ruby-toggle-block'.
9157 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9159         * ibuffer.el (ibuffer-do-toggle-read-only):
9160         * dired.el (dired-toggle-read-only):
9161         * buff-menu.el (Buffer-menu-toggle-read-only):
9162         * bindings.el (mode-line-toggle-read-only):
9163         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9165 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
9167         * descr-text.el (describe-char): Put the overlays over the
9168         "displayed as" character.
9170 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
9172         * calc/calc-units.el (math-default-units-table): Give an
9173         initial value.
9174         (math-put-default-units): Add options to put composite units and
9175         unit systems in the default units table.
9176         (calc-convert-units): Send composite units to
9177         `math-put-default-units' when appropriate.
9179 2012-08-11  Glenn Morris  <rgm@gnu.org>
9181         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9183         * tutorial.el (help-with-tutorial):
9184         * emacs-lisp/copyright.el (copyright-update-directory):
9185         * emacs-lisp/autoload.el (autoload-find-generated-file)
9186         (autoload-find-file): Disable local eval: (for insurance).
9188         * files.el (hack-local-variables-filter): If an eval: form is not
9189         known to be safe, and enable-local-variables is :safe, then ignore
9190         the form totally, as is done for non-eval forms.  (Bug#12155)
9191         This is CVE-2012-3479.
9193 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9195         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9196         (rx-form): Simplify.
9198 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
9200         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9201         ?, _, and : are symbol constituents, ! is not (but kinda should be).
9202         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9203         (ruby-syntax-propertize-function): Adjust for changes in
9204         `ruby-syntax-propertize-heredoc'.
9206 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
9208         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9209         binding (use `M-;' instead).
9210         (ruby-singleton-class-p): New function.
9211         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9213 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9215         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9217 2012-08-10  Chong Yidong  <cyd@gnu.org>
9219         * progmodes/python.el (python-shell-get-process-name): Don't mess
9220         with same-window-buffer-names.
9222         * eshell/eshell.el (eshell-add-to-window-buffer-names)
9223         (eshell-remove-from-window-buffer-names): Make obsolete.
9224         (eshell-buffer-name, eshell-unload-hook): Don't use them.
9225         (eshell): Just use pop-to-buffer-same-window instead.
9227 2012-08-10  Chong Yidong  <cyd@gnu.org>
9229         * bindings.el: Bind M-= back to count-words-region.
9231         * simple.el (count-words-region): Accept a prefix arg for acting
9232         on the entire buffer.
9233         (count-words--buffer-message): New helper function.
9235 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9237         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9238         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9239         (event-start, event-end): Use posn-at-point to return a more
9240         informative posn.
9241         (posnp): New function.
9242         * mouse.el (popup-menu-normalize-position): Use it.
9244 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
9246         * mouse.el (popup-menu-normalize-position): New function.
9247         (popup-menu): Use `popup-menu-normalize-position' to normalize
9248         the form for POSITION argument.
9250         * term/x-win.el (x-menu-bar-open):
9251         Use the value returend from (posn-at-point) as position
9252         passed to `popup-menu'.
9254 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9256         * calc/calccomp.el (math-compose-expr): Add extra argument
9257         indicating that parentheses should be put around products in
9258         denominators.  Give multiplication precedence over division during
9259         composition.
9261 2012-08-09  Chong Yidong  <cyd@gnu.org>
9263         * man.el (Man-switches, Man-sed-command, Man-awk-command)
9264         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9265         (Man-untabify-command, manual-program): Convert to defcustom
9266         (Bug#10429).
9268         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9270         * descr-text.el (describe-char): Don't insert extra newlines
9271         (Bug#10127).
9273         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9274         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9276         * align.el (align-region): Delete temporary markers (Bug#10047).
9277         Plus some code cleanups.
9279 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9281         * progmodes/python.el (python-pdbtrack-tracked-buffer)
9282         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9283         (python-shell-internal-last-output): Use make-local-variable
9284         instead of make-variable-buffer-local.
9286 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9288         * progmodes/python.el: Enhancements to forward-sexp.
9289         (python-nav-forward-sexp): Rename from
9290         python-nav-forward-sexp-function.
9291         (python-nav--forward-sexp, python-nav--backward-sexp):
9292         New functions.
9294 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9296         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9297         modes and simplification modes.
9299 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9301         * delsel.el (delete-selection-pre-hook): Don't propagate the
9302         file-supersession signals (bug#12161).
9304 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9306         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9307         (cl-map-extents): Add compatibility aliases (bug#12135).
9309 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
9311         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9312         tests by `ignore-error'.
9313         (tramp-find-shell): Open also a new shell, when cache is already
9314         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
9316 2012-08-08  Juri Linkov  <juri@jurta.org>
9318         * bookmark.el: Add `defaults' property to the bookmark record.
9319         (bookmark-current-buffer): Doc fix.
9320         (bookmark-make-record): Add `defaults' property with default values
9321         to the bookmark record.
9322         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9323         with `bookmark-insert-current-bookmark'.
9324         (bookmark-set): Get `defaults' property from the bookmark record
9325         and use it in `read-from-minibuffer'.
9326         (bookmark-insert-current-bookmark): Remove function.
9328         * info.el (Info-bookmark-make-record): Add `defaults' property
9329         with values of canonical Info node name, the current Info file
9330         name and the current Info node name.  (Bug#12107)
9332 2012-08-08  Juri Linkov  <juri@jurta.org>
9334         * files.el (basic-save-buffer): Use `buffer-name' as the default
9335         of `read-file-name' when buffer is not visiting a file (bug#12128).
9337 2012-08-08  Juri Linkov  <juri@jurta.org>
9339         * info.el (Info-isearch-search): Doc fix.
9340         (Info-search): Change search-failed message from "initial node" to
9341         "end of node" (bug#12078).
9342         (Info-isearch-search): Change `isearch-string-state' to
9343         `isearch--state-string'.
9345 2012-08-08  Glenn Morris  <rgm@gnu.org>
9347         * language/persian.el: Remove file.
9348         * language/misc-lang.el: Move unique part of persian.el here.
9349         * loadup.el: Remove language/persian.
9351 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
9353         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9355 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9357         * progmodes/python.el: Fix defsubst warning.
9358         (python-syntax-context) Rename from python-info-ppss-context.
9359         (python-syntax-context-type): Rename from
9360         python-info-ppss-context-type.
9361         (python-syntax-comment-or-string-p): Rename from
9362         python-info-ppss-comment-or-string-p.
9364 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
9366         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9368 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
9370         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9371         a defcustom that is quoted with backquote.
9373         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9374         Fix handling of interactive spec when the body uses return.
9375         (math-do-arg-check, math-define-function-body): Use backquote forms.
9376         * calc/calc-ext.el (math-defcache): Likewise.
9377         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9378         * allout.el (allout-new-exposure): Likewise.
9379         * calc/calcalg2.el (math-tracing-integral): Likewise.
9380         * info.el (Info-last-menu-item): Likewise.
9381         * emulation/vip.el (vip-loop): Likewise.
9382         * textmodes/artist.el (artist-funcall): Likewise.
9383         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9384         Construct menu-item directly.
9386         * progmodes/autoconf.el (font-lock-syntactic-keywords):
9387         Don't declare.
9389 2012-08-07  Chong Yidong  <cyd@gnu.org>
9391         * simple.el (deactivate-mark): Preserve text properties when
9392         saving the primary selection (Bug#8384).
9394 2012-08-07  Kevin Ryde  <user42@zip.com.au>
9396         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9397         (woman-parse-numeric-value): On a bad .IP line, issue a warning
9398         and continue processing (Bug#12110).
9400 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9402         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9403         syntax-propertize-function (bug#10095).
9405 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9407         * help-fns.el (help-fns--key-bindings, help-fns--signature)
9408         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9409         describe-function-1.
9410         (describe-function-1): Use them.  Move compiler macro after sig.
9411         (help-fns--compiler-macro): Use function-get.  Assume we're already in
9412         standard-output.  Adjust layout to new call order.
9414         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9415         re-binding a symbol that has a symbol-macro (bug#12119).
9417 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
9419         * language/persian.el: New file.  (Bug#11812)
9420         * loadup.el: Add language/persian.el.
9422 2012-08-06  Chong Yidong  <cyd@gnu.org>
9424         * window.el (window--maybe-raise-frame): New function.
9425         (window--display-buffer): Split off from here.
9426         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9427         (display-buffer-pop-up-window, display-buffer-use-some-window):
9428         Obey an inhibit-switch-frame action alist entry.
9429         (display-buffer): Update doc.
9431         * replace.el (occur-after-change-function): Avoid losing focus by
9432         using the inhibit-switch-frame display parameter (Bug#12139).
9434 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9436         Make internal shell process buffer names start with space.
9437         * progmodes/python.el (python-shell-make-comint): Add optional
9438         argument INTERNAL.
9439         (run-python-internal): Use it.
9440         (python-shell-internal-get-or-create-process): Check for new
9441         internal buffer names.
9443 2012-08-06  Glenn Morris  <rgm@gnu.org>
9445         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9446         Do less getting and setting of environment variables.
9448 2012-08-05  Chong Yidong  <cyd@gnu.org>
9450         * proced.el (proced): Add substitution string to docstring to
9451         trigger autoloading of the proced library on C-h f (Bug#1768).
9453         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9454         Don't show defvars which have no second argument (Bug#8638).
9456         * imenu.el (imenu-generic-expression): Move documentation here
9457         from imenu--generic-function.
9458         (imenu--generic-function): Refer to imenu-generic-expression.
9460 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
9462         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9463         indentation declaration.
9464         (viper-loop): Add indentation declaration (Bug#7025).
9466 2012-08-05  Chong Yidong  <cyd@gnu.org>
9468         * help-fns.el (describe-variable): Add hyperlink for
9469         directory-local variables files.  Improve buffer-local and
9470         permanent-local reporting; suggested by MON KEY (Bug#6644).
9472         * help-mode.el (help-dir-local-var-def): New button type.
9474         * files.el (kill-buffer-hook): Provide a defvar.
9476 2012-08-05  Glenn Morris  <rgm@gnu.org>
9478         * eshell/esh-ext.el (eshell/addpath):
9479         Also update eshell-path-env.  (Bug#12013)
9481 2012-08-05  Chong Yidong  <cyd@gnu.org>
9483         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9485         * fringe.el (fringe-styles): Add docstring.
9486         (fringe--check-mode): New function.
9487         (set-fringe-mode, set-fringe-style): Use it.
9488         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9490         * files.el (set-auto-mode): Fix invalid setq call.
9492 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9494         * isearch.el: Misc simplification; use defstruct.
9495         (isearch-mode-map): Dense maps now work like sparse ones.
9496         (isearch--state): New defstruct.
9497         (isearch-string-state, isearch-message-state, isearch-point-state)
9498         (isearch-success-state, isearch-forward-state)
9499         (isearch-other-end-state, isearch-word-state, isearch-error-state)
9500         (isearch-wrapped-state, isearch-barrier-state)
9501         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9502         replaced by defstruct's accessors.
9503         (isearch--set-state): Rename from isearch-top-state and change
9504         calling convention.
9505         (isearch-push-state): Use new isearch--get-state.
9506         (isearch-toggle-word): Disable regexp when enabling word.
9507         (isearch-message-prefix): Remove unused arg _c-q-hack.
9508         (isearch-message-suffix): Remove unused arg _ellipsis.
9510 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
9512         * simple.el (list-processes--refresh): For a server use :host or
9513         :local as the address.
9514         (list-processes): Doc fix.
9516 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
9518         * lisp/mpc.el: Support password in host argument.
9519         (mpc--proc-connect): Parse and use new password element.
9520         Set mpc-proc variable instead of returning process.
9521         (mpc-proc): Adjust accordingly.
9523 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
9525         * whitespace.el (whitespace-display-mappings): Use Unicode
9526         codepoints, instead of emacs-mule codepoints.  See
9527         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9528         for the details.
9530         * files.el (file-truename): Don't skip symlink-chasing part on
9531         windows-nt.  Incorporate the resolution of 8+3 short aliases on
9532         Windows into the loop that recursively chases symlinks.
9533         Compare directory and its parent case-insensitively on MS-Windows and
9534         MS-DOS.
9536 2012-08-03  Chong Yidong  <cyd@gnu.org>
9538         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9540         * sort.el (sort-regexp-fields): Doc fix.
9542 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
9544         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9545         labels regex position point at the expected place.
9547 2012-08-03  MON KEY  <monkey@sandpframing.com>
9549         * net/imap.el (imap-interactive-login, imap-authenticate)
9550         (imap-mailbox-lsub, imap-mailbox-list)
9551         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9552         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9553         (imap-parse-response): Doc fix.
9555 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
9557         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9558         if sexp scanning does not move point (Bug#5734).
9560 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
9562         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9563         Add listings, minted, and ctable packages.
9564         (reftex-label-alist-builtin): Move listings, minted, and ctable
9565         entries before LaTeX.
9566         (reftex-label-alist): Docfix.
9568 2012-08-02  Bastien Guerry  <bzg@gnu.org>
9570         * replace.el (occur): Fix docstring (bug#12122).
9572 2012-08-02  Glenn Morris  <rgm@gnu.org>
9574         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9576 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
9578         Obsolete alias inactivate-current-input-method-function (Bug#10150).
9579         * international/mule-cmds.el: Create
9580         inactivate-current-input-method-function as an obsolete alias for
9581         deactivate-current-input-method-function.  See Katsumi Yamaoka in
9582         <http://bugs.gnu.org/10150#46>.
9584 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9586         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9587         of nested `if's.
9589 2012-08-01  Glenn Morris  <rgm@gnu.org>
9591         * progmodes/autoconf.el (autoconf-definition-regexp):
9592         Add AH_TEMPLATE, adjust submatch numbering.
9593         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9594         (autoconf-current-defun-function): Update for above change.
9595         (autoconf-current-defun-function): First skip to end of current word.
9597 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
9599         * calendar/cal-html.el (cal-html-insert-agenda-days):
9600         Fix typo.  (Bug#12018)
9602 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9604         Shell processes: enhancements to startup and CEDET compatibility.
9605         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9606         (python-shell-make-comint): accept-process-output at startup.
9607         (run-python-internal): Set inferior-python-mode-hook to nil.
9608         (python-shell-internal-get-or-create-process): call sit-for.
9609         (python-preoutput-result): Add obsolete alias.
9610         (python-shell-internal-send-string): Use it.
9611         (python-shell-send-setup-code): Remove call to
9612         accept-process-output.
9614 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
9616         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9617         (Bug#12108)
9619 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
9621         * calc-mode.el (calc-basic-simplification-mode): Rename from
9622         `calc-limited-simplification-mode'.
9623         (calc-alg-simplification-mode): New function.
9624         (calc-set-simplify-mode): Adjust message.
9626         * calc.el (calc-set-mode-line): Adjust mode line display for
9627         basic simplification mode.
9629         * calc-help.el (calc-m-prefix-help): Update help message.
9631         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9632         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9634 2012-07-31  Bastien Guerry  <bzg@gnu.org>
9636         * man.el (man): Fix comment.  (bug#12101)
9638 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
9640         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9641         Don't return a non-nil value when no suitable buffer was found.
9643 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9645         * progmodes/python.el (run-python-internal): Disable font lock for
9646         internal shells.
9648 2012-07-30  Stefan Merten  <smerten@oekonux.de>
9650         * textmodes/rst.el: Silence `checkdoc-ispell'.
9651         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9652         (rst-official-version, rst-official-cvs-rev)
9653         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9654         (rst-mode-map): New key binding.
9656 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
9658         Update .PHONY listings in makefiles.
9659         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9660         autoloads, update-subdirs, updates, bzr-update, update-authors,
9661         compile-onefile, compile-calc, backup-compiled-files,
9662         compile-after-backup, compile-one-process, mh-autoloads,
9663         bootstrap-clean, distclean, maintainer-clean.
9665 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9667         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9668         (calc-set-mode-line): Don't display "AlgSimp ".
9670         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9671         (calc-lim-simplify-mode): New function.
9672         (calc-set-simplify-mode): Default to 'alg.
9673         (calc-default-simplify-mode): Make algebraic simplifications
9674         the default.
9676         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9677         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9679         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9680         indicate new simplification modes.
9682         * calc/README: Mention new default simplification mode.
9684         * calc/calc.el (math-normalize-error): New variable.
9685         (math-normalize): Set `math-normalize-error' to t
9686         when there's an error.
9688         * calc/calc-alg.el (math-simplify): Don't simplify when
9689         `math-normalize' returns an error.
9691 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9693         * international/mule-cmds.el (set-locale-environment): Revert last
9694         change, since display-graphic-p returns nil when this function is
9695         called during startup.  Instead...
9697         * term/w32console.el (terminal-init-w32console): ...setup the
9698         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9700 2012-07-29  Juri Linkov  <juri@jurta.org>
9702         * simple.el (goto-line): Don't display default line number in the
9703         prompt because it should be displayed by `read-number' (bug#9952).
9704         Add the current line number to the defaults of `goto-line' to
9705         allow its easier modification by users with `M-n' (bug#9201).
9707         * subr.el (read-number): Support multiple default values like in
9708         other minibuffer reading functions.  Replace `read' with
9709         `string-to-number' for consistency with `number-to-string'.
9711 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9713         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9714         * emulation/viper-init.el (viper-deactivate-input-method-action):
9715         Rename from viper-inactivate-input-method-action.
9716         (viper-deactivate-input-method):
9717         Rename from viper-inactivate-input-method.
9718         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9719         * international/mule-cmds.el (deactivate-input-method):
9720         Rename from inactivate-input-method.
9721         Also run input-method-deactivate-hook.
9722         (deactivate-current-input-method-function):
9723         Rename from inactivate-current-input-method-function.
9724         (input-method-deactivate-hook): New hook.
9725         (input-method-inactivate-hook): Mark obsolete.
9726         (inactivate-input-method): Mark obsolete.
9728         * international/quail.el (quail-activate):
9729         Also run quail-deactivate-hook.
9730         (quail-deactivate): Rename from quail-inactivate.
9731         * international/robin.el (robin-activate):
9732         Also run robin-deactivate-hook.
9733         (robin-deactivate): Rename from robin-inactivate.
9735 2012-07-29  Chong Yidong  <cyd@gnu.org>
9737         * simple.el (indicate-copied-region): New function.
9738         (kill-ring-save): Split off from here.
9740         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9741         (kill-rectangle): Set deactivate-mark to t on read-only error.
9743         * register.el (copy-to-register, copy-rectangle-to-register):
9744         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9745         (append-to-register, prepend-to-register): Call indicate-copied-region.
9747 2012-07-29  Juri Linkov  <juri@jurta.org>
9749         * simple.el (async-shell-command-buffer): New defcustom.
9750         (shell-command): Use it.  (Bug#4719)
9752 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9754         * international/mule-cmds.el (set-locale-environment): In a
9755         console session on MS-Windows, set up keyboard and terminal
9756         encoding from the OEM codepage, not the ANSI codepage.
9757         (Bug#12055)
9759 2012-07-28  Chong Yidong  <cyd@gnu.org>
9761         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9762         gdb-get-location.
9764 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9766         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9767         the alist (bug#12029).
9769 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9771         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9772         (compile-always, compile-first)
9773         ($(lisp)/calendar/cal-loaddefs.el)
9774         ($(lisp)/calendar/diary-loaddefs.el)
9775         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9776         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9777         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9778         instead of on update-subdirs.
9779         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9781 2012-07-28  Chong Yidong  <cyd@gnu.org>
9783         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9784         directory if vc-deduce-backend returns nil (Bug#7350).
9786         * simple.el (delete-trailing-lines): New option.
9787         (delete-trailing-whitespace): Obey it (Bug#11879).
9789 2012-07-28  David Engster  <deng@randomsample.de>
9791         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9792         Explanation of new 'symbol-qnames feature in doc-strings.
9793         (xml-maybe-do-ns): Return expanded names as plain symbols if
9794         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9795         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9797 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9799         Consistent completion in inferior python with emacs -nw.
9800         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9801         binding in inferior-python-mode-map with "\t".
9802         (python-shell-completion-complete-at-point)
9803         (python-completion-complete-at-point): Remove interactive spec.
9805 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9807         * calc/calccomp.el (math-compose-expr): Undo previous change.
9809 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9811         * progmodes/python.el (python-mode-map): Add keybinding for
9812         run-python.
9813         (python-shell-make-comint): Fix pop-to-buffer call.
9814         (run-python): Autoload.  New arg SHOW.
9815         (python-shell-get-or-create-process): Do not pop python process
9816         buffer.
9818 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9820         * notifications.el (notifications-on-action-signal)
9821         (notifications-on-closed-signal): Use also the bus address for the map.
9822         (notifications-notify, notifications-close-notification)
9823         (notifications-get-capabilities): Add optional argument BUS.
9825 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9827         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9828         Add support for the lstlisting and minted environments, and for the
9829         ctable macro.
9830         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9831         labels written in keyvals syntax.
9833 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9835         * calc/calccomp.el (math-compose-expr): Use parentheses when
9836         there is a product in the denominator of a fraction.
9838 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9840         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9841         ($(lisp)/calendar/diary-loaddefs.el)
9842         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9843         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9844         Fixes failures in parallel bootstrap because subdirs.el is being
9845         rewritten while the autoload files are built at the same time,
9846         which needs to load subdirs.el.
9848 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9850         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9851         (mouse-drag-line): Don't exit tracking when a switch-frame or
9852         switch-window event occurs (Bug#12006).
9854 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9856         * mouse.el (popup-menu): Fix last change.
9858 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9860         Autoload from Lisp with more care.  Follow aliases when looking for
9861         function properties.
9862         * subr.el (autoloadp): New function.
9863         (symbol-file): Use it.
9864         (function-get): New function.
9865         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9866         autoload-do-load.
9867         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9868         (lisp-indent-function):
9869         * emacs-lisp/gv.el (gv-get):
9870         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9871         * emacs-lisp/byte-opt.el (byte-optimize-form):
9872         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9873         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9874         Use function-get.
9875         * emacs-lisp/cl.el: Don't propagate function properties any more.
9877         * speedbar.el (speedbar-add-localized-speedbar-support):
9878         * emacs-lisp/disass.el (disassemble-internal):
9879         * desktop.el (desktop-load-file):
9880         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9881         (describe-function-1):
9882         * emacs-lisp/find-func.el (find-function-noselect):
9883         * emacs-lisp/elp.el (elp-instrument-function):
9884         * emacs-lisp/advice.el (ad-has-proper-definition):
9885         * apropos.el (apropos-safe-documentation, apropos-macrop):
9886         * emacs-lisp/debug.el (debug-on-entry):
9887         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9888         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9889         * calc/calc.el (name): Use autoloadp & autoload-do-load.
9891 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
9893         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9894         function, not an obsolete variable (Bug#12046).
9896 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
9898         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
9900 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
9902         * emacs-lisp/pp.el (pp-display-expression): Select old selected
9903         window only if it is still live (Bug#12034).
9905 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
9907         * subr.el (redirect-frame-focus): Add advertised calling
9908         convention (Bug#12030).
9910 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9912         Prefer typical American spelling for "acknowledgment".
9913         * vc/add-log.el (change-log-acknowledgment): Rename from
9914         change-log-acknowledgement, with an alias for the old name.
9916 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
9918         * calc-alg.el (math-simplify-divide): Don't cross multiply
9919         in an equation when the lhs is a variable.
9921 2012-07-24  Julien Danjou  <julien@danjou.info>
9923         * net/netrc.el (netrc-find-service-number, netrc-store-data):
9924         Remove, unused.
9926 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
9928         * startup.el (command-line): Don't display an empty user name in
9929         the error message about non-existent home directory, when
9930         init-file-user was set to an empty string.  See
9931         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9932         for the details and context.
9934 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9936         * ses.el (ses-cell-formula-aset): New macro.
9937         (ses-cell-references-aset): New macro.
9938         (ses-cell-p): New function.
9939         (ses-rename-cell): Do no longer rely on complex operations like
9940         ses-cell-set-formula or ses-set-cell to change the cell and handle
9941         the undo at the same time, but rather use lower level new macros
9942         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9943         the undo directly.  Refresh the mode line.
9945 2012-07-21  Leo Liu  <sdl.web@gmail.com>
9947         * progmodes/cc-cmds.el (c-defun-name):
9948         Use match-string-no-properties instead for consistency.
9950 2012-07-20  Leo Liu  <sdl.web@gmail.com>
9952         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9953         (Bug#7879)
9955         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9957 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9959         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9960         * progmodes/bug-reference.el, misearch.el: Provide themselves
9961         (bug#11915).
9963         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9964         of narrowed buffer (bug#11966).
9966 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9968         * ses.el (ses-rename-cell): Set new name also in reference list of
9969         cells of which the renamed cell depends.
9971 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
9973         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9974         to check whether menu-bar is shown or not.  If not shown,
9975         show the menu-bar as a popup menu instead of using tmm.
9976         * mouse.el (popup-menu): Accept `point' as `position' argument.
9978 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
9980         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9981         up inside string symbol literal (bug#11923).
9983 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
9985         * startup.el (fancy-startup-text): Read the whole tutorial, not
9986         just its first 256 bytes.  Prevents gibberish in display of the
9987         tutorial title.
9989 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
9991         Drop idle buffer compaction due to an absence of the
9992         proved efficiency.
9993         * compact.el: Remove.
9995 2012-07-19  Sam Steingold  <sds@gnu.org>
9997         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9998         vc-bzr-pull & vc-bzr-merge-branch.
9999         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10000         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10001         for consistency with compilation-error-regexp-alist.
10002         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10003         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10004         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10005         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10007 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10009         * emacs-lisp/chart.el: Use lexical-binding.
10010         (chart-emacs-storage): Don't hardcode the list of entries.
10012 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10014         Next round of tweaks caused by Fgarbage_collect changes.
10015         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10017 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10019         Compact buffers when idle.
10020         * compact.el: New file.
10022 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10024         * subr.el (eventp): Presume that if it looks vaguely like an event,
10025         it's an event (bug#10190).
10027 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10029         Enhancements to ppss related code (thanks Stefan).
10030         * progmodes/python.el (python-indent-context)
10031         (python-indent-calculate-indentation, python-indent-dedent-line)
10032         (python-indent-electric-colon, python-nav-forward-block)
10033         (python-mode-abbrev-table)
10034         (python-info-assignment-continuation-line-p): Simplify checks
10035         for ppss context.
10036         (python-info-continuation-line-p): Cleanup.
10037         (python-info-ppss-context): Do not catch 'quote.
10038         (python-info-ppss-context-type)
10039         (python-info-ppss-comment-or-string-p): Simplify.
10041 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10043         * progmodes/python.el: Enhancements to eldoc support.
10044         (python-info-current-symbol): New function.
10045         (python-eldoc-at-point): Use python-info-current-symbol.
10046         (python-info-current-defun): Fix cornercase on first defun scan.
10047         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10048         and signal error when no inferior python process is available.
10050 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
10052         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10053         assume it's always t.
10054         (vc-git-registered): Remove caching, the function is only called
10055         once.
10056         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10058 2012-07-18  Chong Yidong  <cyd@gnu.org>
10060         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10062         * simple.el (count-words): Report on narrowing (Bug#9959).
10064         * bindings.el: Bind M-= to count-words.
10066         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10068 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
10070         * progmodes/sh-script.el (sh-imenu-generic-expression):
10071         Capture a function with `function' keyword and without parentheses
10072         like "function FOO" (bug#11856).
10074 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
10076         * window.el (split-window-sensibly): Make WINDOW argument
10077         optional.
10079 2012-07-18  Chong Yidong  <cyd@gnu.org>
10081         * subr.el (keyboard-translate): Doc fix (Bug#7261).
10083         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10084         and make C-x 8 RET exit isearch (Bug#11439).
10086         * international/iso-transl.el: Move isearch-mode-map key
10087         definitions to isearch.el.
10089 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10091         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10092         (eieio-defclass): Use gv-define-setter when possible.
10094 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
10096         Reflect recent changes in Fgarbage_collect.
10097         * emacs-lisp/chart.el (chart-emacs-storage): Change to
10098         reflect new format of data returned by Fgarbage_collect.
10100 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10102         New utility functions + python-info-ppss-context fix (Bug#11910).
10103         * progmodes/python.el (python-info-beginning-of-block-statement-p)
10104         (python-info-ppss-comment-or-string-p): New functions.
10105         (python-info-ppss-context): Small fix for string check.
10107 2012-07-17  Juri Linkov  <juri@jurta.org>
10109         * dired-aux.el (dired-do-async-shell-command): Doc fix.
10110         (dired-do-async-shell-command): Don't add `*' at the end of the
10111         command (Bug#11815).
10112         (dired-do-shell-command): Doc fix.
10113         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10114         Join the individual commands using either "&" or ";" as the
10115         separator depending on the values of these trailing characters.
10116         At the end re-add the trailing "&".  (Bug#10598)
10118         * simple.el (async-shell-command): Sync the interactive spec with
10119         `shell-command'.  Doc fix.
10120         (shell-command): Doc fix.
10122 2012-07-17  Juri Linkov  <juri@jurta.org>
10124         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
10126 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10128         Final renames and doc fixes for movement commands (bug#11899).
10129         * progmodes/python.el (python-nav-beginning-of-statement):
10130         Rename from python-nav-statement-start.
10131         (python-nav-end-of-statement): Rename from
10132         python-nav-statement-end.
10133         (python-nav-beginning-of-block): Rename from
10134         python-nav-block-start.
10135         (python-nav-end-of-block): Rename from python-nav-block-end.
10137 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10139         * progmodes/python.el (python-shell-send-string-no-output):
10140         Allow accept-process-output to quit, keeping shell process ready for
10141         future interactions (Bug#11868).
10143 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10145         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10147         * emacs-lisp/elint.el (elint-find-args-in-code):
10148         Use help-function-arglist, so as to handle lexical byte-code.
10150         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10151         change (bug#11826).
10153 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10155         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10156         Avoid spuriously marking the buffer as modified because of c-is-sws.
10158         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10159         as not-a-comment (bug#11946).
10161         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10162         for uninterned vars.
10164         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10165         Use read-event since we don't really want to read chars but bytes.
10167         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10168         $$..$$ but also $..$ using regexps (bug#11953).
10169         Use tex-verbatim for \url and \path.
10170         (tex-font-lock-keywords): Define as defconst like the others.
10171         (tex-common-initialization): Don't use font-lock-syntax-table any more.
10173 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
10175         * international/mule-cmds.el (ucs-insert): Make it an obsolete
10176         alias for insert-char.
10178 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10180         * progmodes/python.el: Simplified imenu implementation.
10181         (python-nav-jump-to-defun): Remove command.
10182         (python-mode-map): Use `imenu' instead.
10183         (python-nav-list-defun-positions-cache)
10184         (python-imenu-include-defun-type, python-imenu-make-tree)
10185         (python-imenu-subtree-root-label, python-imenu-index-alist):
10186         Remove vars.
10187         (python-nav-list-defun-positions, python-nav-read-defun)
10188         (python-imenu-tree-assoc, python-imenu-make-element-tree)
10189         (python-imenu-make-tree, python-imenu-create-index):
10190         Remove functions.
10191         (python-mode): Update to interact with imenu by setting
10192         `imenu-extract-index-name-function' only.
10194 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10196         * progmodes/python.el: Enhancements to navigation commands.
10197         (python-nav-backward-sentence)
10198         (python-nav-forward-sentence): Remove.
10199         (python-nav-backward-statement, python-nav-forward-statement)
10200         (python-nav-statement-start, python-nav-statement-end)
10201         (python-nav-backward-block, python-nav-forward-block)
10202         (python-nav-block-start, python-nav-block-end)
10203         (python-nav-forward-sexp-function)
10204         (python-info-current-line-comment-p)
10205         (python-info-current-line-empty-p): New functions.
10206         (python-indent-context): Use `python-nav-statement-start'.
10208 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
10210         * eshell/em-ls.el (eshell/ls): Use `apply'.
10212         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10213         multi-hops, instead of Tramp internals.
10215         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10217         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10218         when F1 and F2 are located on different hosts.
10220 2012-07-14  Chong Yidong  <cyd@gnu.org>
10222         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10223         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10224         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10225         (xterm-mouse--read-event-sequence-1000)
10226         (xterm-mouse--read-event-sequence-1006): New functions.  For old
10227         mouse protocol, handle M-mouse-X events correctly.
10228         (xterm-mouse-event): New arg specifying mouse protocol.
10229         (turn-on-xterm-mouse-tracking-on-terminal)
10230         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10231         sequence to toggle extended coordinates on newer XTerms.
10232         This appears to be harmless on terminals which do not support this.
10234 2012-07-14  Leo Liu  <sdl.web@gmail.com>
10236         Add fringe bitmap indicators for flymake.  (Bug#11253)
10237         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10238         (flymake-make-overlay): New arg BITMAP.
10239         (flymake-error-bitmap, flymake-warning-bitmap)
10240         (flymake-fringe-indicator-position): New user variables.
10242         * fringe.el: New bitmap exclamation-mark.
10244 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
10246         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10247         also (Bug#7879).
10249 2012-07-14  Chong Yidong  <cyd@gnu.org>
10251         * electric.el (electric-pair-post-self-insert-function): Fix pair
10252         insertion in empty-region case (Bug#11520).
10254 2012-07-14  Chong Yidong  <cyd@gnu.org>
10256         * bindings.el: Consolidate ctl-x-r-map bindings.
10257         Bind copy-rectangle-as-kill to C-x r w.
10259         * rect.el, register.el: Move bindings to bindings.el.
10261 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
10263         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10265 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10267         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
10269 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
10271         * bindings.el (top): Use `mapc' instead of `mapcar'.
10273         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10275 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
10277         * progmodes/sql.el (sql-comint): Suppress the check for program on
10278         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
10279         (Bug#11908)
10281 2012-07-13  Chong Yidong  <cyd@gnu.org>
10283         * bindings.el: Assign a non-nil permanent-local property to
10284         per-buffer variables which lack a default value (Bug#11930).
10286         * help-fns.el (describe-variable): In the "automatically becomes
10287         local" notice, take note of permanent-local variables.
10289 2012-07-13  Chong Yidong  <cyd@gnu.org>
10291         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
10292         to allow printing the message when called from Lisp.
10294         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10295         Remove toggle-read-only.
10297         * bs.el (bs-toggle-readonly):
10298         * buff-menu.el (Buffer-menu-toggle-read-only):
10299         Remove with-no-warnings around toggle-read-only.
10301         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10302         Remove with-no-warnings around toggle-read-only.
10303         (ffap-read-only, ffap-read-only-other-window)
10304         (ffap-read-only-other-frame): Callers changed.
10306         * help-mode.el: Don't require view package.
10307         (help-mode-finish): Set buffer-read-only instead of calling
10308         toggle-read-only.
10310         * bindings.el (mode-line-toggle-read-only):
10311         * dired.el (dired-toggle-read-only):
10312         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10313         with non-nil second arg.
10315         * emacs-lisp/eieio-custom.el (eieio-customize-object):
10316         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10317         directly.
10319 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
10321         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10322         not incf.
10324 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10326         More CL cleanups and reduction of use of cl.el.
10327         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10328         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10329         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10330         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10331         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10332         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10333         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10334         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10335         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10336         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10337         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10338         * eshell/em-cmpl.el, eshell/em-banner.el:
10339         * calendar/parse-time.el: Use cl-lib.
10340         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10341         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10342         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10343         * term/ns-win.el, term.el, shell.el, ps-samp.el:
10344         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10345         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10346         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10347         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10348         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10349         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10350         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10351         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10352         `lambda' rather than with `quote'.
10353         (eshell-do-opt): Adjust accordingly.
10354         (eshell-process-option): Simplify.
10355         * eshell/esh-var.el:
10356         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10357         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10358         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10359         to `pcase--dontcare'.
10360         * emacs-lisp/cl.el (labels): Mark obsolete.
10361         (cl--letf, letf): Move to cl-lib.
10362         (cl--letf*, letf*): Remove.
10363         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10364         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10365         (cl-progv): Rewrite.
10366         (cl--letf, cl-letf): Move from cl.el.
10367         (cl-letf*): New macro.
10368         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10370 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
10372         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10374 2012-07-11  Chong Yidong  <cyd@gnu.org>
10376         * vc/log-edit.el (log-edit-vc-backend): New variable.
10377         (log-edit): Doc fix.
10379         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
10380         argument of log-edit to set up all local variables.
10381         (vc-start-logentry): New optional arg specifying VC backend.
10383         * vc/vc.el (vc-checkin): Use it.
10384         (vc-deduce-fileset): Handle Log Edit buffers.
10385         (vc-diff): Make first argument optional too.
10387         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10389 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
10391         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10392         command, just in case.  The function is not needed anymore.
10393         (eshell-external-command): Do not call `eshell-remote-command'.
10395 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10397         Reduce use of (require 'cl).
10398         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10399         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10400         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10401         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10402         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10403         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10404         * battery.el, avoid.el, abbrev.el: Use cl-lib.
10405         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10406         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10407         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10408         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10409         * calculator.el, autorevert.el, apropos.el: Don't require CL.
10410         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10411         (byte-compile-unfold-bcf, byte-compile-check-variable):
10412         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10413         (byte-compile-nilconstp):
10414         * emacs-lisp/autoload.el (make-autoload): Use pcase.
10415         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10417         * emacs-lisp/gv.el (cond): Make it a valid place.
10418         (if): Simplify slightly.
10420         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10421         (pcase--self-quoting-p): New function.
10422         (pcase--u1): Use it.
10424 2012-07-10  Glenn Morris  <rgm@gnu.org>
10426         * emacs-lisp/authors.el (authors-fixed-entries):
10427         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10429 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10431         Rename configure.in to configure.ac (Bug#11603).
10432         * emacs-lisp/authors.el (authors-canonical-file-name):
10433         * progmodes/autoconf.el (autoconf-mode):
10434         Prefer configure.ac to configure.in.
10436 2012-07-08  Chong Yidong  <cyd@gnu.org>
10438         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10439         Implement the mouse-1-click-follows-link handling properly.
10441         * info.el (Info-link-keymap): Use follow-link mechanism for
10442         header-line links (Bug#374).
10444         * simple.el (deactivate-mark): Do not set the primary selection
10445         if another program has acquired it (Bug#11772).
10447 2012-07-07  Kevin Ryde  <user42@zip.com.au>
10449         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10450         (woman-decode-region): Replace escaped-escapes without destroying
10451         bold or underline (Bug#11552).
10452         (woman2-process-escapes): Handle nofill regions (Bug#11591).
10454 2012-07-07  Chong Yidong  <cyd@gnu.org>
10456         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10457         (interprogram-cut-function, interprogram-paste-function):
10458         Mention that we typically mean the clipboard.
10460 2012-07-06  Glenn Morris  <rgm@gnu.org>
10462         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
10464         * files.el (toggle-read-only): Restrict message to interactive use.
10466 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
10468         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10470         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10472 2012-07-06  Glenn Morris  <rgm@gnu.org>
10474         * Makefile.in (compile-one-process): Rename from "recompile".
10476         * Makefile.in (bzr-update): "compile" is the same as "recompile
10477         autoloads", but parallelizable, so use that instead.
10479 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
10481         * window.el (quit-window): Always restore window height when
10482         it's saved in quit-restore parameter (Bug#11810).
10484 2012-07-06  Glenn Morris  <rgm@gnu.org>
10486         * simple.el (kill-whole-line): Doc tweak.
10488 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
10490         * files.el (file-relative-name): Compare file names
10491         case-insensitively if on MS-Windows or MS-DOS, or if
10492         read-file-name-completion-ignore-case is non-nil.  Don't use
10493         case-fold-search for this purpose.  (Bug#11827)
10495 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
10497         * calendar/cal-dst.el (calendar-current-time-zone):
10498         Return calendar-current-time-zone-cache if non-nil.
10500 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
10501 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
10503         * calendar/cal-dst.el (calendar-current-time-zone):
10504         Return calendar-current-time-zone-cache if non-nil.
10506 2012-07-06  Glenn Morris  <rgm@gnu.org>
10508         * Makefile.in (cvs-update): Remove old alias.
10510 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
10512         Sync with Tramp 2.2.6-pre.
10514         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10515         compatible declaration.
10517         * net/tramp-cmds.el (tramp-append-tramp-buffers):
10518         Protect `list-load-path-shadows' call.
10520         * net/tramp-compat.el (top): Require packages, which aren't
10521         autoloaded anymore for XEmacs.  Protect call of
10522         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10523         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
10524         it hurts at least for SXEmacs.
10525         (tramp-compat-temporary-file-directory): In XEmacs, there is no
10526         standard-value for `temporary-file-directory'.
10528         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10529         Redirect stderr to /dev/null.
10530         (tramp-sh-handle-write-region): uid and gid can be floats.
10531         Reported by Russell Sim <russell.sim@gmail.com>.
10532         (tramp-sh-handle-vc-registered): Hide errors.
10533         (tramp-vc-file-name-handler): Use dummy results for `process-file'
10534         and `start-file-process'.
10535         (tramp-maybe-open-connection): Check also whether `non-essential'
10536         is bound.
10538 2012-07-04  Chong Yidong  <cyd@gnu.org>
10540         * xml.el (xml--parse-buffer): Use xml-syntax-table.
10541         (xml-parse-tag): Likewise, and avoid changing entity tables.
10542         (xml-syntax-table): Define from scratch, making sure not to give
10543         x2000 and other Unicode spaces whitespace syntax, since those are
10544         not spaces in XML.
10545         (xml-parse-fragment): Delete unused function.
10546         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10547         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10548         (xml-entity-ref, xml-pe-reference-re)
10549         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10550         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10551         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10552         (xml-entity-value-re): Use syntax references in regexps where
10553         possible; no need to define inside a let-binding.
10554         (xml-parse-dtd): Use xml-pe-reference-re.
10555         (xml-entity-or-char-ref-re): New defconst.
10556         (xml-parse-string, xml-substitute-special): Use it.
10558 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10560         * files.el (locate-dominating-file): Allow `name' to be a predicate.
10561         (find-file--read-only): New function.
10562         (find-file-read-only, find-file-read-only-other-window)
10563         (find-file-read-only-other-frame): Use it.
10564         (insert-file-contents-literally): Don't `fset'.
10565         (get-free-disk-space): Use locate-dominating-file.
10567         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10568         function is already compiled.
10570         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
10572 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
10574         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10575         files on the same host.
10577 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
10579         * help-fns.el (describe-function-1): Only call
10580         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
10582 2012-07-03  Chong Yidong  <cyd@gnu.org>
10584         * xml.el: Protect parser against XML bombs.
10585         (xml-entity-expansion-limit): New variable.
10586         (xml-parse-string, xml-substitute-special): Use it.
10587         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10589 2012-07-03  Glenn Morris  <rgm@gnu.org>
10591         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10592         Allow linking to specific messages in debbugs reports (eg 123#5).
10594 2012-07-02  Chong Yidong  <cyd@gnu.org>
10596         * xml.el: Fix entity and character reference expansion, allowing
10597         them to expand into markup as per XML spec.
10598         (xml-default-ns): New variable.
10599         (xml-entity-alist): Use XML spec definitions for lt and amp.
10600         (xml-parse-region): Make first two arguments optional.
10601         Discard text properties.
10602         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10603         All callers changed.
10604         (xml-parse-tag): Call xml-parse-tag-1.  For backward
10605         compatibility, this function should not modify buffer contents.
10606         (xml-parse-tag-1): Fix opening-tag regexp.
10607         (xml-parse-string): Rewrite, handling entity and character
10608         references properly.
10609         (xml--entity-replacement-text): Signal an error if a parameter
10610         entity is undefined.
10612 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10614         * comint.el (comint-output-filter): Filter out repeated prompts.
10616         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10617         and file-name-absolute-p.
10618         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10619         internal calls.
10621 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10623         Spelling fixes.
10624         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10625         Rename from byte-compile--refiy-function.  All uses changed.
10627 2012-07-01  Chong Yidong  <cyd@gnu.org>
10629         * xml.el (xml--parse-buffer): New function.  Move most of
10630         xml-parse-region here.
10631         (xml-parse-region): Copy region into a temporary buffer, since
10632         parameter entity substitution requires changing buffer contents.
10633         Use xml--parse-buffer.
10634         (xml-parse-file): Use xml--parse-buffer.
10635         (xml-parse-dtd): Make parameter entity substitution work right.
10636         Use proper regexps for ELEMENT declarations (Bug#7172).
10638 2012-06-30  Glenn Morris  <rgm@gnu.org>
10640         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10642         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10643         Remove outdated and unnecessary dbus declarations.
10645 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
10647         * emacs-lisp/timer.el (timer-until): Subtract results of
10648         float-time, instead of taking float-time of the result of
10649         time-subtract, since float-time signals an error for negative time
10650         arguments.
10652 2012-06-30  Chong Yidong  <cyd@gnu.org>
10654         * xml.el (xml-*-re): Convert defvars into defconsts, and
10655         eval-and-compile them so eval-and-compile works on derivatives.
10656         (xml--entity-replacement-text): Use eval-and-comple.
10658 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
10660         * vc/vc-git.el (vc-git-registered): Use cache property
10661         `git-registered'.
10662         (vc-git-mode-line-string): Call `vc-working-revision' instead of
10663         `vc-git-working-revision' in order to benefit from the cache.
10664         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
10666 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10668         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10669         removed (likely outside Emacs).  (Bug#11757)
10671 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10673         * emacs-lisp/cl-lib.el: Require macroexp.
10675 2012-06-30  Chong Yidong  <cyd@gnu.org>
10677         * xml.el: Implement XML parameter entities.
10678         (xml-parameter-entity-alist): New variable.
10679         (xml-parse-region, xml-parse-fragment): Preserve previous values
10680         of xml-entity-alist and xml-parameter-entity-alist, so that
10681         repeated calls on different documents do not change them.
10682         (xml-parse-tag): Fix doctype regexp.
10683         (xml--entity-replacement-text): New function.
10684         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10685         properly requires url retrieval which is unimplemented.
10686         (xml-escape-string): Doc fix.
10688 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10690         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10692 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10694         * fringe.el (fringe-mode): Doc fix.
10696 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10698         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10699         is non-nil.
10700         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10701         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10703 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10705         * calendar/cal-dst.el (calendar-current-time-zone):
10706         Return calendar-current-time-zone-cache if non-nil.
10708 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10710         * progmodes/which-func.el (which-func-format):
10711         Add mouse-face.  (Bug#11698)
10713 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10715         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10717 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         * minibuffer.el (minibuffer-confirm-exit-commands):
10720         Add completion-at-point (bug#11725).
10722 2012-06-29  Glenn Morris  <rgm@gnu.org>
10724         * progmodes/f90.el (f90-font-lock-keywords-2):
10725         Add some preprocessor elements.  (Bug#10499)
10727 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10729         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10730         Use syntax-propertize (bug#11739).
10732 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10734         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10736 2012-06-28  Julien Danjou  <julien@danjou.info>
10738         * term.el (term-handle-colors-array): Use a set of new faces to
10739         color the terminal.  Also uses :inverse-video property.
10740         (term-default-fg-color): Set to nil by default, deprecate in favor
10741         of `term-face'.
10742         (term-default-bg-color): Set to nil by default, deprecate in favor
10743         of `term-face'.
10744         (term-current-face): Use `term-face' by default.
10745         (term-bold-attribute): Variable deleted.
10747 2012-06-28  Glenn Morris  <rgm@gnu.org>
10749         * simple.el (completion-list-mode-finish):
10750         Don't use toggle-read-only.  (Since completion-list-mode has
10751         a special mode-class, it wasn't doing anything extra anyway.)
10753 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10755         Make inlining of other-mode interpreted functions work (bug#11799).
10756         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10757         (byte-compile): Use it to fix compilation of lexical-binding closures.
10758         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10759         function, if needed.
10761 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10763         * help-mode.el (help-make-xrefs): Don't just withstand
10764         cyclic-variable-indirection but any error in documentation-property.
10766         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10767         memory use.
10768         * bindings.el (bindings--define-key): New function.
10769         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10770         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10771         * bindings.el: Use it to purecopy define-key bindings.
10773         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10775         * emacs-lisp/cl.el (flet): Mark obsolete.
10776         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10777         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10778         * progmodes/js.el (js-c-fill-paragraph):
10779         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10780         (ebrowse-switch-member-buffer-to-derived-class):
10781         * play/5x5.el (5x5-solver): Use cl-flet.
10783         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10784         (cl--symbol-function): New macro.
10785         (cl--letf, cl--letf*): Use it.
10787         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10788         Strip "toggle-" if any.
10790 2012-06-27  Glenn Morris  <rgm@gnu.org>
10792         * info.el (Info-default-directory-list): Move here from paths.el.
10793         * paths.el: Remove file, which is now empty.
10794         * loadup.el: No longer load "paths".
10796         * custom.el (custom-initialize-delay): Doc fix.
10798         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10799         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10800         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10801         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10802         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10803         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10804         * eshell/eshell.el (eshell-defgroup): Remove alias.
10806 2012-06-27  Chong Yidong  <cyd@gnu.org>
10808         * help.el (help-enable-auto-load): New variable.
10810         * help-fns.el (help-fns--autoloaded-p): New function.
10811         (describe-function-1): Refer to a function as "autoloaded" if it
10812         was autoloaded at any time in the past.  Perform autoloading if
10813         help-enable-auto-load is non-nil.
10815 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10817         * makefile.w32-in (compile, compile-always): Depend on
10818         update-subdirs, not on subdirs.el.  Otherwise, several different
10819         sub-targets of 'bootstrap' running in parallel could
10820         simultaneously write to subdirs.el, producing a garbled file.
10822 2012-06-26  Sam Steingold  <sds@gnu.org>
10824         * files.el (file-name-base): New convenience function.
10825         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10826         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10827         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10828         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10829         * textmodes/ispell.el, textmodes/reftex-ref.el:
10830         * textmodes/tex-mode.el: Use it.
10831         Did not touch cedet and org because they are maintained elsewhere.
10833 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10835         * calendar/calendar.el (calendar-exit): Don't try to delete or
10836         iconify last frame.  See:
10837         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10839 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10841         * server.el (server-process-filter): Remember dir in the
10842         process's `server-client-directory' properties.
10844 2012-06-24  Chong Yidong  <cyd@gnu.org>
10846         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10847         non-tag text.
10849 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10851         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10853 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10855         * help-fns.el (describe-variable): Don't croak when doc is not found.
10856         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10857         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10858         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10859         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10860         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10861         ((lambda ..) ..).
10862         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10864 2012-06-23  Chong Yidong  <cyd@gnu.org>
10866         * info.el (Info-mouse-follow-link): Accept symbol values of
10867         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10868         (Info-fontify-node): Use Info-link-keymap for all navigation
10869         buttons, with link-args property to perform the desired action.
10870         (Info-link-keymap): Doc fix.
10871         (Info-next-link-keymap, Info-prev-link-keymap)
10872         (Info-up-link-keymap): Delete now-unused keymaps.
10874 2012-06-23  Chong Yidong  <cyd@gnu.org>
10876         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10878         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10879         system abbrevs.
10881         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10883 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10886         (bug#11719).
10888         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10889         the requote function doesn't work properly (bug#11714).
10891 2012-06-23  Glenn Morris  <rgm@gnu.org>
10893         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10895 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10897         Further GV/CL cleanups.
10898         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10899         gv-expander.
10900         (gv--defun-declaration): New function.
10901         (defun-declarations-alist): Use it.
10902         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10903         (gv-place): Autoload.
10904         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10905         original definition of dotimes and dolist.
10906         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10907         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10908         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10909         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10910         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10911         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10912         to the function's definition.
10913         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10914         * window.el:
10915         * files.el:
10916         * faces.el:
10917         * env.el: Don't use CL.
10919 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10921         Support higher-resolution time stamps (Bug#9000).
10923         * calendar/time-date.el (with-decoded-time-value): New arg
10924         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
10925         (encode-time-value): New optional arg PICO.  New type 3.
10926         (time-to-seconds) [!float-time]: Support the new picoseconds
10927         component if it's used.
10928         (seconds-to-time, time-subtract, time-add):
10929         Support ps-resolution time stamps as well.
10931         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
10932         (timerp): Timer vectors now have length 9, not 8.
10933         (timer--time): Support new-style (4-part) time stamps.
10934         (timer-next-integral-multiple-of-time): Time stamps now have
10935         picosecond resolution, so take a bit more care about rounding.
10936         (timer-relative-time, timer-inc-time): New optional arg psecs.
10937         (timer-set-time-with-usecs): Set psecs to 0.
10938         (timer--activate): Check psecs component, too.
10940         * proced.el (proced-time-lessp): Support ps-resolution stamps.
10942 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10944         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10945         Move the non-essential binding to the post/pre-command-hook where it is
10946         more obviously correct.
10948         * subr.el (read-passwd): Don't use a history at all.
10949         * savehist.el (savehist-save): Remove password saved accidentally
10950         because of the above bug.
10952 2012-06-22  Bastien Guerry  <bzg@gnu.org>
10954         * files.el (toggle-read-only): Display a message telling whether
10955         the buffer is read-only or not (bug#11726).
10957 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10959         * emacs-lisp/gv.el: New file.
10960         * subr.el (push, pop): Extend to generalized variables.
10961         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10962         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10963         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
10964         gv-define-simple-setter, and gv-define-expander.
10965         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
10966         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10967         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10968         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10969         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10970         gv-letplace.
10971         (cl-defstruct): Don't define setf-method any more.
10972         * emacs-lisp/cl.el (flet): Don't autoload.
10973         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10974         (define-setf-expander, defsetf, define-modify-macro)
10975         (cl-struct-setf-expander): Move from cl-lib.el.
10976         * emacs-lisp/syntax.el:
10977         * emacs-lisp/ewoc.el:
10978         * emacs-lisp/smie.el:
10979         * emacs-lisp/cconv.el:
10980         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10981         (timer--time): Use gv-define-simple-setter.
10982         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10983         to avoid coding-system problems in subr.el.  Adjust all users.
10984         (macroexp--maxsize, macroexp-small-p): New functions.
10985         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10986         * scroll-bar.el (scroll-bar-mode):
10987         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10988         (normal-erase-is-backspace-mode): Don't use the `eq' place.
10989         * winner.el (winner-configuration, winner-make-point-alist)
10990         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10991         * files.el (locate-file-completion-table): Avoid list*.
10993 2012-06-22  Chong Yidong  <cyd@gnu.org>
10995         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10996         (dired-create-files): Doc fix (Bug#11329).
10997         (dired-do-copy): Doc fix (Bug#11334).
10998         (dired-mark-read-string): Doc fix (Bug#11553).
11000         * dired.el (dired-recursive-copies, dired-recursive-deletes):
11001         Doc fix (Bug#11326).
11002         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
11003         (dired-dwim-target): Doc fix.
11005         * wdired.el (wdired-mode): Doc fix.
11007 2012-06-22  Glenn Morris  <rgm@gnu.org>
11009         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11010         (pcmpl-rpm-cache-stamp-file): New constant.
11011         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11012         (pcmpl-rpm-packages): Optionally cache list of packages.
11014         * pcmpl-rpm.el (pcmpl-rpm): New group.
11015         (pcmpl-rpm-query-options): New option.
11016         (pcmpl-rpm-packages): No need to inline it.
11017         Use pcmpl-rpm-query-options.
11019         * calendar/calendar.el (calendar-in-read-only-buffer):
11020         Avoid some needless mode changes.
11022 2012-06-21  Chong Yidong  <cyd@gnu.org>
11024         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11025         (desktop-path): Remove . from the default value (Bug#10977).
11026         (desktop-read): Use user-emacs-directory if desktop-path is nil.
11028 2012-06-20  Chong Yidong  <cyd@gnu.org>
11030         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11032 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
11034         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11035         (bug#11201).
11037 2012-06-20  Chong Yidong  <cyd@gnu.org>
11039         * term.el (term-window-width): Handle the case of a missing right
11040         fringe (Bug#8837).
11041         (term-check-size): Use window-text-height (Bug#5445).
11042         (term-mode): Use define-derived-mode.  Minor cleanups.
11043         Set font-lock-defaults (Bug#7692).
11044         (term-move-columns, term-insert-char, term-emulate-terminal)
11045         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11047 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
11049         * net/ange-ftp.el (ange-ftp-get-passwd):
11050         Bind `enable-recursive-minibuffers'.
11051         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11053 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
11055         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11057 2012-06-19  Glenn Morris  <rgm@gnu.org>
11059         * progmodes/python.el (python-mode): Derive from prog-mode.
11061 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
11063         * emulation/edt.el (edt-default-menu-bar-update-buffers)
11064         (edt-user-menu-bar-update-buffers): New functions.
11065         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11067 2012-06-19  Chong Yidong  <cyd@gnu.org>
11069         * subr.el (with-selected-window): Preserve the selected window's
11070         terminal's top-frame (Bug#4702).
11072         * window.el (save-selected-window): Likewise.
11074 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11076         * progmodes/python.el (python-rx-constituents): Move backquote.
11077         (python-skeleton-define, python-define-auxiliary-skeleton):
11078         Use `declare'.
11080 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
11082         * minibuffer.el (read-file-name-default): Revert the patch from
11083         2012-06-17.
11085 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11087         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11088         (pcase--u1, pcase--q1): Don't use apply-partially.
11090 2012-06-18  Glenn Morris  <rgm@gnu.org>
11092         * progmodes/python.el (python-proc, python-buffer)
11093         (python-send-receive, python-send-string): Fix obsolete versions.
11095 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
11097         * window.el (special-display-p): Completely remove stringp
11098         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11100 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
11102         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11104         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11106         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11107         * net/tramp-sh.el (tramp-maybe-open-connection):
11108         Throw if `non-essential' is non-nil.
11110 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
11112         * window.el (special-display-p): Signal an error if BUFFER-NAME
11113         is not a string (Bug#11713).
11115 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
11117         * progmodes/python.el (python-info-beginning-of-backslash):
11118         Rename from python-info-beginning-of-backlash, as a spelling fix.
11120 2012-06-17  Chong Yidong  <cyd@gnu.org>
11122         * term.el (term-emulate-terminal): If term-check-size is called,
11123         move point to the process mark without resetting point (Bug#4635).
11125 2012-06-17  Glenn Morris  <rgm@gnu.org>
11127         * international/mule-cmds.el (mule-menu-keymap)
11128         (set-language-environment, set-locale-environment): Doc tweaks.
11130 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
11132         * cus-face.el (custom-face-attributes): Add wave-style underline
11133         attribute.
11134         * faces.el (set-face-attribute): Update docstring to describe
11135         wave-style underline attribute.
11137 2012-06-16  Chong Yidong  <cyd@gnu.org>
11139         * term/xterm.el (terminal-init-xterm): Discard input before
11140         querying background mode (Bug#10959).
11142 2012-06-16  Stefan Merten  <smerten@oekonux.de>
11144         * textmodes/rst.el: Added and corrected some comments.
11145         (rst-re-alist-def): Improve symbol syntax.
11146         (rst-mode-syntax-table): Correct syntax entries.
11147         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11148         (rst-official-version, rst-official-cvs-rev): Update version
11149         information.
11151 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
11153         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11154         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11156 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11158         * progmodes/python.el: New python.el merge.
11159         (python-guess-indent): Obsolete var.
11160         (python-indent-guess-indent-offset): New defcustom.
11161         (python-indent): Obsolete var.
11162         (python-indent-offset): New defcustom.
11163         (python-python-command, python-jython-command): Delete var.
11164         (python-shell-interpreter): New defcustom.
11165         (python-pdbtrack-do-tracking-p): Delete var.
11166         (python-pdbtrack-activate): New defcustom.
11167         (python-use-skeletons): Obsolete var.
11168         (python-skeleton-autoinsert): New defcustom.
11169         (inferior-python-filter-regexp, python-continuation-offset)
11170         (python-honour-comment-indentation, python-indent-string-contents)
11171         (python-jython-packages, python-mode-hook)
11172         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11173         (python-shell-prompt-alist)
11174         (python-source-modes): Delete defcustoms.
11175         (python-check-buffer-name, python-eldoc-setup-code)
11176         (python-eldoc-string-code, python-ffap-setup-code)
11177         (python-ffap-string-code, python-fill-comment-function)
11178         (python-fill-decorator-function, python-fill-paren-function)
11179         (python-fill-string-function, python-imenu-include-defun-type)
11180         (python-imenu-make-tree, python-imenu-subtree-root-label)
11181         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11182         (python-shell-compilation-regexp-alist)
11183         (python-shell-completion-module-string-code)
11184         (python-shell-completion-pdb-string-code)
11185         (python-shell-completion-setup-code)
11186         (python-shell-completion-string-code)
11187         (python-shell-enable-font-lock, python-shell-exec-path)
11188         (python-shell-extra-pythonpaths)
11189         (python-shell-internal-buffer-name, python-shell-interpreter-args)
11190         (python-shell-process-environment)
11191         (python-shell-prompt-block-regexp)
11192         (python-shell-prompt-output-regexp)
11193         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11194         (python-shell-send-setup-max-wait, python-shell-setup-codes)
11195         (python-shell-virtualenv-path): New defcustoms.
11196         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11197         (inferior-python-mode-syntax-table, python--prompt-regexp)
11198         (python-buffer, python-command python-python-command)
11199         (python-default-template, python-imports, python-indent-index)
11200         (python-indent-list, python-indent-list-length)
11201         (python-mode-running, python-pdbtrack-is-tracking-p)
11202         (python-preoutput-continuation, python-preoutput-leftover)
11203         (python-preoutput-result, python-preoutput-skip-next-prompt)
11204         (python-prev-dir/file, python-recursing)
11205         (python-saved-check-command, python-version-checked)
11206         (python-which-func-length-limit)
11207         (view-return-to-alist): Delete vars.
11208         (python-check-custom-command, python-dotty-syntax-table)
11209         (python-imenu-index-alist, python-indent-current-level)
11210         (python-indent-dedenters, python-indent-levels)
11211         (python-nav-beginning-of-defun-regexp)
11212         (python-nav-list-defun-positions-cache)
11213         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11214         (python-shell-internal-buffer)
11215         (python-skeleton-available): New vars.
11216         (def-python-skeleton): Delete macro.
11217         (python-skeleton-define): New macro.
11218         (python-define-auxiliary-skeleton, python-rx): New macros.
11219         (python-insert-class): Delete command.
11220         (python-skeleton-class): New command.
11221         (python-insert-def): Delete command.
11222         (python-skeleton-def): New command.
11223         (python-insert-for): Delete command.
11224         (python-skeleton-for): New command.
11225         (python-insert-if): Delete command.
11226         (python-skeleton-if): New command.
11227         (python-insert-try/except, python-insert-try/finally): Delete commands.
11228         (python-skeleton-try): New command.
11229         (python-insert-while): Delete command.
11230         (python-skeleton-while): New command.
11231         (python-backspace): Delete command.
11232         (python-indent-dedent-line-backspace): New command.
11233         (python-electric-colon): Delete command.
11234         (python-indent-electric-colon): New command.
11235         (python-guess-indent): Delete command.
11236         (python-indent-guess-indent-offset): New command.
11237         (python-shift-left): Delete command.
11238         (python-indent-shift-left): New command.
11239         (python-shift-right): Delete command.
11240         (python-indent-shift-right): New command.
11241         (python-find-function): Delete command.
11242         (python-nav-jump-to-defun): New command.
11243         (python-next-statement): Delete command.
11244         (python-nav-forward-sentence): New command.
11245         (python-previous-statement): Delete command.
11246         (python-nav-backward-sentence): New command.
11247         (python-fill-paragraph): Delete command.
11248         (python-fill-paragraph-function): New command.
11249         (python-send-buffer): Delete command.
11250         (python-shell-send-buffer): New command.
11251         (python-send-defun): Delete command.
11252         (python-shell-send-defun): New command.
11253         (python-send-region, python-send-region-and-go): Delete commands.
11254         (python-shell-send-region)
11255         (python-shell-switch-to-shell): New commands.
11256         (python-send-string): Delete command.
11257         (python-shell-send-string): New command.
11258         (python-switch-to-python): Delete command.
11259         (python-shell-switch-to-shell): New command.
11260         (python-describe-symbol): Delete command.
11261         (python-eldoc-at-point): New command.
11262         (python--set-prompt-regexp, python-args-to-list)
11263         (python-after-info-look, python-check-version)
11264         (python-check-comint-prompt, python-find-imports)
11265         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11266         (python-unload-function, python-expand-template)
11267         (python-maybe-jython, python-preoutput-filter)
11268         (python-pdbtrack-get-source-buffer)
11269         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11270         (python-pdbtrack-toggle-stack-tracking)
11271         (python-pdbtrack-track-stack-file, python-initial-text)
11272         (python-first-word, python-comment-line-p, python-send-command)
11273         (python-setup-brm, python-sentinel, python-set-proc)
11274         (python-skip-out, python-input-filter, python-outdent-p)
11275         (python-outline-level, python-backslash-continuation-line-p)
11276         (python-end-of-block, python-end-of-statement, python-mark-block)
11277         (python-beginning-of-block, python-beginning-of-statement)
11278         (python-blank-line-p, python-beginning-of-string)
11279         (python-open-block-statement-p): Delete functions.
11280         (python-indent-line, python-indent-line-1): Delete functions.
11281         (python-indent-line): New function.
11282         (python-indentation-levels): Delete function.
11283         (python-indent-calculate-levels): New function.
11284         (python-proc): Delete function.
11285         (python-shell-get-process): New function.
11286         (python-send-receive): Delete function.
11287         (python-shell-send-string-no-output): New function.
11288         (python-module-path): Delete function.
11289         (python-ffap-module-path): New function.
11290         (python-completion-at-point)
11291         (python-symbol-completions): Delete functions.
11292         (python-completion-complete-at-point): New function.
11293         (python-load-file): Delete function.
11294         (python-shell-send-file): New function.
11295         (python-calculate-indentation): Delete function.
11296         (python-indent-calculate-indentation): New function.
11297         (python-skip-comments/blanks): Delete function.
11298         (python-util-forward-comment): New function.
11299         (python-continuation-line-p): Delete function.
11300         (python-info-continuation-line-p): New function.
11301         (python-which-func, python-current-defun): Delete function.
11302         (python-info-current-defun): New function.
11303         (python-beginning-of-defun): Delete function.
11304         (python-nav-beginning-of-defun): New function.
11305         (python-close-block-statement-p)
11306         (python-block-end-p): Delete function.
11307         (python-info-closing-block): New function.
11308         (python-comint-output-filter-function)
11309         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11310         (python-fill-comment, python-fill-decorator, python-fill-paren)
11311         (python-fill-string, python-imenu-make-element-tree)
11312         (python-imenu-make-tree, python-imenu-tree-assoc)
11313         (python-indent-context, python-indent-dedent-line)
11314         (python-indent-line-function)
11315         (python-indent-post-self-insert-function)
11316         (python-indent-toggle-levels)
11317         (python-info-assignment-continuation-line-p)
11318         (python-info-beginning-of-backlash)
11319         (python-info-block-continuation-line-p)
11320         (python-info-closing-block-message)
11321         (python-info-line-ends-backslash-p)
11322         (python-info-looking-at-beginning-of-defun)
11323         (python-info-ppss-context, python-info-ppss-context-type)
11324         (python-nav-list-defun-positions, python-nav-read-defun)
11325         (python-nav-sentence-end, python-nav-sentence-start)
11326         (python-pdbtrack-comint-output-filter-function)
11327         (python-pdbtrack-set-tracked-buffer)
11328         (python-shell-calculate-exec-path)
11329         (python-shell-calculate-process-environment)
11330         (python-shell-completion--do-completion-at-point)
11331         (python-shell-completion--get-completions)
11332         (python-shell-completion-complete-at-point)
11333         (python-shell-completion-complete-or-indent)
11334         (python-shell-get-or-create-process)
11335         (python-shell-get-process-name)
11336         (python-shell-internal-get-or-create-process)
11337         (python-shell-internal-get-process-name)
11338         (python-shell-internal-send-string, python-shell-make-comint)
11339         (python-shell-parse-command, python-shell-send-setup-code)
11340         (python-skeleton-add-menu-items)
11341         (python-util-clone-local-variables, python-util-position)
11342         (run-python-internal, python-indentation-levels)
11343         (python-nav-beginning-of-defun)
11344         (python-completion-complete-at-point): New functions.
11345         (run-python): Change arguments.  New API requirements.
11347 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11349         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11350         (bug#11649).
11352         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11353         (macroexp--expand-all): Use it.
11355         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11356         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11357         Use `cl-function' instead.
11359 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
11361         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11362         Suggested by Stefan Monnier while discussing bug#11657.
11364 2012-06-14  Sam Steingold  <sds@gnu.org>
11366         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11368 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11370         * play/doctor.el (doctor-doc): Remove parameter and use
11371         doctor-sent instead of sent.
11372         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
11374 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11376         * files.el: Require cl-lib.
11377         (file-name-non-special): Replace case -> cl-case.
11379         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11381         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11382         mapping from #' to function*.
11384 2012-06-13  Chong Yidong  <cyd@gnu.org>
11386         * mouse.el (mouse-drag-track): Do not set the mark if the user
11387         releases the mouse without selecting anything (Bug#11588).
11389 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11391         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11392         as well (bug#11646).
11394         * loadup.el: Count byte-code functions as well.
11396         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11397         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11399         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11400         (bug#11649).  Add cl-defun and cl-defmacro.
11402 2012-06-13  Drew Adams  <drew.adams@oracle.com>
11404         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11405         Fix last change.
11407 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
11409         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11410         Otherwise, it blocks in batch mode.
11412 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
11414         * help-mode.el (bookmark-make-record-default): Declare.
11416 2012-06-13  Chong Yidong  <cyd@gnu.org>
11418         * emacs-lisp/package.el (list-packages): Compute a list of
11419         packages that are newly-available since the last list-packages
11420         invocation.
11421         (package-menu--new-package-list): New var.
11422         (package-menu--generate, package-menu--print-info)
11423         (package-menu--status-predicate, package-menu-mark-install):
11424         Handle new status label "new".
11426 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11428         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11429         conversion to backquotes.
11431 2012-06-12  Chong Yidong  <cyd@gnu.org>
11433         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11434         Rename from gud-inhibit-global-bindings.
11436         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11438         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11439         hook from nxml-glyph-set-hook.
11441         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11442         declaration.
11444         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11446         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11447         Convert to defcustom.
11449 2012-06-12  Drew Adams  <drew.adams@oracle.com>
11451         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11452         New functions.
11453         (help-mode): Use them.
11455 2012-06-11  Glenn Morris  <rgm@gnu.org>
11457         * progmodes/fortran.el (fortran-font-lock-keywords-3):
11458         Use preprocessor face for directives.
11459         (fortran-directive-re): Doc fix.
11461 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11463         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11464         conversion to backquotes (bug#11652).
11466         Fix compiler-expansion of CL's cXXr functions (bug#11673).
11467         * emacs-lisp/cl-lib.el (cl--defalias): New function.
11468         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11469         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11470         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11471         (cl-ninth, cl-tenth): Mark them as inlinable.
11472         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11473         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11474         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11475         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11476         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11477         (cl-list*, cl-adjoin): Don't put an autoload manually.
11478         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11479         (cl--compiler-macro-list*): Add autoload cookie.
11480         (cl--compiler-macro-cXXr): New function.
11482         * help-fns.el (help-fns--compiler-macro): New function extracted from
11483         describe-function-1; follow aliases and use `compiler-macro' property.
11484         (describe-function-1): Use it.
11486 2012-06-11  Chong Yidong  <cyd@gnu.org>
11488         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11489         is uninstalled, if imagemagick is installed.
11491 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * emacs-lisp/cl-lib.el: Use lexical-binding.
11494         (cl-map-extents, cl-maclisp-member): Remove.
11495         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11496         (cl--set-substring, cl--block-wrapper, cl--block-throw)
11497         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11498         * emacs-lisp/cl-extra.el: Use lexical-binding.
11499         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11500         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11501         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11502         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11503         * emacs-lisp/cl-seq.el: Use lexical-binding.
11504         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11505         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11506         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11507         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11508         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11509         CL's internals.
11511 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
11513         Sync with Tramp 2.2.6-pre.
11515         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11516         `print-length' and `print-level' to nil, in order to avoid
11517         truncation.  Reported by Christopher Schmidt
11518         <christopher@ristopher.com>.
11520         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11522         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11523         New defmacro.
11524         (tramp-compat-copy-directory): Add optional argument
11525         COPY-CONTENTS.  It is not handled yet.
11527         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11528         (tramp-ftp-file-name-p): Simplify.
11530         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11531         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11532         connection vector.
11534         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11535         (tramp-methods): Do not use `tramp-password-end-of-line'.
11536         (tramp-completion-function-alist-putty): Handle UNIX case.
11537         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11538         (tramp-do-file-attributes-with-stat)
11539         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11540         gid as real numbers.  They could run out of integer range on cygwin.
11541         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11542         (tramp-sh-handle-expand-file-name): Handle hops.
11543         (tramp-open-connection-setup-interactive-shell):
11544         Use `tramp-cleanup'.  Move check for busyboxes ...
11545         (tramp-find-shell): ... here.  Simplify implementation.
11546         Set "remote-shell" property also for alternative shells.
11547         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11548         If failing, a regular file would be written otherwise.
11549         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11550         (tramp-find-inline-encoding): Cache the coding commands in the
11551         process cache.  Apply test command on the remote side, if defined.
11552         (tramp-find-inline-compress): Cache the compress commands in the
11553         process cache.
11554         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11555         when requested.  Handle hops.
11556         (tramp-current-connection): New defvar.
11557         (tramp-maybe-open-connection): Use `tramp-cleanup'.
11558         Throw `suppress', if there was a failed connection shortly before.
11559         Handle user interrupt.  (Bug#10187)
11560         (tramp-get-inline-compress, tramp-get-inline-coding):
11561         Read connection properties from the process cache.
11563         * net/tramp-smb.el (tramp-smb-server-version)
11564         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11565         New defconsts.
11566         (tramp-smb-prompt): Extend for powershell prompt.
11567         (tramp-smb-file-name-handler-alist): Add handlers for
11568         `process-file', `shell-command' and `start-file-process'.
11569         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11570         (tramp-smb-winexe-shell-command-switch): New defcustoms.
11571         (tramp-smb-file-name-p): Simplify.
11572         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11573         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11574         (tramp-smb-shell-quote-argument): New defuns.
11575         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11576         Implement using "tar".  By this, time-stamps are preserved.
11577         (tramp-smb-handle-copy-file): Handle also the case of directories.
11578         (tramp-smb-do-file-attributes-with-stat)
11579         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11580         Use `tramp-get-connection-buffer').
11581         (tramp-smb-handle-rename-file): Use "rename", when source and
11582         target are on the same share.
11583         (tramp-smb-maybe-open-connection): Handle wrong passwords.
11584         Use `tramp-smb-server-version'.
11585         (tramp-smb-wait-for-output): Remove prompt.
11587         * net/tramp.el (top): Require 'cl.
11588         (tramp-methods, tramp-rsh-end-of-line):
11589         Remove `tramp-password-end-of-line' from docstring.
11590         (tramp-save-ad-hoc-proxies): New defcustom.
11591         (tramp-completion-function-alist): Adapt docstring.
11592         (tramp-default-password-end-of-line): Remove defcustom.
11593         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
11594         (tramp-user-regexp, tramp-file-name-regexp-unified)
11595         (tramp-file-name-regexp-url): Extend regexp by hop separator.
11596         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11597         (tramp-remote-file-name-spec-regexp): New defconst.
11598         (tramp-file-name-structure): Extend structure for hops.
11599         (tramp-get-method-parameter): Move up.
11600         (tramp-file-name-p, tramp-dissect-file-name)
11601         (with-parsed-tramp-file-name): Handle hops.
11602         (tramp-file-name-hop): New defun.
11603         (tramp-make-tramp-file-name): New optional arg HOP.
11604         (tramp-message-show-progress-reporter-message): New defvar.
11605         (tramp-with-progress-reporter): Use it.  We cannot use
11606         `tramp-message-show-message' here, because this suppresses also
11607         error buffers.
11608         (tramp-error-with-buffer): Suppress buffer view, if
11609         `tramp-message-show-message' is nil.
11610         Use `tramp-get-connection-buffer'.
11611         (tramp-cleanup): New defun.
11612         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11613         (tramp-file-name-handler): If `debug-on-error' is set, propagate
11614         an error unchanged.
11615         (tramp-completion-handle-file-name-all-completions): Handle hops.
11616         Fix an error when called from ido.
11617         (tramp-completion-dissect-file-name): Use better local variable
11618         name.  Add hop to the vector.
11619         (tramp-handle-insert-file-contents): Use progress-reporter for the
11620         whole scenario.
11621         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11622         to `t'.
11623         (tramp-check-for-regexp): Simplify search.
11624         (tramp-enter-password): Remove it.  Move implementation ...
11625         (tramp-action-password): ... here.
11626         (tramp-mode-string-to-int, tramp-local-host-p)
11627         (tramp-make-tramp-temp-file, tramp-read-passwd)
11628         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11629         Set tramp-autoload cookie.
11631         * net/trampver.el: Update release number.
11633 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11634             Michael Albinus  <michael.albinus@gmx.de>
11636         * net/tramp.el (tramp-set-completion-function): Fix docstring.
11637         (tramp-parse-group, tramp-parse-file)
11638         (tramp-parse-shostkeys-sknownhosts): New defuns.
11639         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11640         (tramp-parse-shosts-group, tramp-parse-sconfig)
11641         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11642         (tramp-parse-sknownhosts, tramp-parse-hosts)
11643         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11644         Use them.
11645         (tramp-parse-passwd-group, tramp-parse-netrc-group)
11646         (tramp-parse-putty-group): Don't narrow.
11647         (tramp-parse-putty): Make a loop.
11648         (tramp-file-name-handler): Catch the `suppress' signal.
11650 2012-06-11  Chong Yidong  <cyd@gnu.org>
11652         * image.el (imagemagick-register-types): Put the ImageMagick entry
11653         at the end of image-type-file-name-regexps.
11655 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
11657         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11658         (pcase, pcase-let*, pcase-dolist): Use them.
11660 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11662         * emacs-lisp/pcase.el (pcase--let*): New function.
11663         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
11664         (pcase--expand): Use macroexp-let².
11666 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11668         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11669         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11670         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11671         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11672         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11673         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11675 2012-06-10  Glenn Morris  <rgm@gnu.org>
11677         * mail/rmail.el (rmail-yank-current-message): Leave point at
11678         correct position.  (Bug#11660)
11680 2012-06-10  Chong Yidong  <cyd@gnu.org>
11682         * allout-widgets.el: Fix code header.
11684 2012-06-10  Chong Yidong  <cyd@gnu.org>
11686         * cus-edit.el (customize-changed-options-previous-release):
11687         Bump to 24.1.
11689 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11691         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11693 2012-06-09  Chong Yidong  <cyd@gnu.org>
11695         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11697 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11699         * window.el (special-display-popup-frame): Don't use
11700         window--display-buffer (Bug#11651).
11702 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11704         Fix parallel builds: make sure loaddefs.el is not being written
11705         while Lisp files are compiled.
11706         (compile): Don't depend on 'mh-autoloads'.
11707         (compile-CMD, compile-SH): Depend on 'autoloads'.
11708         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11710         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11712 2012-06-09  Chong Yidong  <cyd@gnu.org>
11714         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11715         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11716         Doc fixes (Bug#11225).
11718 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11720         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11721         a function if there's a clear indication that it has a compiler-macro.
11722         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11723         (macro-declarations-alist): Add arglist to declaration functions.
11724         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11725         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11726         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11727         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11728         Also add autoload to find the compiler macro.
11729         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11730         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11731         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11732         (cl--compiler-macro-get): New functions, replacing calls to
11733         cl-define-compiler-macro.
11734         (cl-typep) [compiler-macro]: Use macroexp-let².
11736 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11738         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11739         string properly, fixes Bug#11473.
11741 2012-06-08  Chong Yidong  <cyd@gnu.org>
11743         * faces.el (set-face-attribute): Doc fix.
11744         (modify-face): Don't use :bold and :italic.
11745         (error, warning, success): Tweak definitions.
11747         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11748         (custom-modified, custom-set, custom-changed, custom-themed)
11749         (custom-saved, custom-button, custom-button-mouse)
11750         (custom-button-pressed, custom-state, custom-comment-tag)
11751         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11752         (custom-group-subtitle): Use new-style face specs.
11753         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11754         (custom-set-face, custom-changed-face, custom-saved-face)
11755         (custom-button-face, custom-button-pressed-face)
11756         (custom-documentation-face, custom-state-face)
11757         (custom-comment-face, custom-comment-tag-face)
11758         (custom-variable-tag-face, custom-variable-button-face)
11759         (custom-face-tag-face, custom-group-tag-face-1)
11760         (custom-group-tag-face): Remove obsolete face alias.
11762         * epa.el (epa-validity-high, epa-validity-medium)
11763         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11764         (epa-field-name, epa-field-body):
11765         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11766         (font-lock-keyword-face, font-lock-builtin-face)
11767         (font-lock-function-name-face, font-lock-variable-name-face)
11768         (font-lock-type-face, font-lock-constant-face):
11769         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11770         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11771         * speedbar.el (speedbar-button-face, speedbar-file-face)
11772         (speedbar-directory-face, speedbar-tag-face)
11773         (speedbar-selected-face, speedbar-highlight-face)
11774         (speedbar-separator-face):
11775         * whitespace.el (whitespace-newline, whitespace-space)
11776         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11777         (whitespace-line, whitespace-space-before-tab)
11778         (whitespace-space-after-tab, whitespace-indentation)
11779         (whitespace-empty):
11780         * emulation/cua-base.el (cua-global-mark):
11781         * eshell/em-prompt.el (eshell-prompt):
11782         * net/newst-plainview.el (newsticker-new-item-face)
11783         (newsticker-old-item-face, newsticker-immortal-item-face)
11784         (newsticker-obsolete-item-face, newsticker-date-face)
11785         (newsticker-statistics-face, newsticker-default-face):
11786         * net/newst-reader.el (newsticker-feed-face)
11787         (newsticker-extra-face, newsticker-enclosure-face):
11788         * net/newst-treeview.el (newsticker-treeview-face)
11789         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11790         (newsticker-treeview-immortal-face)
11791         (newsticker-treeview-obsolete-face)
11792         (newsticker-treeview-selection-face):
11793         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11794         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11795         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11796         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11797         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11798         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11799         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11800         (mpuz-text):
11801         * progmodes/vera-mode.el (vera-font-lock-number)
11802         (vera-font-lock-function, vera-font-lock-interface):
11803         * textmodes/table.el (table-cell): Use new-style face specs, and
11804         don't use the old :bold and :italic attributes.
11806         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11807         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11808         (ebrowse-member-class, ebrowse-progress): Likewise.
11809         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11810         (ebrowse-file-name-face, ebrowse-default-face)
11811         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11812         (ebrowse-progress-face): Remove obsolete faces.
11814         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11815         Inherit from error and warning faces respectively.
11817         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11818         Likewise.
11819         (flyspell-incorrect-face, flyspell-duplicate-face):
11820         Remove obsolete aliases.
11822 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11824         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11825         Avoid infloop.
11827 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11829         * startup.el (argv, argi): Make lexically scoped.
11830         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11831         * emacs-lisp/cl-macs.el: Use lexical-binding.
11832         Rename cl-bind-* to cl--bind-*.
11833         * files.el: Don't require `cl' since it doesn't use it.
11834         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11836 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11838         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11839         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11840         instead of calling external sort utility.
11841         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11843 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11845         * descr-text.el (describe-char): Mention how to insert the
11846         character, if the current input method doesn't support it.
11847         See the discussion in this thread for the details:
11848         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11850 2012-06-08  Sam Steingold  <sds@gnu.org>
11852         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11853         XF86Back to previous-buffer.
11854         (minibuffer-local-map): Bind them to next-history-element and
11855         previous-history-element respectively.
11856         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11857         help-go-back respectively.
11858         * info.el (Info-mode-map): Bind them to Info-history-forward and
11859         Info-history-back respectively.
11860         These are the keys next to Up on the ThinkPad keyboard.
11862 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11865         * emacs-lisp/cl-macs.el: Provide itself.
11866         (cl--labels-convert-cache): New var.
11867         (cl--labels-convert): New function.
11868         (cl-flet, cl-labels): New implementation with new semantics, relying on
11869         lexical-binding.
11870         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11871         (cl-closure-vars, cl--function-convert-cache)
11872         (cl--function-convert): Move from cl-macs.el.
11873         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11874         rename by removing the "cl-" prefix.
11875         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11877 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11879         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11880         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11881         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11882         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11883         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11884         (cl-hash-table-count): Add old compatibility aliases.
11886         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11887         Use macroexpand-all-environment instead.
11888         (cl--old-macroexpand): New var.
11889         (cl--sm-macroexpand): New function.
11890         (cl-symbol-macrolet): Use it during macro expansion.
11891         (cl--function-convert-cache): New var.
11892         (cl--function-convert): New function, extracted from
11893         cl-macroexpand-all.
11894         (cl-lexical-let): Use it.
11896         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11897         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11898         (cl-member): Remove old alias.
11900         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11901         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11902         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11903         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11904         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11905         (cl-macroexpand-cmacs): Remove var.
11906         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11907         Use macroexpand-all instead.
11909 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11911         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11912         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11913         (macroexp-copyable-p): New functions and macros.
11914         * emacs-lisp/edebug.el (edebug-unwrap):
11915         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11916         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11917         (pcase--let*): Remove.
11918         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11919         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
11920         macroexp-const-p instead.
11921         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11923         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11924         instead of "cl-" for internal definitions.  Use macroexp-const-p.
11925         (cl-old-bc-file-form): Remove var.
11926         (cl-const-exprs-p): Remove fun.
11927         (cl-labels, cl-macrolet): Use backquote.
11928         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
11929         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11930         (cl-define-setf-expander): Rename from cl-define-setf-method.
11931         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11933         * international/mule-cmds.el: Don't require CL.
11934         (view-hello-file): Don't use `letf'.
11936 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11938         * tmm.el (tmm-prompt): Use string-prefix-p.
11939         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11940         (tmm-add-prompt): Use minibuffer-completion-help.
11941         (tmm-delete-map): Remove.
11943         * subr.el (kbd): Make it its own function.
11945 2012-06-07  Stefan Merten  <smerten@oekonux.de>
11947         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11948         Silence compiler warnings.  Fix versions.
11949         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11950         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11951         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11952         (rst-package-emacs-version-alist): Correct Emacs version to
11953         represent major merge with upstream.
11954         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11956 2012-06-06  Glenn Morris  <rgm@gnu.org>
11958         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11959         Only print environment variables if set.
11961 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11964         (macroexp--cons): Rename from maybe-cons.
11965         (macroexp--accumulate): Rename from macroexp-accumulate.
11966         (macroexp--all-forms): Rename from macroexpand-all-forms.
11967         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11968         (macroexp--expand-all): Rename from macroexpand-all-1.
11970 2012-06-06  Sam Steingold  <sds@gnu.org>
11972         * calendar/calendar.el (calendar-in-read-only-buffer):
11973         Call `special-mode' to enable the standard read-only keybindings.
11975 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11977         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11978         with "loading" messages (bug#11635).
11980 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
11982         * files.el (enable-remote-dir-locals): New option.
11983         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
11985         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11986         Ensure, that the temp directory is local.
11988         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11989         `temporary-file-directory'.
11991         * progmodes/python.el (python-send-region): Ensure, that the
11992         temporary file is created also in the remote case.
11994 2012-06-06  Glenn Morris  <rgm@gnu.org>
11996         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11997         (vc-rcs-update-changelog): Use it.
11999         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12001         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12002         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12003         (vc-sccs-diff): Replace use of the external vcdiff script.
12005 2012-06-05  Glenn Morris  <rgm@gnu.org>
12007         * ledit.el: Move to obsolete/.
12009 2012-06-05  Sam Steingold  <sds@gnu.org>
12011         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12012         patch (Bug#11140).
12014 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12016         * emacs-lisp/cust-print.el: Move to obsolete.
12018         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12019         compiler-macro expansion.
12021         Add native compiler-macro support.
12022         * emacs-lisp/macroexp.el (macroexpand-all-1):
12023         Support compiler-macros directly.  Properly follow aliases and apply
12024         the compiler macros more thoroughly.
12025         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12026         macroexpand now properly follows aliases.
12027         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12028         (cl-compiler-macroexpand): Use new prop.
12029         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12031         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12033 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
12035         * window.el (get-lru-window, get-mru-window, get-largest-window):
12036         New argument NOT-SELECTED to avoid picking the selected window.
12037         (window--display-buffer-1, window--display-buffer-2): Replace by
12038         new function window--display-buffer
12039         (display-buffer-same-window, display-buffer-reuse-window)
12040         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12041         Use window--display-buffer.
12042         (display-buffer-use-some-window): Remove temporary dedication
12043         hack by calling get-lru-window and get-largest-window with
12044         NOT-SELECTED argument non-nil.  Call window--display-buffer.
12046 2012-06-05  Glenn Morris  <rgm@gnu.org>
12048         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12049         Replace external vcdiff script.
12051 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12053         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12055 2012-06-04  Chong Yidong  <cyd@gnu.org>
12057         * image.el (imagemagick-types-inhibit): Revert last change.
12058         Add INFO and M.
12059         (imagemagick-enabled-types): Remove CIN and EPS*.
12061 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12063         * emacs-lisp/cl-lib.el: Rename from cl.el.
12064         * emacs-lisp/cl.el: New compatibility file.
12065         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12066         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12067         to obey the "cl-" prefix.
12068         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12070 2012-06-03  Glenn Morris  <rgm@gnu.org>
12072         * emacs-lisp/authors.el (authors-aliases): Addition.
12074         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12075         Fix :version.
12077 2012-06-03  Stefan Merten  <smerten@oekonux.de>
12079         * textmodes/rst.el: Add comments.
12080         (rst-transition, rst-adornment): New faces.
12081         (rst-adornment-faces-alist): Make default safe to reevaluate.
12082         Fixes
12083         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12084         Improve customization tags.
12085         (rst-define-level-faces): Clarify meaning.
12087 2012-06-03  Chong Yidong  <cyd@gnu.org>
12089         * progmodes/compile.el (compilation-mode-line-fail)
12090         (compilation-mode-line-run, compilation-mode-line-exit):
12091         New faces.
12092         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12094 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
12096         * progmodes/which-func.el (which-func-update-ediff-windows):
12097         New function.  Use it in ediff-select-hook (Bug#11478).
12099 2012-06-03  Chong Yidong  <cyd@gnu.org>
12101         * bindings.el: Remove explicit help text from format-mode-line.
12102         It is now supplied by mode-line-default-help-echo.
12103         (mode-line-front-space, mode-line-end-spaces)
12104         (mode-line-misc-info): New variables.
12105         (mode-line-modes, mode-line-position): Move the default value to
12106         the variable definition.
12107         (mode-line-default-help-echo): New defcustom.
12108         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12109         (mode-line-modified-help-echo): New functions.
12110         (mode-line-mule-info, mode-line-modified): Use them.
12111         (mode-line-eol-desc, propertized-buffer-identification):
12112         Consistency fixes for help text.
12113         (mode-line-coding-system-map): Allow using mouse-3 to invoke
12114         set-buffer-file-coding-system (Bug#289).
12115         (mode-line-mule-info-help-echo): Update help text.
12117 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12119         * simple.el (execute-extended-command): Set real-this-command
12120         (bug#11506).
12122 2012-06-02  Chong Yidong  <cyd@gnu.org>
12124         Remove incorrect uses of "modeline" in comments, docstrings, and
12125         function/variable names (Bug#10329).
12127         * cus-edit.el (mode-line):
12128         * dframe.el (dframe-mouse-hscroll):
12129         * emacs-lisp/re-builder.el:
12130         * emacs-lisp/easy-mmode.el (define-minor-mode):
12131         * frame.el (set-frame-name):
12132         * help.el (lookup-minor-mode-from-indicator):
12133         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12134         * progmodes/cc-cmds.el (c-toggle-auto-newline)
12135         (c-toggle-hungry-state):
12136         * progmodes/antlr-mode.el (antlr-language-alist):
12137         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12138         * progmodes/vhdl-mode.el (vhdl-mode):
12139         * progmodes/which-func.el (which-func, which-func-cleanup-function):
12140         * term/ns-win.el (ns-face-at-pos):
12141         * term/sup-mouse.el (sup-mouse-report):
12142         * textmodes/flyspell.el (flyspell-mode-line-string):
12143         * textmodes/ispell.el (ispell-highlight-face):
12144         * textmodes/reftex-global.el:
12145         * vc/vc-arch.el (vc-arch-mode-line-string):
12146         * vc/vc-cvs.el (vc-cvs-mode-line-string):
12147         * vc/vc-git.el (vc-git-mode-line-string):
12148         * vc/vc-hooks.el (vc-display-status)
12149         (vc-default-mode-line-string):
12150         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12152         * ansi-color.el (ansi-color-faces-vector): Change default faces.
12154         * dired.el (dired-sort-set-mode-line): Rename from
12155         dired-sort-set-modeline.  All callers changed.
12157         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12158         eshell-status-in-modeline.
12160         * foldout.el (foldout-mode-line-string): Rename from
12161         foldout-modeline-string.  All callers changed.
12162         (foldout-update-mode-line): Rename from foldout-update-modeline.
12164         * subr.el (redraw-modeline): Make into obsolete alias.
12166         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12167         timeclock-modeline-display.  Make old name an alias.
12168         (timeclock-update-mode-line): Likewise.  All callers changed.
12169         (timeclock-mode-line-display): No need to check before using
12170         add-hook.
12171         (timeclock-relative, timeclock-day-over-hook)
12172         (timeclock-use-elapsed, timeclock-mode-string)
12173         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12175         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12176         crisp-mode-modeline-string.
12178         * play/solitaire.el (solitaire-build-mode-line): Rename from
12179         solitaire-build-modeline.  All callers changed.
12181         * play/zone.el (zone-hiding-mode-line): Rename from
12182         zone-hiding-modeline.  All callers changed.
12183         (zone): Remove unusued `modeline-hidden-level' property.
12185         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12186         xscheme-modeline-initialize.  All callers changed.
12188         * strokes.el (strokes-lighter): Rename from
12189         strokes-modeline-string.
12191         * textmodes/sgml-mode.el (html-face-tag-alist)
12192         (html-tag-face-alist): Use mode-line face instead of obsolete
12193         alias modeline.
12195 2012-06-02  Stefan Merten  <smerten@oekonux.de>
12197         * textmodes/rst.el: Always require `cl'.
12198         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12200 2012-06-02  Chong Yidong  <cyd@gnu.org>
12202         * image.el (imagemagick-enabled-types): Rename from
12203         imagemagick-types-enable.  Add many more types.
12204         (imagemagick-types-inhibit): Change default to nil.
12205         (imagemagick-filter-types): Caller changed.
12207 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12209         * emacs-lisp/cl-macs.el: Use backquotes.
12210         (cl-transform-function-property): Use eval-and-compile rather than
12211         abusing `require'.
12212         (defstruct): Use declare-function instead of with-no-warnings.
12214         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12215         (byte-compile-output-docform): Re-add the print-circle bindings.
12216         (byte-compile-fix-header): Use #$ just because it's shorter.
12217         (byte-compile-output-file-form): Remove defun/defmacro.
12219 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
12221         * simple.el (choose-completion): Remove now obsolete binding for
12222         owindow.
12224 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
12226         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12227         in order to avoid "Stack overflow in regexp matcher".
12229 2012-05-31  Glenn Morris  <rgm@gnu.org>
12231         * image.el: For clarity, call imagemagick-register-types at
12232         top-level, rather than relying on a custom :initialize.
12233         (imagemagick-types-enable): New option.  (Bug#11557)
12234         (imagemagick-filter-types): New function.  (Bug#7406)
12235         (imagemagick-register-types): Use imagemagick-filter-types.
12236         If disabling support, remove elements altogether rather
12237         than using an impossible regexp.
12238         (imagemagick-types-inhibit): Give it the default init function.
12240 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12242         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12243         Handle arbitrary file name lengths (Bug#11585).
12245 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
12247         * desktop.el (desktop-read): Clear previous and next buffers for
12248         all windows and bury *Messages* buffer (bug#11556).
12250 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12252         Add `declare' for `defun'.  Align `defmacro's with it.
12253         * emacs-lisp/easy-mmode.el (define-minor-mode)
12254         (define-globalized-minor-mode): Don't autoload the var definitions.
12255         * emacs-lisp/byte-run.el: Use lexical-binding.
12256         (defun-declarations-alist, macro-declarations-alist): New vars.
12257         (defmacro, defun): Use them.
12258         (make-obsolete, define-obsolete-function-alias)
12259         (make-obsolete-variable, define-obsolete-variable-alias):
12260         Use `declare'.
12261         (macro-declaration-function): Mark obsolete.
12262         * emacs-lisp/autoload.el: Use lexical-binding.
12263         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
12265 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12267         * textmodes/ispell.el (ispell-with-no-warnings):
12268         Define as a macro.
12269         (ispell-kill-ispell, ispell-change-dictionary):
12270         Use `called-interactively-p' for Emacs instead of obsolete
12271         `interactive-p'.
12273 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12275         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12276         (macro-declaration-function): Move var from C code.
12277         (macro-declaration-function): Define function with defalias.
12278         * emacs-lisp/macroexp.el (macroexpand-all-1):
12279         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12280         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12281         defun/defmacro any more.
12282         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12283         Provide fallback for unknown arglist.
12284         (byte-compile-arglist-warn): Change calling convention.
12285         (byte-compile-output-file-form): Move print-vars binding.
12286         (byte-compile-output-docform): Simplify accordingly.
12287         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12288         (byte-compile-defmacro-declaration): Remove.
12289         (byte-compile-file-form-defmumble): Generalize to defalias.
12290         (byte-compile-output-as-comment): Return byte-positions.
12291         Simplify callers accordingly.
12292         (byte-compile-lambda): Use `assert'.
12293         (byte-compile-defun, byte-compile-defmacro): Remove.
12294         (byte-compile-file-form-defalias):
12295         Use byte-compile-file-form-defmumble.
12296         (byte-compile-defalias-warn): Remove.
12298 2012-05-29  Stefan Merten  <smerten@oekonux.de>
12300         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12301         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
12303         (rst-mode-abbrev-table): Merge definition.
12304         (rst-mode): Make sure `font-lock-defaults' is buffer local.
12305         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12307 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
12309         * calendar/icalendar.el
12310         (icalendar-export-region): Export UID properly.
12312 2012-05-29  Leo Liu  <sdl.web@gmail.com>
12313         * calendar/icalendar.el (icalendar-import-format):
12314         Add `icalendar-import-format-uid' (Bug#11525).
12315         (icalendar-import-format-uid): New.
12316         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12317         Export UID.
12319 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12321         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12322         different alternative patterns.
12323         (pcase-codegen): Be more careful to preserve identity.
12324         (pcase--u1): Don't forget to mark vars as used.
12326         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12327         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12328         (byte-compile-from-buffer): ...rather than here.
12330         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12331         functions from byte-compile-function-environment.
12333 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
12335         * window.el (window-deletable-p): Avoid deleting the root window
12336         of a frame with an active minibuffer.
12338 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
12340         * simple.el (choose-completion): Use quit-window (Bug#11567).
12342 2012-05-29  Chong Yidong  <cyd@gnu.org>
12344         * whitespace.el (whitespace-cleanup): Fix usage of
12345         whitespace-empty-at-bob-regexp (Bug#11492).
12347 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12349         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12350         revert (Bug#11488).
12352 2012-05-29  Juri Linkov  <juri@jurta.org>
12354         * isearch.el (isearch-mode-map): Bind `M-s _' to
12355         `isearch-toggle-symbol'.  Bind `M-s c' to
12356         `isearch-toggle-case-fold'.
12357         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12358         (isearch-forward): Add `M-s _' to the docstring.
12359         (isearch-forward-symbol, isearch-toggle-case-fold)
12360         (isearch-symbol-regexp): New functions.  (Bug#11381)
12362 2012-05-29  Juri Linkov  <juri@jurta.org>
12364         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
12365         (isearch-occur, isearch-search-and-update): If `isearch-word' is
12366         a function, call it to get the regexp.
12367         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12368         property `isearch-message-prefix' instead of the string "word ".
12369         (isearch-search-fun-default): For the case of `isearch-word',
12370         return a lambda that calls re-search-forward/re-search-backward
12371         with a regexp returned by `word-search-regexp' or by the function
12372         in `isearch-word'.
12374 2012-05-29  Juri Linkov  <juri@jurta.org>
12376         * isearch.el (isearch-search-fun-default): New function.
12377         (isearch-search-fun): Move default part to the new function
12378         `isearch-search-fun-default'.
12379         (isearch-search-fun-function): Set the default value to
12380         `isearch-search-fun-default'.  (Bug#11381)
12382         * comint.el (comint-history-isearch-end):
12383         Use `isearch-search-fun-default'.
12384         (comint-history-isearch-search): Use `isearch-search-fun-default'
12385         and remove spacial case for `isearch-word'.
12386         (comint-history-isearch-wrap): Remove spacial case for
12387         `isearch-word'.
12389         * hexl.el (hexl-isearch-search-function):
12390         Use `isearch-search-fun-default'.
12392         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12393         Use `word-search-regexp' for `isearch-word'.
12395         * misearch.el (multi-isearch-search-fun):
12396         Use `isearch-search-fun-default'.
12398         * simple.el (minibuffer-history-isearch-search):
12399         Use `isearch-search-fun-default' and remove spacial case for
12400         `isearch-word'.
12401         (minibuffer-history-isearch-wrap): Remove spacial case for
12402         `isearch-word'.
12404         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12405         Remove spacial case for `isearch-word'.
12406         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12408 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12410         Decrease XEmacs incompatibilities.
12411         * textmodes/flyspell.el (flyspell-check-pre-word-p):
12412         Use `string-match'.
12413         (flyspell-delete-region-overlays): Use alternative definition for
12414         XEmacs.
12415         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12416         (flyspell-word): Use `process-kill-without-query' if XEmacs.
12417         (flyspell-mode-on): Use `interactive-p' if XEmacs.
12418         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12419         `define-obsolete-face-alias' under XEmacs, but old method.
12421         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12422         `with-no-warnings' definition or Emacs alias.
12423         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12424         (ispell-word): Do not use `region-p' if XEmacs.
12426 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12428         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12429         Check for `ispell-dictionary-base-alist' instead of full
12430         `ispell-dictionary-alist'.
12431         (ispell-init-process): Show spellchecker when starting new Ispell
12432         process.
12434 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12436         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12437         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12439 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
12441         * version.el (motif-version-string, gtk-version-string)
12442         (ns-version-string): Declare.
12444 2012-05-27  Juri Linkov  <juri@jurta.org>
12446         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12447         after the `eval-defun-1' specialcaseing
12448         like in `edebug-eval-defun' (bug#10181).
12450         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12451         like in `eval-defun-1'.
12453 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
12455         * mail/sendmail.el (mail-yank-region):
12456         Recognize rmail-yank-current-message in addition to insert-buffer.
12457         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12458         a *mail* buffer created through rmail-start-mail with sendmail as
12459         mail-user-agent.
12461 2012-05-27  Chong Yidong  <cyd@gnu.org>
12463         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12464         Default to 256 (Bug#11267).
12466         * help.el (describe-mode): Doc fix.
12468 2012-05-26  Glenn Morris  <rgm@gnu.org>
12470         * w32-fns.el (w32-init-info): Remove.
12471         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12473         * info.el (info-initialize): For self-contained NS builds, put the
12474         included info/ directory at the front.  (Bug#2791)
12476         * paths.el (Info-default-directory-list): Make it a defcustom,
12477         mainly so that we can use custom-initialize-delay.
12479 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12481         * subr.el (buffer-has-markers-at): Mark obsolete.
12483         * subr.el (lambda): Use declare.
12485         * emacs-lisp/lisp-mode.el (lambda):
12486         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12488 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12490         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
12492 2012-05-26  Glenn Morris  <rgm@gnu.org>
12494         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12496 2012-05-25  Glenn Morris  <rgm@gnu.org>
12498         * paths.el: Remove no-byte-compile.
12499         * loadup.el: No need to load paths.el uncompiled.
12501         * image.el (imagemagick-types-inhibit): Doc fix.
12503         * version.el: Remove no-byte-compile and associated formatting.
12504         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
12505         is ancient code from when there was an "inc-vers.el".
12507 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12509         * progmodes/gdb-mi.el: Minor style changes.
12510         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12511         Turn into minor modes.
12512         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12513         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12514         (gdb-shell): Remove unneeded let-binding.
12515         (gdb-get-many-fields): Eliminate O(n²) behavior.
12517 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
12519         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12520         platforms that don't link in fontset.c.
12522 2012-05-25  Juri Linkov  <juri@jurta.org>
12524         Use the same diff color scheme as in modern VCSes (bug#10181).
12526         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12527         to avoid confusion with `diff-added' that now uses green colors.
12528         (diff-removed): Use shades of red.
12529         (diff-added): Use shades of green.
12530         (diff-changed): Leave just the yellow color.
12531         (diff-use-changed-face): New variable.
12532         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12533         how to highlight context diff changes.
12534         (diff-refine-change): Use shades of yellow.
12535         (diff-refine-removed): New face that uses shades of red.
12536         (diff-refine-added): New face that uses shades of green.
12537         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12538         `diff-refine-removed' in the call to `smerge-refine-subst'
12539         depending on the value of `diff-use-changed-face'.
12541         * vc/smerge-mode.el (smerge-mine): Use shades of red.
12542         (smerge-other): Use shades of green.
12543         (smerge-base): Use shades of yellow.
12544         (smerge-refined-change): Empty face.
12545         (smerge-refined-removed): New face that uses shades of red.
12546         (smerge-refined-added): New face that uses shades of green.
12547         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
12548         args `props-r' and `props-a', and use them.  Doc fix.
12549         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12550         on its value use different faces `smerge-refined-change',
12551         `smerge-refined-removed', `smerge-refined-added' in the call to
12552         `smerge-refine-subst'.
12554         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12555         Add face condition `min-colors 88' with shades of red.
12556         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12557         `min-colors 88' with shades of green.
12558         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12559         `min-colors 88' with shades of yellow.
12561 2012-05-24  Glenn Morris  <rgm@gnu.org>
12563         * paths.el (prune-directory-list, remote-shell-program): Move to...
12564         * files.el (prune-directory-list, remote-shell-program): ...here.
12565         For the latter, delay initialization, prefer ssh, just search PATH.
12567         * paths.el (term-file-prefix): Move to faces.el (the only user).
12568         * faces.el (term-file-prefix): Move here, make it a defcustom.
12570         * paths.el (news-directory, news-path, news-inews-program):
12571         Move to gnus/nnspool.el.
12573         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12575         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12576         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12577         Make the latter a defcustom, with a delayed initialization.
12579         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12580         These were deleted from Gnus itself late 2010.
12582 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
12584         * progmodes/which-func.el (which-func-ff-hook):
12585         Check against user-error, not error.
12587         * emacs-lisp/edebug.el (top): Do not load or set up loading of
12588         cl-specs.el, which no longer exists.
12590 2012-05-22  Glenn Morris  <rgm@gnu.org>
12592         * info.el (info-emacs-bug): New command.
12593         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12594         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12596 2012-05-21  Glenn Morris  <rgm@gnu.org>
12598         * makefile.w32-in (update-subdirs-SH):
12599         * Makefile.in (update-subdirs): Update for moved update-subdirs.
12601 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12603         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12605         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12606         Simplify Maven regexp, and make sure the file can't start with a space
12607         (bug#11517).
12609 2012-05-21  Glenn Morris  <rgm@gnu.org>
12611         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12612         Scrap superfluous subshells.
12614 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12616         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12617         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12619 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
12621         * calc/calc.el (calc-ensure-consistent-units): New variable.
12623         * calc/calc-units.el (math-consistent-units-p)
12624         (math-check-unit-consistency): New functions.
12625         (calc-quick-units, calc-convert-units):
12626         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12627         is non-nil.
12628         (calc-extract-units): Fix typo.
12630 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12632         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12634         * textmodes/flyspell.el: Commenting style, plus code simplifications.
12635         (flyspell-default-deplacement-commands): Don't spell check after
12636         repeated window/frame switches (e.g. triggered by mouse-movement).
12637         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12638         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12639         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12640         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12641         Remove unused vars.
12642         (flyspell-get-casechars, flyspell-get-not-casechars):
12643         Simplify; Don't bother removing a ] just to add it back.
12644         * textmodes/ispell.el (ispell-program-name): Use executable-find.
12646 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
12648         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12649         New functions.
12650         (math-function-table): Add support for more C functions.
12652 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12654         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12655         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12656         Protect delay handling for otherchars against empty otherchars.
12658 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12660         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12661         their respective macro declarations.
12662         * skeleton.el (define-skeleton):
12663         * progmodes/compile.el (define-compilation-mode):
12664         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12665         (define-ibuffer-filter):
12666         * emacs-lisp/generic.el (define-generic-mode):
12667         * emacs-lisp/easy-mmode.el (define-minor-mode)
12668         (define-globalized-minor-mode):
12669         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12670         * emacs-lisp/byte-run.el (defsubst):
12671         * custom.el (deftheme): Add doc-string metadata.
12673 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12675         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12677 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12679         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12681         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12682         * emacs-lisp/cl-macs.el: Idem.
12683         * emacs-lisp/cl-specs.el: Remove.
12685 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12687         Minor renaming of internal CL functions and variables.
12688         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12689         (cl--position): Rename from cl-position.
12690         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12691         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12692         (cl--random-state): Rename from *random-state*.
12694 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12696         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12697         parens around the arg list (bug#11499).
12699 2012-05-17  Juri Linkov  <juri@jurta.org>
12701         * isearch.el (word-search-regexp, word-search-backward)
12702         (word-search-forward, word-search-backward-lax)
12703         (word-search-forward-lax): Move functions from search.c
12704         (bug#10145, bug#11381).
12706 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12708         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12709         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12710         Delay for otherchars as for normal word components.
12712 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12714         * minibuffer.el (completion--sifn-requote): Fix last change.
12715         (minibuffer-local-must-match-filename-map):
12716         Move define-obsolete-variable-alias before its var.
12718 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12720         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12722         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12723         behavior.
12724         (completion--string-equal-p): New function.
12725         (completion--twq-all): Use it to get better assertion failure data.
12727         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12728         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12729         (shell--requote-argument): New functions.
12730         (shell-completion-vars): Use them.
12731         (shell--parse-pcomplete-arguments): Rename from
12732         shell-parse-pcomplete-arguments.
12733         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12734         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12735         Obey comint-file-name-quote-list.
12737         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12738         (smie-indent-keyword): Use it.
12740 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12742         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12744 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12746         * net/rlogin.el (rlogin-mode-map): Fix last change.
12748 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12750         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12751         the following \r\n using a single `process-send-string', since the
12752         Lotus SMTP server refuses to accept any commands if they are sent
12753         with two `process-send-string's (Bug#11444).
12755 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12757         * shell.el (shell-parse-pcomplete-arguments):
12758         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12760 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12762         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12763         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12764         (image-transform-width, image-transform-fit-width): New functions.
12765         (image-transform-properties): Use them.
12766         (image-transform-check-size): New function.
12767         (image-toggle-display-image): Use it (for testing).
12768         (image-transform-set-rotation): Reduce angle mod 360.
12769         Delete obsolete comment.
12771 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12773         * image-mode.el: Fix scaling (bug#11399).
12774         (image-transform-resize): Doc fix.
12775         (image-transform-properties): Default scale is 1 and height should
12776         be an integer.
12778 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
12780         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12781         than hard-coding `car', to fix misbehavior when moving forward.
12783 2012-05-13  Chong Yidong  <cyd@gnu.org>
12785         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12786         (tabulated-list-entries, tabulated-list-padding)
12787         (tabulated-list-sort-key): Make permanent-local.
12789         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12790         (electric-buffer-list): Put electric buffer menu
12791         command descriptions in this docstring, instead of the docstring
12792         of electric-buffer-menu-mode.  Code cleanups.
12793         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12794         Electric-buffer-menu-mode.
12795         (electric-buffer-update-highlight): Minor code cleanup.
12797 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12799         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12800         (Bug#11447)
12802 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12804         Move define-obsolete-variable-alias before the var's definition.
12805         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12806         * tooltip.el (tooltip-hook):
12807         * textmodes/reftex-toc.el (reftex-toc-map):
12808         * textmodes/reftex-sel.el (reftex-select-label-map)
12809         (reftex-select-bib-map):
12810         * textmodes/reftex-index.el (reftex-index-map)
12811         (reftex-index-phrases-map):
12812         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12813         * progmodes/meta-mode.el (meta-mode-map):
12814         * novice.el (disabled-command-hook):
12815         * loadhist.el (unload-hook-features-list):
12816         * frame.el (blink-cursor):
12817         * files.el (find-file-not-found-hooks, write-file-hooks)
12818         (write-contents-hooks):
12819         * emulation/tpu-edt.el (GOLD-map):
12820         * emacs-lock.el (emacs-lock-from-exiting):
12821         * emacs-lisp/generic.el (generic-font-lock-defaults):
12822         * emacs-lisp/chart.el (chart-map):
12823         * dos-fns.el (register-name-alist):
12824         * dired-x.el (dired-omit-files-p):
12825         * desktop.el (desktop-enable):
12826         * cus-edit.el (custom-mode-hook):
12827         * buff-menu.el (buffer-menu-mode-hook):
12828         * bookmark.el (bookmark-read-annotation-text-func)
12829         (bookmark-exit-hooks):
12830         * allout.el (allout-mode-deactivate-hook)
12831         (allout-exposure-change-hook, allout-structure-added-hook)
12832         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12833         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12834         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12835         comes before the corresponding variable's definition.
12837 2012-05-12  Chong Yidong  <cyd@gnu.org>
12839         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12840         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12841         (Buffer-menu-mode-map): Bind it.
12842         (Buffer-menu--pretty-name): Add a mouse-face property.
12844 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12846         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12847         (prolog-upper-case-string, prolog-lower-case-string)
12848         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12849         (prolog-use-smie, prolog-smie-grammar): New vars.
12850         (prolog-smie-forward-token, prolog-smie-backward-token)
12851         (prolog-smie-rules): New funs.
12852         (prolog-comment-indent): Remove.
12853         (prolog-mode-variables): Use default comment indentation instead.
12854         Setup SMIE.
12855         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12856         (prolog-mode): Don't call them any more.
12857         (prolog-electric-colon, prolog-electric-dash)
12858         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12860         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12862         * minibuffer.el (completion--twq-all): Again, allow case differences.
12864         * term.el: Move keymap initialization code to be more idiomatic.
12865         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12866         (term-terminal-menu): Move initialization into declaration.
12867         (term-escape-char): Let the user set it in her .emacs.
12869         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12870         Provide SMIE-based indentation (not enabled by default yet).
12871         (sh-mode-map): Don't bind electric keys.
12872         Use electric-pair-mode instead of skeleton-pair.
12873         (sh-assignment-regexp): Fit within 80 columns.
12874         (sh-indent-supported): Specify actual shell name instead of boolean.
12875         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12876         (sh-maybe-here-document): Use it.  Make obsolete.
12877         (sh-electric-here-document-mode) New minor mode.
12878         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
12879         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12880         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12881         (sh-smie-rc-grammar, sh-use-smie): New vars.
12882         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12883         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12884         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12885         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12886         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12887         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12888         (sh-set-shell): Use smie-setup if requested.
12890         * term.el (term-set-escape-char): Properly set term-escape-char.
12891         See http://stackoverflow.com/questions/10524656.
12893 2012-05-10  Chong Yidong  <cyd@gnu.org>
12895         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12896         Use url-generic-parse-url, and handle host names and Windows
12897         filenames properly.
12898         (ffap-url-unwrap-remote): Use url-generic-parse-url.
12899         (ffap-url-unwrap-remote): Accept list values, specifying a list of
12900         URL schemes to work on.
12901         (ffap--toggle-read-only): New function.
12902         (ffap-read-only, ffap-read-only-other-window)
12903         (ffap-read-only-other-frame): Use it.
12904         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12905         necessary for ffap-url-unwrap-remote.
12907 2012-05-10  Dave Abrahams  <dave@boostpro.com>
12909         * cus-start.el (create-lockfiles): Add it.
12911 2012-05-09  Chong Yidong  <cyd@gnu.org>
12913         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12914         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12916 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12918         * shell.el (shell-completion-vars): Fix last change (bug#11348).
12920 2012-05-09  Chong Yidong  <cyd@gnu.org>
12922         * ansi-color.el (ansi-color-process-output): Check for validity of
12923         comint-last-output-start before using it.  This avoids a bad
12924         interaction with gdb-mi's input/output buffer.
12926 2012-05-09  Glenn Morris  <rgm@gnu.org>
12928         * files.el (dir-locals-read-from-file):
12929         Mention dir-locals in any error message.
12931 2012-05-09  Chong Yidong  <cyd@gnu.org>
12933         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12934         package (Bug#11410).
12936         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12937         variables into description.
12939 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12941         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12942         shell-delimiter-argument-list (bug#11348).
12943         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12945 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
12947         * textmodes/rst.el: Silence byte-compiler warnings.
12948         (rst-re-alist, rst-reset-section-caches): Move around.
12949         (rst-re): Use `characterp', not `char-valid-p'.
12950         (font-lock-beg, font-lock-end): Declare.
12952         * progmodes/idlw-shell.el (specs): Remove reference to deleted
12953         variable `idlwave-shell-activate-alt-keybindings' and simplify.
12955         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12957 2012-05-08  Glenn Morris  <rgm@gnu.org>
12959         * files.el (auto-mode-alist): Treat ".make" like ".mk".
12961 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12963         * vc/log-edit.el: Add GNU coding standards highlighting.
12964         (log-edit-font-lock-gnu-style)
12965         (log-edit-font-lock-gnu-keywords): New vars.
12966         (log-edit-font-lock-keywords): New fun.
12967         (log-edit-mode): Don't fold case in font-lock.
12968         (log-edit-font-lock-keywords): Do not assume case-folding.
12970         * imenu.el: Misc cleanup.  Make docstrings out of comments.
12971         Use lexical-binding.
12972         (imenu--index-alist, imenu--last-menubar-index-alist)
12973         (imenu-menubar-modified-tick): Use defvar-local.
12974         (imenu--split-menu): Remove unused var.
12975         (imenu--cleanup-seen): Declare as global.
12976         (imenu--cleanup): Use dolist.
12978         * subr.el (defvar-local): Add debug spec and doc-string position.
12980 2012-05-08  Glenn Morris  <rgm@gnu.org>
12982         * language/burmese.el, language/cham.el, language/czech.el:
12983         * language/english.el, language/georgian.el, language/greek.el:
12984         * language/japanese.el, language/khmer.el, language/korean.el:
12985         * language/lao.el, language/misc-lang.el, language/romanian.el:
12986         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12987         * language/thai.el, language/utf-8-lang.el:
12988         Remove no-byte-compile setting.
12990         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
12992 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12994         * progmodes/make-mode.el (makefile-browse):
12995         Remove unnecessary interactive.  (Bug#11324)
12997 2012-05-07  Glenn Morris  <rgm@gnu.org>
12999         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13001         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13003 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13005         * loadup.el: Preload newcomment.el.
13006         * newcomment.el: Move autoload-only code to toplevel.
13008         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13009         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13010         Handle new :right-align column property.
13011         (tabulated-list-print-col): Idem, plus use `display' text-property to
13012         try and preserve alignment for variable pitch fonts.
13014 2012-05-07  Chong Yidong  <cyd@gnu.org>
13016         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13017         (tabulated-list-use-header-line): New var.
13018         (tabulated-list-init-header): Use it.
13019         (tabulated-list-print-fake-header): New function.
13020         (tabulated-list-print): Use it.
13021         (tabulated-list-sort-button-map): Add non-header-line commands.
13022         (tabulated-list-init-header): Add column name property to basic
13023         labels as well.
13024         (tabulated-list-col-sort): Handle non-header-line button case.
13025         (tabulated-list--sort-by-column-name): Fix a corner case.
13027         * buff-menu.el (list-buffers--refresh):
13028         Handle Buffer-menu-use-header-line.
13030 2012-05-06  Chong Yidong  <cyd@gnu.org>
13032         * buff-menu.el: Convert to Tabulated List mode.
13033         (Buffer-menu-buffer+size-width): Make obsolete.
13034         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13035         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13036         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
13037         documentation into docstring of buffer-menu.
13038         (Buffer-menu-toggle-files-only): Add an informative message.
13039         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13040         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13041         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13042         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13043         (Buffer-menu-execute, Buffer-menu-select)
13044         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13045         (Buffer-menu-bury): Use Tabulated List machinery.
13046         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13047         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13048         Delete.
13049         (list-buffers--refresh): New function.
13050         (list-buffers-noselect): Use it.
13051         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13052         (Buffer-menu--pretty-file-name): New helper functions.
13054         * loadup.el: Preload tabulated-list.
13056         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13057         tabulated-list-sort-column.
13058         (tabulated-list-init-header): Add the initial aligning space even
13059         if tabulated-list-padding is zero.
13061 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
13063         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13064         whose cdr is not a cons cell correctly (bug#11038).
13066 2012-05-06  Chong Yidong  <cyd@gnu.org>
13068         * emacs-lisp/tabulated-list.el (tabulated-list-format):
13069         Accept additional plist in column descriptors.
13070         (tabulated-list-init-header): Obey it.
13071         (tabulated-list-get-entry): New function.
13072         (tabulated-list-put-tag): Use it.  Use string-width instead of
13073         length.
13074         (tabulated-list--column-number): New function.
13075         (tabulated-list-print): Use it.
13076         (tabulated-list-print-col): New function.
13077         Set `tabulated-list-column-name' property on each column's text.
13078         (tabulated-list-print-entry): Use it.
13079         (tabulated-list-delete-entry, tabulated-list-set-col):
13080         New functions.
13081         (tabulated-list-sort-column): New command (Bug#11337).
13083         * buff-menu.el (list-buffers): Move C-x C-b binding from
13084         buff-menu.el to bindings.el.
13086         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13087         :advertised-binding feature.
13089 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
13091         * progmodes/compile.el (compilation-internal-error-properties):
13092         Calculate start position correctly when end-col is set but
13093         end-line is not (Bug#11382).
13095 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
13097         * man.el (Man-unindent): Use text-property-default-nonsticky to
13098         prevent untabify from inheriting face properties (Bug#11408).
13100 2012-05-05  Stefan Merten  <smerten@oekonux.de>
13102         * textmodes/rst.el: Major merge with upstream development up to
13103         Docutils SVN r7399 / rst.el V1.2.1.
13105         Clarify maintainership and authors.
13107         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13108         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13109         (rst-official-version, rst-official-cvs-rev, rst-version)
13110         (rst-package-emacs-version-alist): New functions and variables
13111         for version information.
13113         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13114         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13115         (rst-mode-syntax-table, rst-mode): New and corrected functions
13116         and variables representing reStructuredText features.
13118         (rst-re): New function for reStructuredText regexes.  Use in
13119         many places.
13121         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13122         (rst-mode-map): Rebind keys.
13124         (rst-mode-lazy, rst-font-lock-keywords)
13125         (rst-font-lock-extend-region)
13126         (rst-font-lock-extend-region-internal)
13127         (rst-font-lock-extend-region-extend)
13128         (rst-font-lock-find-unindented-line-limit)
13129         (rst-font-lock-find-unindented-line-match)
13130         (rst-adornment-level, rst-font-lock-adornment-level)
13131         (rst-font-lock-adornment-match)
13132         (rst-font-lock-handle-adornment-pre-match-form)
13133         (rst-font-lock-handle-adornment-matcher): Major revision of
13134         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
13136         (rst-preferred-adornments, rst-adjust-hook)
13137         (rst-new-adornment-down, rst-preferred-bullets)
13138         (rst-preferred-bullets, rst-indent, rst-indent-width)
13139         (rst-indent-field, rst-indent-literal-normal)
13140         (rst-indent-literal-minimized, rst-indent-comment): Change,
13141         extend and improve customization.
13143         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13144         (rst-normalize-cursor-position, rst-get-decoration)
13145         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13146         (rst-rstrip, rst-toc-insert-find-delete-contents)
13147         (rst-shift-fill-region, rst-compute-bullet-tabs)
13148         (rst-debug-print-tabs, rst-debug-mark-found)
13149         (rst-shift-region-guts, rst-shift-region-right)
13150         (rst-shift-region-left, rst-use-char-classes)
13151         (rst-font-lock-keywords-function)
13152         (rst-font-lock-indentation-point)
13153         (rst-font-lock-find-unindented-line-begin)
13154         (rst-font-lock-find-unindented-line-end)
13155         (rst-font-lock-find-unindented-line)
13156         (rst-font-lock-adornment-point, rst-font-lock-level)
13157         (rst-adornment-level-alist): Remove functions and variables.
13159         (rst-compare-adornments, rst-get-adornment-match)
13160         (rst-suggest-new-adornment, rst-get-adornments-around)
13161         (rst-adornment-complete-p, rst-get-next-adornment)
13162         (rst-adjust-adornment, rst-display-adornments-hierarchy)
13163         (rst-straighten-adornments): Standardize function names to
13164         use "adornment" instead of "decoration".  Correct callers.
13165         Similar standardizing in many places.
13167         (rst-update-section, rst-adjust, rst-promote-region)
13168         (rst-enumerate-region, rst-bullet-list-region)
13169         (rst-repeat-last-character): Correct use of `interactive'.
13171         (rst-classify-adornment, rst-find-all-adornments)
13172         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13173         (rst-find-leftmost-column, rst-repeat-last-character):
13174         Refactor functions.
13176         (rst-find-title-line, rst-reset-section-caches)
13177         (rst-get-adornments-around, rst-adjust-adornment-work)
13178         (rst-arabic-to-roman, rst-roman-to-arabic)
13179         (rst-insert-list-pos, rst-insert-list-new-item)
13180         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13181         New functions.
13183         (rst-all-sections, rst-section-hierarchy)
13184         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13185         New variables.
13187         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13188         configuration instead of only buffer.  Change where necessary.
13190         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13191         (rst-shift-region, rst-adaptive-fill): New functions for
13192         indentation and filling.
13194         (rst-comment-line-break, rst-comment-indent)
13195         (rst-comment-insert-comment, rst-comment-region)
13196         (rst-uncomment-region): New functions for handling comments.
13198         (rst-compile): Quote shell arguments.
13200         (rst-compile-pdf-preview, rst-compile-slides-preview):
13201         Delete temporary files after use.
13203 2012-05-05  Glenn Morris  <rgm@gnu.org>
13205         * calendar/cal-html.el: Optionally include holidays in the output.
13206         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13207         (cal-html-holidays): New option.
13208         (cal-html-css-default): Add holiday entry.
13209         (holiday-in-range): Autoload it.
13210         (cal-html-htmlify-entry): Add optional class argument.
13211         (cal-html-htmlify-list): Add optional holidays argument.
13212         (cal-html-insert-agenda-days): Include holidays in the output.
13213         (cal-html-one-month): Maybe include holidays.
13215         * calendar/holidays.el (holiday-in-range):
13216         Move here from cal-tex-list-holidays.
13217         * calendar/cal-tex.el (cal-tex-list-holidays):
13218         Make it an obsolete alias for holiday-in-range.  Update all callers.
13220 2012-05-05  Chong Yidong  <cyd@gnu.org>
13222         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13223         Nextstep.
13225 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
13227         * files.el (file-auto-mode-skip): New var.
13228         (set-auto-mode-1): Use it.
13230 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13232         * repeat.el: Use lexical-binding.
13233         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13234         (repeat-undo-count): Remove.
13235         (repeat):
13236         * progmodes/octave-mod.el (octave-abbrev-start):
13237         * progmodes/f90.el (f90-abbrev-start):
13238         * face-remap.el (text-scale-adjust):
13239         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13241         * emacs-lisp/pcase.el (pcase--let*): New function.
13242         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13243         a bit more.
13244         (pcase--split-pred): Be more clever about ruling out overlap between
13245         a predicate and some constant pattern.
13246         (pcase--q1): Use `null' instead of (eq foo nil).
13248         * subr.el (setq-local, defvar-local): New macros.
13249         (kbd): Redefine as an alias.
13250         (with-selected-window): Leave unrelated frames alone.
13251         (set-temporary-overlay-map): New function.
13253 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13255         * subr.el (user-error): New function.
13256         * window.el (switch-to-buffer):
13257         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13258         (smerge-match-conflict):
13259         * simple.el (previous-matching-history-element)
13260         (next-matching-history-element, goto-history-element, undo-more)
13261         (undo-start):
13262         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13263         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13264         (next-file, tags-loop-scan, list-tags, complete-tag):
13265         * progmodes/compile.el (compilation-loop):
13266         * mouse.el (mouse-minibuffer-check):
13267         * man.el (Man-bgproc-sentinel, Man-goto-page):
13268         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13269         (Info-history-forward, Info-follow-reference, Info-menu)
13270         (Info-extract-menu-item, Info-extract-menu-counting)
13271         (Info-forward-node, Info-backward-node, Info-next-menu-item)
13272         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13273         (Info-next-reference, Info-prev-reference, Info-index)
13274         (Info-index-next, Info-follow-nearest-node)
13275         (Info-copy-current-node-name):
13276         * imenu.el (imenu--make-index-alist)
13277         (imenu-default-create-index-function, imenu-add-to-menubar):
13278         * files.el (basic-save-buffer, recover-file):
13279         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13280         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13281         (checkdoc-message-text, checkdoc-defun):
13282         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13283         * cus-edit.el (customize-changed-options, customize-rogue)
13284         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13285         (custom-variable-mark-to-reset-standard)
13286         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13287         (custom-file):
13288         * completion.el (check-completion-length):
13289         * comint.el (comint-search-arg)
13290         (comint-previous-matching-input-string-position)
13291         (comint-previous-matching-input)
13292         (comint-replace-by-expanded-history-before-point, comint-send-input)
13293         (comint-copy-old-input, comint-backward-matching-input)
13294         (comint-goto-process-mark, comint-set-process-mark):
13295         * calendar/calendar.el (calendar-cursor-to-date): Use it.
13296         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13298 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13300         * dabbrev.el (dabbrev--ignore-case-p): New function.
13301         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13302         Use it.
13304         * files.el (automount-dir-prefix): Mark as obsolete.
13306 2012-05-04  Glenn Morris  <rgm@gnu.org>
13308         * patcomp.el, play/bruce.el: Move to obsolete/.
13310 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
13312         Fix minor Y10k bugs.
13313         * arc-mode.el (archive-unixdate):
13314         * autoinsert.el (auto-insert-alist):
13315         * calc/calc-forms.el (math-this-year):
13316         * emacs-lisp/copyright.el (copyright-current-year)
13317         (copyright-update-year, copyright):
13318         * tar-mode.el (tar-clip-time-string):
13319         * time.el (display-time-update):
13320         Don't assume years have 4 digits.
13322 2012-05-04  Chong Yidong  <cyd@gnu.org>
13324         * dos-w32.el (file-name-buffer-file-type-alist)
13325         (direct-print-region-use-command-dot-com):
13326         * ffap.el (ffap-menu-regexp):
13327         * find-file.el (ff-special-constructs):
13328         * follow.el (follow-debug):
13329         * forms.el (forms--debug):
13330         * iswitchb.el (iswitchb-all-frames):
13331         * ido.el (ido-all-frames):
13332         * emacs-lisp/timer.el (timer-max-repeats):
13333         * mail/feedmail.el (feedmail-mail-send-hook)
13334         (feedmail-mail-send-hook-queued):
13335         * mail/footnote.el (footnote-signature-separator):
13336         * mail/mailabbrev.el (mail-alias-separator-string)
13337         (mail-abbrev-mode-regexp):
13338         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13339         * progmodes/idlwave.el (idlwave-libinfo-file)
13340         (idlwave-default-completion-case-is-down)
13341         (idlwave-library-routines): Convert defvars to defcustoms.
13343         * mail/rmail.el (rmail-decode-mime-charset):
13344         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13345         (idlwave-shell-fix-inserted-breaks)
13346         (idlwave-shell-activate-alt-keybindings)
13347         (idlwave-shell-use-breakpoint-glyph):
13348         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13350 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13352         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13354 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
13356         * progmodes/verilog-mode.el (font-lock-keywords):
13357         Fix mis-highligting auto.  Reported by Craig Barner.
13358         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13359         defines from global name space.  Reported by Dan Dever.
13360         (verilog-auto-reset, verilog-auto-reset-widths)
13361         (verilog-auto-tieoff): Support using unbased numbers for
13362         AUTORESET and AUTOTIEOFF.
13363         (verilog-submit-bug-report): Update variable list.
13364         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13365         parenthesis from not matching.  Reported by Michael Rytting.
13366         (verilog-auto-template-lint): Fix hash error when linting modules
13367         with no used templates.
13368         (verilog-warn, verilog-warn-error)
13369         (verilog-warn-fatal): When non-interactive report multiple
13370         warnings before exiting.  Suggested by Brad Dobbie.
13371         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13372         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13373         to report unused template errors.  Reported by Brad Dobbie.
13374         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13375         nets, bug438.  Reported by Vns Blore.
13376         (verilog-auto-inout-module, verilog-auto-reg)
13377         (verilog-read-decls, verilog-read-sub-decls-sig)
13378         (verilog-signals-edit-wire-reg, verilog-signals-with):
13379         Fix passing of Verilog data types in ANSI input/output ports
13380         such as "output logic" into the AUTOs.  Special case "wire" and
13381         "reg" for backwards compatibility presuming Verilog 2001.
13382         (verilog-auto-ascii-enum): Add "auto enum" as alias.
13383         (verilog-preprocess): Fix replication of preprocess output.
13384         Reported by Brad Dobbie.
13385         (verilog-auto-inst-interfaced-ports):
13386         Create verilog-auto-inst-interfaced-ports, bug429.
13387         Reported by Julian Gorfajn.
13388         (verilog-after-save-font-hook)
13389         (verilog-before-save-font-hook): New variable.
13390         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13391         (verilog-save-font-mods): Wrap disabling fontification, reported
13392         by David Rogoff.
13393         (verilog-do-indent, verilog-pretty-declarations-auto)
13394         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13395         Reported by Pierre-David Pfister.
13396         (verilog-set-auto-endcomments): Fix endtask auto comments outside
13397         of class declarations, bug292.  Reported by Kevin Heilman.
13398         (verilog-read-decls): Fix 'parameter type' not appearing in
13399         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
13400         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13401         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
13402         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13403         Reported by David Kravitz.
13405 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
13407         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13408         assignment with tests in ifs and for loops.
13409         (verilog-extended-complete-re, verilog-complete-reg): Change so
13410         that DPI inport functions don't look like fuction declarations.
13411         (verilog-pretty-expr): Don't line up assignment
13412         operations to the test and increment in if and for loops
13413         (verilog-extended-complete-re, verilog-complete-reg): Change so
13414         that DPI inport functions don't look like fuction declarations.
13416 2012-05-03  Kenichi Handa  <handa@m17n.org>
13418         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13419         decoding, and show a warning message without signaling an error
13420         (Bug#11282).
13422 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13424         * emacs-lisp/bytecomp.el
13425         (byte-compile-file-form-custom-declare-variable): Compile all elements,
13426         since cconv.el might have introduced :fun-body, internal-make-closure,
13427         and friends for bytecomp to handle (bug#11391).
13428         * custom.el (defcustom): Avoid ((λ ..) ..).
13430 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13432         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13434 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
13436         * notifications.el (dbus-debug):
13437         * term/linux.el (gpm-mouse-enable):
13438         * term/screen.el (xterm-register-default-colors): Declare.
13440 2012-05-02  Chong Yidong  <cyd@gnu.org>
13442         * cus-start.el (gc-cons-percentage, exec-suffixes)
13443         (dos-display-scancodes, dos-hyper-key, dos-super-key)
13444         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13445         (make-cursor-line-fully-visible, void-text-area-pointer)
13446         (font-list-limit): Add customization data.
13448         * allout.el (allout-exposure-change-functions)
13449         (allout-structure-added-functions)
13450         (allout-structure-deleted-functions)
13451         (allout-structure-shifted-functions): Rename abnormal hooks from
13452         *-hook, and convert to defcustoms.
13453         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13454         Convert to defcustoms.
13455         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13457         * allout-widgets.el: Hook callers changed.
13459 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
13461         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13462         the yanked message in preference to the default value of
13463         buffer-file-coding-system.
13465 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
13467         * window.el (display-buffer--action-function-custom-type):
13468         Fix entry.
13470 2012-05-02  Alan Mackenzie  <acm@muc.de>
13472         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13474 2012-05-01  Glenn Morris  <rgm@gnu.org>
13476         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13478         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
13480         * cus-edit.el (custom-variable-documentation): Simplify with format.
13482 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13483             Stefan Monnier  <monnier@iro.umontreal.ca>
13485         * simple.el (suggest-key-bindings, execute-extended-command):
13486         Move from keyboard.c.
13488 2012-05-01  Chong Yidong  <cyd@gnu.org>
13490         * follow.el: Eliminate advice.
13491         (set-process-filter, process-filter, sit-for): Advice deleted.
13492         (follow-mode-off-hook): Obsolete hook removed.
13493         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13494         Vars deleted.
13495         (follow-auto): Use a :set function.
13496         (follow-mode): Rewritten.  Don't advise process filters.
13497         (follow-switch-to-current-buffer-all, follow-scroll-up)
13498         (follow-scroll-down): Assume follow-mode is bound.
13499         (follow-comint-scroll-to-bottom)
13500         (follow-align-compilation-windows): New functions.
13501         (follow--window-sorter): New function.
13502         (follow-all-followers): Use it to explicitly sort windows by their
13503         positions; don't make assumptions about next-window order.
13504         (follow-windows-start-end, follow-delete-other-windows-and-split)
13505         (follow-calc-win-start): Doc fix.
13506         (follow-windows-aligned-p, follow-select-if-visible): Don't call
13507         vertical-motion unnecessarily.
13508         (follow-adjust-window): New function.
13509         (follow-post-command-hook): Use it.
13510         (follow-call-set-process-filter, follow-call-process-filter)
13511         (follow-intercept-process-output, follow-tidy-process-filter-alist)
13512         (follow-stop-intercept-process-output, follow-generic-filter):
13513         Functions deleted.
13514         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13515         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13516         New functions, replacing advice on scroll-bar-* commands.
13517         (follow-mwheel-scroll): New function (Bug#4112).
13519         * comint.el (comint-adjust-point): New function.
13520         (comint-postoutput-scroll-to-bottom): Use it.
13521         Call follow-comint-scroll-to-bottom for Follow mode buffers.
13523 2012-05-01  Glenn Morris  <rgm@gnu.org>
13525         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13526         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13527         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13528         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13529         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13530         Remove no-byte-compile setting.
13532 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13534         * minibuffer.el (completion-table-with-quoting): Fix compatibility
13535         all-completions code to not return a number in the last cdr.
13537 2012-04-30  Leo Liu  <sdl.web@gmail.com>
13539         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13540         read-only error.
13542 2012-04-29  Chong Yidong  <cyd@gnu.org>
13544         * follow.el (follow-calc-win-end): Rewrite to handle partial
13545         screen lines correctly (Bug#8390).
13546         (follow-avoid-tail-recenter): Minor cleanup.
13548 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13550         Avoid the obsolete `assoc' package.
13551         * speedbar.el (speedbar-refresh): Avoid adelete.
13552         (speedbar-file-lists): Simplify and avoid aput.
13553         * man.el (Man--sections, Man--refpages): New vars, replacing
13554         Man-sections-alist and Man-refpages-alist.
13555         (Man-build-section-alist, Man-build-references-alist):
13556         Use them; avoid aput.
13557         (Man--last-section, Man--last-refpage): New vars.
13558         (Man-follow-manual-reference): Use them.
13559         Use the `default' arg of completing-read.
13560         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
13562 2012-04-27  Chong Yidong  <cyd@gnu.org>
13564         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13566         * startup.el (x-apply-session-resources): New function.
13568         * term/ns-win.el (ns-initialize-window-system):
13569         * term/w32-win.el (w32-initialize-window-system):
13570         * term/x-win.el (x-initialize-window-system): Use it to properly
13571         set menu-bar-mode and other vars from X resources, even if the
13572         initial frame is not a window-system frame (Bug#2299).
13574         * subr.el (read-key): Avoid running filter function when setting
13575         up temporary tool bar entries (Bug#9922).
13577 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13579         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13580         (Bug#11344)
13582 2012-04-27  Chong Yidong  <cyd@gnu.org>
13584         * select.el (xselect--encode-string): New function, split from
13585         xselect-convert-to-string.
13586         (xselect-convert-to-string): Use it.
13587         (xselect-convert-to-filename, xselect-convert-to-os)
13588         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13589         returned strings are properly encoded (Bug#11315).
13591 2012-04-27  Chong Yidong  <cyd@gnu.org>
13593         * simple.el (delete-active-region): Move to killing custom group.
13595 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13597         * progmodes/which-func.el (which-func-current): Quote %
13598         characters for mode-line processing.
13600 2012-04-27  Chong Yidong  <cyd@gnu.org>
13602         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13603         reaching eob (Bug#11286).
13605 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
13607         * progmodes/gdb-mi.el (gdb-control-level): New variable.
13608         (gdb): Make it buffer-local and init to zero.
13609         (gdb-control-commands-regexp): New variable.
13610         (gdb-send): Don't wrap in "-interpreter-exec console" if
13611         gdb-control-level is positive.  Increment gdb-control-level
13612         whenever the command matches gdb-control-commands-regexp, and
13613         decrement it each time the command is "end".  (Bug#11279)
13615 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
13617         * window.el (adjust-window-trailing-edge, enlarge-window)
13618         (shrink-window, window-resize):
13619         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13620         windows (Bug#11276).
13622 2012-04-27  Chong Yidong  <cyd@gnu.org>
13624         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13625         fix "missing prefix" warning.  All callers changed.
13627 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13629         * emacs-lisp/assoc.el: Move to obsolete/.
13631 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13633         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13635         * term/ns-win.el (ns-define-service):
13636         * progmodes/pascal.el (pascal-goto-defun):
13637         * progmodes/js.el (js--read-tab):
13638         * progmodes/etags.el (tags-lazy-completion-table):
13639         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13640         * emacs-lisp/ewoc.el (ewoc--wrap):
13641         * emacs-lisp/assoc.el (aput, adelete, amake):
13642         * doc-view.el (doc-view-convert-current-doc):
13643         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13645 2012-04-26  Chong Yidong  <cyd@gnu.org>
13647         * image.el (image-type-from-buffer): Only return supported image
13648         type (Bug#9045).
13650         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13651         value, for symmetry with diff-end-of-hunk.
13652         (diff-split-hunk, diff-find-source-location)
13653         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13654         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13655         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13656         compute the relevant hunk or file properly (Bug#6005).
13657         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13659 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13661         * vc/vc-mtn.el:
13662         * vc/vc-hg.el:
13663         * vc/vc-git.el:
13664         * vc/vc-dir.el:
13665         * vc/vc-cvs.el:
13666         * vc/vc-bzr.el:
13667         * vc/vc-arch.el:
13668         * vc/vc.el: Replace lexical-let by lexical-binding.
13669         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13670         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13671         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13673 2012-04-26  Chong Yidong  <cyd@gnu.org>
13675         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13676         (diff-mode-shared-map): Bind it to / and [remap undo].
13678         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13679         (ediff-window-setup-function): Use it as the default, to set up
13680         windows based on whether the current frame is graphical (Bug#2138).
13681         (ediff-choose-window-setup-function-automatically): Make obsolete.
13683         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13685 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13687         * ffap.el: Remove old code for obsolete package.
13688         (ffap-complete-as-file-p): Remove.
13690         Use completion-table-with-quoting for comint and pcomplete.
13691         * comint.el (comint--unquote&requote-argument)
13692         (comint--unquote-argument, comint--requote-argument): New functions.
13693         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13694         (comint-quote-filename): Use regexp-opt-charset.
13695         (comint--common-suffix, comint--common-quoted-suffix)
13696         (comint--table-subvert): Remove.
13697         (comint-unquote-function, comint-requote-function): New vars.
13698         (comint--complete-file-name-data): Use them with
13699         completion-table-with-quoting.
13700         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13701         * pcomplete.el (pcomplete-arg-quote-list)
13702         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13703         (pcomplete-unquote-argument-function): Default to non-nil.
13704         (pcomplete-unquote-argument): Simplify.
13705         (pcomplete--common-quoted-suffix): Remove.
13706         (pcomplete-requote-argument-function): New var.
13707         (pcomplete--common-suffix): New function.
13708         (pcomplete-completions-at-point): Use completion-table-with-quoting
13709         and completion-table-subvert.
13711         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13712         (minibuffer--double-dollars): Preserve properties.
13713         (completion--sifn-requote): New function.
13714         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13716         * minibuffer.el: Add support for completion of quoted/escaped data.
13717         (completion-table-with-quoting, completion-table-subvert): New funs.
13718         (completion--twq-try, completion--twq-all): New functions.
13719         (completion--nth-completion): New function.
13720         (completion-try-completion, completion-all-completions): Use it.
13722 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13724         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13725         Use compilation-message if available to find real filename.
13727 2012-04-25  Chong Yidong  <cyd@gnu.org>
13729         * vc/diff-mode.el (diff-setup-whitespace): New function.
13730         (diff-mode): Use it.
13732         * vc/diff.el (diff-sentinel):
13733         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13734         Whitespace mode variables based on diff style (Bug#8612).
13736 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13738         * progmodes/python.el (python-send-region): Add suffix .py to the
13739         temp file.
13741         * files.el (auto-mode-alist): Use javascript-mode instead.
13743 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13745         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13747         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13748         (soap-resolve-references-for-array-type): Hack to prevent self
13749         references, see Bug#9.
13750         (soap-parse-envelope): Report the contents of the 'detail' node
13751         when receiving a fault reply.
13752         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13754         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13755         (soap-inspect-simple-type): New function.
13757         * net/soap-client.el (soap-simple-type): New struct.
13758         (soap-default-xsd-types, soap-default-soapenc-types)
13759         (soap-decode-basic-type, soap-encode-basic-type):
13760         support unsignedInt and double basic types.
13761         (soap-resolve-references-for-simple-type)
13762         (soap-parse-simple-type, soap-encode-simple-type): New function.
13763         (soap-parse-schema): Parse xsd:simpleType declarations.
13765         * net/soap-client.el (soap-default-xsd-types)
13766         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13767         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13768         the local name of "soapenc:Array".
13769         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13770         decoding integer, byte and anyURI xsd types.
13772 2012-04-25  Chong Yidong  <cyd@gnu.org>
13774         * cus-edit.el (custom-buffer-create-internal): Update header text.
13776 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13778         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13779         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13780         set interactive-mode on in GDB.
13782 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13784         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13785         (ruby-syntax-propertize-regexp): Remove.
13786         (ruby-syntax-propertize-function): Split regexp into chunks.
13787         Match following code directly.
13789 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13791         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13792         (ruby-syntax-propertize-regexp): New function.
13793         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13794         by a special keyword.
13796         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13797         (ruby-syntax-general-delimiters-goto-beg)
13798         (ruby-syntax-propertize-general-delimiters): New functions.
13799         (ruby-syntax-propertize-function): Use them to handle GDL.
13800         (ruby-font-lock-keywords): Move old handling of GDL...
13801         (ruby-font-lock-syntactic-keywords): .. to here.
13802         (ruby-calculate-indent): Adjust indentation for GDL.
13804 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13806         * notifications.el (top): Remove unneeded declarations.
13807         (notifications-specification-version): Change to "1.2".
13808         (notifications-interface, notifications-notify-method)
13809         (notifications-close-notification-method): Fix docstring.
13810         (notifications-get-capabilities-method): New defconst.
13811         (notifications-notify): Add :action-items, :resident and
13812         :transient hints.  Change "image_data" to "image-data" and
13813         "image_path" to "image-path".
13814         (notifications-get-capabilities): New defun.
13816 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13818         * progmodes/python.el: Move hideshow setup to the end.
13820 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13822         * window.el (handle-select-window): Clear echo area since this is
13823         no more done by read_char (Bug#11304).
13825 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13827         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13828         and `/ M' to filter-derived-mode.
13829         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13830         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13831         (ibuffer-mark-by-mode): Use default rather than initial-input.
13832         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13834 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13836         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13837         (ibuffer-filter-by-derived-mode): New filter.
13838         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13840 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13842         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13844 2012-04-23  Chong Yidong  <cyd@gnu.org>
13846         * cus-edit.el (customize-apropos, customize-apropos-options):
13847         Disable matching of non-option variables (Bug#11176).
13848         (customize-option, customize-option-other-window)
13849         (customize-changed-options): Doc fix.
13850         (customize-apropos-options, customize-apropos-faces)
13851         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13853         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13854         Fix word list splitting (Bug#11132).
13855         (apropos-symbol, apropos-keybinding, apropos-label)
13856         (apropos-property, apropos-function-button)
13857         (apropos-variable-button, apropos-misc-button): New faces.
13858         (apropos-symbol-face, apropos-keybinding-face)
13859         (apropos-label-face, apropos-property-face, apropos-match-face):
13860         Variables removed (Bug#8396).
13861         (apropos-library-button, apropos-format-plist, apropos-print)
13862         (apropos-print-doc, apropos-describe-plist): Callers changed.
13864 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13866         * net/xesam.el (xesam-mode-map): Use let-bound map in
13867         initialization.  (Bug#11292)
13869 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13871         Preserve ispell session localwords when switching back to
13872         original buffer.
13874         * textmodes/ispell.el (ispell-buffer-session-localwords):
13875         New buffer-local variable to hold buffer session localwords.
13876         (ispell-kill-ispell): Add option 'clear to delete session
13877         localwords.
13878         (ispell-command-loop, ispell-change-dictionary)
13879         (ispell-buffer-local-words): Preserve session localwords when
13880         needed.
13882         * textmodes/flyspell.el (flyspell-process-localwords)
13883         (flyspell-do-correct): Preserve session localwords when needed.
13885 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13887         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13888         using obsolete `translation-table-for-input'.
13889         (ispell-word, ispell-process-line, ispell-complete-word):
13890         Use plain `insert' instead of removed `ispell-insert-word'.
13892 2012-04-22  Chong Yidong  <cyd@gnu.org>
13894         * cus-edit.el (custom-variable-menu)
13895         (custom-variable-reset-saved, custom-face-menu)
13896         (custom-face-reset-saved): If there is no saved value, make the
13897         "reset-saved" operation bring back the default (Bug#9509).
13898         (custom-face-state): Properly detect themed faces.
13900         * faces.el (face-spec-set): Stop supporting deprecated form of
13901         third arg.
13903 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
13905         Move functions from C to Lisp.  Make non-blocking method calls
13906         the default.  Implement further D-Bus standard interfaces.
13908         * net/dbus.el (dbus-message-internal): Declare function.
13909         Remove unneeded function declarations.
13910         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13911         (dbus-message-type-method-return, dbus-message-type-error)
13912         (dbus-message-type-signal): Declare variables.  Remove local
13913         definitions.
13914         (dbus-interface-dbus, dbus-interface-peer)
13915         (dbus-interface-introspectable, dbus-interface-properties)
13916         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13917         Adapt docstring.
13918         (dbus-interface-objectmanager): New defconst.
13919         (dbus-call-method, dbus-call-method-asynchronously)
13920         (dbus-send-signal, dbus-method-return-internal)
13921         (dbus-method-error-internal, dbus-register-service)
13922         (dbus-register-signal, dbus-register-method): New defuns, moved
13923         from dbusbind.c
13924         (dbus-call-method-handler, dbus-setenv)
13925         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13926         New defuns.
13927         (dbus-call-method-non-blocking): Make it an obsolete function.
13928         (dbus-unregister-object, dbus-unregister-service)
13929         (dbus-handle-event, dbus-register-property)
13930         (dbus-property-handler): Obey the new structure of
13931         `bus-registered-objects'.
13932         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
13933         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13934         Use `dbus-call-method'.
13936 2012-04-22  Chong Yidong  <cyd@gnu.org>
13938         * cus-edit.el (custom-commands, custom-reset-menu)
13939         (Custom-reset-standard): Tweak labels.
13940         (custom-reset-button-menu): Change default to t.
13941         (custom-buffer-create-internal): For the custom-reset-button-menu
13942         case, put the revert button first.
13943         (custom-group-subtitle): New face.
13944         (custom-group-value-create): Align docstring to a specific column.
13946         * wid-edit.el (widget-documentation-link-add): Don't handle
13947         indentation in this function.
13948         (widget-documentation-string-indent-to): New function.
13949         (widget-documentation-string-value-create): Use it.
13951         * autorevert.el (auto-revert):
13952         * epg-config.el (epg):
13953         * ibuffer.el (ibuffer):
13954         * mpc.el (mpc):
13955         * ses.el (ses):
13956         * eshell/eshell.el (eshell):
13957         * net/ange-ftp.el (ange-ftp):
13958         * progmodes/ebnf2ps.el (postscript):
13959         * progmodes/flymake.el (flymake):
13960         * progmodes/prolog.el (prolog):
13961         * progmodes/verilog-mode.el (verilog-mode):
13962         * progmodes/which-func.el (which-func):
13963         * term/xterm.el (xterm):
13964         * textmodes/picture.el (picture):
13965         * textmodes/tildify.el (tildify):
13966         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13967         customization buffers.
13969 2012-04-22  Alan Mackenzie  <acm@muc.de>
13971         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13972         Adding a ) can hide the resulting (..) from searches.  Fix it.
13973         Bound the backward search to the position of the existing (.
13975 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
13977         * progmodes/verilog-mode.el (verilog-mode): Check whether
13978         which-func-modes is t before adding verilog-mode.
13979         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13981 2012-04-21  Leo Liu  <sdl.web@gmail.com>
13983         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13985 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
13987         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13988         filling of the last column of a table (Bug#5635).
13989         (woman-find-next-control-line): New arg, specifying an additional
13990         regexp component for the control line.
13991         (woman2-roff-buffer): Use it.
13992         (woman-break-table): New function.
13993         (woman2-TS): Use it.
13995 2012-04-21  Chong Yidong  <cyd@gnu.org>
13997         * woman.el (woman-set-buffer-display-table, woman-decode-region)
13998         (woman-horizontal-escapes, woman-negative-vertical-space)
13999         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14000         (WoMan-warn-ignored): Use ?\s instead of ?\ .
14002 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14004         * minibuffer.el (completion-file-name-table): Complete user names.
14006 2012-04-20  Leo Liu  <sdl.web@gmail.com>
14008         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14009         and pcase-let*.
14011 2012-04-20  Chong Yidong  <cyd@gnu.org>
14013         * server.el (server-execute): Respect initial-buffer-choice if it
14014         is a string and there are no files to open (Bug#2825).
14015         (server-create-window-system-frame, server-create-tty-frame):
14016         Don't switch buffers here.
14017         (server-process-filter): Only try to open a window system frame if
14018         compiled with graphical support (Bug#8314).
14020 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
14022         * battery.el (battery-echo-area-format): Display remaining time
14023         for sysfs backend too (Bug#11269).
14024         (battery-linux-sysfs): Fix conditional for the charge.
14026 2012-04-20  Chong Yidong  <cyd@gnu.org>
14028         * progmodes/gdb-mi.el (gdb): Revert previous change.
14029         (gdb-inferior-io--init-proc): New function.
14030         (gdb-init-1): Use it.
14031         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14032         responsible for allocating a new pty and hooking it to gdb when
14033         the old pty gets an EIO due to process exit.
14034         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
14035         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14036         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14038 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14040         * window.el (window-min-size, window-sizable, window-min-delta)
14041         (window-max-delta, window--resizable, window-resizable)
14042         (window-total-size, window-full-height-p, window-full-width-p)
14043         (window-in-direction, window--resize-mini-window, window-resize)
14044         (window--resize-child-windows-normal)
14045         (window--resize-child-windows, window--resize-siblings)
14046         (window--resize-this-window, adjust-window-trailing-edge)
14047         (enlarge-window, shrink-window): Doc fixes.
14049 2012-04-20  Chong Yidong  <cyd@gnu.org>
14051         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14052         New function to call delete-process on the gdb-inferior buffer's pty.
14053         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14054         pty process (Bug#11273).
14055         (gdb-update): New arg to suppress talking to the gdb process.
14056         (gdb-done-or-error): Use it.
14057         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14058         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14059         sentinel not being called.
14061         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14063         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14065 2012-04-20  Glenn Morris  <rgm@gnu.org>
14067         * net/network-stream.el (open-network-stream): Doc fix.
14069 2012-04-20  Chong Yidong  <cyd@gnu.org>
14071         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14073 2012-04-20  Alan Mackenzie  <acm@muc.de>
14075         Ensure searching for keywords is case sensitive.
14077         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14078         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14079         (c-defun-name, c-mark-function, c-cpp-define-name)
14080         (c-comment-indent, c-scan-conditionals, c-indent-defun)
14081         (c-context-line-break): Bind case-fold-search to nil.
14083         * progmodes/cc-mode.el (c-font-lock-fontify-region):
14084         Bind case-fold-search to nil.
14086 2012-04-20  Chong Yidong  <cyd@gnu.org>
14088         * mail/sendmail.el (mail-bury): Call return action with the right
14089         Rmail buffer (Bug#11242).
14091         * server.el (server-process-filter): Handle corner case where both
14092         tty and nowait options are present (Bug#11102).
14094 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14096         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14097         (top level): Put into the executable the ident-style '$Id:' tag on
14098         windows-nt as well.
14100 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14102         * electric.el (electric-indent-post-self-insert-function): Check that
14103         electric-indent-mode is enabled in current buffer.
14105 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14107         * imenu.el (imenu-progress-message): Restore; it is "used" in
14108         erc/erc-imenu.el and net/snmp-mode.el.
14110 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14112         * avoid.el (mouse-avoidance-mode): Mark unused arg.
14113         (mouse-avoidance-nudge-mouse): Remove unused binding.
14115         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14117         * descr-text.el (describe-char):
14118         * progmodes/python.el (python-describe-symbol):
14119         Don't call `toggle-read-only', set `buffer-read-only'.
14121         * imenu.el (imenu-default-goto-function): Mark unused args.
14122         (imenu-progress-message): Remove obsolete macro; all callers changed.
14124         * subr.el (keymap-canonicalize): Remove unused binding.
14125         (read-passwd): Mark unused arg.
14127         * tutorial.el (tutorial--display-changes): Remove unused binding.
14128         (tutorial--save-tutorial-to): Remove unused variable.
14130         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14131         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14132         (package-generate-autoloads, package-menu--generate)
14133         (package-menu--find-upgrades): Remove unused bindings.
14135         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14136         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
14137         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14138         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14139         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14140         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14141         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14142         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14143         (cua-delete-char-rectangle): Mark unused args.
14144         (cua-align-rectangle): Remove unused binding.
14146         * mail/rmail.el (compilation--message->loc)
14147         (epa--find-coding-system-for-mime-charset): Declare.
14149         * net/dbus.el (dbus-register-service): Declare.
14150         (dbus-name-owner-changed-handler): Remove unused binding.
14152         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14153         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14154         (nxml-scan-backward-within): Mark unused arg.
14155         (nxml-dynamic-markup-word): Remove unused binding.
14157         * mouse.el (mouse-menu-major-mode-map):
14158         * emacs-lisp/authors.el (authors-scan-change-log)
14159         (authors-add-to-author-list):
14160         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14161         * emacs-lisp/smie.el (smie-auto-fill):
14162         * mail/sendmail.el (mail-bury):
14163         * mail/unrmail.el (unrmail):
14164         * net/tls.el (open-tls-stream):
14165         * textmodes/picture.el (picture-mouse-set-point):
14166         Remove unused bindings.
14168 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
14170         * net/tramp.el (tramp-action-password): Let-bind
14171         `enable-recursive-minibuffers' to t.
14173 2012-04-18  Sam Steingold  <sds@gnu.org>
14175         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14176         instead of 'string to accommodate values like [f11].
14177         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14178         * progmodes/gdb-mi.el: Likewise.
14180 2012-04-18  Leo Liu  <sdl.web@gmail.com>
14182         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14183         current buffer.
14184         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14185         LOCAL is nil.
14187 2012-04-18  Chong Yidong  <cyd@gnu.org>
14189         * simple.el (line-move): Use forward-line if in batch mode
14190         (Bug#11053).
14192 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
14194         * files.el (after-find-file): Do not try to add a final newline if
14195         the buffer is read-only (Bug#11156).
14197 2012-04-17  Richard Stallman  <rms@gnu.org>
14199         * mail/rmail.el (rmail-start-mail):
14200         Pass (rmail-mail-return...) for the return-action.
14201         Pass (rmail-yank-current-message...) for the yank-action.
14202         (rmail-yank-current-message): New function.
14203         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14204         (rmail-reply): Likewise.
14205         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14207         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14208         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
14209         buffer, not newbuf.
14211 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
14213         * server.el (server-ensure-safe-dir): Simplify.
14215 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14217         * emacs-lisp/smie.el: Provide smarter auto-filling.
14218         (smie-auto-fill): New function.
14219         (smie-setup): Use it.
14221         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14223 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
14225         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14226         (comment-indent): Use it.
14228 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
14230         * ses.el: The overall change is to add cell renaming, that is
14231         setting fancy names for cell symbols other than name matching
14232         "\\`[A-Z]+[0-9]+\\'" regexp .
14233         (ses-localvars): Add ses--renamed-cell-symb-list.
14234         (ses-create-cell-variable): New defun.
14235         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14236         (ses-relocate-formula): Relocate formulas only for cells the
14237         symbols of which are not renamed, i.e. symbols whose names do not
14238         match regexp "\\`[A-Z]+[0-9]+\\'".
14239         (ses-relocate-all): Relocate values only for cells the symbols of
14240         which are not renamed.
14241         (ses-load): Create cells variables as the (ses-cell ...) are read,
14242         in order to check row col consistency with cell symbol name only
14243         for cells that are not renamed.
14244         (ses-replace-name-in-formula): New defun.
14245         (ses-rename-cell): New defun.
14247 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
14249         * progmodes/perl-mode.el (perl-indent-parens-as-block):
14250         New option (bug#11118).
14251         (perl-calculate-indent): Respect it.
14253 2012-04-17  Glenn Morris  <rgm@gnu.org>
14255         * dired-aux.el (dired-mark-read-string): Doc fix.
14257 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
14259         * dired-aux.el (dired-mark-read-string): Offer optional completion.
14260         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
14262 2012-04-17  Glenn Morris  <rgm@gnu.org>
14264         * mouse.el (mouse-drag-track):
14265         * speedbar.el (speedbar-frame-mode):
14266         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14268 2012-04-16  Leo Liu  <sdl.web@gmail.com>
14270         * progmodes/python.el: Trivial cleanup.
14272 2012-04-16  Glenn Morris  <rgm@gnu.org>
14274         * vc/vc.el (vc-string-prefix-p):
14275         * vc/pcvs-util.el (cvs-string-prefix-p):
14276         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14277         * mpc.el (mpc-string-prefix-p):
14278         Make all of these into obsolete aliases for string-prefix-p.
14279         Update callers.
14280         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14282         * textmodes/two-column.el: Move custom options to the start.
14283         (frame-width): Remove compat definition.
14284         (2C-associate-buffer, 2C-dissociate):
14285         Use with-current-buffer rather than save-excursion.
14286         (2C-dissociate): Force a mode-line update.
14287         (2C-autoscroll): Use ignore-errors.
14289         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14290         Autoload trivia.
14292         * emacs-lisp/cl-extra.el (*random-state*):
14293         Remove unnecessary declaration.
14295         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14297         * play/cookie1.el (cookie-snarf):
14298         Give an explicit error if input file cannot be read.
14300         * play/yow.el (yow-file): Use expand-file-name rather than concat.
14302         * progmodes/perl-mode.el (c-macro-expand):
14303         Remove unnecessary autoload (it is in loaddefs.el).
14305         * textmodes/picture.el (picture-desired-column)
14306         (picture-update-desired-column): Convert comments to doc-strings.
14307         (picture-substitute): Remove function.
14308         (picture-mode-map): Initialize in the defvar.
14310         * woman.el: Remove eval-after-load for tar-mode.
14311         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14312         (woman-tar-extract-file): Autoload it.
14314         * frame.el (automatic-hscrolling): Make this alias obsolete.
14316 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14318         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14319         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14320         (ispell-dictionary-base-alist): Revert to original XEmacs
14321         friendly version for default.  [:alpha:] will be added in
14322         `ispell-set-spellchecker-params' if needed.
14324 2012-04-16  Chong Yidong  <cyd@gnu.org>
14326         * image.el (imagemagick--file-regexp): New variable.
14327         (imagemagick-register-types): Use it.
14328         (imagemagick-types-inhibit): Add :set function.  Allow new value
14329         of t to inhibit all types.
14331         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14332         so we can preload it.
14334         * loadup.el (fboundp): Preload regexp-opt, needed by
14335         imagemagick-register-types.
14337 2012-04-15  Chong Yidong  <cyd@gnu.org>
14339         * frame.el (scrolling): Remove nearly unused customization group.
14341         * scroll-all.el (scroll-all-mode): Move to windows group.
14343 2012-04-15  Chong Yidong  <cyd@gnu.org>
14345         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14347 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14349         Avoid the use of ((lambda ...) ...) in lexical-binding code.
14350         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14352 2012-04-15  Glenn Morris  <rgm@gnu.org>
14354         * simple.el (process-file-side-effects): Doc fix.
14356 2012-04-15  Glenn Morris  <rgm@gnu.org>
14358         * international/mule-cmds.el (set-language-environment): Doc fix.
14360 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14362         * server.el (server-auth-key, server-generate-key): Doc fixes.
14363         (server-get-auth-key): Doc fix.  Use `string-match-p'.
14364         (server-start): Reflow docstring.
14366 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
14368         * server.el (server-generate-key): `called-interactively-p'
14369         requires a parameter.
14371 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
14373         * server.el (server-auth-key): New variable.
14374         (server-generate-key, server-get-auth-key): New function.
14375         (server-start): Use the new variable and functions to allow
14376         setting a permanent server key (bug#9423).
14378 2012-04-14  Leo Liu  <sdl.web@gmail.com>
14380         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14382 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
14384         Spelling fixes.
14385         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14386         Emacs uses American spelling.
14388 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14390         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14391         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
14392         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14393         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
14395 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14397         * progmodes/which-func.el (which-func-modes): Change default.
14399 2012-04-14  Kim F. Storm  <storm@cua.dk>
14401         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14402         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14404 2012-04-14  Chong Yidong  <cyd@gnu.org>
14406         * custom.el (custom-theme-set-variables): Doc fix.
14408 2012-04-14  Glenn Morris  <rgm@gnu.org>
14410         * international/mule.el (set-auto-coding-for-load): Doc fix.
14412 2012-04-14  Alan Mackenzie  <acm@muc.de>
14414         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14415         imenu work again for Objective C Mode.  Correct the *-index values,
14416         these having been disturbed by a previous change in 2011-08.
14418         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14419         Correct two search limits.
14421 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14423         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14425 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
14427         * international/characters.el: Fix sorting.
14429 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14431         * international/characters.el: Add more missing Latin case pairs.
14433 2012-04-14  Glenn Morris  <rgm@gnu.org>
14435         * files.el (dir-locals-set-class-variables): Doc fix.
14437 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14439         * international/characters.el: Add set-case-syntax-pair call for
14440         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14441         counterpart.  (Bug#11209)
14443         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
14445 2012-04-14  Glenn Morris  <rgm@gnu.org>
14447         * calendar/holidays.el (calendar-check-holidays): Doc fix.
14449 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14451         * textmodes/ispell.el (ispell-dictionary-base-alist):
14452         Add data for Hebrew.
14454 2012-04-14  Chong Yidong  <cyd@gnu.org>
14456         * net/rcirc.el (rcirc-cmd-quit):
14457         Revert 2012-03-18 change (Bug#11192).
14459 2012-04-14  Glenn Morris  <rgm@gnu.org>
14461         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14463 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14465         * minibuffer.el (completion-in-region-mode-map):
14466         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
14468 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
14470         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14472 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
14474         * minibuffer.el (minibuffer-local-filename-syntax): New variable
14475         to allow `C-M-f' and `C-M-b' to move to the nearest path
14476         separator (bug#9511).
14478 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
14480         * avoid.el: Require cl when compiling.  And also move the
14481         `provide' to the end.
14483 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14485         * avoid.el (mouse-avoidance-banish-position): New variable.
14486         (mouse-avoidance-banish-destination): Use it (bug#10165).
14488 2012-04-13  Leo Liu  <sdl.web@gmail.com>
14490         * progmodes/which-func.el (which-func-modes): Add objc-mode.
14492 2012-04-13  Ken Brown  <kbrown@cornell.edu>
14494         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14495         this is no longer needed now that cygstart understands file:// URLs.
14496         (browse-url-filename-alist): For the same reason, don't modify
14497         file:// URLs on Cygwin.
14499 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14501         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14502         the region on shift if the binding is already shifted (bug#11221).
14504 2012-04-12  Glenn Morris  <rgm@gnu.org>
14506         * mail/mailpost.el: Move to obsolete/.
14508 2012-04-12  Drew Adams  <drew.adams@oracle.com>
14510         * imenu.el (imenu--generic-function): Ignore invisible definitions
14511         (bug#10123).
14513 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
14515         * hexl.el (hexl-bits): New variable.
14516         (hexl-options): Mention the variable in the doc string.
14517         (hexl-rulerise, hexl-line-displen): New functions.
14518         (hexl-mode): Mention the new variable.
14519         (hexl-mode, hexl-current-address, hexl-current-address):
14520         Use the displen.
14521         (hexl-ascii-start-column): New function.
14522         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14523         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14525 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14527         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14528         '("-i" ENCODING), in 2 separate command-line arguments, to specify
14529         the encoding, as expected by hunspell.
14531 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14533         * battery.el (battery--linux-sysfs-regexp): New const.
14534         (battery-status-function): Use it.  Remove yeeloong special case.
14535         (battery-yeeloong-sysfs): Remove.
14536         (battery-echo-area-format): Remove yeeloong special case.
14538 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14540         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14541         Reported by Noah Friedman.
14543         * subr.el (read-passwd): Use read-string.
14545 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14547         * vcursor.el (vcursor-move): Increase the priority of the overlay
14548         (bug#9663).
14550 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
14552         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14553         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14555 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
14557         * textmodes/artist.el (artist-mode): Convert artist-mode to use
14558         define-minor-mode (bug#10760).
14560 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14562         * progmodes/grep.el (rgrep): Tweak the find command line so
14563         that directories matching `grep-find-ignored-files' won't be
14564         pruned (bug#10351).
14566 2012-04-11  Chong Yidong  <cyd@gnu.org>
14568         * startup.el (command-line): Remove support for long-obsolete
14569         variable font-lock-face-attributes.
14571 2012-04-11  Glenn Morris  <rgm@gnu.org>
14573         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14575 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14577         * window.el (window--state-get-1): Obey window-point-insertion-type.
14579 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
14581         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14582         to previous function when point is on the first character of a
14583         function.  Take care of that in `narrow-to-defun' (bug#6157).
14585 2012-04-11  Glenn Morris  <rgm@gnu.org>
14587         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14588         not just file-errors.
14590         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14591         (vc-bzr-sha1): Use internal sha1.
14593 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14595         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14597 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
14599         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14600         that start in the middle of the line (bug#10496).
14602 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
14604         * battery.el (battery-linux-proc-acpi): Only one battery is
14605         discharged at a time, but that seems to confuse battery.el when
14606         computing `rate-type' for the battery not being discharged
14607         (bug#10332).
14609 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14611         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14613         * international/quail.el: Use dolist and simplify.
14614         (quail-define-package, quail-update-keyboard-layout)
14615         (quail-define-rules): Use dolist.
14616         (quail-insert-kbd-layout, quail-get-translation): CSE.
14618         * tmm.el: Use dolist, remove left over hook.
14619         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14620         Use dolist.
14621         (calendar-load-hook): Don't mess with it.
14623         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14624         Use derived-mode-p.  Run the diff asynchronously.
14626 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14628         * obsolete/mouse-sel.el: Add an Obsolete-since header.
14630 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
14632         * misc.el: Display absolute path of loaded DLLs (bug#10424).
14633         (list-dynamic-libraries--loaded): New function.
14634         (list-dynamic-libraries--refresh): Use it.
14636 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
14638         * progmodes/python.el (python-fill-paragraph):
14639         Make python-fill-region in a multiline string work when font-lock is
14640         disabled (bug#7018).
14642 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
14644         * language/european.el (cp775): Add oem/legacy (en)coding on
14645         DOS/MS Windows for the Baltic languages.  There are still plenty
14646         of texts written in this encoding/codepage (bug#6519).
14648 2012-04-10  Glenn Morris  <rgm@gnu.org>
14650         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14651         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14653 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
14655         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14656         next-line "n" and previous-line "p" in order to make recentf more
14657         consistent with ibuffer, dired or org-mode (bug#9387).
14659 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14661         * image.el (put-image): Return the overlay created instead of the
14662         optional input string (bug#7834).  Note that this may break code
14663         that is (for some reason or other) depending on `put-image'
14664         returning the string.
14666         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14668         * simple.el (zap-to-char): Allow zapping using input methods
14669         (bug#1580).
14671         * textmodes/fill.el (fill-region): Leave point and mark where they
14672         were before filling (bug#5399).
14674 2012-04-09  Glenn Morris  <rgm@gnu.org>
14676         * version.el (emacs-bzr-get-version):
14677         Handle lightweight checkouts of local branches.
14679 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14681         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14683 2012-04-09  Chong Yidong  <cyd@gnu.org>
14685         * custom.el (custom-variable-p): Return nil for non-symbol
14686         arguments instead of signaling an error.
14687         (user-variable-p): Obsolete alias for custom-variable-p.
14689         * apropos.el (apropos-variable):
14690         * files-x.el (read-file-local-variable):
14691         * simple.el (set-variable):
14692         * woman.el (woman-mini-help):
14693         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14695 2012-04-09  Glenn Morris  <rgm@gnu.org>
14697         * startup.el (normal-top-level): Don't look for leim-list.el
14698         in places where it will not be found.  (Bug#910)
14700         * international/mule-cmds.el (set-default-coding-systems):
14701         * files.el (normal-mode):
14702         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14703         This function was removed with ucs-tables.el in 2008.
14705 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14707         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14708         ispell-encoding8-command to "-i", without a trailing space.
14709         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14710         separate command-line arguments, to specify the encoding, since
14711         that's how hunspell expects it.
14713 2012-04-08  Glenn Morris  <rgm@gnu.org>
14715         * loadup.el: Load bindings before cus-start.
14716         This reduces somewhat the number of "rogue" settings in emacs -Q.
14718 2012-04-07  Glenn Morris  <rgm@gnu.org>
14720         * version.el (emacs-bzr-get-version): New function.
14721         (emacs-bzr-version): New variable.
14722         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14723         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14725 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14727         * international/uni-bidi.el, international/uni-category.el:
14728         * international/uni-combining.el, international/uni-decimal.el:
14729         * international/uni-decomposition.el, international/uni-digit.el:
14730         * international/uni-lowercase.el, international/uni-mirrored.el:
14731         * international/uni-name.el, international/uni-numeric.el:
14732         * international/uni-titlecase.el, international/uni-uppercase.el:
14733         Update for Unicode 6.1.
14735 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14737         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14739 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14741         * window.el (shrink-window): Mention the `window-min-height'
14742         variable in the doc string.
14744 2012-04-05  Bastien Guerry  <bzg@altern.org>
14746         * color.el (color-lighten-name): Fix typo.
14748 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14750         * server.el (server--on-display-p): New function.
14751         (server--on-display-p): Use it.
14753 2012-04-04  GĂ¡bor Vida  <vidagabor@gmail.com>  (tiny change)
14755         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14756         (bug#11145).
14758 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14760         * comint.el (comint--common-quoted-suffix): Check string boundary
14761         before comparing (bug#11158).
14762         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14764 2012-04-04  Chong Yidong  <cyd@gnu.org>
14766         * minibuffer.el (completion-extra-properties): Doc fix.
14768         * subr.el (delayed-warnings-hook): Doc fix.
14770 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14772         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14773         selection (Bug#11159).
14774         (epa-insert-keys): Inform that the default public key will be
14775         exported if no key is selected.
14777 2012-04-04  Richard Stallman  <rms@gnu.org>
14779         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14781 2012-04-03  Chong Yidong  <cyd@gnu.org>
14783         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14784         mail-insert-file, not its obsolete alias mail-attach-file.
14786 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14788         * notifications.el (notifications-notify): Fix docstring.
14790 2012-04-02  Glenn Morris  <rgm@gnu.org>
14792         * emacs-lisp/authors.el (authors-aliases): Another addition.
14794 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14796         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14797         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14798         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14800 2012-04-01  Chong Yidong  <cyd@gnu.org>
14802         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14803         Handle root directory properly.
14804         (copy-directory): Caller changed.
14806         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14807         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14809 2012-03-31  Glenn Morris  <rgm@gnu.org>
14811         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14813         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14815         * calendar/calendar.el (calendar-window-list)
14816         (calendar-hide-window): Restore.  (Bug#11140)
14817         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14819         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14821 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14823         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14824         Check if file is a symlink (Bug#10489).
14826         * files.el (copy-directory): Likewise.
14828 2012-03-30  Chong Yidong  <cyd@gnu.org>
14830         * image.el (imagemagick-types-inhibit)
14831         (imagemagick-register-types): Doc fix.
14833 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14835         * textmodes/ispell.el (ispell-get-extended-character-mode):
14836         Disable extended-char-mode for hunspell.  hunspell does not support it
14837         and treats ~word as ordinary words in pipe mode.
14839 2012-03-30  Glenn Morris  <rgm@gnu.org>
14841         * tutorial.el (help-with-tutorial): Ensure local variables don't
14842         happen to make the buffer read-only.  (Bug#11127)
14844 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14846         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14847         (perl-calculate-indent): Return `noindent' in strings.
14849 2012-03-28  Sam Steingold  <sds@gnu.org>
14851         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14852         instead of the broken adhockery which does not prevent calendar
14853         buffers from being displayed at random after exit.
14854         (calendar-window-list, calendar-hide-window): Remove the broken
14855         adhockery.
14857 2012-03-28  Glenn Morris  <rgm@gnu.org>
14859         * replace.el (query-replace-map): Doc fix.
14861 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14863         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14864         contents.  (Bug#11109)
14866 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14868         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14869         (bug#11077).
14870         (avl-tree--check, avl-tree--check-node): New funs.
14872 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
14874         * window.el (switch-to-visible-buffer): New option.
14875         (switch-to-prev-buffer, switch-to-next-buffer):
14876         Observe switch-to-visible-buffer.  Make sure that checking for a window
14877         showing a buffer already is done on the same frame.
14879 2012-03-27  Glenn Morris  <rgm@gnu.org>
14881         * startup.el (mail-host-address): Doc fix.
14883 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14885         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14886         than 197 variables.
14888 2012-03-26  Ami Fischman  <ami@fischman.org>
14890         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14892 2012-03-26  Glenn Morris  <rgm@gnu.org>
14894         * files.el (save-buffers-kill-emacs): Doc fix.
14896         * startup.el (normal-top-level, command-line, command-line-1):
14897         Give them doc strings.
14899 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
14901         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14902         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14904 2012-03-25  Chong Yidong  <cyd@gnu.org>
14906         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14907         theme if it was previously enabled before (Bug#11031).
14909         * cus-theme.el (custom-theme-write-faces): Retrieve current face
14910         spec with custom-face-get-current-spec if its :shown-value is not
14911         determined yet (Bug#9337).
14912         (customize-create-theme, custom-theme-revert): Doc fixes.
14914         * button.el (button-at): Minor addition to docstring.
14916 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
14918         * vc/vc.el (vc-merge): Fix a prompt.
14920 2012-03-24  Chong Yidong  <cyd@gnu.org>
14922         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14923         point (Bug#9623).
14925         * button.el (button-at): Minor addition to docstring.
14927 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14929         * newcomment.el (comment-choose-indent): No space after BOL.
14931 2012-03-22  Sam Steingold  <sds@gnu.org>
14933         * window.el (switch-to-prev-buffer): Revert last patch because the
14934         bug turned out to be an advertised feature (Elisp manual 28.14).
14936 2012-03-22  Glenn Morris  <rgm@gnu.org>
14938         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
14939         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14941 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14943         * net/network-stream.el (network-stream-open-starttls): Make error
14944         message under Windows be less misleading.
14946 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
14948         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14949         understands (bug#9942).
14951 2012-03-22  Chong Yidong  <cyd@gnu.org>
14953         * simple.el (end-of-visible-line): Handle return value of
14954         next-single-property-change properly (Bug#9371).
14956 2012-03-22  Kenichi Handa  <handa@m17n.org>
14958         * international/quail.el (quail-insert-kbd-layout): Fix previous
14959         change.  To avoid unwanted bidi reordering, use
14960         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14962 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
14964         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14965         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14966         (ruby-beginning-of-indent): Be more careful with the difference
14967         between word-boundary and symbol boundary.
14968         (ruby-mode-syntax-table): Make : a symbol constituent.
14970 2012-03-21  Andreas Politz  <politza@fh-trier.de>
14972         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14974 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14976         * progmodes/etags.el (tags-completion-at-point-function):
14977         Improve last fix.
14979         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14981 2012-03-21  Sam Steingold  <sds@gnu.org>
14983         * progmodes/etags.el (tags-completion-at-point-function):
14984         Avoid the error when point is inside the pattern.
14986 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
14988         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14989         line (Bug#10855).
14991 2012-03-21  Drew Adams  <drew.adams@oracle.com>
14993         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14995 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
14997         * ido.el (ido-set-current-directory, ido-read-internal)
14998         (ido-choose-completion-string, ido-completion-help): Handle nil
14999         value of ido-completion-buffer (Bug#11008).
15001 2012-03-21  Sam Steingold  <sds@gnu.org>
15003         * window.el (switch-to-prev-buffer): Do not switch to a visible
15004         window previous buffer, just like with the frame previous buffers.
15006 2012-03-21  Chong Yidong  <cyd@gnu.org>
15008         * faces.el (make-face, make-empty-face, copy-face):
15009         * face-remap.el (face-remap-add-relative, face-remap-set-base):
15010         Doc fixes.
15012 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15014         * wid-edit.el (widget-complete-field): Remove (bug#11051).
15015         (widget-complete): Remove broken use of it.
15017 2012-03-20  Chong Yidong  <cyd@gnu.org>
15019         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15020         Use string-width and truncate-string-width to handle arbitrary
15021         characters.
15023 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
15025         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15026         to draw rectangles, not squares.  (Regression introduced by revno
15027         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15029 2012-03-18  Chong Yidong  <cyd@gnu.org>
15031         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15032         it is not yet defined (for temacs).
15034 2012-03-18  Leo Liu  <sdl.web@gmail.com>
15036         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15037         prefix.
15039 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15041         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15042         (ispell-choices-win-default-height, ispell-silently-savep)
15043         (ispell-dictionary-alist, ispell-encoding8-command)
15044         (ispell-check-version, ispell-aspell-find-dictionary)
15045         (ispell-valid-dictionary-list, ispell-words-keyword)
15046         (ispell-get-word, ispell-internal-change-dictionary)
15047         (ispell-region, ispell-skip-region-list)
15048         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15049         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15050         (ispell-message-text-end, ispell-message)
15051         (ispell-buffer-local-parsing): Doc fix.
15053 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
15055         * htmlfontify.el: Add support for code block fontification for ODT
15056         export (Bug #9914).
15057         (hfy-optimisations): Define new option
15058         `body-text-only'
15059         (hfy-fontify-buffer): Honor above setting.
15060         (hfy-begin-span, hfy-end-span): New routines factored out form
15061         `hfy-fontify-buffer'.
15062         (hfy-begin-span-handler, hfy-end-span-handler): New variables
15063         that permit insertion of custom tags.
15064         (hfy-fontify-buffer): Use above handlers.
15065         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15066         (hfy-face-to-css): Re-defined to be a variable.
15067         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
15068         over multiple runs.  This is made possible by having the caller let
15069         bind a special variable `hfy-user-sheet-assoc'.
15070         (htmlfontify-string): New defun.
15071         (hfy-compile-face-map): Make sure that the last char in the
15072         buffer is correctly fontified.
15073         (hfy-face-resolve-face): Whitespace only change.
15075 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15077         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15078         message more clear.
15080 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15082         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15084 2012-03-16  Alan Mackenzie  <acm@muc.de>
15086         Further optimize the handling of large macros.
15088         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15089         limit to a call of `c-literal-limits'.
15090         (c-determine-+ve-limit): New function.
15091         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15092         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15093         In CASE 5B, restrict a search limit to 500.
15094         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15096         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15097         Restrict macro bounds to +-500 from after-change's BEG END.
15099 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15101         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15103 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
15105         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15106         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
15108 2012-03-16  Glenn Morris  <rgm@gnu.org>
15110         * view.el (view-buffer, view-buffer-other-window)
15111         (view-buffer-other-frame): Doc fixes re special mode-class.
15113         * subr.el (eval-after-load): If named feature is provided not from
15114         a file, run after-load forms.  (Bug#10946)
15116         * calendar/calendar.el (calendar-insert-at-column):
15117         Handle non-unit-width characters a bit better.  (Bug#10978)
15119 2012-03-15  Chong Yidong  <cyd@gnu.org>
15121         * emacs-lisp/ring.el (ring-extend): New function.
15122         (ring-insert+extend): Extend the ring correctly (Bug#11019).
15124         * comint.el (comint-read-input-ring)
15125         (comint-add-to-input-history): Grow comint-input-ring lazily.
15127 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15129         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15130         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15132         * imenu.el: Fix multiple inheritance breakage (bug#9199).
15133         (imenu-add-to-menubar): Don't add a redundant index.
15134         (imenu-update-menubar): Handle a dynamically composed keymap.
15136 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15138         * mail/sendmail.el (mail-encode-header):
15139         Bind rfc2047-encode-encoded-words to nil.
15141 2012-03-13  Glenn Morris  <rgm@gnu.org>
15143         * calendar/calendar.el (calendar-string-spread):
15144         Handle non-unit-width characters a bit better.  (Bug#10978)
15146 2012-03-13  Leo Liu  <sdl.web@gmail.com>
15148         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15149         directory and file as argument (Bug#10822).
15151 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15153         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15154         For dynamically generated code, follow $PC.
15155         (gdb-disassembly-handler-custom): Handle no function name case.
15157 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
15159         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15160         * emulation/ws-mode.el (ws-query-replace):
15161         * sort.el (sort-regexp-fields):
15162         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
15164 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15166         * dabbrev.el: Fix cycle completion order (bug#10963).
15167         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15168         (dabbrev-completion): Don't use an obarray; provide
15169         a cycle-sort-function.
15171 2012-03-12  Leo Liu  <sdl.web@gmail.com>
15173         * simple.el (kill-new): Use equal-including-properties for comparison.
15174         (kill-do-not-save-duplicates): Doc fix.
15176 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15178         * dabbrev.el: Fix cycle completion (bug#10963).
15179         Use lexical binding and wrap to 80 columns.
15180         (dabbrev-completion): Delay computing the list of completions.
15182 2012-03-12  Kenichi Handa  <handa@m17n.org>
15184         * international/quail.el (quail-insert-kbd-layout): Surround each
15185         row by LRO and PDF instead of inserting many LRMs.  Pad the left
15186         and right of each non-spacing marks.  Insert invisible space
15187         between lower and upper characters to prevent composition.
15189 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15191         * minibuffer.el (minibuffer-complete): Don't get confused when the
15192         function is run twice via different commands (bug#10958).
15193         (complete-with-action): Fix docstring.
15195 2012-03-12  Chong Yidong  <cyd@gnu.org>
15197         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15198         (nxml-completion-at-point-function): New function.
15199         (nxml-mode): Use it.
15200         (nxml-bind-meta-tab-to-complete-flag): Default to t.
15202         * emacs-lisp/package.el (package-unpack, package-unpack-single):
15203         Load generated autoloads file before byte compiling (Bug#10970).
15204         (package--make-autoloads-and-compile): New helper fun.
15206 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
15208         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15210 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
15212         * autorevert.el (auto-revert-handler): Ensure, that
15213         file-readable-p is applied only for local files or in
15214         auto-revert-tail-mode.
15216 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
15218         * server.el (server-eval-at): Handle non-tcp connections.
15219         Decode result string.
15221         * server.el (server-msg-size): New constant.
15222         (server-reply-print): New function.
15223         (server-eval-and-print): Use it.
15224         (server-eval-at): Use server-quote-arg and server-unquote-arg.
15225         Handle -print-nonl.
15227 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
15229         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15230         (Bug#10987).
15232 2012-03-11  Chong Yidong  <cyd@gnu.org>
15234         * simple.el (goto-line): Doc fix (Bug#9938).
15236         * subr.el (save-window-excursion): Doc fix (Bug#9979).
15238         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15239         when finished (Bug#10963).
15241 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
15243         * window.el (split-window-below): Fix bug in case where
15244         split-window-keep-point is nil (Bug#10971).
15246 2012-03-11  Juri Linkov  <juri@jurta.org>
15248         * replace.el (replace-highlight): Set isearch-word to nil
15249         unconditionally.  (Bug#10887)
15251 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
15253         * net/mairix.el (mairix-replace-invalid-chars): Rename from
15254         mairix-replace-illegal-chars; all callers changed.  Don't remove
15255         ^, ~, and = characters: they are meaningful in mairix search specs.
15256         (mairix-widget-create-query): Add usage information about mairix
15257         search forms: negating words, searching for substrings, etc.
15259 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
15261         * international/fontset.el (font-encoding-alist): Add an entry for
15262         ksx1001 (Bug#5667).
15264 2012-03-10  Richard Stallman  <rms@gnu.org>
15266         * mail/sendmail.el (mail-encode-header):
15267         Set rfc2047-encode-encoded-words.
15269         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15271         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15272         view buffer means not swapped.
15273         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15274         (rmail-write-region-annotate): Error if real text has disappeared.
15276         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15278 2012-03-10  Chong Yidong  <cyd@gnu.org>
15280         * emulation/cua-rect.el (cua--init-rectangles):
15281         * emulation/cua-base.el (cua--init-keymaps):
15282         Add delete-forward-char to remappings (Bug#9666).
15284 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
15286         * speedbar.el (speedbar-unhighlight-one-tag-line):
15287         Avoid unhighlighting due to frame switching (Bug#10275).
15289 2012-03-10  Chong Yidong  <cyd@gnu.org>
15291         * minibuffer.el (completion-in-region, completion-help-at-point):
15292         Give the completion field overlay a high priority (Bug#6830).
15294         * dired.el (dired-goto-file): Recognize absolute file name
15295         listings (Bug#7126).
15296         (dired-goto-file-1): New helper function.
15297         (dired-toggle-read-only): Inhibit warnings.
15299 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
15301         * net/dbus.el (dbus-property-handler): Return empty array if
15302         there are no properties.
15304 2012-03-09  Leo Liu  <sdl.web@gmail.com>
15306         * savehist.el (savehist-printable): Stricter check for string
15307         value (Bug#10937).
15309 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
15311         * mail/smtpmail.el (smtpmail-send-it):
15312         Bind coding-system-for-write to *-unix, so that FCC files are kept in
15313         valid mbox format.
15315 2012-03-09  Glenn Morris  <rgm@gnu.org>
15317         * files.el (dir-locals-find-file):
15318         Don't check result is regular, readable.
15319         (dir-locals-read-from-file): Demote errors.
15321 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
15323         * international/quail.el (quail-insert-kbd-layout):
15324         Insert invisible LRM characters before each character in a keyboard
15325         layout cell, to prevent their reordering by bidi display engine.
15326         For details, see the discussion in
15327         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15329 2012-03-08  Alan Mackenzie  <acm@muc.de>
15331         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15332         the starting position; make it extend the marked region when
15333         invoked repeatedly - all under appropriate circumstances.
15334         Fixes bugs #5525, #10906.
15336 2012-03-08  Glenn Morris  <rgm@gnu.org>
15338         * files.el (locate-dominating-file, dir-locals-find-file):
15339         Undo 2012-03-06 change.
15341 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
15343         * international/quail.el (quail-help):
15344         Force bidi-paragraph-direction be left-to-right.  See discussion in
15345         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15346         for the reason.
15348 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
15350         Avoid superfluous registering of signals.  (Bug#10807)
15352         * notifications.el (notifications-on-action-object)
15353         (notifications-on-close-object): New defvars.
15354         (notifications-on-action-signal, notifications-on-closed-signal):
15355         Unregister the signal if not needed any longer.
15356         (notifications-notify): Register `notifications-action-signal' or
15357         `notifications-closed-signal', if :on-action or :on-close has been
15358         passed as argument.
15360 2012-03-07  Chong Yidong  <cyd@gnu.org>
15362         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15363         non-X platforms.
15365 2012-03-06  Glenn Morris  <rgm@gnu.org>
15367         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15368         (x-disown-selection-internal, x-get-selection-internal):
15369         Doc fix (add arglist signatures).  (Bug#10783)
15371 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15373         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15374         Handle breakpoints with no "type".
15376 2012-03-06  Glenn Morris  <rgm@gnu.org>
15378         * files.el (locate-dominating-file): Add optional predicate argument.
15379         (dir-locals-find-file): Make use of above change.
15381 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
15383         * info.el (Info-insert-dir): Also try "dir.gz".
15385 2012-03-06  Glenn Morris  <rgm@gnu.org>
15387         * files.el (dir-locals-find-file):
15388         Ignore non-readable or non-regular files.  (Bug#10928)
15390         * files.el (locate-dominating-file): Doc fix.
15392 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
15394         * calendar/calendar.el (calendar-set-mode-line):
15395         `getenv' returns a string.  (Bug#10951)
15397 2012-03-05  Leo Liu  <sdl.web@gmail.com>
15399         * simple.el (backward-delete-char-untabify): Constrain point to
15400         field (Bug#10939).
15402         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15404 2012-03-05  Chong Yidong  <cyd@gnu.org>
15406         * simple.el (count-words): If called from Lisp, return the word
15407         count, for symmetry with `count-lines'.  Arglist changed.
15408         (count-words--message): Args changed.  Consolidate counting code
15409         from count-words and count-words-region.
15410         (count-words-region): Caller changed.
15411         (count-lines-region): Make it an obsolete alias.
15413 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
15415         * saveplace.el (save-place-to-alist)
15416         (save-place-ignore-files-regexp): Allow value nil to disable this
15417         feature.
15419 2012-03-04  Chong Yidong  <cyd@gnu.org>
15421         * faces.el (face-spec-reset-face): For the default face, reset the
15422         attributes to default values (Bug#10748).
15424 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15427         previous patch: Check `message-send-mail-function', and not the
15428         default function (bug#10897).
15430 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
15432         * notifications.el (notifications-on-action-signal)
15433         (notifications-on-closed-signal): Check for unique service name of
15434         incoming event.  Fix error in removing entry.
15435         (top): Register for signals with wildcard service name.
15436         (notifications-notify): Use daemon unique service name for map entries.
15438 2012-03-04  Chong Yidong  <cyd@gnu.org>
15440         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15442 2012-03-04  Glenn Morris  <rgm@gnu.org>
15444         * abbrev.el (copy-abbrev-table, abbrev-table-p)
15445         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15446         (expand-abbrev, define-abbrev-table): Doc fixes.
15448 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15450         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15451         `message-default-send-mail-function' and not `send-mail-function'
15452         when doing the prompting for `sendmail-query-once' before sending
15453         in Message buffers (bug#10897).
15455         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15456         This is inconsistent with all the other stream functions, which leave
15457         the setting up to the higher levels (if so wanted) (bug#10931).
15459 2012-03-02  Alan Mackenzie  <acm@muc.de>
15461         Depessimize the handling of very large macros.
15463         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15464         (c-macro-cache-syntactic): New variables to implement a one
15465         element macro cache.
15466         (c-invalidate-macro-cache): New function.
15467         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15468         Adapt to use the new cache.
15469         (c-state-safe-place): Use better the cache of safe positions.
15470         (c-state-semi-nonlit-pos-cache)
15471         (c-state-semi-nonlit-pos-cache-limit):
15472         New variables for...
15473         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
15474         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15475         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15476         Use c-state-semi-safe-place.
15478         * progmodes/cc-langs.el (c-get-state-before-change-functions):
15479         Add c-invalidate-macro-cache to the C, C++, Obj entries.
15481 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
15483         * jka-compr.el (jka-compr-call-process):
15484         Apply `file-accessible-directory-p' only when the default directory is
15485         not remote.
15487 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
15489         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
15490         access of FILE2, if FILE1 does not exist.
15492         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15493         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15495         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15496         Add "PAGER=" to `process-environment'.
15498 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
15500         * progmodes/sql.el: Bug fix
15501         (sql-get-login-ext): Save login values in globals.
15502         (sql-get-login): Use new version of `sql-get-login-ext'.
15503         (sql-interactive-mode): Set global `sql-connection' to nil.
15504         (sql-connect): Set global values for connection.
15505         (sql-product-interactive): Save global values as buffer local.
15507 2012-02-29  Leo Liu  <sdl.web@gmail.com>
15509         * abbrev.el (define-abbrevs): Reset sys to nil.
15511 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15513         * files.el (file-equal-p): Rename from `files-equal-p'.
15514         Return nil when one or both files don't exist.
15515         (file-subdir-of-p): Now only top directory must exists,
15516         return nil if it doesn't.
15517         (copy-directory): No need to test with `file-subdir-of-p' after
15518         creating dir.
15519         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15520         to `file-equal-p'.
15522 2012-02-28  Glenn Morris  <rgm@gnu.org>
15524         * shell.el (shell-mode):
15525         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15526         * play/landmark.el (landmark-font-lock-face-O):
15527         * play/handwrite.el (handwrite):
15528         * play/gomoku.el (gomoku-O):
15529         * net/browse-url.el (browse-url-browser-display):
15530         * international/mule.el (define-charset):
15531         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15532         * filesets.el (filesets-find-file-delay):
15533         * eshell/em-xtra.el (eshell-xtra):
15534         * eshell/em-unix.el (eshell-grep):
15535         * emulation/viper.el (viper-mode):
15536         * emacs-lisp/regexp-opt.el (regexp-opt-group):
15537         * emacs-lisp/easymenu.el (easy-menu-define):
15538         * calendar/timeclock.el (timeclock-use-display-time):
15539         * bs.el (bs-mode):
15540         * bookmark.el (bookmark-save-flag):
15541         Doc fix (standardize possessive apostrophe usage).
15543 2012-02-27  Chong Yidong  <cyd@gnu.org>
15545         * emulation/viper-cmd.el (viper-intercept-ESC-key):
15546         Fix key-binding lookup for ESC key (Bug#9146).
15548         * font-lock.el (font-lock-specified-p): Rename from
15549         font-lock-spec-present.  Callers changed.
15551 2012-02-27  Daniel Hackney  <dan@haxney.org>
15553         * emacs-lisp/package.el (package-compute-transaction):
15554         Handle holding a package version to t in package-load-list.
15556 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
15558         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15559         (tramp-get-inode, tramp-get-device): Use cached values.
15561 2012-02-26  Alan Mackenzie  <acm@muc.de>
15563         Check there is a font-lock specification before doing initial
15564         fontification.
15566         * font-core.el (font-lock-mode): Move the conditional from
15567         :after-hook to font-lock-initial-fontify.
15568         (font-lock-default-function): Move the check for a specification
15569         to font-lock-spec-present.
15571         * font-lock.el (font-lock-initial-fontify): Call ...
15572         (font-lock-spec-present): New function.
15574 2012-02-26  Jim Blandy  <jimb@red-bean.com>
15576         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15577         (gdb-send): Apply it to the operand of the '-interpreter-exec
15578         console' command, so that we can pass arguments with (say) quotes
15579         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
15581 2012-02-26  Chong Yidong  <cyd@gnu.org>
15583         * help-fns.el (describe-function-1): Clarify description of
15584         remapping (Bug#10844).
15586         * files.el (files-equal-p): Doc fix.
15587         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
15588         and quit the loop once a mismatch is found.
15590 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
15592         * bs.el (bs--show-with-configuration): Don't throw an error
15593         if the window cannot be split; otherwise, subsequent calls to
15594         bs-show fail, restoring a stale window config.  (Bug#10882)
15596 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15598         * term/ns-win.el (global-map): Bind ns-drag-file to
15599         ns-find-file (Bug#5855, Bug#10050).
15601 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
15603         * calendar/parse-time.el (parse-time-string): Allow extractor to
15604         return nil.
15606 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
15608         * net/tramp.el (tramp-file-name-for-operation):
15609         Add `files-equal-p' and `file-subdir-of-p'.
15611         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15612         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15613         Add COPY-CONTENTS argument.
15615 2012-02-25  Chong Yidong  <cyd@gnu.org>
15617         Add custom groups for VC backends, for consistency with vc-bzr.
15619         * vc/vc-arch.el (vc-arch):
15620         * vc/vc-cvs.el (vc-cvs):
15621         * vc/vc-git.el (vc-git):
15622         * vc/vc-hg.el (vc-hg):
15623         * vc/vc-mtn.el (vc-mtn):
15624         * vc/vc-rcs.el (vc-rcs):
15625         * vc/vc-sccs.el (vc-sccs):
15626         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15627         All relevant defcustoms reassigned.
15629 2012-02-25  Chong Yidong  <cyd@gnu.org>
15631         * newcomment.el (comment-styles): Add autoload (Bug#10868).
15633         * term/x-win.el (x-initialize-window-system): Reduce default for
15634         x-selection-timeout to 5 seconds (Bug#8869).
15636 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15638         * files.el (files-equal-p, file-subdir-of-p): New functions.
15639         (copy-directory): Error when trying to copy a directory on itself.
15640         Add missing copy-contents arg to tramp handler.
15641         * dired-aux.el (dired-copy-file-recursive): Same.
15642         (dired-create-files): Modify destination when source is equal to
15643         dest when copying files.
15644         Return also when dest is a subdir of source.  (Bug#10489)
15646 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
15648         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15649         (Bug#10874)
15651 2012-02-23  Alan Mackenzie  <acm@muc.de>
15653         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15654         parameter "after-hook:" to allow the expansion to run code after
15655         the execution of the mode hooks.
15657         * font-lock.el (font-lock-initial-fontify): New function extracted
15658         from font-lock-mode-internal.
15660         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15661         :after-hook.
15663 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15665         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15666         (completion--cache-all-sorted-completions): New function.
15667         (completion-all-sorted-completions): Use it.
15668         (completion--do-completion, minibuffer-force-complete):
15669         Use it to re-instate the flush hook.
15671         * icomplete.el (icomplete-completions): Replace last fix with a better
15672         one (bug#10850).
15674 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15676         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15677         when it might call us back infinitely (bug#10797).
15679 2012-02-23  Glenn Morris  <rgm@gnu.org>
15681         * minibuffer.el (completion-category-overrides): Doc fix.
15683 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15685         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15686         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15688 2012-02-23  Glenn Morris  <rgm@gnu.org>
15690         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15691         (authors-obsolete-files-regexps, authors-ignored-files)
15692         (authors-ambiguous-files, authors-renamed-files-alist):
15693         Add more entries.
15695 2012-02-23  Juri Linkov  <juri@jurta.org>
15697         * isearch.el (isearch-occur): Sync interactive spec with occur's
15698         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15700         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15702 2012-02-22  Juri Linkov  <juri@jurta.org>
15704         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15705         (ucs-insert): Doc fix.  Check for hex digits in the string.
15706         Don't display `nil' in the error message.  (Bug#10857)
15708 2012-02-22  Alan Mackenzie  <acm@muc.de>
15710         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15712 2012-02-22  Glenn Morris  <rgm@gnu.org>
15714         * ffap.el (ffap-c-path):
15715         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15717 2012-02-22  Chong Yidong  <cyd@gnu.org>
15719         * custom.el (load-theme): Doc fix.
15721 2012-02-22  Glenn Morris  <rgm@gnu.org>
15723         * dired-x.el (dired-guess-shell-alist-default):
15724         Remove escape sequences from nroff output.  (Bug#172)
15726 2012-02-21  Glenn Morris  <rgm@gnu.org>
15728         * vc/emerge.el (emerge-defvar-local):
15729         Set `permanent-local' property rather than unused `preserved'.
15731         * textmodes/picture.el (picture-delete-char): New alias.
15732         (picture-mode-map): Use it.  (Bug#10860)
15733         (picture-mode): Doc fix.
15735 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15737         * newcomment.el (uncomment-region-default): Remove unused binding.
15739 2012-02-21  Glenn Morris  <rgm@gnu.org>
15741         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15742         (picture-self-insert, picture-tab-chars): Doc fix.
15743         (picture-mode-map): Fix C-a, C-e.
15745 2012-02-20  Glenn Morris  <rgm@gnu.org>
15747         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15749 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15751         * icomplete.el (icomplete-completions): Check FROM arg before
15752         passing to substring (Bug#10850).
15754 2012-02-19  Chong Yidong  <cyd@gnu.org>
15756         * comint.el: Require ansi-color.
15757         (comint-output-filter-functions): Add ansi-color-process-output.
15759         * ansi-color.el: Don't set comint-output-filter-functions; it is
15760         now in the initial value defined in comint.el.
15761         (ansi-color-apply-face-function): New variable.
15762         (ansi-color-apply-on-region): Use it.
15763         (ansi-color-apply-overlay-face): New function.
15765         * shell.el (shell): No need to require ansi-color.
15766         (shell-mode): Use ansi-color-apply-face-function to highlight
15767         color escapes using font-lock-face property (Bug#10835).
15769 2012-02-19  Chong Yidong  <cyd@gnu.org>
15771         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15772         mode-line formats (Bug#10839).
15774 2012-02-18  Glenn Morris  <rgm@gnu.org>
15776         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15778         * mail/undigest.el (unforward-rmail-message): Doc fix.
15780         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15782 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15784         * international/characters.el (script-list): Sync with the latest
15785         Unicode Character Database.
15787 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15789         * international/titdic-cnv.el: Remove duplicate coding tag.
15790         * language/cham.el: Likewise.
15791         * language/tai-viet.el: Likewise.
15793 2012-02-18  Glenn Morris  <rgm@gnu.org>
15795         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15796         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15797         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15798         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15799         * calendar/holidays.el (holiday-bahai-holidays)
15800         (calendar-holidays, list-holidays):
15801         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15803 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15805         * saveplace.el (save-place-ignore-files-regexp): New variable
15806         allowing for excluding files from saving their location of point.
15807         The default value matches the temporary commit message editing
15808         files from Git, SVN, Bazaar, and Mercurial.
15809         (save-place-to-alist): Use it.
15811 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15812             Stefan Monnier  <monnier@iro.umontreal.ca>
15814         * newcomment.el (uncomment-region-default): Don't leave extra space
15815         when an arg is provided (bug#8150).
15817 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15819         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15821 2012-02-17  Glenn Morris  <rgm@gnu.org>
15823         * net/socks.el: Require network-stream.  (Bug#10599)
15825 2012-02-17  Kenichi Handa  <handa@m17n.org>
15827         * international/charprop.el:
15828         * international/uni-name.el:
15829         * international/uni-old-name.el:
15830         * international/uni-comment.el: Regenerate.
15832 2012-02-16  Glenn Morris  <rgm@gnu.org>
15834         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15835         Interactively in calendar buffer, give an error if not on a date.
15837 2012-02-15  Glenn Morris  <rgm@gnu.org>
15839         * shell.el (shell-delimiter-argument-list):
15840         Revert 2011-02-17 change.  (Bug#8027)
15842 2012-02-15  Chong Yidong  <cyd@gnu.org>
15844         * minibuffer.el (completion-at-point-functions): Doc fix.
15846         * custom.el (defcustom): Doc fix; note use of defvar.
15848 2012-02-15  Glenn Morris  <rgm@gnu.org>
15850         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15851         Doc fixes.
15853 2012-02-14  Glenn Morris  <rgm@gnu.org>
15855         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15857 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15859         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15860         way the ports list is computed.
15861         (smtpmail-query-smtp-server): Prompt the user for a port number if
15862         we can't connect to any of the standard ports (bug#10810).
15864 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15866         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15868 2012-02-13  Glenn Morris  <rgm@gnu.org>
15870         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
15872 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15874         * net/gnutls.el (gnutls-trustfiles): New variable.
15875         (gnutls-negotiate): Use it.
15877 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
15879         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15880         does its stuff if Gnus is running.
15882 2012-02-13  Alan Mackenzie  <acm@muc.de>
15884         Fix a loop in c-set-fl-decl-start.
15886         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15887         c-backward-syntactic-ws actually moves backwards.
15889 2012-02-13  Leo Liu  <sdl.web@gmail.com>
15891         * net/rcirc.el (rcirc-markup-attributes): Move point to the
15892         beginning so that all \C-o chars are removed.
15894 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
15896         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15898 2012-02-12  Alan Mackenzie  <acm@muc.de>
15900         Fix infinite loop with long macros.
15901         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15903 2012-02-12  Chong Yidong  <cyd@gnu.org>
15905         * window.el (display-buffer): Doc fix (Bug#10785).
15907 2012-02-12  Glenn Morris  <rgm@gnu.org>
15909         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15910         (x-disown-selection-internal, x-get-selection-internal):
15911         Sync docs with the xselect.c versions.
15913         * allout-widgets.el: Add missing license notice.
15915 2012-02-11  Glenn Morris  <rgm@gnu.org>
15917         * select.el (x-get-selection-internal, x-own-selection-internal)
15918         (x-disown-selection-internal):
15919         * x-dnd.el (x-get-selection-internal): Update declarations.
15921         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15923         * window.el (window-sides-slots):
15924         * tool-bar.el (tool-bar-position):
15925         * term/xterm.el (xterm-extra-capabilities):
15926         * ses.el (ses-self-reference-early-detection):
15927         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15928         (verilog-auto-wire-type)
15929         (verilog-auto-delete-trailing-whitespace)
15930         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15931         (verilog-auto-tieoff-declaration):
15932         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15933         (sql-oracle-statement-starters, sql-oracle-scan-on):
15934         * progmodes/prolog.el (prolog-align-comments-flag)
15935         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15936         (prolog-left-indent-regexp, prolog-paren-indent-p)
15937         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15938         (prolog-types, prolog-mode-specificators)
15939         (prolog-determinism-specificators, prolog-directives)
15940         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15941         (prolog-electric-dot-flag)
15942         (prolog-electric-dot-full-predicate-template)
15943         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15944         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15945         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15946         (prolog-program-switches, prolog-prompt-regexp)
15947         (prolog-debug-on-string, prolog-debug-off-string)
15948         (prolog-trace-on-string, prolog-trace-off-string)
15949         (prolog-zip-on-string, prolog-zip-off-string)
15950         (prolog-use-standard-consult-compile-method-flag)
15951         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15952         (prolog-imenu-max-lines, prolog-info-predicate-index)
15953         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15954         (prolog-char-quote-workaround):
15955         * progmodes/cc-vars.el (c-defun-tactic):
15956         * net/tramp.el (tramp-encoding-command-interactive)
15957         (tramp-local-end-of-line):
15958         * net/soap-client.el (soap-client):
15959         * net/netrc.el (netrc-file):
15960         * net/gnutls.el (gnutls):
15961         * minibuffer.el (completion-category-overrides)
15962         (completion-cycle-threshold)
15963         (completion-pcm-complete-word-inserts-delimiters):
15964         * man.el (Man-name-local-regexp):
15965         * mail/feedmail.el (feedmail-display-full-frame):
15966         * international/characters.el (glyphless-char-display-control):
15967         * eshell/em-ls.el (eshell-ls-date-format):
15968         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15969         (lisp-lambda-list-keyword-parameter-indentation)
15970         (lisp-lambda-list-keyword-parameter-alignment):
15971         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15972         * dired-x.el (dired-omit-verbose):
15973         * cus-theme.el (custom-theme-allow-multiple-selections):
15974         * calc/calc.el (calc-highlight-selections-with-faces)
15975         (calc-lu-field-reference, calc-lu-power-reference)
15976         (calc-note-threshold):
15977         * battery.el (battery-mode-line-limit):
15978         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15979         (archive-7z-update):
15980         * allout.el (allout-prefixed-keybindings)
15981         (allout-unprefixed-keybindings)
15982         (allout-inhibit-auto-fill-on-headline)
15983         (allout-flattened-numbering-abbreviation):
15984         * allout-widgets.el (allout-widgets-auto-activation)
15985         (allout-widgets-icons-dark-subdir)
15986         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15987         (allout-widgets-theme-dark-background)
15988         (allout-widgets-theme-light-background)
15989         (allout-widgets-item-image-properties-emacs)
15990         (allout-widgets-item-image-properties-xemacs)
15991         (allout-widgets-run-unit-tests-on-load)
15992         (allout-widgets-time-decoration-activity)
15993         (allout-widgets-hook-error-post-time)
15994         (allout-widgets-track-decoration):
15995         Add missing :version tags to new defcustoms and defgroups.
15997         * progmodes/sql.el (sql-ansi-statement-starters)
15998         (sql-oracle-statement-starters): Add custom type.
16000         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16001         (prolog-system-version): Give it a type.
16003 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
16005         * term/pc-win.el (x-select-text, x-selection-owner-p)
16006         (x-own-selection-internal, x-disown-selection-internal)
16007         (x-get-selection-internal): Sync doc strings and argument lists
16008         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
16010 2012-02-11  Leo Liu  <sdl.web@gmail.com>
16012         * progmodes/python.el (python-end-of-statement): Fix infinite
16013         loop.  (Bug#10788)
16015 2012-02-10  Glenn Morris  <rgm@gnu.org>
16017         * international/mule-cmds.el (unify-8859-on-encoding-mode)
16018         (unify-8859-on-decoding-mode): Properly mark as obsolete.
16020 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
16022         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16023         about SMTP before checking the From header.
16025         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16026         into own function for reuse by emacsbug.el.
16028 2012-02-10  Leo Liu  <sdl.web@gmail.com>
16030         * subr.el (condition-case-unless-debug): Rename from
16031         condition-case-no-debug.  All callers changed.
16032         (with-demoted-errors): Fix caller.
16034         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16035         * nxml/rng-valid.el (rng-do-some-validation):
16036         * emacs-lisp/package.el (package-refresh-contents)
16037         (package-menu-execute):
16038         * desktop.el (desktop-create-buffer):
16039         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16041 2012-02-10  Glenn Morris  <rgm@gnu.org>
16043         * textmodes/bibtex.el:
16044         Add missing :version tags for new/changed defcustoms.
16046         * files.el (remote-file-name-inhibit-cache): Doc fixes.
16048 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
16050         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16051         (smtpmail-via-smtp): Use it, or fall back on the From address.
16052         (smtpmail-send-it): Ditto.
16054 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16056         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16057         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
16058         (byte-compile-tmp-var): New const.
16059         (byte-compile-defvar): Use it to minimize .elc size.
16060         Just use `defvar' rather than simulate it (bug#10761).
16062 2012-02-09  Glenn Morris  <rgm@gnu.org>
16064         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
16066         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16067         Add :version tags.
16069         * progmodes/compile.el (compilation-error-screen-columns)
16070         (compilation-first-column, compilation-filter-start): Doc fixes.
16072         * vc/log-view.el (log-view-toggle-entry-display):
16073         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16075         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16076         (report-emacs-bug-can-use-xdg-email):
16077         (report-emacs-bug-insert-to-mailer): Doc fixes.
16078         (report-emacs-bug): Message fix.
16080         * net/browse-url.el (browse-url-can-use-xdg-open)
16081         (browse-url-xdg-open): Doc fixes.
16083         * electric.el (electric-indent-mode, electric-pair-mode)
16084         (electric-layout-rules, electric-layout-mode): Doc fixes.
16085         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16087 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
16089         * server.el (server-unselect-display): Don't inadvertently kill
16090         the current buffer.  (Bug#10729)
16092 2012-02-08  Glenn Morris  <rgm@gnu.org>
16094         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16095         (sql-list-table): Doc fixes.
16097         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16098         Comment out (does nothing).
16100         * completion.el (dynamic-completion-mode):
16101         * dirtrack.el (dirtrack-debug-mode):
16102         * electric.el (electric-layout-mode):
16103         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16104         * face-remap.el (text-scale-mode, buffer-face-mode):
16105         * iimage.el (iimage-mode):
16106         * image-mode.el (image-transform-mode):
16107         * minibuffer.el (completion-in-region-mode):
16108         * scroll-lock.el (scroll-lock-mode):
16109         * simple.el (next-error-follow-minor-mode):
16110         * tar-mode.el (tar-subfile-mode):
16111         * tooltip.el (tooltip-mode):
16112         * vcursor.el (vcursor-use-vcursor-map):
16113         * wid-browse.el (widget-minor-mode):
16114         * emulation/tpu-edt.el (tpu-edt-mode):
16115         * emulation/tpu-extras.el (tpu-cursor-free-mode):
16116         * international/iso-ascii.el (iso-ascii-mode):
16117         * language/thai-util.el (thai-word-mode):
16118         * mail/supercite.el (sc-minor-mode):
16119         * net/goto-addr.el (goto-address-mode):
16120         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16121         * progmodes/cwarn.el (cwarn-mode):
16122         * progmodes/flymake.el (flymake-mode):
16123         * progmodes/glasses.el (glasses-mode):
16124         * progmodes/hideshow.el (hs-minor-mode):
16125         * progmodes/pascal.el (pascal-outline-mode):
16126         * textmodes/enriched.el (enriched-mode):
16127         * vc/smerge-mode.el (smerge-mode):
16128         Doc fixes (minor mode argument).
16130 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
16132         * ls-lisp.el (ls-lisp-sanitize): New function.
16133         (ls-lisp-insert-directory): Use it to fix or remove any elements
16134         in file-alist with missing attributes.  (Bug#4673)
16136 2012-02-07  Alan Mackenzie  <acm@muc.de>
16138         Fix spurious recognition of c-in-knr-argdecl.
16140         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16141         putative K&R region.
16143 2012-02-07  Alan Mackenzie  <acm@muc.de>
16145         * progmodes/cc-engine.el (c-forward-objc-directive):
16146         Prevent looping in "#pragma mark @implementation".
16148 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
16150         * notifications.el (notifications-on-closed-signal): Make `reason'
16151         optional.  (Bug#10744)
16153 2012-02-07  Glenn Morris  <rgm@gnu.org>
16155         * emacs-lisp/easy-mmode.el (define-minor-mode):
16156         Doc fixes for the macro and the mode it defines.
16158         * image.el (imagemagick-types-inhibit): Doc fix.
16160         * cus-start.el (imagemagick-render-type): Add it.
16162 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
16164         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16165         Set the default at load time, too, so that `font-lock-fontify-buffer'
16166         can be called without setting up the entire mode first.  This fixes
16167         a bug in `mm-inline-text' with C MIME parts.
16169 2012-02-06  Chong Yidong  <cyd@gnu.org>
16171         * simple.el (list-processes--refresh): Delete exited processes
16172         (Bug#8094).
16174         * comint.el (comint-next-prompt): next-single-char-property-change
16175         and prev-single-char-property-change never return nil (Bug#8657).
16177         * custom.el (defcustom): Doc fix (Bug#9711).
16179 2012-02-05  Chong Yidong  <cyd@gnu.org>
16181         * cus-edit.el (custom-variable-reset-backup): Quote the value
16182         before storing it in the customized-value property (Bug#6712).
16183         (custom-display): Add a customization type tag.
16184         (custom-buffer-create-internal): Improve tooltip message.
16186         * wid-edit.el (widget-field-value-get): New optional arg to
16187         suppress trailing whitespace truncation.
16188         (character): Use it (Bug#2689).
16190 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
16192         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16193         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16195 2012-02-05  Chong Yidong  <cyd@gnu.org>
16197         * cus-edit.el (custom-variable-value-create): For mismatched
16198         types, show the current value (Bug#7600).
16200         * custom.el (defcustom): Doc fix.
16202 2012-02-05  Glenn Morris  <rgm@gnu.org>
16204         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16206 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
16208         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16209         (pp-buffer): Use `ignore-errors', `looking-at-p'.
16210         (pp-last-sexp): Use `looking-at-p'.
16212 2012-02-04  Glenn Morris  <rgm@gnu.org>
16214         * files.el (revert-buffer):
16215         Doc fix (mention revert-buffer-in-progress-p).
16217         * emacs-lisp/ert-x.el (ert-simulate-command):
16218         Check deferred-action-list (which is obsolete) is bound.
16220         * subr.el (with-wrapper-hook): Doc fixes.
16222         * simple.el (filter-buffer-substring-functions)
16223         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16225 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
16227         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16228         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
16230 2012-02-04  Leo Liu  <sdl.web@gmail.com>
16232         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16234 2012-02-04  Glenn Morris  <rgm@gnu.org>
16236         * image.el (image-extension-data): Add obsolete alias.
16238         * isearch.el (isearch-update): Doc fix.
16240         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16242         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16244 2012-02-03  Glenn Morris  <rgm@gnu.org>
16246         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
16247         (image-animate-timeout): Doc fix.
16249         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16251 2012-02-02  Glenn Morris  <rgm@gnu.org>
16253         * server.el (server-auth-dir): Doc fix.
16254         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
16256         * subr.el (run-mode-hooks): Doc fix.
16258 2012-02-02  Juri Linkov  <juri@jurta.org>
16260         * image-mode.el (image-toggle-display-image): Remove tautological
16261         `major-mode' from the `derived-mode-p' test.
16263 2012-02-02  Kenichi Handa  <handa@m17n.org>
16265         * composite.el (compose-region): Cancel previous change.
16267 2012-02-02  Kenichi Handa  <handa@m17n.org>
16269         * composite.el (compose-region, compose-string): Signal error for
16270         a null string component (Bug#6988).
16272 2012-02-01  Chong Yidong  <cyd@gnu.org>
16274         * view.el (view-buffer-other-window, view-buffer-other-frame):
16275         Handle special modes like view-buffer (Bug#10650).
16276         (view-buffer): Simplify.
16278         * frame.el (set-frame-font): Tweak meaning of third argument.
16280         * dynamic-setting.el (font-setting-change-default-font):
16281         Use set-frame-font (Bug#9982).
16283 2012-02-01  Glenn Morris  <rgm@gnu.org>
16285         * progmodes/compile.el (compilation-internal-error-properties):
16286         Respect compilation-first-column in the "*compilation*" buffer.
16288         * emacs-lisp/easy-mmode.el (define-minor-mode):
16289         Relax :variable's test for a named function.
16291 2012-01-31  Alan Mackenzie  <acm@muc.de>
16293         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16294         off by one error.
16296 2012-01-31  Chong Yidong  <cyd@gnu.org>
16298         * frame.el (set-frame-font): New arg ALL-FRAMES.
16300         * menu-bar.el (menu-set-font): Use set-frame-font.
16302         * faces.el (face-spec-reset-face): Don't apply unspecified
16303         attribute values to the default face.
16305 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
16307         * progmodes/cwarn.el (cwarn): Remove dead link.
16308         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16309         Remove * from defcustom docstrings.
16310         (turn-on-cwarn-mode): Make obsolete.
16311         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16312         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16314 2012-01-31  Glenn Morris  <rgm@gnu.org>
16316         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16317         Fix :variable handling of mode a symbol not equal to modefun.
16318         Allow named functions to be used as the cdr of :variable.
16320 2012-01-30  Glenn Morris  <rgm@gnu.org>
16322         * emacs-lisp/authors.el (authors-fixed-entries):
16323         Remove reference to deleted file rnewspost.el.
16325 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
16327         * window.el (window-with-parameter): Remove unused variable `windows'.
16328         (window--side-check): Remove unused variable `code'.
16329         (window--resize-siblings): Remove unused variable `first'.
16330         (adjust-window-trailing-edge): Remove unused variable `failed'.
16331         (window-deletable-p, window--delete): Remove unused variable `buffer'.
16332         Use `let', not `let*'.
16333         (balance-windows-2): Remove unused variable `found'.
16334         (window--state-put-2): Remove unused variable `splits'.
16335         (window-state-put): Remove unused variable `selected'.
16336         (same-window-p): Use `string-match-p'.
16337         (display-buffer-assq-regexp): Remove unused variable `value'.
16338         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16339         Mark argument ALIST as ignored.
16340         (pop-to-buffer): Remove unused variable `old-window'.
16342 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
16344         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16345         and .lzma compressed files.
16347 2012-01-29  Chong Yidong  <cyd@gnu.org>
16349         * frame.el (window-system-default-frame-alist): Doc fix.
16351         * dynamic-setting.el (font-setting-change-default-font): Don't
16352         change the default face if SET-FONT argument is non-nil (Bug#9982).
16354 2012-01-29  Samuel Bronson  <naesten@gmail.com>
16356         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16358 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
16360         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16361         breakpoints in files outside current directory (Bug#6098).
16363 2012-01-29  Chong Yidong  <cyd@gnu.org>
16365         * progmodes/python.el: Require ansi-color at top-level.
16367         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16368         Define and use in Emacs Lisp mode (Bug#9360).
16369         (lisp-mode-abbrev-table): Add doc.
16370         (lisp-mode-variables): Don't set local-abbrev-table.
16371         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16373 2012-01-28  Roland Winkler  <winkler@gnu.org>
16375         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16377 2012-01-28  Roland Winkler  <winkler@gnu.org>
16379         * textmodes/bibtex.el (bibtex-entry-alist): New function.
16380         (bibtex-set-dialect): Use it.  Either set global values of
16381         dialect-dependent variables or bind these variables buffer-locally
16382         (Bug#10254).
16383         (bibtex-mode): Call bibtex-set-dialect via
16384         hack-local-variables-hook.
16385         (bibtex-dialect): Update docstring.
16386         Add safe-local-variable predicate.
16387         (bibtex-entry-alist, bibtex-field-alist): Initialize via
16388         bibtex-set-dialect.
16389         (bibtex-mode-map): Define menu for each dialect.
16390         (bibtex-entry): Fix docstring.
16392 2012-01-28  Chong Yidong  <cyd@gnu.org>
16394         * eshell/esh-arg.el (eshell-quote-argument): New function.
16396         * eshell/esh-ext.el (eshell-invoke-batch-file):
16397         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16398         first arg to eshell-parse-command (Bug#10523).
16400 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16402         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16403         `default-directory' is non-nil.
16405 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16407         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16408         line that displays system-configuration-options.  (Bug#9924)
16410 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16412         * descr-text.el (describe-char): Show information about POS, in
16413         addition to information about the character at POS.  Improve and
16414         update the doc string.  Change "code point" to "code point in
16415         charset", to avoid confusion with the character's Unicode code
16416         point shown above that.  (Bug#10129)
16418 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16420         * descr-text.el (describe-char): Show the raw character, not only
16421         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
16422         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16423         for the reasons.
16425 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
16427         * emacs-lisp/package.el (package-install):
16428         Run package-refresh-contents if there is no archive yet (Bug#9798).
16430 2012-01-28  Chong Yidong  <cyd@gnu.org>
16432         * emacs-lisp/package.el (package-maybe-load-descriptor):
16433         New function, split from package-maybe-load-descriptor.
16434         (package-maybe-load-descriptor): Use it.
16435         (package-download-transaction): Fully load required packages
16436         inside the loop, so that `require' calls work (Bug#10593).
16437         (package-install): No need to call package-initialize now.
16439 2012-01-28  Chong Yidong  <cyd@gnu.org>
16441         * simple.el (deactivate-mark): Doc fix (Bug#8614).
16443         * tooltip.el (tooltip-mode): Doc fix.
16444         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16446         * frame.el (set-cursor-color): Doc fix (Bug#352).
16448         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16449         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16451         * cus-edit.el (custom-buffer-create-internal): Fix search button
16452         action (Bug#10542).
16453         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16455 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
16457         * dired.el (dired-mark-files-regexp):
16458         Include any subdirectory components.  (Bug#10445)
16460 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16462         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16463         Handle [host]:port syntax.  (Bug#10533)
16465 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
16467         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16469 2012-01-26  Glenn Morris  <rgm@gnu.org>
16471         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16472         * term.el (term-raw-escape-map): Use Control-X-prefix.
16473         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
16475 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
16477         * window.el (window-state-get, window--state-get-1): Don't deal
16478         with fixed-sizeness of windows.  Simplify code.
16480 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16482         * window.el (window--state-get-1, window--state-put-2):
16483         Don't save and restore the mark.
16485 2012-01-25  Chong Yidong  <cyd@gnu.org>
16487         * custom.el (custom-variable-p): Doc fix.
16489 2012-01-25  Glenn Morris  <rgm@gnu.org>
16491         * dired.el (dired-goto-file): Handle some of the more common
16492         characters that `ls -b' escapes.  (Bug#10596)
16494         * progmodes/compile.el (compilation-next-error-function):
16495         Respect compilation-first-column in the "*compilation*" buffer.
16496         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
16498         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
16500 2012-01-24  Glenn Morris  <rgm@gnu.org>
16502         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
16504 2012-01-24  Julien Danjou  <julien@danjou.info>
16506         * color.el (color-rgb-to-hsl): Fix value computing.
16507         (color-hue-to-rgb): New function.
16508         (color-hsl-to-rgb): New function.
16509         (color-clamp, color-saturate-hsl, color-saturate-name)
16510         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16511         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16513 2012-01-24  Glenn Morris  <rgm@gnu.org>
16515         * vc/vc-rcs.el (vc-rcs-create-tag):
16516         * vc/vc-sccs.el (vc-sccs-create-tag):
16517         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
16519 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16521         * eshell/esh-util.el (eshell-read-hosts-file):
16522         Skip comment lines.  (Bug#10549)
16524         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
16526 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
16528         * subr.el (display-delayed-warnings): Doc fix.
16529         (collapse-delayed-warnings): New function to collapse identical
16530         adjacent warnings.
16531         (delayed-warnings-hook): Add it.
16533 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
16535         * net/tramp.el (tramp-action-login): Set connection property "login-as".
16537         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16538         (tramp-default-user-alist): Don't add "pscp".
16539         (tramp-do-copy-or-rename-file-out-of-band): Use connection
16540         property "login-as", if set.  (Bug#10530)
16542 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
16544         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16545         "plink1" and "psftp".  (Bug#10530)
16547 2012-01-21  Kenichi Handa  <handa@m17n.org>
16549         * international/mule-cmds.el (prefer-coding-system): Show a
16550         warning message if the default value of file-name-coding-system
16551         was not changed.
16553 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16555         * windmove.el (windmove-reference-loc):
16556         Fix windmove-reference-loc miscalculation.
16558 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
16560         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16561         default unit.
16563 2012-01-21  Glenn Morris  <rgm@gnu.org>
16565         * international/mule.el (auto-coding-alist): Add .tbz.
16567         * files.el (local-enable-local-variables): Doc fix.
16568         (inhibit-local-variables-regexps): Rename from
16569         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
16570         Doc fix.  Add some extensions from auto-coding-alist.
16571         (inhibit-local-variables-suffixes):
16572         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
16573         (inhibit-local-variables-p):
16574         New function, extracted from set-auto-mode-1.
16575         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
16576         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
16577         (hack-local-variables): Doc fix.  Make the mode-only case
16578         respect enable-local-variables and friends.
16579         Respect inhibit-local-variables-regexps for file-locals, but
16580         not for directory-locals.
16581         (set-visited-file-name):
16582         Take account of inhibit-local-variables-regexps.
16583         Whether it applies may change as the file name is changed.
16584         * jka-cmpr-hook.el (jka-compr-install):
16585         * jka-compr.el (jka-compr-uninstall):
16586         Update for inhibit-first-line-modes-suffixes name change.
16588 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
16590         * help-macro.el (make-help-screen): Temporarily restore original
16591         binding for minor-mode-map-alist (Bug#10454).
16593 2012-01-19  Julien Danjou  <julien@danjou.info>
16595         * color.el (color-name-to-rgb): Use the white color to find the max
16596         color component value and return correctly computed values.
16597         (color-name-to-rgb): Add missing float conversion for max value.
16599 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
16601         * window.el (window--state-get-1, window-state-get): Do not use
16602         special state value for window-persistent-parameters.
16603         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
16604         (window--state-put-2): Reset all window parameters to nil before
16605         assigning values of persistent parameters.
16607 2012-01-18  Alan Mackenzie  <acm@muc.de>
16609         Eliminate sluggishness and hangs in fontification of "semicolon
16610         deserts".
16612         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16613         Change value 10000 -> 3000.
16614         (c-state-safe-place): Reformulate so it doesn't stack up an
16615         infinite number of wrong entries in c-state-nonlit-pos-cache.
16616         (c-determine-limit-get-base, c-determine-limit): New functions to
16617         determine backward search limits disregarding literals.
16618         (c-find-decl-spots): Amend commenting.
16619         (c-cheap-inside-bracelist-p): New function which detects "={".
16621         * progmodes/cc-fonts.el
16622         (c-make-font-lock-BO-decl-search-function): Give a limit to a
16623         backward search.
16624         (c-font-lock-declarations): Fix an occurrence of point being
16625         undefined.  Check additionally for point being in a bracelist or
16626         near a macro invocation without a semicolon so as to avoid a
16627         fruitless time consuming search for a declarator.  Give a more
16628         precise search limit for declarators using the new
16629         c-determine-limit.
16631 2012-01-18  Glenn Morris  <rgm@gnu.org>
16633         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16634         (set-auto-mode): Doc fixes.
16636 2012-01-17  Glenn Morris  <rgm@gnu.org>
16638         * isearch.el (search-nonincremental-instead): Fix doc typo.
16640         * dired.el (dired-insert-directory): Handle newlines in directory name.
16641         (dired-build-subdir-alist): Unescape newlines in directory name.
16643 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
16645         * net/tramp.el (tramp-local-end-of-line): New defcustom.
16646         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16647         (tramp-action-terminal): Use it.  (Bug#10530)
16649 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16651         * minibuffer.el (completion--replace): Strip properties (bug#10062).
16653 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
16655         * window.el (window-state-ignored-parameters): Remove variable.
16656         (window--state-get-1): Rename argument MARKERS to IGNORE.
16657         Handle persistent window parameters.  Make copy of clone-of
16658         parameter only if requested.  (Bug#10348)
16659         (window--state-put-2): Install a window parameter only if it has
16660         a non-nil value or an existing parameter shall be overwritten.
16662 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
16664         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16666 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
16668         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16669         don't pass the (nil) value of `upnode' to string-match.
16671 2012-01-14  Chong Yidong  <cyd@gnu.org>
16673         * startup.el (command-line): Fix X resource class for cursorColor.
16674         Fix values recognized by the cursorBlink resource.
16676 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16678         * epg.el (epg--make-temp-file): Avoid permission race condition
16679         when running on old Emacs versions (bug#10403).
16681 2012-01-14  Glenn Morris  <rgm@gnu.org>
16683         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16685 2012-01-13  Alan Mackenzie  <acm@muc.de>
16687         Fix filling for when filladapt mode is enabled.
16689         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16690         c-mask-paragraph, pass in `fill-paragraph' rather than
16691         `fill-region-as-paragraph'.  (This is a reversion of a previous
16692         change.)
16693         * progmodes/cc-mode.el (c-basic-common-init):
16694         Make fill-paragraph-handle-comment buffer local and set it to nil.
16696 2012-01-13  Glenn Morris  <rgm@gnu.org>
16698         * dired.el (dired-switches-escape-p): New function.
16699         (dired-insert-directory): Use dired-switches-escape-p.
16700         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16702         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16704 2012-01-12  Glenn Morris  <rgm@gnu.org>
16706         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16707         changes in adaptive-fill-regexp.  (Bug#10276)
16709 2012-01-11  Alan Mackenzie  <acm@muc.de>
16711         Fix Emacs bug #10463 - put `widen's around the critical spots.
16713         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16714         widen around each invocation of c-state-pp-to-literal.  Remove an
16715         unused let variable.
16717 2012-01-11  Glenn Morris  <rgm@gnu.org>
16719         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16720         Doc fix.
16722 2012-01-10  Chong Yidong  <cyd@gnu.org>
16724         * net/network-stream.el (network-stream-open-starttls):
16725         Avoid emitting a confusing error message when the server gives a bad
16726         response to the capability command.
16728 2012-01-10  Glenn Morris  <rgm@gnu.org>
16730         * mail/unrmail.el (unrmail): Tweak previous change.
16732 2012-01-09  Chong Yidong  <cyd@gnu.org>
16734         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16736 2012-01-08  Alan Mackenzie  <acm@muc.de>
16738         Optimize font locking in long enum definitions.
16740         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16741         arm to a cond form to handle enums.
16742         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16743         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16745 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16747         * files.el (move-file-to-trash): Preserve default file modes on error.
16748         (Bug#10401)
16750 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16752         * faces.el (set-face-attribute): Clarify the meaning of the nil
16753         frame (bug#10294).
16755         * subr.el (with-selected-frame): Mention that the selected frame
16756         is restored (bug#9980).
16758         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16759         (bug#9759).
16761         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16762         (password-read): Don't autoload unused function.
16764 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16766         * progmodes/which-func.el (which-func-mode): Turn into a
16767         non-interactive function and mark as obsolete (bug#10428).
16769 2012-01-06  Chong Yidong  <cyd@gnu.org>
16771         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16772         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16773         functions, along with 1 and -1.
16775 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16777         * time.el (display-time-load-average)
16778         (display-time-default-load-average): Doc fixes.  See the thread
16779         starting at
16780         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16781         for the details.
16783 2012-01-06  Glenn Morris  <rgm@gnu.org>
16785         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16786         has no messages.  (Bug#10377)
16788         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16789         than Info-edit.  (Bug#10385)
16791         * time.el (display-time-load-average, display-time-next-load-average):
16792         Doc fixes.
16794         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16795         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16797         * calendar/calendar.el (calendar-mode):
16798         Locally set scroll-margin to 0.  (Bug#10379)
16800 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16802         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16804 2012-01-05  Glenn Morris  <rgm@gnu.org>
16806         * eshell/em-unix.el (diff-no-select): Autoload it.
16807         (eshell/diff): Use diff-no-select.  (Bug#10420)
16809 2012-01-05  Chong Yidong  <cyd@gnu.org>
16811         * shell.el (shell-dynamic-complete-functions): Revert last change.
16812         (shell-command-completion-function): New function.
16813         (shell-completion-vars): Use it to implement
16814         shell-completion-execonly (Bug#10417).
16816         * custom.el (enable-theme): Don't set custom-safe-themes.
16818         * cus-theme.el (custom-theme-merge-theme):
16819         Ignore custom-enabled-themes and custom-safe-themes.
16821 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16823         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16824         first prompt in `sql-interacive-mode'.
16825         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16826         keywords.
16827         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16828         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16829         context of original buffer.  Invoke `sql-login-hook'.
16831 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16833         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16834         letters in cite-prefix.
16836 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16838         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16840 2012-01-03  Chong Yidong  <cyd@gnu.org>
16842         * shell.el (shell-dynamic-complete-functions):
16843         Put pcomplete-completions-at-point, so as to try
16844         comint-filename-completion first (Bug#10417).
16846 2012-01-02  Richard Stallman  <rms@gnu.org>
16848         * battery.el (battery-status-function):
16849         Detect when to use battery-yeeloong-sysfs.
16850         (battery-echo-area-format): Add string for Yeeloong.
16851         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16852         (battery-yeeloong-sysfs): New function.
16854 2012-01-02  Chong Yidong  <cyd@gnu.org>
16856         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16857         (dirtrack): Merge code for handling relative filenames in prompt
16858         from shell-dir-cookie-watcher.
16859         (dirtrack-debug-message): New arg to avoid excess format calls.
16861         * shell.el (shell-dir-cookie-re): Variable deleted.
16862         (shell-dir-cookie-watcher): Function deleted.
16863         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16864         with dirtrack-mode.
16866 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16868         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16869         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16870         libgnutls-26.dll.
16872 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
16874         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16876 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
16878         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16879         headers of non-MIME messages, when rmail-enable-mime is non-nil.
16881 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
16883         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16884         also for alternative shells.
16885         (tramp-open-connection-setup-interactive-shell): Check, whether
16886         the shell is a busybox.
16887         (tramp-send-command): Don't suppress multiple prompts for
16888         busyboxes, it hurts.
16890 2011-12-28  Chong Yidong  <cyd@gnu.org>
16892         * progmodes/gdb-mi.el (gdb-get-source-file-list)
16893         (gdb-get-source-file): Move mode line update to
16894         gdb-get-source-file (Bug#10087).
16896 2011-12-25  Chong Yidong  <cyd@gnu.org>
16898         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16899         gud-gdb-marker-filter without taking it as an argument.
16900         (gud-gdb-run-command-fetch-lines): Caller changed.
16901         (gud-gdb-completion-function): New variable.
16902         (gud-gdb-completion-at-point): Use it.
16903         (gud-gdb-completions-1): Split from gud-gdb-completions.
16905         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16906         function as separate arguments.
16907         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16908         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16909         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16910         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16911         (gdb-stopped, def-gdb-auto-update-trigger)
16912         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16913         (gdb-get-changed-registers, gdb-get-main-selected-frame):
16914         Callers changed.
16915         (gud-gdbmi-completions): New function.
16916         (gdb): Use it for generating the completion table.
16918 2011-12-24  Alan Mackenzie  <acm@muc.de>
16920         Introduce a mechanism to widen the region used in context font
16921         locking.  Use this to protect declarations from losing their contexts.
16923         * progmodes/cc-langs.el (c-before-font-lock-functions):
16924         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16925         (c-before-context-fontification-functions): New defvar, a list of
16926         functions to be run just before context (etc.) font locking.
16928         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16929         New, functionality extracted from
16930         c-neutralize-syntax-in-and-mark-CPP.
16931         (c-in-after-change-fontification): New variable.
16932         (c-after-change): Set c-in-after-change-fontification.
16933         (c-set-fl-decl-start): Rejig its interface, so it can be called
16934         from both after-change and context fontifying.
16935         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16936         New functions.
16937         (c-standard-font-lock-fontify-region-function): New variable.
16938         (c-font-lock-fontify-region): New function.
16940 2011-12-24  Juri Linkov  <juri@jurta.org>
16942         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16943         (Bug#10348)
16945 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
16947         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16948         existence of source file.  (Bug#10325)
16950 2011-12-23  Alan Mackenzie  <acm@muc.de>
16952         Fix unstable fontification inside templates.
16954         * progmodes/cc-langs.el (c-before-font-lock-functions):
16955         Newly created from the singular version.  The (c c++ objc) entry now
16956         additionally has c-set-fl-decl-start.  The other languages (apart
16957         from AWK) have that as a single entry.
16959         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16960         The functionality for "local" declarations has been extracted to
16961         c-set-fl-decl-start.
16963         * progmodes/cc-mode.el (c-common-init, c-after-change):
16964         Changes due to pluralisation of c-before-font-lock-functions.
16965         (c-set-fl-decl-start): New function, extracted from
16966         c-font-lock-enclosing-decls and enhanced.
16968 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
16970         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16972 2011-12-22  Juri Linkov  <juri@jurta.org>
16974         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
16976 2011-12-22  Chong Yidong  <cyd@gnu.org>
16978         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16980 2011-12-21  Drew Adams  <drew.adams@oracle.com>
16982         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
16984 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16986         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16988 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16990         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
16991         highlighting and support.  Fix up comments for capitalization.
16992         (cfengine-mode-debug): New var.
16993         (cfengine3-mode): Change the modeline indicator to "CFE3".
16994         (cfengine3-font-lock-keywords): Improve defun highlighting.
16995         (cfengine2-actions): Rename from `cfengine-actions'.
16996         (cfengine2-font-lock-keywords): Rename from
16997         `cfengine-font-lock-keywords'.
16998         (cfengine2-imenu-expression): Rename from
16999         `cfengine-imenu-expression'.
17000         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17001         (cfengine2-beginning-of-defun): Rename from
17002         `cfengine-beginning-of-defun'.
17003         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17004         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17005         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
17006         modeline indicator to "CFE2".
17007         (cfengine-mode): Defalias to `cfengine-auto-mode'.
17008         (cfengine-mode-abbrevs): Mark obsolete.
17010 2011-12-21  Chong Yidong  <cyd@gnu.org>
17012         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17013         filename argument.
17015 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
17017         * window.el (window-normalize-buffer-to-display): Remove.
17018         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17020 2011-12-19  Chong Yidong  <cyd@gnu.org>
17022         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17023         Don't signal an error in a predicate function; return non-nil.
17024         (vc-dir-mark-file): Move the error here.
17025         (vc-dir-mark-unmark): If acting on the region, keep going if one
17026         of the entries cannot be marked/unmarked.
17027         (vc-dir-mark-all-files): If current entry is a directory, mark
17028         only child files, as documented.
17030 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17032         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17033         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17034         addition.
17036 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
17038         * term/ns-win.el (ns-get-selection-internal)
17039         (ns-store-selection-internal): Declare.
17040         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17041         Declare as obsolete.
17042         (ns-get-pasteboard, ns-paste-secondary):
17043         Use ns-get-selection-internal.
17044         (ns-set-pasteboard, ns-copy-including-secondary):
17045         Use ns-store-selection-internal.
17047 2011-12-17  Chong Yidong  <cyd@gnu.org>
17049         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17050         (vc-deduce-fileset): Doc fix.
17052 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
17054         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17056 2011-12-13  Sam Steingold  <sds@gnu.org>
17058         * man.el (Man-getpage-in-background): When running under a
17059         window-system, ignore $MANWIDTH and $COLUMNS.
17061 2011-12-15  Kenichi Handa  <handa@m17n.org>
17063         * language/ethio-util.el: Change coding tag to utf-8-emacs.
17064         (setup-ethiopic-environment-internal): Comment out key-binding for
17065         ethio-toggle-punctuation.
17067 2011-12-13  Alan Mackenzie  <acm@muc.de>
17069         Add the switch statement to AWK Mode.
17071         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17072         "default" to the keywords regexp.
17074         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17075         expression as the rest.
17076         (c-nonlabel-token-key): Allow string literals for AWK.
17077         Refactor for the other modes.
17079         Large brace-block initialisation makes CC Mode slow: Fix.
17080         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17081         routines.  Limit backward searching in c-font-lock-enclosing.decl.
17083         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17084         pp-state and literal type in addition to the limits.
17085         (c-state-safe-place): New defun, extracted from c-state-literal-at.
17086         (c-state-literal-at): Use the above new defun.
17087         (c-slow-in-literal, c-fast-in-literal): Remove.
17088         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17090         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17091         being in a literal.  Add a limit for backward searching.
17093         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17094         c-slow-in-literal.
17096 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17098         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17100 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
17102         * window.el (delete-other-windows): Use correct frame in call to
17103         window-with-parameter.
17105 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
17107         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17108         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17109         (makefile-gmake-statements, makefile-makepp-statements):
17110         Use it and add new makepp keywords.
17111         (makefile-makepp-font-lock-keywords): Add new patterns.
17112         (makefile-match-function-end): Match new [...] and [[...]].
17114 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
17116         * ses.el (ses-call-printer-return, ses-cell-property-get)
17117         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17118         (ses-create-cell-variable, ses-reset-header-string)
17119         (ses-cell-set-formula, ses-repair-cell-reference-all)
17120         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17121         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17122         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17123         (ses-aset-with-undo, ses-load, ses-truncate-cell)
17124         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17125         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17126         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17127         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17128         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17129         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17130         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17131         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17133 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17135         * ses.el: The overall change is to add cell renaming, that is
17136         setting fancy names for cell symbols other than name matching
17137         "\\`[A-Z]+[0-9]+\\'" regexp .
17138         (ses-create-cell-variable): New defun.
17139         (ses-relocate-formula): Relocate formulas only for cells the
17140         symbols of which are not renamed, i.e. symbols whose names do not
17141         match regexp "\\`[A-Z]+[0-9]+\\'".
17142         (ses-relocate-all): Relocate values only for cells the symbols of
17143         which are not renamed.
17144         (ses-load): Create cells variables as the (ses-cell ...) are read,
17145         in order to check row col consistency with cell symbol name only
17146         for cells that are not renamed.
17147         (ses-replace-name-in-formula): New defun.
17148         (ses-rename-cell): New defun.
17150 2011-12-11  Chong Yidong  <cyd@gnu.org>
17152         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17153         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17155 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
17157         * window.el (other-window): Fix docstring.
17159 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17161         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17162         `from' or `to' address before taking its substring.
17163         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17164         encoded name is chopped in the middle of the encoded string, and
17165         thus displayed encoded.
17167 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
17169         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17171 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17173         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
17174         to use texinfo-update-node and commands that call it if the
17175         Texinfo file uses @node lines without next/prev/up pointers.
17176         Correct outdated description about texinfo-master-menu.
17177         (texinfo-all-menus-update, texinfo-master-menu)
17178         (texinfo-update-node, texinfo-every-node-update)
17179         (texinfo-multiple-files-update): Doc fix.  Warn against updating
17180         all the @node lines.
17181         (texinfo-master-menu): Only call texinfo-update-node if the prefix
17182         argument is numeric.  Explain better in the doc string what the
17183         function really does.
17184         (texinfo-insert-master-menu-list): Improve the error message
17185         displayed if there's no menu in the Top node.
17186         (Bug#2975)  See also this thread:
17187         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17189 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
17191         * speedbar.el (speedbar-supported-extension-expressions):
17192         Add .adb and .ads, commonly used for Ada source code (bug#10256).
17194 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
17196         * printing.el (pr-mode-alist):
17197         * simple.el (filter-buffer-substring-functions)
17198         (completion-list-insert-choice-function):
17199         * window.el (window-with-parameter, window-atom-root)
17200         (window-sides-slots, window-size-fixed, window-min-delta)
17201         (window-max-delta, window--resize-mini-window)
17202         (window--resize-child-windows-normal, window-tree)
17203         (delete-other-windows, quit-window, split-window)
17204         (display-buffer-record-window, special-display-buffer-names)
17205         (special-display-regexps, special-display-popup-frame)
17206         (same-window-p, split-window-sensibly)
17207         (display-buffer-overriding-action, display-buffer-alist)
17208         (display-buffer-base-action, display-buffer, switch-to-buffer)
17209         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17210         (fit-window-to-buffer, recenter-positions)
17211         (mouse-autoselect-window-state, mouse-autoselect-window-select):
17212         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17213         and remove unneeded backslashes in docstrings.
17215 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17217         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17219         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17220         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17221         end in ".mk".
17222         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17223         when reading the makefile (bug#10116).
17225 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17227         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17228         (bug#10116).
17230 2011-12-06  Glenn Morris  <rgm@gnu.org>
17232         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17234 2011-12-06  Chong Yidong  <cyd@gnu.org>
17236         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17238 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
17240         * textmodes/table.el (table-shorten-cell): Fix typo.
17242 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
17244         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17246 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
17248         * descr-text.el (describe-char): Fix display of strong
17249         right-to-left characters and directional embeddings and overrides.
17251         * simple.el (what-cursor-position): Fix display of codepoints of
17252         strong right-to-left characters.
17254 2011-12-05  Chong Yidong  <cyd@gnu.org>
17256         * faces.el (read-color): Doc fix.
17258 2011-12-05  Glenn Morris  <rgm@gnu.org>
17260         * align.el (align--set-marker): Add doc-string.
17261         Don't try to move something that is not a marker.  (Bug#10216)
17263 2011-12-04  Glenn Morris  <rgm@gnu.org>
17265         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17266         overly zealous deletion of trailing whitespace.
17268 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
17270         * server.el (server-delete-client): On Windows, do not try to delete
17271         the only terminal.
17272         (server-process-filter): On Windows, treat requests for a tty frame as
17273         if they were for a GUI frame if the running server is in GUI mode.
17275 2011-12-03  Glenn Morris  <rgm@gnu.org>
17277         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
17279 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17281         * electric.el: Streamline electric-indent's hook.
17282         (electric-indent-chars): Revert to simple list.
17283         (electric-indent-functions): New var.
17284         (electric-indent-post-self-insert-function): Use it.
17286         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17287         there's no inferior buffer (bug#10196).
17288         (prolog-consult-compile): Don't use toggle-read-only.
17290 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
17292         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17293         interrupt.  (Bug#10187)
17295 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17297         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17298         (bug#9160).
17300         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17301         (bug#10191).
17303 2011-12-02  Juri Linkov  <juri@jurta.org>
17305         * info.el (Info-search): Display "end of manual" when Isearch
17306         reaches the end of single-file Info manual.  (Bug#9918)
17308 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
17310         * isearch.el (isearch-message-prefix): Run the input method part
17311         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
17313 2011-12-02  Juri Linkov  <juri@jurta.org>
17315         * isearch.el (isearch-occur): Use `word-search-regexp' for
17316         `isearch-word'.
17317         (isearch-search-and-update): Add condition for `isearch-word' and
17318         call `word-search-regexp'.  (Bug#10145)
17320 2011-12-01  Glenn Morris  <rgm@gnu.org>
17322         * eshell/em-hist.el (eshell-hist-initialize):
17323         Handle eshell-history-size nil and HISTSIZE set or unset.
17324         (eshell-history-file-name, eshell-history-size): Fix custom type.
17326 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17328         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17330 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
17332         * progmodes/verilog-mode.el (verilog-pretty-expr):
17333         Rework verilog-pretty-expr to handle new assignment operators in system
17334         verilog, such as += *= and the like.
17335         (verilog-assignment-operator-re): Regular expression to find the
17336         assigment operator in a verilog assignment.
17337         (verilog-assignment-operation-re): Regular expression to find an
17338         assignment statement for pretty-expr.
17339         (verilog-in-attribute-p): Query returns true if point is in an
17340         attribute context; used to skip these for expression line up from
17341         pretty-expr.
17342         (verilog-in-parameter-p): Query returns true if point is in an
17343         parameter definition context; used to skip these for expression
17344         line up from pretty-expr.
17345         (verilog-in-parenthesis-p): Query returns true if point is in a
17346         parenthetical expression, specifically ( ) but not [ ] or { };
17347         used by pretty-expr.
17348         (verilog-just-one-space): If there is no space, don't add one.
17349         (verilog-get-lineup-indent-2): Specifically skip just attribute
17350         contexts for expression lineup, rather than skipping all
17351         parenthetical expressions.
17352         (verilog-calculate-indent): Fix comment, and fix indent.
17353         (verilog-do-indent): Indent declarations in lists (suggested by
17354         Joachim Lechner).
17355         (verilog-mode-abbrev-table): Populate abbrev mode with the various
17356         skeleton items.
17357         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17358         by Alain Mellan).
17360 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
17362         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17363         parameters with embedded comments.  Reported by Ray Stevens.
17364         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17365         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17366         Reported by Tim Holt.
17367         (verilog-auto): Fix AUTOing a upper module then AUTOing module
17368         instantiated by upper module causing wrong expansion until AUTOed a
17369         second time.  Reported by K C Buckenmaier.
17370         (verilog-diff-auto): Fix showing .* as a difference when
17371         `verilog-auto-star-save' off.  Reported by Dan Dever.
17372         (verilog-auto-reset, verilog-read-always-signals)
17373         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17374         temporary signals in reset list if
17375         verilog-auto-reset-blocking-in-non is nil, and match assignment
17376         style to each signal's assignment type, bug381.
17377         Reported by Thomas Esposito.
17378         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17379         (verilog-uvm-statement-re): Support UVM indentation and
17380         highlighting, with old OVM keywords only.
17381         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17382         Support AUTOTIEOFF creating non-wire data types.
17383         Suggested by Jonathan Greenlaw.
17384         (verilog-auto-insert-lisp, verilog-delete-to-paren)
17385         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17386         (verilog-inject-sense, verilog-read-inst-pins)
17387         (verilog-read-sub-decls, verilog-read-sub-decls-line):
17388         Fix mismatching parenthesis inside commented out code when deleting
17389         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
17390         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17391         non-numeric vector width.  Reported by Alex Reed.
17392         (verilog-auto-ascii-enum): Add "onehot" option to work around not
17393         detecting signals with parameter widths.  Reported by Alex Reed.
17394         (verilog-auto-delete-trailing-whitespace):
17395         With `verilog-auto-delete-trailing-whitespace' remove trailing
17396         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
17397         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17398         Fix verilog-scan-cache corruption when running user AUTO expansion
17399         hooks that call indentation routines.
17400         (verilog-simplify-range-expression): Fix typo ignoring lower case
17401         identifiers.
17402         (verilog-delete-auto): Fix delete-autos to also remove user created
17403         automatics, as long as they start with AUTO.
17404         (verilog-batch-diff-auto, verilog-diff-auto)
17405         (verilog-diff-function): Add `verilog-diff-auto' and bind to
17406         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
17407         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17408         (verilog-in-paren-quick, verilog-re-search-backward-quick)
17409         (verilog-re-search-forward-quick, verilog-syntax-ppss):
17410         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17411         is disabled and its cache will get corrupt, causing AUTOS not to
17412         expand.  Instead use only -quick functions.
17413         (verilog-scan-region): Fix scanning over escaped quotes.
17414         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17415         (verilog-re-search-backward-quick)
17416         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17417         related functions now ignore strings, to fix misparsing of strings
17418         with magic comments embedded in them.
17419         (verilog-read-auto-template):
17420         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17421         Reported by Brad Dobbie.
17422         (verilog-read-auto-template):
17423         Fix 'verilog-auto-inst-template-numbers' with comments.
17424         Reported by Brad Dobbie.
17425         (verilog-auto-inst, verilog-auto-inst-param)
17426         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17427         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
17428         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17429         debugging templates without merge conflicts, bug357.
17430         Reported by Brad Dobbie.
17431         (verilog-read-auto-template):
17432         Fix verilog-auto-inst-template-numbers with multiple templates.
17433         Reported by Brad Dobbie.
17434         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17435         abbrevs so user won't be asked to save.
17436         (verilog-read-auto-lisp-present): Fix to start at beginning of
17437         buffer in case called outside of verilog-auto.
17438         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17439         to "X-2".  Reported by Matthew Myers.
17440         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17441         all inputs from module templates.  Reported by Leith Johnson.
17442         (verilog-module-inside-filename-p): Fix locating programs as with
17443         modules.
17444         (verilog-auto-inst-port): Fix vl-width expressions when using
17445         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
17446         (verilog-decls-get-regs, verilog-decls-get-signals,
17447         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17448         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17449         verilog-read-decls): Combine reg and wire structures into one var
17450         structure to represent SystemVerilog concepts.
17451         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17452         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17453         (verilog-auto-wire-type, verilog-insert-definition):
17454         Add verilog-auto-wire-type and AUTOLOGIC to support using
17455         SystemVerilog "logic" keyword instead of "wire"/"reg".
17456         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17457         to declares outputs that also have assignments (presumably in an
17458         ifdef or generate if so there's not a driver conflict).
17459         Reported by Matthew Myers.
17460         (verilog-auto-declare-nettype, verilog-insert-definition):
17461         Add verilog-auto-declare-nettype to fix declarations using
17462         `default_nettype none.  Reported by Julian Gorfajn.
17463         (verilog-read-always-signals-recurse, verilog-read-decls)
17464         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17465         malformed end statement, bug325.  Reported by Joshua Wise and
17466         Andrew Drake.
17467         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17468         (verilog-inst-comment-re): Fix not deleting Interfaced comment
17469         when expanding .* in interfaces, bug320.
17470         Reported by Pierre-David Pfister.
17471         (verilog-read-module-name): Fix import statements between module
17472         name and open parenthesis, bug317.
17473         Reported by Pierre-David Pfister.
17474         (verilog-simplify-range-expression): Fix simplification of
17475         multiplications inside AUTOWIRE connections, bug303.
17476         (verilog-auto-inst-port): Support parameter expansion in
17477         multidimensional arrays.
17478         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17479         after "assert property".  Reported by Julian Gorfajn.
17480         (verilog-simplify-range-expression): Fix "couldn't merge" errors
17481         with multiplication, bug303.
17482         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17483         Reported by Jan Frode Lonnum.
17485 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
17487         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17488         (hfy-shell-file-name, hfy-shell):
17489         * international/fontset.el (x-decompose-font-name): Fix typos.
17491 2011-11-29  Ken Brown  <kbrown@cornell.edu>
17493         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17494         (gdb-version): Remove defvar.
17495         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17496         (gdb-gud-context-command, gdb-non-stop-handler)
17497         (gdb-current-context-command, gdb-stopped): Use it.
17498         (gdb-init-1): Enable pretty printing here.
17499         (gdb-non-stop-handler): Don't enable pretty-printing here.
17500         Check to see if the target supports non-stop mode; if not, turn off
17501         non-stop mode.  Use the following.
17502         (gdb-check-target-async): New defun.
17503         (gud-watch, gdb-stopped): Fix whitespace.
17504         (gdb-get-source-file): Don't try to display the source file if
17505         `gdb-main-file' is nil.
17507 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17509         * align.el: Try to generate fewer markers (bug#10047).
17510         (align--set-marker): New macro.
17511         (align-region): Use it.
17513 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17515         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17517 2011-11-29  Chong Yidong  <cyd@gnu.org>
17519         * indent.el (indent-for-tab-command, indent-according-to-mode):
17520         Doc fix.
17521         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
17523 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
17525         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17526         aware of remote file names.  (Bug#10124)
17528 2011-11-29  Chong Yidong  <cyd@gnu.org>
17530         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17532 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17534         * files.el (find-file): Don't use force-same-window (bug#10144).
17535         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17536         use pop-to-buffer if the selected window can't be used.
17537         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17539 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
17541         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17542         special-mode-map.
17544 2011-11-28  Chong Yidong  <cyd@gnu.org>
17546         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17548 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
17550         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17551           gdb-get-source-file-list on gdb-create-source-file-list.
17553 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
17555         * whitespace.el (whitespace-newline): Use a different foreground
17556         color for 16-color light-background displays.
17558 2011-11-24  Chong Yidong  <cyd@gnu.org>
17560         * window.el (display-buffer--special-action): Doc fix.
17562 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
17564         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17565         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17566         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17567         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17568         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17569         (avl-tree-stack-first):
17570         * emacs-lisp/cconv.el (cconv--analyse-use):
17571         * net/gnutls.el (gnutls-negotiate): Fix typos.
17573 2011-11-24  Glenn Morris  <rgm@gnu.org>
17575         * lpr.el (lpr-windows-system, lpr-lp-system):
17576         * mail/binhex.el (binhex-begin-line):
17577         * progmodes/grep.el (grep-history, grep-find-history):
17578         * textmodes/flyspell.el:
17579         * vc/pcvs-defs.el (cvs-global-menu):
17580         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17581         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17582         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17584         * net/tls.el: Fix case of "GnuTLS".
17586         * paths.el (rmail-file-name): Format doc-string for make-docfile.
17588         * version.el (emacs-build-system): Give it a doc-string.
17590 2011-11-24  Juri Linkov  <juri@jurta.org>
17592         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17594 2011-11-24  Glenn Morris  <rgm@gnu.org>
17596         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17597         if called on a non-mime message just toggle the headers.  (Bug#8006)
17599 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
17601         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17602         (allout-lead-with-comment-string, allout-structure-deleted-hook)
17603         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17604         (allout-rebullet-heading, allout-open-sibtopic)
17605         (allout-toggle-current-subtree-encryption)
17606         (allout-toggle-subtree-encryption, allout-encrypt-string)
17607         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17608         (allout-distinctive-bullets-string, allout-auto-activation):
17609         * window.el (window-normalize-buffer-to-display):
17610         * progmodes/verilog-mode.el (verilog-batch-indent):
17611         * textmodes/bibtex.el (bibtex-field-braces-opt)
17612         (bibtex-field-strings-opt):
17613         * vc/cvs-status.el (cvs-tree-merge):
17614         Fix typos.
17616 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
17618         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17619         `non-essential' to t, in order to avoid remote connections.
17621 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
17623         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17624         On MS-DOS and MS-Windows, compare with loaddefs.el
17625         case-insensitively.
17627 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17629         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
17631 2011-11-23  Glenn Morris  <rgm@gnu.org>
17633         * paths.el (rmail-file-name): Reformat the doc-string so that it
17634         is picked up.
17636         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17637         (rmail-auto-file): Ignore case in the "special" field names,
17638         as mail-fetch-field does for all others.
17640         * mail/rmail.el (rmail-forward):
17641         * mail/rmailkwd.el (rmail-set-label):
17642         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17643         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
17645         * mail/rmail.el (rmail-current-message): Doc fix.
17647         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
17649 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17651         * server.el (server-eval-and-print): Allow C-g (bug#6585).
17653 2011-11-22  Glenn Morris  <rgm@gnu.org>
17655         * mail/rmailmm.el (test-rmail-mime-handler)
17656         (test-rmail-mime-bulk-handler)
17657         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17659 2011-11-21  Juri Linkov  <juri@jurta.org>
17661         * calc/calc.el (calc-read-key-sequence):
17662         Let-bind `input-method-function' to nil.  (Bug#10018)
17664 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17666         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17667         Tell the caller that the next line needs recomputation, even
17668         though it doesn't start a sexp (bug#10094).
17670 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17672         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17674 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17676         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17677         Use force-same-window.
17679 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17681         * descr-text.el (describe-char-unicode-data):
17682         * json.el (json-string-escape):
17683         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17684         (Footnote-unicode, Footnote-style-p):
17685         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17687 2011-11-20  Chong Yidong  <cyd@gnu.org>
17689         * window.el (replace-buffer-in-windows): Restore interactive spec.
17691 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17693         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17695         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17696         (byte-compile-global-not-obsolete-vars): New var.
17697         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17698         Use it.
17699         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17701 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17703         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17704         * progmodes/pascal.el (electric-pascal-equal):
17705         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17706         * xml.el (xml-substitute-special): Fix typos.
17708 2011-11-20  Glenn Morris  <rgm@gnu.org>
17710         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17711         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17712         Doc fixes.
17713         (rmail-decode-mime-charset): Mark as obsolete.
17715         * mail/rmailsum.el (rmail-message-regexp-p-1):
17716         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17717         Before using mime functions, check they are set.  (Bug#10077)
17719 2011-11-19  Juri Linkov  <juri@jurta.org>
17721         * info.el (Info-finder-find-node): Use `package--builtins' instead
17722         of `package-alist'.  Use node names formed by the pattern "Keyword "
17723         and the keyword name.
17725 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17727         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17729 2011-11-19  Juri Linkov  <juri@jurta.org>
17731         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17732         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17733         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17734         `old-history', `old-history-forward'.  Add let-binding
17735         `window-selected'.  Remove calls to `kill-buffer',
17736         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17737         before calling `Info-find-node', so `Info-find-node-2' will reread
17738         the Info file.  Restore window positions only when `window-selected'
17739         is non-nil.
17741 2011-11-19  Juri Linkov  <juri@jurta.org>
17743         * isearch.el (isearch-lazy-highlight-new-loop):
17744         Remove condition `(not isearch-error)'.  (Bug#9918)
17746         * misearch.el (multi-isearch-search-fun): Add condition
17747         `(not bound)' to ignore lazy-highlighting search.
17748         Add the search-failed message "end of multi" when the end of
17749         multi-sequence is reached.  Uncapitalize the search-failed
17750         message "Repeat for next buffer".
17752         * info.el (Info-search): Add the search-failed message
17753         "end of the manual" when the end of the manual is reached
17754         in Isearch mode.
17756 2011-11-19  Juri Linkov  <juri@jurta.org>
17758         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17759         Use non-destructive `remove' instead of `delete' because
17760         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17761         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17763 2011-11-19  Juri Linkov  <juri@jurta.org>
17765         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17766         to nil instead of binding `search-ring' and `regexp-search-ring'.
17767         (Bug#9185)
17769 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17771         * simple.el (line-move): Force movement by logical lines for any
17772         hscrolled window, not only when auto-hscroll-mode is on.
17773         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17775 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17777         * language/european.el (macintosh): Define as alias for mac-roman.
17779 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17781         * mail/rmailmm.el (rmail-mime-display-header)
17782         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17783         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17784         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17785         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17786         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17787         of a raw aref.
17788         (rmail-mime-entity-segment): To get past the tagline, move forward
17789         2 more lines, to account for the 2 empty lines that precede and
17790         follow the line with the buttons.
17791         (rmail-mime-update-tagline): Move one more line, to get past the
17792         empty line that follows the buttons in the tagline.  (Bug#9520)
17794 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17796         * window.el (window-max-delta-1, window-min-delta-1)
17797         (window-min-size-1, window-state-get-1, window-state-put-1)
17798         (window-state-put-2): Use "window--" prefix.
17800 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17802         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17803         (smie-warning-count): New var.
17804         (smie-set-prec2tab): Use it.
17805         (smie-bnf->prec2): Improve warnings.  Add docstring.
17806         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17807         (smie-bnf--set-class): New function.
17808         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17809         corner case.
17811         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17812         (compilation-error-properties, compilation-move-to-column):
17813         Handle compilation-first-column while in the target buffer.
17815         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17816         Don't hardcode point-min==1.
17818         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17819         (eshell-rewrite-for-command): Remove workaround.
17820         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17821         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17822         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17824         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17826 2011-11-17  Glenn Morris  <rgm@gnu.org>
17828         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17829         Ignore buffer-local generated-autoload-file if it is the same
17830         as the global value.  (Bug#10049)
17832 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17834         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17835         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17836         (reftex-toc-previous-heading, reftex-toc-max-level)
17837         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17838         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17839         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17840         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17841         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17842         (reftex-toc-rename-label, reftex-toc-visit-location)
17843         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17844         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17845         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17846         leaving "*toc*" only for references to the buffer.
17848 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17850         * window.el (window-resize, delete-window, split-window):
17851         Replace window-splits by window-combination-resize.
17852         * cus-start.el (window-splits): Replace by window-combination-resize.
17854 2011-11-17  Glenn Morris  <rgm@gnu.org>
17856         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17857         Make bash entry derive from sh entry, not shell entry.
17859 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17861         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17862         local file name.
17864 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17866         * menu-bar.el (menu-bar-file-menu):
17867         * printing.el (pr-ps-utility):
17868         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17869         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17870         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17871         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17872         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17873         (icalendar--convert-cyclic-to-ical)
17874         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17875         (icalendar--convert-ical-to-diary)
17876         (icalendar--convert-recurring-to-diary)
17877         (icalendar--convert-non-recurring-all-day-to-diary)
17878         (icalendar-import-format-sample):
17879         * progmodes/idlw-shell.el (idlwave-shell-mode):
17880         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17881         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17882         (vhdl-ps-print-init): Fix typos.
17884 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
17886         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17887         FSF and collapse date sequence, obscure author/maintainer email address
17888         better, remove extra version line, track relocation of author's webpage.
17890         * progmodes/python.el (python-pdbtrack-input-prompt)
17891         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17892         regular python pdb prompts.  Adjustments shamelessly taken exactly as
17893         suggested in EmacsWiki page (tiny change):
17894         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17896 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17898         * expand.el (expand-pos, expand-index, expand-point):
17899         Remove redundant info from docstring.
17900         (expand-add-abbrevs): Doc fix.
17901         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17902         (expand-sample-perl-mode-expand-list): Fix typos.
17904         * net/dbus.el (dbus-event-member-name):
17905         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17906         * term/pc-win.el (msdos-create-frame-with-faces):
17907         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17909 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17911         * window.el (split-window, window-state-get-1)
17912         (window-state-put-1, window-state-put-2): Rename occurrences of
17913         window-nest to window-combination-limit.
17914         * cus-start.el (window-nest): Rename to window-combination-limit.
17916 2011-11-16  Chong Yidong  <cyd@gnu.org>
17918         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17919         regexp (Bug#10033).
17921 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17923         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17924         `completing-read' will remove *Completions* and will preserve
17925         current-buffer for us.
17926         (tmm-add-prompt): Users of *Completions* will always (re)set its
17927         major mode.
17928         (tmm-old-comp-map): Remove.
17930 2011-11-16  Glenn Morris  <rgm@gnu.org>
17932         * mail/rmailedit.el: Require rmailmm when compiling.
17933         (rmail-old-mime-state): New declaration.
17934         (rmail-edit-current-message): If editing a mime message,
17935         edit the "raw" message from the mbox buffer.
17936         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
17938 2011-11-15  Glenn Morris  <rgm@gnu.org>
17940         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17941         which wasn't being used.  Add optional arg to force given state.
17942         (rmail-mime): Add optional arg to force given state.
17944 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17946         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17947         * frame.el (display-mm-dimensions-alist):
17948         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17949         (outline-move-subtree-down):
17950         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17951         (newsticker--treeview-do-get-node):
17952         * net/quickurl.el (quickurl-list-buffer-name):
17953         * progmodes/dcl-mode.el (dcl-mode):
17954         * progmodes/gdb-mi.el (gdb-mapcar*):
17955         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17957 2011-11-15  Glenn Morris  <rgm@gnu.org>
17959         * mail/rmail.el (rmail-file-coding-system): It's only ever used
17960         in a boolean sense, so just make it a boolean, and fix the doc.
17961         (rmail-show-mime-function, rmail-mime-feature)
17962         (rmail-require-mime-maybe): Doc fixes.
17963         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17965         * mail/rmailmm.el (rmail-show-mime): Doc fix.
17967 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17969         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17970         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17971         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17972         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17974 2011-11-15  Glenn Morris  <rgm@gnu.org>
17976         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17977         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17978         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17979         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17980         (rmail-mime, rmail-show-mime): Doc fixes.
17982         * term/ns-win.el (mode-line-frame-identification):
17983         Leave it alone.  (Bug#10051)
17985         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
17987         * mail/rmailout.el (rmail-output-to-rmail-buffer):
17988         Handle empty buffers.  (Bug#9978)
17990 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
17992         * international/mule.el (define-charset):
17993         * mail/rmailmm.el (rmail-mime-find-header-encoding):
17994         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17995         * progmodes/verilog-mode.el (verilog-backward-token):
17996         * textmodes/ispell.el (lookup-words):
17997         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17999 2011-11-14  Glenn Morris  <rgm@gnu.org>
18001         * progmodes/executable.el
18002         (executable-make-buffer-file-executable-if-script-p):
18003         Handle file-modes returning nil.
18005         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18006         message - not necessary, and causes problems.  (Bug#9831)
18008         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18010         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18012         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18013         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
18014         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18016 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
18018         * window.el (window-resize, delete-window): Use window-splits
18019         variable instead of function.
18020         (window-state-get-1, window-state-put-2, window-state-put):
18021         Don't deal with windows' splits status.
18023 2011-11-12  Glenn Morris  <rgm@gnu.org>
18025         * apropos.el (apropos-do-all, apropos-library, apropos-value)
18026         (apropos-documentation): Doc fixes.
18028 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
18030         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18031         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18033 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18035         * electric.el (electric-indent-post-self-insert-function): Make it
18036         possible for a char to only indent in some circumstances.
18037         (electric-indent-mode): Simplify.
18039 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
18041         * window.el (windows-with-parameter): Remove unused function.
18042         (windows-at-side): Rename to window-at-side-list.
18043         (window-check, window-atom-check, window-atom-check-1)
18044         (window-side-check, window-size-ignore, window-size-fixed-1)
18045         (window-in-direction-2): Prefix with "window--".
18046         (window-tree-1): Rename to window--subtree, fix doc-string.
18048 2011-11-11  Glenn Morris  <rgm@gnu.org>
18050         * subr.el (eval-after-load): If FILE is already loaded,
18051         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
18053 2011-11-10  Glenn Morris  <rgm@gnu.org>
18055         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18056         Call svn via vc-svn-command rather than vc-do-command.
18057         (vc-svn-command): Add --non-interactive.  (Bug#9993)
18058         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18060         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18061         Add toggle-read-only.  (Bug#7292)
18062         * files.el (toggle-read-only): Mention that it should only
18063         be used interactively.  (Bug#10006)
18065 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18067         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18068         Adjust regexp for OCaml warnings.
18070         * electric.el (electric-pair-post-self-insert-function): Let user
18071         turn it off buffer-locally (bug#9932).
18073         * progmodes/python.el (python-beginning-of-statement):
18074         Rewrite (bug#2703).
18076         * progmodes/compile.el: Better handle TABs (bug#9749).
18077         (compilation-internal-error-properties)
18078         (compilation-next-error-function): Obey the target buffer's
18079         compilation-error-screen-columns.
18081 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
18083         * progmodes/meta-mode.el: Remove obsolete comments.
18084         (meta-right-comment-regexp, meta-ignore-comment-regexp):
18085         Fix typos in docstrings.
18087 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
18089         * window.el (window-size-fixed-p): Rewrite doc-string.
18090         (window-resizable-p): Rename to window--resizable-p.  Update callers.
18091         (window--resizable): New function.  Make all callers of
18092         window-resizable call window--resizable instead.
18093         (window-resizable): Rewrite in terms of window--resizable.
18095 2011-11-08  Glenn Morris  <rgm@gnu.org>
18097         * progmodes/delphi.el (delphi-mode-syntax-table):
18098         Let define-derived-mode define a proper syntax table.  (Bug#9994)
18100 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18102         * window.el: Stay away from defsubst.
18103         (window-list-no-nils): Remove.
18104         (window-state-get-1, window-state-get): Use backquote instead.
18106 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18108         * emacs-lisp/find-func.el (find-function-read):
18109         Fix incorrect use of default argument in `completing-read'.
18111 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
18113         * window.el (display-buffer-function, special-display-function):
18114         Mention display-buffer-record-window but do not mention
18115         help-setup parameter in doc-strings.
18116         (window-min-delta): Fix doc-string typo.
18118 2011-11-08  Chong Yidong  <cyd@gnu.org>
18120         * window.el (window-total-height, window-total-width): Doc fix.
18121         (window-body-size): Move from C.
18122         (window-body-height, window-body-width): Move to C.
18124 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18126         * window.el: Make special-display like display-buffer-alist (bug#9532).
18127         (display-buffer--special-action): New function, morphed
18128         from display-buffer--special.
18129         (display-buffer): Use it to handle special-display-buffers at higher
18130         priority (just after display-buffer-alist).
18131         (display-buffer-fallback-action, display-buffer--other-frame-action)
18132         (pop-to-buffer-same-window): Remove display-buffer--special.
18134 2011-11-07  Glenn Morris  <rgm@gnu.org>
18136         * calendar/cal-menu.el (cal-menu-set-date-title):
18137         Do nothing if not in a calendar.  (Bug#9976)
18139 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18141         * files.el (find-file): Always use selected-window.
18143 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
18145         * window.el (window-combinations): Make WINDOW argument
18146         mandatory.  Rewrite doc-string.
18147         (walk-window-subtree, window-atom-check, window-min-delta)
18148         (window-max-delta, window--resize-this-window)
18149         (window--resize-root-window-vertically, window-tree)
18150         (balance-windows, window-state-put): Rewrite doc-strings as to
18151         not mention the term "subwindow".
18152         (window--resize-subwindows-skip-p): Rename to
18153         window--resize-child-windows-skip-p.
18154         (window--resize-subwindows-normal): Rename to
18155         window--resize-child-windows-normal.
18156         (window--resize-subwindows): Rename to
18157         window--resize-child-windows.
18158         (window-or-subwindow-p): Rename to window--in-subtree-p.
18160 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18162         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18163         Ensure that mbox format messages end in two newlines (Bug#9974).
18165 2011-11-06  Chong Yidong  <cyd@gnu.org>
18167         * window.el (window-combination-p): Function deleted; its
18168         side-effect is not used in any existing code.
18169         (window-combinations, window-combined-p): Call window-*-child
18170         directly.
18172 2011-11-05  Chong Yidong  <cyd@gnu.org>
18174         * window.el (window-valid-p): Rename from window-any-p.
18175         (window-size-ignore, window-state-get): Callers changed.
18176         (window-normalize-window): Rename from window-normalize-any-window.
18177         New arg LIVE-ONLY, replacing window-normalize-live-window.
18178         (window-normalize-live-window): Delete.
18179         (window-combination-p, window-combined-p, window-combinations)
18180         (walk-window-subtree, window-atom-root, window-min-size)
18181         (window-sizable, window-sizable-p, window-size-fixed-p)
18182         (window-min-delta, window-max-delta, window-resizable)
18183         (window-resizable-p, window-full-height-p, window-full-width-p)
18184         (window-current-scroll-bars, window-point-1, set-window-point-1)
18185         (window-at-side-p, window-in-direction, window-resize)
18186         (adjust-window-trailing-edge, maximize-window, minimize-window)
18187         (window-deletable-p, delete-window, delete-other-windows)
18188         (record-window-buffer, unrecord-window-buffer)
18189         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18190         (quit-window, split-window, window-state-put)
18191         (set-window-text-height, fit-window-to-buffer)
18192         (shrink-window-if-larger-than-buffer): Callers changed.
18194 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
18196         * mail/rmail.el (rmail-simplified-subject): Decode subject with
18197         rfc2047-decode-string.
18198         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18199         warnings.
18201         * window.el (window-body-height, window-body-width): Mention in
18202         the doc string that the return values are in frame's canonical
18203         units.  (Bug#9949)
18205 2011-11-03  Alan Mackenzie  <acm@muc.de>
18207         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18208         change in cc-engine.el.
18210 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18212         * window.el (switch-to-buffer): Use `force-same-window' interactively.
18214 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
18216         * window.el (quit-window): Call unrecord-window-buffer after
18217         showing another buffer in the window.  (Bug#9937)
18218         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18220 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
18222         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18223         Accept status with more than 9 shelves.  (Bug#9935)
18224         Reported by Colin D Bennett <colin@gibibit.com>.
18226 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
18228         * help.el (with-help-window): Don't reference
18229         temp-buffer-show-specifiers in doc-string.
18231 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
18233         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18234         menu-item.
18236 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18238         * whitespace.el: New version 13.2.2.
18239         (whitespace-newline-mode): Disable properly.  Reported by Sarah
18240         <EmacsWiki>.
18242 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
18244         * net/newst-treeview.el: Remove "Time-stamp".
18245         (newsticker--group-manage-orphan-feeds): Do not call
18246         newsticker--treeview-tree-update.
18247         (newsticker-treeview-update, newsticker-treeview):
18248         Call newsticker--treeview-tree-update if necessary.
18250 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
18252         * window.el (window-iso-combination-p, window-iso-combined-p)
18253         (window-iso-combinations): Remove "iso-" infix.
18254         Suggested by Chong Yidong.
18255         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18256         (window-max-delta-1, window-resize, window--resize-siblings)
18257         (window--resize-this-window, adjust-window-trailing-edge)
18258         (split-window, balance-windows-1)
18259         (shrink-window-if-larger-than-buffer):
18260         * calendar/calendar.el (calendar-generate-window):
18261         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18263 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18265         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18266         in place (bug#9907).
18267         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18268         (eshell-rewrite-if-command, eshell-rewrite-for-command)
18269         (eshell-structure-basic-command, eshell-rewrite-while-command)
18270         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18271         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18272         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18273         (eshell-do-pipelines-synchronously, eshell-eval-command):
18274         Use backquotes and prefer setq to set.
18275         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18276         (eshell-macrop): Use functionp.
18277         (eshell-do-eval): Handle multiple expressions in `while' body.
18279 2011-10-30  Chong Yidong  <cyd@gnu.org>
18281         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18282         instead of set-mark (Bug#9810).
18284 2011-10-30  Chong Yidong  <cyd@gnu.org>
18286         * window.el (split-window-below, split-window-right): Rename from
18287         split-window-above-each-other and split-window-side-by-side
18288         respectively.  All callers changed.
18289         (split-window-sensibly, split-window-sensibly): Use them.
18290         (split-window-keep-point): Doc fix.
18292         * isearch.el: Add isearch-scroll property to split-window-below
18293         and split-window-right.
18295         * follow.el (follow-mode):
18296         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18297         * progmodes/ada-xref.el (ada-gdb-application):
18298         * emulation/vip.el (vip-buffer-in-two-windows):
18299         * image-dired.el (image-dired-dired-with-window-configuration):
18300         * dired-x.el (dired-do-find-marked-files):
18301         * dired.el (dired-pop-to-buffer):
18302         * bs.el (bs--show-with-configuration):
18303         * vc/emerge.el (emerge-setup-windows):
18304         * textmodes/two-column.el (2C-two-columns):
18305         * textmodes/reftex-toc.el (reftex-toc):
18306         * progmodes/gdb-mi.el (gdb-setup-windows):
18307         * progmodes/fortran.el (fortran-window-create):
18308         * net/newst-treeview.el (newsticker--treeview-window-init):
18309         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18310         * emulation/tpu-edt.el (tpu-gold-map):
18311         * emulation/crisp.el (crisp-mode-map):
18312         * calendar/calendar.el (calendar-basic-setup): Callers changed.
18314 2011-10-29  Chong Yidong  <cyd@gnu.org>
18316         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18318         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18320         * textmodes/flyspell.el (flyspell-word): Fix char offset for
18321         forged Ispell output (Bug#7904).
18323         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18325 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18327         * doc-view.el: Avoid ugly errors about not finding nil.
18328         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18329         (doc-view-dvipdf-program, doc-view-unoconv-program)
18330         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18331         Avoid nil or absolute file name as default value.
18332         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18334 2011-10-28  Alan Mackenzie  <acm@muc.de>
18336         * progmodes/cc-defs.el (c-version): -> 5.32.2.
18338 2011-10-28  Alan Mackenzie  <acm@muc.de>
18340         Amend the handling of c-beginning/end-of-defun in nested declaration
18341         scopes.
18343         * progmodes/cc-vars.el (c-defun-tactic): Move here from
18344         cc-langs.el.  Change it to a defcustom.
18346         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18347         cc-vars.el.
18349         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18350         Prevent "class foo : bar" being spuriously recognized as a label.
18352         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18353         Add parameter `inclusive' (to include enclosing braces in the region).
18354         (c-widen-to-enclosing-decl-scope): New function.
18355         (c-while-widening-to-decl-block): New macro.
18356         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18357         outward for defun boundaries, and correspondingly change symbol
18358         `respect-enclosure' to `go-outward'.
18359         (c-declaration-limits): Change algorithm to report only the "innermost"
18360         defun's boundaries.
18362 2011-10-28  Deniz Dogan  <deniz@dogan.se>
18364         * net/rcirc.el (rcirc-mode): Use hard newlines.
18366 2011-10-28  Alan Mackenzie  <acm@muc.de>
18368         Amend to indent and fontify macros "which include their own semicolon"
18369         correctly, using the "virtual semicolon" mechanism.
18371         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18373         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18374         Recode to scan one line at a time rather than having \n and \r
18375         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18376         (c-forward-label): Amend for virtual semicolons.
18377         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18379         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18380         of the new C macros.
18382         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18383         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18384         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18385         (c-opt-cpp-macro-define): Make into a full language variable.
18386         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18387         AWK Mode (including \n, \r) removed, no longer needed.
18389         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18390         Invoke c-make-macro-with-semi-re.
18392         * progmodes/cc-vars.el (c-macro-with-semi-re):
18393         (c-macro-names-with-semicolon): New variables.
18394         (c-make-macro-with-semi-re): New function.
18396 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18398         * vc/log-edit.el: Fill empty field rather than adding new one.
18399         (log-edit-add-field): New function.
18400         (log-edit-insert-changelog): Use it.
18402 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18404         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18406 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18408         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18409         (gdb--check-interpreter): New function.
18410         (gdb): Use it.
18412 2011-10-27  Glenn Morris  <rgm@gnu.org>
18414         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18415         (least-positive-float, least-negative-float)
18416         (least-positive-normalized-float, least-negative-normalized-float)
18417         (float-epsilon, float-negative-epsilon):
18418         Remove unnecessary declarations.
18420         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18421         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18422         (least-positive-float, least-negative-float)
18423         (least-positive-normalized-float, least-negative-normalized-float)
18424         (float-epsilon, float-negative-epsilon): Add doc-strings,
18425         based on those in cl.texi.
18427         * files.el (set-visited-file-name): If the major-mode changed,
18428         reload the local variables.  (Bug#9796)
18430 2011-10-27  Chong Yidong  <cyd@gnu.org>
18432         * subr.el (change-major-mode-after-body-hook): New hook.
18433         (run-mode-hooks): Run it.
18435         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18436         Use change-major-mode-before-body-hook.
18438         * simple.el (fundamental-mode):
18439         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18440         change introducing fundamental-mode-hook.
18442 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
18444         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18446 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
18448         * ido.el (ido-file-name-all-completions-1): Do not require
18449         tramp.el explicitly.  (Bug#7583)
18451 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18453         * progmodes/octave-mod.el:
18454         * progmodes/octave-inf.el: Update maintainer.
18456 2011-10-26  Chong Yidong  <cyd@gnu.org>
18458         * subr.el (with-wrapper-hook): Rewrite doc.
18460 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
18462         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18463         filenames "/method:foo:".  (Bug#9793)
18465 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18467         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18468         (bug#9865).
18470 2011-10-24  Glenn Morris  <rgm@gnu.org>
18472         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
18474 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
18476         * notifications.el: Add the requirement of a running D-Bus session
18477         bus to the Commentary.
18479 2011-10-24  Juri Linkov  <juri@jurta.org>
18481         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18482         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18483         (Bug#9364)
18485 2011-10-24  Juri Linkov  <juri@jurta.org>
18487         * info.el (Info-following-node-name-re): Add newline to the list
18488         of allowed characters for leading space.  (Bug#9824)
18490 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18492         * progmodes/octave-inf.el (inferior-octave-mode-map):
18493         Fix C-c C-h binding.
18494         * progmodes/octave-mod.el (octave-help): Remove.
18496 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
18498         Sync with Tramp 2.2.3.
18500         * net/tramp-cache.el (top): Pacify byte-compiler using
18501         `init-file-user' and `site-run-file'.
18503         * net/trampver.el: Update release number.
18505 2011-10-23  Chong Yidong  <cyd@gnu.org>
18507         * files.el (toggle-read-only): Remove obsolete comment about
18508         version control.
18510         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18511         for toggle-read-only.  Note that this hasn't called vc-next-action
18512         since 2008-05-02, though it wasn't documented at the time.
18514         * vc/ediff-init.el (ediff-toggle-read-only-function):
18515         Use toggle-read-only.
18517 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
18519         Fix bug #9560, sporadic wrong indentation; improve instrumentation
18520         of c-parse-state.
18522         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18523         correct faulty logical expression.
18524         (c-parse-state-state, c-record-parse-state-state):
18525         (c-replay-parse-state-state): New defvar/defuns.
18526         (c-debug-parse-state): Use new functions.
18528 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
18530         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18531         last fix.  Use window-in-direction correctly.
18533 2011-10-21  Chong Yidong  <cyd@gnu.org>
18535         * progmodes/idlwave.el (idlwave-mode):
18536         * progmodes/vera-mode.el (vera-mode): No need to set
18537         require-final-newline; that's done in prog-mode.
18538         Suggested by Stefan Monnier.
18540 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
18542         * mouse.el (mouse-drag-window-above)
18543         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18544         (mouse-drag-mode-line-1, mouse-drag-header-line)
18545         (mouse-drag-vertical-line-rightward-window): Remove.
18546         (mouse-drag-line): New function.
18547         (mouse-drag-mode-line, mouse-drag-header-line)
18548         (mouse-drag-vertical-line): Call mouse-drag-line.
18549         * window.el (window-at-side-p, windows-at-side): New functions.
18551 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
18553         * tar-mode.el (tar-grind-file-mode):
18554         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
18556 2011-10-21  Chong Yidong  <cyd@gnu.org>
18558         * progmodes/idlwave.el (idlwave-mode):
18559         * progmodes/vera-mode.el (vera-mode):
18560         Use mode-require-final-newline.
18562 2011-10-20  Glenn Morris  <rgm@gnu.org>
18564         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
18566 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
18568         * emulation/cua-base.el (cua-set-mark): Fix case of string.
18570 2011-10-20  Chong Yidong  <cyd@gnu.org>
18572         * emulation/cua-base.el (cua-mode):
18573         * mail/footnote.el (footnote-mode):
18574         * mail/mailabbrev.el (mail-abbrevs-mode):
18575         * net/xesam.el (xesam-minor-mode):
18576         * progmodes/bug-reference.el (bug-reference-mode):
18577         * progmodes/cap-words.el (capitalized-words-mode):
18578         * progmodes/compile.el (compilation-minor-mode)
18579         (compilation-shell-minor-mode):
18580         * progmodes/gud.el (gud-tooltip-mode):
18581         * progmodes/hideif.el (hide-ifdef-mode):
18582         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18583         * progmodes/subword.el (subword-mode):
18584         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18585         * progmodes/which-func.el (which-function-mode):
18586         * term/tvi970.el (tvi970-set-keypad-mode):
18587         * term/vt100.el (vt100-wide-mode):
18588         * textmodes/flyspell.el (flyspell-mode):
18589         * textmodes/ispell.el (ispell-minor-mode):
18590         * textmodes/nroff-mode.el (nroff-electric-mode):
18591         * textmodes/paragraphs.el (use-hard-newlines):
18592         * textmodes/refill.el (refill-mode):
18593         * textmodes/reftex.el (reftex-mode):
18594         * textmodes/rst.el (rst-minor-mode):
18595         * textmodes/sgml-mode.el (html-autoview-mode)
18596         (sgml-electric-tag-pair-mode):
18597         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18598         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18599         * emulation/crisp.el (crisp-mode):
18600         * emacs-lisp/eldoc.el (eldoc-mode):
18601         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18602         minor mode behavior.
18604 2011-10-19  Juri Linkov  <juri@jurta.org>
18606         * descr-text.el (describe-char): Add #x2010 and #x2011 to
18607         the list of hard-coded chars with escape-glyph face.
18609 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18611         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18613 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
18615         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18616         running process.
18618 2011-10-19  Glenn Morris  <rgm@gnu.org>
18620         * vc/vc-bzr.el (vc-bzr-after-dir-status):
18621         Ignore ignored files.  (Bug#9726)
18623 2011-10-19  Chong Yidong  <cyd@gnu.org>
18625         Doc fix for minor modes, stating that an omitted argument enables
18626         the mode unconditionally when called from Lisp.
18628         * abbrev.el (abbrev-mode):
18629         * allout.el (allout-mode):
18630         * autoinsert.el (auto-insert-mode):
18631         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18632         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18633         (global-auto-revert-mode):
18634         * battery.el (display-battery-mode):
18635         * composite.el (global-auto-composition-mode)
18636         (auto-composition-mode):
18637         * delsel.el (delete-selection-mode):
18638         * desktop.el (desktop-save-mode):
18639         * dired-x.el (dired-omit-mode):
18640         * dirtrack.el (dirtrack-mode):
18641         * doc-view.el (doc-view-minor-mode):
18642         * double.el (double-mode):
18643         * electric.el (electric-indent-mode, electric-pair-mode):
18644         * emacs-lock.el (emacs-lock-mode):
18645         * epa-hook.el (auto-encryption-mode):
18646         * follow.el (follow-mode):
18647         * font-core.el (font-lock-mode):
18648         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18649         * help.el (temp-buffer-resize-mode):
18650         * hilit-chg.el (highlight-changes-mode)
18651         (highlight-changes-visible-mode):
18652         * hi-lock.el (hi-lock-mode):
18653         * hl-line.el (hl-line-mode, global-hl-line-mode):
18654         * icomplete.el (icomplete-mode):
18655         * ido.el (ido-everywhere):
18656         * image-file.el (auto-image-file-mode):
18657         * image-mode.el (image-minor-mode):
18658         * iswitchb.el (iswitchb-mode):
18659         * jka-cmpr-hook.el (auto-compression-mode):
18660         * linum.el (linum-mode):
18661         * longlines.el (longlines-mode):
18662         * master.el (master-mode):
18663         * mb-depth.el (minibuffer-depth-indicate-mode):
18664         * menu-bar.el (menu-bar-mode):
18665         * minibuf-eldef.el (minibuffer-electric-default-mode):
18666         * mouse-sel.el (mouse-sel-mode):
18667         * msb.el (msb-mode):
18668         * mwheel.el (mouse-wheel-mode):
18669         * outline.el (outline-minor-mode):
18670         * paren.el (show-paren-mode):
18671         * recentf.el (recentf-mode):
18672         * reveal.el (reveal-mode, global-reveal-mode):
18673         * rfn-eshadow.el (file-name-shadow-mode):
18674         * ruler-mode.el (ruler-mode):
18675         * savehist.el (savehist-mode):
18676         * scroll-all.el (scroll-all-mode):
18677         * scroll-bar.el (scroll-bar-mode):
18678         * server.el (server-mode):
18679         * shell.el (shell-dirtrack-mode):
18680         * simple.el (auto-fill-mode, transient-mark-mode)
18681         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18682         (line-number-mode, column-number-mode, size-indication-mode)
18683         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18684         * strokes.el (strokes-mode):
18685         * time.el (display-time-mode):
18686         * t-mouse.el (gpm-mouse-mode):
18687         * tool-bar.el (tool-bar-mode):
18688         * tooltip.el (tooltip-mode):
18689         * type-break.el (type-break-mode-line-message-mode)
18690         (type-break-query-mode):
18691         * view.el (view-mode):
18692         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18693         (global-whitespace-mode, global-whitespace-newline-mode):
18694         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18696         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18697         Fix autogenerated docstring.
18699 2011-10-19  Juri Linkov  <juri@jurta.org>
18701         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18702         by checking environment variables "DESKTOP_SESSION" and
18703         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18705 2011-10-19  Juri Linkov  <juri@jurta.org>
18707         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18708         (browse-url-chromium-program, browse-url-chromium-arguments):
18709         New defcustoms.
18710         (browse-url-default-browser): Check for `browse-url-chromium' and
18711         call `browse-url-chromium-program'.
18712         (browse-url-chromium): New command.  (Bug#9779)
18714 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18716         * facemenu.el (list-colors-duplicates): On Windows, detect more
18717         duplicates by assuming that only colors matching "^System" are
18718         special "system colors".  (Bug#9722)
18720 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18722         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18723         to distinguish the author from the committer.
18725 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18727         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18729 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18731         * international/mule.el (sgml-html-meta-auto-coding-function):
18732         Add support for detecting encoding in HTML5 specified only as
18733         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18734         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18736 2011-10-18  Glenn Morris  <rgm@gnu.org>
18738         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18740 2011-10-18  Chong Yidong  <cyd@gnu.org>
18742         * faces.el (cursor): Doc fix.
18744 2011-10-17  Chong Yidong  <cyd@gnu.org>
18746         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18748 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18750         * dirtrack.el (dirtrack): Support shell buffers with path
18751         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18753 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18755         * json.el: Bump version to 1.3 and note change in History.
18756         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18758 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18760         * comint.el (comint-insert-input, comint-send-input)
18761         (comint-get-old-input-default, comint-backward-matching-input)
18762         (comint-next-prompt): Use nil instead of `input' for field property of
18763         past user input (bug#114).
18765         * minibuffer.el (completion--replace): Inherit surrounding properties
18766         (bug#114).
18767         (minibuffer-complete-and-exit): Use it.
18769         * comint.el (comint--table-subvert): Quote the all-completions output
18770         (bug#9160).
18772 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18774         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18776         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18777         window on right of selected.  (Bug#9350) Reword other window
18778         entries and separate them from frame entries.
18780 2011-10-15  Glenn Morris  <rgm@gnu.org>
18782         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18783         Doc fixes.
18785 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18787         * net/network-stream.el (network-stream-open-starttls):
18788         Improve detection of failure due to lack of TLS support.
18790         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18791         putting the input text in front and in bold.
18793 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18795         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18797         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18798         empty buffer.
18800         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18801         unread-command-events rather than pushing yet-another event.
18803 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18805         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18806         the explanation of the possible choices.  Make the options passed
18807         to completing-read shorter.
18809 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
18811         * textmodes/flyspell.el (flyspell-large-region): Make sure
18812         extended character mode is used if defined (Bug#1339).
18814 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18816         * simple.el (what-cursor-position): Fix the display of the
18817         character info for LRE, LRO, RLE, and RLO characters by appending
18818         an invisible PDF.
18820 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18822         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18823         even in case of error; add debug spec; simplify data flow.
18824         (with-timeout-handler): Remove.
18826 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18828         Fix Bug#6019, Bug#9315.
18830         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18831         complete `buffer-file-name', the local file name part could look
18832         remotely (for example on VMS).
18834         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18835         `tramp-run-real-handler'.
18836         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18837         already quoted by '"'.
18839         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18840         Let `file-name-handler-alist' be nil, the local file name part
18841         could look remotely (for example on VMS).
18843 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18845         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18846         from here...
18847         (flyspell-post-command-hook): ...to here.
18849 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18851         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18852         if not needed.
18853         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18854         using completion.  Protect against "slow" callers.
18855         Remove the "message hack".
18857 2011-10-11  Juri Linkov  <juri@jurta.org>
18859         * isearch.el (isearch-lazy-highlight-word): New variable.
18860         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18861         Use it.  (Bug#9727)
18863 2011-10-11  Glenn Morris  <rgm@gnu.org>
18865         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18866         like f90-previous-statement does.
18868 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18870         * eshell/eshell.el (eshell-command): History should be saved
18871         only in interactive use, to avoid error.
18873 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18875         * minibuffer.el (completion-file-name-table): Fix last change,
18876         i.e. ignore normal errors but not the other ones.
18878 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
18880         * window.el (special-display-buffer-names)
18881         (special-display-regexps): Remove some remnants of earlier
18882         changes from doc-strings.
18883         (quit-windows-on): New function.
18885         * vc/vc.el (vc-revert, vc-rollback):
18886         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18887         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
18888         (Bug#6183) (Bug#7074) (Bug#7447)
18890 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
18892         * window.el (frame-auto-hide-function): Add version tag.
18893         (Bug#9699)
18895 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
18897         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18898         condition.
18900 2011-10-09  Leo Liu  <sdl.web@gmail.com>
18902         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18903         (Bug#9701)
18905 2011-10-08  Glenn Morris  <rgm@gnu.org>
18907         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18908         before the first code statement zero indent.  (Bug#9690)
18910 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
18912         * simple.el (count-words-region): Always count in the region.
18913         Report the number of lines and characters too.
18914         (count-words): New command, which counts in the buffer if the
18915         region is inactive, as count-words-region used to.
18916         (count-words--message): New function.  Handle plurals.
18917         (count-lines-region): Make it an alias for count-words-region.
18919         * bindings.el (esc-map): Replace count-lines-region with
18920         count-words-region.
18922 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
18924         * window.el (window--delete): Delete dedicated frame
18925         unconditionally when argument KILL is non-nil.  (Bug#9699)
18926         (switch-to-buffer): Fix doc-string typo.
18928 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18930         * eshell/eshell.el (eshell-command): Avoid using hooks.
18932 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
18934         * bindings.el ([M-left],[M-right]): Bind to left-word and
18935         right-word respectively.
18937 2011-10-07  Glenn Morris  <rgm@gnu.org>
18939         * cus-start.el (debug-on-quit): Fix custom type.
18941 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18943         * subr.el (define-key-after): Clarify that the function is not
18944         useful for non-menu keymaps.
18946         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18948 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18950         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18951         in current minibuffer (Fix bug with recursive minibuffers).
18953 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
18955         * progmodes/gdb-mi.el (gdb): Doc fix.
18957 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
18959         * window.el (frame-auto-hide-function): New option replacing
18960         frame-auto-delete.  Suggested by Stefan Monnier.
18961         (window--delete): Call frame-auto-hide-function instead of
18962         investigating frame-auto-delete.
18963         (window-point-1, set-window-point-1): New functions.
18964         (window-in-direction, record-window-buffer, window-state-get-1)
18965         (display-buffer-record-window): Use window-point-1 instead of
18966         window-point.
18967         (set-window-buffer-start-and-point): Use set-window-point-1.
18969 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18971         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18973 2011-10-05  Glenn Morris  <rgm@gnu.org>
18975         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18976         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
18978 2011-10-05  Leo Liu  <sdl.web@gmail.com>
18980         * subr.el (read-char-choice): Fix argument to buffer-live-p which
18981         works with buffer object.
18983 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18985         * mpc.el (mpc-tool-bar-map): Add labels.
18987 2011-10-04  Glenn Morris  <rgm@gnu.org>
18989         * calendar/holidays.el (calendar-check-holidays): Doc fix.
18991 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
18993         * window.el (window--delete): New function.
18994         (frame-auto-delete): Resuscitate option.
18995         (bury-buffer, replace-buffer-in-windows)
18996         (quit-window): Rewrite using window--delete.
18997         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18998         Pass display-buffer-mark-dedicated to window--display-buffer-2
18999         (Bug#9639).
19001 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19003         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19004         returns a list (bug#9554).  Add remote file name completion.
19005         * comint.el (comint--table-subvert): Curry and get quote&unquote
19006         functions as arguments.
19007         (comint--complete-file-name-data): Adjust call accordingly.
19008         * pcomplete.el (pcomplete--table-subvert): Remove.
19009         (pcomplete-completions-at-point): Use comint--table-subvert instead.
19011         * minibuffer.el (completion-table-case-fold): Use currying.
19012         (completion--styles-type, completion--cycling-threshold-type):
19013         New constants.
19014         (completion-styles, completion-category-overrides)
19015         (completion-cycle-threshold): Use them.
19016         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19017         completion-table-case-fold.
19019 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
19021         * minibuffer.el (completion-category-overrides): Fix type of styles
19022         and add more user friendly tags (bug#9660).
19024 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19026         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19027         (mule-input-method-string): New widget.
19028         (default-input-method, language-info-custom-alist): Use it.
19030 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19032         * pcomplete.el: Require comint.
19033         (pcomplete--common-suffix): Remove.
19034         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19035         (pcomplete--table-subvert): Sync with comint--table-subvert.
19036         (pcomplete--entries): Use comint-completion-file-name-table.
19037         * comint.el (comint-unquote-filename): Simplify.
19038         (comint-completion-file-name-table): New function (bug#9616).
19039         (comint--complete-file-name-data): Use it.
19041         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19042         (pcmpl-gnu-tar-buffer): Remove.
19043         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19044         around.  Make sure pcomplete-suffix-list is only changed temporarily.
19045         Don't look inside the tar's file if it's too large.
19047 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
19049         * cus-edit.el (custom-mode-map):
19050         * epa.el (epa-key-list-mode-map):
19051         * man.el (Man-mode-map):
19052         * startup.el (splash-screen-keymap):
19053         * simple.el (special-mode-map): Use scroll-up-command and
19054         scroll-down-command.
19056         * progmodes/idlw-help.el (idlwave-help-mode-map):
19057         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19058         * net/newst-plainview.el (newsticker-mode-map):
19059         * emulation/ws-mode.el (wordstar-mode-map):
19060         * emulation/vi.el (vi-com-map):
19061         * calc/calc-graph.el (calc-graph-show-dumb):
19062         * term/sun.el (terminal-init-sun):
19063         * term/ns-win.el (global-map):
19064         * progmodes/grep.el (grep-mode-map):
19065         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19066         * mail/rmail.el (rmail-mode-map):
19067         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19069         * custom.el (custom-safe-themes, load-theme): Treat value of t for
19070         custom-safe-themes as special.
19072 2011-10-01  Julien Danjou  <julien@danjou.info>
19074         * notifications.el (notifications-notify): Fix docstring.
19076 2011-10-01  Per Starbäck  <per@starback.se>
19078         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
19080 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
19082         * startup.el (command-line-1): Fix last fix by inserting
19083         initial-scratch-message into *scratch* before displaying it.
19084         (Bug#9605) and (Bug#9636)
19086 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
19088         * simple.el (line-move): If auto-hscroll-mode is disabled and the
19089         window is hscrolled, move by logical lines.  (Bug#9607)
19090         (line-move-visual): Update the doc string to the above effect.
19092 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
19094         * window.el (display-buffer-record-window): When WINDOW is the
19095         selected window use `point' instead of `window-point'.  (Bug#9626)
19097         * startup.el (command-line-1): Use insert-before-markers when
19098         inserting initial-scratch-message.  (Bug#9605)
19100         * help.el (help-window): Remove variable.
19102 2011-09-29  Glenn Morris  <rgm@gnu.org>
19104         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19106 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
19108         * descr-text.el (describe-char-categories): Accept category
19109         descriptions more than one line long.
19111 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19113         * simple.el (delete-trailing-whitespace): Fix last change.
19115         * progmodes/perl-mode.el (perl-syntax-propertize-function):
19116         Don't confuse "y => 3" as the beginning of a `y' operation.
19118         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19119         object has more than 4 slots (bug#9613).
19121 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
19123         * subr.el (with-output-to-temp-buffer):
19124         * net/quickurl.el (quickurl, quickurl-browse-url):
19125         Fix typos in docstrings.
19127 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
19129         * minibuffer.el (completion-styles)
19130         (completion-category-overrides): Cross reference each other in doc
19131         strings.
19133 2011-09-27  Glenn Morris  <rgm@gnu.org>
19135         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19136         to split-string.  (Bug#9606)
19138 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19140         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19141         (bug#9615).
19143 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
19145         * emacs-lisp/package.el (list-packages): Fix echo area message.
19147 2011-09-27  Leo Liu  <sdl.web@gmail.com>
19149         * ido.el (ido-read-internal): Accept cons cell HIST arg.
19151 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
19153         * net/dbus.el (dbus-unregister-object): Don't release services for
19154         registered signals.  (Bug#9581)
19156 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
19158         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19159         function that picks between cfengine 2 and 3 support
19160         automatically.  Update docs accordingly.
19162 2011-09-22  Kenichi Handa  <handa@m17n.org>
19164         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19165         ZERO.
19166         (indian-itrans-v5-table-for-tamil): New variable.
19167         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19169 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
19171         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19172         that's true if the current command involved collapsing of text.
19173         It's reset to false at the beginning of the next command.
19174         (allout-post-command-business): Move the cursor to the beginning
19175         of entry if the cursor is hidden and collapsing activity just
19176         happened.
19178 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
19180         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19181         tracking (Bug#9541).
19183 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
19185         * net/newst-reader.el (newsticker-html-renderer)
19186         (newsticker-show-news): Automatically load html rendering package
19187         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
19188         because w3m-fill-column is let-bound" and the error "Symbol's value
19189         as variable is void: w3m-fill-column".
19191 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
19193         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19194         Release services only if they are defined.  (Bug#9581)
19196 2011-09-23  Richard Stallman  <rms@gnu.org>
19198         * textmodes/paragraphs.el (forward-sentence): For backwards case,
19199         distinguish start of paragraph from start of its text.
19201         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19203         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19204         (rmail-generate-viewer-buffer): Put that hook on view buffer.
19205         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19207 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
19209         * international/mule-diag.el (mule-diag): Insert a newline after
19210         each fontset description.
19212 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19214         * simple.el (delete-trailing-whitespace):
19215         Document last change; simplify.
19217 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
19219         * simple.el (delete-trailing-whitespace): Also delete
19220         extra newlines at the end of the buffer.
19222         * textmodes/picture.el: Make motion commands obey shift-select-mode.
19223         (picture-newline): Use forward-line so as to ignore fields.
19225 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19227         * subr.el (with-wrapper-hook): Fix edebug spec.
19229 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19231         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19232         (bug#4538).
19234 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
19236         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19237         Fix nasty bug using wrong cached values.
19239 2011-09-23  Alan Mackenzie  <acm@muc.de>
19241         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19243 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
19245         * window.el (pop-to-buffer): Ensure right window is selected if we
19246         chose another frame.
19248 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
19250         * simple.el (what-cursor-position): Use get-char-property-change
19251         and next-single-char-property-change, to be able to show display
19252         properties that come from overlays as well as text properties.
19254 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
19256         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19258         * cmuscheme.el (run-scheme, switch-to-scheme):
19259         * cus-edit.el (customize-group, custom-buffer-create)
19260         (customize-browse):
19261         * info.el (info):
19262         * shell.el (shell):
19263         * mail/sendmail.el (mail):
19264         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19266 2011-09-22  Richard Stallman  <rms@gnu.org>
19268         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19269         move back only to line beg, don't move back over blank lines.
19271 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
19273         * files.el (copy-directory): Set directory attributes only in case
19274         they could be retrieved from the source directory.  (Bug#9565)
19276 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
19278         * progmodes/hideshow.el (hs-looking-at-block-start-p)
19279         (hs-find-block-beginning, hs-hide-level-recursive):
19280         Ignore strings as well as comments.  (Bug#9502)
19282 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
19284         * progmodes/sql.el (sql-comint-postgres):
19285         Convert port number to a string.  (Bug#9566)
19287 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
19289         * window.el (quit-window): Undedicate window when switching to
19290         previous buffer.  Reported by Thierry Volpiatto
19291         <thierry.volpiatto@gmail.com>.
19292         (special-display-popup-frame): When popping up a new frame reset
19293         its previous buffers to nil.  Simplify code.
19295 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
19297         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19298         and process filter, as done also in `shell-command'.
19300 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
19302         * window.el (set-window-buffer-start-and-point):
19303         Call set-window-start with NOFORCE argument t.
19304         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19305         (quit-window): Reword doc-string.  Handle new format of
19306         quit-restore parameter.  Don't delete window if it has a
19307         previous buffer we can show instead of the present one.
19308         (display-buffer-record-window): Rewrite using a new format for
19309         the quit-restore window parameter
19310         (special-display-popup-frame, display-buffer-same-window)
19311         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19312         (display-buffer-pop-up-window, display-buffer-use-some-window):
19313         Adapt symbol passed to display-buffer-record-window.
19314         * help.el (help-window-setup): Handle new format of quit-restore
19315         parameter.
19317 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19319         * faces.el (face-list): Fix docstring (bug#9564).
19321         * window.el (display-buffer--action-function-custom-type):
19322         Don't include internal functions in the Custom interface.
19324 2011-09-20  Juri Linkov  <juri@jurta.org>
19326         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19327         (Info-forward-node, Info-backward-node, Info-next-preorder)
19328         (Info-last-preorder): Use it.  (Bug#9528)
19330 2011-09-20  Juri Linkov  <juri@jurta.org>
19332         * info.el (Info-last-preorder): Visit last menu item only when
19333         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19335 2011-09-20  Julien Danjou  <julien@danjou.info>
19337         * password-cache.el (password-cache-remove): Remove entries even if the
19338         value is nil, so that password with a nil value (negative caching) is
19339         possible to invalidate.
19341 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
19343         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19344         all whitespace around breakpoint.  (Bug#9553)
19345         (f90-find-breakpoint): Only break at whitespace inside a comment.
19347 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19349         * minibuffer.el (completion-file-name-table): Keep track of errors.
19350         (completion-table-with-predicate): Handle the case where pred1 is nil.
19351         * pcomplete.el (pcomplete-completions-at-point): Simplify.
19353 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19355         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19356         (debugger-return-value): Signal an error if the debugging context does
19357         not await any return value.
19359         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19360         * image-mode.el (image-toggle-display-text)
19361         (image-toggle-display-image): Stay away from evil `intangible'.
19363 2011-09-19  Leo Liu  <sdl.web@gmail.com>
19365         * replace.el (occur-revert-arguments): Make it permanent-local.
19366         (occur-mode): Don't call font-lock-defontify.
19368 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
19370         * net/ldap.el (ldap-search-internal): Don't push empty search
19371         result (Bug#9508).
19373 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19375         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19377 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
19379         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19380         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19382 2011-09-18  Juri Linkov  <juri@jurta.org>
19384         * buff-menu.el (Buffer-menu-mode-map):
19385         * dired.el (dired-mode-map):
19386         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19387         (lisp-interaction-mode-map):
19388         * emacs-lisp/package.el (package-menu-mode-map):
19389         * epa.el (epa-key-list-mode-map):
19390         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19391         (menu-bar-options-menu):
19392         * outline.el (outline-mode-menu-bar-map):
19393         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19394         * vc/vc-dir.el (vc-dir-menu-map):
19395         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19396         Capitalize non-function content words in menu item strings.
19398         * dired.el (dired-mode-map): Add menu item for
19399         `image-dired-dired-toggle-marked-thumbs'.
19401 2011-09-18  Juri Linkov  <juri@jurta.org>
19403         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19404         to `isearch-case-fold-search' and restore its original value
19405         after the `isearch-mode' call.
19407 2011-09-18  Juri Linkov  <juri@jurta.org>
19409         * progmodes/grep.el (grep-process-setup): Don't check code for 1
19410         because `zgrep' returns 1 for successful matches (bug#9226).
19412 2011-09-18  Juri Linkov  <juri@jurta.org>
19414         * info.el (Info-extract-menu-node-name): Check the second match
19415         for empty string (second test-case of bug#9528).
19416         (Info-last-preorder): Let-bind `Info-history' to nil to not add
19417         intermediate nodes to the history (first test-case of bug#9528).
19419 2011-09-18  Juri Linkov  <juri@jurta.org>
19421         * info.el (Info-mode-syntax-table): New variable.
19422         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19424 2011-09-18  Juri Linkov  <juri@jurta.org>
19426         * info.el (Info-file-supports-index-cookies):
19427         Increment line-beginning-position's arg from 3 to 4 because makeinfo
19428         outputs one more line for long file names (bug#4142).
19430 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19432         * newcomment.el (comment-normalize-vars): If prompting for
19433         comment-start, set comment-start-skip too (Bug#8424).
19435 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
19437         * icomplete.el: Fix previous fix of Bug#5849.
19438         (icomplete-mode): Don't set completion-show-inline-help.
19439         (icomplete-minibuffer-setup): Set completion-show-inline-help
19440         locally during icompletion.
19442 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19444         * woman.el (woman2-process-escapes): Don't delete unrecognized
19445         escapes (Bug#7843).
19447         * files.el (inhibit-first-line-modes-regexps): Add image files.
19448         (hack-local-variables-prop-line): Return nil for malformed
19449         prop-lines (Bug#9044).
19451 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
19453         * net/tramp.el (top): Don't require 'shell.
19454         (tramp-methods): Fix docstring.
19455         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19456         Return complete remote file name.  Handle "smb" case.
19457         Use `tramp-tmpdir', if defined for the respective method.
19458         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19460         * net/tramp-compat.el (top): Require 'shell.
19462         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19463         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19464         `tramp-current-host'.
19465         (tramp-get-remote-tmpdir): Remove.
19467         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19468         `tramp-tmpdir' entries.
19469         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19470         (tramp-smb-handle-file-attributes): Ignore errors.
19471         (tramp-smb-wait-for-output): Check also for process end.
19473 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19475         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19476         when sending QUIT (bug#9312).
19478 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
19480         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19481         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19482         occur-mode-display-occurrence.
19483         (occur-edit-mode): Add usage message.
19484         (occur-cease-edit): New command.
19485         (occur-after-change-function): Use text properties to find the
19486         position of the prefix text.
19487         (occur-engine): Set stickiness of prefix text properties.
19489 2011-09-17  Glenn Morris  <rgm@gnu.org>
19491         * progmodes/etags.el (complete-tag):
19492         Fix call to completion-in-region.  (Bug#9526)
19494 2011-09-17  Juri Linkov  <juri@jurta.org>
19496         * textmodes/ispell.el (ispell-word): Add to the error message
19497         the word, ispell program name and current dictionary (bug#9121).
19498         (ispell-tex-arg-end): Capitalize "error" in the error message.
19500 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
19502         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19503         check.  (Bug#4251)
19505 2011-09-17  Juri Linkov  <juri@jurta.org>
19507         * window.el (window-safe-min-height, window-safe-min-width):
19508         Fix typos (followup to bug#9522).
19510 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
19512         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19514 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
19516         * simple.el (line-move): If goal-column is set, move by logical
19517         lines, not by display lines.  (Bug#971)
19518         (next-line, previous-line, goal-column, line-move-visual): Doc fix
19519         to reflect the above change.
19521 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19523         * image.el (imagemagick-register-types): Use regexp-opt.
19525 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19527         * window.el (display-buffer-base-action): Rename from
19528         display-buffer-default-action.  Make default value empty.
19529         (display-buffer-overriding-action): Convert to defvar.
19530         (display-buffer-fallback-action): New var.
19532 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19534         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19535         declaration.
19536         (package--add-to-archive-contents): If there is a duplicate entry
19537         with an older version, remove it.
19538         (package-menu-mark-delete, package-menu-mark-install)
19539         (package-menu-mark-unmark): Make unused args optional.
19540         (package-menu-mark-obsolete-for-deletion):
19541         Use package-menu-get-status instead of a regexp search.
19542         (package-menu-get-status): Use tabulated-list-entry.
19543         (package-menu-mark-upgrades): New command.
19544         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
19545         (package-menu-execute): Do installation before deletion.
19546         (package-menu-refresh, package-menu-execute): Use derived-mode-p
19547         instead of checking major-mode.
19548         (package-menu--find-upgrades): New function.
19550 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19552         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19553         passwords in the log buffer.
19554         (smtpmail-process-filter): Update the process marker so that the
19555         "broken by peer" status message is inserted in the right place.
19557 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19559         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19560         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19561         bibtex-completion-at-point-function.
19562         (bibtex-completion-at-point-function): Use them.
19564         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19566         * mpc.el (mpc-constraints-tag-lookup): New function.
19567         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19568         also to browser "album|playlist".
19570 2011-09-14  Juri Linkov  <juri@jurta.org>
19572         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
19573         (isearch-edit-string): Use length of `isearch-string' when
19574         `isearch-fail-pos' returns nil.
19575         (isearch-message): Remove duplicate code and call
19576         `isearch-fail-pos' with arg `t'.
19578 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
19580         * replace.el (occur-mode-goto-occurrence): Don't force using other
19581         window (Bug#9499).
19583         * dired-aux.el (dired-do-chmod): Don't provide initial input.
19585 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
19587         * window.el (display-buffer-window): Remove.
19588         (display-buffer-record-window): Use help-setup window parameter
19589         instead of variable display-buffer-window.
19590         (display-buffer-function, special-display-buffer-names)
19591         (special-display-function): Mention help-setup parameter instead
19592         of display-buffer-window in doc-string.
19593         * help.el (help-window-setup): New argument help-window.
19594         Use help-window-setup parameter instead of display-buffer-window.
19595         Reword some messages.
19596         (with-help-window): Pass window used for displaying the buffer
19597         to help-window-setup.  Don't set display-buffer-window.
19599 2011-09-13  Glenn Morris  <rgm@gnu.org>
19601         * emacs-lisp/debug.el (debugger-make-xrefs):
19602         Preserve point.  (Bug#9462)
19604 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19606         * window.el (window-deletable-p): Use next-frame.
19608 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
19610         * window.el (window-auto-delete): Remove.
19611         (window-deletable-p): Remove argument FORCE.  Don't deal with
19612         dedication and previous buffers.
19613         (switch-to-prev-buffer): Don't delete window.
19614         (delete-windows-on): Delete a window's frame if and only if the
19615         window is dedicated.
19616         (replace-buffer-in-windows): Delete buffer's window or frame if
19617         and only if window is dedicated.
19618         (quit-window): Handle quit-restore as before last change.
19619         (bury-buffer): Delete window only if window-deletable-p returns t.
19621 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19623         * window.el (window-deletable-p): Never delete the last frame on a
19624         given terminal.
19626 2011-09-13  Glenn Morris  <rgm@gnu.org>
19628         * help.el (describe-key-briefly): Copy previous standard-output change.
19630 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
19632         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
19634 2011-09-13  Glenn Morris  <rgm@gnu.org>
19636         * emacs-lisp/lisp-mode.el (lisp-indent-function):
19637         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19639 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
19641         * dired-aux.el (dired-mark-read-string): Don't return default
19642         value on empty input (Bug#9361).
19643         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19644         Omit initial minibuffer contents.
19645         (dired-do-chmod): Signal an error on empty input.
19646         (dired-mark-read-string): Don't return default on empty input.
19648         * files.el (file-modes-symbolic-to-number): Doc fix.
19650 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19652         * international/mule-cmds.el (ucs-completions): Remove.
19653         (read-char-by-name): Use complete-with-action instead; add metadata.
19655 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19657         * window.el (display-buffer--action-function-custom-type)
19658         (display-buffer--action-custom-type): New vars.
19659         (display-buffer-alist, display-buffer-default-action)
19660         (display-buffer-overriding-action): Add defcustom types.
19662         * frame.el (delete-other-frames): Doc fix (Bug#276).
19664 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19666         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19668 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19670         Change modes that used same-window-* vars to use switch-to-buffer.
19672         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19673         Use switch-to-buffer.
19675         * cus-edit.el (customize-group, custom-buffer-create)
19676         (customize-browse, custom-buffer-create-other-window):
19677         Use switch-to-buffer or switch-to-buffer-other-window.
19679         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19680         (Info-prev, Info-up, Info-speedbar-goto-node)
19681         (info-display-manual): Use switch-to-buffer.
19682         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19684         * mail/sendmail.el (mail): Use switch-to-buffer.
19685         (mail-recover): Use switch-to-buffer-other-window.
19687         * cmuscheme.el (run-scheme, switch-to-scheme):
19688         * ielm.el (ielm):
19689         * shell.el (shell):
19690         * net/rlogin.el (rlogin):
19691         * net/telnet.el (telnet, rsh):
19692         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19694 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19696         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19698 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19700         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19701         so don't mention it (bug#9301).
19702         (dired-sort-toggle-or-edit): Clarify string further.
19704         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19705         match `x', `w32' and `ns', like the manual says (bug#9029).
19707         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19708         (process-kill-buffer-query-function): Mention the buffer name in
19709         the query.
19711         * image-mode.el (image-next-line): The line parameter is mandatory
19712         (bug#9258).
19714         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19715         which can be useful (bug#9301).
19717         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19719         * subr.el (match-string): Mention that the current buffer should
19720         be the same as the search was done in (bug#9282).
19722         * facemenu.el: Disable the remove-* commands if the mark isn't
19723         active (bug#9162).
19725 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19727         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19728         of display-buffer.
19729         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19731         * replace.el (occur-mode-goto-occurrence)
19732         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19733         and display-buffer.
19735         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19736         display-buffer.
19738         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19739         special-display and same-window variables.
19740         (mail-other-window): Use switch-to-buffer-other-window.
19741         (mail-other-frame): USe switch-to-buffer-other-frame.
19743         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19744         Use display-buffer-other-frame.
19745         (gdb-display-gdb-buffer): Use pop-to-buffer.
19747         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19749         * progmodes/python.el: Don't set same-window-buffer-names.
19751         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19753         * window.el (display-buffer-alist): Add *Python*.
19755 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19757         * window.el (display-buffer-alist): Add entry for buffers
19758         previously handled same-window-*.
19759         (display-buffer-alist, display-buffer-default-action)
19760         (display-buffer-overriding-action): Mark as risky.
19761         (display-buffer-alist): Document action function changes.
19762         (display-buffer--same-window-action)
19763         (display-buffer--other-frame-action): New variables.
19764         (switch-to-buffer, display-buffer-other-frame): Use them.
19765         (display-buffer): Rename reuse-frame entry to reusable-frames.
19766         (display-buffer-reuse-selected-window): Function deleted.
19767         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19768         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19769         (display-buffer-special): New function.
19770         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19771         display-buffer-reuse-or-pop-window.  Split off special-display
19772         part into display-buffer-special.
19773         (display-buffer-use-some-window): Don't perform any special
19774         pop-up-frames handling.
19775         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19776         (display-buffer--maybe-same-window): Rename from
19777         display-buffer-maybe-same-window.
19779         * info.el: Don't set same-window-regexps.
19780         (info-setup): New function.
19781         (info-other-window, info): Call it.
19783         * cus-edit.el: Don't set same-window-regexps.
19784         (customize-group): New argument.
19785         (customize-group-other-window): Use it.
19786         (customize-face, customize-face-other-window): Likewise.
19787         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19789         * net/rlogin.el:
19790         * net/telnet.el:
19791         * progmodes/gud.el: Don't set same-window-regexps.
19793         * cmuscheme.el:
19794         * ielm.el:
19795         * shell.el:
19796         * mail/sendmail.el:
19797         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19799 2011-09-10  Juri Linkov  <juri@jurta.org>
19801         * isearch.el (isearch-edit-string): Remove obsolete mention of
19802         `C-w' (`isearch-yank-word-or-char') from docstring.
19803         (isearch-query-replace): Fix typo in docstring (bug#9466).
19805 2011-09-10  Juri Linkov  <juri@jurta.org>
19807         * paren.el (show-paren-function): Don't show escaped parens.
19808         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19810 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19812         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19813         (mm-default-file-encoding): Remove autoload forms, they are
19814         replaced with autoload cookies in mml.el and mm-encode.el.
19815         (mail-add-attachment): New command.
19816         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19817         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19818         the doc string.
19819         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19821 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19823         * simple.el (count-words-region): Use buffer if there's no region
19824         (bug#9429).
19826 2011-09-09  Juri Linkov  <juri@jurta.org>
19828         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19829         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19830         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19832 2011-09-09  Alan Mackenzie  <acm@muc.de>
19834         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19835         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19837 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19839         Fix for Savannah bug#9392.
19840         * simple.el (mail-encode-mml): New defvar.
19842         * mail/rmail.el (mail-encode-mml): Add a defvar.
19843         (rmail-enable-mime-composing): Default to t.
19844         (rmail-forward): Use MIME method of forwarding only if both
19845         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19846         Set mail-encode-mml non-nil if the MIME method was used.
19848         * mail/sendmail.el (mml-to-mime): Add autoload form.
19849         (mail-encode-mml): Add a defvar.
19850         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19851         to nil.
19852         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19853         message through mml-to-mime, and reset mail-encode-mml to nil.
19855 2011-09-09  Glenn Morris  <rgm@gnu.org>
19857         * woman.el (woman-if-body): When processing an .el block,
19858         do not delete the next .el block as well.  (Bug#9447)
19859         (woman-special-characters): Add oq, cq, and hy characters.
19861 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19863         * window.el (window-deletable-p): Make sure window is live before
19864         invoking window-prev-buffers.
19866 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19868         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19870 2011-09-08  Juri Linkov  <juri@jurta.org>
19872         * progmodes/compile.el (compilation-environment): Make it
19873         a defcustom (bug#8340).
19875 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19877         * window.el (frame-auto-delete): Rename to window-auto-delete.
19878         Make it control auto-deletion of windows and/or frames.
19879         (window-deletable-p): New argument FORCE.  Rewrite conditions
19880         for deleting window/frame.  (Bug#9419)
19881         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19882         Rewrite handling of case when window/frame can be deleted.
19883         (delete-windows-on): Call window-deletable-p with new FORCE
19884         argument t.  (Bug#9456)
19886 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
19888         * help-mode.el (help-mode): Restore autoload.
19890 2011-09-07  Juri Linkov  <juri@jurta.org>
19892         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19893         `compilation-environment'.  Set buffer-local
19894         `compilation-environment' to `thisenv' later after (funcall mode).
19895         (Bug#8340)
19897         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
19898         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19899         instead of replacing its value.  (Bug#8340)
19901 2011-09-07  Juri Linkov  <juri@jurta.org>
19903         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19904         based on text properties put by `grep-filter' instead of matching
19905         escape sequences.
19906         (grep-mode): Set buffer-local `compilation-error-screen-columns'
19907         to the value of `grep-error-screen-columns' (bug#9438).
19909 2011-09-07  Juri Linkov  <juri@jurta.org>
19911         * simple.el (next-error-highlight, next-error-highlight-no-select):
19912         Doc fix (bug#9432).
19914 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
19916         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19917         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
19919 2011-09-07  Leo Liu  <sdl.web@gmail.com>
19921         * net/rcirc.el (rcirc-mode): Conditionally initialize
19922         rcirc-input-ring.
19924 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19926         * emacs-lisp/find-func.el (find-function-C-source): Only set
19927         find-function-C-source-directory after checking that we found a source
19928         file there (bug#9440).
19930 2011-09-06  Alan Mackenzie  <acm@muc.de>
19932         * isearch.el (isearch-other-meta-char): Wherever a key list is
19933         unread, "unread" the prefix arg, too.  This fixes bug #8901.
19935 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
19937         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19939 2011-09-05  Juri Linkov  <juri@jurta.org>
19941         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19943 2011-09-05  Juri Linkov  <juri@jurta.org>
19945         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19946         keeping point where processing of grep matches begins, and
19947         continue to delete remaining escape sequences from the same point.
19948         (grep-filter): Make leading zero optional in "0?1;31m" because
19949         git-grep emits "\033[1;31m" escape sequences unlike expected
19950         "\033[01;31m" as GNU Grep does (bug#9408).
19951         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19953 2011-09-05  Juri Linkov  <juri@jurta.org>
19955         * subr.el (y-or-n-p): Capitalize "yes".
19957 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
19959         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
19960         `tramp-cache-unload-hook' where appropriate.
19961         (tramp-methods): Rename `tramp-remote-sh' to
19962         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
19963         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19965         * net/tramp-sh.el (top): Don't require 'shell.
19966         (tramp-methods): Add `tramp-remote-shell' and
19967         `tramp-remote-shell-args' entries.
19968         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19969         (tramp-sh-handle-shell-command): Remove.
19970         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19971         Use `tramp-remote-shell'.
19973 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
19975         * mail/sendmail.el (sendmail-query-once-function): Delete.
19976         (sendmail-query-once): Save directly to send-mail-function.
19977         Update message-send-mail-function too.
19979         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19981 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19983         * progmodes/python.el (python-mode-map): Use correct function to
19984         start python interpreter from menu-bar (as reported by Geert
19985         Kloosterman).
19986         (inferior-python-mode-map): Fix typo.
19987         (python-shell-map): Remove.
19989 2011-09-03  Deniz Dogan  <deniz@dogan.se>
19991         * net/rcirc.el (rcirc-print): Simplify code for
19992         rcirc-scroll-show-maximum-output.  There is no need to walk
19993         through all windows to find the right one.
19995 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19997         * help.el (help-return-method): Doc fix.
19999 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
20001         * window.el (window-deletable-p): Don't return a non-nil value
20002         when there's a buffer that was shown in the window before.
20003         (Bug#9419)
20004         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20005         Set window's previous buffers to nil.
20007 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
20009         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20010         newline before and after the tag line, so it doesn't interfere
20011         with determining the paragraph direction of bidirectional text.
20013 2011-09-03  Leo Liu  <sdl.web@gmail.com>
20015         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
20017 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20019         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20020         (pop-to-buffer): Change interactive spec.  Pass second argument
20021         directly to display-buffer.
20022         (display-buffer): Fix interactive spec.  Use functionp to
20023         distinguish between a function and a list of functions.
20025         * abbrev.el (edit-abbrevs):
20026         * arc-mode.el (archive-extract):
20027         * autoinsert.el (auto-insert):
20028         * bookmark.el (bookmark-bmenu-list):
20029         * files.el (find-file):
20030         * view.el (view-buffer):
20031         * progmodes/compile.el (compilation-goto-locus):
20032         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20034 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20036         * window.el (display-buffer-alist): Doc fix.
20037         (display-buffer): Add docstring.  Don't treat
20038         display-buffer-default specially.
20039         (display-buffer-reuse-selected-window)
20040         (display-buffer-same-window, display-buffer-maybe-same-window)
20041         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20042         (display-buffer-pop-up-window)
20043         (display-buffer-reuse-or-pop-window)
20044         (display-buffer-use-some-window): New functions.
20045         (display-buffer-default-action): Use them.
20046         (display-buffer-default): Delete.
20047         (pop-to-buffer-1): Fix choice of actions.
20049 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20051         * minibuffer.el (completion--insert-strings): Don't get confused by
20052         completion entries that end with an LF char.
20054 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
20056         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20058 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
20060         * window.el (display-buffer): Restore interactive spec.
20061         (display-buffer-same-window, display-buffer-other-window):
20062         New functions.
20063         (pop-to-buffer-1): New function.  Use the above.
20064         (pop-to-buffer, pop-to-buffer-same-window): Use it.
20065         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20067         * view.el (view-buffer-other-window, view-buffer-other-frame):
20068         Just use pop-to-buffer.
20070 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20072         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
20074 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
20076         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
20078 2011-08-31  Richard Stallman  <rms@gnu.org>
20080         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20081         of the separation of rmail-view-buffer from rmail-buffer.
20082         If you say no to "replace original", the decrypt is in the
20083         view buffer.  If you say yes, the decrypt goes into the
20084         rmail buffer also.
20086 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
20088         * window.el (display-buffer-window): Rewrite doc-string.
20089         (display-buffer-record-window): New function.
20090         (display-buffer-macro-specifiers)
20091         (display-buffer-even-window-sizes, display-buffer-set-height)
20092         (display-buffer-set-width, display-buffer-in-window)
20093         (display-buffer-reuse-window, display-buffer-split-specifiers)
20094         (display-buffer-side-specifiers, display-buffer-split-window-1)
20095         (display-buffer-split-window, display-buffer-split-atom-window)
20096         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20097         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20098         (display-buffer-other-window-means-other-frame)
20099         (display-buffer-normalize-special)
20100         (display-buffer-normalize-default)
20101         (display-buffer-normalize-argument)
20102         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20103         (display-buffer-normalize-specifiers, display-buffer-frame)
20104         (display-buffer-same-window, display-buffer-same-frame)
20105         (display-buffer-other-window)
20106         (display-buffer-same-frame-other-window)
20107         (display-buffer-other-frame, pop-to-buffer-same-window)
20108         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20109         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20110         (switch-to-buffer-same-frame)
20111         (switch-to-buffer-other-window-same-frame)
20112         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20113         (display-buffer-alist-set-1, display-buffer-alist-set-2)
20114         (display-buffer-alist-set): Remove.
20115         (display-buffer-function, special-display-buffer-names)
20116         (special-display-regexps, special-display-function):
20117         In doc-string refer to display-buffer-window and quit-restore
20118         parameter.
20119         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20120         (special-display-frame-alist, special-display-popup-frame)
20121         (same-window-buffer-names, same-window-regexps, same-window-p)
20122         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20123         (split-window-preferred-function, split-height-threshold)
20124         (split-width-threshold, window-splittable-p)
20125         (split-window-sensibly, window--try-to-split-window)
20126         (window--frame-usable-p, even-window-heights)
20127         (window--even-window-heights, window--display-buffer-1)
20128         (window--display-buffer-2, display-buffer-other-frame):
20129         Restore old Emacs 23 code, order and doc-strings where applicable.
20130         (display-buffer-default, display-buffer-assq-regexp): New functions.
20131         (display-buffer-alist): Rewrite doc-string.
20132         (display-buffer-default-action)
20133         (display-buffer-overriding-action): New variables.
20134         (display-buffer, switch-to-buffer): Rewrite.
20135         (pop-to-buffer): Restore Emacs 23 behavior but use
20136         window-normalize-buffer-to-display.
20137         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20138         Restore Emacs 23 behavior but use
20139         window-normalize-buffer-to-switch-to.
20140         (pop-to-buffer-same-window): Rewrite.
20141         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20142         Rewrite using Emacs 23 options.
20144 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
20146         * net/tramp.el (tramp-root-regexp): Remove.
20147         (tramp-completion-file-name-regexp-unified)
20148         (tramp-completion-file-name-regexp-separate)
20149         (tramp-completion-file-name-regexp-url): Don't use leading volume
20150         letter on w32 systems.  (Bug#5303, Bug#9311)
20151         (tramp-drop-volume-letter): Simplify definition.
20152         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20154 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20156         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20157         (bug#9356).
20159 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
20161         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20163 2011-08-29  Juri Linkov  <juri@jurta.org>
20165         * isearch.el (isearch-done): Don't display message "Mark saved"
20166         when arg `edit' is non-nil to prevent its flicker in the echo area.
20168 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20170         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20171         obsolete packages for deletion.
20173 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
20175         * help-mode.el (help-mode-map): Add special-mode-map to parent.
20176         (help-mode): Derive help-mode from special-mode.  Don't invoke
20177         view-mode from help-mode.
20178         (help-xref-override-view-map): Remove.
20179         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20180         view-mode is not used anymore.
20182 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20184         * server.el (server-port): Doc fix.
20186         * cus-theme.el (custom-theme-choose-mode): Inherit from
20187         special-mode (Bug#9124).
20188         (custom-theme-choose-mode-map): Add special-mode to parent.
20190 2011-08-28  Alan Mackenzie  <acm@muc.de>
20192         * progmodes/cc-fonts.el
20193         (c-make-font-lock-BO-decl-search-function): New function.
20194         (c-basic-matchers-after - "Fontify the clauses after various
20195         keywords"): Extract the three keyword lists for the 3 erroneous
20196         constructs from the list of four, and use the new function above
20197         in place of an old one.
20199 2011-08-28  Deniz Dogan  <deniz@dogan.se>
20201         * net/rcirc.el (rcirc-insert-prev-input)
20202         (rcirc-insert-next-input): Remove unused argument.
20204 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20206         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20208 2011-08-27  Alan Mackenzie  <acm@muc.de>
20210         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20211         handle function pointer parameters properly.
20213 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
20215         * window.el (display-buffer-reuse-window): Fix case where
20216         selected window was reused with non-nil OTHER-WINDOW argument.
20217         (Bug#9381)
20219 2011-08-27  Deniz Dogan  <deniz@dogan.se>
20221         * net/rcirc.el (rcirc-check-auth-status): Adding support for
20222         oftc's NickServ messages.
20224 2011-08-27  Glenn Morris  <rgm@gnu.org>
20226         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
20228 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
20230         * emacs-lisp/package.el (package-install): Call package-initialize
20231         if called interactively.
20233 2011-08-26  Leo Liu  <sdl.web@gmail.com>
20235         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
20237 2011-08-25  Juri Linkov  <juri@jurta.org>
20239         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20240         `search-whitespace-regexp' (bug#9364).
20242 2011-08-25  Juri Linkov  <juri@jurta.org>
20244         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20245         `regexp-search-ring' to their global values to protect from
20246         updating by `read-from-minibuffer' (bug#9185).
20248 2011-08-25  Juri Linkov  <juri@jurta.org>
20250         * textmodes/ispell.el (ispell-command-loop): Add newline
20251         at the end of the "Use option `i'..." line.
20253 2011-08-25  Juri Linkov  <juri@jurta.org>
20255         * battery.el (display-battery-mode): If `battery-status-function'
20256         or `battery-mode-line-format' is nil, display the message and set
20257         `display-battery-mode' to nil (bug#9363).
20259 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
20261         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20262         bidi-string-mark-left-to-right; they are unnecessary now.
20264 2011-08-25  Deniz Dogan  <deniz@dogan.se>
20266         * net/quickurl.el: Documentation typo fixes.
20268 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
20270         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20272 2011-08-25  Glenn Morris  <rgm@gnu.org>
20274         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20276         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20277         (smtpmail-via-smtp): Handle nil response from smtp.
20279 2011-08-24  Juri Linkov  <juri@jurta.org>
20281         * proced.el (proced-marked): Inherit from `error' instead of
20282         `font-lock-warning-face'.
20284         * ibuffer.el (ibuffer-marked-face): Change default face from
20285         `font-lock-warning-face' to `warning'.
20286         (ibuffer-deletion-face): Change default face from
20287         `font-lock-type-face' to `error'.
20289         * battery.el (battery-update): Use the face `error' instead of
20290         `font-lock-warning-face' (bug#6117).
20292 2011-08-24  Juri Linkov  <juri@jurta.org>
20294         * faces.el (success): Change face color from "Green3" to
20295         "ForestGreen" on light background (bug#9353).
20297 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
20299         * window.el (quit-window): Rename from quit-restore-window.
20300         Use same arglist as old quit-window.
20301         (frame-auto-delete): Doc fix.
20303         * view.el (view-mode-exit): Use quit-window.
20305 2011-08-24  Juri Linkov  <juri@jurta.org>
20307         * isearch.el (isearch-ring-adjust1): Start visiting previous
20308         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20309         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20310         for empty search string (when the last search string is reused
20311         automatically) to adjust the isearch ring to the last element and
20312         prepare the correct index for further M-p commands (bug#9185).
20314 2011-08-24  Kenichi Handa  <handa@m17n.org>
20316         * international/ucs-normalize.el: If decomposition property of
20317         CHAR is the default one (i.e. a list of CHAR itself), treat it as
20318         nil.
20319         (nfd, nfkd): Likewise.
20321 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20323         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20324         from process filters aren't reliably transmitted to the surrounding
20325         accept-process-output.
20326         (mpc-proc-check): New function.
20327         (mpc-proc-sync): Use it (bug#8293)
20329 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20331         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20332         Add compatibility functions (bug#9313).
20334 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
20336         * cus-start.el (all): Add entry for bidi-paragraph-direction.
20338         * international/uni-bidi.el: Regenerate.
20340 2011-08-23  Kenichi Handa  <handa@m17n.org>
20342         * international/charprop.el:
20343         * international/uni-bidi.el:
20344         * international/uni-category.el:
20345         * international/uni-combining.el:
20346         * international/uni-comment.el:
20347         * international/uni-decimal.el:
20348         * international/uni-decomposition.el:
20349         * international/uni-digit.el:
20350         * international/uni-lowercase.el:
20351         * international/uni-mirrored.el:
20352         * international/uni-name.el:
20353         * international/uni-numeric.el:
20354         * international/uni-old-name.el:
20355         * international/uni-titlecase.el:
20356         * international/uni-uppercase.el: Regenerate.
20358 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
20360         * help.el (help-window-setup): Fix message displayed when other
20361         window is reused.  (Bug#9341)
20363 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20365         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20366         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20368         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20369         Mark obsolete.
20370         * shell.el (shell-parse-pcomplete-arguments): New function.
20371         (shell-completion-vars): Use it instead (bug#9160).
20373 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20375         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20376         strings and comments (bug#9333).
20378         * emacs-lisp/debug.el (debug-arglist): New function.
20379         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
20380         (debug-on-entry-1): Handle interpreted closures (bug#9120).
20382 2011-08-22  Juri Linkov  <juri@jurta.org>
20384         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20385         Revert regexp that highlights output switches to its old
20386         pre-2010-10-28 value and remove one `?' from it (bug#9319).
20388         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20389         to check for empty output (bug#9226).
20391 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
20393         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20394         symbol-constituent as the default, as that stops font-lock from
20395         working properly (Bug#8843).
20397 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20399         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20400         `coding-system-for-*' around the process open call to avoid
20401         auth-source side effects.
20402         (smtpmail-try-auth-methods): Expand the secret password.
20403         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20404         probe hangs.
20406 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20408         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20410         * emacs-lisp/find-func.el (find-function-noselect): New arg
20411         lisp-only.
20413         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20414         signal an error for built-in functions (Bug#6664).
20416 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20418         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20419         (smtpmail-try-auth-methods): Use it.
20421 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20423         * font-lock.el (font-lock-fontify-region)
20424         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20425         (font-lock-default-unfontify-buffer)
20426         (font-lock-default-fontify-region)
20427         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20429         * progmodes/compile.el (compilation-error-properties):
20430         Fix confusion between file struct and message struct (Bug#9319).
20431         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20432         `ant' regexp.
20434         * net/browse-url.el (browse-url-firefox): Don't call
20435         browse-url-firefox-sentinel unless using -remote (Bug#9328).
20437 2011-08-20  Glenn Morris  <rgm@gnu.org>
20439         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20441         * tutorial.el (tutorial--default-keys): Update some default bindings.
20443         * files.el (hack-local-variables): Fully ignore case for "mode:".
20445 2011-08-20  Alan Mackenzie  <acm@muc.de>
20447         Resolve invalid use of a regexp in regexp-opt.
20449         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20450         detection for a java annotation.
20452         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20453         detection for a java annotation.
20455         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20456         handling for java.
20457         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20459 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
20461         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20462         (Bug#9274).
20464 2011-08-20  Alan Mackenzie  <acm@muc.de>
20466         Fontify CPP expressions correctly when starting in the middle of
20467         such a construct.  Mainly for when jit-lock etc. starts a chunk
20468         here.
20470         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20471         variable.
20472         (c-make-font-lock-search-form): New function, extracted from
20473         c-make-font-lock-search-function.
20474         (c-make-font-lock-search-function): Use the above function.
20475         (c-make-font-lock-context-search-function): New function.
20476         (c-cpp-matchers): Enhance the preprocessor expression case with
20477         the above function
20478         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20479         which takes an expression.
20481         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20483 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
20485         * window.el (display-buffer-reuse-window)
20486         (display-buffer-pop-up-window): Don't reuse or split a side
20487         window.
20489 2011-08-19  Glenn Morris  <rgm@gnu.org>
20491         * files.el (hack-local-variables-prop-line, hack-local-variables):
20492         Downcase "Mode:".  (Bug#9331)
20494 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
20496         * international/characters.el: Add L and R categories.
20498         * subr.el (bidi-string-mark-left-to-right): Rename from
20499         string-mark-left-to-right.  Use category search.
20501         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20503 2011-08-18  Juri Linkov  <juri@jurta.org>
20505         * faces.el (error, warning, success): New faces with definitions
20506         copied from old default values of `font-lock-warning-face',
20507         `compilation-warning', `compilation-info' (bug#6117).
20509         * font-lock.el (font-lock-warning-face): Inherit from `error'.
20511         * progmodes/compile.el (compilation-error): Inherit from `error'.
20512         (compilation-warning): Inherit from `warning'.
20513         (compilation-info): Inherit from `success'.
20515         * dired.el (dired-marked): Inherit from `warning'.
20516         (dired-flagged): Inherit from `error'.
20518 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20520         * mail/smtpmail.el (auth-source): Require to avoid problems with
20521         binding variables (bug#9298).  Also clean up some unused
20522         autoloads.
20524         * net/network-stream.el (network-stream-open-starttls):
20525         Support using starttls.el without using gnutls-cli.
20527 2011-08-17  Juri Linkov  <juri@jurta.org>
20529         * progmodes/grep.el (rgrep): Handle the case when
20530         `grep-find-command' is a cons cell (bug#9278).
20532 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
20534         * window.el (display-buffer-pop-up-frame): Run frame creation
20535         function with BUFFER current (as special-display-popup-frame
20536         does).  Reported by Drew Adams.
20538 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
20540         * epa-mail.el: Simplify GnuPG group expansion using
20541         epg-expand-group.
20542         (epa-mail-group-alist, epa-mail-group-modtime)
20543         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20544         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20545         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20546         Remove.
20548 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
20550         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20552 2011-08-16  Alan Mackenzie  <acm@muc.de>
20554         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20555         Correct, to avoid the inside of macros.
20557 2011-08-16  Richard Stallman  <rms@gnu.org>
20559         * epa-mail.el: Handle GnuPG group definitions.
20560         (epa-mail-group-alist, epa-mail-group-modtime)
20561         (epa-mail-gnupg-conf-file): New variables.
20562         (epa-mail-parse-groups, epa-mail-sync-groups)
20563         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20564         (epa-mail-expand-recipients): New functions.
20565         (epa-mail-encrypt): Call epa-mail-expand-recipients.
20567         * mail/rmail.el (rmail-epa-decrypt): New command.
20569         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20570         Don't bind buffer-read-only, just inhibit-read-only.
20571         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20572         (epa-decrypt-armor-in-region): Make error message clearer.
20574 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20576         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20577         and "a2b" to "ab" for `prefix'.
20579 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
20581         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20582         filter groups.
20583         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
20584         Fourquet (Bug#8804).
20586 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
20588         * startup.el (argi): Declare as global variable (bug#9275).
20590 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
20592         * subr.el (string-mark-left-to-right): Search the entire string
20593         for RTL script, not just the terminating character.  Doc fix.
20595 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20597         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20598         New function.
20599         (js--regexp-literal, js-syntax-propertize-function): Remove.
20600         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20601         (js-mode-map): Don't rebind electric keys.
20602         (js-insert-and-indent): Remove.
20603         (js-mode): Setup electric-layout and electric-indent instead.
20605         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20607 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
20609         * epa.el (epa-progress-callback-function): Fix the logic of
20610         displaying progress.
20611         * epa-file.el (epa-file-insert-file-contents): Make progress
20612         display more user-friendly.
20613         (epa-file-write-region): Ditto.
20615 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
20617         * subr.el (string-mark-left-to-right): New function.
20619         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20620         Use string-mark-left-to-right.
20621         (list-buffers-noselect): Caller changed.
20623         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20624         Use string-mark-left-to-right.
20625         (tabulated-list-print): Recenter after moving point.
20627 2011-08-10  Juri Linkov  <juri@jurta.org>
20629         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20630         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20631         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20633 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
20635         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20636         (Bug#7554).
20638 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
20640         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20641         character.  (Bug#6594)
20643 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
20645         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20646         (image-dired--with-db-file): New macro.
20647         (image-dired-write-tags, image-dired-remove-tag)
20648         (image-dired-create-gallery-lists, image-dired-write-comments)
20649         (image-dired-get-comment, image-dired-mark-tagged-files)
20650         (image-dired-list-tags, image-dired-gallery-generate): Use it.
20651         (image-dired-gallery-generate): Use insert-file-contents.
20653         * time.el (display-time-world-list, display-time-world-display):
20654         * time-stamp.el (time-stamp-string):
20655         * vc/add-log.el (add-change-log-entry): Use setenv instead of
20656         set-time-zone-rule (Bug#7337).
20658 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
20660         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20661         (epg-error-to-string, epg-errors-to-string): New function.
20662         (epg-wait-for-completion): Reverse errors list.
20663         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20664         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20665         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20666         (epg-sign-keys, epg-generate-key-from-file)
20667         (epg-generate-key-from-string): Format errors by using
20668         epg-errors-to-string (bug#9255).
20669         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20671 2011-08-07  Juri Linkov  <juri@jurta.org>
20673         * faces.el (list-faces-display): Remove extra angle bracket
20674         from `help-mode-map'.
20676         * info.el (Info-history-toc-nodes): Doc fix.
20678         * longlines.el (longlines-mode): Doc fix.
20680 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20682         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20683         of statements and in a few more cases (bug#9183).
20685         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20686         New functions.
20687         (cl-transform-lambda): Use them (bug#9239).
20689 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20691         * window.el (display-buffer-same-window)
20692         (display-buffer-same-frame, display-buffer-other-window)
20693         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20694         (pop-to-buffer-other-window)
20695         (pop-to-buffer-same-frame-other-window)
20696         (pop-to-buffer-other-frame): Make them defuns.
20697         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20699 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20701         * subr.el (make-composed-keymap): Move from C.  Change calling
20702         convention, and improve docstring to bring attention to a subtle point.
20703         * minibuffer.el (completing-read-default): Adjust accordingly.
20705 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20707         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20708         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20710         * net/trampver.el: Update release number.
20712 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20714         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20715         "in" (bug#9190).
20717 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20719         * mail/sendmail.el (sendmail-query-once): Restore the current
20720         buffer after querying (bug#9074).
20722         * dired.el (dired-flagged): Use different faces for marked and
20723         flagged files (bug#6117).
20725         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20726         (bug#4433).
20728         * ido.el (ido-mode): Switch off the message if called
20729         non-interactively.
20731         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20732         before 587, since it appears that that's more likely to work for
20733         more people.
20735         * cus-edit.el (custom-file): When running under emacs -q, always
20736         refuse to save the customizations, even if the .emacs file doesn't
20737         exist.
20739         * info.el: Remove the `Info-beginning-of-buffer' function
20740         (bug#8325).
20742         * net/network-stream.el (network-stream-open-starttls):
20743         Use `starttls-available-p' to see whether starttls.el can be used.
20745 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20747         * window.el (display-buffer-in-window): Don't set dedicated status
20748         of window here (Bug#9215).
20749         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20750         (display-buffer-pop-up-side-window)
20751         (display-buffer-in-side-window): Set dedicated status of window here.
20753 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20755         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20756         before binding generated-autoload-file.
20758 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20760         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20762 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20764         Sync with Tramp 2.2.2.
20766         * net/trampver.el: Update release number.
20768 2011-07-30  Juri Linkov  <juri@jurta.org>
20770         * dired-aux.el (dired-touch-initial): Remove function.
20771         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20772         current time, and `default' to the last modification time of the
20773         current marked file (bug#6887).
20775 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20777         * simple.el (goto-line): Use string-to-number to provide a
20778         numeric argument to read-number (bug#9163).
20780 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20782         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20783         connection process, it could be nil.
20785 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20787         Simplify url handling in rcirc-mode.
20789         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20790         (rcirc-browse-url-at-mouse): Remove.
20791         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20793 2011-07-26  Alan Mackenzie  <acm@muc.de>
20795         Fontify bitfield declarations properly.
20797         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20798         (c-symbol-chars): Now exported as a lang variable.
20799         (c-not-primitive-type-keywords): New lang variable.
20801         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20802         QT keyword "more" to prevent "more slots: ...." being spuriously
20803         parsed as a bitfield declaration.
20805         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20806         Refactor and enhance to handle bitfield declarations.
20807         (c-punctuation-in): New function.
20808         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20809         declarations properly.
20811 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20813         * calendar/icalendar.el (icalendar--all-events): Take care of
20814         multiple vcalendars in a single file.
20815         (icalendar--convert-float-to-ical): Checkdoc fixes.
20817 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20819         * image.el (insert-image): Clarifying docstring.
20821 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20823         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20824         `tramp-send-command-and-check' if there is no error.
20825         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20827 2011-07-22  Alan Mackenzie  <acm@muc.de>
20829         Prevent cc-langs.elc being loaded at run time.
20831         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20832         cc-langs.
20834         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20835         "(require 'cc-langs)".  Quote a form so it will evaluate at
20836         (cc-mode's) compilation time.
20838 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20840         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20841         loading.  (Bug#9114)
20843 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20845         * window.el (display-buffer-pop-up-window)
20846         (display-buffer-pop-up-side-window)
20847         (display-buffer-in-side-window): Call display-buffer-set-height
20848         and display-buffer-set-width after setting the new window's
20849         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20851 2011-07-20  Sam Steingold  <sds@gnu.org>
20853         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20854         (etags-tags-included-tables): Call `convert-standard-filename' on
20855         the file names contained in TAGS so that windows Emacs can handle
20856         TAGS files created by cygwin ctags.
20858 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20860         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20861         which apparently didn't work.
20863 2011-07-19  Roland Winkler  <winkler@gnu.org>
20865         * proced.el (proced-send-signal): For *Marked Processes* buffer
20866         put point at beginning of buffer.
20868 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20870         * proced.el (proced-format): Make header lines align with the text
20871         (bug#1779).
20873 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20875         * view.el (view-buffer): Allow running in `special' modes if we're
20876         visiting a file (bug#8615).
20878 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
20880         * window.el (display-buffer-alist-of-strings-p)
20881         (display-buffer-alist-set-1, display-buffer-alist-set-2):
20882         New functions.
20883         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20884         more accurately.
20886 2011-07-18  Alan Mackenzie  <acm@muc.de>
20888         Fontify declarators properly when, e.g., a jit-lock chunk begins
20889         inside a declaration.
20891         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20893         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20894         New function.
20895         (c-complex-decl-matchers): Insert reference to
20896         c-font-lock-enclosing-decls.
20898         * progmodes/cc-engine.el (c-backward-single-comment):
20899         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20900         to nil around calls to (forward-comment -1).
20902 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20904         * image.el (put-image): Doc typo fix.
20906         * progmodes/etags.el (tags-search): Doc typo fix.
20908         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20909         password if we get errors 550 to 554.
20911 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20913         * net/gnutls.el (gnutls-log-level): Remove.
20915         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20916         indentation character (bug#6380).
20918         * files.el (buffer-offer-save): Made permanently local (bug#6241).
20920         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20921         to clarify what the problem is (bug#4291).
20923         * simple.el (current-kill): Clarify what
20924         `interprogram-paste-function' does (bug#7500).
20925         (auto-fill-mode): Document `auto-fill-function' in relation to
20926         `auto-fill-mode' (bug#2470).
20928 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
20930         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20931         method if slot is read-only (bug#9035).
20933 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
20935         * frame.el (select-frame-set-input-focus): New argument NORECORD.
20936         * window.el (pop-to-buffer): Select window used even if it was
20937         selected before, see discussion of (Bug#8615), (Bug#6954).
20938         Pass argument NORECORD on to select-frame-set-input-focus.
20940 2011-07-15  Glenn Morris  <rgm@gnu.org>
20942         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
20943         Respect help-form.
20945 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
20947         * net/gnutls.el (gnutls-min-prime-bits): New variable.
20948         (gnutls-negotiate): Use it.
20950 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20952         * net/gnutls.el (gnutls-negotiate):
20953         Upcase `gnutls-algorithm-priority'.
20955 2011-07-15  Glenn Morris  <rgm@gnu.org>
20957         * jka-compr.el (jka-compr-verbose): Move from here...
20958         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
20959         Add missing :version tag.
20960         * info.el: No need to require jka-compr when compiling.
20962 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20964         * net/gnutls.el (gnutls-algorithm-priority): New variable.
20965         (gnutls-negotiate): Use it.
20967         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20969         * info.el (Info-beginning-of-buffer): New command.
20970         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20971         announcing `b' as the key (bug#8325).
20972         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20974         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20976         * international/mule-cmds.el
20977         (describe-specified-language-support): Make the error message
20978         clearer (bug#8905).
20980         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20982         * isearch.el (isearch-barrier): Add a doc string, since it's
20983         mentioned in a function doc string (bug#8678).
20985 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
20987         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20988         buffer argument (Bug#9083) and self-identifying label argument.
20990 2011-07-15  Glenn Morris  <rgm@gnu.org>
20992         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
20994 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20996         * man.el (Man-fontify-manpage): Fix message when formatting the
20997         man page (bug#7929).
20999 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21001         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21002         argument LRM; if non-nil, append an invisible LRM character to the
21003         buffer name.
21004         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21005         last argument non-nil, when formatting buffer names.
21006         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21007         paragraph direction.
21009 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21011         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21012         the man page name (bug#7929).
21014         * image.el (put-image): Mention the `put-image' overlay property
21015         (bug#7834).
21017         * scroll-bar.el (set-scroll-bar-mode): Mention that
21018         `scroll-bar-mode' lists the values (bug#7772).
21020         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21021         command (bug#7729).
21023         * rect.el (apply-on-rectangle): Return the point after the last
21024         operation.
21025         (string-rectangle): Go to the point after the last operation
21026         (bug#7522).
21028         * printing.el (pr-toggle-region): Clarify the documentation
21029         slightly (bug#7493).
21031         * time.el (display-time-update):
21032         Allow `display-time-mail-function' to return nil (bug#7158).
21033         Fix suggested by Detlev Zundel.
21035         * vc/diff.el (diff): Clarify the order the file names are read
21036         (bug#7111).
21038         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21039         the doc string (bug#7015).
21041         * font-lock.el (font-lock-maximum-decoration): Mention what
21042         numeric levels mean (bug#6935).
21044         * startup.el (initial-buffer-choice): Don't mention the `none'
21045         selection, which is against policy.
21047 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
21049         * window.el (display-buffer-normalize-special):
21050         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21052 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21054         * subr.el (version<, version<=, version=): Mention "-CVS" and
21055         "-12345" alpha version numbers.
21057 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21059         * bindings.el: Add advertised binding for set-mark-command
21060         (Bug#5772).
21062 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21064         * bindings.el (mode-line-other-buffer):
21065         * bookmark.el (bookmark-bmenu-2-window):
21066         * bs.el (bs-cycle-next, bs-cycle-previous):
21067         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21068         switch-to-buffer.
21070         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21071         Delete.
21073 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
21075         * follow.el (follow-debug-message, follow-redisplay):
21076         * jka-cmpr-hook.el (with-auto-compression-mode):
21077         Fix typos in docstrings.
21079 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21081         * subr.el (with-silent-modifications): Clarify somewhat what the
21082         macro inhibits (bug#6525).
21084         * simple.el (eval-expression): Note what it does if called
21085         interactively (bug#6495).
21087 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21089         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21090         Use pop-to-buffer buffer-or-name if it is nil.
21092         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21093         Remove switch-to-buffer.
21095 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21097         * files.el (make-directory): Clarify that an error will be raised
21098         if there's an error (bug#6397).
21100         * startup.el (initial-buffer-choice): Add `none' as a choice
21101         (bug#6234).
21103         * subr.el (add-hook): Clarify section about buffer-local hooks
21104         (bug#6218).
21106         * dired.el (dired-flagged): Clarify doc string (bug#6117).
21108 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21110         * tabify.el (untabify): Preserve the current column so that point
21111         doesn't move (bug#6032).
21113 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21115         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21116         Rewrite to avoid awkward possessive "s" (bug#5986).
21118 2011-07-13  Glenn Morris  <rgm@gnu.org>
21120         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
21121         (dired-insert-directory): Give a message the first time
21122         if ls is found not to support --dired.
21124 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21126         * simple.el (toggle-truncate-lines): Clarify what is toggled
21127         (bug#5580).  Text by Drew Adams.
21129 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21131         * simple.el (blink-matching-open): Make the error message from the
21132         last change less verbose.
21134 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21136         * font-lock.el (font-lock-comment-face): Use the high contrast
21137         "yellow" color for font-lock-comment-face on low color terminals
21138         using a dark background color (bug#4221).
21140 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21142         * dired.el (dired-insert-set-properties): Make the doc string
21143         reflect what it does now (bug#5325).
21145         * simple.el (blink-matching-open): Say that we were unable to find
21146         the match within the limit, if we're limited (bug#5122).
21148         * international/mule-cmds.el (prefer-coding-system): Add an
21149         example (bug#4869).
21151         * progmodes/etags.el (tags-search): Document `file-list-form'
21152         (bug#4731).
21154 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
21156         * net/browse-url.el (browse-url-default-browser)
21157         (browse-url-browser-function): Make the default browser choice a
21158         bit more logical (bug#4300).  Also clean up the doc string.
21160 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21162         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21163         binary endings (bug#4440).
21165 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21167         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21168         which can be pretty annoying (bug#8971).
21170         * jka-compr.el (jka-compr-verbose): New variable, and use
21171         throughout (bug#8971).
21173         * info.el (Info-find-file): Fall back on the installation
21174         directory if we can't find the info node anywhere else.
21176 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
21178         * vc/vc.el (vc-revert-file):
21179         Don't set file time-stamp in the past.  (Bug#5181)
21181 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21183         * files.el (after-find-file): Give a better error message when
21184         trying to find a symlink that points to a file that doesn't exist
21185         (bug#4398).
21187         * progmodes/cc-vars.el: Remove (probably) misleading comment
21188         (bug#4396).
21190 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
21192         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21194 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21196         * mouse-sel.el: Hack restoring functionality, while keeping
21197         compatibility with 2010-07-03 changes to mouse selection.
21198         (mouse-sel-primary-overlay): New var.
21199         (mouse-sel-selection-alist): Use it.
21200         (mouse-sel-mode): Doc fix; remove points that are default features
21201         of mouse.el.
21203 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
21205         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21206         Fix previous fix (bug#2490).
21208 2011-07-12  Roland Winkler  <winkler@gnu.org>
21210         * textmodes/bibtex.el (bibtex-initialize):
21211         Use pop-to-buffer-same-window.
21212         (bibtex-search-entries): Fix interactive call.
21214 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21216         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21217         Fontise bytecomp Error lines more correctly (bug#2490).
21218         Fix suggested by Johan BockgĂ¥rd.
21220         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21222         * dired-x.el (dired-guess-default): Use `delete-dups'.
21224 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21226         * dired.el (dired-mark-prompt):
21227         * dired-aux.el (dired-read-shell-command): Doc fix.
21229 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21231         * mail/sendmail.el (sendmail-query-once):
21232         Use `customize-save-variable' unconditionally, now that it works under
21233         emacs -Q.
21235         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21237         * cus-edit.el (custom-file): Take an optional no-error variable.
21238         (customize-save-variable): Set the variable, and give a warning if
21239         running under "emacs -q".
21241 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
21243         * loadhist.el (unload-feature-special-hooks):
21244         Add `auto-coding-functions', `fill-nobreak-predicate' and
21245         `find-directory-functions' (bug#5327).
21247 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21249         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21251         * cus-edit.el (custom-guess-name-alist): -alist variables should
21252         use the `alist' type (bug#3120).  Suggested by Drew Adams.
21254         * printing.el: Add documentation to all the `pr-toggle-' commands.
21256 2011-07-11  Leo Liu  <sdl.web@gmail.com>
21258         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21259         backends where it makes sense (bug#2623).
21261 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21263         * dired-x.el (dired-guess-default): Remove duplicate shell command
21264         entries (bug#2028).
21265         (dired-guess-default): Fix grammar in doc string (bug#2028).
21266         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21268         * subr.el (remove-duplicates): New conveniency function.
21270 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21272         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21273         (bug#1526).
21275 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
21277         * window.el (display-buffer-normalize-default): Don't invert
21278         meaning of even-window-heights.  Reported by Eli Zaretskii
21279         <eliz@gnu.org>.
21281 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
21283         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21285 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
21287         * window.el (display-buffer): Fix arguments to
21288         display-buffer-reuse-window in last change.
21290         * faces.el (link): Use a less saturated blue on light backgrounds.
21292         * startup.el (fancy-startup-text, fancy-about-text)
21293         (fancy-startup-tail): Use font-lock faces, for background safety.
21295 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
21297         * emulation/viper-cmd.el (viper-change-state-to-vi):
21298         Limit triggering of abbrev expansion (Bug#9038).
21300 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
21302         * window.el (display-buffer-default-specifiers): Remove.
21303         (display-buffer-macro-specifiers): Remove default specifiers.
21304         (display-buffer-alist): Default to nil.
21305         (display-buffer-reuse-window): New optional argument other-window.
21306         (display-buffer-pop-up-window): Allow splitting internal
21307         windows.  Check whether a live window was created.
21308         (display-buffer-other-window-means-other-frame)
21309         (display-buffer-normalize-arguments): Rename to
21310         display-buffer-normalize-argument and rewrite.  Set the
21311         other-window specifier.
21312         (display-buffer-normalize-special): New function.
21313         (display-buffer-normalize-options): Rename to
21314         display-buffer-normalize-default and rewrite.
21315         (display-buffer-normalize-options-inhibit): Remove.
21316         (display-buffer-normalize-specifiers): Rewrite.
21317         (display-buffer): Process other-window specifier and call
21318         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
21319         more faithfully.
21320         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21321         (display-buffer-alist-set): Don't handle 'unset default values.
21322         (display-buffer-in-window, display-buffer-alist-set):
21323         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
21324         <tassilo@member.fsf.org>.
21326 2011-07-09  Leo Liu  <sdl.web@gmail.com>
21328         * register.el (insert-register): Restore accidental change on
21329         2011-06-26.  (Bug#9028)
21331 2011-07-09  Glenn Morris  <rgm@gnu.org>
21333         * subr.el (remq): Handle the empty list.  (Bug#9024)
21335 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
21337         * mail/sendmail.el (send-mail-function): No longer delay custom
21338         initialization.
21339         * custom.el (custom-initialize-delay): Doc fix.
21341 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21343         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21345 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
21347         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21348         human-friendly prompt.
21350 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21352         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21353         provided by a particular plugin.
21355 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21357         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21358         save customizations (with "emacs -Q"), just set the variable
21359         instead of erroring out.
21361         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21363 2011-07-08  Juri Linkov  <juri@jurta.org>
21365         * arc-mode.el (archive-zip-expunge, archive-zip-update)
21366         (archive-zip-update-case): Use 7z if found by `executable-find'.
21367         The order of searching the available programs is the same as in
21368         `archive-zip-extract' (bug#8968).
21370 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21372         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21373         (menu-bar-options-menu): Tweak descriptions.
21375 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21377         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21378         menu items into verb phrases (bug#1421).  Also refill to fit under
21379         80 columns.
21381 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21383         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21384         (Info-read-node-name): Doc fix (Bug#1084).
21386         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21387         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21388         (end-of-sexp, beginning-of-sexp)
21389         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21390         (forward-symbol, forward-same-syntax, word-at-point)
21391         (sentence-at-point): Doc fix (Bug#1144).
21393 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21395         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21396         should cover it (bug#1281).
21398         * cus-edit.el (custom-show): Mark as obsolete.
21400         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21401         negotiation fails, then possibly try again with a non-encrypted
21402         connection (bug#9017).
21404         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21405         be used.
21407 2011-07-07  Richard Stallman  <rms@gnu.org>
21409         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21410         property, and handle its changed format.
21411         Look for the correct line number.
21412         Use file's line contents (but not past first =) to find
21413         correct line in message.
21415 2011-07-07  Kenichi Handa  <handa@m17n.org>
21417         * international/characters.el (build-unicode-category-table):
21418         Delete it.
21419         (unicode-category-table): Set it by unicode-property-table-internal.
21421         * international/mule-cmds.el (char-code-property-alist): Move to
21422         to src/chartab.c.
21423         (get-char-code-property): Call unicode-property-table-internal to
21424         load a file.  Call get-unicode-property-internal where necessary.
21425         (put-char-code-property): Call unicode-property-table-internal to
21426         load a file.  Call put-unicode-property-internal where necessary.
21427         put-unicode-property-internal where necessary.
21428         (char-code-property-description):
21429         Call unicode-property-table-internal to load a file.
21431         * international/charprop.el:
21432         * international/uni-bidi.el:
21433         * international/uni-category.el:
21434         * international/uni-combining.el:
21435         * international/uni-comment.el:
21436         * international/uni-decimal.el:
21437         * international/uni-decomposition.el:
21438         * international/uni-digit.el:
21439         * international/uni-lowercase.el:
21440         * international/uni-mirrored.el:
21441         * international/uni-name.el:
21442         * international/uni-numeric.el:
21443         * international/uni-old-name.el:
21444         * international/uni-titlecase.el:
21445         * international/uni-uppercase.el: Regenerate.
21447         * loadup.el: Load international/charprop.el before
21448         international/characters.
21450 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21452         * window.el (next-buffer, previous-buffer): Signal an error if
21453         called from a minibuffer window.
21455         * bindings.el: Revert 2011-07-04 change.
21457 2011-07-06  Richard Stallman  <rms@gnu.org>
21459         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21460         (rmail-mime-insert-bulk, rmail-mime-insert-text):
21461         Treat markers like ints.
21462         (rmail-mime-entity): Doc fix.
21464 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21466         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21467         defcustom again for backwards compatibility.
21469         * simple.el (shell-command-on-region): Fill.
21471         * dired-aux.el (dired-kill-line): Add a doc string.
21473         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21474         to "\\sw\\|\\s_" (bug#358).
21476         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21477         (dired-unmark-backward): Ditto.
21478         (dired-flag-backup-files): Ditto.
21480         * dired-x.el (dired-mark-sexp): Ditto.
21482 2011-07-06  Richard Stallman  <rms@gnu.org>
21484         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21485         (rmail-mime-entity): New arg TRUNCATED.
21486         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21487         New functions.
21488         (rmail-mime-save): Warn if entity is truncated.
21489         (rmail-mime-toggle-hidden): Likewise, for showing.
21490         (rmail-mime-process-multipart): Record when an entity is truncated.
21492         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21493         if ENTITY is a string.
21495 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21497         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21498         of faces when `M-C-x'-ing their definitions (bug#8378).
21499         Also clean up the code slightly.
21501         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21502         because that makes the colors go away.
21504         * mail/sendmail.el (send-mail-function): Change the default to
21505         `sendmail-query-once'.
21506         (sendmail-query-once): Add an autoload cookie.
21508         * net/network-stream.el (network-stream-open-starttls): Try using
21509         a plain connection even if the server offered STARTTLS, and we
21510         kinda wanted to use it, if Emacs doesn't have any STARTTLS
21511         capability.  This should make smtpmail.el work in slightly more
21512         configurations.
21514 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
21516         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21517         New defun.
21518         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21520 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
21522         * progmodes/sql.el: Version 3.0
21523         (sql-product-alist): Add product :completion-object,
21524         :completion-column, and :statement attributes.
21525         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21526         (sql-mode-syntax-table): Mark all punctuation.
21527         (sql-font-lock-keywords-builder): Temporarily remove fallback on
21528         ansi keywords.
21529         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21530         (sql-mode-oracle-font-lock-keywords): Improve.
21531         (sql-oracle-show-reserved-words): New function for development.
21532         (sql-product-font-lock): Simplify for source code buffers.
21533         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21534         New functions.
21535         (sql-highlight-product): Set product specific syntax table.
21536         (sql-mode-map): Add statement movement functions.
21537         (sql-ansi-statement-starters, sql-oracle-statement-starters):
21538         New variable.
21539         (sql-statement-regexp, sql-beginning-of-statement)
21540         (sql-end-of-statement, sql-signum): New functions.
21541         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21542         (sql-show-sqli-buffer): Bug fix.
21543         (sql-interactive-mode): Store connection data as buffer local.
21544         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
21545         with sql-interactive-mode.
21546         (sql-save-connection): Save buffer local settings.
21547         (sql-connection-menu-filter): Change menu entry name.
21548         (sql-product-interactive): Bug fix.
21549         (sql-preoutput-hold): New variable.
21550         (sql-interactive-remove-continuation-prompt): Bug fixes.
21551         (sql-debug-redirect): New variable.
21552         (sql-str-literal): New function.
21553         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21554         Redesign.
21555         (sql-oracle-save-settings, sql-oracle-restore-settings)
21556         (sql-oracle-list-all, sql-oracle-list-table): New functions.
21557         (sql-completion-object, sql-completion-column)
21558         (sql-completion-sqlbuf): New variables.
21559         (sql-build-completions-1, sql-build-completions)
21560         (sql-try-completion): New functions.
21561         (sql-read-table-name): Use them.
21562         (sql-contains-names): New buffer local variable.
21563         (sql-list-all, sql-list-table): Use it.
21564         (sql-oracle-completion-types): New variable.
21565         (sql-oracle-completion-object, sql-sqlite-completion-object)
21566         (sql-postgres-completion-object): New functions.
21568 2011-07-06  Glenn Morris  <rgm@gnu.org>
21570         * window.el (pop-to-buffer): Doc fix.
21572 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
21574         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21576 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
21578         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21580         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21582 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
21584         * button.el (button): Inherit from link face.  Suggested by Dan
21585         Nicolaescu.
21587 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21589         * progmodes/gdb-mi.el: Fit in 80 columns.
21590         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21591         switch-to-buffer.
21593         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21594         if imenu is simply not configured (bug#8941).
21596 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
21598         * allout.el (allout-post-undo-hook): New allout outline-change
21599         event hook to signal undo activity.
21600         (allout-post-command-business): Run allout-post-undo-hook if an
21601         undo just occurred.
21602         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21603         * allout-widgets.el (allout-widgets-after-undo-function):
21604         Ensure the integrity of the current item's decoration after it has been
21605         in the vicinity of an undo.
21606         (allout-widgets-mode): Include allout-widgets-after-undo-function
21607         on the new allout-post-undo-hook.
21609 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21611         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21612         Let define-derived-mode define it.
21613         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21614         cycles of abbrev-table inheritance (bug#8998).
21616 2011-07-05  Roland Winkler  <winkler@gnu.org>
21618         * textmodes/bibtex.el: Add support for biblatex.
21619         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21620         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21621         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21622         (bibtex-entry-alist, bibtex-field-alist): New variables.
21623         (bibtex-entry-field-alist): Obsolete alias for
21624         bibtex-BibTeX-entry-alist.
21625         (bibtex-entry-alist, bibtex-field-alist): New widgets.
21626         (bibtex-set-dialect): New command.
21627         (bibtex-entry-type, bibtex-entry-head)
21628         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21629         Bind via bibtex-set-dialect.
21630         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21631         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21632         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21633         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21634         Define via bibtex-set-dialect.
21635         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21636         Obey bibtex-no-opt-remove-re.
21637         (bibtex-vec-push, bibtex-vec-incr): New functions.
21638         (bibtex-format-entry, bibtex-field-list)
21639         (bibtex-print-help-message, bibtex-validate)
21640         (bibtex-search-entries): Use new format of bibtex-entry-alist.
21642 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21644         * progmodes/compile.el (compilation-goto-locus):
21645         * net/tramp-cmds.el (tramp-append-tramp-buffers):
21646         * bs.el (bs-cycle-next, bs-cycle-previous):
21647         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21648         * bindings.el (mode-line-other-buffer):
21649         * autoinsert.el (auto-insert):
21650         * arc-mode.el (archive-extract):
21651         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21653 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21655         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21656         Fix check of `emacs-lock-unlockable-modes'.
21657         Coerce true values of `emacs-lock--try-unlocking' to t.
21659 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21661         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21662         * emacs-lock.el: New file.
21664 2011-07-05  Julien Danjou  <julien@danjou.info>
21666         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21667         than `boundp' to check if face is set.
21669 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21671         * register.el (registerv-make):
21672         * window.el (window-min-height): Fix typos in docstrings.
21674 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21676         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21677         Update doc string.
21679 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21681         * server.el (server-execute): Catch quit and call
21682         `server-return-error' to pass the error back to emacsclient and
21683         close the connection (bug#8942).
21685 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21687         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21688         insecure exception for current topic.  Also note that auto-saves
21689         are handled differently.
21691         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21692         State variables for tracking auto-save inhibition situation.
21694         (allout-write-contents-hook-handler): Rename from
21695         'allout-write-file-hook-handler', and describe how it depends on
21696         write-contents-functions sensitivity to non-nil value to prevent
21697         file write.
21699         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21700         this in individual buffers, only in the starting buffer, so this
21701         is not the right way for us to inhibit auto-save in a buffer
21702         according to its condition.
21704         (allout-mode): Use new allout-write-contents-hook-handler, and
21705         only with write-contents-functions.  Remove auto-save provisions -
21706         they're implemented elsewhere.
21708         (allout-before-change-handler): If undo is in progress, note that
21709         for attention of allout-post-command-business.
21711         (allout-post-command-business): If the command we're following was
21712         an undo, check for change in the status of encrypted items and
21713         adjust auto-save inhibitions accordingly.
21715         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21716         according to whether there are or aren't any plain-text topics
21717         pending encryption.
21719         (allout-inhibit-auto-save-info-for-decryption):
21720         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21721         if there are plain-text topics pending encryption.
21723         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21724         buffer-saved-size and some allout state to not inhibit auto-saves
21725         if there are no longer any plain-text topics pending encryption.
21727         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21728         No longer provide for exemption of the current topic.
21730 2011-07-04  Juri Linkov  <juri@jurta.org>
21732         Add 7z operations to delete and save changed members (bug#8968).
21733         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21734         New defcustoms.
21735         (archive-7z-write-file-member): New function.
21736         (archive-7z-summarize): Fix the number of dashes in the
21737         listing output.
21739 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21741         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21742         (bug#8958).
21744 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21746         * bindings.el: Ignore next-buffer and previous-buffer in
21747         minibuffer-local-map.
21749         * font-lock.el (font-lock-builtin-face): Change light background
21750         color to dark slate blue (Bug#6693).
21752 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21754         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21756 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21758         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21759         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21760         Add switch-to-buffer.
21762 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21764         * isearch.el (isearch-search-fun-function): Clarify further the
21765         meaning of the function returned.
21767 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21769         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21771         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21772         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21773         Use it.
21774         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21775         `tramp-default-remote-path' does not exist.
21776         (tramp-send-command-and-read): New optional argument NOERROR.
21777         (tramp-open-connection-setup-interactive-shell)
21778         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21779         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21780         (tramp-process-sentinel): Flush also process' connection property.
21781         (tramp-sh-handle-start-file-process): Do not set process
21782         sentinel.  It is done now ...
21783         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21785 2011-07-04  MON KEY  <monkey@sandpframing.com>
21787         * play/animate.el (animate-string): Doc fixes and allow changing
21788         the buffer name (bug#5417).
21790 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21792         * play/animate.el (animation-buffer-name): Rename from *animate*.
21794 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21796         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21797         This is simpler and helps future-proof the code.
21798         (timer-until): Use time-subtract and float-time.
21799         (timer--time-less-p): Use time-less-p.
21801 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21803         * type-break.el (timep): Use the value of `float-time' to avoid a
21804         byte-compiler warning.
21806         * server.el (server-eval-and-print): Return any result, even nil.
21808 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21810         * type-break.el: Accept time formats that the builtins accept.
21811         (timep, type-break-time-difference): Accept any format that
21812         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21813         This is simpler and helps future-proof the code.
21814         (type-break-time-difference): Round rather than ignoring
21815         subseconds components.
21817 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21819         * info.el (Info-apropos-matches): Make non-interactive, since it
21820         doesn't seem to do anything useful as a command (bug#8829).
21822 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21824         * frame.el (frame-background-mode, frame-set-background-mode):
21825         Move from faces.el.
21826         (frame-default-terminal-background): New function.
21828         * custom.el (custom-push-theme): Don't record faces in `changed'
21829         theme; this doesn't work correctly for per-frame face settings.
21830         (disable-theme): Use face-set-after-frame-default to reset faces.
21831         (custom--frame-color-default): New function.
21833 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21835         * dired.el (dired-flagging-regexp): Remove unused variable
21836         (bug#8769).
21838 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21840         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21841         `perl-Test2' extend to match possible "fail #N" rep count
21842         (bug#8377).
21844 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21846         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21847         `smtpmail-via-smtp' now returns the error instead of nil.
21849         * isearch.el (isearch-search-fun-function): Clarify the doc string
21850         (bug#8101).
21852 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21854         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21855         unnecessary spaces (bug#8987).
21857 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21859         * net/network-stream.el (open-network-stream): Use the
21860         :end-of-capability command thoughout.
21862 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21864         * net/network-stream.el (open-network-stream): Add the
21865         :end-of-capability command parameter, used by pop3.el.
21867 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21869         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21871         * fringe.el (fringe-query-style): Remove redundant text " (type ?
21872         for list)" (bug#6475).
21874         * files.el (file-expand-wildcards): Ignore non-readable
21875         sub-directories while trying to find matches instead of signaling
21876         an error (bug#6297).
21878         * man.el (Man-reference-regexp): Allow matching possible
21879         word-wrapped references (bug#6289).
21881         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21882         for consistency with the other vc buffers (bug#6197).
21883         (vc-checkin): Ditto.
21885         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21887         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21889 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21891         * custom.el (defcustom): Clarify that :set is only used in the
21892         Customize user interface (bug#6089).
21894         * progmodes/flymake.el (flymake-mode): If the buffer isn't
21895         associated with a file, refuse to run instead of erroring out
21896         (bug#6084).
21898         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21899         the doc string, since it appears that using `fill-column' always
21900         controls the width (bug#7845).
21902         * simple.el (shell-command-on-region): Say where the error output
21903         went if `shell-command-default-error-buffer' is set (bug#6857).
21905 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
21907         * allout.el (allout-yank-processing): Adjust cursor position for
21908         backwards-deleted space.
21910         (allout-rebullet-heading): Register changes with
21911         allout-exposure-changed-hook, so the modified topic is properly
21912         decorated.
21914 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21916         * minibuffer.el (completion-in-region): Document PREDICATE
21917         (bug#7136).
21919         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21920         of keyword/argument pairs (bug#6904).
21922         * replace.el (multi-occur):
21923         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21925 2011-07-02  Drew Adams  <drew.adams@oracle.com>
21927         * dired.el (dired-mark-if): Make the message about whether it's
21928         marking or unmarking clearer (bug#8523).
21930 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21932         * disp-table.el (display-table-print-array): New function.
21933         (describe-display-table): Use it to print the vectors more pretty
21934         (Bug#8859).
21936 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
21938         * window.el (window-state-get-1): Don't assign clone numbers.
21939         Add clone-of item to list of window parameters.
21940         (window-state-put-2): Don't process clone numbers.
21941         (display-buffer-alist): Fix doc-string.
21943 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21945         * subr.el (remq): Don't allocate if it's not needed.
21946         (keymap--menu-item-binding, keymap--menu-item-with-binding)
21947         (keymap--merge-bindings): New functions.
21948         (keymap-canonicalize): Use them to refine the canonicalization.
21949         * minibuffer.el (minibuffer-local-completion-map)
21950         (minibuffer-local-must-match-map): Move initialization from C.
21951         (minibuffer-local-filename-completion-map): Move initialization from C;
21952         don't inherit from anything here.
21953         (minibuffer-local-filename-must-match-map): Make obsolete.
21954         (completing-read-default): Use make-composed-keymap to combine
21955         minibuffer-local-filename-completion-map with either
21956         minibuffer-local-must-match-map or
21957         minibuffer-local-filename-completion-map.
21959 2011-07-01  Glenn Morris  <rgm@gnu.org>
21961         * type-break.el (type-break-time-sum): Use dolist.
21963         * textmodes/flyspell.el (flyspell-word-search-backward):
21964         Replace CL function.
21966 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21968         * mouse.el (mouse--strip-first-event): New function.
21969         (function-key-map): Use it to map fringe clicks to normal clicks
21970         by default.
21972         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21973         (vc-bzr-revision-completion-table): Add support for annotate and date.
21975         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21976         inherit from parent.
21978 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21980         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21981         (dired-show-file-type): Doc fixup (bug#8818).
21983         * dired.el (dired-mode): Fix up the doc string as suggested by
21984         Drew Adams (bug#8817).
21986         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21987         cookie, since the manual says that it should be possible to add
21988         this function to `find-file-hook' (bug#8709).
21990 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21992         * progmodes/cfengine.el: Moved all cfengine3.el functionality
21993         here.  Noted Ted Zlatanov as the maintainer.
21994         (cfengine-common-settings, cfengine-common-syntax): New functions
21995         to set up common things between `cfengine-mode' and
21996         `cfengine3-mode'.
21997         (cfengine3-mode): New mode.
21998         (cfengine3-defuns cfengine3-defuns-regex
21999         (cfengine3-class-selector-regex cfengine3-category-regex)
22000         (cfengine3-vartypes cfengine3-font-lock-keywords)
22001         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22002         (cfengine3-indent-line): Add from cfengine3.el.
22004 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
22006         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22008         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22010 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
22012         * window.el (same-window-buffer-names, same-window-regexps)
22013         (same-window-p, special-display-frame-alist)
22014         (special-display-popup-frame, special-display-function)
22015         (special-display-buffer-names, special-display-regexps)
22016         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22017         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22018         (split-window-preferred-function, split-height-threshold)
22019         (split-width-threshold, even-window-heights)
22020         (display-buffer-mark-dedicated, window-splittable-p)
22021         (split-window-sensibly, window-safely-shrinkable-p):
22022         Un-obsolete.
22023         (display-buffer): Don't spread args with function specifier
22024         because special-display-popup-frame won't like it.
22026 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22028         Time-stamp simplifications and fixes.
22029         These improve accuracy slightly, and future-proof the code
22030         against some potential changes to current-time format.
22032         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22033         by using time-since and float-time.
22035         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22036         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
22037         + NNN microseconds".
22039         * type-break.el (type-break-time-sum): Rewrite using time-add.
22041         * play/hanoi.el (hanoi-current-time-float): Remove.
22042         All uses replaced by float-time.
22044         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22045         This yields a more-accurate answer.
22046         (rng-time-to-float): Remove; no longer needed.
22048         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22050         * calendar/timeclock.el (timeclock-seconds-to-time):
22051         Defalias to seconds-to-time, since they're the same thing.
22053         * emacs-lisp/elp.el (elp-elapsed-time):
22054         * emacs-lisp/benchmark.el (benchmark-elapse):
22055         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22057 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22059         * window.el (bury-buffer): Don't iconify the only frame.
22060         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22061         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
22063 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
22065         * eshell/em-smart.el (eshell-smart-display-navigate-list):
22066         Add mouse-yank-primary.
22068 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22070         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22072 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22074         * emacs-lisp/find-func.el (find-library--load-name): New fun.
22075         (find-library-name): Use it to find relative load names when provided
22076         absolute file name (bug#8803).
22078 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22080         * textmodes/flyspell.el (flyspell-word): Consider words that
22081         differ only in case as potential doublons (bug#5687).
22083         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22084         Remove two rather uninteresting debugging-like messages to make
22085         debbugs.el more silent.
22087         * comint.el (comint-password-prompt-regexp): Accept "Response" as
22088         a password-like phrase.
22090 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
22092         * progmodes/cc-guess.el: New file.
22094         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22096         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22097         derived from `c-basic-common-init'.
22099         * progmodes/cc-mode.el (top-level): Require cc-guess.
22100         (c-basic-common-init): Use `cc-choose-style-for-mode'.
22102 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
22104         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22106 2011-06-30  Alan Mackenzie  <acm@muc.de>
22108         * progmodes/cc-engine.el (c-guess-continued-construct):
22109         Correct the handling of template-args-cont, particularly for when font
22110         lock is disabled.  Name this case as "CASE G".
22112 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
22114         * allout.el (allout-yank-processing): Fix injection of extra space
22115         between bullet and non-whitespace character in first topic when
22116         pasting, ensuring that the actual spacing in the pasted topic
22117         following the bullet char is preserved.  This extra space was
22118         causing pasted encrypted topics to get a decrypted status even
22119         when the content was actually still encrypted.  Now the decryption
22120         status from before the paste is preserved.
22122         (allout-flag-region): Set all allout overlays so they evaporate
22123         when reduced to zero length (evanescent), to prevent overlay
22124         leakage.
22126 2011-06-30  Glenn Morris  <rgm@gnu.org>
22128         * w32-fns.el (w32-charset-info-alist): Declare.
22130         * find-dired.el (find-grep-options): Simplify.
22132         * term/ns-win.el (ns-set-resource): Declare.
22134         * ses.el (row, col): Declare dynamic variables honestly.
22136         * textmodes/reftex-parse.el (index-tags): Declare.
22138 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
22140         * cus-edit.el (customize-push-and-save): New function.
22142         * files.el (hack-local-variables-confirm): Use it.
22144         * custom.el (load-theme): New arg NO-CONFIRM.
22145         Use customize-push-and-save (Bug#8720).
22146         (custom-enabled-themes): Doc fix.
22148         * cus-theme.el (customize-create-theme)
22149         (custom-theme-merge-theme): Callers to load-theme changed.
22151 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22153         * thingatpt.el (thing-at-point-short-url-regexp): Require that
22154         short URLs have at least one dot in them (bug #7614).
22156         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22157         nil, because using a pty is apparently too slow (bug #895).
22159 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22161         * mail/sendmail.el (sendmail-query-once): New function.
22162         (sendmail-query-once-function): New variable.
22164 2011-06-29  Glenn Morris  <rgm@gnu.org>
22166         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22168         * ses.el (top-level): Require cl when compiling.
22169         (ses-set-localvars): Fix error statement.
22170         Call it at compile time to silence a storm of warnings.
22172 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
22174         * window.el (normalize-live-buffer): Rename to
22175         window-normalize-buffer.
22176         (normalize-live-frame): Rename to window-normalize-frame.
22177         (normalize-any-window): Rename to window-normalize-any-window.
22178         (normalize-live-window): Rename to window-normalize-live-window.
22179         (make-window-atom): Rename to window-make-atom.
22180         (window-resize-reset): Rename to window--resize-reset.
22181         (window-resize-reset-1): Rename to window--resize-reset-1.
22182         (resize-mini-window): Rename to window--resize-mini-window.
22183         (resize-subwindows-skip-p): Rename to
22184         window--resize-subwindows-skip-p.
22185         (resize-subwindows-normal): Rename to
22186         window--resize-subwindows-normal.
22187         (resize-subwindows): Rename to window--resize-subwindows.
22188         (resize-other-windows): Rename to window--resize-siblings.
22189         (resize-this-window): Rename to window--resize-this-window.
22190         (resize-root-window): Rename to window--resize-root-window.
22191         (resize-root-window-vertically): Rename to
22192         window--resize-root-window-vertically.
22193         (normalize-buffer-to-display): Rename to
22194         window-normalize-buffer-to-display.
22195         (normalize-buffer-to-switch-to): Rename to
22196         window-normalize-buffer-to-switch-to.
22197         Correspondingly update all callers of the functions listed
22198         above.
22199         (display-buffer-alist, display-buffer-normalize-arguments)
22200         (display-buffer-normalize-options, display-buffer)
22201         (display-buffer-alist-set): Use "function" instead of
22202         "fun-with-args".
22204 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
22206         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22207         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
22208         debbugs.gnu.org.  Mention acknowledgment email.
22210 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22212         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22213         buffer multibyteness, since it shouldn't matter.
22215 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
22217         * window.el (display-buffer-in-side-window): Handle dedicated
22218         windows as in display-buffer-reuse-window.
22219         (display-buffer-normalize-alist): Use value of override
22220         specifier.
22221         (display-buffer-normalize-specifiers): Use value of
22222         other-window-means-other-frame specifier.
22223         (display-buffer-alist): Rewrite some texts in widgets.
22224         (display-buffer): Spread arguments when calling function
22225         specified by fun-with-args.
22227 2011-06-28  Deniz Dogan  <deniz@dogan.se>
22229         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22230         Unnest `let'.
22232         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22233         selectors (Bug#5732).
22234         (css-proprietary-nmstart-re): Use `regexp-opt'.
22236 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
22238         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22239         (eshell-ls-date-format): New defcustom.
22240         (eshell-ls-file): Use it.
22242 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22244         * help-fns.el (describe-variable): Fix message for terminal-local vars.
22246 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22248         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22249         (ange-ftp-make-tmp-name): New arg.
22250         (ange-ftp-file-local-copy): Use it.
22252 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
22254         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22255         no-conversion (Bug#8870).
22257 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
22259         * window.el (window-right, window-left, window-child)
22260         (window-child-count, window-last-child)
22261         (window-iso-combination-p, walk-window-tree-1)
22262         (window-atom-check-1, window-tree-1, delete-window)
22263         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22264         new naming conventions - window-vchild, window-hchild,
22265         window-next and window-prev are now called window-top-child,
22266         window-left-child, window-next-sibling and window-prev-sibling
22267         respectively.
22268         (resize-window-reset): Rename to window-resize-reset.
22269         (resize-window-reset-1): Rename to window-resize-reset-1.
22270         (resize-window): Rename to window-resize.
22271         (window-min-height, window-min-width)
22272         (resize-mini-window, resize-this-window, resize-root-window)
22273         (resize-root-window-vertically, adjust-window-trailing-edge)
22274         (enlarge-window, shrink-window, maximize-window)
22275         (minimize-window, delete-window, quit-restore-window)
22276         (split-window, balance-windows, balance-windows-area-adjust)
22277         (balance-windows-area, window-state-put-2)
22278         (display-buffer-even-window-sizes, display-buffer-set-height)
22279         (display-buffer-set-width, set-window-text-height)
22280         (fit-window-to-buffer): Rename all "resize-window" prefixed
22281         calls to use the "window-resize" prefix convention.
22282         (display-buffer-alist): Fix symbol for label specifier.
22283         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22284         corresponding specifier.
22285         Reported by Juanma Barranquero <lekktu@gmail.com>.
22287 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
22289         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22290         convention.
22291         (ses-call-printer): Does not pass an empty string to formatter when the
22292         cell is empty to keep from barking printer Calc math-format-value.
22294 2011-06-27  Richard Stallman  <rms@gnu.org>
22296         * battery.el (battery-mode-line-limit): New variable.
22297         (battery-update): Handle it.
22299         * mail/rmailmm.el (rmail-mime-process-multipart):
22300         Handle truncated messages.
22302 2011-06-27  Glenn Morris  <rgm@gnu.org>
22304         * progmodes/flymake.el (flymake-err-line-patterns):
22305         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
22307 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
22309         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22310         (ses--clean-!, ses--clean-_): New functions.
22311         (ses-range): Add configurability of readout order, and conversion
22312         to Calc vector.
22314         * ses.el (ses-repair-cell-reference-all): New function.
22315         (ses-cell-symbol): Set macro as safe, so that it can be used in
22316         formulas.
22318         * ses.el: Update cycle detection algorithm.
22319         (ses-localvars): Add ses--Dijkstra-attempt-nb and
22320         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22321         (ses-set-localvars): New function.
22322         (ses-make-cell): Add property-list as a cell element.
22323         (ses-cell-property-get-fun, ses-cell-property-get)
22324         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22325         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22326         New functions.
22327         (ses-cell-property-set, ses-cell-property-pop)
22328         (ses-cell-property-get-handle): New macro.
22329         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22330         New aliases, used for code readability.
22331         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22332         cycle detection.
22333         (ses-self-reference-early-detection): New defcustom.
22334         (ses-formula-references): Robustify against self-referring cells.
22335         (ses-mode): Use ses-set-localvars.
22336         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22337         before lauching the update processing.
22338         (ses-initialize-Dijkstra-attempt): New function.
22339         (ses-recalculate-cell): Update for cycle detection based on
22340         Dijkstra algorithm.
22342         * ses.el: Fix commenting and indenting convention.
22344 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22346         * bs.el (bs-cycle-next): Complete last change.
22348 2011-06-27  Drew Adams  <drew.adams@oracle.com>
22350         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22352 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22354         * net/network-stream.el (network-stream-open-starttls):
22355         Don't re-get capabilities unless we've reestablished connection.
22356         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22358         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22359         to binary to possibly avoid line encoding issues on Windows (among
22360         other things).
22362 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22364         * net/network-stream.el (open-network-stream): Return an :error
22365         saying what the problem was, if possible.
22367         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22368         server.
22370         * net/network-stream.el (network-stream-open-starttls): If we
22371         wanted to use STARTTLS, and the server offered it, but we weren't
22372         able to because we had no STARTTLS support, then close the connection.
22373         (open-network-stream): Return an :error element, if present.
22375 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22377         * hl-line.el (hl-line-sticky-flag): Doc fix.
22378         (global-hl-line-sticky-flag): New option (Bug#8323).
22379         (global-hl-line-highlight): Obey it.
22381         * vc/vc.el (vc-revert-show-diff): Default to t.
22383 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
22385         * allout-widgets.el (allout-widgets-post-command-business):
22386         Stop decorating intermediate isearch matches.  They're not being
22387         undecorated when an isearch is continued past, and isearch
22388         automatically collapses them.  This leads to "widget leaks", where
22389         decorated items accumulate in collapsed areas.  Lines with lots of
22390         hidden widgets can slow down cursor travel, substantially.
22391         Too much complicated machinery would be needed to ensure undecoration,
22392         so we're doing without this nicety.
22394         (allout-widgets-tally-string): Don't try to do a hash-table-count
22395         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
22396         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22397         *Messages* when allout-widgets-maintain-tally is t.
22399 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
22401         * window.el (display-buffer-normalize-argument): Rename to
22402         display-buffer-normalize-arguments.  Handle special meaning of
22403         LABEL argument.  Respect special-display-function when popping up
22404         a new frame.  Fix code searching for a window showing the buffer
22405         on another frame.
22406         (display-buffer-normalize-specifiers):
22407         Call display-buffer-normalize-arguments.
22408         (display-buffer-in-window): Don't undedicate the window if its
22409         buffer remains the same.
22410         Reported by Drew Adams <drew.adams@oracle.com>.
22411         (display-buffer-alist): Add choice for same-window macro
22412         specfier.
22413         (display-buffer): Mention special meaning of LABEL argument in
22414         doc-string.  Fix quoting.  Don't pop up a new frame even as
22415         fallback.
22417 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
22419         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22420         avoid deleting the current window in some cases (bug#8911).
22422 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
22424         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22425         (Bug#8934)
22427 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22429         * net/network-stream.el (network-stream-open-starttls):
22430         Use built-in TLS support if `gnutls-available-p' is true.
22431         (network-stream-open-tls): Ditto.
22433 2011-06-26  Leo Liu  <sdl.web@gmail.com>
22435         * register.el (registerv): New struct.
22436         (registerv-make): New function.
22437         (jump-to-register, describe-register-1, insert-register):
22438         Support the jump-func, print-func and insert-func slot of a registerv
22439         struct.  (Bug#8415)
22441 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22443         * vc/vc.el (vc-revert-show-diff): New defcustom.
22444         (vc-diff-internal): New arg specifying diff buffer.
22445         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
22446         reuse an existing *vc-diff* buffer (Bug#8927).
22448         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22450 2011-06-26  Glenn Morris  <rgm@gnu.org>
22452         * progmodes/f90.el (f90-critical-indent): New option.
22453         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22454         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22455         (f90-mode): Doc fix.
22456         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22457         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22458         (f90-beginning-of-block, f90-next-block, f90-indent-region)
22459         (f90-match-end): Handle block, critical.
22461 2011-06-25  Glenn Morris  <rgm@gnu.org>
22463         * calendar/diary-lib.el (diary-included-files): Doc fix.
22464         (diary-include-files): New function, extracted from
22465         diary-include-other-diary-files and diary-mark-included-diary-files.
22466         (diary-include-other-diary-files, diary-mark-included-diary-files):
22467         Just call diary-include-files.
22468         (diary-mark-entries): Reset diary-included-files on first call.
22470         * calendar/diary-lib.el (diary-mark-entries)
22471         (diary-mark-included-diary-files):
22472         Visit included diary-files in temp buffers.
22474         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22475         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22476         (f90-start-block-re, f90-imenu-generic-expression)
22477         (f90-looking-at-program-block-start, f90-no-block-limit):
22478         Add support for submodules.
22480         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22481         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22483 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
22485         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22486         buffer-file-type before setting its value, to avoid disastrous
22487         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
22489 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22491         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22493         * ses.el (ses-unload-function):
22494         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22496         * proced.el (proced-unload-function):
22497         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22499 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
22501         * server.el (server-create-window-system-frame): Add parameters arg.
22502         (server-process-filter): Doc fix.  Handle frame-parameters.
22504 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22506         Fix bug#8730, bug#8781.
22508         * loadhist.el (unload--set-major-mode): New function.
22509         (unload-feature): Use it.
22511         * progmodes/python.el (python-after-info-look): Add autoload cookie.
22512         (python-unload-function): New function.
22514 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22516         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22518 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
22520         * net/browse-url.el (browse-url-firefox-program): Add icecat to
22521         the candidates list.
22523 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
22525         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22527 2011-06-23  Richard Stallman  <rms@gnu.org>
22529         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22530         (rmail-variables): Set next-error-move-function.
22531         (rmail-what-message): Take argument POS.
22532         (rmail-next-error-move): New function.
22534 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22536         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22537         messages for adjacent non-terminals.
22539 2011-06-23  Richard Stallman  <rms@gnu.org>
22541         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22542         (rmail-show-message-1): Preserve buffer modified flag.
22543         (rmail-start-mail): Don't specify use of rmail-mail-return;
22544         that's done by mail-bury now.
22545         (rmail-mail-return): Handle arg NEWBUF.
22547 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
22549         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22550         SIZE is a number.
22552 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
22554         * window.el (get-lru-window, get-mru-window)
22555         (get-largest-window): Never return a minibuffer window.
22556         (display-buffer-pop-up-window): Fix a bug that could lead to
22557         reusing the minibuffer window.
22558         (display-buffer): Pass original specifier argument to
22559         display-buffer-function instead of the normalized one.
22560         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22562 2011-06-22  Leo Liu  <sdl.web@gmail.com>
22564         * minibuffer.el (completing-read-function)
22565         (completing-read-default): Move from minibuf.c.
22567 2011-06-22  Richard Stallman  <rms@gnu.org>
22569         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22570         to Rmail even if not started by a special Rmail command.
22572         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22573         Copy the buffer currently showing just one message.
22575 2011-06-22  Roland Winkler  <winkler@gnu.org>
22577         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22578         (bibtex-clean-entry): First delete the old key so that a
22579         customized algorithm for generating the new key does not get
22580         confused by the old key.
22581         (bibtex-url): Obey regexp of first step.
22582         (bibtex-search-entries): Do not use add-to-list with local
22583         list-var.
22585 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22587         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22588         stored a user name, then query for the password first, instead of
22589         waiting for SMTP to give an error message and the trying again.
22591 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
22593         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22594         BUFFER in call-process.
22596 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22598         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22599         QUIT twice.
22600         (smtpmail-try-auth-methods): Require user name and password from
22601         auth-source.
22603 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
22605         * window.el (display-buffer-default-specifiers)
22606         (display-buffer-alist): Remove entries for pop-up-frame-alist.
22607         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22608         (split-window): Normalize SIDE argument (Bug#8916).
22610         * frame.el (pop-up-frame-alist, pop-up-frame-function)
22611         (special-display-frame-alist, special-display-popup-frame):
22612         Remove duplicate declarations.  These are now in window.el.
22614 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22616         * mail/smtpmail.el (smtpmail-via-smtp):
22617         Set :use-starttls-if-possible so that we always use STARTTLS if the
22618         server supports it.  SMTP servers that support STARTTLS commonly
22619         require it.
22621         * net/network-stream.el (network-stream-open-starttls): Support
22622         upgrading to STARTTLS always, even if we don't have built-in support.
22623         (open-network-stream): Add the :always-query-capabilities keyword.
22625         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22626         upgrades with `open-network-stream', and rely solely on
22627         auth-source for all credentials.  Big changes throughout the file,
22628         but in particular:
22629         (smtpmail-auth-credentials): Remove.
22630         (smtpmail-starttls-credentials): Remove.
22631         (smtpmail-via-smtp): Check for servers saying they want AUTH after
22632         MAIL FROM, too.
22634         * net/network-stream.el (network-stream-open-starttls):
22635         Provide support for client certificates both for external and built-in
22636         STARTTLS.
22637         (auth-source): Require.
22638         (open-network-stream): Document the :client-certificate keyword.
22639         (network-stream-certificate): Change cert-cert to cert and
22640         cert-key to key.
22642 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
22644         * net/tramp-cache.el (top): Don't load the persistency file when
22645         "emacs -Q" has been called.
22647 2011-06-21  Tim Harper  <timcharper@gmail.com>
22649         * term/ns-win.el (ns-initialize-window-system):
22650         Set application-specific `ApplePressAndHoldEnabled' system
22651         resource to NO as it is not yet supported by the NS port.
22653 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
22655         * misc.el (list-dynamic-libraries--refresh): Compute header here...
22656         (list-dynamic-libraries): ...not here.
22658 2011-06-21  Leo Liu  <sdl.web@gmail.com>
22660         * subr.el (sha1): Implement sha1 using secure-hash.
22662 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
22664         * window.el (display-buffer-alist): In default value do not
22665         enforce searching a window on any but the selected frame.
22666         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22667         (display-buffer-select-window): Remove function.
22668         (display-buffer-in-window): When a window on another frame gets
22669         reused, do not select it any more but just raise its frame if
22670         necessary (Bug#8851) and (Bug#8856).
22671         (display-buffer-normalize-options): Handle pop-up-frames related
22672         options more faithfully.
22673         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22674         window if it is on another frame.
22675         (display-buffer-alist, display-buffer-default-specifiers):
22676         Don't make new frame unsplittable by default.
22677         (display-buffer-normalize-argument): Fix doc-string typo and use
22678         'same-frame-other-window instead of 'other-window when associating
22679         with display-buffer-macro-specifiers.
22681 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
22683         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22684         New functions.
22685         (5x5-mode-map, 5x5-mode-menu): Bind them.
22686         (5x5-draw-grid): Tweak the solver's rendering.
22688 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22690         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22691         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22693 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22695         * menu-bar.el: Use function variable instead of switch-to-buffer.
22696         (menu-bar-select-buffer-function): New variable.
22697         (menu-bar-update-buffers): Use it (bug#8876).
22699 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22701         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22702         variable's status.
22704 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22706         * x-dnd.el (x-dnd-version-from-flags)
22707         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22708         and long as number (Bug#8899).
22709         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22711 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22713         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22714         (completion-try-completion, completion-all-completions): Compute the
22715         metadata argument if it's missing; make it optional (bug#8795).
22717         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22718         (widget-complete): Use new :completion-function property.
22719         (widget-completions-at-point): New function.
22720         (default): Use :completion-function instead of :complete.
22721         (widget-default-completions): Rename from widget-default-complete;
22722         Rewrite.
22723         (widget-string-complete, widget-file-complete, widget-color-complete):
22724         Remove functions.
22725         (file, symbol, function, variable, coding-system, color):
22726         * international/mule-cmds.el (default-input-method, charset)
22727         (language-info-custom-alist):
22728         * cus-edit.el (face): Use new property :completions.
22730         * progmodes/pascal.el (pascal-completions-at-point): New function.
22731         (pascal-mode): Use it.
22732         (pascal-mode-map): Use completion-at-point.
22733         (pascal-toggle-completions): Make obsolete.
22734         (pascal-complete-word, pascal-show-completions):
22735         * progmodes/octave-mod.el (octave-complete-symbol):
22736         Redefine as obsolete alias.
22737         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22738         Signal absence of completion info for old Octave,
22739         (inferior-octave-complete): Redefine as obsolete alias.
22740         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22741         (meta-completions-at-point): Rename from meta-complete-symbol and
22742         adapt it for use on completion-at-point-functions.
22743         (meta-common-mode): Use it.
22744         (meta-looking-at-backward, meta-match-buffer): Remove.
22745         (meta-complete-symbol): Redefine as obsolete alias.
22746         (meta-common-mode-map): Use completion-at-point.
22747         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22748         (makefile-mode-map): Use completion-at-point.
22749         (makefile-completions-at-point): Rename from makefile-complete and
22750         adapt it for use on completion-at-point-functions.
22751         (makefile-mode): Use it.
22752         (makefile-complete): Redefine as obsolete alias.
22754 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22756         * net/rcirc.el: Delete trailing whitespaces once and for all.
22758 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22760         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22762 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22764         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22766         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22768 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22770         * window.el (display-buffer-other-window-means-other-frame):
22771         Call display-buffer-normalize-alist.
22772         (display-buffer-normalize-specifiers-1): Rename to
22773         display-buffer-normalize-argument.  New argument other-frame.
22774         Rewrite.
22775         (display-buffer-normalize-specifiers-2): Rename to
22776         display-buffer-normalize-options.
22777         (display-buffer-normalize-alist-1): New function.
22778         (display-buffer-normalize-specifiers-3): Rename to
22779         display-buffer-normalize-alist.
22780         Call display-buffer-normalize-alist-1.
22781         (display-buffer-normalize-options-inhibit): New variable.
22782         (display-buffer-normalize-specifiers): Rewrite calling
22783         display-buffer-normalize-alist,
22784         display-buffer-normalize-argument, and
22785         display-buffer-normalize-options.  Don't call the latter if
22786         display-buffer-normalize-options-inhibit is non-nil.
22787         (frame-auto-delete): New option.
22788         (window-deletable-p): Use frame-auto-delete.
22789         (window-list-no-nils, window-state-ignored-parameters)
22790         (window-state-get-1, window-state-get, window-state-put-list)
22791         (window-state-put-1, window-state-put-2, window-state-put):
22792         New functions.
22793         (display-buffer-normalize-options): Move special-display-p group
22794         after pop-up-frame group (Bug#8851) and (Bug#8856).
22796 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22798         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22799         groups (Bug#8776).
22800         (rx-submatch-n): New function.
22801         (rx): Document it.
22803         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22804         (Bug#8768).
22806         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22808         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22810         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22811         anytime existing face settings are present (Bug#8889).
22813         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22814         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22815         Remove unused argument.
22817 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22819         * window.el (display-buffer-default-specifiers):
22820         Remove pop-up-frame.  Add pop-up-window-min-height,
22821         pop-up-window-min-width, and another reuse-window specifier
22822         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22823         (display-buffer-normalize-specifiers-2):
22824         Handle split-height-threshold and split-width-threshold also when
22825         pop-up-windows is unset.  Add a reuse-window specifier for the
22826         case popping up a new window fails.
22827         (special-display-popup-frame): Remove double quoting.
22828         (display-buffer-normalize-specifiers-1): Fix thinko.
22830 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22832         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22833         according to comint-completion-addsuffix.
22835         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22836         (pcomplete-suffix-list): Mark as obsolete.
22837         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22838         pcomplete-seen in the closure.
22839         (pcomplete-comint-setup): Setup completion-at-point as well.
22840         (pcomplete--entries): New function.
22841         (pcomplete--env-regexp): New var.
22842         (pcomplete-entries): Rewrite to work with partial-completion and
22843         without relying on pcomplete-suffix-list.
22844         (pcomplete-pare-list): Remove, unused.
22846 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22848         * window.el (display-buffer-alist): Set pop-up-window-min-height
22849         and pop-up-window-min-width in default value.  Reported by
22850         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22851         other-window-means-other-frame.
22852         (display-buffer-macro-specifiers): Comment out entry for
22853         other-window specifier.
22854         (display-buffer-other-window-means-other-frame): New function.
22855         (display-buffer-normalize-specifiers-1): New arguments
22856         buffer-name and label.  Treat other-window case specially.
22857         (display-buffer-normalize-specifiers-2): Treat other-window case
22858         specially.
22859         (display-buffer-normalize-specifiers-3): New function.
22860         (display-buffer-normalize-specifiers):
22861         Call display-buffer-normalize-specifiers-3.
22863 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22865         * window.el (same-window-p): Fix two typos introduced when
22866         adding with-no-warnings.
22867         (display-buffer-normalize-specifiers-1): Don't check
22868         pop-up-frames for 'unset initialization.
22869         (display-buffer-normalize-specifiers-2): Major rewrite using
22870         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22871         (pop-up-frames, display-buffer-reuse-frames)
22872         (display-buffer-mark-dedicated): Don't initialize to 'unset.
22873         Suggested by David Engster <deng@randomsample.de>.
22874         (even-window-heights): Initialize to 'unset.
22875         (display-buffer-alist-set): Handle new 'unset initializations.
22876         (display-buffer-macro-specifiers): Don't pop up a new frame in the
22877         other window case.
22879 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
22881         * window.el (display-buffer-normalize-specifiers-1):
22882         Respect current value of pop-up-frames for most reasonable values of
22883         second argument of display-buffer (Bug#8865).
22884         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22885         (switch-to-buffer-other-window-same-frame)
22886         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
22887         Adams (Bug#8875).
22888         (display-buffer): Don't check noninteractive when calling
22889         display-buffer-pop-up-frame.
22890         (display-buffer-pop-up-frame): Never pop up a frame in
22891         noninteractive mode (Bug#8857).
22892         (enlarge-window, shrink-window): Don't report an error when the
22893         window can't be resized as requested (Bug#8862).
22895 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22897         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22899         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22901         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22903 2011-06-15  Alan Mackenzie  <acm@muc.de>
22905         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22906         for declarators, disable knr checking to speed up for normal files.
22907         2: Refactor, replacing a sequence of nested if forms by a cond form.
22909 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22911         * net/network-stream.el (open-network-stream): Add the keyword
22912         :always-query-capabilities for the case where you want to force a
22913         `plain' network connection, but the protocol still requires the
22914         capabilitiy command (i.e., SMTP and EHLO).
22916         * subr.el (process-live-p): Rename from `process-alive-p' for
22917         consistency with other `-live-p' functions.
22919 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22921         * window.el (same-window-buffer-names, same-window-regexps)
22922         (special-display-frame-alist, special-display-popup-frame)
22923         (special-display-function, special-display-buffer-names)
22924         (special-display-regexps, pop-up-frame-alist)
22925         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22926         (pop-up-windows, split-window-preferred-function)
22927         (split-height-threshold, split-width-threshold, even-window-heights)
22928         (display-buffer-mark-dedicated): Don't encourage the use of
22929         display-buffer-alist from Elisp code.
22931 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
22933         * progmodes/python.el (python-mode): Derive from prog-mode.
22934         * progmodes/ps-mode.el (ps-mode):
22935         * progmodes/mixal-mode.el (mixal-mode):
22936         * progmodes/cfengine.el (cfengine-mode):
22937         * progmodes/ld-script.el (ld-script-mode): Likewise.
22939 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
22941         * window.el (display-buffer-alist): Trim default value to avoid
22942         popping up a new frame (Bug#8857) or reusing an arbitrary window
22943         on another frame.
22944         (display-buffer): Do not fall back on popping up a new frame in
22945         batch mode (Bug#8857).
22947 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
22949         * cus-theme.el (describe-theme-1): Use custom-theme-p.
22950         (custom-theme-summary): New function.
22951         (customize-themes): Use it.
22953 2011-06-13  Glenn Morris  <rgm@gnu.org>
22955         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22957 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
22959         * help.el (help-window): Remove variable.
22960         (help-window-point-marker, temp-buffer-max-height)
22961         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22962         (help-print-return-message): Don't set help-window.
22963         (resize-temp-buffer-window): Rewrite cod eand doc-string.
22964         (help-window-setup-finish): Remove.
22965         (help-window-display-message, help-window-setup)
22966         (with-help-window): Major rewrite based on new
22967         display-buffer-window variable.
22969         * help-mode.el (help-mode-finish): Remove help-window related
22970         code.
22972         * view.el (view-exits-all-viewing-windows): Remove reference to
22973         view-return-to-alist in doc-string.
22974         (view-return-to-alist): Make obsolete.
22975         (view-buffer): Call pop-to-buffer-same-window and remove
22976         undo-window code.
22977         (view-buffer-other-window): Call pop-to-buffer-other-window and
22978         simplify code.  Ignore second argument.
22979         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22980         simplify code.  Ignore second argument.
22981         (view-return-to-alist-update): Make obsolete.
22982         (view-mode-enter): Rename second argument to QUIT-RESTORE.
22983         Rewrite using quit-restore window parameters.
22984         (view-mode-exit): Rename second argument to EXIT-ONLY.
22985         Rewrite using quit-restore-window.
22986         (View-exit, View-exit-and-edit, View-leave, View-quit)
22987         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22988         appropriate arguments.
22989         (view-end-message): Use quit-restore window parameter.
22991         * window.el (display-buffer-function): Rewrite doc-string.
22992         (display-buffer-window, display-buffer-alist): New variables.
22993         (display-buffer-split-specifiers)
22994         (display-buffer-side-specifiers)
22995         (display-buffer-macro-specifiers): New constants.
22996         (display-buffer-even-window-sizes, display-buffer-set-height)
22997         (display-buffer-set-width, display-buffer-select-window)
22998         (display-buffer-in-window, display-buffer-reuse-window)
22999         (display-buffer-split-window-1, display-buffer-split-window)
23000         (display-buffer-split-atom-window, display-buffer-pop-up-window)
23001         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23002         (display-buffer-in-side-window, normalize-buffer-to-display)
23003         (display-buffer-normalize-specifiers-1)
23004         (display-buffer-normalize-specifiers-2)
23005         (display-buffer-normalize-specifiers, display-buffer-frame):
23006         New functions.
23007         (display-buffer): Major rewrite.
23008         (display-buffer-other-window, display-buffer-other-frame)
23009         (pop-to-buffer, switch-to-buffer-other-window)
23010         (switch-to-buffer-other-frame): Rewrite.
23011         (display-buffer-same-window, display-buffer-same-frame)
23012         (display-buffer-same-frame-other-window)
23013         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23014         (pop-to-buffer-other-window)
23015         (pop-to-buffer-same-frame-other-window)
23016         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23017         (switch-to-buffer-other-window-same-frame): New functions.
23018         (same-window-p, special-display-p): Rewrite disabling warnings.
23019         Make obsolete.
23020         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23021         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23022         Make obsolete
23023         (same-window-buffer-names, same-window-regexps)
23024         (special-display-frame-alist, special-display-popup-frame)
23025         (special-display-function, special-display-buffer-names)
23026         (special-display-regexps, pop-up-frame-alist)
23027         (pop-up-frame-function, split-window-preferred-function)
23028         (split-height-threshold, split-width-threshold)
23029         (even-window-heights): Make obsolete.
23031 2011-06-12  Glenn Morris  <rgm@gnu.org>
23033         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
23034         Misc simplifications.
23036 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
23038         * window.el (window-safely-shrinkable-p): Restore function which
23039         was inadvertently removed in change from 2011-06-11.  Declare as
23040         obsolete.
23042         * calendar/calendar.el (calendar-generate-window):
23043         Use window-iso-combined-p instead of combination of one-window-p and
23044         window-safely-shrinkable-p.
23046 2011-06-12  Glenn Morris  <rgm@gnu.org>
23048         * progmodes/fortran.el (fortran-mode-syntax-table):
23049         * progmodes/f90.el (f90-mode-syntax-table):
23050         Set % to punctuation.  (Bug#8820)
23051         (f90-find-tag-default): Remove, no longer needed.
23053 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
23055         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23057 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
23059         * image.el (image-animated-p): Return animation delay in seconds.
23060         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23061         (image-animate-timeout): Remove DELAY argument.  Don't assume
23062         every subimage has the same delay; get it from image-animated-p.
23063         (image-animate): Caller changed.
23065 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
23067         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23068         to ignored backtrace functions.
23070 2011-06-11  Glenn Morris  <rgm@gnu.org>
23072         * calendar/appt.el (appt-disp-window-function): Doc fix.
23073         (appt-check): Handle overlapping appointments.  (Bug#8337)
23075 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
23077         * window.el (window-tree-1, window-tree): New functions, moving
23078         the latter to window.el.
23079         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23080         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23081         (bw-refresh-edges): Remove.
23082         (balance-windows-1, balance-windows-2): New functions.
23083         (balance-windows): Rewrite in terms of window tree functions,
23084         balance-windows-1 and balance-windows-2.
23085         (bw-adjust-window): Remove.
23086         (balance-windows-area-adjust): New function with functionality of
23087         bw-adjust-window but using resize-window.
23088         (set-window-text-height): Rewrite doc-string.
23089         Use normalize-live-window and resize-window.
23090         (enlarge-window-horizontally, shrink-window-horizontally):
23091         Rename argument to DELTA.
23092         (window-buffer-height): New function.
23093         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23094         Rewrite using new window resize routines.
23095         (kill-buffer-and-window, mouse-autoselect-window-select):
23096         Use ignore-errors instead of condition-case.
23097         (quit-window): Call delete-frame instead of delete-windows-on
23098         for the only buffer on frame.
23100 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23102         * loadup.el (top-level): Load window before files for the sake
23103         of replace-buffer-in-windows.
23105         * files.el (read-buffer-to-switch)
23106         (switch-to-buffer-other-window)
23107         (switch-to-buffer-other-frame, display-buffer-other-frame):
23108         Move to window.el.
23110         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23111         (previous-buffer): Move to window.el.
23113         * bindings.el (unbury-buffer): Move to window.el.
23115         * window.el (delete-other-windows-vertically): Move after
23116         definition of delete-other-windows.
23117         (other-window, delete-windows-on, replace-buffer-in-windows):
23118         Move here from window.c.
23119         (record-window-buffer, unrecord-window-buffer)
23120         (set-window-buffer-start-and-point, switch-to-prev-buffer)
23121         (switch-to-next-buffer): New functions.
23122         (get-next-valid-buffer, last-buffer, next-buffer): Move here
23123         from simple.el.  Call switch-to-next-buffer.
23124         (previous-buffer): Move here from simple.el.
23125         Call switch-to-prev-buffer.
23126         (bury-buffer): Move here from buffer.c.  Switch to previous
23127         buffer when window cannot be deleted.
23128         (unbury-buffer): Move here from bindings.el.
23129         (ctl-x-map): Move binding for other-window from window.c to
23130         here.
23131         (read-buffer-to-switch, switch-to-buffer-other-window)
23132         (switch-to-buffer-other-frame): Move here from files.el.
23133         (normalize-buffer-to-switch-to): New functions.
23134         (switch-to-buffer): Move here from buffer.c.
23135         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23137 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23139         * window.el (window-min-height, window-min-width): Move here
23140         from window.c.  Add defcustoms and rewrite doc-strings.
23141         (resize-mini-window, resize-window): New functions.
23142         (adjust-window-trailing-edge, enlarge-window, shrink-window):
23143         Move here from window.c.
23144         (maximize-window, minimize-window): New functions.
23145         (delete-window, delete-other-windows, split-window): Move here
23146         from window.c.
23147         (window-split-min-size): New function.
23148         (split-window-keep-point): Mention split-window-above-each-other
23149         instead of split-window-vertically.
23150         (split-window-above-each-other, split-window-vertically):
23151         Rename split-window-vertically to split-window-above-each-other
23152         and provide defalias for old definition.
23153         (split-window-side-by-side, split-window-horizontally):
23154         Rename split-window-horizontally to split-window-side-by-side
23155         and provide defalias for the old definition.
23156         (ctl-x-map): Move bindings for delete-window,
23157         delete-other-windows and enlarge-window here from window.c.
23158         Replace bindings for split-window-vertically and
23159         split-window-horizontally by bindings for
23160         split-window-above-each-other and split-window-side-by-side.
23162         * cus-start.el (all): Remove entries for window-min-height and
23163         window-min-width.  Add entries for window-splits and
23164         window-nest.
23166 2011-06-09  Glenn Morris  <rgm@gnu.org>
23168         * calendar/appt.el (appt-mode-line): New function.
23169         (appt-check, appt-disp-window): Use it.
23171         * files.el (hack-one-local-variable-eval-safep):
23172         Allow minor-modes with explicit +/-1 arguments.
23174 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
23176         * term/xterm.el (xterm): Add defgroup.
23177         (xterm-extra-capabilities): Add defcustom to supply known xterm
23178         capabilities, skip querying them, or query them (default).
23179         (terminal-init-xterm): Use it.
23180         (terminal-init-xterm-modify-other-keys): New function to set up
23181         modifyOtherKeys support to simplify `terminal-init-xterm'.
23183 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
23185         * window.el (resize-window-reset, resize-window-reset-1)
23186         (resize-subwindows-skip-p, resize-subwindows-normal)
23187         (resize-subwindows, resize-other-windows, resize-this-window)
23188         (resize-root-window, resize-root-window-vertically)
23189         (window-deletable-p, window-or-subwindow-p)
23190         (frame-root-window-p): New functions.
23192 2011-06-09  Glenn Morris  <rgm@gnu.org>
23194         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23195         (ange-ftp-get-files): Use it.
23197 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
23199         * mail/sendmail.el (mail-recover-1, mail-recover):
23200         * files.el (recover-file, recover-session):
23201         Handle dired-listing-switches not being just a single short option.
23203 2011-06-09  Glenn Morris  <rgm@gnu.org>
23205         * calendar/appt.el (appt-display-message, appt-disp-window):
23206         Handle lists of appointments.
23208 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23210         * window.el (one-window-p): Move down in code.
23211         Rewrite doc-string.
23212         (window-current-scroll-bars): Rewrite doc-string.
23213         Normalize live window argument.
23214         (walk-windows, get-window-with-predicate, count-windows):
23215         Rewrite doc-string.  Use window-list-1.
23216         (window-in-direction-2, window-in-direction, get-mru-window):
23217         New functions.
23219 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
23221         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23222         Doc fix (Bug#8713).
23224 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
23226         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23228 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
23230         * loadhist.el (unload-feature-special-hooks):
23231         Add `comint-output-filter-functions'.
23233 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
23235         * calendar/appt.el (appt-check): Move some initializations into the let.
23237 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23239         * window.el (window-height): Defalias to window-total-height.
23240         (window-width): Defalias to window-body-width.
23242 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
23244         * image-mode.el (image-toggle-animation): New command.
23245         (image-mode-map): Bind it to RET.
23246         (image-mode): Update message.
23247         (image-toggle-display-image): Avoid a spurious cache flush.
23248         (image-transform-rotation): Doc fix.
23249         (image-transform-properties): Return quickly in the normal case.
23250         (image-animate-loop): Rename from image-animate-max-time.
23252         * image.el (image-animate-max-time): Move to image-mode.el.
23253         (create-animated-image): Remove unnecessary function.
23254         (image-animate): Rename from image-animate-start.  New arg.
23255         (image-animate-stop): Remove; just use image-animate-timer.
23256         (image-animate-timer): Use car-safe.
23257         (image-animate-timeout): Rename argument.
23259 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
23261         * window.el (get-lru-window, get-largest-window): Move here from
23262         window.c.  Rename first argument to ALL-FRAMES.
23263         Rephrase doc-strings.
23264         (get-buffer-window-list): Rewrite using window-list-1.
23265         Rephrase doc-string.
23266         (window-safe-min-height, window-safe-min-width): New constants.
23267         (window-size-ignore, window-min-size, window-min-size-1)
23268         (window-sizable, window-sizable-p, window-size-fixed-1)
23269         (window-size-fixed-p, window-min-delta-1, window-min-delta)
23270         (window-max-delta-1, window-max-delta, window-resizable)
23271         (window-resizable-p, window-total-height, window-total-width)
23272         (window-body-width): New functions.
23273         (window-full-height-p, window-full-width-p): Rewrite using
23274         window-total-size.
23275         (window-body-height): Rewrite using window-body-size.
23277 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
23279         * window.el (window-right, window-left, window-child)
23280         (window-child-count, window-last-child, window-any-p)
23281         (normalize-live-buffer, normalize-live-frame)
23282         (normalize-any-window, normalize-live-window)
23283         (window-iso-combination-p, window-iso-combined-p)
23284         (window-iso-combinations)
23285         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23286         (windows-with-parameter, window-with-parameter)
23287         (window-atom-root, make-window-atom, window-atom-check-1)
23288         (window-atom-check, window-side-check, window-check):
23289         New functions.
23290         (ignore-window-parameters, window-sides, window-sides-vertical)
23291         (window-sides-slots): New variables.
23292         (window-size-fixed): Move down in code.  Minor doc-string fix.
23294 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
23296         * comint.el (comint-dynamic-complete-as-filename)
23297         (comint-dynamic-complete-filename): Correctly call
23298         completion-in-region.
23300 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23302         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23303         in last change.
23305 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23307         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23308         (rcirc): Use it to prompt for encryption.
23310 2011-06-05  Roland Winkler  <winkler@gnu.org>
23312         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23313         (bibtex-search-entries): New command bound to C-c C-a.
23314         (bibtex-display-entries): New function.
23316 2011-06-05  Roland Winkler  <winkler@gnu.org>
23318         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23319         (bibtex-insert-kill): After yanking insert newline if necessary.
23320         (bibtex-initialize): Call bibtex-string-files-init only once.
23321         (bibtex-mode): Do not call easy-menu-add.
23322         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23323         (bibtex-yank): Set arg properly if nil.
23325 2011-06-05  Roland Winkler  <winkler@gnu.org>
23327         * textmodes/bibtex.el (bibtex-search-entry-globally):
23328         New variable.
23329         (bibtex-search-entry): Use it.
23331 2011-06-05  Roland Winkler  <winkler@gnu.org>
23333         * textmodes/bibtex.el (bibtex-entry-format): New option
23334         sort-fields.
23335         (bibtex-format-entry, bibtex-reformat): Honor this option.
23336         (bibtex-parse-entry): Return fields in proper order.
23338 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
23340         * doc-view.el (doc-view-remove-if): Move computation of result out
23341         of `dolist' to silence misleading lexical-binding warning.
23343 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
23345         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23346         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23348 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23350         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23351         "SunOS 5.10".
23353 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23355         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23356         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23357         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23358         (tramp-parse-putty):
23359         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23360         (tramp-completion-function-alist-ssh)
23361         (tramp-completion-function-alist-telnet)
23362         (tramp-completion-function-alist-su)
23363         (tramp-completion-function-alist-putty): Set `tramp-autoload'
23364         cookie.
23366         * net/tramp-ftp.el:
23367         * net/tramp-sh.el:
23368         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23369         load "tramp.el" `tramp-set-completion-function'.
23371 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23373         * shell.el: Require and use pcomplete.
23374         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23375         (shell-completion-vars): Set pcomplete-default-completion-function.
23377 2011-06-04  Deniz Dogan  <deniz@dogan.se>
23379         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23380         `memq' (Bug#8799).
23382 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23384         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23386 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
23388         * bs.el (bs--mark-unmark, bs--nth-wrapper):
23389         * mpc.el (mpc-select-extend, mpc-songpointer-context):
23390         * vc/log-view.el (log-view-beginning-of-defun):
23391         * vc/smerge-mode.el (smerge-apply-resolution-patch)
23392         (smerge-refine-forward, smerge-refine-chopup-region):
23393         Silence warning for unused `dotimes' counter variables.
23395 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23397         * net/tramp.el (tramp-with-progress-reporter): Rename from
23398         with-progress-reporter.  Use `declare'.
23399         * net/tramp-smb.el:
23400         * net/tramp-sh.el:
23401         * net/tramp-gvfs.el: Update all uses.
23403 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
23405         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23406         buffer isn't killed before making it current.
23408 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23410         Silence various byte-compiler warnings.
23411         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23412         `access-type' and new obsolescence format.
23413         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23414         new format.
23415         (byte-compile-check-variable): New `access-type' argument.
23416         Only warn if the access-type is obsolete.
23417         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23418         (byte-compile-variable-set): Adjust callers.
23419         * help-fns.el (describe-variable): Adjust to new obsolescence format.
23420         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23421         setting it as obsolete.
23422         * simple.el (minibuffer-completing-symbol):
23423         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23424         access as obsolete.
23425         * minibuffer.el (minibuffer-completing-file-name): Don't make it
23426         obsolete yet.
23427         * international/quail.el (quail-mouse-choose-completion): Remove unused
23428         code referring to obsolete var.
23429         (quail-choose-completion-string): Remove.
23430         * server.el (server-clients-with, server-kill-buffer-query-function)
23431         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23432         * proced.el (proced-send-signal):
23433         * emacs-lisp/lisp.el (lisp-complete-symbol):
23434         Replace completion-annotate-function with completion-extra-properties.
23436 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23438         * simple.el (goto-line): Use read-number.
23439         (overriding-map-is-bound): Remove.
23440         (saved-overriding-map): Change default.
23441         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23442         Take the map as argument.
23443         (universal-argument, negative-argument, digit-argument): Use it.
23444         (restore-overriding-map): Adjust.
23445         (do-auto-fill): Use fill-forward-paragraph.
23446         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23448         * minibuffer.el (minibuffer-inactive-mode-map): New var.
23449         (minibuffer-inactive-mode): New major mode.
23450         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23451         the *Messages* buffer" hack.
23452         (mouse-popup-menubar): Don't burp if the event is a normal key.
23454         Miscellaneous tweaks.
23455         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23456         lexical scoping as in subr.el's dolist and dotimes.
23457         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23458         Silence compiler warning.
23459         * thingatpt.el (forward-whitespace): Trivial coding style fix.
23460         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23461         * international/ccl.el (ccl-compile): Trivial simplification.
23462         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23463         * emacs-lisp/testcover.el (testcover-end): Remove spurious
23464         `printflag' argument.
23465         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23466         Purecopy the whole obsolescence data.
23468 2011-06-01  Leo Liu  <sdl.web@gmail.com>
23470         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23471         improve doc-string as suggested by Marco Pessotto
23472         <melmothx@gmail.com>.
23473         (rcirc-print): Fix last change.
23475 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23477         * minibuffer.el (complete-with-action): Return nil for the metadata and
23478         boundaries of non-functional tables.
23479         (completion-table-dynamic): Return nil for the metadata.
23480         (completion-table-with-terminator): Add default case, using
23481         complete-with-action.
23482         (completion--metadata): New function.
23483         (completion-all-sorted-completions, minibuffer-completion-help): Use it
23484         to try and avoid pathological performance problems.
23485         (completion--embedded-envvar-table): Return `category' metadata.
23487 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23489         * subr.el (process-alive-p): New tiny convenience function.
23491 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23493         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23494         content but also its previous major mode.
23496 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
23498         * emacs-lisp/debug.el (debug): Restore the previous content of the
23499         *Backtrace* buffer when we exit with C-M-c.
23501 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23503         * minibuffer.el: Add metadata method to completion tables.
23504         (completion-category-overrides): New defcustom.
23505         (completion-metadata, completion--field-metadata)
23506         (completion-metadata-get, completion--styles)
23507         (completion--cycle-threshold): New functions.
23508         (completion-try-completion, completion-all-completions):
23509         Add `metadata' argument to choose completion-styles.
23510         (completion--do-completion): Use metadata to choose cycling.
23511         (completion-all-sorted-completions): Use metadata for sorting.
23512         Remove :completion-cycle-penalty which is not needed any more.
23513         (completion--try-word-completion): Add `metadata' argument.
23514         (minibuffer-completion-help): Check metadata for annotation function
23515         and sorting.
23516         (completion-file-name-table): Return `category' metadata.
23517         (minibuffer-completing-file-name): Make obsolete.
23518         * simple.el (minibuffer-completing-symbol): Make obsolete.
23519         * icomplete.el (icomplete-completions): Pass new `metadata' param to
23520         completion-try-completion.
23522 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23524         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23526 2011-05-30  Leo Liu  <sdl.web@gmail.com>
23528         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23529         (rcirc-print): Decode all incoming messages (bug#8744).
23530         (rcirc-decode-coding-system): Allow value nil for automatic coding
23531         system detection.
23533 2011-06-01  Glenn Morris  <rgm@gnu.org>
23535         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23537 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23539         * image.el (image-animate-max-time): Allow nil and t values.
23540         Default to nil.
23541         (create-animated-image): Doc fix.
23542         (image-animate-start): Remove second arg; just use
23543         image-animate-max-time.
23544         (image-animate-timeout): Doc fix.  Args changed.
23546         * image-mode.el (image-toggle-display-image): Ensure that the
23547         image spec passed to the animate timer is the same object as in
23548         the buffer's display property (Bug#6981).
23549         (image-transform-properties): Doc fix.
23551         * image.el (image-animate-max-time): Default to nil.
23553 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
23555         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23556         entire buffer list (Bug#8184).
23558 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23560         * image.el (imagemagick-types-inhibit)
23561         (imagemagick-register-types): Doc fix.
23563 2011-05-29  Deniz Dogan  <deniz@dogan.se>
23565         * net/rcirc.el (rcirc): Use the user's stored encryption method by
23566         default.
23568 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23570         * select.el: Don't perform clipboard-manager saving in hooks;
23571         leave the hooks empty.
23573 2011-05-28  Leo Liu  <sdl.web@gmail.com>
23575         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23576         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
23577         (occur-edit-mode): New major mode (Bug#8463).
23578         (occur-after-change-function): New function.
23579         (occur-engine): Give Occur tags a read-only property.
23581 2011-05-28  Kevin Ryde  <user42@zip.com.au>
23583         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23585 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23587         * bindings.el (help-echo): Make the initial non-indicator dash
23588         empty on graphical terminals (Bug#7295).
23590         * files.el (auto-mode-alist): Move config rule after the
23591         in-stripping one (Bug#8547).
23593         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23595         * startup.el (normal-splash-screen): Remove gratuitous mode-line
23596         setting (Bug#8740).
23598 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
23600         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23601         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23602         (Bug#8539).
23604 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23606         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23608 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
23610         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23611         (hs-hide-block-at-point, hs-find-block-beginning)
23612         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23613         (Bug#8279).
23615 2011-05-28  Glenn Morris  <rgm@gnu.org>
23617         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
23619 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23621         * help-fns.el (describe-function-1): If the function is a derived
23622         major mode, print the parent mode.
23624         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23625         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23627 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23629         * minibuffer.el (completion--capf-wrapper): Check applicability before
23630         returning non-nil for non-exclusive completion data.
23631         * progmodes/etags.el (tags-completion-at-point-function):
23632         * info-look.el (info-lookup-completions-at-point): Mark as
23633         non-exclusive.
23634         (info-complete): Adjust accordingly.
23636         * info-look.el: Convert to lexical-binding and completion-at-point.
23637         (info-lookup-completions-at-point): New function.
23638         (info-complete): Use it and completion-in-region.
23640 2011-05-28  Drew Adams  <drew.adams@oracle.com>
23642         * isearch.el: Let M-e start with point at the first mismatched char.
23643         (isearch-fail-pos): New function.
23644         (isearch-edit-string): Use it.
23646 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23648         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23650 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
23652         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
23653         traversal functions for avl-trees.
23654         (avl-tree--stack): New struct.
23655         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23656         (avl-tree-enter): Add optional `updatefun' arg.
23657         (avl-tree--do-enter): Add optional `updatefun' arg.
23658         Change return value.
23659         (avl-tree-delete): Add optional `test' and `nilflag' args.
23660         (avl-tree--do-delete): Add `test' and `nilflag' args.
23661         Change return value.
23662         (avl-tree-member): Add optional `nilflag'
23663         (avl-tree-member-p): New function.
23664         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23665         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23666         (avl-tree-stack-empty-p): New functions.
23668         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23669         avl-tree--del-balance1 and make it work both ways.
23670         (avl-tree--del-balance2): Remove.
23671         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23672         make it work both ways.
23673         (avl-tree--enter-balance2): Remove.
23674         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23675         New macros.
23676         (avl-tree--mapc, avl-tree-map): Add direction argument.
23678 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23680         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23682 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23684         * select.el: Support clipboard managers with built-in function
23685         x-clipboard-manager-save, via delete-frame-functions and
23686         kill-emacs-hook.
23687         (xselect-convert-to-targets): Add MULTIPLE target to list.
23688         (xselect-convert-to-save-targets): New function.
23690 2011-05-27  Kenichi Handa  <handa@m17n.org>
23692         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23693         let-binding rfc2047-encode-encoded-words to nil.
23695 2011-05-27  Glenn Morris  <rgm@gnu.org>
23697         * mail/emacsbug.el: Don't require url-util.
23699         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23701         * files.el (set-auto-mode):
23702         Also respect mode: entries at the end of the file.  (Bug#8586)
23704 2011-05-26  Glenn Morris  <rgm@gnu.org>
23706         * files.el (hack-local-variables-prop-line, hack-local-variables):
23707         Downcase mode names, as seems to be traditional.
23708         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23710         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23711         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23713 2011-05-25  Julien Danjou  <julien@danjou.info>
23715         * textmodes/rst.el (rst-define-level-faces): Do not define face
23716         symbol if it is already defined.
23718 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23720         * play/5x5.el (5x5-new-game, 5x5-randomize):
23721         Reset 5x5-solver-output to nil when a new grid is cast.
23722         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23723         these debugging traces, as defmacro breaks the compiled code.
23725 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23727         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23729 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23731         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23732         (vc-bzr-sha1): Adapt.
23734         * sha1.el: Remove.  Function `sha1' is now builtin.
23736         * bindings.el: Provide sha1 feature.
23738 2011-05-24  Kenichi Handa  <handa@m17n.org>
23740         * mail/sendmail.el: Require `rfc2047'.
23741         (mail-insert-from-field): Do not perform RFC2047 encoding.
23742         (mail-encode-header): New function.
23743         (sendmail-send-it): Set buffer-file-coding-system of the work
23744         buffer to the return value of select-message-coding-system.
23745         Call mail-encode-header.
23747         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23749 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23751         * mail/supercite.el (sc-default-cite-frame):
23752         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23754 2011-05-24  Glenn Morris  <rgm@gnu.org>
23756         * progmodes/python.el (brm-menu): Declare.
23758         * emulation/viper.el (viper-set-hooks): Declare.
23760         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23761         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23762         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23763         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23764         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23765         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23767 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23769         Add an :exit-function for completion-at-point.
23771         * minibuffer.el (completion--done): New fun.
23772         (completion--do-completion): Use it.  New arg `expect-exact'.
23773         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23774         since completion--do-completion does it for us now.
23775         (minibuffer-force-complete): Use completion--done and
23776         completion--replace.  Handle sole-completion case with more care.
23777         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23778         (completion-extra-properties): New var.
23779         (completion-annotate-function): Make obsolete.
23780         (minibuffer-completion-help): Adjust accordingly.
23781         Use completion-list-insert-choice-function.
23782         (completion-at-point, completion-help-at-point):
23783         Bind completion-extra-properties.
23784         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23785         * simple.el (completion-list-insert-choice-function): New var.
23786         (completion-setup-function): Preserve it.
23787         (choose-completion): Pay attention to it, shuffle the code a bit.
23788         (choose-completion-string): New arg `insert-function'.
23790         * textmodes/bibtex.el: Convert to lexical binding.
23791         (bibtex-mode-map): Use completion-at-point.
23792         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23793         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23794         (bibtex-complete): Define as obsolete alias.
23795         (bibtex-complete-internal): Remove.
23796         (bibtex-format-entry): Remove unused sub-group in regexp.
23797         * shell.el (shell--command-completion-data)
23798         (shell-environment-variable-completion):
23799         * pcomplete.el (pcomplete-completions-at-point):
23800         * comint.el (comint--complete-file-name-data): Use :exit-function
23801         instead of completion-table-with-terminator so it also works for
23802         choose-completion.
23804 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23806         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23808         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23809         (bug#8710).
23811         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23813 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23815         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23816         customization variable and implement: If non-nil, auto-fill will
23817         be inhibited while on topic's header line.
23819 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23821         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23822         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23823         always have a solution in grid size = 5 cases.
23824         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23825         (5x5-solver-output, 5x5-log-buffer): New vars.
23826         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23827         Make these variables buffer local to achieve 5x5 multi-session-ness.
23828         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23829         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23830         (5x5-solve-suggest): New funs.
23831         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23832         randomize a grid so that we ensure that there is always a solution.
23833         (5x5-make-random-grid): Allow other movement than flipping.
23835 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23837         * emacs-lisp/advice.el (ad-read-advised-function):
23838         Use `function-called-at-point' as the default, if it has
23839         advice and passes PREDICATE.
23841 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23843         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23844         byte-compile-lambda if it's actually a lambda.
23846         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23847         Fix function quoting.  Use backquote better.
23849 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23851         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23852         matching (Bug#8516).
23854 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23856         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23857         different face (Bug#8178).
23859 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23861         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23862         defface (Bug#8144).
23864 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23866         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23867         funcall as well (bug#8712).  Warn when performing those conversions.
23868         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23870         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23872 2011-05-22  Glenn Morris  <rgm@gnu.org>
23874         * files.el (hack-local-variables-prop-line): Small simplifications.
23875         (hack-local-variables, hack-local-variables-prop-line):
23876         If MODE-ONLY, return the mode, rather than just `t'.
23878 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23880         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23882 2011-05-21  Glenn Morris  <rgm@gnu.org>
23884         * files.el (hack-local-variables-prop-line, hack-local-variables):
23885         If only interested in the mode, don't bother doing the other stuff.
23887         * image-mode.el (image-after-revert-hook):
23888         Redraw all frames on which the image is visible.  (Bug#8567)
23890         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
23892         * wid-edit.el (widget-checklist-match-inline):
23893         Fix 2011-04-19 change.  (Bug#8649)
23895 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23897         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23898         Also allow singlespace after single-letter capitals followed by a dot.
23900         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23901         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23903 2011-05-20  Nix  <nix@esperi.org.uk>
23905         * files.el (basic-save-buffer-2):
23906         Fix handling of break-hardlink-on-save with non-existent files.
23908 2011-05-19  Deniz Dogan  <deniz@dogan.se>
23910         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23911         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23913 2011-05-19  Glenn Morris  <rgm@gnu.org>
23915         * progmodes/f90.el (f90-type-def-re):
23916         Handle "type, bind(c)".  (Bug#8691)
23918         * emacs-lisp/autoload.el (batch-update-autoloads):
23919         Set autoload-excludes by parsing loadup.el rather than Makefiles.
23921 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
23923         * net/tramp.el (tramp-process-actions): Set "first-password-request"
23924         property for the correct connection in case of multihops.
23926 2011-05-18  Glenn Morris  <rgm@gnu.org>
23928         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23929         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23931         Rationalize calendar handling of day and month abbrev-arrays.
23932         * calendar/calendar.el (calendar-customized-p): New function.
23933         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23934         (calendar-day-name-array, calendar-month-name-array): Doc fix.
23935         Add :set function.
23936         (calendar-abbrev-length, calendar-day-abbrev-array)
23937         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23938         (calendar-day-abbrev-array, calendar-month-abbrev-array):
23939         Elements may no longer be nil.
23940         (calendar-day-name, calendar-month-name):
23941         Update for changed nature of abbrev arrays.
23942         * calendar/diary-lib.el (diary-name-pattern):
23943         Update for changed nature of abbrev arrays.
23944         (diary-mark-entries-1): Update calendar-make-alist calls.
23945         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23946         * calendar/cal-html.el (cal-html-day-abbrev-array):
23947         Simply inherit from calendar-day-abbrev-array.
23949 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23951         * progmodes/grep.el (grep-mode): Disable default
23952         compilation-directory-matcher setting (bug#8684).
23954 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
23956         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23957         instead of "head" and "tail".  There were problems with SunOS 5.9,
23958         and it performs better.
23960 2011-05-17  Glenn Morris  <rgm@gnu.org>
23962         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23964         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23965         Replace obsolete function.
23967         * shell.el (pcomplete-parse-arguments-function): Declare.
23969         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23970         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23971         (appt-check): Doc fixes.
23972         (appt-disp-window-function, appt-delete-window-function):
23973         Remove needless special case in custom :type.
23974         (appt-display-count): Default to 0, not nil.
23975         (appt-check): Reset appt-display-count to 0, not nil.
23977 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
23979         * progmodes/python.el (python-font-lock-keywords):
23980         Add the Python 3.X keyword "nonlocal" (bug#8639).
23982 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23984         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23986 2011-05-16  Kevin Ryde  <user42@zip.com.au>
23988         * info-look.el (makefile-automake-mode): New setups, looking in
23989         automake manual, then makefile-mode.
23990         (makefile-mode): Remove automake manual, have it just in
23991         makefile-automake-mode since there's various things different or
23992         not relevant to plain make.
23993         (makefile-mode): Remove "other-modes" non-existent automake-mode,
23994         believe a hypothetical automake-mode would go to makefile-mode,
23995         not the other way around.
23997 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23999         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24000         hunk-end tags (Bug#8672).
24002         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24003         vc-annotate-show-diff-revision-at-line (Bug#8671).
24005 2011-05-14  Glenn Morris  <rgm@gnu.org>
24007         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24008         in the middle of an existing one with multiple authors.  (Bug#8645)
24009         (change-log-font-lock-keywords): Also handle multiple author lines
24010         with leading tabs.  (Bug#8644)
24012         * calendar/appt.el (appt-check): Rename some local variables.
24013         Some simplification/reordering.
24015         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24016         (feedmail-sendmail-f-doesnt-sell-me-out)
24017         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24018         (feedmail-debug-sit-for, feedmail-queue-express-hook)
24019         (feedmail-queue-runner-message-sender): Set :version.
24020         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24021         (bbdb-dwim-net-address, vm-mail): Declare.
24022         (feedmail-binmail-gnulinuxish-template):
24023         Rename from feedmail-binmail-linuxish-template.
24024         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24025         Use insert-buffer-substring.
24027 2011-05-14  Bill Carpenter  <bill@carpenter.org>
24029         * mail/feedmail.el (feedmail-patch-level): Increase.
24030         (feedmail-debug): New custom group.
24031         (feedmail-confirm-outgoing-timeout)
24032         (feedmail-sendmail-f-doesnt-sell-me-out)
24033         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24034         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24035         (feedmail-sender-line, feedmail-from-line)
24036         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24037         (feedmail-spray-this-address)
24038         (feedmail-spray-address-fiddle-plex-list)
24039         (feedmail-queue-use-send-time-for-date)
24040         (feedmail-queue-use-send-time-for-message-id)
24041         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24042         (feedmail-buffer-eating-function):
24043         Doc fixes.
24044         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24045         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24046         (feedmail-message-action-scroll-down): New functions.
24047         (feedmail-queue-directory, feedmail-queue-draft-directory):
24048         Use expand-file-name.
24049         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24050         Remove C-v help entry.
24051         (feedmail-queue-buffer-file-name): New variable.
24052         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24053         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24054         (feedmail-message-action-send-strong, feedmail-message-action-edit)
24055         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24056         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24057         (feedmail-message-action-toggle-spray)
24058         (feedmail-run-the-queue-no-prompts)
24059         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24060         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24061         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24062         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24063         (feedmail-envelope-deducer, feedmail-fiddle-from)
24064         (feedmail-fiddle-sender, feedmail-default-date-generator)
24065         (feedmail-fiddle-date, feedmail-fiddle-message-id)
24066         (feedmail-fiddle-spray-address)
24067         (feedmail-fiddle-list-of-spray-fiddle-plexes)
24068         (feedmail-fiddle-list-of-fiddle-plexes)
24069         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24070         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24071         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24072         Change default.  Doc fix.
24073         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24074         (feedmail-binmail-linuxish-template): New constant.
24075         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
24076         Respect feedmail-sendmail-f-doesnt-sell-me-out.
24077         (feedmail-send-it): Add debug call.
24078         Use feedmail-queue-buffer-file-name, and
24079         feedmail-send-it-immediately-wrapper.
24080         (feedmail-message-action-send): Add debug call.
24081         Use feedmail-send-it-immediately-wrapper.
24082         (feedmail-queue-express-to-queue): Add debug call.
24083         Run feedmail-queue-express-hook.
24084         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
24085         (feedmail-message-action-help-blat):
24086         Rename from feedmail-queue-send-edit-prompt-help-first.
24087         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
24088         Check line-endings.  Handle errors better.
24089         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24090         Doc fix.  Add debug call.
24091         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
24092         Use feedmail-queue-send-edit-prompt-inner.
24093         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24094         (feedmail-queue-send-edit-prompt-inner): New function, extracted
24095         from feedmail-queue-send-edit-prompt.
24096         (feedmail-queue-send-edit-prompt-help)
24097         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24098         (feedmail-tidy-up-slug): Add debug call.
24099         Respect feedmail-queue-slug-suspect-regexp.
24100         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24101         (feedmail-dump-message-to-queue): Add debug call.
24102         Expand queue-directory.
24103         (feedmail-dump-message-to-queue): Change message slightly.
24104         Use feedmail-say-chatter.
24105         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
24106         (feedmail-send-it-immediately-wrapper): New function.
24107         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
24108         Insert empty string rather than newline.  Handle full-frame case.
24109         Use catch/throw.  Use feedmail-say-chatter.
24110         (feedmail-fiddle-from): Try mail-host-address.
24111         (feedmail-default-message-id-generator): Doc fix.
24112         Bind system-time-locale.  Handle missing end.
24113         (feedmail-fiddle-x-mailer): Add debug call.
24114         Handle feedmail-x-mailer-line being nil.
24115         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24116         Add debug call.  Use buffer-substring-no-properties.
24117         (feedmail-say-debug, feedmail-say-chatter): New functions.
24118         (feedmail-find-eoh): Give an explicit error.
24120 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
24122         * net/newst-treeview.el (newsticker-treeview-face): Change default
24123         family from helvetica to sans.
24124         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24125         etc/images/newsticker.
24127         * net/newst-reader.el (newsticker-feed-face): Change default
24128         family from helvetica to sans.
24130         * net/newst-plainview.el (newsticker-new-item-face)
24131         (newsticker-old-item-face, newsticker-immortal-item-face)
24132         (newsticker-obsolete-item-face, newsticker-date-face)
24133         (newsticker-statistics-face): Change default family from
24134         helvetica to sans.
24135         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24136         etc/images/newsticker.
24138         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24139         (newsticker--process-auto-mark-filter-match): Tell user about
24140         auto-marking.
24142 2011-05-13  Didier Verna  <didier@xemacs.org>
24144         Common Lisp indentation improvements on defmethod and lambda-lists.
24145         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24146         TODO entries.
24147         (lisp-lambda-list-keyword-parameter-indentation)
24148         (lisp-lambda-list-keyword-parameter-alignment)
24149         (lisp-lambda-list-keyword-alignment): New customizable user options.
24150         (lisp-indent-defun-method): Improve docstring.
24151         (extended-loop-p): Fix comment.
24152         (lisp-indent-lambda-list-keywords-regexp): New variable.
24153         (lisp-indent-lambda-list): New function.
24154         (lisp-indent-259): Use it.
24155         (lisp-indent-defmethod): Support for more than one
24156         method qualifier and properly indent methods lambda-lists.
24157         (defgeneric): Provide a missing common-lisp-indent-function property.
24159 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24161         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24162         bounds for the empty string (bug#8667).
24164 2011-05-13  Glenn Morris  <rgm@gnu.org>
24166         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24168         * mail/sendmail.el (sendmail-program): Try executable-find first.
24169         (sendmail-send-it): `sendmail-program' cannot be unbound.
24171         * calendar/appt.el (appt-make-list): Simplify.
24172         (appt-time-msg-list): Doc fix.
24173         (appt-check): Change mode-line message at the time of the appointment.
24175 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24177         * progmodes/ld-script.el (ld-script-keywords)
24178         (ld-script-builtins): Update keywords list.
24180 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24182         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24184         * shell.el (shell-completion-vars): New function.
24185         (shell-mode):
24186         * simple.el (read-shell-command): Use it.
24187         (blink-matching-open): No need for " [...]" in minibuffer-message.
24189 2011-05-12  Glenn Morris  <rgm@gnu.org>
24191         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24192         (appt-check): Simplify.
24194 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
24196         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24197         literal "/dev/null".
24199 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24201         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24202         Fix typo.
24204 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
24206         * progmodes/which-func.el (which-function):
24207         Use add-log-current-defun instead of add-log-current-defun-function,
24208         which might not be defined (Bug#8260).
24210 2011-05-12  Glenn Morris  <rgm@gnu.org>
24212         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24213         Let byte-compile-initial-macro-environment always take precedence.
24215 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24217         * net/rcirc.el: Add support for SSL/TLS connections.
24218         (rcirc-server-alist): New field `encryption'.
24219         (rcirc): Check `encryption' settings.
24220         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
24221         Merge make-local-variable into `set'.
24222         (rcirc--connection-open-p): New function.
24223         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24224         the process is not a network process (e.g. running gnutls-cli).
24225         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24226         Make rcirc-(en|de)code-coding-system local here.
24227         (rcirc-mode): Merge make-local-variable into `set'.
24228         (rcirc-parent-buffer): Make permanent buffer-local.
24229         (rcirc-multiline-minor-mode): Don't do it here.
24230         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24231         there's no server buffer.
24233 2011-05-11  Glenn Morris  <rgm@gnu.org>
24235         * newcomment.el (comment-kill): Prefix "unused" local.
24237         * term/w32console.el (get-screen-color): Declare.
24239         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24240         Handle symbol elements of byte-compile-initial-macro-environment.
24242 2011-05-10  Leo Liu  <sdl.web@gmail.com>
24244         * bookmark.el (bookmark-bmenu-mode-map):
24245         Bind bookmark-bmenu-search to `/'.
24247         * mail/footnote.el: Convert to utf-8 encoding.
24248         (footnote-unicode-string, footnote-unicode-regexp): New variable.
24249         (Footnote-unicode): New function.
24250         (footnote-style-alist): Add unicode style to the list.
24251         (footnote-style): Doc fix.
24253 2011-05-10  Jim Meyering  <meyering@redhat.com>
24255         Fix doubled-word typos.
24256         * international/quail.el (quail-insert-kbd-layout): and and -> and
24257         * kermit.el: and and -> and
24258         * net/ldap.el (ldap-search-internal): to to -> to
24259         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24260         * progmodes/js.el (js-mode): and and -> and
24261         * textmodes/artist.el (artist-move-to-xy): at at -> at
24262         (artist-draw-region-trim-line-endings): if if -> if
24263         And Safetyc -> Safety.
24264         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24266 2011-05-10  Glenn Morris  <rgm@gnu.org>
24267             Stefan Monnier  <monnier@iro.umontreal.ca>
24269         * files.el (hack-one-local-variable-eval-safep):
24270         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
24272 2011-05-10  Glenn Morris  <rgm@gnu.org>
24274         * calendar/diary-lib.el (diary-list-entries-hook)
24275         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24276         (diary-nongregorian-marking-hook, diary-list-entries)
24277         (diary-include-other-diary-files, diary-mark-entries)
24278         (diary-mark-included-diary-files): Doc fixes.
24280 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24282         * misc.el: Require tabulated-list.el during compilation.
24284 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24286         * progmodes/compile.el (compilation-start):
24287         Run compilation-filter-hook for the async case too.
24288         (compilation-filter-hook): Doc fix.
24290 2011-05-09  Deniz Dogan  <deniz@dogan.se>
24292         * wdired.el: Remove outdated installation comment.  Fix usage
24293         comment.
24295 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24297         * misc.el: Implement new command `list-dynamic-libraries'.
24298         (list-dynamic-libraries--loaded-only-p): New variable.
24299         (list-dynamic-libraries--refresh): New function.
24300         (list-dynamic-libraries): New command.
24302 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24304         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24305         Fix the ant regexp to handle end-line and end-column info from jikes.
24306         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
24307         higher priority to avoid clobbering by gnu.
24309 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24311         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24312         if the face has existing theme settings (Bug#8454).
24314 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
24316         * progmodes/perl-mode.el (perl-imenu-generic-expression):
24317         Only match variables declared via `my' or `our' (Bug#8261).
24319         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24320         special file names `.' and `..' (Bug#8259).
24322 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24324         * progmodes/grep.el (grep-mode-font-lock-keywords):
24325         Remove buffer-changing entries.
24326         (grep-filter): New function.
24327         (grep-mode): Add it to compilation-filter-hook.
24329         * progmodes/compile.el (compilation-filter-hook)
24330         (compilation-filter-start): New defvars.
24331         (compilation-filter): Call compilation-filter-hook prior to
24332         updating the process mark.
24334 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24336         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24338 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
24340         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24341         mailclient-send-it even if window-system is nil.  (Bug#8595)
24343         * term/w32console.el (terminal-init-w32console):
24344         Call get-screen-color and use its output to set the frame
24345         background-mode.  (Bug#8597)
24347 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24349         Make bytecomp.el understand that defmethod defines funs (bug#8631).
24350         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24351         New functions.
24352         (defgeneric, eieio--defmethod): Use them.
24353         (eieio-defgeneric): Remove.
24354         (defmethod): Call defgeneric in a way visible to the byte-compiler.
24356 2011-05-07  Glenn Morris  <rgm@gnu.org>
24358         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24359         Use let rather than let*.
24360         (timeclock-find-discrep): Remove unused local.
24362         * calendar/diary-lib.el (diary-comment-start): Doc fix.
24364         * calendar/appt.el (appt-time-msg-list): Doc fix.
24366 2011-05-06  Noah Friedman  <friedman@splode.com>
24368         * apropos.el (apropos-print-doc): Only use
24369         emacs-lisp-docstring-fill-column when it is bound to an integer,
24370         per that variable's documentation.
24372 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24374         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24375         and warnings are not silently discarded (e.g. use -d instead of -P).
24377 2011-05-06  Glenn Morris  <rgm@gnu.org>
24379         * calendar/appt.el (appt-message-warning-time): Doc fix.
24380         (appt-warning-time-regexp): New option.
24381         (appt-make-list): Respect appt-message-warning-time.
24383         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24384         New options.
24385         (diary-add-to-list): Strip comments from the displayed string.
24386         (diary-mode): Set comment-start and comment-end.
24388         * vc/diff-mode.el (smerge-refine-subst): Declare.
24389         (diff-refine-hunk): Don't require smerge-mode when compiling.
24391 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
24393         * simple.el (list-processes): Return nil as the docstring says.
24395 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24397         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24398         to "".
24399         (ange-ftp-write-region, ange-ftp-insert-file-contents)
24400         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24401         determining of binary transfer.  (Bug#7383)
24403 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24405         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24406         Fix port computation bug.  (Bug#8618)
24408 2011-05-05  Glenn Morris  <rgm@gnu.org>
24410         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24412         * simple.el (shell-dynamic-complete-functions)
24413         (comint-dynamic-complete-functions): Declare.
24415         * net/network-stream.el (gnutls-negotiate):
24416         * simple.el (tabulated-list-print): Fix declarations.
24418         * progmodes/gud.el (syntax-symbol, syntax-point):
24419         Remove unnecessary and incorrect declarations.
24421         * emacs-lisp/check-declare.el (check-declare-scan):
24422         Handle byte-compile-initial-macro-environment in bytecomp.el.
24424 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24426         Fix earlier half-done eieio-defmethod change (bug#8338).
24427         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24428         Streamline and change calling convention.
24429         (defmethod): Adjust accordingly and simplify.
24430         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24431         new eieio--defmethod.
24432         (slot-boundp): Minor CSE simplification.
24434 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
24436         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24437         (glasses-make-readable): Use glasses-separate-capital-groups.
24439 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
24441         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24442         (warning-series): Doc fix.
24443         (display-warning): Don't try to create the buffer if we just found it.
24445 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
24447         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24448         (autoload-find-generated-file): New function.
24449         (generate-file-autoloads): Bind generated-autoload-file to
24450         buffer-file-name.
24451         (update-file-autoloads, update-directory-autoloads):
24452         Use autoload-find-generated-file.  If called interactively, prompt for
24453         output file (Bug#7989).
24454         (batch-update-autoloads): Doc fix.
24456 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
24458         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24460 2011-05-04  Glenn Morris  <rgm@gnu.org>
24462         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24463         function, so it follows changes in calendar-date-style.
24464         (diary-fancy-date-matcher): New function.
24465         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24466         (diary-fancy-font-lock-fontify-region-function):
24467         Use diary-fancy-date-pattern as a function.
24469         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24470         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
24472 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
24474         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24475         instead of positional arguments.  Allow :keylist and :crlfiles
24476         arguments.
24477         (open-gnutls-stream): Call it.
24479         * net/network-stream.el (network-stream-open-starttls): Adjust to
24480         call `gnutls-negotiate' with :process and :hostname arguments.
24482 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24484         * minibuffer.el (completion--message): New function.
24485         (completion--do-completion, minibuffer-complete)
24486         (minibuffer-force-complete, minibuffer-complete-word): Use it.
24487         (completion--do-completion): Don't ignore completion-auto-help when in
24488         icomplete-mode.
24490         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24491         internal encoding (e.g. tibetan zero is not whitespace).
24492         (global-whitespace-mode): Prefer save-current-buffer.
24493         (whitespace-trailing-regexp): Remove useless save-match-data.
24494         (whitespace-empty-at-bob-regexp): Minor simplification.
24496 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
24498         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24500 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
24502         * textmodes/ispell.el (ispell-add-per-file-word-list):
24503         Use `concat' to create string for insertion.
24505 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24507         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24508         Avoid open-line which runs post-self-insert-hook.
24509         (bibtex-fill-entry): Remove unused `end' var.
24511 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
24513         * textmodes/ispell.el (ispell-add-per-file-word-list):
24514         Protect against `nil' value of `comment-start' (Bug#8579).
24516 2011-05-03  Leo Liu  <sdl.web@gmail.com>
24518         * isearch.el (isearch-yank-pop): New command.
24519         (isearch-mode-map): Bind it to `M-y'.
24520         (isearch-forward): Mention it.
24522 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24524         * simple.el (minibuffer-complete-shell-command): Remove.
24525         (minibuffer-local-shell-command-map): Use completion-at-point.
24526         (read-shell-command): Setup completion vars here instead.
24527         (read-expression-map): Bind TAB to symbol completion.
24529         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24530         error directly rather via storing it into `results'.
24532 2011-05-02  Leo Liu  <sdl.web@gmail.com>
24534         * vc/diff.el: Fix description.
24536 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24538         * server.el (server-eval-at): New function.
24540 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24542         * net/network-stream.el (open-network-stream): Take a :nowait
24543         parameter and pass it on to `make-network-process'.
24544         (network-stream-open-plain): Ditto.
24546 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
24548         * faces.el (face-spec-set-match-display): Don't match toolkit
24549         options on terminal frames.
24551 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24553         * progmodes/pascal.el: Use lexical binding.
24554         (pascal-mode-map): Remove author preferences.
24556         * pcomplete.el (pcomplete-std-complete): Don't abuse
24557         completion-at-point.
24559 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24561         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24562         removing code that has been dead since 1991 or so.
24564         * startup.el (command-line): When warning about "_emacs", use a
24565         delayed warning to allow the user to filter it out.
24567 2011-04-28  Deniz Dogan  <deniz@dogan.se>
24569         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24570         user has not joined.
24572 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24574         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24575         aren't any completions at point.
24577 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24579         * subr.el (display-delayed-warnings): New function.
24580         (delayed-warnings-hook): New variable.
24582 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24584         * minibuffer.el (completion-at-point, completion-help-at-point):
24585         Don't presume that a given completion-at-point-function will always
24586         use the same calling convention.
24588         * pcomplete.el (pcomplete-completions-at-point):
24589         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
24590         pcomplete-seen is non-nil.
24591         (pcomplete-comint-setup): Also recognize the new comint/shell
24592         completion functions.
24593         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24594         pcomplete-seen is non-nil.
24596 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
24598         * calendar/icalendar.el (diary-lib): Add require statement.
24599         (icalendar--create-uid): Read out a uid from a text-property on
24600         the first character in the entry.  This allows for code to add its
24601         own uid to the entry.
24602         (icalendar--convert-float-to-ical): Add export of
24603         `diary-float'-entries save for those with the optional DAY
24604         argument.
24606 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
24608         * subr.el (shell-quote-argument): Use alternate escaping strategy
24609         when we spot a variable reference in a string.
24611 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24613         * cus-start.el (all): Define customization for debug-on-event.
24615 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24617         * subr.el (shell-quote-argument): Escape correctly under Windows.
24619 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24621         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24623 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
24625         * net/tramp.el (tramp-process-actions): Add POS argument.
24626         Delete region between POS and (pos).
24628         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24629         Use `nil' position in `tramp-process-actions' call.
24630         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24632         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24633         position in `tramp-process-actions' call.
24635         * net/trampver.el: Update release number.
24637 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24639         * custom.el (defcustom): Obey lexical-binding.
24641         Fix octave-inf completion problems reported by Alexander Klimov.
24642         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24643         Inherit from octave-mode-syntax-table.
24644         (inferior-octave-mode): Set info-lookup-mode.
24645         (inferior-octave-completion-at-point): New function.
24646         (inferior-octave-complete): Use it and completion-in-region.
24647         (inferior-octave-dynamic-complete-functions): Use it as well, and use
24648         comint-filename-completion.
24649         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24650         symbol elements which shouldn't be word elements.
24651         (octave-font-lock-keywords, octave-beginning-of-defun)
24652         (octave-function-header-regexp): Adjust regexps accordingly.
24653         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24655 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
24657         * net/gnutls.el (gnutls-errorp): Declare before first use.
24659 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
24661         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24662         verify-error, and verify-hostname-error parameters.  Check whether
24663         default trustfile exists before going to use it.  Add missing
24664         argument to gnutls-message-maybe call.  Return value.
24665         Reported by Claudio Bley <claudio.bley@gmail.com>.
24666         (open-gnutls-stream): Add usage example.
24668         * net/network-stream.el (network-stream-open-starttls): Give host
24669         parameter to `gnutls-negotiate'.
24670         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24671         * subr.el (shell-quote-argument): Escape correctly under Windows.
24673 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24675         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24676         Use correct match group (bug#8438).
24678 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24680         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24681         (package-menu--generate): New arg specifying packages to show.
24682         (package-menu-refresh, package-menu-execute, list-packages):
24683         Callers changed.
24684         (package-show-package-list): New function, replacing deleted
24685         package--list-packages (renamed because it is non-internal).
24687         * finder.el (finder-list-matches): Use package-show-package-list
24688         instead of deleted package--list-packages.
24690         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24691         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24692         (vc-annotate-mode-map): Bind it to RET.
24694 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24696         * progmodes/etags.el (next-file): Don't use set-buffer to change
24697         buffers (Bug#8478).
24699 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24701         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24703         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24704         (apropos-accumulator): Doc fix.
24705         (apropos-function, apropos-macro, apropos-command)
24706         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24707         (apropos-plist): Add face property.
24708         (apropos-symbols-internal): Fix indentation.
24709         (apropos-print): Simplify help, and recognize apropos-multi-type.
24710         (apropos-print-doc): Use button-type-get to extract the button's
24711         face property.  Fill docstring (Bug#8352).
24713 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24715         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24717         * play/mpuz.el (mpuz-silent): Doc fix.
24718         (mpuz-mode-map): Use mapc.
24719         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24720         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24721         Fix typos in docstrings.
24723         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24724         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24726         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24728 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24730         * minibuffer.el (completion--do-completion): Avoid the "Next char
24731         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24733         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24734         mouse-2 into unread-command-events, it is interpreted correctly.
24736         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24737         (image-toggle-display): Doc fix.
24739 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24741         * textmodes/page.el (what-page): Use line-number-at-pos to
24742         calculate line number (Bug#6825).
24744 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24746         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24747         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24748         Pass argument NO-DEFAULT to `find-tag-interactive'.
24750 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24752         Lexical-binding cleanup.
24754         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24755         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24756         * progmodes/ada-prj.el (ada-prj-initialize-values)
24757         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24758         (ada-prj-show-value):
24759         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24760         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24761         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24762         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24763         * progmodes/bug-reference.el (bug-reference-push-button):
24764         * progmodes/fortran.el (fortran-line-length):
24765         * progmodes/glasses.el (glasses-change):
24766         * progmodes/octave-mod.el (octave-fill-paragraph):
24767         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24768         (python-pdbtrack-grub-for-buffer, python-sentinel):
24769         * progmodes/sql.el (sql-save-connection):
24770         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24771         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24772         Mark unused parameters.
24774         * progmodes/compile.el (compilation--flush-directory-cache)
24775         (compilation--flush-parse, compile-internal): Mark unused parameters.
24776         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24777         (compilation-next-error-function): Remove unused variable `timestamp'.
24779         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24780         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24782         * progmodes/dcl-mode.el (dcl-end-of-command):
24783         Remove unused variable `start'.
24784         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24785         (dcl-option-value-basic, dcl-option-value-offset)
24786         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24787         Mark unused parameters.
24788         (dcl-save-local-variable): Remove unused variable `val'.
24789         (mode): Declare.
24791         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24792         Mark unused parameters.
24793         (delphi-ignore-changes): Move before first use.
24794         (delphi-charset-token-at): Remove unused variable `start'.
24795         (delphi-else-start): Remove unused variable `if-count'.
24796         (delphi-comment-block-start, delphi-comment-block-end):
24797         Remove unused variable `kind'.
24798         (delphi-indent-line): Remove unused variable `new-point'.
24800         * progmodes/ebrowse.el (ebrowse-files-list)
24801         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24802         Mark unused parameters.  Don't quote `lambda'.
24803         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24804         Don't quote `lambda'.
24805         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24806         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24807         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24808         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24809         Use `ignore-errors'.
24810         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24811         (ebrowse-view/find-file-and-search-pattern)
24812         (ebrowse-view/find-member-declaration/definition):
24813         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24814         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24815         Rename parameter PREFIX-ARG to PREFIX.
24816         (ebrowse-tags-read-name): Remove unused variables `start' and
24817         `member-info'.
24818         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24819         to `tags-file'.
24821         * progmodes/etags.el (local-find-tag-hook): Declare.
24822         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24823         Mark unused parameters.
24825         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24826         (executable-interpret): Mark unused parameter.
24828         * progmodes/flymake.el (flymake-process-sentinel)
24829         (flymake-after-change-function)
24830         (flymake-create-temp-with-folder-structure)
24831         (flymake-get-include-dirs-dot): Mark unused parameters.
24832         (flymake-safe-delete-directory): Remove unused variable `err'.
24834         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24835         (speedbar-timer-fn, speedbar-line-text)
24836         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24837         (speedbar-center-buffer-smartly): Declare functions.
24838         (gdb-find-watch-expression): Remove unused variable `array'.
24839         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24840         (gdb-starting): Mark unused parameters.
24841         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24842         (gdb-table-string): Remove unused variable `res'.
24843         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24844         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24845         (gdb-display-buffer): Remove unused variable `cur-size'.
24847         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24848         allow lexical-binding compilation.
24849         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24850         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24851         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24852         Mark unused parameters.
24853         (gud-gdb-marker-filter): Remove unused variable `match'.
24854         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24855         lambda expressions and funcall them, instead of using `fset'.
24857         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24858         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24860         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24861         variable `header-beg'; use `let'.
24863         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24864         `restart', `last-sexp' and `at-do'.
24866         * progmodes/js.el (js--debug): Mark unused parameter.
24867         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24868         (js--splice-into-items): Remove unused variable `item'.
24869         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24871         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24872         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24873         (makefile-complete): Remove unused variable `try'.
24874         (makefile-fill-paragraph, makefile-match-function-end):
24875         Mark unused parameters.
24877         * progmodes/octave-inf.el (inferior-octave-complete):
24878         Remove unused variable `proc'.
24879         (inferior-octave-output-digest): Mark unused parameter.
24881         * progmodes/perl-mode.el (perl-calculate-indent):
24882         Remove unused variable `err'.
24884         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24885         (prolog-indent-line): Mark unused parameters.
24886         (prolog-indent-line): Remove unused variable `beg'.
24888         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24889         (reporter-dont-compact-list): Declare.
24891         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24892         Remove unused variable `char'.
24893         (sh-debug): Mark unused parameter.
24894         (sh-get-indent-info): Remove unused variable `start'.
24895         (sh-calculate-indent): Remove unused variable `var'.
24897         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24898         (simula-electric-keyword): Remove unused variable `null'.
24899         (simula-search-backward, simula-search-forward): Remove unused
24900         variables `begin' and `end'.
24902         * progmodes/vera-mode.el (vera-guess-basic-syntax):
24903         Remove unused variable `pos'.
24904         (vera-electric-tab, vera-comment-uncomment-region):
24905         Mark unused parameters.
24906         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24908 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
24910         * emacs-lisp/package.el (package--builtins, package-alist)
24911         (package-load-descriptor, package-built-in-p, package-activate)
24912         (define-package, package-installed-p)
24913         (package-compute-transaction, package-buffer-info)
24914         (package--push): Doc fix.  Distinguish more clearly between
24915         version strings and version lists.
24917 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
24919         Lexical-binding cleanup.
24921         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24922         (5x5-make-mutate-best):
24923         * play/fortune.el (fortune-in-buffer):
24924         * play/gomoku.el (gomoku-init-display):
24925         * play/solitaire.el (solitaire, solitaire-do-check):
24926         * play/tetris.el (tetris-default-update-speed-function):
24927         Mark unused parameters.
24929         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24930         (bubbles--shift): Remove unused variable `char-org'.
24931         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
24932         (bubbles--show-images): Remove unused variable `char'.
24934         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24935         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24936         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24937         (decipher-analyze-buffer): Use ?\s.
24938         (decipher-make-checkpoint): Remove unused variable `mapping'.
24940         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24942         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24943         Remove unused variable `result'; use `let'.
24945         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24946         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24947         (gametree-children-shown-p, gametree-compute-reduced-score):
24948         Use `ignore-errors'.
24950         * play/handwrite.el (ps-lpr-switches): Declare.
24951         (handwrite): Remove unused variables `pmin' and `lastp'.
24953         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24955         * play/landmark.el (landmark-init-display)
24956         (landmark-update-naught-weights): Mark unused parameters.
24957         (landmark-y): Remove unused variable `noise'.  Simplify.
24958         (landmark-human-plays): Remove unused variable `score'.
24960         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24961         (mpuz-try-proposal): Remove unused variable `game'.
24963         * play/zone.el (life-patterns): Declare.
24965 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
24967         * vc/vc.el (ediff-vc-internal): Declare function.
24969 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24971         * shell.el: Use lexical-binding and std completion UI.
24972         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24973         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24974         comint-preoutput-filter-functions rather than on
24975         comint-output-filter-functions.
24976         (shell-command-completion, shell--command-completion-data)
24977         (shell-filename-completion, shell-environment-variable-completion)
24978         (shell-c-a-p-replace-by-expanded-directory): New functions.
24979         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24980         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24981         (shell-dynamic-complete-environment-variable): Use them.
24982         (shell-dynamic-complete-as-environment-variable)
24983         (shell-dynamic-complete-as-command): Remove.
24984         (shell-match-partial-variable): Match past point.
24985         * comint.el: Clean up use of completion-at-point-functions.
24986         (comint-completion-at-point): New function.
24987         (comint-mode): Use it completion-at-point-functions.
24988         (comint-dynamic-complete): Make it obsolete.
24989         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24990         (comint-c-a-p-replace-by-expanded-history): New function.
24991         (comint-dynamic-complete-functions)
24992         (comint-replace-by-expanded-history): Use it.
24993         * minibuffer.el (completion-table-with-terminator): Allow dynamic
24994         termination strings.  Try harder to avoid second try-completion.
24995         (completion-in-region-mode-map): Disable bindings that don't work yet.
24997         * comint.el: Use lexical-binding.  Require CL.
24998         (comint-dynamic-complete-functions): Use comint-filename-completion.
24999         (comint-completion-addsuffix): Tweak custom type.
25000         (comint-filename-completion, comint--common-suffix)
25001         (comint--common-quoted-suffix, comint--table-subvert)
25002         (comint--complete-file-name-data): New functions.
25003         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25004         (comint-dynamic-list-filename-completions): Use them.
25005         (comint-dynamic-simple-complete): Make obsolete.
25007         * minibuffer.el (completion-in-region-mode):
25008         Keep completion-in-region-mode--predicate global.
25009         (completion-in-region--postch):
25010         Assume completion-in-region-mode--predicate is not null.
25012         * progmodes/flymake.el (flymake-start-syntax-check-process):
25013         Obey `dir'.  Simplify.
25015         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25016         we're in VC after all.
25018 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
25020         * vc/vc.el (vc-diff-build-argument-list-internal)
25021         (vc-version-ediff, vc-ediff): New commands.
25022         (vc-version-diff): Use vc-diff-build-argument-list-internal.
25024 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25026         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25027         add sanity check.
25029         * obsolete/erc-hecomplete.el: Make obsolete.
25030         * obsolete/: Standardize obsolescence info in the header.
25032 2011-04-20  Glenn Morris  <rgm@gnu.org>
25034         * calendar/solar.el (solar-horizontal-coordinates):
25035         Use the longitude argument rather than `calendar-longitude'.
25036         (solar-date-next-longitude): Remove unused locals.
25038 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25040         * whitespace.el: New version 13.2.1.
25042 2011-04-20  felix  <EmacsWiki>  (tiny change)
25044         * whitespace.el (global-whitespace-mode): Keep highlight when
25045         switching between major modes on a file.
25047 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25049         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25050         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25051         multi-line comments as well.
25053 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
25055         Lexical-binding cleanup.
25057         * arc-mode.el (archive-mode-revert):
25058         * cmuscheme.el (scheme-interactively-start-process):
25059         * custom.el (custom-initialize-delay):
25060         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25061         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25062         * emacs-lock.el (emacs-lock-clear-sentinel):
25063         * ezimage.el (defezimage):
25064         * follow.el (follow-avoid-tail-recenter):
25065         * fringe.el (set-fringe-mode-1):
25066         * generic-x.el (bat-generic-mode-compile):
25067         * help-mode.el (help-info-variable, help-do-xref)
25068         (help-mode-revert-buffer):
25069         * help.el (view-emacs-todo):
25070         * iswitchb.el (iswitchb-completion-help):
25071         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25072         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25073         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25074         * locate.el (locate-update):
25075         * longlines.el (longlines-encode-region)
25076         (longlines-after-change-function):
25077         * outline.el (outline-isearch-open-invisible):
25078         * ps-def.el (declare-function, charset-dimension, char-width)
25079         (encode-char):
25080         * ps-mule.el (ps-mule-plot-string):
25081         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25082         (recentf-edit-list-select, recentf-edit-list-validate)
25083         (recentf-open-files-action):
25084         * rect.el (delete-whitespace-rectangle-line)
25085         (rectangle-number-line-callback):
25086         * register.el (window-configuration-to-register)
25087         (frame-configuration-to-register):
25088         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25089         * select.el (xselect-convert-to-string, xselect-convert-to-length)
25090         (xselect-convert-to-targets, xselect-convert-to-delete)
25091         (xselect-convert-to-filename, xselect-convert-to-charpos)
25092         (xselect-convert-to-lineno, xselect-convert-to-colno)
25093         (xselect-convert-to-os, xselect-convert-to-host)
25094         (xselect-convert-to-user, xselect-convert-to-class)
25095         (xselect-convert-to-name, xselect-convert-to-integer)
25096         (xselect-convert-to-atom, xselect-convert-to-identity):
25097         * subr.el (declare, ignore, process-kill-without-query)
25098         (text-clone-maintain):
25099         * terminal.el (te-get-char, te-tic-sentinel):
25100         * tool-bar.el (tool-bar-make-keymap):
25101         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25102         * type-break.el (type-break-mode, type-break-noninteractive-query):
25103         * view.el (View-back-to-mark):
25104         * wid-browse.el (widget-browse-action, widget-browse-widget)
25105         (widget-browse-widgets, widget-browse-sexp):
25106         * widget.el (define-widget-keywords):
25107         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25108         Mark unused parameters.
25110         * align.el (align-adjust-col-for-rule): Mark unused parameter.
25111         (align-areas): Remove unused variable `look'.
25112         (align-region): Remove unused variables `real-end' and `pos-list'.
25114         * apropos.el (apropos-score-doc): Remove unused variable `i'.
25116         * bindings.el (mode-line-modified, mode-line-remote):
25117         Mark unused parameters.
25118         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25120         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25121         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25123         * comint.el (comint-history-isearch-pop-state)
25124         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25125         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25126         (comint-substitute-in-file-name): Doc fix.
25128         * completion.el (cmpl-statistics-block): Mark unused parameter.
25129         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25130         (save-completions-to-file, load-completions-from-file):
25131         Remove unused local variable `e'.
25133         * composite.el (compose-chars): Remove unused variable `len'.
25134         (lgstring-insert-glyph): Remove unused variable `g'.
25135         (compose-glyph-string): Remove unused variables `ascent',
25136         `descent', `lbearing' and `rbearing'.
25137         (compose-glyph-string-relative): Remove unused variables
25138         `lbearing', `rbearing' and `wadjust'.
25139         (compose-gstring-for-graphic): Remove unused variables `header',
25140         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
25141         (compose-gstring-for-terminal): Remove unused variables `header'
25142         and `nchars'.  Use `let', not `let*'.
25144         * cus-edit.el (Custom-set, Custom-save, custom-reset)
25145         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25146         (Custom-buffer-done, custom-buffer-create-internal)
25147         (custom-browse-visibility-action, custom-browse-group-tag-action)
25148         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25149         (widget-magic-mouse-down-action, custom-toggle-parent)
25150         (custom-add-parent-links, custom-toggle-hide-variable)
25151         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25152         (custom-toggle-hide-face, face, hook, custom-group-link-action)
25153         (custom-face-menu-create, custom-variable-menu-create, get)
25154         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25155         (custom-reset-standard-save-and-update): Remove unused variable `value'.
25156         (customize-apropos): Remove unused variable `tests'.
25157         (custom-group-value-create): Remove unused variable `hidden-p'.
25158         (sort-fold-case): Declare.
25160         * cus-theme.el (custom-reset-standard-faces-list)
25161         (custom-reset-standard-variables-list): Declare.
25162         (customize-create-theme, custom-theme-revert, custom-theme-write)
25163         (custom-theme-choose-mode, customize-themes, custom-theme-save):
25164         Mark unused parameters.
25166         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25168         * delim-col.el (delimit-columns-max): Move defvar before first use.
25170         * descr-text.el (describe-char-categories): Don't quote `lambda'.
25171         (describe-char): Don't quote `lambda'.  Mark unused parameter.
25173         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25174         (auto-insert): Declare.
25175         (desktop-restore-file-buffer): Rename desktop-* parameters;
25176         mark unused ones.
25177         (desktop-create-buffer): Rename desktop-* parameters and bind them.
25178         (desktop-buffer): Rename desktop-* parameters.
25180         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25181         (dframe-reposition-frame-xemacs, dframe-help-echo)
25182         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25183         Mark unused parameters.
25185         * dired-aux.el (backup-extract-version-start, overwrite-query)
25186         (overwrite-backup-query, rename-regexp-query)
25187         (rename-non-directory-query): Declare.
25188         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25189         (dired-add-entry): Remove unused variable `orig-file-name'.
25190         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25191         Use parameter PRESERVE-TIME instead of accessing dynamic variable
25192         `dired-copy-preserve-time' directly.
25193         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25194         (dired-insert-subdir-newpos): Rename unused variable `pos'.
25196         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25197         (dired-virtual-revert, dired-make-relative-symlink):
25198         Mark unused parameters.
25199         (manual-program): Declare.
25200         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25201         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25202         wrapped in `with-no-warnings' to avoid replacing one warning by another.
25204         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25206         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25208         * echistory.el (electric-history-in-progress, Helper-return-blurb):
25209         Declare.
25211         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25213         * electric.el (Electric-command-loop): Rename parameter
25214         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25216         * expand.el (expand-in-literal): Remove unused variable `here'.
25218         * facemenu.el (facemenu-add-new-color):
25219         Remove unused variable `docstring'.
25221         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25222         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25223         (face-attr-construct): Mark unused parameter.  Doc fix.
25224         (read-color): Remove unused variable `hex-string'.
25226         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25227         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25228         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25229         (display-buffer-other-frame): Remove unused variable `old-window'.
25230         (kill-buffer-hook): Declare.
25231         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25232         Mark unused parameters.
25233         (after-find-file): Pass 1 to `auto-save-mode', not t.
25235         * files-x.el (auto-insert): Declare.
25236         (modify-file-local-variable-prop-line): Remove unused variable `val'.
25238         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25239         variable `buf'.  Mark unused parameter.
25240         (find-lisp-insert-directory): Mark unused parameter.
25242         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25243         (format-encode-region): Remove unused variables `cur-buf' and `result'.
25244         (format-common-tail): Remove, unused.
25245         (format-deannotate-region): Remove unused variable `loc'.
25246         (format-annotate-region): Remove unused variable `p'.
25247         (format-annotate-single-property-change): Remove unused variables
25248         `default' and `tail'.
25250         * forms.el (read-file-filter): Declare.
25251         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25253         * frame.el (frame-creation-function-alist): Mark unused parameter.
25254         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25256         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25257         Remove unused parameters.
25258         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25259         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25261         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25262         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25263         (hfy-prepare-tag-map): Mark unused parameters.
25264         (htmlfontify-buffer): Use `called-interactively-p'.
25266         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25267         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25268         (ibuffer-do-occur): Mark unused parameters.
25269         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25270         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25272         * ibuffer.el: Don't quote `lambda'.
25273         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25274         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25275         Mark unused parameters.
25277         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25278         (ido-completing-read): Mark unused parameters.
25279         (ido-copy-current-word): Mark unused parameters;
25280         remove unused variable `name'.
25281         (ido-sort-merged-list): Remove unused parameter `dirs'.
25283         * ielm.el (ielm-input-sender): Mark unused parameter.
25284         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25285         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25286         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25287         `ielm-string' as a dynamic variable accessible from the IELM prompt.
25288         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
25290         * image-dired.el (image-dired-display-thumbs): Remove unused
25291         variables `curr-file' and `count'.
25292         (image-dired-remove-tag): Remove unused variable `start'.
25293         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25294         variable `curr-file'
25295         (image-dired-rotate-original): Remove unused variable `temp-file'.
25296         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25297         Remove unused variable `file'.
25298         (image-dired-gallery-generate): Remove unused variable `curr'.
25299         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25301         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25303         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25305         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25307         * isearch.el (minibuffer-history-symbol): Declare.
25308         (isearch-edit-string): Remove unused variable `err'.
25309         (isearch-message-prefix, isearch-message-suffix):
25310         Mark unused parameters.
25312         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25314         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25316         * makesum.el (double-column): Remove unused variable `cnt'.
25318         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25319         (ido-ignore-item-temp-list): Declare.
25321         * mouse-drag.el (mouse-drag-throw): Remove unused variables
25322         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25323         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25324         (mouse-drag-drag): Remove unused variables `mouse-delta' and
25325         `mouse-col-delta'.
25327         * mouse-sel.el (mouse-extend-internal):
25328         Remove unused variable `orig-window-frame'.
25330         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25331         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25332         Move declarations before first use.
25333         (pcomplete-opt): Mark unused parameters; doc fix.
25335         * proced.el (proced-revert): Mark unused parameter.
25336         (proced-send-signal): Remove unused variable `err'.
25338         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25339         Rename parameter PREFIX-ARG to ARG.
25340         (ps-basic-plot-string, ps-basic-plot-whitespace):
25341         Mark unused parameters.
25343         * replace.el (replace-count): Define.
25344         (occur-revert-function): Mark unused parameters.
25345         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25346         (isearch-case-fold-search, isearch-string): Declare.
25347         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25348         bind `case-fold-search'.  Remove unused variables `beg' and `end',
25349         and simplify.
25350         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25351         COUNT and bind `replace-count'.
25352         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25353         to COUNT.
25355         * savehist.el (print-readably, print-string-length): Declare.
25357         * shadowfile.el (shadow-expand-cluster-in-file-name):
25358         Remove unused variable `cluster'.
25359         (shadow-copy-file): Remove unused variable `i'.
25360         (shadow-noquery, shadow-clusters, shadow-site-cluster)
25361         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25362         (shadow-define-literal-group, shadow-define-regexp-group)
25363         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25365         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25366         (shell): Use `called-interactively-p'.
25367         (shell-directory-tracker): Remove unused variable `chdir-failure'.
25369         * simple.el (compilation-context-lines, comint-file-name-quote-list)
25370         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25371         (delete-backward-char): Remove unused variable `ocol'.
25372         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25373         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25374         (event-apply-hyper-modifier, event-apply-shift-modifier)
25375         (event-apply-control-modifier, event-apply-meta-modifier):
25376         Mark unused parameters.
25377         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25378         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25380         * speedbar.el (speedbar-ignored-directory-expressions)
25381         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25382         (speedbar-find-file, speedbar-dir-follow)
25383         (speedbar-directory-buttons-follow, speedbar-tag-find)
25384         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25385         (speedbar-buffers-line-directory, speedbar-buffer-click):
25386         Mark unused parameters.
25387         (speedbar-tag-file): Remove unused variable `mode'.
25388         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25390         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25392         * talk.el (talk): Remove unused variable `display'.
25394         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25395         (tar-write-region-annotate): Mark unused parameter.
25397         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25398         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25399         Declare them, wrapped in `with-no-warnings' to avoid replacing one
25400         warning by another.
25402         * time-stamp.el (time-stamp-string-preprocess):
25403         Remove unused variable `require-padding'.
25405         * tree-widget.el (widget-glyph-enable): Declare.
25406         (tree-widget-action): Mark unused parameter.
25408         * w32-fns.el (x-get-selection): Mark unused parameter.
25409         (autoload-make-program, generated-autoload-file): Declare.
25411         * wdired.el (wdired-revert): Mark unused parameters.
25412         (wdired-xcase-word): Remove unused variable `err'.
25414         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25415         (whitespace-help-scroll): Remove unused variable `data-help'.
25417         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25418         (widget-image-insert, widget-after-change, default)
25419         (widget-default-format-handler, widget-default-notify)
25420         (widget-default-prompt-value, widget-info-link-action)
25421         (widget-url-link-action, widget-function-link-action)
25422         (widget-variable-link-action, widget-file-link-action)
25423         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25424         (widget-field-prompt-internal, widget-field-action, widget-field-match)
25425         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25426         (widget-insert-button-action, widget-delete-button-action, visibility)
25427         (widget-documentation-link-action, widget-documentation-string-action)
25428         (widget-const-prompt-value, widget-regexp-match, symbol)
25429         (widget-coding-system-prompt-value)
25430         (widget-key-sequence-value-to-external, sexp)
25431         (widget-sexp-value-to-internal, character, vector, cons)
25432         (widget-choice-prompt-value, widget-boolean-prompt-value)
25433         (widget-color--choose-action): Mark unused parameters.
25434         (widget-item-match-inline, widget-choice-match-inline)
25435         (widget-checklist-match, widget-checklist-match-inline)
25436         (widget-group-match): Rename parameter VALUES to VALS.
25437         (widget-field-value-set): Remove unused variable `size'.
25438         (widget-color-action): Remove unused variables `value' and `start'.
25440         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25441         variable `dir'.  Doc fix.
25442         (windmove-find-other-window): Don't pass it.
25444         * window.el (count-windows): Mark unused parameter.
25445         (bw-adjust-window): Remove unused variable `err'.
25447         * woman.el (woman-file-name): Remove unused variable `default'.
25448         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25449         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25450         (global-font-lock-mode): Declare.
25451         (woman-decode-region): Mark unused parameter.
25452         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25454         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25455         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25456         (x-dnd-handle-moz-url): Remove unused variable `title'.
25457         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25459         * xml.el (xml-parse-tag, xml-parse-attlist):
25460         Remove unused variable `pos'.
25462 2011-04-19  Glenn Morris  <rgm@gnu.org>
25464         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25465         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25466         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25467         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25468         * calendar/cal-html.el (cal-html-insert-minical):
25469         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25470         (calendar-mark-date-pattern):
25471         Prefix "unused" locals.
25473         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25474         optional argument `style'.
25476         * calendar/appt.el (appt-make-list):
25477         * calendar/cal-china.el (calendar-chinese-date-string):
25478         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25479         (diary-hebrew-yahrzeit):
25480         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25481         * calendar/calendar.el (calendar-generate-window):
25482         * calendar/time-date.el (time-to-days):
25483         Remove unused local variables.
25485 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
25487         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25488         glyphless-char-display table.
25489         (tabulated-list-glyphless-char-display): New var.
25491 2011-04-18  Sam Steingold  <sds@gnu.org>
25493         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25494         to acknowledgments.
25496 2011-04-17  Glenn Morris  <rgm@gnu.org>
25498         * calendar/diary-lib.el (diary-sexp-entry):
25499         * calendar/holidays.el (holiday-sexp):
25500         Set debug-on-error rather than the removed stack-trace-on-error.
25502 2011-04-16  Glenn Morris  <rgm@gnu.org>
25504         * progmodes/f90.el: Use lexical-binding.
25505         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25507 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25509         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25510         (mail-mode): Setup mailalias completion here instead.
25511         * mail/mailalias.el: Use lexical-binding.
25512         (pattern, mailalias-done): Declare dynamic.
25513         (mail-completion-at-point-function): New function, from mail-complete.
25514         (mail-complete): Use it.
25515         (mail-completion-expand): New function.
25516         (mail-get-names): Use it.
25517         (mail-directory, mail-directory-process, mail-directory-stream):
25518         Don't use `pattern' for lexically bound arg.
25520         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25522         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25523         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25524         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25526         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25527         (byte-save-window-excursion, byte-temp-output-buffer-setup)
25528         (byte-interactive-p): Define them again, for use when inlining
25529         old code.
25531 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
25533         * loadup.el: Use `string-to-number', not `string-to-int'.
25535 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25537         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25538         gud-gdb-complete-command.
25539         (gud-gdb-completions): New function, from gud-gdb-complete-command.
25540         (gud-gdb-completion-at-point): New function.
25541         (gud-gdb-completions): Remove.
25543 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
25545         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25546         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
25547         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25548         whether `executable-find' is bound.
25550         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25552 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25554         * minibuffer.el (completion-in-region-mode-predicate)
25555         (completion-in-region-mode--predicate): New vars.
25556         (completion-in-region, completion-in-region--postch)
25557         (completion-in-region-mode): Use them.
25558         (completion--capf-wrapper): Also return the hook function.
25559         (completion-at-point, completion-help-at-point):
25560         Adjust and provide a predicate.
25562         Preserve arg names for advice of subr and lexical functions (bug#8457).
25563         * help-fns.el (help-function-arglist): Consolidate the subr and
25564         new-byte-code cases.  Add argument `preserve-names' to extract names
25565         from the docstring when needed.
25566         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25567         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25568         (ad-arglist): Use help-function-arglist's new arg.
25569         (ad-definition-type): Use cond.
25571 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
25573         * autorevert.el (auto-revert-handler):
25574         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25575         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25576         Don't quote lambda.
25578         * image-mode.el (image-transform-set-scale):
25579         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25581 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25583         * net/network-stream.el (network-stream-open-starttls): Only do
25584         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25585         Upgrades via gnutls-cli are too slow to be done opportunistically.
25587 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
25589         * dframe.el (dframe-current-frame): Remove spurious quote.
25591 2011-04-12  Glenn Morris  <rgm@gnu.org>
25593         * calendar/cal-tex.el (cal-tex-end-document):
25594         Try to automatically use latin1 input if needed.
25596         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25597         Don't try to cons a mark onto an empty element.
25599 2011-04-11  Leo Liu  <sdl.web@gmail.com>
25601         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25602         buffers.
25603         (ido-kill-buffer-at-head): Support killing virtual buffers.
25605 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
25607         * minibuffer.el (completion-show-inline-help): New var.
25608         (completion--do-completion, minibuffer-complete)
25609         (minibuffer-force-complete, minibuffer-complete-word):
25610         Inhibit minibuffer messages if completion-show-inline-help is nil.
25612         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25613         to avoid interference from inline help (Bug#5849).
25615 2011-04-10  Leo Liu  <sdl.web@gmail.com>
25617         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25618         Fix typo.
25620 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
25622         * image-mode.el (image-toggle-display-image): Signal an error if
25623         not in Image mode.
25624         (image-transform-mode, image-transform-resize)
25625         (image-transform-set-rotation): Doc fix.
25626         (image-transform-set-resize): Delete.
25627         (image-transform-set-scale, image-transform-fit-to-height)
25628         (image-transform-fit-to-width): Handle image-toggle-display-image
25629         and image-transform-resize directly.
25631 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
25633         * doc-view.el (doc-view-fit-width-to-window)
25634         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25635         New functions for fitting the shown image to the Emacs window size.
25636         (doc-view-mode-map): Add bindings for the new functions.
25638 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
25640         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25641         Fix typo in docstring.
25643 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25645         * files.el (file-size-human-readable): Produce one digit after
25646         decimal, like "ls -lh" does.
25648         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25649         the file size representation.
25651         * simple.el (list-processes): If async subprocesses are not
25652         available, error out with a clear error message.
25654 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
25656         * help.el (help-form-show): New function, to be called from C.
25657         Put help-form output in a buffer named differently than *Help*.
25659 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25661         * files.el (file-size-human-readable): New function.
25663         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25664         computing the representation inline.  Don't require `cl'.
25666 2011-04-08  Glenn Morris  <rgm@gnu.org>
25668         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25670         * net/browse-url.el (browse-url-firefox):
25671         Test system-type, not system-configuration.
25673         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25674         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25675         Use log-edit-empty-buffer-p.  (Bug#7598)
25677         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25678         (rlogin-mode-map): Initialize in the defvar.
25679         (rlogin): Use ignore-errors.
25681         * replace.el (occur-mode-map): Some fixes for menu items.
25683 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25685         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25687 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25689         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25690         issuing unused warnings.
25692         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25693         macro directly.
25695         * simple.el: Lisp reimplement of list-processes.  Based on an
25696         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25697         (process-menu-mode): New major mode.
25698         (list-processes--refresh, list-processes):
25699         (process-menu-visit-buffer): New functions.
25701         * files.el (save-buffers-kill-emacs): Don't assume any return
25702         value of list-processes, which is undocumented anyway.
25704 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25706         * emacs-lisp/tabulated-list.el: New file.
25708         * emacs-lisp/package.el: Use Tabulated List mode.
25709         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25710         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25711         table format using Tabulated List mode variables.
25712         (package--push): New macro, replacing package-list-maybe-add.
25713         (package-menu--generate): Use package--push.  Renamed from
25714         package--generate-package-list.
25715         (package-menu-refresh, list-packages): Use it.
25716         (package-menu--print-info): Rename from package-print-package.
25717         Return insertion data instead of inserting it directly.
25718         (package-menu-describe-package, package-menu-execute):
25719         Use tabulated-list-get-id.
25720         (package-menu-mark-delete, package-menu-mark-install)
25721         (package-menu-mark-unmark, package-menu-backup-unmark)
25722         (package-menu-mark-obsolete-for-deletion):
25723         Use tabulated-list-put-tag.
25724         (package--list-packages, package-menu-revert)
25725         (package-menu-get-package, package-menu-get-version)
25726         (package-menu-sort-by-column): Functions deleted.
25727         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25728         (package-menu--status-predicate, package-menu--version-predicate)
25729         (package-menu--name-predicate)
25730         (package-menu--description-predicate): Handle arguments in the
25731         Tabulated List format.
25732         (package-list-packages-no-fetch): Call list-packages.
25734 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25736         * files.el (after-find-file-from-revert-buffer): Remove variable.
25737         (after-find-file): Don't bind it.
25738         (revert-buffer-in-progress-p): New variable.
25739         (revert-buffer): Bind it.
25740         Pass nil for `after-find-file-from-revert-buffer'.
25742         * saveplace.el (save-place-find-file-hook): Use new variable
25743         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25745 2011-04-06  Glenn Morris  <rgm@gnu.org>
25747         * Makefile.in (AUTOGEN_VCS): New variable.
25748         (autoloads): Use $AUTOGEN_VCS.
25750         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25751         * calendar/calendar.el (calendar-mode-map):
25752         Check for toolkit scroll bars.  (Bug#8305)
25754 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25756         * minibuffer.el (completion-in-region--postch)
25757         (completion-in-region-mode): Remove unnecessary messages.
25759 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25761         * font-lock.el (font-lock-refresh-defaults):
25762         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25763         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25765         * info.el (Info-directory-list, Info-read-node-name-2)
25766         (Info-split-parameter-string): Doc fixes.
25767         (Info-virtual-nodes): Reflow docstring.
25768         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25769         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25770         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25771         Fix typos in docstrings.
25772         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25773         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25774         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25775         (Info-restore-desktop-buffer): Mark unused parameters.
25776         (Info-directory-find-file, Info-directory-find-node)
25777         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25778         (Info-virtual-index-find-node, Info-apropos-find-file)
25779         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25780         Mark unused parameters; fix typos in docstrings.
25781         (Info-virtual-index): Remove unused local variable `nodename'.
25783 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25785         * net/rcirc.el: Update my e-mail address.
25786         (rcirc-mode-map): Remove M-o binding.
25788 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25790         * startup.el (command-line): Save the cursor's theme-face
25791         directly, instead of using face-override-spec.
25793         * custom.el (load-theme): Minor optimization in assigning faces.
25795 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25797         * help-fns.el (describe-variable): Complete all variables having
25798         documentation, including keywords.
25799         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25801 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25803         Convert to lexical-binding.
25805         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25806         (bs--get-marked-string, bs--get-modified-string)
25807         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25808         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25809         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25811         * ehelp.el (electric-help-execute-extended)
25812         (electric-help-ctrl-x-prefix):
25813         * hexl.el (hexl-revert-buffer-function):
25814         * linum.el (linum-after-change, linum-after-scroll):
25815         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25817         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25819 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25821         * epa-dired.el:
25822         * epa-mail.el:
25823         * epa-hook.el:
25824         * epa-file.el:
25825         * epa.el:
25826         * epg.el: Use lexical binding.
25828 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25830         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25832         * textmodes/flyspell.el (flyspell-word): Recognize default
25833         dictionary case for flyspell-mark-duplications-exceptions.
25834         Use regexp matching for languages.
25835         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25836         default dictionary (Bug#7926).
25838 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25840         * emacs-lisp/package.el (package--with-work-buffer):
25841         Recognize https URLs.
25843         * net/network-stream.el: Move from gnus/proto-stream.el.
25844         Change prefix to network-stream throughout.
25845         (open-protocol-stream): Merge into open-network-stream, leaving
25846         open-protocol-stream as an alias.  Handle nil BUFFER args.
25848         * subr.el (open-network-stream): Move to net/network-stream.el.
25850 2011-04-02  Glenn Morris  <rgm@gnu.org>
25852         * find-dired.el (find-exec-terminator): New option.
25853         (find-ls-option): Test for -ls support.
25854         (find-ls-subdir-switches): Test for -b in find-ls-option.
25855         (find-dired, find-grep-dired): Doc fixes.
25856         (find-dired): Use find-exec-terminator.
25858         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25859         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25860         (find-name-arg): Remove purecopy.
25862         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25863         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25864         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25865         accordingly.  Don't add the null-device if not needed.
25867         * files.el (save-some-buffers): Doc fix.
25869 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25871         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25873 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
25875         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25876         Use `dolist' rather than `mapcar'.
25878 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25880         Add lexical binding.
25882         * subr.el (apply-partially): Use new closures rather than CL.
25883         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25884         (dolist, dotimes): Use slightly different expansion for lexical code.
25885         (functionp): Move to C.
25886         (letrec): New macro.
25887         (with-wrapper-hook): Use it and apply-partially instead of CL.
25888         (eval-after-load): Preserve lexical-binding.
25889         (save-window-excursion, with-output-to-temp-buffer): Turn them
25890         into macros.
25892         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25894         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25895         than the arglist.
25896         (help-add-fundoc-usage): Don't add `Not documented'.
25897         (help-function-arglist): Handle closures, subroutines, and new
25898         byte-code-functions.
25899         (help-make-usage): Remove leading underscores.
25900         (describe-function-1): Handle closures.
25901         (describe-variable): Use special-variable-p for completion.
25903         * files.el (lexical-binding): Declare safe.
25905         * emacs-lisp/pcase.el: Don't use destructuring-bind.
25906         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
25907         (pcase): Add `let' pattern.
25908         Change memoization so it actually works.
25909         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25910         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25911         <let>: New case.
25913         * emacs-lisp/macroexp.el: Use lexical binding.
25914         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
25915         Don't convert ' to #' without checking that it's indeed quoting
25916         a lambda.
25918         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25919         Use eval-sexp-add-defvars.
25920         (eval-sexp-add-defvars): New fun.
25922         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25924         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25925         Don't autoload.
25926         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25927         than the internal `byte-compile-lambda'.
25928         (defmethod): Don't hide code under quotes.
25929         (eieio-defmethod): New `code' argument.
25931         * emacs-lisp/eieio-comp.el: Remove.
25933         * emacs-lisp/edebug.el (edebug-eval-defun)
25934         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25935         (edebug-toggle): Avoid `eval'.
25937         * emacs-lisp/disass.el (disassemble-internal): Handle new
25938         `closure' objects.
25939         (disassemble-1): Handle new byte codes.
25941         * emacs-lisp/cl.el (pushnew): Silence warning.
25943         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25944         (cl-byte-compile-throw): Remove.
25945         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25947         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25948         closures.
25950         * emacs-lisp/cconv.el: New file.
25952         * emacs-lisp/bytecomp.el: Use lexical binding instead of
25953         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
25954         (byte-compile-initial-macro-environment):
25955         Handle declare-function here.
25956         (byte-compile--lexical-environment): New var.
25957         (byte-stack-ref, byte-stack-set, byte-discardN)
25958         (byte-discardN-preserve-tos): New lap codes.
25959         (byte-interactive-p): Don't use any more.
25960         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25961         New macros.
25962         (byte-compile-lapcode): Use them and handle new lap codes.
25963         (byte-compile-obsolete): Remove.
25964         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25965         (byte-compile-arglist-warn): Check late def of inlinable funs.
25966         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25967         since they should have been expanded by now.
25968         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25969         (byte-compile-from-buffer): Remove unused second arg.
25970         (byte-compile-preprocess): New function.
25971         (byte-compile-toplevel-file-form): New function to distinguish
25972         file-form calls from outside from file-form calls from hunk-handlers.
25973         (byte-compile-file-form): Simplify.
25974         (byte-compile-file-form-defsubst): Remove.
25975         (byte-compile-file-form-defmumble): Simplify now that
25976         byte-compile-lambda always returns a byte-code-function.
25977         (byte-compile): Preprocess.
25978         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25979         Remove, not used any more.
25980         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25981         (byte-compile-make-args-desc): New funs.
25982         (byte-compile-lambda): Handle lexical functions.  Always return
25983         a byte-code-function.
25984         (byte-compile-reserved-constants): New var, to make up room for
25985         closed-over variables.
25986         (byte-compile-constants-vector): Obey it.
25987         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25988         (byte-compile-macroexpand-declare-function): New function.
25989         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25990         byte-code-functions.
25991         (byte-compile-form): Check obsolescence here.
25992         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25993         (byte-compile-variable-ref): Remove.
25994         (byte-compile-dynamic-variable-op): New fun.
25995         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25996         (byte-compile-variable-set): New funs.
25997         (byte-compile-discard): Add 2 args.
25998         (byte-compile-stack-ref, byte-compile-stack-set)
25999         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26000         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26001         macroexpand-all instead.
26002         (byte-compile-quote-form): Remove.
26003         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26004         (byte-compile-bind, byte-compile-unbind): New funs.
26005         (byte-compile-let): Handle let* and lexical binding.
26006         (byte-compile-let*): Remove.
26007         (byte-compile-catch, byte-compile-unwind-protect)
26008         (byte-compile-track-mouse, byte-compile-condition-case):
26009         Handle a new :fun-body form, used for lexical scoping.
26010         (byte-compile-save-window-excursion)
26011         (byte-compile-with-output-to-temp-buffer): Remove.
26012         (byte-compile-defun): Simplify.
26013         (byte-compile-stack-adjustment): New fun.
26014         (byte-compile-out): Use it.
26015         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26017         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26018         handler any more.
26020         * emacs-lisp/byte-opt.el: Use lexical binding.
26021         (byte-inline-lapcode): Remove (to bytecomp).
26022         (byte-compile-inline-expand): Pay attention to inlining to/from
26023         lexically bound code.
26024         (byte-compile-unfold-lambda): Don't handle byte-code-functions
26025         any more.
26026         (byte-optimize-form-code-walker): Don't handle save-window-excursion
26027         any more and don't call compiler-macros.
26028         (byte-compile-splice-in-already-compiled-code): Remove.
26029         (byte-code): Don't inline any more.
26030         (disassemble-offset): Receive `bytes' as argument rather than via
26031         dynamic scoping.
26032         (byte-compile-tag-number): Declare before first use.
26033         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26034         `return' even if make-spliceable.
26035         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26036         obsolete interactive-p.
26037         (byte-optimize-lapcode): Optimize new lap-codes.
26038         Don't trip up on new form of `byte-constant' lap code.
26040         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26042         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26044         * custom.el (custom-initialize-default, custom-declare-variable):
26045         Use `defvar'.
26047         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26048         New variables.
26049         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26050         (COMPILE_FIRST): Add macroexp and cconv.
26051         * makefile.w32-in: Mirror changes in Makefile.in.
26053         * vc/cvs-status.el:
26054         * vc/diff-mode.el:
26055         * vc/log-edit.el:
26056         * vc/log-view.el:
26057         * vc/smerge-mode.el:
26058         * textmodes/bibtex-style.el:
26059         * textmodes/css-mode.el:
26060         * startup.el:
26061         * uniquify.el:
26062         * minibuffer.el:
26063         * newcomment.el:
26064         * reveal.el:
26065         * server.el:
26066         * mpc.el:
26067         * emacs-lisp/smie.el:
26068         * doc-view.el:
26069         * dired.el:
26070         * abbrev.el: Use lexical binding.
26072 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
26074         * info.el (info-display-manual): New function.
26076 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26078         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26080 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
26082         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26083         an entry for that server in rcirc-authinfo.  (Bug#8385)
26085 2011-03-31  Glenn Morris  <rgm@gnu.org>
26087         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26089         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26091 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
26093         * progmodes/python.el (python-default-interpreter)
26094         (python-python-command-args, python-jython-command-args)
26095         (python-which-shell, python-which-args, python-which-bufname)
26096         (python-file-queue, python-comint-output-filter-function)
26097         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26098         variables and functions.
26100 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26102         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26103         (completion-in-region-mode): New minor mode.
26104         (completion-in-region): Use it.
26105         (completion-in-region--data, completion-in-region-mode-map): New vars.
26106         (completion-in-region--postch): New function.
26107         (completion--capf-misbehave-funs, completion--capf-safe-funs):
26108         New vars.
26109         (completion--capf-wrapper): New function.
26110         (completion-at-point): Use it to track well-behavedness of
26111         hook functions.
26112         (completion-help-at-point): New command.
26114 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
26116         * vc/add-log.el (add-change-log-entry): Don't use whitespace
26117         syntax class to search for whitespace on a single line
26118         (Message-ID: <4D938140.4030905@redhat.com>).
26120 2011-03-30  Leo Liu  <sdl.web@gmail.com>
26122         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26123         New commands.
26124         (edit-abbrevs-map): Bind them here.
26125         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
26127 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
26129         * allout.el (allout-hide-by-annotation, allout-flag-region):
26130         Reduce possibility of overlay leakage by making them volatile.
26132         * allout-widgets.el (allout-widgets-tally): Define as nil so the
26133         hash is not shared between buffers.  Mode initialization is
26134         responsible for giving it a useful starting value.
26135         (allout-item-span): Reduce possibility of overlay leakage by
26136         making them volatile.
26137         (allout-widgets-count-buttons-in-region): Add diagnostic function
26138         for tracking down button overlay leaks.
26140 2011-03-29  Leo Liu  <sdl.web@gmail.com>
26142         * ido.el (ido-read-internal): Use the default history var
26143         minibuffer-history if no HISTORY is specified.
26145 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
26147         * net/imap.el (imap-shell-open, imap-process-connection-type):
26148         Use imap-process-connection-type for 'shell' streams as well as
26149         Kerberos, SSL, other subprocesses.
26151 2011-03-28  Leo Liu  <sdl.web@gmail.com>
26153         * abbrev.el (abbrev-table-empty-p): New function.
26154         (prepare-abbrev-list-buffer): Place empty abbrev tables after
26155         nonempty ones.  (Bug#5937)
26157 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
26159         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26161 2011-03-27  Leo Liu  <sdl.web@gmail.com>
26163         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26164         for foreground and background colors.
26165         (ansi-color-make-color-map): Adapt.
26167 2011-03-25  Leo Liu  <sdl.web@gmail.com>
26169         * midnight.el (midnight-time-float): Remove.  Note it calculates
26170         the microsecond component incorrectly and seconds-to-time does the
26171         same job.
26172         Remove redundant (require 'timer).
26174         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26175         (ido-completions): Remove unused arguments.  (Bug#8329)
26177 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26179         * minibuffer.el (completion--flush-all-sorted-completions):
26180         Remove itself from hook.
26181         (completion-at-point): Let the functions perform the completion
26182         immediately and return nil or t.
26183         * comint.el (comint-dynamic-complete-functions): Now identical to
26184         completion-at-point-functions.
26185         (comint-dynamic-list-input-ring): Remove unused var `index'.
26186         (comint--match-partial-filename, comint--unquote&expand-filename):
26187         New funs, split from comint-match-partial-filename.
26188         (comint-dynamic-complete): Use completion-at-point.
26189         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26191 2011-03-24  Drew Adams  <drew.adams@oracle.com>
26193         * thingatpt.el: Support `defun'.
26195 2011-03-23  Leo Liu  <sdl.web@gmail.com>
26197         * abbrevlist.el: Move to obsolete/abbrevlist.el.
26199         * help-mode.el (help-mode-finish): Tweak regexp.
26201 2011-03-23  Glenn Morris  <rgm@gnu.org>
26203         * eshell/esh-opt.el (eshell-eval-using-options):
26204         Do not bind unused local variable `eshell-option-stub'.
26206         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26208 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26210         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26211         keymap variable in `with-no-warnings' to avoid a warning when the
26212         keymap has been already `defconst'ed.
26214 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26216         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26217         encode all chars in abbrevs; otherwise use emacs-mule or
26218         utf-8-emacs.  (Bug#8308)
26220 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26222         * simple.el (backward-delete-char-untabify):
26223         Avoid warning about using `delete-backward-char'.
26225         * image.el (image-type-file-name-regexps): Make it variable.
26226         `imagemagick-register-types' modifies it, and the user may want
26227         to add new extensions for known image types.
26228         (imagemagick-register-types): Throw error if not using ImageMagick.
26230 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26232         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26233         located before rcirc-prompt-end-marker.
26234         (rcirc-complete): Error if point is not after rcirc prompt.
26235         Handle the case when table is nil.
26236         (rcirc-user-authenticated): Define to fix compiler warning.
26238 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
26240         * custom.el (custom--inhibit-theme-enable): Make it affect only
26241         custom-theme-set-variables and custom-theme-set-faces.
26242         (provide-theme): Ignore custom--inhibit-theme-enable.
26243         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26244         (custom-enabling-themes): Delete variable.
26245         (enable-theme): Accept only loaded themes as arguments.
26246         Ignore the special custom-enabled-themes variable.
26247         (custom-enabled-themes): Forbid themes from setting this.
26248         Eliminate use of custom-enabling-themes.
26249         (custom-push-theme): Quote "changed" custom var entry.
26251 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26253         * ido.el (ido-read-internal): Add ido-selected to history instead
26254         of user input.
26256 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26258         * subr.el (deferred-action-list, deferred-action-function):
26259         Mark obsolete.
26261 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26263         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26264         change on 2011-02-13 (bug#8309).
26266         * minibuffer.el (read-file-name-function): Change default value.
26267         (read-file-name--defaults): Rename from read-file-name-defaults.
26268         (read-file-name-default): Rename from read-file-name.
26269         (read-file-name): Call read-file-name-function.
26271 2011-03-21  Glenn Morris  <rgm@gnu.org>
26273         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26274         Doc fixes.
26276 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
26278         * cus-theme.el: Add missing provide statement.
26279         (customize-create-theme): Extract theme value correctly.
26280         (custom-theme-visit-theme): Autoload.
26281         (customize-create-theme): Prompt before inserting default faces.
26283 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
26285         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26286         units and musical notes.
26288 2011-03-20  Leo Liu  <sdl.web@gmail.com>
26290         * ido.el (ido-read-internal): Use completing-read-default.
26291         (ido-completing-read): Fix compatibility with completing-read.
26293 2011-03-20  Christian Ohler  <ohler@gnu.org>
26295         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26296         (ert-delete-all-tests): Use `called-interactively-p' rather than
26297         `interactive-p'.
26298         (ert--make-xrefs-region): Respect END.
26300 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26302         * dired-aux.el (dired-create-directory): Signal an error if the
26303         directory already exists (Bug#8246).
26305         * facemenu.el (list-colors-display): Call list-faces-display
26306         inside with-help-window.
26307         (list-colors-print): Use display property to align the final
26308         column, instead of checking window-width.
26310 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
26312         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26313         windows-nt systems.
26314         (emerge-protect-metachars): Quote correctly for ms-dos and
26315         windows-nt systems.
26317 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
26319         * info.el (info-initialize): Replace all uses of `:' with
26320         path-separator for compatibility with non-Unix systems.
26321         Cache quoting of path-separator.  (Bug#8258)
26323 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
26325         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26326         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26327         (mouse-avoidance-mode): Fix typos in docstrings.
26329 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26331         * startup.el (package-subdirectory-regexp): Move from package.el.
26332         Omit \\` and \\', and let callers add them.
26334         * emacs-lisp/package.el (package-strip-version)
26335         (package-load-all-descriptors): Add \\` and \\' to
26336         package-subdirectory-regexp before using it.
26337         (package-untar-buffer): New arg DIR; ensure that file untars only
26338         into this expected directory.  Remove superfluous delete-region.
26339         (package-unpack): Caller changed.
26340         (package-tar-file-info): Use package-subdirectory-regexp.
26342 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26344         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26345         diff-mode-shared-map (bug#8284).
26346         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26348 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26350         * calendar/time-date.el (format-seconds): Use assoc instead of
26351         assoc-string, since assoc-string doesn't exist in XEmacs.
26353 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
26355         * custom.el (custom-known-themes): Reflow docstring.
26356         (custom-theme-load-path): Fix typo in docstring.
26357         (load-theme): Fix typo in error message.
26358         (custom-available-themes, custom-variable-theme-value):
26359         Use `let', not `let*'.
26361 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
26363         * calc/README: Mention inclusion of musical notes.
26365         * calc/calc-units.el (calc-lu-quant): Rename from
26366         `calc-logunits-quantity'.
26367         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26368         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26369         (calc-db): Rename from `calc-dblevel'.
26370         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26371         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26372         (calc-np): Rename from `calc-nplevel'.
26373         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26374         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26375         (calc-lu-plus): Rename from `calc-logunits-add'.
26376         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26377         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26378         (calc-lu-minus): Rename from `calc-logunits-sub'.
26379         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26380         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26381         (calc-lu-times): Rename from `calc-logunits-mul'.
26382         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26383         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26384         (calc-lu-divide): Rename from `calc-logunits-div'.
26385         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26386         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26388         * calc/calc-ext.el (calc-init-extensions): Update the names of the
26389         functions being autoloaded.
26391         * calc/calc.el (calc-lu-power-reference): Rename from
26392         `calc-logunits-power-reference'.
26393         (calc-lu-field-reference): Rename from
26394         `calc-logunits-field-reference'.
26396         * calc/calc-help.el (calc-l-prefix-help):
26397         Mention musical note functions.
26399 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26401         * minibuffer.el (completion-all-sorted-completions):
26402         Use :completion-cycle-penalty text property if present.
26404 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
26406         * allout.el (allout-yank-processing): Adjust for new rebulleting
26407         regime so bullet being yanked is used without prompting the user
26408         for a choice.
26410 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26412         * startup.el (command-line): Warn the user that _emacs is deprecated.
26414 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26416         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26417         (delphi-verbose, delphi-comment-face, delphi-string-face)
26418         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26419         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26420         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26421         (delphi-new-comment-line, delphi-font-lock-defaults)
26422         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26423         Fix typos in docstrings.
26425 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
26427         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26428         Invert the roles of character and string values for INSTEAD, so a
26429         string is used for the more common case of a defaulting prompt.
26431 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26433         * progmodes/ruby-mode.el (ruby-backward-sexp):
26434         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26435         * play/gamegrid.el (gamegrid-make-face):
26436         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26437         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26438         * notifications.el (notifications-notify):
26439         * net/xesam.el (xesam-search-engines):
26440         * net/quickurl.el (quickurl-list-insert):
26441         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26443 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
26445         * startup.el (command-line): Update package subdirectory regexp.
26447 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26449         * allout.el (allout-abbreviate-flattened-numbering)
26450         (allout-mode-deactivate-hook): Fix up obsolescence "date".
26452         * subr.el (read-char-choice): Only show the cursor after the prompt,
26453         not after the answer.
26455 2011-03-15  Kevin Ryde  <user42@zip.com.au>
26457         * help-fns.el (variable-at-point): Skip leading quotes, if any
26458         (bug#8253).
26460 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26462         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26463         warning message.
26465 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
26467         * shell.el (shell): When called interactively, offer to change the
26468         shell file name on remote hosts.
26470 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
26472         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26473         integration for LDAP parameters.  The host, base, user or binddn,
26474         and secret tokens can be specified in a netrc file, for instance.
26475         This is optional because an `auth-source' parameter must be
26476         specified in the search attributes.
26478 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
26480         * help.el (describe-mode): Link to the mode's definition (bug#8185).
26482 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26484         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26485         into declaration.  Remove redundant and harmful binding.
26487 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
26489         * files.el (file-ownership-preserved-p): Pass `integer' as an
26490         explicit 2nd argument to `file-attributes'.  If the file's owner
26491         is the Administrators group on Windows, and the current user is
26492         Administrator, consider that a match.
26494         * server.el (server-ensure-safe-dir): Consider server directory
26495         safe on MS-Windows if its owner is the Administrators group while
26496         the current Emacs user is Administrator.  Use `=' to compare
26497         numerical UIDs, since they could be integers or floats.
26499 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
26501         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26503 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
26505         Sync with Tramp 2.2.1.
26507         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26509         * net/trampver.el: Update release number.
26511 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26513         * progmodes/compile.el (compilation--previous-directory): Fix up
26514         various nil/dead-marker mismatches (bug#8014).
26515         (compilation-directory-properties, compilation-error-properties):
26516         Don't call it at a position past the one we're about to change.
26518         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26519         Disable obsolescence warnings in the file that declares it.
26521 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
26523         * allout-widgets.el (allout-widgets-tally):
26524         Initialize allout-widgets-tally as a hash table rather than nil to
26525         prevent mode-line redisplay warnings.  Also, clarify the module
26526         description and fix a comment typo.
26528 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
26530         * help-fns.el (describe-variable): Don't complete keywords.
26531         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26533 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
26535         * emacs-lisp/package.el (package-version-join): Impose a standard
26536         string representation for pre/alpha/beta version lists.
26537         (package-unpack-single): Standardize the directory name by passing
26538         it through package-version-join.
26539         (package-strip-rcs-id): Accept any version string that does not
26540         signal an error in version-to-list.
26542 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
26544         * simple.el (delete-trailing-whitespace): Return nil for the
26545         benefit of `write-file-functions'.
26547 2011-03-10  Glenn Morris  <rgm@gnu.org>
26549         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26551         * vc/vc-git.el (vc-git-program): New option.
26552         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26553         (vc-git--call): Use it.
26555         * eshell/esh-util.el (eshell-condition-case): Doc fix.
26557         * cus-edit.el (Custom-newline): If no button at point, look
26558         for a subgroup button at start-of-line.  (Bug#2298)
26560         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26562 2011-03-10  Julien Danjou  <julien@danjou.info>
26564         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26565         `cursor-type' is nil.
26567 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
26569         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26571 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
26573         * allout.el: Change so yank of distinctive-bullet items
26574         preserves the existing header prefix, rebulleting it if necessary,
26575         rather than replacing it.  This is necessary for proper operation
26576         of cooperative addons like allout-widgets.
26577         (allout-make-topic-prefix, allout-rebullet-heading):
26578         Change SOLICIT arg to INSTEAD, and interpret additionally a string
26579         value as alternate bullet to be used, instead of prompting the user
26580         for a bullet character.
26582 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
26584         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26585         Do not use `tramp-file-name-port', because this returns also
26586         `tramp-default-port'.
26588 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
26590         * net/rcirc.el (rcirc-handler-001): Remove useless
26591         with-rcirc-process-buffer.
26592         (rcirc-check-auth-status): Swap arguments to string-match.
26594 2011-03-09  Glenn Morris  <rgm@gnu.org>
26596         * shell.el (shell-mode):
26597         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
26599         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26600         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
26602 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26604         * emacs-lisp/package.el (package-refresh-contents)
26605         (package-menu-execute): Use condition-case-no-debug.
26607 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
26609         * simple.el (shell-command-to-string): Use `process-file'.
26611         * emacs-lisp/package.el (package-tar-file-info): Handle also
26612         remote files.
26614         * emacs-lisp/package-x.el (package-upload-buffer-internal):
26615         Use `equal' for upload base check.
26617 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
26619         * textmodes/texinfo.el (texinfo-environments):
26620         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
26622 2011-03-08  Glenn Morris  <rgm@gnu.org>
26624         * cus-start.el (cursor-in-non-selected-windows):
26625         Fix :set quoting oddness.  (Bug#8192)
26627         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26628         in some setf expressions.  (Bug#2159)
26630 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26632         * custom.el (custom-available-themes): Return themes in
26633         alphabetical order.
26635 See ChangeLog.15 for earlier changes.
26637 ;; Local Variables:
26638 ;; coding: utf-8
26639 ;; End:
26641   Copyright (C) 2011-2013 Free Software Foundation, Inc.
26643   This file is part of GNU Emacs.
26645   GNU Emacs is free software: you can redistribute it and/or modify
26646   it under the terms of the GNU General Public License as published by
26647   the Free Software Foundation, either version 3 of the License, or
26648   (at your option) any later version.
26650   GNU Emacs is distributed in the hope that it will be useful,
26651   but WITHOUT ANY WARRANTY; without even the implied warranty of
26652   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26653   GNU General Public License for more details.
26655   You should have received a copy of the GNU General Public License
26656   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.