* lisp/progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
[emacs.git] / lisp / ChangeLog
blob1836465453921e0b9e0984de81799a758a6e1526
1 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
4         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
5         some tweaks, instead.
7 2013-05-05  Leo Liu  <sdl.web@gmail.com>
9         * progmodes/octave.el (octave-font-lock-keywords)
10         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11         (inferior-octave-send-list-and-digest): Improve error message.
12         (octave-mode, inferior-octave-mode): Use setq-local.
13         (octave-help): Set info-lookup-mode.
15 2013-05-05  Richard Stallman  <rms@gnu.org>
17         * vc/compare-w.el (compare-windows-whitespace):
18         Treat no-break space as whitespace.
20         * mail/rmailsum.el (rmail-summary-rmail-update):
21         Detect empty summary and don't change selected message.
22         (rmail-summary-goto-msg): Likewise.
24         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
25         Doc fixes, rename args.
27 2013-05-05  Alan Mackenzie  <acm@muc.de>
29         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
31 2013-05-05  Juri Linkov  <juri@jurta.org>
33         * info.el (Info-read-subfile): Use (point-min) instead of (point)
34         to not add the length of the summary segment to the return value.
35         (Bug#14125)
37 2013-05-05  Leo Liu  <sdl.web@gmail.com>
39         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
40         (inferior-octave-output-filter): Remove.
41         (octave-send-region, inferior-octave-startup): Fix callers.
42         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
43         (octave-binary-file-extensions): New user variable.
44         (octave-find-definition): Confirm if opening binary files.
45         (octave-help-file): Use octave-find-definition to get the binary
46         confirmation.
47         (octave-help): Adjust for octave-help-file change.
49 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
52         Merge the two entries that handle function definitions.
53         (pascal--syntax-propertize): New const.
54         (pascal-mode): Use it.  Use setq-local.
56 2013-05-04  Glenn Morris  <rgm@gnu.org>
58         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
59         (diary-from-outlook): Respect diary-from-outlook-function.
61 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
63         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
64         Move the declaration from C.
65         (read-minibuffer, eval-minibuffer): Move from C.
66         (completion-setup-function): Avoid minibuffer-completion-contents.
68 2013-05-03  Leo Liu  <sdl.web@gmail.com>
70         * progmodes/octave.el (octave-font-lock-keywords): Do not
71         dehighlight 'end' in comments or strings.
72         (octave-completing-read, octave-goto-function-definition):
73         New helpers.
74         (octave-help-buffer): New user variable.
75         (octave-help-file, octave-help-function): New button types.
76         (octave-help): New command and bind it to C-h ;.
77         (octave-find-definition): New command and bind it to M-.
78         (user-error): Alias to error if not defined.
80 2013-05-02  Leo Liu  <sdl.web@gmail.com>
82         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
83         for \.  (bug#14332)
84         (octave-font-lock-keywords): Include [ and {.
86 2013-05-02  Leo Liu  <sdl.web@gmail.com>
88         * progmodes/octave.el (inferior-octave-startup-file): Change default.
89         (inferior-octave): Remove calling comint-mode and return the buffer.
90         (inferior-octave-startup): Cosmetic changes.
92 2013-05-02  Leo Liu  <sdl.web@gmail.com>
94         * progmodes/octave.el (octave-syntax-propertize-function):
95         Include the case when ' is at line beginning.  (Bug#14336)
97 2013-05-02  Glenn Morris  <rgm@gnu.org>
99         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
100         * desktop.el (vc-dir-mode): Just autoload it here.
102 2013-05-02  Alan Mackenzie  <acm@muc.de>
104         Eliminate variable c-standard-font-lock-fontify-region-function.
105         * progmodes/cc-mode.el
106         (c-standard-font-lock-fontify-region-function): Remove.
107         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
109 2013-05-01  Leo Liu  <sdl.web@gmail.com>
111         * progmodes/octave.el: Compatible with older emacs-24 releases.
112         (inferior-octave-has-built-in-variables): Remove.  Built-in
113         variables were removed from Octave in 2007.
114         (inferior-octave-startup): Fix uses.
115         (comint-line-beginning-position): Remove compatibility code for
116         emacs 21.
118 2013-05-01  Juri Linkov  <juri@jurta.org>
120         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
122 2013-05-01  Juri Linkov  <juri@jurta.org>
124         * comint.el (comint-previous-matching-input): Don't print message
125         "History item: %d" when `isearch-mode' is active.
126         (comint-history-isearch-message): Print message "History item: %d"
127         when `comint-input-ring-index' is not empty and this function is
128         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
130 2013-05-01  Leo Liu  <sdl.web@gmail.com>
132         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
133         definitions.  Use completion-at-point to insert keywords.
134         (octave-abbrev-start): Remove.
135         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
137 2013-04-30  Leo Liu  <sdl.web@gmail.com>
139         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
140         change.
142 2013-04-30  Alan Mackenzie  <acm@muc.de>
144         Handle arbitrarily long C++ member initialisation lists.
145         * progmodes/cc-engine.el (c-back-over-member-initializers):
146         new function.
147         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
148         (most) member init lists.
150 2013-04-30  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
152         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
153         variable.
155 2013-04-30  Leo Liu  <sdl.web@gmail.com>
157         * progmodes/octave.el (octave-variables): Remove.  No builtin
158         variables any more.  All converted to functions.
159         (octave-font-lock-keywords, octave-completion-at-point-function):
160         Fix uses.
161         (octave-font-lock-texinfo-comment): New user variable.
162         (octave-texinfo-font-lock-keywords): New variable for texinfo
163         comment block.
164         (octave-function-comment-block): New face.
165         (octave-font-lock-texinfo-comment): New function.
166         (octave-mode): Font lock texinfo comment block.
168 2013-04-29  Leo Liu  <sdl.web@gmail.com>
170         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
171         indexing expression.
172         (octave-continuation-string): Do not use \.
173         (inferior-octave-complete-impossible): Remove.
174         (inferior-octave-completion-table)
175         (inferior-octave-completion-at-point): Remove its uses.
176         (inferior-octave-startup): completion_matches was introduced to
177         Octave in 1996 so safe to assume it.
178         (octave-function-file-comment): Improve to follow how Octave does it.
179         (octave-update-function-file-comment): Tweak.
181 2013-04-29  Leo Liu  <sdl.web@gmail.com>
183         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
184         (inferior-octave-startup): Remove inferior-octave-startup-hook.
185         (octave-function-file-comment): Fix typo.
186         (octave-sync-function-file-names): Use read-char-choice.
188 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
190         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
191         to t for the less important warnings.
193 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
195         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
197 2013-04-27  Glenn Morris  <rgm@gnu.org>
199         * vc/log-view.el (log-view-current-entry):
200         Treat "---" separator lines as part of the following rev.  (Bug#14169)
202 2013-04-27  Juri Linkov  <juri@jurta.org>
204         * subr.el (read-number): Doc fix about using it by interactive
205         code letter `n'.  (Bug#14254)
207 2013-04-27  Juri Linkov  <juri@jurta.org>
209         * desktop.el (desktop-auto-save-timeout): New option.
210         (desktop-file-checksum): New variable.
211         (desktop-save): Add optional arg `auto-save' and don't auto-save
212         if nothing changed.
213         (desktop-auto-save-timer): New variable.
214         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
215         (after-init-hook): Call `desktop-auto-save-set-timer'.
216         Suggested by Reuben Thomas <rrt@sc3d.org> in
217         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
219 2013-04-27  Leo Liu  <sdl.web@gmail.com>
221         * progmodes/octave.el (octave-function-file-p)
222         (octave-skip-comment-forward, octave-function-file-comment)
223         (octave-update-function-file-comment): New functions.
224         (octave-mode-map): Bind C-c ; to
225         octave-update-function-file-comment.
226         (octave-mode-menu): Add octave-update-function-file-comment.
227         (octave-mode, inferior-octave-mode): Fix doc-string.
228         (octave-insert-defun): Conform to Octave's coding convention.
229         (Bug#14285)
231         * files.el (basic-save-buffer): Don't let errors in
232         before-save-hook prevent saving buffer.
234 2013-04-20  Roland Winkler  <winkler@gnu.org>
236         * faces.el (read-face-name): Use completing-read if arg multiple
237         is nil.
239 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
241         * ls-lisp.el (ls-lisp-insert-directory): If no files are
242         displayed, move point to after the totals line.
243         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
244         for the details.
246 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * emacs-lisp/package.el (package-autoload-ensure-default-file):
249         Add current dir to the load-path.
250         (package-generate-autoloads): Don't rely on
251         autoload-ensure-default-file.
253 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
255         * textmodes/remember.el (remember-store-in-files): Document that
256         the file name format is passed to `format-time-string'.
258 2013-04-26  Leo Liu  <sdl.web@gmail.com>
260         * progmodes/octave.el (octave-sync-function-file-names): New function.
261         (octave-mode): Use it in before-save-hook.
263 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
265         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
266         (bug#14274).
268         * progmodes/octave.el (octave-smie-forward-token): Properly skip
269         \n and comment, even if it's not an implicit ; (bug#14218).
271 2013-04-26  Glenn Morris  <rgm@gnu.org>
273         * subr.el (read-number): Once more use `read' rather than
274         `string-to-number', to trap non-numeric input.  (Bug#14254)
276 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
278         * emacs-lisp/syntax.el (syntax-propertize-multiline):
279         Use `syntax-multiline' text property consistently instead of
280         `font-lock-multiline'. (bug#14237).
282 2013-04-26  Glenn Morris  <rgm@gnu.org>
284         * emacs-lisp/shadow.el (list-load-path-shadows):
285         No longer necessary to check for duplicate simple.el, since
286         2012-07-07 change to init_lread to not include installation lisp
287         directories in load-path when running uninstalled.  (Bug#14270)
289 2013-04-26  Leo Liu  <sdl.web@gmail.com>
291         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
292         (octave-mode, inferior-octave-mode): Use setq-local.
293         (octave-not-in-string-or-comment-p): Rename to
294         octave-in-string-or-comment-p.
295         (octave-in-comment-p, octave-in-string-p)
296         (octave-in-string-or-comment-p): Replace defsubst with defun.
298 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
300         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
302 2013-04-25  Bastien Guerry  <bzg@gnu.org>
304         * textmodes/remember.el (remember-data-directory)
305         (remember-directory-file-name-format): Fix custom types.
307 2013-04-25  Leo Liu  <sdl.web@gmail.com>
309         * progmodes/octave.el (octave-completion-at-point-function):
310         Make use of inferior octave process.
311         (octave-initialize-completions): Remove.
312         (inferior-octave-completion-table): New function.
313         (inferior-octave-completion-at-point): Use it.
314         (octave-completion-alist): Remove.
316 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * progmodes/opascal.el: Use font-lock and syntax-propertize.
319         (opascal-mode-syntax-table): New var.
320         (opascal-literal-kind, opascal-is-literal-end)
321         (opascal-literal-token-at): Rewrite.
322         (opascal--literal-start-re, opascal-font-lock-keywords)
323         (opascal--syntax-propertize): New constants.
324         (opascal-font-lock-defaults): Adjust.
325         (opascal-mode): Use them.  Set comment-<foo> variables as well.
326         (delphi-comment-face, opascal-comment-face, delphi-string-face)
327         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
328         (delphi-other-face, opascal-other-face): Remove face variables.
329         (opascal-save-state): Remove macro.
330         (opascal-fontifying-progress-step): Remove constant.
331         (opascal--ignore-changes): Remove var.
332         (opascal-set-token-property, opascal-parse-next-literal)
333         (opascal-is-stable-literal, opascal-complete-literal)
334         (opascal-is-literal-start, opascal-face-of)
335         (opascal-parse-region, opascal-parse-region-until-stable)
336         (opascal-fontify-region, opascal-after-change)
337         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
338         (opascal-debug-parse-region, opascal-debug-parse-window)
339         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
340         (opascal-debug-fontify-buffer): Remove.
341         (opascal-debug-mode-map): Adjust accordingly.
343 2013-04-25  Leo Liu  <sdl.web@gmail.com>
345         Merge octave-mod.el and octave-inf.el into octave.el with some
346         cleanups.
347         * progmodes/octave.el: New file renamed from octave-mod.el.
348         * progmodes/octave-inf.el: Merged into octave.el.
349         * progmodes/octave-mod.el: Renamed to octave.el.
351 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
353         * textmodes/reftex-vars.el
354         (reftex-label-ignored-macros-and-environments): New defcustom.
356         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
358 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
360         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
361         (smie-indent-keyword): Improve the check to ensure that the next
362         comment is really on the same line.
363         (smie-indent-comment): Don't align with a subsequent closer (or eob).
365         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
366         semi-colons if the line is not otherwise empty (bug#14218).
368 2013-04-25  Glenn Morris  <rgm@gnu.org>
370         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
372 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * progmodes/opascal.el (opascal-set-token-property): Rename from
375         opascal-set-text-properties and only set `token' (bug#14134).
376         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
377         (opascal-literal-text-properties): Remove.
378         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
379         Adjust callers.
381 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
383         * textmodes/remember.el (remember-handler-functions): Add an
384         option for a new handler `remember-store-in-files'.
385         (remember-data-directory, remember-directory-file-name-format):
386         New options.
387         (remember-store-in-files): New function to store remember notes
388         as separate files within a directory.
390 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
392         * progmodes/compile.el (compilation-next-error-function):
393         Pass "formats" to compilation-find-file (bug#11777).
395 2013-04-24  Glenn Morris  <rgm@gnu.org>
397         * vc/vc-bzr.el (vc-bzr-print-log):
398         * vc/vc-hg.el (vc-hg-print-log):
399         * vc/vc-svn.el (vc-svn-print-log):
400         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
402         * vc/vc-bzr.el (vc-bzr-print-log):
403         * vc/vc-cvs.el (vc-cvs-print-log):
404         * vc/vc-git.el (vc-git-print-log):
405         * vc/vc-hg.el (vc-hg-print-log):
406         * vc/vc-mtn.el (vc-mtn-print-log):
407         * vc/vc-rcs.el (vc-rcs-print-log):
408         * vc/vc-sccs.el (vc-sccs-print-log):
409         * vc/vc-svn.el (vc-svn-print-log):
410         * vc/vc.el (vc-print-log-internal): Doc fixes.
412 2013-04-23  Glenn Morris  <rgm@gnu.org>
414         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
415         Remove venerable code attempting to avoid substitute-command-keys.
417 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
419         * textmodes/reftex-vars.el (reftex-label-regexps):
420         Call `reftex-compile-variables' after changes to this variable.
422 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
425         Use lexical-binding.
426         (jit-lock-force-redisplay): Use markers, check buffer's continued
427         existence and beware narrowed buffers.
428         (jit-lock-fontify-now): Adjust call accordingly.
430 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
432         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
433         to avoid misleading the user.
435 2013-04-22  Leo Liu  <sdl.web@gmail.com>
437         * info-look.el: Prefer latex2e.info.  (Bug#14240)
439 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
441         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
443         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
444         * net/tramp.el (tramp-call-process): ... here
445         (tramp-set-completion-function, tramp-parse-putty):
446         * net/tramp-adb.el (tramp-adb-execute-adb-command):
447         * net/tramp-gvfs.el (tramp-gvfs-send-command):
448         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
449         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
450         (tramp-call-local-coding-command): Use `tramp-call-process'
451         instead of `tramp-compat-call-process'.
453         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
454         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
455         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
456         (tramp-find-inline-compress):Improve traces.
457         (tramp-maybe-send-script): Check for Perl binary.
458         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
460 2013-04-22  Daiki Ueno  <ueno@gnu.org>
462         * epg.el (epg-context-pinentry-mode): New function.
463         (epg-context-set-pinentry-mode): New function.
464         (epg--start): Pass --pinentry-mode option to gpg command.
466 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
468         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
469         `comint-dynamic-complete' is obsolete since 24.1, replaced by
470         `completion-at-point'. (Bug#13774)
472         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
473         default key binding for `describe-distribution' has been moved to
474         `C-h C-o'.  (Bug#13970)
476 2013-04-21  Glenn Morris  <rgm@gnu.org>
478         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
479         Add doc strings.
480         (vc-print-log): Clarify interactive prompt.
482 2013-04-20  Glenn Morris  <rgm@gnu.org>
484         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
485         No longer include timestamp etc information.
487 2013-04-20  Roland Winkler  <winkler@gnu.org>
489         * faces.el (read-face-name): Bug fix, return just one face if arg
490         multiple is nil.  (Bug#14209)
492 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
495         (remove-function): Autoload.
497         * comint.el (comint-redirect-original-filter-function): Remove.
498         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
499         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
500         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
501         * progmodes/prolog.el (prolog-consult-compile):
502         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
503         Use add/remove-function instead.
504         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
505         (gud-tooltip-process-output, gud-tooltip-tips):
506         Use add/remove-function instead.
507         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
508         (scheme-interaction-mode, exit-scheme-interaction-mode):
509         Use add/remove-function instead.
511         * vc/vc-dispatcher.el: Use lexical-binding.
512         (vc--process-sentinel): Rename from vc-process-sentinel.
513         Change last arg to be the code to run.  Don't use vc-previous-sentinel
514         and vc-sentinel-commands any more.
515         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
516         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
518 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
520         * progmodes/sh-script.el (sh-imenu-generic-expression):
521         Handle function names with a single character.   (Bug#14111)
523 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
525         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
526         for subroutines defined in an eval (bug#14182).
528 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
530         * bookmark.el (bookmark-completing-read): Improve handling of empty
531         string (bug#14176).
533 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
535         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
537 2013-04-19  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
539         New faster Imenu implementation (bug#14058).
540         * progmodes/python.el:
541         (python-imenu-prev-index-position):
542         (python-imenu-format-item-label-function)
543         (python-imenu-format-parent-item-label-function)
544         (python-imenu-format-parent-item-jump-label-function):
545         New vars.
546         (python-imenu-format-item-label)
547         (python-imenu-format-parent-item-label)
548         (python-imenu-format-parent-item-jump-label)
549         (python-imenu--put-parent, python-imenu--build-tree)
550         (python-imenu-create-index, python-imenu-create-flat-index)
551         (python-util-popn): New functions.
552         (python-mode): Set imenu-create-index-function to
553         python-imenu-create-index.
555 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * winner.el (winner-active-region): Use region-active-p, activate-mark
558         and deactivate-mark (bug#14225).
560         * simple.el (deactivate-mark): Don't inline it.
562 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
564         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
566 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
568         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
569         file extensions from the archive-mode entry in order to prefer
570         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
572 2013-04-18  Leo Liu  <sdl.web@gmail.com>
574         * bindings.el (help-event-list): Add ?\?.
576 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * subr.el (with-wrapper-hook): Declare obsolete.
579         * simple.el (filter-buffer-substring-function): New hook.
580         (filter-buffer-substring): Use it.
581         (filter-buffer-substring-functions): Mark obsolete.
582         * minibuffer.el (completion-in-region-function): New hook.
583         (completion-in-region): Use it.
584         (completion-in-region-functions): Mark obsolete.
585         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
586         * abbrev.el (abbrev-expand-function): New hook.
587         (expand-abbrev): Use it.
588         (abbrev-expand-functions): Mark obsolete.
589         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
590         and :filter-return.
592 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
594         * progmodes/python.el (python-nav--syntactically): Fix cornercases
595         and do not care about match data.
597 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
600         completion tables when completing error conditions and
601         `declare' arguments.
602         (lisp-complete-symbol, field-complete): Mark as obsolete.
603         (check-parens): Unmatched parens are user errors.
604         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
606 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
608         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
609         command changed buffer (ie. `flyspell-pre-buffer' is not current
610         buffer), which prevents making decisions based on invalid value of
611         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
612         cause an error when `flyspell-pre-point' was nil after switching
613         buffers.
614         (flyspell-post-command-hook): No longer needs to change buffers when
615         checking pre-word.  While at it remove unnecessary progn.
617 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
619         * textmodes/ispell.el (ispell-add-per-file-word-list):
620         Fix `flyspell-correct-word-before-point' error when accepting
621         words and `coment-padding' is an integer by using
622         `comment-normalize-vars' (Bug #14214).
624 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
626         New defun movement commands.
627         * progmodes/python.el (python-nav--syntactically)
628         (python-nav--forward-defun, python-nav-backward-defun)
629         (python-nav-forward-defun): New functions.
631 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
633         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
634         (python-syntax-context): Use named compiler-macro for backwards
635         compatibility with Emacs 24.x.
637 2013-04-17  Leo Liu  <sdl.web@gmail.com>
639         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
640         octave-hide-process-buffer.
642 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
645         (bug#14216).
647 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
649         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
650         Fix adjustment of offset when receiving incomplete responses from GDB
651         (bug#14129).
653 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
656         python-mode-abbrev-table.
657         (python-skeleton-define): Adjust accordingly.
658         (python-mode-abbrev-table): New table that inherits from it so that
659         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
661         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
662         (abbrev-symbol): Use it.
663         (abbrev--before-point): Use it since we already handle inheritance.
665 2013-04-16  Leo Liu  <sdl.web@gmail.com>
667         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
668         binding to info-lookup-symbol.
670 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
672         * minibuffer.el (completion--twq-all):
673         * term/ns-win.el (ns-initialize-window-system):
674         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
676 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
679         global bindings.
681         * doc-view.el (doc-view-start-process): Handle url-handler directories.
683 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
685         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
686         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
687         to nil.
688         (ruby-end-of-defun): Remove the unused arg, change the docstring
689         to reflect that this function is only used as the value of
690         `end-of-defun-function'.
691         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
692         to reflect an earlier change that beginning/end-of-defun functions
693         jump between methods in a class definition, as well as top-level
694         functions.
696 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * minibuffer.el (minibuffer-complete): Don't just scroll
699         a *Completions* that's been iconified.
700         (minibuffer-force-complete): Make sure repetitions do cycle when going
701         through completion-in-region -> minibuffer-complete.
703 2013-04-15  Alan Mackenzie  <acm@muc.de>
705         Correct the placement of c-cpp-delimiters when there're #s not at
706         col 0.
708         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
709         place a submatch around the #.
710         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
711         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
712         on the #, not BOL.
714 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * emacs-lisp/nadvice.el: Properly test names when adding advice.
717         (advice--member-p): New arg `name'.
718         (advice--add-function, advice-member-p): Use it (bug#14202).
720 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
722         Reformulate java imenu-generic-expression.
723         The old expression contained ill formed regexps.
725         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
726         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
727         (cc-imenu-java-method-arg-regexp): New defconsts.
728         (cc-imenu-java-build-type-args-regex): New defun.
729         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
730         handling of spaces in the regexp.
732 2013-03-15  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
734         * textmodes/ispell.el (ispell-command-loop): Remove
735         flyspell highlight of a word when ispell accepts it (bug #14178).
737 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
739         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
740         uses code from the previous `ange-ftp-run-real-handler'.
741         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
742         only in case that function exist.  This is needed for proper
743         unloading of Tramp.
745 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
747         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
749         * textmodes/reftex.el (reftex-compile-variables): Use it.
751 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
753         * files.el (normal-mode): Only use default major-mode if no other mode
754         was specified.
756         * emacs-lisp/trace.el (trace-values): New function.
758         * files.el: Allow : in local variables (bug#14089).
759         (hack-local-variable-regexp): New var.
760         (hack-local-variables-prop-line, hack-local-variables): Use it.
762 2013-04-13  Roland Winkler  <winkler@gnu.org>
764         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
765         data before it gets modified by bibtex-beginning-of-entry.
767 2013-04-13  Roland Winkler  <winkler@gnu.org>
769         * textmodes/bibtex.el (bibtex-url): Doc fix.
771 2013-04-13  Roland Winkler  <winkler@gnu.org>
773         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
774         does not visit a BibTeX file, exclude it from the list of buffers
775         returned by bibtex-initialize.
777 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
779         * window.el (split-window): Remove interactive form, since as a
780         command this function is a special case of split-window-below.
781         Correct doc string.
783 2013-04-12  Roland Winkler  <winkler@gnu.org>
785         * faces.el (read-face-name): Do not override value of arg default.
786         Allow single faces and strings as default values.  Remove those
787         elements from return value that are not faces.
788         (describe-face): Simplify.
789         (face-at-point): New optional args thing and multiple so that this
790         function can provide the same functionality previously provided by
791         read-face-name.
792         (make-face-bold, make-face-unbold, make-face-italic)
793         (make-face-unitalic, make-face-bold-italic, invert-face)
794         (modify-face, read-face-and-attribute): Use face-at-point.
796         * cus-edit.el (customize-face, customize-face-other-window)
797         * cus-theme.el (custom-theme-add-face)
798         * face-remap.el (buffer-face-set)
799         * facemenu.el (facemenu-set-face): Use face-at-point.
801 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
803         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
805 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
807         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
808         off leading { and trailing } from field values.
810 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * emacs-lisp/timer.el (timer--check): New function.
813         (timer--time, timer-set-function, timer-event-handler): Use it.
814         (timer-set-idle-time): Simplify.
815         (timer--activate): CSE.
816         (timer-event-handler): Give more info in error message.
817         (internal-timer-start-idle): New function, moved from C.
819         * mpc.el (mpc-proc): Add `restart' argument.
820         (mpc-proc-cmd): Use it.
821         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
822         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
823         less often.
825 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
827         * progmodes/sh-script.el: Implement `sh-mode' own
828         `add-log-current-defun-function' (bug#14112).
829         (sh-current-defun-name): New function.
830         (sh-mode): Use the function.
832 2013-04-09  Bastien Guerry  <bzg@gnu.org>
834         * simple.el (choose-completion-string): Fix docstring (bug#14163).
836 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
838         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
840         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
841         timer (bug#14156).
843 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
845         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
846         declaration.
848 2013-04-07  Leo Liu  <sdl.web@gmail.com>
850         * pcmpl-x.el: New file.
852 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
854         Do not set x-display-name until X connection is established.
855         This is needed to prevent from weird situation described at
856         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
857         * frame.el (make-frame): Set x-display-name after call to
858         window system initialization function, not before.
859         * term/x-win.el (x-initialize-window-system): Add optional
860         display argument and use it.
861         * term/w32-win.el (w32-initialize-window-system):
862         * term/ns-win.el (ns-initialize-window-system):
863         * term/pc-win.el (msdos-initialize-window-system):
864         Add compatible optional display argument.
866 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
868         * files.el (normal-backup-enable-predicate): On MS-Windows and
869         MS-DOS compare truenames of temporary-file-directory and of the
870         file, so that 8+3 aliases (usually found in $TEMP on Windows)
871         don't fail comparison by compare-strings.  Also, compare file
872         names case-insensitively on MS-Windows and MS-DOS.
874 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
877         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
879 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
881         * whitespace.el (whitespace-color-on, whitespace-color-off):
882         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
884 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
886         * ispell.el (ispell-set-spellchecker-params):
887         Really set `ispell-args' for all equivs.
889 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * ido.el (ido-completions): Use extra elements of ido-decorations
892         (bug#14143).
893         (ido-decorations): Update docstring.
895 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
897         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
898         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
899         nil during initialization, in order not to miss changes since the
900         file was opened.  (Bug#14140)
902 2013-04-05  Leo Liu  <sdl.web@gmail.com>
904         * kmacro.el (kmacro-call-macro): Fix bug#14135.
906 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
908         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
910 2013-04-04  Glenn Morris  <rgm@gnu.org>
912         * electric.el (electric-pair-inhibit-predicate): Add :version.
914 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
917         when a package is required several times (bug#14082).
919 2013-04-04  Roland Winkler  <winkler@gnu.org>
921         * faces.el (read-face-name): Behave as promised by the docstring.
922         Assume that arg default is a list of faces.
923         (describe-face): Call read-face-name with list of default faces.
925 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
927         * bookmark.el: Fix deletion of bookmarks (bug#13972).
928         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
929         (bookmark-bmenu-execute-deletions): Only skip first line if it's
930         the header.
931         (bookmark-exit-hook-internal): Save even if list is empty.
933 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
935         * emacs-lisp/package.el (package-pinned-packages): New var.
936         (package--add-to-archive-contents): Obey it (bug#14118).
938 2013-04-03  Alan Mackenzie  <acm@muc.de>
940         Handle `parse-partial-sexp' landing inside a comment opener
941         (Bug#13244). Also adapt to the new values of element 7 of a parse
942         state.
944         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
945         parameter `not-in-delimiter'.  Handle being inside comment opener.
946         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
947         character in case we're typing a '*' after a '/'.
948         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
949         instead by passing the parameter to c-state-pp-to-literal.
951         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
952         for elt. 7 of a parse state.
954 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
956         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
957         * international/latin1-disp.el, international/mule-util.el:
958         * language/cyril-util.el, language/european.el, language/ind-util.el:
959         * language/lao-util.el, language/thai.el, language/tibet-util.el:
960         * language/tibetan.el, language/viet-util.el:
961         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
963 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
966         (electric-pair-post-self-insert-function): Use it.
967         (electric-pair-default-inhibit): New function, extracted from
968         electric-pair-post-self-insert-function.
970 2013-03-31  Roland Winkler  <winkler@gnu.org>
972         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
974 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
976         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
978 2013-03-30  FabiĂ¡n Ezequiel Gallina  <fabian@anue.biz>
980         Un-indent after "pass" and "return" statements (Bug#13888)
981         * progmodes/python.el (python-indent-block-enders): New var.
982         (python-indent-calculate-indentation): Use it.
984 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
986         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
987         defun.  Defining it as defalias could introduce too eager
988         byte-compiler optimization.  (Bug#14030)
990 2013-03-30  Chong Yidong  <cyd@gnu.org>
992         * iswitchb.el (iswitchb-read-buffer): Fix typo.
994 2013-03-30  Leo Liu  <sdl.web@gmail.com>
996         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
997         (kmacro-execute-from-register): Pass the keyboard macro to
998         kmacro-call-macro or repeating won't work correctly.
1000 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
1002         * progmodes/subword.el: Back to using `forward-symbol'.
1004         * subr.el (forward-whitespace, forward-symbol)
1005         (forward-same-syntax): Move from thingatpt.el.
1007 2013-03-29  Leo Liu  <sdl.web@gmail.com>
1009         * kmacro.el (kmacro-to-register): New command.
1010         (kmacro-execute-from-register): New function.
1011         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
1013 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * mpc.el: Use defvar-local and setq-local.
1016         (mpc--proc-connect): Connection failures are not bugs.
1017         (mpc-mode-map): `follow-link' only applies to the buffer's content.
1018         (mpc-volume-map): Bind to the up-events.
1020 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1022         * progmodes/subword.el (superword-mode): Use `forward-sexp'
1023         instead of `forward-symbol'.
1025 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1027         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1028         (edebug--recursive-edit): Use it.
1029         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1030         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1032 2013-03-28  Leo Liu  <sdl.web@gmail.com>
1034         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
1036 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
1038         * facemenu.el (list-colors-callback): New defvar.
1039         (list-colors-redisplay): New function.
1040         (list-colors-display): Install list-colors-redisplay as the
1041         revert-buffer-function.  (Bug#14063)
1043 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1046         and suffixes don't overlap (bug#14061).
1048         * case-table.el: Use lexical-binding.
1049         (case-table-get-table): New function.
1050         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
1052 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1054         * progmodes/subword.el: Add `superword-mode' to do word motion
1055         over symbol_words (parallels and leverages `subword-mode' which
1056         does word motion inside MixedCaseWords).
1058 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1060         * eshell/em-unix.el: Move su and sudo to...
1061         * eshell/em-tramp.el: ...Eshell tramp module.
1063 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1066         Change return value to be a sexp.  Delay `get-buffer' to after
1067         restoring the desktop (bug#13951).
1069 2013-03-26  Leo Liu  <sdl.web@gmail.com>
1071         * register.el: Move semantic tag handling back to
1072         cedet/semantic/senator.el.  (Bug#14052)
1074 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1077         into the prompt either (bug#13963).
1079 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1082         part of "(error-foo)".
1084 2013-03-24  Juri Linkov  <juri@jurta.org>
1086         * replace.el (list-matching-lines-prefix-face): New defcustom.
1087         (occur-1): Pass `list-matching-lines-prefix-face' to the function
1088         `occur-engine' if `face-differs-from-default-p' returns t.
1089         (occur-engine): Add `,' inside backquote construct to evaluate
1090         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
1091         Pass `prefix-face' to the functions `occur-context-lines' and
1092         `occur-engine-add-prefix'.
1093         (occur-engine-add-prefix, occur-context-lines): Add optional arg
1094         `prefix-face' and propertize the prefix with `prefix-face'.
1095         (Bug#14017)
1097 2013-03-24  Leo Liu  <sdl.web@gmail.com>
1099         * nxml/rng-valid.el (rng-validate-while-idle)
1100         (rng-validate-quick-while-idle): Guard against deleted buffer.
1101         (Bug#13999)
1103         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1104         is the last entry in kill-buffer-hook.
1106         * files.el (kill-buffer-hook): Doc fix.
1108 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1110         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1111         Make it safe-local.
1113         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1115 2013-03-23  Leo Liu  <sdl.web@gmail.com>
1117         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1118         Remove.
1120         * nxml/rng-valid.el (rng-validate-mode)
1121         (rng-after-change-function, rng-do-some-validation):
1122         * nxml/rng-maint.el (rng-validate-buffer):
1123         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1124         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1125         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1126         (nxml-extend-after-change-region): Use with-silent-modifications.
1128         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1129         timer-idle-list.
1131         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1132         (rng-next-error-1, rng-previous-error-1): Do not let-bind
1133         timer-idle-list.  (Bug#13999)
1135 2013-03-23  Juri Linkov  <juri@jurta.org>
1137         * info.el (info-index-match): New face.
1138         (Info-index, Info-apropos-matches): Add a nested subgroup to the
1139         main pattern and add text properties with the new face to matches
1140         in index entries relative to the beginning of the index entry.
1141         (Bug#14015)
1143 2013-03-21  Eric Ludlam  <zappo@gnu.org>
1145         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1146         Inhibit read only while inserting objects.
1148 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1150         * progmodes/cfengine.el: Update docs to mention
1151         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
1152         symbol motion.  Remove "_" from the word syntax.
1154 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
1156         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1157         syntax for both `cfengine2-mode' and `cfengine3-mode'.
1159 2013-03-20  Juri Linkov  <juri@jurta.org>
1161         * info.el (Info-next-reference-or-link)
1162         (Info-prev-reference-or-link): New functions.
1163         (Info-next-reference, Info-prev-reference): Use them.
1164         (Info-try-follow-nearest-node): Handle footnote navigation.
1165         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
1167 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1169         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1170         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1172 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
1174         Suppress unnecessary non-ASCII chatter during build process.
1175         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1176         (batch-skkdic-convert): Suppress most of the chatter.
1177         It's not needed so much now that machines are faster,
1178         and its non-ASCII component was confusing; see Dmitry Gutov in
1179         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1181 2013-03-20  Leo Liu  <sdl.web@gmail.com>
1183         * ido.el (ido-chop): Fix bug#10994.
1185 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1187         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1188         Remove vars.
1189         (whitespace-color-on, whitespace-color-off):
1190         Use `font-lock-fontify-buffer' (Bug#13817).
1192 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1195         remapping in mode-line.
1196         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1198 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1200         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1201         value for `whitespace-line' face (Bug#13875).
1202         (whitespace-font-lock-keywords): Change description.
1203         (whitespace-color-on): Don't save `font-lock-keywords' value, save
1204         the constructed keywords instead.
1205         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1207 2013-03-19  Leo Liu  <sdl.web@gmail.com>
1209         * progmodes/compile.el (compilation-display-error): New command.
1210         (compilation-mode-map, compilation-minor-mode-map): Bind it to
1211         C-o.  (Bug#13992)
1213 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1215         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1217 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
1219         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1221 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1223         * net/tramp-compat.el (tramp-compat-user-error): New defun.
1225         * net/tramp-adb.el (tramp-adb-handle-shell-command):
1226         * net/tramp-gvfs.el (top):
1227         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1228         (tramp-handle-shell-command): Use it.
1229         (tramp-dissect-file-name): Raise an error when hostname is a
1230         method name, and neither method nor user is specified.
1232         * net/trampver.el: Update release number.
1234 2013-03-18  Leo Liu  <sdl.web@gmail.com>
1236         Make sure eldoc can be turned off properly.
1237         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1238         eldoc-mode.
1239         (eldoc-display-message-p): Revert last change.
1240         (eldoc-display-message-no-interference-p)
1241         (eldoc-print-current-symbol-info): Tweak.
1243 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
1245         * doc-view.el (doc-view-new-window-function): Check the new window
1246         overlay's display property instead the char property of the
1247         buffer's first char.  Use `with-selected-window' instead of
1248         `save-window-excursion' with `select-window'.
1249         (doc-view-document->bitmap): Check the current doc-view overlay's
1250         display property instead the char property of the buffer's first char.
1252 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1254         Automate the build of ja-dic.el (Bug#13984).
1255         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1256         from the input, rather than assume that it's been done for us by the
1257         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
1258         the current date into a ja-dic.el comment, as that complicates
1259         regression testing.
1261 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1263         * whitespace.el: Fix double evaluation.
1264         (whitespace-space, whitespace-hspace, whitespace-tab)
1265         (whitespace-newline, whitespace-trailing, whitespace-line)
1266         (whitespace-space-before-tab, whitespace-indentation)
1267         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1268         obsolete defvars.
1269         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1270         (whitespace-color-on): Use a single font-lock-add-keywords call.
1271         Fix double-evaluation of face variables.
1273 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
1275         * net/tramp-adb.el (tramp-adb-parse-device-names):
1276         Use `start-process' instead of `call-process'.  Otherwise, the
1277         function might be blocked under MS Windows.  (Bug#13299)
1279 2013-03-17  Leo Liu  <sdl.web@gmail.com>
1281         Extend eldoc to display info in the mode-line.  (Bug#13978)
1282         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1283         (eldoc-mode-line-string): New variable.
1284         (eldoc-minibuffer-message): New function.
1285         (eldoc-message-function): New variable.
1286         (eldoc-message): Use it.
1287         (eldoc-display-message-p)
1288         (eldoc-display-message-no-interference-p):
1289         Support eldoc-post-insert-mode.
1291         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1292         (eval-expression): Run it.
1294 2013-03-17  Roland Winkler  <winkler@gnu.org>
1296         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1297         strings in the list of return values.
1299 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1301         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1302         radix before checking for HMS forms.
1304 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1306         * progmodes/scheme.el: Add indentation and font-locking for Î».
1307         (Bug#13975)
1309 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1311         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1312         token before point (bug#13942).
1314 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1316         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
1318 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
1320         * startup.el (command-line-normalize-file-name): Fix handling of
1321         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
1322         <xfq.free@gmail.com> in
1323         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1325 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1327         Sync with Tramp 2.2.7.
1329         * net/trampver.el: Update release number.
1331 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
1333         * doc-view.el Fix bug#13887.
1334         (doc-view-insert-image): Don't modify overlay associated to
1335         non-live windows, and implement horizontal centering of image in
1336         case it's smaller than the window.
1337         (doc-view-new-window-function): Force redisplay of new windows on
1338         doc-view buffers.
1340 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
1342         * saveplace.el (save-place-alist-to-file): Don't sort
1343         `save-place-alist', just pretty-print it (bug#13882).
1345 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
1347         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1348         whether `default-file-name-coding-system' is bound.  It isn't in
1349         XEmacs.
1351 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1353         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1354         backquotes for `obsolete' (bug#13929).
1356         * international/mule.el (find-auto-coding): Include file name in
1357         obsolescence warning (bug#13922).
1359 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1361         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1362         for CFEngine 3-specific indentation.
1363         (cfengine3-indent-line): Use it.  Fix up category regex.
1364         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1366 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1368         * type-break.el (type-break-file-name):
1369         * textmodes/remember.el (remember-data-file):
1370         * strokes.el (strokes-file):
1371         * shadowfile.el (shadow-initialize):
1372         * saveplace.el (save-place-file):
1373         * ps-bdf.el (bdf-cache-file):
1374         * progmodes/idlwave.el (idlwave-config-directory):
1375         * net/quickurl.el (quickurl-url-file):
1376         * international/kkc.el (kkc-init-file-name):
1377         * ido.el (ido-save-directory-list-file):
1378         * emulation/viper.el (viper-custom-file-name):
1379         * emulation/vip.el (vip-startup-file):
1380         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1381         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1383 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
1385         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1386         * language/thai-word.el: Switch to UTF-8.
1388 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1392 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1394         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1395         Use with-current-buffer and don't move point.
1396         (net-utils-run-simple): Remove useless code.
1397         (net-utils-remove-ctl-m): Remove unused custom.
1399 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
1401         * international/characters.el (glyphless-set-char-table-range): New fun.
1402         (update-glyphless-char-display): Use it (bug#13744).
1404 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1406         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1407         namespaces in the syntax, indent closer for hanging brace
1408         correctly, allow single-quote delimited 'strings', and make
1409         `cfengine3-mode' the default.
1411 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
1413         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1414         Use lexical-binding.  Fix up docstring according to conventions.
1415         (gdbmi-debug-mode): New var.
1416         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1417         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1418         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1419         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1420         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1421         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1422         (gdbmi-bnf-incomplete-record-result): New functions.
1423         (gdb-car<): Remove function.
1424         (gdbmi-record-list): Remove variable.
1425         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1426         (gdbmi-bnf-result-state-configs): New const.
1427         (gud-gdbmi-marker-filter): Rewrite.
1428         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1429         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1430         Add `token' argument.
1431         (gdb-done, gdb-error): New functions.
1432         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
1434 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * term/xterm.el (xterm--report-background-handler): Don't burp
1437         upon timeout.
1438         (xterm--version-handler): Extract from terminal-init-xterm.
1439         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
1440         Allow multiple handlers.
1441         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1443         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
1444         (xterm--report-background-handler, xterm--query): New functions.
1445         (terminal-init-xterm): Use them.
1447 2013-03-11  Michael R. Mauger  <michael@mauger.com>
1449         * progmodes/sql.el Version 3.2
1450         Please note that my address changed to <michael@mauger.com>;
1451         the <mmaug@yahoo.com> address remains active.
1452         (sql-connection-alist): Updates documentation to fix bug#13715.
1453         (sql-connect): Handle missing `sql-connection-alist' correctly.
1454         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1455         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1456         property.
1457         (sql-default-value): New function.
1458         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1459         values were not used.
1460         (sql-rename-buffer): Make sure alternate buffer name has no text
1461         properties.
1462         (sql-input-sender, sql-execute-feature): Fetch variable with
1463         `buffer-local-value' rather than `with-current-buffer'.
1464         (sql-*): Use #' function syntax consistently.
1465         (sql-*): Use message/error/user-error consistently.
1467 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * xt-mouse.el (xterm-mouse-event-read): Remove.
1470         (xterm-mouse--read-event-sequence-1000)
1471         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1473 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1475         * term/xterm.el (xterm-function-map): Support format used with
1476         formatOtherKeys=1 (bug#13839).
1478         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1479         (with-no-warnings): Use `declare'.
1481         * whitespace.el (whitespace-enable-predicate): New variable.
1482         (whitespace-enable-predicate): Use it.
1484         * comint.el (comint-send-input, comint-snapshot-last-prompt)
1485         (comint-output-filter, comint-update-fence):
1486         Use with-silent-modifications.
1488 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
1490         * replace.el (occur-read-regexp-defaults-function): New var.
1491         (occur-read-regexp-defaults): New defun.
1492         (occur-read-primary-args): Propagate above change (bug#13892).
1494 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * mouse.el (mouse-drag-track): Remove left-over debugging code.
1498 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
1500         Major rewrite due to changed D-Bus interface of GVFS 1.14.
1502         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1503         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1504         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1505         New defconst.
1506         (tramp-gvfs-file-name-handler-alist) [directory-files]
1507         [directory-files-and-attributes, file-exists-p, file-modes]:
1508         Use Tramp default handler.
1509         [file-acl, file-selinux-context, process-file, set-file-acl]:
1510         [set-file-modes, set-file-selinux-context, shell-command]:
1511         [start-file-process]: Remove handler.
1512         [verify-visited-file-modtime]: New handler.
1513         (tramp-gvfs-dbus-string-to-byte-array)
1514         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
1515         calls of `dbus-string-to-byte-array' and
1516         `tramp-gvfs-dbus-byte-array-to-string'.
1517         (tramp-gvfs-handle-copy-file)
1518         (tramp-gvfs-handle-delete-directory)
1519         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1520         (tramp-gvfs-handle-file-directory-p)
1521         (tramp-gvfs-handle-file-executable-p)
1522         (tramp-gvfs-handle-file-name-all-completions)
1523         (tramp-gvfs-handle-file-readable-p)
1524         (tramp-gvfs-handle-file-writable-p)
1525         (tramp-gvfs-handle-insert-directory)
1526         (tramp-gvfs-handle-insert-file-contents)
1527         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1528         (tramp-gvfs-handle-set-visited-file-modtime)
1529         (tramp-gvfs-handle-write-region): Rewrite.
1530         (tramp-gvfs-handle-file-acl)
1531         (tramp-gvfs-handle-file-selinux-context)
1532         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1533         (tramp-gvfs-handle-set-file-modes)
1534         (tramp-gvfs-handle-set-file-selinux-context)
1535         (tramp-gvfs-handle-shell-command)
1536         (tramp-gvfs-handle-start-file-process)
1537         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1538         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1539         over the symlinks.  Fix user handling.
1540         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1541         of the D-Bus signals.
1542         (tramp-gvfs-connection-mounted-p): Handle different names of the
1543         D-Bus methods.
1544         (tramp-gvfs-mount-spec-entry): New defun.
1545         (tramp-gvfs-mount-spec): Use it.
1546         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1547         there is a share name.  Handle different names of the D-Bus
1548         signals and methods.  Set connection properties needed for
1549         `tramp-check-cached-permissions'.
1550         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1551         Return t or nil.
1553         * net/tramp.el (tramp-backtrace): Move up.
1554         (tramp-error): Dump a backtrace into the debug buffer when
1555         `tramp-verbose > 9.
1556         (tramp-file-mode-type-map, tramp-file-mode-from-int)
1557         (tramp-file-mode-permissions, tramp-get-local-uid)
1558         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1559         tramp-sh.el.
1561         * net/tramp-sh.el (tramp-file-mode-type-map)
1562         (tramp-check-cached-permissions, tramp-file-mode-from-int)
1563         (tramp-file-mode-permissions, tramp-get-local-uid)
1564         (tramp-get-local-gid): Move to tramp.el.
1566 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1568         Separate mouse-1-click-follows-link from mouse-drag-region.
1569         * mouse.el (mouse--down-1-maybe-follows-link): New function.
1570         (key-translation-map): Use it to implement mouse-1-click-follows-link.
1571         (mouse-drag-line, mouse-drag-track):
1572         Remove mouse-1-click-follows-link code.
1573         (mouse--remap-link-click-p): Remove.
1575 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
1577         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1578         (hi-lock-read-regexp-defaults):  New defun.
1579         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1580         (hi-lock-face-phrase-buffer): Propagate above change.
1581         Update docstring (bug#13892).
1583         * subr.el (find-tag-default-as-regexp): New defun.
1584         * replace.el (read-regexp): Propagate above change.
1586 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1588         * calc/calc-units.el (calc-convert-units): Fix the way that default
1589         new units are stored.
1591 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1593         * bookmark.el: Define a face to highlight bookmark names in
1594         bookmark menu buffers, where the default is a bold face similarly
1595         to buffer names in buffer menu buffers.
1596         (bookmark-menu-bookmark): New face to highlight bookmark names.
1597         (bookmark-insert-location): Remove duplicated text property to
1598         conform to buffer list (see `list-buffers').
1599         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1600         `bookmark-menu-bookmark' to bookmark names.
1602 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1603             Karl Fogel  <kfogel@red-bean.com>
1605         * bookmark.el: Display the bookmark list header similarly to the
1606         buffer list header (see `list-buffers'), where the default is now
1607         an immovable/immutable header line.
1608         (bookmark-bmenu-use-header-line): New variable.
1609         (bookmark-bmenu-inline-header-height): New name for
1610         `bookmark-bmenu-header-height', to avoid confusion with the code
1611         for the new immovable header.  All references changed.
1612         (bookmark-bmenu-set-header): New function.
1613         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1614         Conditionalize header construction accordingly.
1615         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1616         the inline header height.
1617         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1618         Conditionalize the skipping of the inline header height.
1620 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
1622         * progmodes/js.el (js--multi-line-declaration-indentation):
1623         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1625 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
1627         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1628         Only propertize regexp when not inside a string (Bug#13885).
1630 2013-03-06  Alan Mackenzie  <acm@muc.de>
1632         Correct the position of point in some line-up functions.
1633         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1634         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1635         point at column 0 rather than at a random place in the line.
1637 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
1639         * net/tramp-compat.el (tramp-compat-delete-directory):
1640         Implement TRASH argument.
1642 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1644         Keep pre-existing highlighting in completion candidates (Bug#13250).
1645         * minibuffer.el (completions-first-difference): State that the
1646         face is "added" in the docstring.
1647         (completions-common-part): Same.  And don't inherit from default.
1648         (completion-hilit-commonality): Prepend 'completions-common-part
1649         and 'completion-first-difference faces to the 'face property,
1650         instead of replacing the value(s).
1651         (completion--insert-strings): Same with 'completions-annotations face.
1652         (completion-hilit-commonality): Use 'face instead of
1653         'font-lock-face, because it gets priority if the completion
1654         strings already have 'face set.
1656 2013-03-04  Alan Mackenzie  <acm@muc.de>
1658         Replace `last-command-event' by `last-command-char' in XEmacs.
1659         * progmodes/cc-defs.el (c-last-command-char): New macro.
1660         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1661         (c-semi&comma-no-newlines-before-nonblanks)
1662         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1663         in place of `last-command-event'.
1664         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1665         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1666         (c-electric-paren, c-electric-continued-statement): Use the new
1667         macro in place of `last-command-event'.
1669 2013-03-04  Glenn Morris  <rgm@gnu.org>
1671         * files.el (inhibit-local-variables-regexps):
1672         Add .diff and .patch.  (Bug#13862)
1674 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1676         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1677         whether the "su" command is available on the device.
1679 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1681         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1682         (tramp-adb-handle-process-file): Remove superfluous setting.
1683         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1684         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1685         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1687 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1690         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1691         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1692         Use dict-key rather than dict-name for the error message.
1694 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1696         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1697         when reverting (bug#13831).
1699 2013-03-01  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1701         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1702         Always expand affix-file before storing to protect against changed
1703         `default-directory'.
1704         (ispell-print-if-debug): Make sure message is printed at the end
1705         of the debug buffer.
1707 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1709         * net/tramp.el (tramp-obsolete-methods): New defconst.
1710         (tramp-warned-obsolete-methods): New defvar.
1711         (tramp-find-method): Check for obsolete methods.  Map them to a
1712         replacement method if appropriate.
1714         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1715         Remove methods.
1716         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1717         "ssh2" and "plink1".
1719 2013-02-28  Dale Sedivec  <dale@codefu.org>
1721         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1722         Return valid syntax-table property value when converting
1723         quotes within text from string syntax to punctuation syntax (bug#13844).
1725 2013-02-28  Juri Linkov  <juri@jurta.org>
1727         * dired-aux.el (dired-diff): If file at point is a backup file,
1728         use its original as the default value, and reverse the order
1729         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1731 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1733         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1734         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1736 2013-02-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1738         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1740         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1741         Ask hunspell about available and default dictionaries.
1742         (ispell-parse-hunspell-affix-file): Extract relevant info from
1743         hunspell affix file.
1744         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1745         `ispell-dictionary-alist' entry for given dictionary after info
1746         provided by `ispell-parse-hunspell-affix-file'.
1747         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1748         of parsed hunspell dicts and associated affix files.
1749         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1750         of parsed hunspell dicts and associated parameters.
1751         (ispell-set-spellchecker-params):
1752         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1753         previously done.
1754         (ispell-start-process):
1755         Call `ispell-hunspell-fill-dictionary-entry' for current
1756         dictionary if it is not initialized.
1758 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1760         * imenu.el: Comment nitpicks.
1762 2013-02-28  Sam Steingold  <sds@gnu.org>
1764         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1765         See <http://stackoverflow.com/questions/14720205>.
1767 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1769         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1770         (net-utils-mode): Use it.
1771         (net-utils--revert-cmd): New var.
1772         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1773         (traceroute): Use net-utils-run-simple.
1775 2013-02-28  Glenn Morris  <rgm@gnu.org>
1777         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1779 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1782         (doc-view-fallback-mode): Remove overlays here.
1783         (doc-view-toggle-display): Instead of here.  Don't throw away
1784         image-mode-winprops-alist.
1785         (doc-view-goto-page): Don't mess with hscroll.
1787 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1789         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1790         &optional (bug#13819).
1792 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1794         * net/tramp-adb.el (tramp-adb-parse-device-names)
1795         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1797 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1799         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1800         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1801         defined.  POSIX environments fall back to the "C" locale then and
1802         emit a warning, which shall be suppressed.
1804 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1806         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1807         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1809 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1813 2013-02-25  Juri Linkov  <juri@jurta.org>
1815         * replace.el (read-regexp): Let-bind `default' to the first
1816         element of `defaults' if it's a list, otherwise it should be
1817         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1818         a list, otherwise make a list with the string value.  Doc fix.
1819         (Bug#13805)
1821 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1823         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1824         that match "\`\.#", to avoid compiling lock files, even if they
1825         are readable (as they are on MS-Windows).
1827 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1829         * files.el (basic-save-buffer): Remove redundant directory-creation.
1831 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1833         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1834         Add option to force `pi' to remain symbolic.
1835         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1836         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1837         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1838         derivatives, when necessary.
1840 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1842         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1843         (ps-mode-octal-region): Use string-make-unibyte.
1845 2013-02-23  Glenn Morris  <rgm@gnu.org>
1847         * emulation/viper-cmd.el (viper-submit-report):
1848         * progmodes/ps-mode.el (ps-mode-maintainer-address):
1849         * progmodes/vera-mode.el (vera-mode-help-address):
1850         * textmodes/artist.el (artist-maintainer-address):
1851         * textmodes/reftex.el (reftex-report-bug):
1852         * vc/ediff-util.el (ediff-submit-report):
1853         Add bug-gnu-emacs to bug report address.
1855         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1856         Remove bug report entries.
1857         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1859         * emacs-lisp/bytecomp.el (byte-compile-level): New.
1860         (byte-compile-file, byte-compile-from-buffer):
1861         Use separate input/output buffers for each level of recursive
1862         byte-compile-file calls.  (Bug#13787)
1864 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
1866         * net/tramp.el (tramp-methods): Fix docstring.
1867         (tramp-ssh-controlmaster-options): Rename it from
1868         `tramp-ssh-controlmaster-template'.  Return a string.
1869         (tramp-default-method): Adapt check for
1870         `tramp-ssh-controlmaster-options'.
1872         * net/tramp-sh.el (tramp-methods):
1873         Replace `tramp-ssh-controlmaster-template' by "%c".
1874         (tramp-do-copy-or-rename-file-out-of-band)
1875         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
1876         that it is applied for the first hop only.
1878 2013-02-22  Juri Linkov  <juri@jurta.org>
1880         * isearch.el (isearch-lazy-highlight-new-loop):
1881         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1882         to `isearch-other-end' if it is not nil.  (Bug#13402)
1884         * replace.el (replace-highlight): Let-bind `isearch-other-end'
1885         to `match-beg'.
1887         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1888         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1889         and `isearch-error' to nil.
1891 2013-03-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1893         * progmodes/python.el (python-info-current-defun):
1894         Enhance match-data cluttering prevention.
1896 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
1898         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1900         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1901         Handle multibyte file names.
1903 2013-02-22  Glenn Morris  <rgm@gnu.org>
1905         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1906         (sgml-transformation-function): Give it a :set function.
1907         (sgml-tag): Doc fix.
1909         * cmuscheme.el (scheme-buffer):
1910         * progmodes/inf-lisp.el (inferior-lisp-buffer):
1911         * progmodes/tcl.el (inferior-tcl-buffer):
1912         * textmodes/tex-mode.el (tex-command): Doc fixes.
1914         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1916         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
1918 2013-02-21  Bastien Guerry  <bzg@gnu.org>
1920         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
1922 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1924         * progmodes/python.el (python-info-current-defun):
1925         Enhance match-data cluttering prevention.
1927 2013-02-21  Glenn Morris  <rgm@gnu.org>
1929         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1930         loaded while outline-regexp is let bound.  (Bug#9584)
1932 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1934         * progmodes/python.el (python-info-current-defun): Fix failed
1935         defun name retrieval because of unwanted match-data cluttering.
1937 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
1939         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1940         defconst.  Apply independent check for ControlPersist.
1942         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1943         temporarily, via "env".
1945 2013-02-21  Glenn Morris  <rgm@gnu.org>
1947         * info.el (Info-enable-edit): Remove.
1948         (Info-edit): Disable it rather than using Info-enable.
1949         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1950         (Info-cease-edit): Make editing of Info files obsolete.
1952         * informat.el (Info-tagify):
1953         Handle buffers not visiting files.  (Bug#13763)
1955 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
1957         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1959 2013-02-21  Glenn Morris  <rgm@gnu.org>
1961         * files.el (basic-save-buffer): Move check for existing parent
1962         directory after hooks.  (Bug#13773)
1964 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * simple.el (command-execute): Move from C.  Add obsolete check.
1967         (extended-command-history): Move from C.
1969 2013-02-20  Ulrich MĂ¼ller  <ulm@gentoo.org>
1971         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1972         (jka-compr-mode-alist-additions): Handle .txz suffix for
1973         XZ-compressed tar archives (bug#13770).
1975 2013-02-20  Bastien Guerry  <bzg@gnu.org>
1977         * outline.el (outline-regexp, outline-heading-end-regexp):
1978         Make variables, not options (bug#13731).
1980 2013-02-20  Glenn Morris  <rgm@gnu.org>
1982         * image.el (image-current-frame): Change from variable to function.
1983         (image-show-frame): Rename from image-nth-frame.  Update callers.
1984         * image-mode.el (image-multi-frame): New variable.
1985         (image-mode-map, image-mode, image-goto-frame):
1986         Use image-multi-frame rather than image-current-frame.
1987         (image-mode, image-goto-frame): Use image-current-frame as
1988         function rather than as variable.
1990         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1991         * emacs-lisp/cl-macs.el (cl--make-type-test)
1992         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1994 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1996         * net/tramp-cache.el (tramp-get-hash-table): New defun.
1997         (tramp-get-file-property, tramp-set-file-property)
1998         (tramp-get-connection-property, tramp-set-connection-property): Use it.
1999         (tramp-flush-file-property, tramp-flush-directory-property):
2000         Rename argument to KEY.
2001         (tramp-flush-connection-property): Simplify a little bit.
2002         (tramp-connection-property-p): New defun.
2003         (top): Reapply saved values only if there isn't a corresponding
2004         entry in `tramp-connection-properties'.
2006 2013-02-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2008         * progmodes/python.el (python-indent-context):
2009         Fix python-info-line-ends-backslash-p call.
2010         (python-info-line-ends-backslash-p)
2011         (python-info-beginning-of-backslash): Respect line-number argument.
2012         (python-info-current-line-comment-p):
2013         Fix behavior when not at beginning-of-line.
2014         (python-util-position): Remove function.
2015         (python-util-goto-line): New function.
2017 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2019         * eshell/em-unix.el (eshell/su): Require tramp.
2020         (eshell/sudo): Require tramp.  Remove now unnecessary check.
2022         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2023         `tramp-current-connection' in order to avoid an error when several
2024         commands are invoked in a short time in eshell and friends.
2026 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         Cleanup some of EIEIO's namespace.
2029         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2030         Use it to define all the class-* and object-* field accessors (renamed
2031         to eieio--class-* and eieio--object-*).  Update all uses.
2032         (eieio--class-num-slots, eieio--object-num-slots): Rename from
2033         class-num-slots and object-num-slots.
2034         (eieio--check-type): New macro.
2035         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2036         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2037         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2038         (object-assoc-list-safe): Use it.
2039         (eieio-defclass): Tighten regexp.
2040         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
2041         Remove unreachable code.
2042         (object-class-fast): Declare obsolete.
2043         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2044         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2045         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2046         Rename from class-name, object-name, object-set-name-string,
2047         object-class, object-class-name, class-parents, class-children,
2048         class-precedence-list, class-parent; with obsolete alias.
2049         (class-of, class-direct-superclasses, class-direct-subclasses):
2050         Declare obsolete.
2051         (eieio-defmethod): Use `memq'; remove unreachable code.
2052         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2053         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2054         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2056 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2058         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2059         commentary.
2061 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
2063         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2064         Use font-lock-keyword-face for macros and special forms (bug#8345).
2066 2013-02-17  Didier Verna  <didier@didierverna.net>
2068         * net/network-stream.el (network-stream-open-starttls):
2069         Check that response to the starttls-command is non-nil.  (Bug#13706)
2071 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2073         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2074         Don't assume all identifier chars have syntax word.
2075         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2076         Remove bar-not-symbol.  Adjust callers.
2077         (lisp-mode-variables): Don't set a font-lock-syntax-table.
2079 2013-02-17  Leo Liu  <sdl.web@gmail.com>
2081         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2083 2013-02-17  Glenn Morris  <rgm@gnu.org>
2085         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2087         * image-mode.el (image-mode-map): Add image-dired menu entry.
2089         * image-dired.el (tumme): Make this alias obsolete.
2091 2013-02-16  Glenn Morris  <rgm@gnu.org>
2093         * image.el (image-animated-types): Remove.
2094         (image-multi-frame-p): Rename from image-animated-p, and generalize.
2095         (image-animated-p): Make obsolete alias.
2096         (image-animate, image-nth-frame, image-animate-timeout):
2097         Use image-multi-frame-p.
2098         (image-animate-timeout): If no delay, use image-default-frame-delay.
2099         * image-mode.el (image-mode, image-toggle-animation):
2100         Use image-multi-frame-p.  (Bug#763, bug#10739)
2101         (image-mode): Adjust startup message for a multi-frame image.
2103         * image-mode.el (image-mode-map): Give it a menu.
2105 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
2107         * net/tramp-cache.el (tramp-connection-properties): New customer
2108         option.
2109         (tramp-get-connection-property): Use it.
2111         * net/tramp-compat.el (top): Require 'trampver.
2113         * net/tramp-sh.el (tramp-remote-process-environment):
2114         Set tramp-autoload cookie.
2116 2013-02-16  Kevin Ryde  <user42@zip.com.au>
2118         * info-look.el (info-lookup-select-mode): If major-mode has no
2119         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2121 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
2123         * replace.el (read-regexp): Tighten the regexp that matches tag.
2124         When tag is retrieved with `find-tag-default', use regexp that
2125         matches tag at point.  Also update docstring (Bug#13687).
2127 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
2129         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2130         add watch for the file, not its parent directory, since w32notify
2131         sets up the watch for the directory internally.  (Bug#13725)
2133 2013-02-16  Glenn Morris  <rgm@gnu.org>
2135         * image.el (image-default-frame-delay): New variable.
2136         (image-animated-p): Use image-default-frame-delay.
2137         (image-minimum-frame-delay): New constant.
2138         (image-animate-timeout): Use image-minimum-frame-delay.
2140         * image.el (image-nth-frame): New, split from image-animate-timeout.
2141         (image-animate-timeout): Use image-nth-frame.
2142         * image-mode.el (image-goto-frame, image-next-frame)
2143         (image-previous-frame): New commands.
2144         (image-mode-map): Add new frame commands.
2146 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
2148         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2149         If col-desc already has help-echo, use it.  (Bug#13563)
2151 2013-02-16  Glenn Morris  <rgm@gnu.org>
2153         * image.el (image-current-frame): New variable.
2154         (image-animate-timeout): Set image-current-frame.
2155         * image-mode.el (image-mode): For animated images,
2156         display a frame counter via mode-line-process.
2158         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2160 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2162         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2164 2013-02-15  Alan Mackenzie  <acm@muc.de>
2166         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2167         global minor mode has been enabled, call the minor mode function
2168         for a new buffer once only, after the major mode hook, whilst
2169         allowing that hook explicitly to disable the minor mode.
2170         (MODE-disable-in-buffer): New (generated) function.
2171         (disable-MODE): New (generated) buffer local variable.
2173 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
2175         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2176         `iswitchb-next-match' and `iswitchb-prev-match' resply.
2177         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2178         `ido-next-match' and `ido-prev-match' resply.
2179         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2180         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2181         `icomplete-backward-completions' (Bug#13708).
2183 2013-02-15  Glenn Morris  <rgm@gnu.org>
2185         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2187 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * net/goto-addr.el (goto-address-fontify): Add start and end args.
2190         (goto-address-fontify-region): Use them instead of narrowing, so
2191         syntax-ppss has access to the whole buffer.
2193 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2195         * progmodes/python.el: Explain how to restore "cc-mode"-like
2196         forward-sexp movement in header documentation (Bug#13642).
2197         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2198         comments and strings (GH bug 114).
2200 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2202         * progmodes/python.el (python-info-current-defun): Fix current
2203         defun detection (Bug#13618).
2205 2013-02-15  Chong Yidong  <cyd@gnu.org>
2207         * xml.el (xml-parse-string): Fix typo in handling of bad character
2208         references.
2210 2013-02-15  Glenn Morris  <rgm@gnu.org>
2212         * play/fortune.el (fortune-compile): Simplify and fix previous change.
2214 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
2216         * net/tramp.el (tramp-debug-message):
2217         Add `tramp-condition-case-unless-debug'.
2218         (tramp-debug-on-error): New defvar.
2219         (tramp-condition-case-unless-debug): New defun.
2220         (tramp-file-name-handler): Use it.
2222 2013-02-14  Juri Linkov  <juri@jurta.org>
2224         * info.el (Info-isearch-filter): Treat non-nil values of
2225         `search-invisible' including its default value `open'
2226         like the value `t' to match hidden text.  (Bug#13402)
2228 2013-02-14  Glenn Morris  <rgm@gnu.org>
2230         * help-fns.el (find-lisp-object-file-name): Give special treatment
2231         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
2233 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
2235         * net/quickurl.el (quickurl-save-urls):
2236         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
2238 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2240         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2241         depth for unfinished percent literal.  Not using it in the caller.
2242         (ruby-move-to-block): Jump over multiline literals of all types,
2243         ignoring code-looking contents inside them.
2244         (ruby-add-log-current-method): Improve performance at the expense
2245         of accuracy.  `ruby-block-contains-point' is relatively slow, so
2246         only use it for method and singleton class blocks.
2248 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2250         Use ControlMaster where applicable.  (Bug#13677)
2252         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2253         replacing `tramp-detect-ssh-controlmaster'.
2254         (tramp-default-method): Use it.
2256         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2257         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2258         arguments.
2259         [scpc, rsyncc]: Remove methods.
2260         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2261         and "ssh2_old".
2262         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2263         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2265 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * emacs-lisp/package.el (package--initialized): Move before first use.
2269 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
2271         * icomplete.el (icomplete-hide-common-prefix): New user option.
2272         (icomplete-first-match): New face.
2273         (icomplete-completions): Correct handling of "complete but not
2274         unique" (Bug#12638).
2276 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
2278         * descr-text.el (describe-char): Display the script (bug#13698).
2280 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * tmm.el: Use lexical-binding and current-active-maps.
2283         (tmm-menubar): Use map-keymap and pcase.
2284         (tmm--completion-table): New function.
2285         (tmm-prompt): Use it to fix the menu order.
2286         (tmm-get-keybind): Use current-active-maps.
2288 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2290         Add dired-hide-details-mode.  (Bug#6799)
2292         * locate.el (locate-mode): Set parent mode property to dired-mode.
2294         * find-dired.el (find-dired): Call dired-insert-set-properties on
2295         initial information line.  Set process mark on end of buffer.
2296         (find-dired-sentinel):
2297         Call dired-insert-set-properties on summary.
2299         * dired.el (dired-hide-details-hide-symlink-targets)
2300         (dired-hide-details-hide-information-lines): New options.
2301         (dired-insert-directory):
2302         Set properties after final treatment of output.
2303         (dired-insert-set-properties):
2304         Set dired-hide-details-* properties.
2305         (dired-mode-map): Bind dired-hide-details-mode.
2306         (dired-mode): Set buffer-invisibility-spec to a list.
2307         (dired-next-line): Skip hidden lines.
2308         (dired-previous-line): Use dired-next-line.
2309         (dired-hide-details-mode): New minor mode.
2310         (dired-hide-details-update-invisibility-spec): New function.
2312 2013-02-13  Glenn Morris  <rgm@gnu.org>
2314         * play/yow.el: Move to obsolete/.  (Bug#9384)
2316 2013-02-13  Juri Linkov  <juri@jurta.org>
2318         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2319         to select `ediff-control-frame' and set input focus correctly on Xfce.
2320         (Bug#12218)
2322 2013-02-13  Juri Linkov  <juri@jurta.org>
2324         * image-mode.el (image-mode-map):
2325         * doc-view.el (doc-view-mode-map):
2326         * vc/ediff-util.el (ediff-setup-keymap):
2327         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2329 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2331         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2332         performance.  Instead of recalculating indentation fully for each
2333         line, sum up indentation depth based only on visited lines.
2334         (ruby-parse-partial): Increase the depth after "do" even when END
2335         is right after it.
2336         (ruby-parse-partial): When END is in the middle of a percent
2337         literal, increase the depth if the delimiter chars belong to the
2338         paren syntax class.
2340 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
2342         * play/fortune.el (fortune-compile): Also make the compiled file
2343         if it does not exist at all, not just if it is old.  (Bug#5338)
2345 2013-02-13  Glenn Morris  <rgm@gnu.org>
2347         * emacs-lisp/package.el (package-menu-execute): Doc fix.
2349 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
2351         * lisp/emacs-lisp/package.el (package-menu-execute):
2352         Add optional noquery argument.  (Bug#13625)
2354 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2356         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2357         if DIR exists and PARENTS is non-nil.
2359 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
2361         * progmodes/js.el (js--multi-line-declaration-indentation):
2362         Silence byte-compiler warning.
2364 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
2366         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2368         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2369         only if it doesn't exist.
2371         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2372         Set process marker.
2374 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
2376         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2377         UserInstallation when calling soffice to work around LibreOffice
2378         bug 37531.
2380 2013-02-12  Glenn Morris  <rgm@gnu.org>
2382         * files.el (basic-save-buffer):
2383         Offer to create a non-existing directory.  (Bug#3016)
2385         * calc/calc-graph.el (calc-graph-show-dumb):
2386         * calendar/calendar.el (calendar-mode-map):
2387         * cus-edit.el (custom-mode-map):
2388         * ehelp.el (electric-help-map):
2389         * emulation/vip.el (vip-mode-map):
2390         * epa.el (epa-key-list-mode-map):
2391         * info.el (Info-mode-map):
2392         * mail/rmail.el (rmail-mode-map):
2393         * mail/rmailsum.el (rmail-summary-mode-map):
2394         * man.el (Man-mode-map):
2395         * net/newst-plainview.el (newsticker-mode-map):
2396         * progmodes/cpp.el (cpp-edit-mode-map):
2397         * progmodes/grep.el (grep-mode-map):
2398         * progmodes/idlw-help.el (idlwave-help-mode-map):
2399         * simple.el (special-mode-map):
2400         * startup.el (splash-screen-keymap):
2401         * view.el (view-mode-map):
2402         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2404 2013-02-11  Elias Pipping  <pipping@lavabit.com>
2406         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2407         (bug#13679).
2409 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2411         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2413 2013-02-11  Glenn Morris  <rgm@gnu.org>
2415         * vc/diff.el (diff-use-labels): New variable.
2416         (diff-no-select): Use --label rather than -L, and first
2417         check that it is supported.  (Bug#11067)
2419         * files.el (enable-dir-local-variables): New variable.
2420         (hack-dir-local-variables): Respect enable-dir-local-variables.
2421         * tutorial.el (help-with-tutorial):
2422         Ignore directory-local variables.  (Bug#11127)
2424         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2425         (vc-svn-global-switches): ... to here.  (Bug#13513)
2427 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
2429         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2430         Handle "foo (bar, default: xxx): " prompts.
2432 2013-02-10  Chong Yidong  <cyd@gnu.org>
2434         * files.el (basic-save-buffer-1): Do not set
2435         buffer-file-coding-system-explicit (Bug#4533).
2437         * mail/emacsbug.el (report-emacs-bug): Change binding of
2438         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2440 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
2442         * calc/calc.el (calc-allow-units-as-numbers): New variable.
2443         * calc/calc-units.el (calc-convert-units): Use new variable.
2445 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
2447         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2449         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2450         buffer-file-type.
2452         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2453         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2454         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2455         coding-system-for-write instead.
2457         * jka-compr.el (jka-compr-write-region): Don't bind
2458         buffer-file-type.
2460         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2461         buffer-file-type.
2463         * files.el (file-name-buffer-file-type-alist): Remove defvar.
2464         (insert-file-contents-literally): Remove reference to
2465         file-name-buffer-file-type-alist.
2467         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2468         make-obsolete.
2469         (find-buffer-file-type-match, find-buffer-file-type): Remove.
2470         (find-buffer-file-type-coding-system): Remove references to
2471         find-buffer-file-type-match, find-buffer-file-type, and
2472         buffer-file-type.
2473         Don't put find-buffer-file-type-coding-system into
2474         file-coding-system-alist.
2475         (find-file-binary, find-file-text): Bind coding-system-for-read
2476         instead of file-name-buffer-file-type-alist.
2478 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
2480         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2481         converter (Bug#13622).
2482         (doc-view-unoconv-program): Make obsolete alias.
2483         (doc-view-odf->pdf-converter-program): New variable.
2484         (doc-view-odf->pdf-converter-function): New variable.
2485         (doc-view-mode-p): Use it.
2486         (doc-view-odf->pdf-converter-unoconv):
2487         Rename from `doc-view-odf->pdf-converter-unoconv'.
2488         (doc-view-odf->pdf-converter-soffice): New function.
2489         (doc-view-convert-current-doc):
2490         Use `doc-view-odf->pdf-converter-function'.
2492 2013-02-09  Chong Yidong  <cyd@gnu.org>
2494         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2495         view-echo-area-messages (Bug#13340).
2497         * help.el (view-echo-area-messages): Use display-buffer.
2499         * dired-x.el (dired-do-run-mail): Prompt for confirmation
2500         (Bug#13561).
2502 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2504         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2505         Eval body right away, now that we do eager macroexpansion (bug#13605).
2507         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2508         (fundamental-mode): Use run-mode-hooks.
2510         * eshell/esh-proc.el (eshell/kill): Fix last change.
2511         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2513 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2515         * eshell/esh-proc.el (eshell/kill): Rewrite.
2517         * eshell/em-ls.el (show-almost-all): Declare.
2518         (eshell-do-ls): Add support for -A argument.
2520 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
2522         * icomplete.el (icomplete-forward-completions)
2523         (icomplete-backward-completions): Handle corner case (bug#13602).
2525 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
2527         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2528         be nil.  Handle this.  (Bug#13636)
2530 2013-02-07  Richard Stallman  <rms@gnu.org>
2532         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2533         `save-buffer-coding-system'.
2535 2013-02-07  Alan Mackenzie  <acm@muc.de>
2537         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
2538         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2539         (c-parse-state-get-strategy): Don't return 'BOD any more.
2540         (c-append-lower-brace-pair-to-state-cache):
2541         Extra parameter HERE instead of narrowing.
2542         Widen to top of buffer before searching backwards for a brace pair.
2543         (c-state-push-any-brace-pair): Add HERE parameter to function call.
2544         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2545         Narrow to parameter HERE, in place of being called narrowed.
2546         (c-remove-stale-state-cache): Extra parameter HERE in place of
2547         narrowing.  Check there's an open brace in the cache before
2548         searching for its match.
2549         (c-invalidate-state-cache-1): Add HERE parameter to function call.
2550         (c-parse-state-1): Don't narrow here for 'forward strategy,
2551         instead passing extra parameter HERE to several functions.
2552         Remove 'BOD strategy.
2554 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2556         * emacs-lisp/package.el (describe-package-1): Tell what archive is
2557         used to install the package.
2559 2013-02-06  Glenn Morris  <rgm@gnu.org>
2561         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2562         if we can't get user input.  (Bug#6567)
2564         * startup.el (command-line): If simple.el is missing,
2565         test and warn about for some possible causes.
2567 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
2569         * cus-start.el (all): Add ns-use-native-fullscreen.
2571 2013-02-05  Glenn Morris  <rgm@gnu.org>
2573         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2575         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2576         Fix directory creation in fallback case.
2578 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2580         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2581         (vc-update-change-log): Use dolist.
2583 2013-02-04  Chong Yidong  <cyd@gnu.org>
2585         * thingatpt.el: Rewrite the URL detection routines, absorbing some
2586         code from ffap.el.
2587         (thing-at-point-beginning-of-url-regexp): New var.
2588         (thing-at-point-uri-schemes): Update list of URI schemes.
2589         (thing-at-point-url-regexp): Variable deleted.
2590         (thing-at-point-markedup-url-regexp): Disallow newlines.
2591         (thing-at-point-newsgroup-regexp)
2592         (thing-at-point-newsgroup-heads)
2593         (thing-at-point-default-mail-uri-scheme): New variables.
2594         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
2595         method to find the possible bounds of the URI at point.
2596         New optional argument to find ill-formed URIs.
2597         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
2598         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
2599         the scheme-adding heuristics from ffap-url-at-point.
2600         (thing-at-point--bounds-of-well-formed-url): New function.
2601         Do parens matching to decide whether to include parens in the URI
2602         (Bug#9153).
2604         * ffap.el: Require thingatpt.
2605         (ffap-url-at-point): Delegate URI detection to thing-at-point.
2606         All URI-valid characters are now recognized (Bug#5673).
2607         (ffap-string-at-point): Use use-region-p.
2608         (ffap-url-regexp): Extra character is handled by thing-at-point.
2609         (ffap-string-at-point-mode-alist): Allow parentheses.
2610         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2611         Convert to aliases; code moved to thingatpt.el.
2612         (ffap-gnus-hook): Use setq-local.
2614 2013-02-04  Glenn Morris  <rgm@gnu.org>
2616         * emacs-lisp/ert.el (ert--explain-format-atom):
2617         Don't try to print non-characters as characters.  (Bug#13543)
2619 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
2621         * net/tramp.el (tramp-debug-message): Extend function exclude list.
2622         (tramp-backtrace): New defun.
2623         (tramp-handle-insert-file-contents): Use `visit' when inserting
2624         the local copy.
2626         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2627         Use `remote-file-name-inhibit-cache'.
2629 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2631         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2632         (bug#13614).
2634         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2635         current-load-list (bug#13366).
2637 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
2639         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2640         Identify g++ template instantiation trace.  (Bug#12287)
2641         (compilation-mode-hook, compilation-start-hook)
2642         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2644 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2646         * mouse.el (mouse-drag-track): Always deactivate the mark before
2647         running the final event's command since that command is in charge of
2648         activating the mark if needed (bug#13523).
2650 2013-02-02  Juri Linkov  <juri@jurta.org>
2652         * replace.el (perform-replace): Move let-bindings of isearch-*
2653         variables deeper to the loop that searches for the next match.
2654         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2655         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2656         (Bug#13579)
2658         * isearch.el (isearch-search-fun-default): Check for null
2659         first element of isearch-cmds as a precaution when it's used
2660         with inactive isearch.
2662 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2664         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2665         error when buffer in question is narrowed so position 1 is out of
2666         visible part.
2668 2013-02-02  Glenn Morris  <rgm@gnu.org>
2670         * textmodes/remember.el (remember-clipboard): Doc fix.
2672 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2674         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2675         properties (bug#13179).
2677 2013-02-02  Juri Linkov  <juri@jurta.org>
2679         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2680         instead of hard-coded default face `match'.  (Bug#9438)
2682 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2684         * vc/vc-arch.el (vc-arch-registered):
2685         * vc/vc-bzr.el (vc-bzr-registered):
2686         * vc/vc-cvs.el (vc-cvs-registered):
2687         * vc/vc-git.el (vc-git-registered):
2688         * vc/vc-hg.el (vc-hg-registered):
2689         * vc/vc-mtn.el (vc-mtn-registered):
2690         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2691         (Bug#13139)
2693         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2694         prefix argument.  (Bug#11656)
2696 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2700 2013-02-01  Glenn Morris  <rgm@gnu.org>
2702         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2703         if the backend is known not to support it.
2705         * imenu.el (imenu-default-create-index-function):
2706         Tweak infinite loop test to check for forward motion as well as none.
2708 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2710         * net/soap-client.el (soap-invoke): Encode the string for
2711         `url-request-data' as UTF-8.
2712         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2714 2013-02-01  Glenn Morris  <rgm@gnu.org>
2716         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2718         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2720 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2722         * net/tramp.el (tramp-tramp-file-p): Comment check for
2723         `string-as-unibyte'.  The function does not exist on XEmacs, and
2724         likely we need another approach.
2726         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2727         `tramp-gw-*' variables are bound.
2729 2013-01-31  Glenn Morris  <rgm@gnu.org>
2731         * files.el (basic-save-buffer-2): Choose coding system for
2732         writing the file before backing it up, to reduce delay between
2733         backing up and writing the new version.  (Bug#13522)
2735 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2737         * simple.el (cycle-spacing): New command.
2738         (just-one-space): Use it.
2740 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2742         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2743         (opascal-newline-always-indents): Remove custom.
2744         (opascal-tab, opascal-newline): Remove commands.
2745         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2746         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2747         (opascal-save-match-data): Remove, use save-match-data instead.
2748         (opascal-save-state): Use with-silent-modifications.
2750         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2751         (bug#13585).
2753 2013-01-30  Juri Linkov  <juri@jurta.org>
2755         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2756         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2757         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2759 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2761         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2762         column if we're just deleting the backslashes.
2763         (makefile-fill-paragraph): Use eolp.
2765 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2767         * autorevert.el (auto-revert-use-notify): Fix docstring.
2769 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2771         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2773 2013-01-30  Glenn Morris  <rgm@gnu.org>
2775         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2776         unread-command-events twice in some cases.  This tries to implement
2777         the 2012-07-26 changes in a different way.  (Bug#13560)
2779 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2781         * progmodes/python.el
2782         (python-pdbtrack-comint-output-filter-function): Enhancements on
2783         stacktrace detection.  (thanks @gnovak)
2785 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2787         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2788         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2789         Use defvar-local.
2790         (jit-lock-register): Use setq-local.
2792 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2794         * calc-units.el (math-default-units-table): Remove initial value.
2795         (calc-convert-units): Treat expressions where all the units cancel as
2796         if they didn't have units.
2798 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2800         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2801         (tramp-completion-reread-directory-timeout): Fix type.
2802         (tramp-connection-min-time-diff): New defcustom.
2804         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2806 2013-01-30  Glenn Morris  <rgm@gnu.org>
2808         * imenu.el (imenu-default-create-index-function):
2809         Put back a version of the infinite loop test removed 2013-01-23.
2811 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2813         * progmodes/python.el (python-shell-parse-command):
2814         Find python-shell-interpreter with modified environment.
2816 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2818         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2820 2013-01-29  Alan Mackenzie  <acm@muc.de>
2822         Amend to fontify /regexp/s in actions correctly.
2823         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2824         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2825         are no longer included.
2826         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2827         What used to be these variables without "-line" in the name.
2828         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2829         (c-awk-non-arith-op-bra-re): Now also matches {.
2830         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2831         "return", and "case".
2832         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2833         by /.
2834         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2835         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2837 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2839         * autorevert.el (auto-revert-use-notify):
2840         Use `custom-initialize-default' for initialization.  (Bug#13583)
2842         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2844         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2845         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
2846         in `tramp-file-name-handler'.
2847         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2848         compatibility.
2849         (tramp-compute-multi-hops): Check, whether
2850         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2852 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2855         (bug#13297).
2857 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2859         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2860         checks made superfluous by the \_< operator.
2861         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2862         temporarily) broken indentation.
2863         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2864         Highlight nested constants, too.  \_< broke that.
2866 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2868         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2869         instead of "\\b".
2871 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
2873         * autorevert.el (auto-revert-handler): Notifications which result
2874         from a saved file shall not be taken into account.  (Bug#13557)
2876 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
2878         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2879         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2880         (lisp-mode): Pass t for it.  (Bug#13556)
2882 2013-01-25  Alan Mackenzie  <acm@muc.de>
2884         AWK Mode: Fix indentation bug at top level.  Bug #12274.
2886         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2887         just before CASE 5D.
2889 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
2891         * net/socks.el (socks-nslookup-host): Use string-to-number.
2893 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
2895         * autorevert.el (auto-revert-remote-files)
2896         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2897         (auto-revert-notify-enabled, auto-revert-use-notify)
2898         (auto-revert-notify-watch-descriptor-hash-list)
2899         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2900         (auto-revert-notify-event-descriptor)
2901         (auto-revert-notify-event-action)
2902         (auto-revert-notify-event-file-name): Doc fix.
2903         (global-auto-revert-mode): Reorder checks.
2904         (auto-revert-notify-rm-watch): Respect changed values of
2905         `auto-revert-notify-watch-descriptor-hash-list'.
2906         (auto-revert-notify-add-watch): Check for
2907         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
2908         `inotify-add-watch'.  Watch `default-directory' instead of
2909         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
2910         has a changed meaning now.  (Bug#13540)
2911         (auto-revert-notify-handler): Change implementation wrt events
2912         returning from a directory.
2913         (auto-revert-handler): Reorder implementation for checks of remote
2914         files.
2915         (auto-revert-buffers): Fix parentheses error.
2917 2013-01-25  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2919         * progmodes/python.el: Enhancements to header documentation about
2920         skeletons.  (Bug#5716)
2922         * imenu.el (imenu-default-create-index-function): Remove useless
2923         infinite loop check.  (Bug#13438)
2925 2013-01-25  Alan Mackenzie  <acm@muc.de>
2927         Fix a bug in the state cache mechanism.  Refactor this a bit.
2929         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2930         `cache-pos' element from the return value.
2931         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2932         buffer to enable proper searching from beyond HERE.  Amend the
2933         test for detecting the sought brace pair.  Amend the value written
2934         to the "brace desert cache" when the brace isn't found.
2935         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2936         and several other variables analogously.
2937         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2938         parameter to a locally calculated variable.
2939         (c-parse-state-1): Change the calling conventions to the two
2940         defuns involving `cache-pos'.
2942 2013-01-25  Chong Yidong  <cyd@gnu.org>
2944         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2946 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
2948         * paren.el (show-paren-function): Make sure to set 'priority and
2949         'face only if the overlay does exist.
2951 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
2953         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2955         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2956         basic attributes.
2957         (tramp-sh-handle-set-file-acl): Improve error checking.
2959 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
2961         * doc-view.el (doc-view-display): Force mode line update until all
2962         document is converted.  Suggested by Stefan Monnier (Bug#13164).
2964 2013-01-23  Bastien Guerry  <bzg@gnu.org>
2966         * paren.el (show-paren-function): Make sure an overlay exists
2967         before trying to delete it.  Also use `pos' as a position only
2968         when it is an integer.
2970 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
2972         * play/gametree.el (gametree-break-line-here): Use point-marker.
2974 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
2976         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2977         Mark descriptive parts with `display' property.
2979 2013-01-21  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2981         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2982         New variable to map standard dict names to hunspell ones.
2983         (ispell-set-spellchecker-params): Make sure specific dict names
2984         are used for standard dicts with hunspell.
2986 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
2988         * textmodes/reftex-cite.el (reftex-format-citation): Add format
2989         chars for note (%N) and url (%U).
2990         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2992 2013-01-21  Juri Linkov  <juri@jurta.org>
2994         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2995         in addition to existing separate binding `meta f10' in `global-map'.
2996         (Bug#13484)
2998 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
3000         Improve XEmacs compatibility.
3002         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3004         * net/tramp-adb.el (top): Require `time-date'.
3005         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3006         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3007         Use `tramp-file-name-handler'.
3008         (tramp-adb-maybe-open-connection):
3009         Use `tramp-compat-set-process-query-on-exit-flag'.
3011         * net/tramp-sh.el (tramp-sh-handle-file-acl):
3012         Use `tramp-compat-funcall'.
3014         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3015         `tramp-compat-funcall'.
3017 2013-01-21  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3019         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3020         reimplementation using "adb shell command ..." instead of running
3021         remote shell interactively.
3023 2013-01-20  Glenn Morris  <rgm@gnu.org>
3025         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3026         Add native profiler menu entries.
3028         * profiler.el (profiler-running-p): New function.
3029         (profiler-cpu-profile): Use profiler-running-p.
3030         (profiler-report-mode-map): Add some more menu entries.
3032 2013-01-19  Glenn Morris  <rgm@gnu.org>
3034         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3035         fixes 2012-12-07 change.  (Bug#13499)
3037 2013-01-19  Leo Liu  <sdl.web@gmail.com>
3039         * dired.el (dired-get-marked-files): Prune erroneous values due to
3040         last change.  (Bug#13152)
3042 2013-01-19  Glenn Morris  <rgm@gnu.org>
3044         * progmodes/etags.el (tags-table-check-computed-list):
3045         Preserve point in tags buffer.  (Bug#13412)
3047         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3049 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
3050             Chong Yidong  <cyd@gnu.org>
3052         * image-mode.el (image-next-file, image-previous-file):
3053         New commands (Bug#8453).
3054         (image-mode-map): Bind them to n and p.
3055         (image-mode--images-in-directory): New helper function.
3057 2013-01-19  Chong Yidong  <cyd@gnu.org>
3059         * image-mode.el (image-mode-fit-frame): Add a frame argument.
3060         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
3061         save and restore the old window configuration.
3063 2013-01-18  Leo Liu  <sdl.web@gmail.com>
3065         * progmodes/js.el: Tweak autoload cookie for alias.
3067 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3069         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3070         buffer local, again.  This was lost with the fix on 2013-01-12.
3072 2013-01-17  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3074         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3075         order to support several eshell buffers in parallel.
3077 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3079         * autorevert.el (auto-revert-use-notify): In the :set function, do
3080         not modify `kill-buffer-hook'.
3081         (auto-revert-notify-rm-watch):
3082         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3083         (auto-revert-notify-add-watch): Do not call
3084         `auto-revert-notify-rm-watch', but add it to a buffer local
3085         `kill-buffer-hook'.
3087 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3089         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3090         call to `eval' rather than a backquoted lambda.
3092 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3094         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3095         to return an explicit nil.
3096         (advice--remove-function): Change accordingly.
3098         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3099         the use of nadvice.el.
3101         * progmodes/which-func.el (which-function): Silence imenu errors
3102         (bug#13433).
3104 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3106         * progmodes/sql.el (sql-imenu-generic-expression):
3107         (sql-mode-font-lock-object-name): Match schema qualified names.
3108         (sql-connect): Use string keys.
3109         (sql-product-interactive): Wait for interpreter prompt.
3110         (sql-comint-oracle): Set process coding based on NLS_LANG.
3112 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3114         * progmodes/sql.el (sql-output-to-send): Remove, unused.
3115         (sql-interactive-remove-continuation-prompt):
3116         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3118 2013-01-14  Leo Liu  <sdl.web@gmail.com>
3120         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3121         (Bug#13420)
3123 2013-01-14  Glenn Morris  <rgm@gnu.org>
3125         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3126         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
3128 2013-01-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3130         * progmodes/python.el (python-nav-end-of-statement):
3131         Fix cornercase when handling multiline strings.
3133 2013-01-13  Richard Stallman  <rms@gnu.org>
3135         * mail/sendmail.el (mail-position-on-field): Add doc string.
3137         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3138         Get current message boundaries and pass them to
3139         message-forward-make-body-mime.  Minor style changes.
3141 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
3143         * cus-start.el (all): Avoid warnings about
3144         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3146 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
3148         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3150 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3152         * jit-lock.el (jit-lock-debug-mode): New minor mode.
3153         (jit-lock--debug-fontifying): New var.
3154         (jit-lock--debug-fontify): New function.
3155         * subr.el (condition-case-unless-debug): Don't prevent catching the
3156         error, just let the debbugger run.
3157         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3158         timer code and don't drop errors silently.
3160 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
3162         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3163         `permanent-local' property.
3164         (auto-revert-notify-handler): Use `file-equal-p'.
3166 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
3168         * autorevert.el (auto-revert-notify-handler): Fix filtering of
3169         file notification by ACTION. For filtering by file name, compare
3170         only the non-directory part of the file name.
3172 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3174         * autorevert.el: Use cl-lib instead of cl.
3176         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3177         (vc-bzr-checkin): Use it.
3178         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3179         will preserve match-data.
3181 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
3183         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3184         (js--declaration-keyword-re): New var.
3185         (js--multi-line-declaration-indentation): New function.
3186         (js--proper-indentation): Use it.
3188 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3190         * calc/calc.el (calc-highlight-selections-with-faces)
3191          (calc-dispatch):
3192         * comint.el (comint-history-isearch-message):
3193         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3194         * ffap.el (ffap-string-at-point-region, ffap-next)
3195         (ffap-string-at-point, ffap-string-around)
3196         (ffap-copy-string-as-kill, ffap-highlight-overlay)
3197         (ffap-literally):
3198         * font-lock.el (font-lock-keywords-alist)
3199         (font-lock-removed-keywords-alist):
3200         * help-mode.el (help-xref-symbol-regexp):
3201         * info.el (Info-find-emacs-command-nodes):
3202         * international/mule.el (add-to-coding-system-list):
3203         * isearch.el (isearch-message-function, isearch-fail-pos):
3204         * misearch.el (multi-isearch-next-buffer-function):
3205         * newcomment.el (comment-box):
3206         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3207         (pr-setting-database):
3208         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3209         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3210         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3211         (pike-font-lock-keywords-3):
3212         * progmodes/compile.el (compile):
3213         * progmodes/etags.el (tags-table-files)
3214         (tags-table-files-function, tags-included-tables-function):
3215         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3216         (gdb-restore-windows):
3217         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3218         (ps-n-up-filling-database):
3219         * server.el (server-buffer, server-log):
3220         * simple.el (newline, delete-backward-char, delete-forward-char)
3221         (minibuffer-history-isearch-message, kill-line, track-eol)
3222         (temporary-goal-column):
3223         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3224         (flyspell-default-deplacement-commands):
3225         * textmodes/ispell.el (ispell-accept-output):
3226         * textmodes/sgml-mode.el (html-tag-help):
3227         * vc/compare-w.el (compare-ignore-whitespace)
3228         (compare-ignore-case, compare-windows-dehighlight):
3229         * vc/diff.el (diff):
3230         * whitespace.el (whitespace-point)
3231         (whitespace-font-lock-refontify, whitespace-bob-marker)
3232         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3234 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
3236         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3237         (auto-revert-notify-rm-watch): Ignore errors.
3238         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
3239         inotify, and '(size last-write-time) for w32notify.
3240         Set buffer-local `auto-revert-use-notify' to nil when adding a file
3241         watch fails - this is a fallback to the file modification check.
3242         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3243         (auto-revert-notify-event-action)
3244         (auto-revert-notify-event-file-name): New defuns.
3245         (auto-revert-notify-handler): Use them.  Implement first
3246         plausibility checks.
3247         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3249 2013-01-11  Julien Danjou  <julien@danjou.info>
3251         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3252         max are almost equal. Also return the correct value for V which is
3253         already between 0 and 1.
3255 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3257         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3259 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
3261         * autorevert.el (auto-revert-notify-rm-watch)
3262         (auto-revert-notify-add-watch): Fix typos in w32notify function
3263         names.
3265 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3267         * autorevert.el (auto-revert-notify-enabled): Move up.
3268         (auto-revert-use-notify): New defcustom.
3269         (auto-revert-mode, global-auto-revert-mode)
3270         (auto-revert-notify-add-watch, auto-revert-handler)
3271         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3272         `auto-revert-notify-enabled'.
3274 2013-01-10  Elias Pipping  <pipping@exherbo.org>
3276         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3277         * doc-view.el (doc-view-document->bitmap):
3278         Use doc-view-single-page-converter-function instead of
3279         single-page-converter arg; adjust callers.
3281 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
3283         * progmodes/which-func.el (which-function): Understand Semantic's use
3284         of overlays in imenu--index-alist.
3286 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
3288         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
3289         (Man-man-k-use-anchor): New var.
3290         (Man-parse-man-k): New function.
3291         (Man-completion-table): Use it.
3292         (man): Flush the completion cache between uses.
3294 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3296         * autorevert.el: Add file watch support.
3297         (auto-revert-notify-enabled): New defconst.
3298         (auto-revert-notify-watch-descriptor-hash-list)
3299         (auto-revert-notify-watch-descriptor)
3300         (auto-revert-notify-modified-p): New defvars.
3301         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3302         (auto-revert-notify-handler): New defuns.
3303         (auto-revert-mode, global-auto-revert-mode): Remove file watches
3304         when mode is disabled.
3305         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3306         (auto-revert-buffers): Add file watches for active buffers.
3308 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
3310         * cus-start.el (toplevel): Only allow float values for
3311         scroll-up-aggressively and scroll-down-aggressively.
3312         Allow any number for line-spacing.
3314 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3316         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3317         (doc-view-pdf->png-converter-function): Use mupdf if available.
3318         (doc-view-djvu->png-converter-function)
3319         (doc-view-ps->png-converter-function): Remove.
3320         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3321         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3322         (doc-view-already-converted-p): Adjust accordingly.
3323         (doc-view-mode-p): Simplify.
3324         (doc-view-enlarge): Use setq-local.
3325         (doc-view-pdf->png-converter-ghostscript)
3326         (doc-view-djvu->png-converter-ddjvu)
3327         (doc-view-pdf->png-converter-mupdf): Rework to call
3328         doc-view-start-process directly.
3329         (doc-view-pdf/ps->png): Simplify accordingly.
3330         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3331         (doc-view-document->bitmap): Rename from doc-view-document->png.
3332         (doc-view-convert-current-doc): Merge pdf and djvu cases.
3333         (doc-view-set-slice-from-bounding-box): Fix completion table.
3334         (doc-view-mode): Use add-hook for after-revert-hook.
3336 2013-01-10  Glenn Morris  <rgm@gnu.org>
3338         * emacs-lisp/authors.el (authors-ignored-files)
3339         (authors-valid-file-names, authors-renamed-files-alist):
3340         Add some more entries.
3342 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3344         * image-mode.el (image-mode-winprops): Don't throw away the fallback
3345         `t' pseudo-window entry.
3347 2013-01-10  Alan Mackenzie  <acm@muc.de>
3349         Fix bugs in the c-parse-state mechanism.  Reuse some markers
3350         instead of continually generating new ones.
3352         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3353         (c-state-old-cpp-end-marker): New variables.
3354         (c-append-lower-brace-pair-to-state-cache): Start a backward
3355         search for "}" definitively outside CPP constructs.
3356         (c-remove-stale-state-cache): Inform the caller of a need to
3357         search back for a brace pair in certain circumstances.
3358         (c-state-maybe-marker): New macro.
3359         (c-parse-state): Reuse markers when appropriate.
3361 2013-01-10  Glenn Morris  <rgm@gnu.org>
3363         * simple.el (execute-extended-command): Doc fix.
3364         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
3366 2013-01-10  Chong Yidong  <cyd@gnu.org>
3368         * faces.el (read-face-name): Doc fix.
3370 2013-01-10  Roland Winkler  <winkler@gnu.org>
3372         * emacs-lisp/crm.el: Allow any regexp for separators.
3373         (crm-default-separator): All spaces around the default comma separator.
3374         (crm--completion-command): New macro.
3375         (crm-completion-help, crm-complete, crm-complete-word): Use it.
3376         (crm-complete-and-exit): Handle non-single-char separators.
3378 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3380         * doc-view.el: Add support for DjVu (bug#13164).
3381         (doc-view-djvu->png-converter-function): New config var.
3382         (doc-view-single-page-converter-function, doc-view--image-type)
3383         (doc-view--image-file-extension): New vars.
3384         (doc-view-mode): Initialize them.
3385         (doc-view-goto-page): Use them.
3386         (doc-view-mode-p): Add support for ddjvu.
3387         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3388         (doc-view-set-up-single-converter): New funs.
3389         (doc-view-pdf/ps->png): Extend for djvu.
3390         (doc-view-document->png): Rename from doc-view-pdf->png.
3391         (doc-view-convert-current-doc): Handle djvu.
3392         (doc-view-insert-image, doc-view-display)
3393         (doc-view-already-converted-p): Don't hardcode png.
3394         (doc-view-set-doc-type): Recognize djvu docs.
3396 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3398         * doc-view.el: Add support for mupdf converter (bug#13164).
3399         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3400         (doc-view-ps->png-converter-function): New config vars.
3401         (doc-view-pdf->png-converter-ghostscript)
3402         (doc-view-ps->png-converter-ghostscript)
3403         (doc-view-pdf->png-converter-mupdf): New functions.
3404         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3406 2013-01-09  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3408         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3409         first in session cache: When `tramp-own-remote-path' is in
3410         `tramp-remote-path', the remote path is only set in the session
3411         cache.
3413 2013-01-09  Glenn Morris  <rgm@gnu.org>
3415         * emacs-lisp/trace.el (trace-function-foreground)
3416         (trace-function-background): Doc fix.
3418 2013-01-09  Juri Linkov  <juri@jurta.org>
3420         * international/mule-cmds.el (read-char-by-name): Move let-binding
3421         of completion-ignore-case around completing-read to fix regression
3422         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3423         `string-match-p' using the nil value of `case-fold-search' and
3424         `completion-ignore-case' in `completion-pcm--all-completions'.
3425         (Bug#12615).
3427 2013-01-09  Glenn Morris  <rgm@gnu.org>
3429         * progmodes/compile.el (compilation-parse-errors):
3430         Fix typo.  (Bug#13369)
3432 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3434         * comint.el (comint-send-input): Check size of buffer before
3435         waiting for process output, in case already accepted.  (Bug#13290)
3437 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3439         Spelling fixes.
3440         * net/tramp-adb.el (tramp-adb-get-toolbox):
3441         Fix misspelling of 'unknown'.
3443 2013-01-08  Juri Linkov  <juri@jurta.org>
3445         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3446         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3447         Use underline style wave on terminals that support it.  (Bug#13000)
3449 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3452         the predicate returns nil.
3454         * simple.el: Use lexical-binding.
3455         (primitive-undo): Use pcase.
3456         (minibuffer-history-isearch-push-state): Use a closure.
3458 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3460         * simple.el (primitive-undo): Move from undo.c.
3462 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3464         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3465         (cvs-mode-remove-handled): Use it (bug#13380).
3467         * emacs-lisp/nadvice.el (advice--tweak): New function.
3468         (advice--remove-function, advice--subst-main): Use it.
3470         * emacs-lisp/advice.el: Update commentary.
3472 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
3474         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3475         Remove spurious entry.
3477 2013-01-08  Glenn Morris  <rgm@gnu.org>
3479         * net/tramp.el (tramp-default-host-alist): Add :version.
3481 2013-01-08  Juri Linkov  <juri@jurta.org>
3483         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3484         single completion.  (Bug#12456)
3485         (info--manual-names): Expand node completions into an explicit list
3486         before appending it to another list.  Filter out internal buffers
3487         with the leading space in the buffer name.  (Bug#10771)
3489 2013-01-08  Juri Linkov  <juri@jurta.org>
3491         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3492         that defaults to the Top node.
3493         (Info-goto-node, Info-read-node-name): Doc fix to mention that
3494         the short format (FILENAME) goes to the Top node.
3495         (Info-build-node-completions): Rename arg `file' to `filename'.
3496         (Bug#13365)
3498 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3500         * menu-bar.el (menu-bar-search-documentation-menu):
3501         Use `apropos-user-option' and fix the help message.
3503 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3505         * apropos.el (apropos-do-all): Update docstring.
3506         (apropos-user-option-button): New face.
3507         (apropos-user-option): Rename from `apropos-variable' and update
3508         docstring.
3509         (apropos-variable): Rewrite, now show all variables by default.
3510         (apropos-print): Mention "User option" instead of "Variable" when
3511         printing doc for user options.  (Bug#13276)
3513 2013-01-07  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3515         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3516         Handle filename correctly, when parsing "source -> target" symlink
3517         output.
3518         (tramp-adb-handle-set-file-times): New defun.
3520 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3522         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3523         advice list when the interactive-spec of ad-Advice-* changes.
3525 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3527         * wid-edit.el (widget-default-get): Work for inlined elements.
3528         (Bug#12670)
3530 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
3532         * net/tramp.el (tramp-default-host-alist): New defcustom.
3533         (tramp-find-host): Use it.
3534         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
3535         `eshell-directory-change-hook'.
3537         * net/tramp-adb.el (top): Add adb specific entry in
3538         `tramp-default-host-alist'.
3539         (tramp-adb-file-name-host): Remove function.
3540         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3541         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3543         * net/tramp-sh.el: Move eshell integration code to tramp.el.
3545 2013-01-06  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3547         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3549 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
3551         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3552         consist of more than one digit.
3553         (tramp-adb-file-name-handler-alist):
3554         Use `tramp-handle-file-exists-p' consistently.
3555         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3556         (tramp-adb-handle-file-exists-p): Remove function.
3557         (tramp-adb-file-name-host): New defun.
3558         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3559         Use it.
3560         (tramp-adb-maybe-open-connection): Set "remote-path" property.
3562 2013-01-06  Chong Yidong  <cyd@gnu.org>
3564         * vc/vc.el (vc-next-action): Detect buffer modifications
3565         conflicting with locking VCS operation (Bug#11490).
3567         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3569 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
3571         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3572         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3574 2013-01-05  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3576         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3577         parsing of ls output using regular expression (handle filenames
3578         with spaces).  Use virtual device number.
3579         (tramp-do-parse-file-attributes-with-ls): New defun (Code
3580         cleanup).
3582 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3584         * epg.el: Silence byte-compiler warnings.
3585         (epg--start): Use delete-char instead of delete-backward-char.
3586         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3588 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3590         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3591         Suggested by Eli Zaretskii  <eliz@gnu.org>.
3593 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
3595         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3596         non-negative integers.  Otherwise, the default values are used.
3597         (tramp-convert-file-attributes): Convert uid and gid to integers.
3599 2013-01-04  Glenn Morris  <rgm@gnu.org>
3601         * term.el (term-handle-colors-array): Ensure face attributes
3602         are fully specified, not nil.  (Bug#13337)
3604         * term.el (term-default-fg-color, term-default-bg-color):
3605         Fix custom type.
3607         * progmodes/etags.el (tags-compression-info-list): Doc fix.
3608         (tag-find-file-of-tag-noselect): Check auto-compression-mode
3609         rather than 'jka-compr being loaded.  (Bug#13338)
3611 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
3613         * icomplete.el (icomplete-completions):
3614         Honor icomplete-prospects-height once more following
3615         2012-11-29 changes.  (Bug#13224)
3617 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3619         * subr.el (internal--called-interactively-p--get-frame): Find aliases
3620         of called-interactively-p as well (bug#13237).
3622         * view.el (view--enable, view--disable): Rename from view-mode-enable
3623         and view-mode-disable and assume it's called from view-mode.
3624         (view-mode-enable, view-mode-disable): Redefine as obsolete
3625         compatibility layer above view-mode.
3626         (view-mode-enter): Call `view-mode'.
3628         * files.el (after-find-file): Call `view-mode'.
3630         * doc-view.el (doc-view-scale-internally): New var.
3631         (doc-view-enlarge, doc-view-insert-image): Obey it.
3633 2013-01-03  Daiki Ueno  <ueno@gnu.org>
3635         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3636         exist.  (Bug#13344)
3638 2013-01-03  Glenn Morris  <rgm@gnu.org>
3640         * mail/rmail.el (rmail-set-header-1): Ignore case.
3641         Handle multi-line headers.  (Bug#13330)
3643         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3644         Handle paragraph starting at beginning of buffer.
3646         * subr.el (eval-after-load): Don't purecopy the form, so that it
3647         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3649         * emacs-lisp/byte-run.el (defun): Place cl declarations
3650         after any interactive spec.  (Bug#13265)
3652 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3654         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3655         defun.  Don't check for DECL if DOCSTRING isn't a string.
3656         (defun): Likewise.
3658 2013-01-02  Glenn Morris  <rgm@gnu.org>
3660         * eshell/em-cmpl.el (eshell-pcomplete):
3661         More thoroughly imitate pcomplete.  (Bug#13293)
3663         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3664         Return nil for empty path elements.  (Bug#13296)
3666 2013-01-02  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3668         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3669         order to improve efficiency (Based on Daniel Colascione's
3670         <dancol@dancol.org> patch).  (Bug#13182)
3672 2013-01-02  Glenn Morris  <rgm@gnu.org>
3674         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3676 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3678         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3679         neither DOCSTRING nor DECL was given.  (Bug#13316)
3681 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3683         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3684         `error' call.
3685         (tramp-do-copy-or-rename-file): Ignore errors when calling
3686         `set-file-extended-attributes'.
3688         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3689         Add handler for `file-acl'.
3690         (tramp-smb-handle-file-acl): New defun.
3692 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3694         * calc/README: Mention ISO 8601 week-numbering dates.
3696 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3698         * view.el (view-mode-enable): New argument run-view-mode-hook.
3699         Run view-mode-hook only when it's non-nil (Bug#13315).
3700         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3701         argument t.
3703 2012-12-31  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3705         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3706         (No device connected, invalid device name). (Bug #13299)
3708 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3710         * window.el (window-resizable--p): Rename to window-resizable-p.
3711         (window-resize-no-error): New function.
3713         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3714         broken in fix from 2012-12-28.
3716 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3718         * subr.el (special-form-p): Don't signal errors on undef aliases.
3720 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3722         * calc/calc-forms.el (math-parse-date): Try using
3723         `math-parse-iso-date' when it looks like it might be needed.
3724         Allow times of 24:00.
3725         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3726         of 24:00.
3728 2012-12-30  Glenn Morris  <rgm@gnu.org>
3730         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3731         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3732         (rmail-summary-displayed, rmail-summary): Declare.
3733         (mairix-rmail-display): Just require rmail.
3735 2012-12-30  Chong Yidong  <cyd@gnu.org>
3737         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3738         check for the tarball contents.
3740 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3742         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3743         tarfile content listings (Bug#13136).
3745 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3747         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3748         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3750 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3752         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3753         integers, if they are real numbers.  (Bug#13282)
3755         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3756         Return `t' on success.
3758         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3759         Add handler for `set-file-selinux-context'.
3761 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3763         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3764         (tramp-sh-handle-set-file-acl): Return `t' on success.
3766 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3768         * files.el (backup-buffer-copy, basic-save-buffer-2):
3769         If set-file-extended-attributes fails, fall back on set-file-modes
3770         instead of signaling an error.  (Bug#13298)
3771         (basic-save-buffer): Likewise.
3773 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3775         * progmodes/python.el: Support other commands triggering
3776         python-indent-line so indentation cycling continues to work.
3777         (python-indent-trigger-commands): New defcustom.
3778         (python-indent-line): Use it.
3780 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3782         * progmodes/python.el (python-shell-send-region): Add blank lines
3783         for non sent code so backtraces remain correct.
3785 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3787         * progmodes/python.el: Remove cl dependency.
3788         (python-syntax-count-quotes): Replace incf call.
3789         (python-fill-string): Replace setf call.
3791 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3793         * info.el (info-other-window): New arg, for consistency with info.
3795 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3797         * mail/rmail.el (rmail-maybe-display-summary):
3798         Rewrite (Bug#13066).
3800 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3802         * epg.el (epg--start): Modify process-environment locally.
3804 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3806         * epg.el: Support pinentry-curses.
3807         Suggested by Werner Koch in
3808         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3809         (epg-agent-file, epg-agent-mtime): New variable.
3810         (epg--start): Record the modified time of gpg-agent socket file,
3811         to restore Emacs frame after pinentry-curses termination.
3812         (epg-wait-for-completion): Restore Emacs frame here.
3814 2012-12-27  Juri Linkov  <juri@jurta.org>
3816         * info.el (Info-file-completions): New variable.
3817         (Info-read-node-name-1): Complete node names in the Info file
3818         when a file name is given.  Call `Info-build-node-completions'
3819         with a file name.
3820         (Info-build-node-completions): Add new arg `file'.  When it is
3821         non-nil, visit it in a temporary buffer and cache its completions in
3822         `Info-current-file-completions'.  Move most of the function body to
3823         `Info-build-node-completions-1'.
3824         (Info-build-node-completions-1): New function with the body from
3825         `Info-build-node-completions'.  (Bug#12456)
3827 2012-12-27  Juri Linkov  <juri@jurta.org>
3829         * frame.el (frame-maximization-style): Remove user option.
3830         (cycle-frame-maximized): Remove function.
3831         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3832         (toggle-frame-fullscreen): New command bound to <f11> instead of
3833         `toggle-frame-maximized'.
3834         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3836 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3838         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3840         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3841         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3842         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3843         for `file-accessible-directory-p'.  (Bug#13275)
3845 2012-12-27  Sam Steingold  <sds@gnu.org>
3847         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3848         continuations, see <http://stackoverflow.com/questions/3582436>.
3850 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
3852         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3853         "module" and "def" to have indentation before them.
3854         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3856         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3858 2012-12-27  Alan Mackenzie  <acm@muc.de>
3860         Speed up fontification where there's large brace blocks.
3861         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3862         to a call of c-beginning-of-decl-1.
3864 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3866         * comint.el (comint-adjust-window-point): New function.
3867         (comint-postoutput-scroll-to-bottom):
3868         Call comint-adjust-window-point (Bug#13248).
3870 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
3872         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3873         Rakefile regexp.
3874         (auto-mode-alist): Associate .gemspec files with ruby-mode
3875         (https://bugs.ruby-lang.org/issues/5453).
3877 2012-12-26  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3879         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3880         Suppress coloring, if possible (required for BusyBox based systems like
3881         CyanogenMod).
3882         (tramp-adb-handle-file-attributes)
3883         (tramp-adb-handle-insert-directory)
3884         (tramp-adb-handle-file-name-all-completions): Use it.
3885         (tramp-adb-get-toolbox): New defun.  Check for remote shell
3886         implementation (BusyBox or Toolbox).
3888 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
3890         * startup.el (initial-buffer-choice): Allow function as value
3891         (Bug#13251).
3892         (command-line-1): Handle case where initial-buffer-choice
3893         specifies a function.
3894         * server.el (server-execute): Handle case where
3895         initial-buffer-choice specifies a function.
3897 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3899         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3900         its own function.
3901         (smtpmail-try-auth-methods): Forget the user name/password if the
3902         login is unsuccessful (bug#12424).
3904 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
3906         * notifications.el (notifications-notify): Protect body with
3907         `with-demoted-errors'.
3909         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3910         Check properties of remote device.  Restart connection, if there is a
3911         change.
3913 2012-12-21  Chong Yidong  <cyd@gnu.org>
3915         * sort.el (sort-subr): Doc fix (Bug#13056).
3917 2012-12-21  Bastien Guerry  <bzg@gnu.org>
3919         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
3921 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
3923         * simple.el (process-file): Overwrite stderr file, if exists.
3925 2012-12-21  Daiki Ueno  <ueno@gnu.org>
3927         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3928         (epg-error): Set `error-message' property.
3930 2012-12-21  Chong Yidong  <cyd@gnu.org>
3932         * international/mule-cmds.el (read-char-by-name): Signal an error
3933         if the user does not supply a valid character (Bug#13177).
3935         * simple.el (transpose-subr-1): Preserve marker positions by
3936         changing the insertion sequence (Bug#13122).
3938 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3940         * simple.el (kill-region): Deactivate mark even for empty regions
3941         (Bug#13169).
3943 2012-12-21  Chong Yidong  <cyd@gnu.org>
3945         * help-fns.el (describe-variable): Make sure we get the right
3946         buffer name (Bug#13105).  Suggested by Kelly Dean.
3948 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
3950         * comint.el (comint-redirect-previous-input-string): New variable.
3951         (comint-redirect-setup, comint-redirect-cleanup)
3952         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
3953         (comint-redirect-preoutput-filter): Fix verbose message.
3955 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3957         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
3958         is too long for Tramp.  See discussion in
3959         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3961         * progmodes/compile.el (compilation-start): Remove line escape
3962         template.
3964 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
3966         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3967         Adjust comment.
3969 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
3971         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3972         following non-comment text (bug#13207).
3973         (lm-header-multiline): Continuation lines need to be indented more than
3974         the first line.
3975         (lm-homepage): New function.
3976         (lm-with-file): Don't be confused if narrowing is in effect.
3978 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3980         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3981         very beginning of a hunk (e.g. killing the first line).
3983 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
3985         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3986         and text properties from returned ACL string.
3987         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3988         for "setfacl" command.
3990 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
3992         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3993         `tramp-cleanup-this-connection', when the process has died.
3994         (Bug#13151)
3996 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
4000 2012-12-17  Kevin Ryde  <user42@zip.com.au>
4002         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4004 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
4006         Add support for preserving ACL entries of files.
4008         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4009         `set-file-acl' handlers.
4011         * net/tramp-adb.el (tramp-adb-handle-copy-file):
4012         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4014         * net/tramp-compat.el (tramp-compat-copy-file):
4015         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4017         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4018         Add `file-acl' and `set-file-acl' handlers.
4019         (tramp-gvfs-handle-copy-file):
4020         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4021         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4022         New defuns.
4024         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4025         Add `file-acl' and `set-file-acl' handlers.
4026         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4027         (tramp-sh-handle-set-file-acl): New defuns.
4028         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4029         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4031         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4032         Add `file-acl' and `set-file-acl' handlers.
4033         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4035 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4037         * help-macro.el (make-help-screen): Instead of switch-to-buffer
4038         use pop-to-buffer with NORECORD argument t.  As buffer name, use
4039         *Metahelp* with a leading space (Bug#13190).
4041 2012-12-16  Romain Francoise  <romain@orebokech.com>
4043         * files.el (file-extended-attributes)
4044         (set-file-extended-attributes): New functions.
4045         (backup-buffer): Use them to handle both SELinux context and ACL
4046         entries.
4047         (backup-buffer-copy): Work with an alist of extended attributes,
4048         rather than an SELinux context.
4049         (basic-save-buffer-2): Ditto.
4051 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
4053         * battery.el (battery-bsd-apm): New function.
4055 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
4057         * calc/calc.el (calc-standard-date-formats): Adjust one of the
4058         standard date formats.
4060 2012-12-15  Juri Linkov  <juri@jurta.org>
4062         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4063         `isearch-insert-char-by-name'.
4064         (with-isearch-suspended): New defmacro with body mostly from
4065         `isearch-edit-string' except the part that sets
4066         `isearch-new-string' and `isearch-new-message'.
4067         (isearch-edit-string): Use new macro `with-isearch-suspended' with
4068         body that sets `isearch-new-string' and `isearch-new-message'.
4069         (isearch-insert-char-by-name): New command.
4070         * international/mule-cmds.el (read-char-by-name): Let-bind
4071         `enable-recursive-minibuffers' to t.
4072         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4074 2012-12-15  Juri Linkov  <juri@jurta.org>
4076         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4077         (Bug#13175)
4079 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
4081         * dired-x.el (dired-guess-shell-command): Put colon at the end of
4082         the prompt.  (Bug#13045)
4084 2012-12-14  Glenn Morris  <rgm@gnu.org>
4086         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4087         Try to include filename in non-bytecomp warning.  (Bug#13132)
4089 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4091         Fix permissions bugs with setgid directories etc. (Bug#13125)
4092         * files.el (backup-buffer): Don't rely on 9th output of
4093         file-attributes, as it's now a placeholder.  Instead, use the new
4094         optional arg of file-ownership-preserved-p.
4095         (file-ownership-preserved-p): New optional arg GROUP.
4096         Fix mishandling of setuid directories that would cause this
4097         function to return t when it should have returned nil.
4098         Document what happens if the file does not exist, and when
4099         it's not known whether the ownership will be preserved.
4100         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4101         Likewise.
4102         (tramp-get-local-gid): Use group-gid for integer, as that's
4103         faster and more reliable.
4105 2012-12-14  Julien Danjou  <julien@danjou.info>
4107         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4108         Update keywords list, data type and PL/pgSQL.
4110 2012-12-14  Dave Abrahams  <dave@boostpro.com>
4112         * vc/ediff-util.el (ediff-buffer-type): New function.
4113         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4114         rather than taking it as as argument.
4115         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4117 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
4119         * json.el: Add pretty-print option (bug#12634).
4120         (json-encoding-separator, json-encoding-default-indentation)
4121         (json--encoding-current-indentation, json-encoding-pretty-print)
4122         (json-encoding-lisp-style-closings): New vars.
4123         (json--with-indentation): New macro.
4124         (json-encode-hash-table, json-encode-alist, json-encode-plist)
4125         (json-encode-array): Use it to obey json-encoding-pretty-print.
4126         (json-pretty-print-buffer, json-pretty-print): New commands.
4128 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4130         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4131         Extract `ruby-syntax-propertize-expansions'.
4132         (ruby-syntax-propertize-expansions): Only change syntax on
4133         certain string delimiters, to punctuation.  This way the common
4134         functions like forward-word and thing-at-point still work.
4135         (ruby-match-expression-expansion): Improve readability.
4136         (ruby-block-contains-point): New function.
4137         (ruby-add-log-current-method): Handle several edge cases.
4139 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4141         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4142         unload-feature finishes even when aborting an ongoing edebug session.
4143         Also, do not worry about edebug-mode, unload-feature takes care of it.
4145 2012-12-13  Andreas Schwab  <schwab@suse.de>
4147         * net/tls.el (tls-program): Update customize type.
4149 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4151         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4152         (edebug-setup-hook, cl-read-load-hooks): Use it.
4153         (edebug-unload-function): New function.  (Bug#13163)
4155 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
4157         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4158         Otherwise, there could be errors in autoloading.  (Bug#13151)
4160 2012-12-13  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4162         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4163         sequences.
4165 2012-12-13  Alan Mackenzie  <acm@muc.de>
4167         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
4168         * progmodes/cc-engine.el (c-backward-comments): Add code to work
4169         around `forward-comment' not recognizing ^M as whitespace.
4171 2012-12-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4173         * progmodes/python.el (python-skeleton-class)
4174         (python-skeleton-def): Do not add space after defun name.
4176 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4178         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4179         (cl--symbol-function): Remove (now that funbound is like nil).
4181 2012-12-12  Glenn Morris  <rgm@gnu.org>
4183         * button.el (button--area-button-p): Fix typo.
4185 2012-12-12  Sam Steingold  <sds@gnu.org>
4187         * frame.el (frame-maximization-style): New user option.
4188         (toggle-frame-maximized): Toggle frame maximization according to
4189         `frame-maximization-style', bound to <f11>.
4190         (cycle-frame-maximized): Cycle between all maximization styles and
4191         non-maximized frame, bound to shift-<f11>.
4193 2012-12-12  David CadĂ©  <codename68@gmail.com>
4195         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4197 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
4199         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4200         (eieio-override-prin1): Don't quote kewords and booleans.
4201         (object-write) <eieio-default-superclass>: Don't put closing parens
4202         on new line, avoid needless empty lines, align values that are objects
4203         with the slot keyword (instead of beginning on the same line).
4204         (eieio-list-prin1): Align value with slot keyword; increase
4205         eieio-print-depth before printing members of the list.
4207 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4210         a display text-property.
4211         (report-emacs-bug-hook): Don't bother deleting it any more.
4213         * hilit-chg.el (highlight-save-buffer-state): Delete.
4214         Use with-silent-modifications instead.
4215         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4217         * button.el: Handle buttons in display text-properties.
4218         (button--area-button-p, button--area-button-string):
4219         Use (STRING . STRING-POS) representation instead of just STRING.
4221 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
4223         * makefile.w32-in (compile4-SH): Fix a typo that caused term
4224         subdirectory be skipped.
4226 2012-12-11  Glenn Morris  <rgm@gnu.org>
4228         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4230         * progmodes/f90.el (f90-line-continued, f90-indent-region):
4231         Treat preprocessor lines embedded in continuations like comments.
4232         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
4234 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
4236         * calc/calc.el (calc-standard-date-formats): Add more date
4237         formats.
4238         * calc/calc-forms.el (math-parse-iso-date): New function.
4239         (math-parse-date): Use `math-parse-iso-date' when appropriate.
4240         (math-parse-iso-date-validate): Add extra error checking.
4241         (calc-date-notation): Add ability to access new date formats.
4243 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4245         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4246         font-lock as well as when there's no text-property.
4248 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
4250         * hi-lock.el: Refine the choice of default face.
4251         (hi-lock-keyword->face): New function.  Use it wherever we used
4252         cadadadr instead.
4253         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4254         (hi-lock--last-face): Remove var.
4255         (hi-lock--unused-faces): New var to replace it.
4256         (hi-lock-read-face-name): Use/maintain it.
4257         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
4258         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4259         if it has another face.
4261 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4263         * subr.el (w32notify-handle-event): New function.
4264         (inotify-handle-event): Doc fix.
4266 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
4268         * subr.el (inotify-event-p, inotify-handle-event): New functions.
4270 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
4272         * simple.el (just-one-space): Doc fix.
4274 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4276         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4278 2012-12-10  Le Wang  <l26wang@gmail.com>
4280         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4281         narrowed buffer (bug#12361).
4283 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
4285         * vc/vc-hooks.el (vc-state): Doc fix.
4287 2012-12-10  Glenn Morris  <rgm@gnu.org>
4289         * mail/rmail.el (rmail-maybe-display-summary):
4290         Preserve buffer, in case select-window changes it.  (Bug#13066)
4292 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4294         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4295         cl-load-hook where they belong.
4297 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4299         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4301 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
4303         Parallelize byte compilation on MS-Windows.
4304         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4305         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4306         (WINS_BASIC): Define as concatenation of the above.
4307         (compile): Subdivide into 4 separate and independent jobs that can
4308         be run in parallel.
4309         (compile0-CMD, compile0-SH): New targets for compiling
4310         COMPILE_FIRST files, which are prerequisites for the rest of the
4311         byte-compilation.
4312         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4313         New targets for parallel compilation with cmd.exe.
4314         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4315         compiling under a Unixy shell.
4317 2012-12-09  Chong Yidong  <cyd@gnu.org>
4319         * simple.el (set-mark-default-inactive): Delete this
4320         accidentally-introduced option.
4321         (set-mark-command, exchange-point-and-mark): Remove calls.
4323 2012-12-09  Glenn Morris  <rgm@gnu.org>
4325         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4326         Respect a defcustom's :set function, if appropriate.  (Bug#109)
4327         (eval-defun): Doc fix.
4329 2012-12-08  Juri Linkov  <juri@jurta.org>
4331         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4332         (Info-fontify-node, Info-bookmark-make-record): Remove the
4333         file extension from Info-current-file (Bug#13016).
4335 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4337         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4338         point, still provide some default.
4339         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4340         names, since we don't use it right now.  Actually return the list.
4341         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4343 2012-12-07  Chong Yidong  <cyd@gnu.org>
4345         * novice.el (disabled-command-function): Remove a spurious help
4346         xref (Bug#13043).  Suggested by Kelly Dean.
4348         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4349         syntax is specified (Bug#13025).
4351         * info.el (Info-set-mode-line): Remove the file extension from
4352         Info-current-file if there is one (Bug#13016).
4354 2012-12-07  Glenn Morris  <rgm@gnu.org>
4356         * mail/rmail.el (rmail-mime-decoded): New permanent local.
4357         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4358         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4359         and rmail-mime-decoded.  (Bug#9841)
4361         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
4362         (batch-unrmail, unrmail): Doc fixes.
4363         (unrmail): Respect unrmail-mbox-format.
4364         * mail/rmail.el (rmail-mbox-format): New option.
4365         (rmail-show-message-1): Respect rmail-mbox-format.
4367 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4371 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
4374         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4375         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4376         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4377         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4378         (cl-progv): Don't rely on dynamic scoping to find the body.
4379         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4380         (cl--proclaims-deferred): Rename from the "cl-" prefix.
4381         (cl-declaim): Use backquotes.
4382         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4383         Use "cl--" prefix for the object's tag.
4385         * ses.el: Use advice-add/remove.
4386         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4387         (copy-region-as-kill, yank): Use advice-add.
4388         (ses-unload-function): Use advice-remove.
4390 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
4392         * button.el: Make them work in header-lines (bug#12817).
4393         (button-map): Add bindings for header-line and mode-line use.
4394         (button-get, button-put, button-label): `button' may now be a string.
4395         (button-activate): Don't make it a defsubst.
4396         (button--area-button-p, button--area-button-string): New functions.
4397         (make-text-button): Fix the return value when `beg' was a string.
4398         (push-button): Handle the mode-line case.
4400 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4402         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4403         (sql-signum): Remove.  Use `cl-signum' instead.
4404         (sql-read-passwd): Remove; use read-passwd instread.
4405         (sql-get-login-ext): Use read-string.
4406         (sql-get-login): Use dolist and pcase.
4407         (sql--completion-table): Rename from sql-try-completion.
4408         Use complete-with-action.
4409         (sql-mode): Don't change abbrev-all-caps globally.
4410         (sql-connect): Don't rely on dynamic scoping for `new-name'.
4411         (sql-postgres-completion-object): Initialize vars in their `let'.
4412         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4413         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4414         (sql-comint-interbase): Use a single append, without setq.
4415         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4417         * hi-lock.el: Rework the default face and the serialize regexp code.
4418         (hi-lock--auto-select-face-defaults): Remove.
4419         (hi-lock-string-serialize-serial): Remove.
4420         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4421         make weak.
4422         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4423         equal string.
4424         (hi-lock-set-pattern): Adjust accordingly.
4425         (hi-lock--regexps-at-point): Simplify accordingly.
4426         (hi-lock--auto-select-face-defaults): Remove.
4427         (hi-lock--last-face): New var to replace it.
4428         (hi-lock-read-face-name): Rewrite (bug#11095).
4429         (hi-lock-unface-buffer): Arrange for the face to be the next default.
4431 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
4433         * net/tramp.el (tramp-replace-environment-variables):
4434         Hide compiler warning.
4435         (tramp-file-name-for-operation): Remove `executable-find',
4436         `start-process', `call-process' and `call-process-region'.
4438         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4440         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4441         compatibility.
4443         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4445 2012-12-06  Chong Yidong  <cyd@gnu.org>
4447         * ffap.el (ffap-replace-file-component): Fix typo.
4449 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4452         fix open-paren-like token test (bug#12785).
4454 2012-12-06  Glenn Morris  <rgm@gnu.org>
4456         * mail/rmailsum.el (rmail-new-summary): Tweak for
4457         rmail-maybe-display-summary changing buffer.  (Bug#13066)
4459 2012-12-06  Juri Linkov  <juri@jurta.org>
4461         * info.el (Info-fontify-node): Don't hide the last newline.
4462         (Bug#12272)
4464 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4466         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4467         so as to enable message-read-from-minibuffer to expand mail aliases.
4469 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4471         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4472         the `intangible' property.
4473         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4475 2012-12-05  Deniz Dogan  <deniz@dogan.se>
4477         * net/rcirc.el (rcirc-urls): Update documentation.
4478         (rcirc-condition-filter): New function.
4479         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4480         and exclude consecutive duplicate URLs (Bug#6082).
4482 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
4484         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4485         Check return code of copy command.
4487         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4488         Use group `tramp'.  Add version.
4490 2012-12-05  Chong Yidong  <cyd@gnu.org>
4492         * ffap.el (ffap-url-regexp): Don't require matching at front of
4493         string (Bug#4952).
4494         (ffap-url-p): If only a substring matches, return that.
4495         (ffap-url-at-point): Use the return value of ffap-url-p.
4496         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4497         (find-file-at-point, dired-at-point, dired-at-point-prompter)
4498         (ffap-guess-file-name-at-point): Likewise.
4499         (ffap-replace-file-component): Fix typo.
4501         * info.el (info-display-manual): Add existing Info buffers, whose
4502         files may not be in Info-directory-list, to the completion.
4503         (info--manual-names): New helper function.
4505 2012-12-05  Glenn Morris  <rgm@gnu.org>
4507         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4508         New functions, for detecting and resolving conflicts.  (Bug#10709)
4510 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
4512         * hi-lock.el (hi-lock-auto-select-face): New user variable.
4513         (hi-lock-auto-select-face-defaults): New buffer local variable.
4514         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4515         (hi-lock-unface-buffer): Prompt user with useful defaults.
4516         With prefix arg, unhighlight all hi-lock patterns in buffer.
4518 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4520         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4522 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
4524         * Makefile.in (TRAMP_SRC):
4525         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4527 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
4529         * net/tramp-adb.el: New package.
4531 2012-12-04  Chong Yidong  <cyd@gnu.org>
4533         * terminal.el: Move to obsolete/.
4535         * longlines.el: Move to obsolete/.
4537         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4538         Remove code referring to longlines mode.
4540 2012-12-03  Juri Linkov  <juri@jurta.org>
4542         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
4544 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
4546         * textmodes/ispell.el (ispell-init-process)
4547         (ispell-start-process, ispell-internal-change-dictionary):
4548         Make sure personal dictionary name is expanded after initial
4549         `default-directory' value. Use expanded strings for
4550         keep/restart checks and for value (Bug#13019).
4552 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4554         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4556 2012-12-03  Leo Liu  <sdl.web@gmail.com>
4558         * files.el (dir-locals-read-from-file): Check file non-empty
4559         before reading.  (Bug#13038)
4561 2012-12-03  Glenn Morris  <rgm@gnu.org>
4563         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4564         Remove any version extension before checking filename.  (Bug#13006)
4565         (jka-compr-compression-info-list): Belated :version bump.
4567 2012-12-03  Chong Yidong  <cyd@gnu.org>
4569         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4571         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4572         (buffer-menu): Doc fix (Bug#12294).
4574 2012-12-03  Roland Winkler  <winkler@gnu.org>
4576         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4577         of diary-show-all-entries in the diary buffer (Bug#12994).
4579 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
4581         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4582         "<STDIN>".  This is binary safe.
4584 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4586         * calc/calc-forms.el (math-absolute-from-iso-dt)
4587         (math-date-to-iso-dt, math-parse-iso-date-validate)
4588         (math-iso-dt-to-date): New functions.
4589         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4590         (math-fd-isoweekday): New variables.
4591         (calc-date-notation, math-parse-standard-date, math-format-date)
4592         (math-format-date-part): Add support for more formatting codes.
4594 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4596         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4597         current buffer's file name when called interactively (Bug#12488).
4599 2012-12-02  Juri Linkov  <juri@jurta.org>
4601         * info.el (info-display-manual): Don't clobber an existing Info
4602         buffer (Bug#10770).  Add completion (Bug#10771).
4604 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
4606         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4607         before using it for comparison (Bug#5297).
4609 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
4611         * textmodes/css-mode.el (css-current-defun-name): New function.
4612         (css-mode): Use it.
4614         * textmodes/sgml-mode.el (html-current-defun-name): New function.
4615         (html-mode): Use it.
4617 2012-12-01  Chong Yidong  <cyd@gnu.org>
4619         Modularize add-log-current-defun (Bug#2224).
4620         Suggested by Jari Aalto.
4622         * vc/add-log.el (add-log-current-defun-function): Doc fix.
4623         (add-log-current-defun): Move mode-specific code to other files.
4624         (add-log-lisp-like-modes, add-log-c-like-modes)
4625         (add-log-tex-like-modes): Variables deleted.
4627         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4628         (lisp-mode-variables): Use it.
4630         * progmodes/cc-mode.el (c-common-init):
4631         * progmodes/cperl-mode.el (cperl-mode): Set a value for
4632         add-log-current-defun-function.
4634         * progmodes/m4-mode.el (m4-current-defun-name): New function.
4635         (m4-mode): Use it.
4637         * progmodes/perl-mode.el (perl-current-defun-name): New.
4638         (perl-mode): Use it.
4640         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4641         Use lisp-current-defun-name.
4643         * textmodes/tex-mode.el (tex-current-defun-name): New.
4644         (tex-common-initialization): Use it.
4646         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4647         (texinfo-mode): Use it.
4649 2012-12-01  Chong Yidong  <cyd@gnu.org>
4651         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4652         * progmodes/autoconf.el (autoconf-mode):
4653         * progmodes/js.el (js-mode):
4654         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4655         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4656         * progmodes/perl-mode.el (perl-mode):
4657         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4658         * textmodes/css-mode.el (css-mode):
4659         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4660         (sgml-tags-invisible, sgml-guess-indent):
4661         * textmodes/tex-mode.el (tex-common-initialization)
4662         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4663         (doctex-mode, plain-tex-mode, latex-mode):
4664         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4666 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4668         * vc/vc-hg.el (vc-hg-next-revision):
4669         Ensure use of default "tip" output format.  (Bug#6968)
4671 2012-12-01  Kim F. Storm  <storm@cua.dk>
4673         * startup.el (fancy-startup-tail): Add a clickable link
4674         (Bug#2176).
4676 2012-12-01  Chong Yidong  <cyd@gnu.org>
4678         * startup.el (fancy-startup-tail): Improve the message about
4679         auto-save files (Bug#2176).
4681         * files.el (recover-session): Improve the descriptive message, and
4682         use substitute-command-keys.
4684 2012-12-01  Glenn Morris  <rgm@gnu.org>
4686         * ido.el (ido-file-internal):
4687         Handle other-window, other-frame for dired.  (Bug#13036)
4689 2012-11-30  Glenn Morris  <rgm@gnu.org>
4691         * icomplete.el (icomplete-separator): Fix :version.
4693 2012-11-30  Chong Yidong  <cyd@gnu.org>
4695         * shell.el (shell): For C-u M-x shell, use an inactive shell
4696         buffer as the default (Bug#1975).
4697         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4698         (shell-mode): Use them to reapply ansi colorization if Shell mode
4699         is re-enabled.
4701 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4703         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4705 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4707         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4708         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4710 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4712         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4713         by move-to-column (Bug#3234).
4715 2012-11-30  Chong Yidong  <cyd@gnu.org>
4717         * longlines.el (longlines-wrap-line, longlines-encode-region):
4718         Preserve text properties (Bug#1425).
4720 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4722         * vc/vc.el (vc-register): Allow registering a file which is
4723         already registered with a different backend (Bug#10589).
4725 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4726             Stefan Monnier  <monnier@iro.umontreal.ca>
4728         * icomplete.el: Change separator; add ido-style commands.
4729         (icomplete-show-key-bindings): Remove custom var.
4730         (icomplete-get-keys): Remove function.
4731         (icomplete-forward-completions, icomplete-backward-completions):
4732         New commands.
4733         (icomplete-minibuffer-map): New var.
4734         (icomplete-minibuffer-setup): Use it.
4735         (icomplete-exhibit): Don't delay if the list of completions is known.
4736         (icomplete-separator): New custom.
4737         (icomplete-completions): Use it.
4738         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4739         (minibuffer-force-complete-and-exit): New command.
4740         (minibuffer--complete-and-exit): New function extracted from
4741         minibuffer-complete-and-exit.
4742         (minibuffer-complete-and-exit): Use it.
4744         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4745         error message when the file doesn't exist (bug#12974).
4747 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4749         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4751 2012-11-29  Glenn Morris  <rgm@gnu.org>
4753         * files.el (hack-dir-local-variables): Warn if try to set
4754         coding via dir-locals, since it doesn't work.  (Bug#7169)
4756         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4757         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4758         Set buffer-local value of desktop-save-buffer.
4759         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4760         New functions.
4761         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4762         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4764         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4765         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4766         Doc fix.
4767         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4768         Doc fixes.
4770 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4772         * calc/calc-forms.el (calc-date-notation): Fix regexp
4773         used to find time codes.  Fix symbol for seconds.
4775 2012-11-27  Glenn Morris  <rgm@gnu.org>
4777         * emacs-lisp/derived.el (derived-mode-make-docstring):
4778         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4780 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4782         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4783         lexically scoped variables (bug#13005).
4785 2012-11-27  Glenn Morris  <rgm@gnu.org>
4787         * vc/vc-hooks.el (vc-mistrust-permissions):
4788         Default to t, to avoid data-loss.  (Bug#11490)
4790 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4792         * progmodes/python.el (python-indent-guess-indent-offset):
4793         If indentation is guessed make python-indent-offset buffer-local.
4795         Fix Imenu regression.
4796         * progmodes/python.el (python-nav-beginning-of-defun):
4797         Fix forward movement when statement(s) separates point from defun.
4798         (python-imenu-prev-index-position): New function.
4800 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4802         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4804         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4805         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4807 2012-11-27  Glenn Morris  <rgm@gnu.org>
4809         * hippie-exp.el (hippie-expand-try-functions-list):
4810         Re-autoload it.  (Bug#12982)
4812 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4814         * descr-text.el (describe-char-padded-string):
4815         Call internal-char-font only on GUI frames.  (Bug#11964)
4817 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4819         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4820         and obsoletion message.
4822 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4824         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4825         the constructs to keep outside of the `cl-block' (bug#12977).
4827 2012-11-27  Chong Yidong  <cyd@gnu.org>
4829         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4830         keep reading until we get the up-event anyway, in order to process
4831         the up-event for mouse-1-click-follows-link (Bug#12971).
4833 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4836         base function is not yet defined (bug#12965).
4837         (ad-activate-advised-definition): Use ad-compile-function.
4838         (ad-activate): Use cond.
4840 2012-11-25  Leo Liu  <sdl.web@gmail.com>
4842         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4843         (Bug#12979)
4845 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
4847         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4848         reftex-section-info-function in order to be compatible with
4849         Texinfo integration.
4851         * textmodes/reftex.el (reftex-section-pre-regexp)
4852         (reftex-section-post-regexp, reftex-section-info-function):
4853         New variable.
4854         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4855         reftex-section-post-regexp, and reftex-section-info-function in order
4856         to be compatible with Texinfo integration.
4858         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4859         use reftex-section-pre-regexp variable in order to be compatible with
4860         Texinfo integration.
4862 2012-11-25  Chong Yidong  <cyd@gnu.org>
4864         * faces.el: Make face-spec-set more analogous to setq.
4865         (face-spec-set): Change the third arg to specify whether this
4866         function is being called via defface, customize, or a third party.
4867         Set the appropriate symbol properties.  Clear the override spec if
4868         setting via Custom.  Initialize face if necessary.  (Bug#4988)
4869         (face-spec-recalc): Allow theme faces to completely replace the
4870         defface spec, in the same way as custom faces (Bug#8454).
4872         * cus-face.el (custom-declare-face): Move face initialization to
4873         face-spec-set.
4874         (custom-theme-set-faces): Don't initialize the face name here, as
4875         that is now done in face-spec-set.
4877         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4878         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4879         Simplify by using the new arg to face-spec-set.
4881         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4882         reset face-override-spec too, and use custom-declare-face.
4884 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
4886         * term/ns-win.el (ns-initialize-window-system): Move creation of
4887         fontsets here (Bug#11964).
4889 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
4891         * ses.el (ses-rename-cell): Correct bug on mode-line update after
4892         cell renaming.
4894 2012-11-24  Chong Yidong  <cyd@gnu.org>
4896         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4897         obsolete.
4899         * custom.el (custom-theme-set-variables): Use a topological sort
4900         for ordering by custom dependencies (Bug#12952).
4901         (custom--sort-vars, custom--sort-vars-1): New functions.
4903 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4905         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4906         lexical-binding (bug#12938).
4908 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
4910         * image-mode.el (image-transform-check-size): Use assertions only
4911         for images of type imagemagick.
4913         Otherwise no error, image-transform-fit-to-{width,height} is
4914         silently ignored, as before.  Doc fix.
4916 2012-11-24  Chong Yidong  <cyd@gnu.org>
4918         * faces.el (color-defined-p): Doc fix (Bug#12853).
4920 2012-11-24  Juri Linkov  <juri@jurta.org>
4922         * dired.el (dired-mark): Add optional arg `interactive'.
4923         Check for `use-region-p' if `interactive' is non-nil.
4924         (dired-unmark, dired-flag-file-deletion): Add optional arg
4925         `interactive'.  Call `dired-mark' with the arg `interactive'.
4926         (Bug#10624)
4928         * wdired.el: Revert 2012-10-17 change partly and replace it with
4929         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4930         (wdired-finish-edit): Add marks for new file names to
4931         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
4932         after `revert-buffer'.
4933         (wdired-do-renames): Remove calls to `dired-remove-file',
4934         `dired-add-file', `dired-add-entry'.  (Bug#11795)
4936 2012-11-24  Alan Mackenzie  <acm@muc.de>
4938         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4940         Fix bugs in the state cache.  Enhance a debugging mechanism.
4941         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4942         "brace at column zero" strategy for C++.
4943         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4944         (c-parse-state-point): New variable.
4945         (c-record-parse-state-state): Record old parse state with
4946         `copy-tree'.  Record previous value of point.
4947         (c-debug-parse-state-double-cons): New debugging function.
4948         (c-debug-parse-state): Call the above new function.
4949         (c-toggle-parse-state-debug): Output a confirmatory message.
4951         * progmodes/cc-mode.el (c-before-change, c-after-change):
4952         Call c-invalidate-state-cache from `c-before-change' instead of
4953         `c-after-change'.
4955 2012-11-23  Chong Yidong  <cyd@gnu.org>
4957         * find-cmd.el (find-constituents): Add executable, ipath,
4958         readable, samefile, writable, daystart, regextype (Bug#12856).
4960 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4962         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4964 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4966         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4967         definition.  This fixes a bootstrap failure.
4968         (calc-gregorian-switch): In menu, put dates before regions.
4969         This is easier to follow, lines up better in the menu, and lets us
4970         coalesce regions that switch at the same time.  Give country
4971         names, not "Vatican", as that's better for non-expert users.
4972         Use names that are stable between the date of switch and now, e.g.,
4973         Bohemia and Moravia (which existed then and now) and not
4974         Czechoslovakia (which didn't exist then and doesn't exist now).
4975         What is now the U.S. mostly did not switch at the same time as
4976         Britain, so omit the U.S.  Correct spelling of "Britain".
4977         Catholic Switzerland was too much of a mess, so omit it.
4979 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4981         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4982         after the variable is changed.
4984 2012-11-21  Daniel Colascione  <dancol@dancol.org>
4986         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4987         in SQL declarations for font-lock.
4988         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4990 2012-11-21  Glenn Morris  <rgm@gnu.org>
4992         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4993         (face-italic-p): Add optional argument "inherit".
4995         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4996         Remove -p suffix from names, for consistency with other set-face-*.
4997         (set-face-inverse-video): Fix interactive spec.
4998         * play/gamegrid.el (gamegrid-make-mono-tty-face):
4999         * textmodes/table.el (table--update-cell-face):
5000         Use set-face-inverse-video rather than now obsolete alias.
5002 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
5004         * simple.el (line-move): Don't call line-move-partial if
5005         scroll-conservatively is in effect.  (Bug#12927)
5007 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5010         Fallback on completion-at-point rather than
5011         pcomplete-expand-and-complete, and only if pcomplete actually failed.
5012         (eshell-cmpl-initialize): Setup completion-at-point.
5014         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5016         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5018 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
5020         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5021         are remote, check out-of-band property for both.
5023 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * window.el (switch-to-buffer): Re-add the warning that was lost in the
5026         code rewrite.
5028 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
5030         More minor time fixes.
5031         * calendar/time-date.el: Commentary fix.
5032         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5033         too much other code depends on (0 0) time stamps.
5034         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5035         Add a couple of FIXME comments.
5037         Minor cleanup for times as lists of four integers.
5038         * files.el (dir-locals-directory-cache):
5039         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5040         Doc fixes.
5041         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5042         * ps-bdf.el (bdf-file-newer-than-time):
5043         Process four-integers time stamps, not two.  Doc fixes.
5045 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5047         * uniquify.el (uniquify-managed): Use defvar-local.
5048         (rename-buffer, create-file-buffer): Advise with advice-add.
5049         (uniquify-unload-function): Unadvise accordingly.
5051         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5052         (trace-buffer): Don't purecopy.
5053         (trace-entry-message, trace-exit-message): Add `context' arg.
5054         (trace--timer): New var.
5055         (trace-make-advice): Adjust for use in nadvice.
5056         Add `context' argument.  Delay `display-buffer' via a timer.
5057         (trace-function-internal): Use advice-add.
5058         (trace--read-args): New function.
5059         (trace-function-foreground, trace-function-background): Use it.
5060         (trace-function): Rename to trace-function-foreground and redefine as
5061         an alias to that new name.
5062         (untrace-function, untrace-all): Adjust to the use of nadvice.
5064         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5066         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5068         * subr.el (called-interactively-p-functions): New var.
5069         (internal--called-interactively-p--get-frame): New macro.
5070         (called-interactively-p, interactive-p): Rewrite in Lisp.
5071         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5072         (called-interactively-p-functions): Use it.
5073         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5074         (called-interactively-p-functions): Use it.
5075         * allout.el (allout-called-interactively-p): Don't assume
5076         called-interactively-p is a subr.
5078 2012-11-20  Glenn Morris  <rgm@gnu.org>
5080         * profiler.el (profiler-report-mode-map): Add a menu.
5081         No need to bind `q' because we derive from special-mode.
5082         (profiler-report-find-entry): Handle calls from the menu-bar.
5084 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5086         * emacs-lisp/byte-run.el (defun-declarations-alist):
5087         Allow a compiler-macro to be a lambda expression.
5089         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
5090         eval-when-compile.
5091         (python-syntax-context): Add compiler-macro.
5092         (python-font-lock-keywords): Simplify with De Morgan.
5094         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5096         * files.el (load-file): Require match in minibuffer selection, as was
5097         the case in Emacs-20 before we changed the spec to allow .elc files
5098         (bug#12935).
5100         * json.el: Don't require cl since we don't use it.
5101         * color.el: Don't require cl.
5102         (color-complement): `caddr' -> `nth 2'.
5104         * calendar/time-date.el (time-to-seconds): De-obsolete.
5106 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
5108         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5109         year numbers.
5110         (math-date-to-julian-dt): Adjust the initial approximation for the
5111         year to deal with the new definition of the DATE.
5113 2012-11-19  Daniel Colascione  <dancol@dancol.org>
5115         * term/w32-win.el (cygwin-convert-path-from-windows):
5116         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5118 2012-11-18  Chong Yidong  <cyd@gnu.org>
5120         * filecache.el (file-cache--read-list): New function.
5121         (file-cache-add-directory-list, file-cache-add-file-list)
5122         (file-cache-delete-file-list, file-cache-delete-directory-list):
5123         Use it to read a list of files or directories (Bug#12846).
5124         (file-cache-add-file, file-cache-add-directory)
5125         (file-cache-delete-file-list, file-cache-delete-file-regexp)
5126         (file-cache-delete-directory): Print an message.
5128 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
5130         * calc/calc-forms.el (math-date-to-dt): Use integer date when
5131         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5133 2012-11-18  Glenn Morris  <rgm@gnu.org>
5135         * image.el (insert-image, insert-sliced-image): Doc fix.
5137 2012-11-18  Chong Yidong  <cyd@gnu.org>
5139         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5140         (Bug#12810).
5142 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5144         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5145         response when the target file is in a subdirectory (Bug#12757).
5147 2012-11-18  Chong Yidong  <cyd@gnu.org>
5149         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5151 2012-11-18  Glenn Morris  <rgm@gnu.org>
5153         * emacs-lisp/cl-lib.el (face-underline-p):
5154         Use set-face-underline rather than the alias set-face-underline-p.
5156         * window.el (with-temp-buffer-window): Doc fix.
5157         * subr.el (with-output-to-temp-buffer):
5158         Add doc xref to with-temp-buffer-window.
5160 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
5162         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5163         * calc/calc.el (math-format-date-cache): Declare.
5165 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5167         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5168         It also uses January 1, 1 AD as its day number 1.
5169         * calc/calc-forms.el (math-julian-date-beginning)
5170         (math-julian-date-beginning-int): Implement this.
5172 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
5174         * descr-text.el (quail-find-key):
5175         * dired.el (desktop-file-name):
5176         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5177         * generic-x.el (comint-mode, comint-exec):
5178         * image-dired.el (widget-forward):
5179         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5180         (speedbar-change-expand-button-char)
5181         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5182         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5183         * printing.el (easy-menu-add-item, easy-menu-remove-item)
5184         (widget-field-action, widget-value-set):
5185         * speedbar.el (imenu--make-index-alist):
5186         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5187         (ring-length, ring-insert):
5188         * vcursor.el (compare-windows-skip-whitespace):
5189         * woman.el (dired-get-filename):
5190         Declare functions.
5192         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5194 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5196         * calc/calc.el (calc-gregorian-switch): New variable.
5198         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5199         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5200         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5201         (math-leap-year-p): Add option to distinguish between Julian
5202         and Gregorian calendars.
5203         (math-day-number): Use `math-day-in-year' to do the computations.
5204         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5205         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5206         to do the computations.
5207         (math-date-to-dt): Use `math-date-to-julian-dt' and
5208         `math-date-to-gregorian-dt' to do the computations.
5209         (calcFunc-weekday, math-format-date-part): Use the new version of
5210         the DATE to determine the weekday.
5211         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5212         when necessary.
5214 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
5216         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5217         Cygwin; otherwise use 'file:'.  (Bug#12914)
5218         (cygwin-convert-path-from-windows): Declare, to avoid
5219         byte-compiler warnings.
5221 2012-11-17  Andreas Politz  <politza@fh-trier.de>
5223         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5224         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5225         prefix and negative numeric prefix args (Bug#12795).
5227 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
5229         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5230         Don't signal an error with a score that is too low to add to the
5231         list of top scores. (Bug#12779)
5233 2012-11-17  Chong Yidong  <cyd@gnu.org>
5235         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5237         * filecache.el (file-cache-add-file): Handle relative file name in
5238         the argument (Bug#12694).
5240 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
5242         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5244 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5246         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5248         * emacs-lisp/cl-lib.el: Set more meaningful version number.
5250 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5252         * window.el (enlarge-window, shrink-window): Don't mention return
5253         value in doc-string (Bug#12896).
5254         (window--display-buffer): Don't resize frames - it won't work
5255         with all window managers and defeat pop-up-frame-alist.
5256         (display-buffer-alist): In doc-string explain that CONDITION can
5257         be a function and which arguments are passed to it (Bug#12854).
5258         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
5259         expressions (Bug#12854).
5260         (display-buffer): Pass ACTION argument to
5261         display-buffer-assq-regexp.
5263 2012-11-16  Glenn Morris  <rgm@gnu.org>
5265         * window.el (fit-frame-to-buffer-bottom-margin)
5266         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5268         * faces.el (face-underline-p): Use face-attribute-specified-or.
5270 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
5272         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5274 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5278 2012-11-16  Glenn Morris  <rgm@gnu.org>
5280         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
5281         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5283         * faces.el (face-underline-p): Doc fix.  Handle :underline being
5284         things other than `t' (a string, a list).
5285         (face-inverse-video-p): Doc fix.
5286         (set-face-underline): Rename it back from set-face-underline-p.
5287         Doc fix.  Allow interactive input of values other than t.
5288         (read-face-attribute): Apply formatting to :underline,
5289         since like :box and :stipple it can take list values.
5291         * term.el (ansi-term): Don't let C-x escape-char binding
5292         clobber the more standard C-c binding.  (Bug#12842)
5294         * subr.el (set-temporary-overlay-map): Doc fix.
5296 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5298         * window.el (record-window-buffer)
5299         (display-buffer-record-window): When copying the markers to
5300         window-point preserve window-point-insertion-type. (Bug#12588)
5302 2012-11-16  Glenn Morris  <rgm@gnu.org>
5304         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5305         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5306         Use new names for hooks rather than obsolete aliases.
5308 2012-11-15  Daniel Colascione  <dancol@dancol.org>
5310         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5311         prefix instead of "file:" so that when FILE-NAME begins with "//",
5312         as it does when the target file is on a network share, url-handler
5313         isn't confused.
5315 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5317         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5318         a preactivated advice from an old advice.el; they're not compatible!
5320 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5322         * emacs-lisp/nadvice.el (advice--make-interactive-form):
5323         Fix string-spec case.
5325         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5327 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5329         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5330         (advice--buffer-local-function-sample): New var.
5331         (advice--set-buffer-local, advice--buffer-local): New functions.
5332         (add-function, remove-function): Use them.
5334 2012-11-15  Drew Adams  <drew.adams@oracle.com>
5336         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5338 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5340         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5341         potential binding of print-gensym to t, and prettify (back)quotes in
5342         case they appear in args's default values (bug#12884).
5344 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5347         (advice-eval-interactive-spec): New function.
5348         (advice--make-interactive-form): Support around advice (bug#12844).
5350 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
5352         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5353         more strict.  Add docstring.
5354         (ruby-expression-expansion-re): Extract from
5355         `ruby-match-expression-expansion'.
5356         (ruby-syntax-propertize-function): After everything else, search
5357         for expansions in string literals, mark their insides as
5358         whitespace syntax and save match data for font-lock.
5359         (ruby-font-lock-keywords): Use the 2nd group from expression
5360         expansion matches.
5361         (ruby-match-expression-expansion): Use the match data saved to the
5362         text property in ruby-syntax-propertize-function.
5364 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5367         (bug#12879).
5369 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5371         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5372         start/end keyword a bit harder.  Works with different values of N.
5373         Add more comments.
5374         (ruby-end-of-block): Update accordingly.
5376 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5378         * woman.el (woman-file-name): Don't mess with unread-command-events
5379         (bug#12861).
5381         * emacs-lisp/advice.el: Layer on top of nadvice.el.
5382         Remove out of date self-require hack.
5383         (ad-do-advised-functions): Use simple `dolist'.
5384         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5385         (ad-advice-definition): Redefine as functions.
5386         (ad-advice-classes): Move before first use.
5387         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5388         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5389         (ad--defalias-fset): Remove functions.
5390         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5391         (ad-get-orig-definition): Rewrite.
5392         (ad-make-advised-definition-docstring): Change base docstring.
5393         (ad-real-orig-definition): Rewrite.
5394         (ad-map-arglists): Change name of called function.
5395         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5396         (ad-make-advised-definition): Simplify.
5397         (ad-assemble-advised-definition): Tweak for new calling context.
5398         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5399         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
5400         function and call ad-activate if needed.
5401         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5402         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5403         (ad-compile-function): Compile ad-Advice-*.
5404         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5405         (ad-start-advice, ad-stop-advice): Remove.
5407 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5409         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5410         period before class method names, not after.  Remove handling of
5411         one impossible case.  Add comments.
5413 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * emacs-lisp/advice.el: Remove support for freezing.
5416         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5417         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5418         Remove support for `freeze'.
5420         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5421         override the default.
5422         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5423         cl--dotimes/dolist.
5424         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5425         `cl' is loaded.
5427         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5428         from add-advice.
5429         (advice--strip-macro): New function.
5430         (advice--defalias-fset): Use them to handle macros.
5431         (advice-add): Use them.
5432         (advice-member-p): Correctly handle macros.
5434 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5436         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5437         Never font-lock the beginning of singleton class as heredoc.
5439 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5443 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
5445         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5446         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
5447         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5449 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5451         Fix end-of-defun misbehavior.
5452         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5453         python-beginning-of-defun-function.  Handle nested defuns
5454         correctly.
5455         (python-nav-end-of-defun): Rename from
5456         python-end-of-defun-function.  Ensure forward movement.
5457         (python-info-current-defun): Reimplement to work as intended
5458         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
5459         parent defuns as soon as possible.
5461 2012-11-13  Glenn Morris  <rgm@gnu.org>
5463         * progmodes/flymake.el (flymake-error-bitmap)
5464         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5465         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5467 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5469         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5470         backward, always stop at indentation.  Reverts the change from
5471         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5473 2012-11-13  Glenn Morris  <rgm@gnu.org>
5475         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5476         Add ibuffer-filter-by-derived-mode.
5478         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5479         the same name shadowing each other.
5481         * window.el (with-temp-buffer-window): Doc tweak.
5483         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5485         * help.el (temp-buffer-max-height):
5486         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5487         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5489 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5491         * emacs-lisp/nadvice.el: New package.
5492         * subr.el (special-form-p): New function.
5493         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5494         (elp-all-instrumented-list): Remove var.
5495         (elp-not-profilable): Remove elp-wrapper.
5496         (elp-profilable-p): Use autoloadp and special-form-p.
5497         (elp--advice-name): New const.
5498         (elp-instrument-function): Use advice-add.
5499         (elp--instrumented-p): New predicate.
5500         (elp-restore-function): Use advice-remove.
5501         (elp-restore-all, elp-reset-all): Use mapatoms.
5502         (elp-set-master): Use elp--instrumented-p.
5503         (elp--make-wrapper): Rename from elp-wrapper, return a function
5504         suitable for advice-add.  Use cl-inf.
5505         (elp-results): Use mapatoms+elp--instrumented-p.
5506         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5507         (debug-function-list): Remove var.
5508         (debug): Rename arg, and then let-bind it explicitly inside.
5509         (debugger-setup-buffer): Rename arg.
5510         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5511         (debugger-frame-number): Adjust to new debug-on-entry setup.
5512         (debug--implement-debug-on-entry): Rename from
5513         implement-debug-on-entry, add argument.
5514         (debugger-special-form-p): Remove, use special-form-p instead.
5515         (debug-on-entry): Use advice-add.
5516         (debug--function-list): New function.
5517         (cancel-debug-on-entry): Use it, along with advice-remove.
5518         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5519         (debugger-list-functions): Use debug--function-list instead of
5520         debug-function-list.
5521         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5522         (ad-special-form-p): Remove, use special-form-p instead.
5523         (ad-set-advice-info): Use add-function and remove-function.
5524         (ad--defalias-fset): Adjust accordingly.
5526 2012-11-10  Glenn Morris  <rgm@gnu.org>
5528         * mail/emacsbug.el (report-emacs-bug-tracker-url)
5529         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5530         (report-emacs-bug-create-existing-bugs-buffer)
5531         (report-emacs-bug-parse-query-results)
5532         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
5534         * term.el (term-default-fg-color, term-default-bg-color):
5535         Make obsolete, rather than just saying "deprecated" in the doc.
5537         * term.el (term): Rename from `term-face'.
5538         (term-current-face, ansi-term-color-vector)
5539         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5540         Update all users.
5542 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5544         * server.el (server-create-window-system-frame): Handle Nextstep
5545         specially (Bug#12780).
5547 2012-11-10  Glenn Morris  <rgm@gnu.org>
5549         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5550         Unautoload, and make obsolete.  (Bug#7449)
5552 2012-11-10  Chong Yidong  <cyd@gnu.org>
5554         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5555         rename from diff-remove-trailing-whitespace (Bug#12831).
5557 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5559         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5560         miscompilation of trace.el.
5562 2012-11-10  Glenn Morris  <rgm@gnu.org>
5564         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5566 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5568         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5569         (bug#12812).
5571 2012-11-10  Chong Yidong  <cyd@gnu.org>
5573         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5574         a defcustom with an appropriate :set function.
5575         (minibuffer-default--in-prompt-regexps): New function.
5577 2012-11-10  Glenn Morris  <rgm@gnu.org>
5579         * emacs-lisp/cl.el (define-setf-expander, defsetf)
5580         (define-modify-macro): Doc fixes.
5582         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5583         (gv-define-simple-setter): Update doc of `fix-return'.
5585 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5587         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5588         twice when `fix-return' is set (bug#12813).
5590         * emacs-lisp/cl.el (defsetf): Pass the third arg to
5591         gv-define-simple-setter (bug#12812).
5593         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5594         (bug#12756).
5596 2012-11-10  Glenn Morris  <rgm@gnu.org>
5598         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5600         * emacs-lisp/cl-extra.el (cl-prettyexpand):
5601         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5602         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5603         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5605         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5607 2012-11-10  Leo Liu  <sdl.web@gmail.com>
5609         * ido.el (ido-set-matches-1): Improve flex matching performance by
5610         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
5612 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5614         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5615         (ad--defalias-fset): New function.
5616         (ad-safe-fset): Remove.
5617         (ad-make-freeze-definition): Use cl-letf*.
5619 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * subr.el (dolist): Don't bind VAR in RESULT.
5623         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
5624         (fset, documentation): Don't save real def since we don't advise.
5625         (ad-do-advised-functions): Remove problematic `result-form'.
5626         (ad-safe-fset): `ad-real-fset' => `fset'.
5627         (ad-read-advised-function): Don't assume that ad-do-advised-functions
5628         uses CL's dolist internally.
5629         (ad-arglist): Remove unused arg `name'.
5630         (ad-docstring, ad-make-advised-docstring):
5631         `ad-real-documentation' => `documentation'.
5632         (warning-suppress-types): Declare.
5633         (ad-set-arguments): Simple CSE.
5634         (ad-recover-normality): Sanity check.
5636         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5637         (funcall '(lambda ..) ..) into ((lambda ..) ..).
5639 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5641         * ses.el: symbol to coordinate mapping is made by symbol property
5642         `ses-cell'.  This means that the same mapping is done for all SES
5643         sheets.  That is good enough for cells with standard A1 names, but
5644         not for named cell.  So a hash map is added for the latter.
5645         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5646         (ses-sym-rowcol): Use hashmap for named cell.
5647         (ses-is-cell-sym-p): New defun.
5648         (ses-decode-cell-symbol): New defun.
5649         (ses-create-cell-variable): Add cell to hashmap when name is not
5650         A1-like.
5651         (ses-rename-cell): Check that cell new name is not already in
5652         spreadsheet with the use of ses-is-cell-sym-p
5653         (ses-rename-cell): Use hash map for named cells, but accept also
5654         renaming back to A1-like.
5656 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * emacs-lisp/advice.el: Use new dynamic docstrings.
5659         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5660         Use dynamic-docstring-function instead of ad-advice-info.
5661         (ad--make-advised-docstring): New function extracted from
5662         ad-make-advised-docstring.
5663         (ad-make-advised-docstring): Use it.
5664         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5665         from sql-help.
5666         (sql-help): Use it with dynamic-docstring-function.
5668         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5670 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5672         * files.el (hack-one-local-variable--obsolete): New function.
5673         (hack-one-local-variable): Use it for obsolete settings.
5675         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5676         the new name.
5678         * progmodes/js.el (js--filling-paragraph): New var.
5679         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5680         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5681         less sneaky.
5683 2012-11-08  Julien Danjou  <julien@danjou.info>
5685         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5686         `auto-mode-alist' (Bug#12835).
5688 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5690         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5691         (perl--prettify-symbols-alist): New const.
5692         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5693         New functions.
5694         (perl-font-lock-keywords-2): Use them.
5695         (perl-electric-noindent-p): New function.
5696         (perl-mode): Use it to set up electric-indent-mode.
5697         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5698         (perl-mode-map): Remove bindings for them.
5699         (perl-imenu-generic-expression, perl-outline-level):
5700         Match functions&packages in column>0.
5702         * env.el (env--substitute-vars-regexp): New const.
5703         (substitute-env-vars): Use it.  Add `only-defined' arg.
5704         * net/tramp.el (tramp-replace-environment-variables): Use it.
5706         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5707         Byte-compile *before* eval in eval-and-compile.
5708         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5709         (byte-compile-file-form-autoload): Don't hide actual definition.
5710         (byte-compile-maybe-guarded): Accept `functionp' as well.
5712         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5714 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5716         * notifications.el (notifications-get-server-information-method):
5717         New defconst.
5718         (notifications-get-capabilities): Fix docstring.
5719         (notifications-get-server-information): New defun.
5721 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5723         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5724         readability.
5726         * textmodes/ispell.el: Experimental support for support debugging.
5727         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5728         buffer for ispell.
5729         (ispell-print-if-debug): New function to print stuff to
5730         `ispell-debug-buffer' if debugging is enabled.
5731         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5732         show some debugging info.
5733         (ispell-buffer-with-debug): New function that creates a debugging
5734         buffer and calls `ispell-buffer' with debugging enabled.
5736         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5737         comment in autoconf mode. (Bug#12768)
5739 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5741         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5742         frame-first-window, frame-root-window, frame-selected-window,
5743         minibuffer-selected-window, minibuffer-window,
5744         window-absolute-pixel-edges, window-at, window-body-height,
5745         window-body-width, window-display-table, window-combination-limit,
5746         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5747         window-inside-edges, window-inside-pixel-edges, window-left-child,
5748         window-left-column, window-margins, window-next-buffers,
5749         window-next-sibling, window-new-normal, window-new-total,
5750         window-normal-size, window-parameter, window-parameters, window-parent,
5751         window-pixel-edges, window-point, window-prev-buffers,
5752         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5753         window-start, window-text-height, window-top-child, window-top-line,
5754         window-total-height, window-total-width and window-use-time to the list
5755         of functions without side-effects.
5756         (toplevel): Add window-valid-p to the list of error-free functions
5757         without side-effects.
5759 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5761         * textmodes/ispell.el (ispell-program-name):
5762         Update spellchecker parameters when customized.
5764 2012-11-04  Glenn Morris  <rgm@gnu.org>
5766         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5768 2012-11-04  Chong Yidong  <cyd@gnu.org>
5770         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5771         same-window-* variables.
5773 2012-11-04  Juri Linkov  <juri@jurta.org>
5775         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5776         (isearch-describe-key, isearch-describe-mode): Use a display
5777         action instead of binding same-window-* variables (Bug#10040).
5779 2012-11-03  Glenn Morris  <rgm@gnu.org>
5781         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5782         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5784         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5786 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5788         * term/pc-win.el: Don't load term/internal from here.
5790         * loadup.el: Load term/internal from here.
5792 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5794         * progmodes/python.el (inferior-python-mode): Fix hang in
5795         jit-lock (Bug#12645).
5797 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5799         * window.el (switch-to-visible-buffer)
5800         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5802 2012-11-03  Glenn Morris  <rgm@gnu.org>
5804         * emacs-lisp/cl-lib.el (cl--random-time):
5805         Rename from cl-random-time.  (Bug#12773)
5806         (cl--gensym-counter, cl--random-state): Update callers.
5807         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5809 2012-11-03  Chong Yidong  <cyd@gnu.org>
5811         * cus-start.el: Make cursor-type customizable (Bug#11633).
5813 2012-11-02  Glenn Morris  <rgm@gnu.org>
5815         * filecache.el: No need to load find-lisp when compiling.
5816         (find-lisp-find-files): Autoload it.
5817         (file-cache-add-directory-recursively): Don't require find-lisp.
5819         * image.el (image-type-from-file-name): Trivial simplification.
5821         * emacs-lisp/bytecomp.el (byte-compile-eval):
5822         Decouple "noruntime" and "cl-functions" warnings.
5824 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5826         * play/gomoku.el (gomoku-display-statistics): Update mode line
5827         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5829 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5831         * window.el (quit-restore-window): If the window has been
5832         created on an existing frame and ended up as the sole window on
5833         that frame, do not delete it (Bug#12764).
5835 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5837         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5838         Rename from sh--inside-arithmetic-expression, handle more cases
5839         (bug#11263).
5841         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5842         (sh-font-lock-open-heredoc): Use it (bug#12770).
5844 2012-10-30  Glenn Morris  <rgm@gnu.org>
5846         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
5848         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
5850 2012-10-29  Chong Yidong  <cyd@gnu.org>
5852         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5853         function key is stored in a keyboard macro (Bug#4894).
5855         * thingatpt.el (number-at-point): Apply a thing-at-point property.
5857 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5859         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5860         header comments".
5861         (diff-unified->context, diff-context->unified)
5862         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5864         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5866         * files.el (find-alternate-file): Only ask one question (bug#12487).
5868 2012-10-29  Chong Yidong  <cyd@gnu.org>
5870         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5871         Suggested by Dan Nicolaescu (Bug#6326).
5873         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5875         * startup.el (fancy-about-screen): Don't message (Bug#12680).
5877         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5879         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5881         * face-remap.el (face-remap-add-relative): Handle the case where a
5882         face-remapping-alist entry is a cons cell (Bug#12762).
5884 2012-10-29  Kevin Ryde  <user42@zip.com.au>
5886         * woman.el (woman-parse-numeric-value): Handle picas correctly
5887         (Bug#12639).
5889 2012-10-29  Glenn Morris  <rgm@gnu.org>
5891         * emacs-lisp/cl.el (defsetf): Doc fix.
5893 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5895         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5896         syntax to the matching opener, if any (bug#12547).
5897         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5898         matching open as a "case-(".
5899         (sh-smie-rc-grammar): Add a corresponding rule for it.
5901 2012-10-28  Daniel Hackney  <dan@haxney.org>
5903         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5904         "PKGNAME-autoloads.el" in case we created it.
5906 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5909         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5910         (completion--twq-all): Disable too-strict assertions.
5912         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5914 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
5916         * profiler.el (profiler-report-make-entry-part): Fix help-echo
5917         text to match the real keybindings.
5919 2012-10-27  Juri Linkov  <juri@jurta.org>
5921         * wdired.el (wdired-keep-marker-rename): New defcustom.
5922         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5923         (Bug#11795)
5925         * dired.el (dired-keep-marker-rename): Add reference to
5926         `wdired-keep-marker-rename' in the docstring.
5927         Add default character value ?R to display initially in
5928         Customization UI instead of ?@.
5930 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
5932         * window.el (display-buffer): In doc-string describe
5933         window-height and window-width alist entries.
5935         * time.el (display-time-world): Restore fit-window-to-buffer
5936         behavior.
5938 2012-10-27  Chong Yidong  <cyd@gnu.org>
5940         * subr.el (insert-buffer-substring-as-yank): Doc fix.
5942 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
5944         * minibuffer.el (completion-category-overrides): New completion
5945         category `bookmark' (bug#11131).
5947 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5949         * emacs-lisp/advice.el (ad-assemble-advised-definition):
5950         Silence bogus compiler warnings for ad-do-it.
5952         * bookmark.el (bookmark-completing-read): Set the completion category
5953         to `bookmark' (bug#11131).
5955 2012-10-26  Bastien  <bzg@altern.org>
5956             Stefan Monnier  <monnier@iro.umontreal.ca>
5958         * face-remap.el: Use lexical-binding.
5959         (text-scale-adjust): Improve docstring.  Use itself for the temporary
5960         overlay-map bindings, so as to repeat the "Use..." message each time.
5962 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5964         * emacs-lisp/macroexp.el (macroexp--expand-all):
5965         Obey byte-compile-warning-enabled-p (bug#12486).
5967         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5968         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5970 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
5972         * mouse.el (mouse-drag-line): Move last form into preceding when
5973         clause (Bug#12731).
5975         * help.el (resize-temp-buffer-window): Fix doc-string.
5977 2012-10-25  David Engster  <deng@randomsample.de>
5979         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5980         Remove.  This feature is already integrated in imenu.
5982         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5983         always loaded.  Require `speedbar' unconditionally.
5985 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5989         * minibuffer.el (minibuffer-force-complete): Fix thinko.
5991         * net/ldap.el (ldap-search-internal): The official ldif format starts
5992         with a "version: 1" header (bug#12724).
5994         * emacs-lisp/package.el (package-installed-p): Warn if not ready
5995         (bug#12721).
5997 2012-10-25  Glenn Morris  <rgm@gnu.org>
5999         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6001 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * minibuffer.el (minibuffer-force-complete): Use one more marker
6004         for the temporary-overlay-map command (bug#12619).
6006 2012-10-24  Chong Yidong  <cyd@gnu.org>
6008         * time.el (display-time-world-mode): Derive from special-mode.
6009         (display-time-world): Use display-buffer (Bug#12708).
6010         (display-time-world-mode-map): Variable deleted.
6011         (display-time-world-display): Wrap the final delete-char inside
6012         inhibit-read-only.
6014 2012-10-24  Chong Yidong  <cyd@gnu.org>
6016         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6017         Doc fix.
6019         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6021 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         * minibuffer.el (completion--all-sorted-completions-location): New var.
6024         (completion--cache-all-sorted-completions)
6025         (completion--flush-all-sorted-completions): Use it.
6026         (completion-in-region, completion-in-region--postch)
6027         (completion-at-point, completion-help-at-point): Use markers in
6028         completion-in-region--data (bug#12619).
6030 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * progmodes/compile.el (compilation-start): Try to handle common
6033         quoting of `cd' argument (bug#12640).
6035         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6036         (bug#12671).
6038 2012-10-23  Glenn Morris  <rgm@gnu.org>
6040         * progmodes/gud.el (gud-menu-map):
6041         Check gdb-active-process is bound.  (Bug#12358)
6043 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * repeat.el (repeat): Set real-this-command (bug#12232).
6047         * htmlfontify.el (hfy-post-html-hook):
6048         * filesets.el (filesets-cache-fill-content-hook):
6049         * arc-mode.el (archive-extract-hook):
6050         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6051         * net/rcirc.el (rcirc-sentinel-functions)
6052         (rcirc-receive-message-functions, rcirc-activity-functions)
6053         (rcirc-print-functions):
6054         * net/dbus.el (dbus-event-error-functions):
6055         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6056         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6057         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6058         * term/sun.el (sun-raw-prefix-hooks):
6059         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6061 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
6063         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6064         Set `tramp-chunksize' to 1.  This improves the performance.
6065         (tramp-smb-wait-for-output): Add timeout to
6066         `tramp-accept-process-output' calls.
6068 2012-10-23  Chong Yidong  <cyd@gnu.org>
6070         * faces.el (font-list-limit): Define as an obsolete variable.
6072         * startup.el (command-line):
6073         * cus-start.el: Don't refer to font-list-limit.
6075         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6077 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6079         * subr.el (internal-temp-output-buffer-show): Rename from
6080         temp-output-buffer-show, since previously compiled files expect this name.
6082 2012-10-23  Glenn Morris  <rgm@gnu.org>
6084         * image.el (image-type-from-file-name): If multiple types match,
6085         return the first one that is supported.  (Bug#9045)
6087 2012-10-22  Glenn Morris  <rgm@gnu.org>
6089         * image.el (imagemagick-enabled-types): Doc fix.
6091 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
6093         * progmodes/which-func.el (which-func-current): The hash-table may have
6094         an explicit nil (bug#12338).
6096 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6098         * electric.el (electric-pair-delete-selection-self-insert-function):
6099         Rename to electric-pair-will-use-region, return a boolean.
6100         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
6102         * delsel.el (delete-selection-helper): Use a function instead of a hook.
6103         (delete-selection-pre-hook): Use use-region-p.
6104         (delete-selection-self-insert-function): Remove.
6105         (self-insert-command): Obey self-insert-uses-region-functions.
6106         (self-insert-iso): Revert to previous setting, since we don't actually
6107         know what that command does.
6108         (delete-selection-self-insert-hooks): Remove.
6110 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
6112         * delsel.el (delete-selection-helper): New function, extracted from
6113         delete-selection-pre-hook.
6114         (delete-selection-pre-hook): Use it.
6115         (delete-selection-self-insert-function): New function.
6116         (delete-selection-self-insert-hooks): New hook.
6117         (self-insert-command, self-insert-iso): Use it.
6118         * electric.el (electric-pair-syntax): New function, extracted from
6119         electric-pair-post-self-insert-function.
6120         (electric-pair-post-self-insert-function): Use it.
6121         (electric-pair-delete-selection-self-insert-function): New function.
6122         (electric-pair-mode): Require delsel and setup
6123         delete-selection-self-insert-hooks (bug#11520).
6125 2012-10-20  Chong Yidong  <cyd@gnu.org>
6127         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6128         no changes to show (Bug#12586).
6130         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6131         list explicitly (Bug#12571).
6133 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
6135         * progmodes/flymake.el (flymake-create-temp-inplace):
6136         Use file-truename.
6138 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
6140         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
6142 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6144         * calc/calc-units.el (math-extract-units): Properly extract powers
6145         of units.
6147 2012-10-20  Daniel Colascione  <dancol@dancol.org>
6149         * frame.el (make-frame): Set x-display-name as we used to in order
6150         to unbreak creating an X11 frame from an Emacs daemon started
6151         without a display.
6153 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6155         * minibuffer.el (minibuffer-force-complete): Make the next completion use
6156         the same completion-field (bug#12221).
6158 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
6160         * emacs-lisp/debug.el (debug): Record height of debugger window
6161         also when debugger will be back (Bug#8789).
6163 2012-10-18  Chong Yidong  <cyd@gnu.org>
6165         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6166         Convert to defcustom.
6167         (gdb-get-source-file): Don't bind pop-up-windows.
6169         * progmodes/gud.el (gud-display-line): Don't specially re-use
6170         other frames for the gdb-mi case (Bug#12648).
6172 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * emacs-lisp/advice.el: Clean up commentary a bit.
6175         (ad-do-advised-functions, ad-with-originals): Use `declare'.
6176         (byte-code-function-p): Never redefine.
6178         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6180 2012-10-18  Glenn Morris  <rgm@gnu.org>
6182         * dired.el (dired-sort-toggle): Some ls implementations only allow
6183         a single option string.  (Bug#12666)
6185         * minibuffer.el (completion-cycle-threshold): Doc fix.
6187 2012-10-17  Kenichi Handa  <handa@gnu.org>
6189         * international/mule.el (set-keyboard-coding-system):
6190         Recover input meta mode when the new coding system doesn not use 8-bit.
6191         Supply TERMINAL arg to set-input-meta-mode.
6193 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
6195         * wdired.el (wdired-old-marks): New variable.
6196         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6197         (wdired-do-renames): Move point with renamed file and don't lose
6198         mark status (Bug#11795).
6200 2012-10-16  Juri Linkov  <juri@jurta.org>
6202         * replace.el (query-replace-help): Mention multi-buffer replacement
6203         keys in the Help message.  (Bug#12655)
6205 2012-10-15  Chong Yidong  <cyd@gnu.org>
6207         * emacs-lisp/byte-run.el (defsubst): Doc fix.
6209 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
6211         * window.el (display-buffer): Doc fix.
6213         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6214         Adjust the msft regexp to the output of Studio 2010, and move msft
6215         before edg-1.  See the discussion on emacs-devel,
6216         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6217         for the details.
6219 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6221         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6222         (oset): Move uses of object-class-fast macro after its definition.
6224         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6226 2012-10-13  Chong Yidong  <cyd@gnu.org>
6228         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6229         enabled, re-enable it (Bug#11963).
6231 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
6233         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6234         non-nil, restore window configuration (Bug#12623).
6236 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6238         * help-fns.el (describe-variable, describe-function-1):
6239         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6241         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6243 2012-10-12  Glenn Morris  <rgm@gnu.org>
6245         * mail/rmailsum.el (rmail-header-summary):
6246         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
6248 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6250         * progmodes/python.el (python-mode-map):
6251         Replace subtitute-key-definition with proper command remapping.
6252         (python-nav--up-list): Fix behavior for blocks on the same level.
6254 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6256         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6258         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6259         changes to the format of load-history.
6261         * international/mule-cmds.el (read-char-by-name): Move let-binding of
6262         completion-ignore-case in case that var is buffer-local (bug#12615).
6264 2012-10-11  Kenichi Handa  <handa@gnu.org>
6266         * international/eucjp-ms.el: Re-generated.
6268 2012-10-10  Kenichi Handa  <handa@gnu.org>
6270         * select.el (xselect--encode-string): If a coding is specified for
6271         selection, and that is compatible with COMPOUND_TEXT, use it.
6273 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
6275         * window.el (switch-to-buffer-preserve-window-point): New option.
6276         (switch-to-buffer):
6277         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6279 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6282         Don't document nil as a useful value (bug#12583).
6284 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
6286         * net/tramp.el (tramp-debug-message):
6287         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6288         (with-tramp-progress-reporter): Rename from
6289         `tramp-with-progress-reporter'.
6290         (with-tramp-file-property, with-tramp-connection-property):
6291         Move from tramp-cache.el, rename from `with-file-property' and
6292         `with-connection-property', respectively.
6294         * net/tramp-cache.el: Remove `with-file-property' and
6295         `with-connection-property'.
6297         * net/tramp.el:
6298         * net/tramp-gvfs.el:
6299         * net/tramp-sh.el:
6300         * net/tramp-smb.el: Adapt callees.
6302         * net/trampver.el: Update release number.
6304 2012-10-09  Glenn Morris  <rgm@gnu.org>
6306         * w32-fns.el (set-message-beep):
6307         * term/w32-win.el (set-message-beep): Update declarations.
6309 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6312         (mode-line-widen, mode-line-input-method-map)
6313         (mode-line-coding-system-map, mode-line-remote)
6314         (mode-line-unbury-buffer, mode-line-bury-buffer)
6315         (mode-line-next-buffer, mode-line-previous-buffer):
6316         Replace save-selected-window+select-window => with-selected-window.
6318         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6319         * progmodes/cc-vars.el (bq-process): Remove, unused.
6321         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6323 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6325         Implemented `backward-up-list'-like navigation.
6326         * progmodes/python.el (python-nav-up-list)
6327         (python-nav-backward-up-list): New functions.
6328         (python-mode-map): Define substitute key for backward-up-list to
6329         python-nav-backward-up-list.
6331 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6333         * progmodes/python.el (python-fill-paragraph): Rename from
6334         python-fill-paragraph-function.  Fixed fill-paragraph for
6335         decorators (Bug#12605).
6337 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6339         * progmodes/python.el (python-shell-output-filter): Handle extra
6340         carriage return in OSX (Bug#12409).
6342 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6344         Fix shell handling of unbalanced quotes and parens in output.
6345         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6346         (python-syntax-propertize-function): Use it.
6347         (python-shell-output-syntax-table): New var.
6348         (inferior-python-mode): Prevent unbalanced parens/quotes from
6349         previous output mess with current input context.
6351 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
6353         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6354         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6356 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
6358         * ffap.el (ffap-replace-file-component): Support Tramp file name
6359         syntax, not only ange-ftp's one.
6361 2012-10-08  Glenn Morris  <rgm@gnu.org>
6363         * cus-start.el (message-log-max): Set :version.
6365         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6367 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
6369         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6370         the minibuffer window (Bug#10851).
6372 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6374         Enhancements on forward-sexp movement.
6375         * progmodes/python.el (python-nav-beginning-of-statement)
6376         (python-nav-end-of-statement): Return point-marker.
6377         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6378         (python-info-current-symbol)
6379         (python-info-statement-starts-block-p): Rename from
6380         python-info-beginning-of-block-p.
6381         (python-info-statement-ends-block-p): Rename from
6382         python-info-end-of-block-p.
6383         (python-info-beginning-of-statement-p)
6384         (python-info-end-of-statement-p)
6385         (python-info-beginning-of-block-p, python-info-end-of-block-p):
6386         New functions.
6388 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6391         frame-selected-windows.
6393 2012-10-08  Daniel Colascione  <dancol@dancol.org>
6395         * battery.el (battery-status-function): Check for
6396         w32-battery-status itself, not system-time windows-nt.
6398         * frame.el: Require cl-lib.
6399         (display-format-alist): New variable mapping frame types to
6400         functions that initialize them.
6401         (window-system-for-display): New function: interprets
6402         display-format-alist.
6403         (make-frame-on-display): Remove existing display-selection logic
6404         and just forward to make-frame, which will now DTRT.
6405         (make-frame): Restructure to use window-system-for-display to
6406         figure out how to create a frame on a given display.
6407         (display-mouse-p): Look for frame-type w32, not a particular
6408         system-type.
6410         * loadup.el: Load w32 lisp code when we have the w32 feature.
6412         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6413         system-type windows-nt.
6415         * server.el (server-create-window-system-frame): Look for window
6416         type.
6417         (server-proces-filter): Only force a window system when windows-nt
6418         _and_ w32.  Explain why.
6420         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6421         of window systems we configure for the mode.
6423         * startup.el (command-line): Mark window system is initialized
6424         after we've done it.
6426         * common-win.el (x-select-text): Look for w32, not windows-nt.
6428         * ns-win.el: Require cl-lib.  Add ourselves to
6429         display-format-alist.
6430         (ns-initialize-window-system): Assert we're not initialized twice.
6432         * w32-win.el: Enable lexical binding; require cl-lib; add
6433         ourselves to display-format-alist.
6434         (w32-handle-dropped-file): Convert incoming dropped files from
6435         Windows paths to Cygwin ones before passing them on to the rest of
6436         Emacs.
6437         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
6438         (w32-initialize-window-system): Assert we're not initialized twice.
6440         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6441         (x-initialize-window-system): Assert we're not initialized twice.
6443         * w32-common-fns.el: New File.
6444         (w32-version, w32-using-nt, w32-get-clipboard-data)
6445         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6446         (w32-charset-info-alist, x-last-selected, text)
6447         (x-get-selection-value, x-selection-value): Move here.
6449         * w32-fns.el: Require w32-common-fns.
6450         (w32-version, w32-using-nt, w32-get-clipboard-data)
6451         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6452         (w32-charset-info-alist, x-last-selected, text)
6453         (x-get-selection-value, x-selection-value): Move to
6454         w32-common-fns.
6456         * w32-vars.el:
6457         (w32-allow-system-shell, w32-system-shells): Define only in
6458         non-cygwin case.
6460 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6462         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6463         (read-passwd): Remove a few more potential sources of leaks.
6465 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6467         * progmodes/python.el (inferior-python-mode)
6468         (python-shell-make-comint): Fix initialization of local
6469         variables copied from parent buffer.
6471 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
6473         * term/ns-win.el (ns-read-file-name): Update declaration to match
6474         nsfns.m.
6475         (ns-respond-to-change-font): Change fontsize separately so we are sure
6476         it is set when font is acted upon.
6478 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6480         Enhancements to indentation.
6481         * progmodes/python.el (python-indent-context): Give priority to
6482         inside-string context.  Make comments indentation markers.
6483         (python-indent-region): Do not mess with strings, unless it's the
6484         enclosing set of quotes.
6486 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6488         * window.el (internal--before-save-selected-window)
6489         (internal--after-save-selected-window): New functions extracted from
6490         save-selected-window.  Make sure we return the `alist' we construct.
6491         (save-selected-window): Use them.
6493         * textmodes/tex-mode.el (tex-recenter-output-buffer):
6494         Use with-selected-window.
6496         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6497         forms that define macros (bug#12593).
6499 2012-10-07  Kenichi Handa  <handa@gnu.org>
6501         * international/mule-conf.el (compound-text-with-extensions):
6502         Add :mime-charset property as x-ctext.
6504 2012-10-07  Stefan Merten  <smerten@oekonux.de>
6506         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6507         (rst-indent-literal-normal, rst-indent-literal-minimized)
6508         (rst-indent-comment): Correct :version tag.
6509         (rst-official-cvs-rev): Correct version string.
6511 2012-10-07  Glenn Morris  <rgm@gnu.org>
6513         * mail/rmailmm.el (rmail-mime-process-multipart):
6514         Do not confuse a multipart message with an epilogue
6515         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
6517 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6519         Fix shell output retrieval and comint-prompt-regexp init.
6520         * progmodes/python.el (inferior-python-mode):
6521         (python-shell-make-comint): Fix initialization of
6522         comint-prompt-regexp from copied file local variables.
6523         (python-shell-fetched-lines): Remove var.
6524         (python-shell-output-filter-in-progress): Rename from
6525         python-shell-fetch-lines-in-progress.
6526         (python-shell-output-filter-buffer): Rename from
6527         python-shell-fetch-lines-string.
6528         (python-shell-fetch-lines-filter): Delete function.
6529         (python-shell-output-filter): New function.
6530         (python-shell-send-string-no-output): Use them.
6532 2012-10-07  Glenn Morris  <rgm@gnu.org>
6534         * hi-lock.el (hi-lock-process-phrase):
6535         Try to make it less fragile.  (Bug#7161)
6537         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6539 2012-10-06  Glenn Morris  <rgm@gnu.org>
6541         * ehelp.el (electric-help-mode): Use help-mode rather than
6542         non-existent mode `help'.
6543         (electric-help-map): Use button-buffer-map.  (Bug#10917)
6545         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6546         (reftex-create-bibtex-footer): Fix custom types.
6548         * progmodes/sh-script.el (sh-indent-after-continuation):
6549         Add explicit :group.
6551         * textmodes/rst.el (rst-preferred-decorations)
6552         (rst-shift-basic-offset): Clarify obsolescence versions.
6554         * profiler.el (profiler): Add missing group :version tag.
6555         * avoid.el (mouse-avoidance-banish-position):
6556         * proced.el (proced-renice-command):
6557         * calc/calc.el (calc-ensure-consistent-units):
6558         * calendar/icalendar.el (icalendar-import-format-uid):
6559         * net/tramp.el (tramp-save-ad-hoc-proxies):
6560         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6561         * progmodes/flymake.el (flymake-error-bitmap)
6562         (flymake-warning-bitmap, flymake-fringe-indicator-position):
6563         * progmodes/sh-script.el (sh-indent-after-continuation):
6564         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6565         (verilog-before-save-font-hook, verilog-after-save-font-hook):
6566         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6567         (vhdl-array-index-record-field-in-sensitivity-list)
6568         (vhdl-indent-comment-like-next-code-line):
6569         * textmodes/reftex-vars.el (reftex-ref-style-alist)
6570         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6571         (reftex-cite-key-separator, reftex-create-bibtex-header)
6572         (reftex-create-bibtex-footer):
6573         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6574         (rst-indent-literal-normal, rst-indent-literal-minimized)
6575         (rst-indent-comment): Add missing custom :version tags.
6577         * calendar/timeclock.el (timeclock-modeline-display):
6578         Add missing obsolete alias for renamed user option.
6580         * strokes.el (strokes-modeline-string):
6581         * emulation/crisp.el (crisp-mode-modeline-string):
6582         * eshell/esh-mode.el (eshell-status-in-modeline):
6583         Aliases to defcustoms must come before the defcustom.
6585         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6586         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6587         (cal-tex-cursor-week-monday): Doc fixes.
6588         (cal-tex-cursor-week2-summary): Doc fix.
6589         Rename from cal-tex-cursor-week-at-a-glance.
6591         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6592         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
6594         * calendar/calendar.el (calendar-mode-map):
6595         Add cal-tex-cursor-week2-summary.
6597 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6599         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6601         * subr.el (read-passwd-map): New var.
6602         (read-passwd): Use `read-string' again.
6603         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6605 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
6607         * register.el (append-to-register, prepend-to-register):
6608         Deactivate mark, as does `copy-to-register' (bug#12389).
6610 2012-10-06  Chong Yidong  <cyd@gnu.org>
6612         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6614 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
6616         * international/characters.el: Fix simple mistake ((car chars) ->
6617         elt), delete duplicated code.
6619 2012-10-06  Glenn Morris  <rgm@gnu.org>
6621         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
6623 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6625         * color.el (color-hsl-to-rgb): Fix incorrect results for
6626         small and large hue values.  (Bug#12559)
6628 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6630         Enhancements to docstring formatting when filling paragraphs.
6631         * progmodes/python.el (python-fill-docstring-style): Rename from
6632         python-fill-string-style.  Added new style.
6633         (python-fill-string): Use new style.  Better checks for
6634         docstrings.
6636 2012-10-05  Glenn Morris  <rgm@gnu.org>
6638         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6640         * color.el (color-name-to-rgb, color-rgb-to-hex)
6641         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6642         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6643         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6644         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6646         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6648 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6650         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6651         to get the correct size across symlinks.
6653         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6655 2012-10-04  Juri Linkov  <juri@jurta.org>
6657         * replace.el (query-replace-interactive): Declare obsolete.
6658         (query-replace-read-from): Add the last incremental search string
6659         to the list of default values accessible via M-n.
6660         (map-query-replace-regexp): Use `read-regexp'.
6661         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6662         (map-query-replace-regexp, replace-string, replace-regexp):
6663         Fix docstrings to replace mentions of `query-replace-interactive'
6664         with alternatives.  (Bug#12526)
6666 2012-10-04  Juri Linkov  <juri@jurta.org>
6668         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6669         (dired-pop-to-buffer): Declare obsolete.
6670         (dired-mark-pop-up): Doc fix.
6672 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6674         Allow user to set docstring style for fill-paragraph.
6675         * progmodes/python.el
6676         (python-fill-comment-function, python-fill-string-function)
6677         (python-fill-decorator-function, python-fill-paren-function):
6678         Remove :safe for defcustoms.
6679         (python-fill-string-style): New defcustom
6680         (python-fill-paragraph-function): Enhance context detection.
6681         (python-fill-string): Honor python-fill-string-style settings.
6683 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6685         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6686         after setting its buffer (Bug#10805).
6688 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6690         Fix cornercase for string syntax.
6691         * progmodes/python.el (python-syntax-propertize-function):
6692         Simplify and enhance the regexp for unescaped quotes.  Now it also
6693         matches quotes in weird situations like the single quote in
6694         "something\"'".
6695         (python-syntax-stringify): Simplify num-quotes detecting code.
6697 2012-10-03  Glenn Morris  <rgm@gnu.org>
6699         * help-macro.el (three-step-help):
6700         Revert 2012-09-29 change.  (Bug#12567)
6702 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6704         * menu-bar.el (kill-this-buffer): Don't do anything when
6705         `menu-frame' is not alive or visible (Bug#8184).
6707         * emacs-lisp/debug.el (debug): When quitting the debugger window
6708         restore current buffer (Bug#12502).
6710 2012-10-02  Chong Yidong  <cyd@gnu.org>
6712         * progmodes/hideif.el (hif-lookup, hif-defined):
6713         Handle semantic-c-takeover-hideif.
6715 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6717         Change sampling interval units from ms to ns.
6718         * profiler.el (profiler-sampling-interval): Change units
6719         from ms to ns, multiplying the default by 1000000 so that
6720         it remains 1 ms.
6721         (profiler-report-cpu-line-format): Give enough room for
6722         the maximum counters on 64-bit hosts.
6723         (profiler-report-render-calltree-1): Call them "CPU samples",
6724         not "Time (ms)", since they are not milliseconds now (and
6725         never really were).
6727 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6729         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6730         Fix querying BBDB for entries without a last name (Bug#11580).
6732 2012-10-02  Chong Yidong  <cyd@gnu.org>
6734         * emacs-lisp/eieio.el: Restore Version header.
6736 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6738         * vc/diff-mode.el (diff--auto-refine-data): New var.
6739         (diff-hunk): Use it to delay refinement.
6740         (diff-mode): Remove overlays when we turn off font-lock.
6742         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6743         (table-initialize-table-fixed-width-mode)
6744         (table-set-table-fixed-width-mode): Remove functions.
6745         (table-command-list): Move initialization into declaration.
6746         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6747         (table-with-cache-buffer): Use `declare'.
6748         (table-span-cell): Simplify via CSE.
6749         (table-fixed-width-mode): Use define-minor-mode.
6750         (table-call-interactively, table-funcall, table-apply): Remove.
6751         (table-function): New function, to replace them.
6753         * bookmark.el (bookmark-search-pattern): Remove var.
6754         (bookmark-read-search-input): Remove function.
6755         (bookmark-bmenu-search): Reimplement using a minibuffer.
6757         * faces.el (modeline): Remove obsolete face name.
6759         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6760         and give a non-nil default value.
6761         (add-change-log-entry): Simplify accordingly.
6763 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6765         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6766         (vc-git-log-edit-toggle-amend): New function.
6767         (vc-git-log-edit-toggle-signoff): New function.
6768         (vc-git-log-edit-mode): New major mode.
6769         (vc-git-log-edit-mode-map): Keymap for it.
6770         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6772         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6773         header names.
6774         (log-edit-toggle-header): New function.
6775         (log-edit-extract-headers): Accept function values in HEADERS alist.
6777 2012-10-01  David Engster  <deng@randomsample.de>
6779         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6780         from symbol property and change message to be more consistent with
6781         Emacs proper.
6782         (eieio-describe-generic): Add filename for each implementation.
6783         Fix indices for generic and normal methods.
6784         (eieio-method-def, eieio-class-def): New buttons.
6785         (eieio-help-find-method-definition)
6786         (eieio-help-find-class-definition): New functions.
6787         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6788         class, constructor and method definitions.
6790         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6791         information in symbol property.
6792         (scoped-class): Remove.
6793         (eieio-slot-name-index, call-next-method): Check if it is bound.
6795 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6797         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6798         (eieio-custom-mode): New major mode.
6799         (eieio-customize-object): Use it.
6801 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6803         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6804         specifying the expected class, and whether subclassing is allowed.
6805         (eieio-persistent-convert-list-to-object):
6806         (eieio-persistent-validate/fix-slot-value)
6807         (eieio-persistent-slot-type-is-class-p): New functions.
6808         (eieio-named::slot-missing): Doc fix.
6810         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6811         Stop using unused publd variable.
6813         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6814         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6815         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6816         (eieio-speedbar-handle-click): Do not specify a class for the
6817         method.  Fixes method invocation order problems with EDE.
6819 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6822         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6824 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6826         * bookmark.el (bookmark-version-control): Give tags in the
6827         :type choices (Bug#12309), and improve doc string.
6828         (bookmark-write-file): Bind `print-circle' to `t' to allow
6829         circular custom bookmark types.  (Bug#12503)
6831 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6833         Revert the FOLLOW-SYMLINKS change for file-attributes.
6834         * files.el (remote-file-name-inhibit-cache, after-find-file):
6835         * time.el (display-time-file-nonempty-p): Undo last change.
6837         * profiler.el (profiler-sampling-interval): Change default back to 1.
6838         See Stefan Monnier in
6839         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6841 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6843         Shell output catching a la gud-gdb.
6844         * progmodes/python.el (python-shell-fetch-lines-in-progress)
6845         (python-shell-fetch-lines-string, python-shell-fetched-lines):
6846         New Vars.
6847         (python-shell-fetch-lines-filter): New function.
6848         (python-shell-send-string-no-output): Use them.
6850 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
6852         * profiler.el (profiler-sampling-interval): Rename from
6853         profiler-sample-interval.
6854         (profiler-sampling-interval): Default to 10.
6855         (profiler-find-profile): New command (was profiler-find-log).
6856         (profiler-find-profile-other-window): New command.
6857         (profiler-find-profile-other-frame): New command.
6858         (profiler-profile): Introduce API-level data structure.
6860 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
6862         file-attributes has a new optional arg FOLLOW-SYMLINKS.
6863         * files.el (remote-file-name-inhibit-cache):
6864         * time.el (display-time-file-nonempty-p): Use it.
6865         * files.el (after-find-file): Don't chase links before calling
6866         file-exists-p, as file-exists-p already does the right thing.
6868 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
6870         Merge from standalone RefTeX repository.
6872         The following ChangeLog entries are shortened versions of the
6873         original ones with file paths adapted.  A not so strongly edited
6874         version of the original ChangeLog can be found in the commit log.
6876         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6877         (reftex-arg-cite): Use `reftex-cite-key-separator'.
6878         Correctly handle new value type returned by `reftex-citation'.
6880         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6881         that entries with whitespace at various places are found.
6882         Doc fix. Include entries that are cross-referenced from cited entries.
6883         Include @String definitions in the resulting bib file.  Add header
6884         and footer defined in `reftex-create-bibtex-header' and
6885         `reftex-create-bibtex-footer'.
6886         (reftex-do-citation): Make it possible again to insert
6887         non-existent entries.  Save match data when asking for optional
6888         arguments. Return all keys, not just the first one.
6889         (reftex-all-used-citation-keys): Fix regexp to correctly extract
6890         all citations in the same line.
6891         (reftex-parse-bibtex-entry): Accept additional optional argument
6892         `raw' and keep quotes or braces if it is non-nil.  Match fields
6893         containing hyphens besides word constituents.
6894         (reftex-get-string-refs): New function.
6895         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6896         and ask if it should be reread in case it did.
6897         (reftex-pop-to-bibtex-entry)
6898         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6899         entries with spaces or tabs in front of arguments.
6900         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6901         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6902         Match entries containing numbers and symbol constituents.
6903         (reftex-do-citation, reftex-figure-out-cite-format):
6904         Use `reftex-cite-key-separator'.
6906         * textmodes/reftex-dcr.el: Move provide statement to end of file.
6907         (reftex-mouse-view-crossref): Explain why point is set.
6909         * textmodes/reftex-global.el: Whitespace changes.
6911         * textmodes/reftex-index.el: Move provide statement to end of
6912         file.
6913         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6914         (reftex-index-visit-phrases-buffer): Set marker when visiting
6915         buffer.  This allows for returning from the phrases file to the
6916         file one was just editing instead of the file where the last
6917         phrases was added from.
6918         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
6919         punctuation syntax as it usually is not used as string quote in
6920         TeX-related modes and may occur unmatched.  The change also
6921         prevents fontification of quoted content.
6922         (reftex-index-phrases-mode): Use it.
6924         * textmodes/reftex-parse.el (reftex-parse-from-file):
6925         Move backward one char if a `\' was matched after a section macro.
6926         (reftex-parse-from-file): Use beginning of match instead of end as
6927         bound.
6929         * textmodes/reftex-ref.el: Adapt creation of
6930         `reftex-<package>-<macro>' functions to new structure of
6931         `reftex-ref-style-alist'.
6932         (reftex-reference): Use `reftex-ref-style-list' function.
6933         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
6934         reference macro if `reftex-ref-macro-prompt' is non-nil.
6935         (reftex-reference): Pass refstyle to `reftex-format-special'.
6936         Determine reference macro by looking at
6937         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6938         Use only one special format function.
6939         (reftex-varioref-vref, reftex-fancyref-fref)
6940         (reftex-fancyref-Fref): Remove definitions.  The functions are now
6941         generated from `reftex-ref-style-alist'.
6942         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6943         Remove.
6944         (reftex-format-special): New function.
6946         * textmodes/reftex-sel.el
6947         (reftex-select-cycle-ref-style-internal): Adapt to new structure
6948         of `reftex-ref-style-alist'. Remove code for testing macro type.
6949         (reftex-select-toggle-varioref)
6950         (reftex-select-toggle-fancyref): Remove.
6951         (reftex-select-cycle-ref-style-internal)
6952         (reftex-select-cycle-ref-style-forward)
6953         (reftex-select-cycle-ref-style-backward): New functions.
6954         (reftex-select-label-map): Use `v' and `V' for general cycling
6955         through reference styles.  Add `p' for switching between number
6956         and page reference types.
6958         * textmodes/reftex-toc.el (reftex-re-enlarge):
6959         Call `enlarge-window' only if there is something to do because in Emacs
6960         the horizontal version throws an error even if the parameter is 0.
6962         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6963         (reftex-plug-into-AUCTeX): Doc fix.
6964         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6965         string.  Adapt to new name.
6966         (reftex-ref-style-alist): Change structure so that it is not
6967         possible to use multiple different package names within a style.
6968         Remove the symbols for symbols for macro type distinction.
6969         Add characters for macro selection.
6970         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6971         (reftex-create-bibtex-footer): New variables.
6972         (reftex-format-ref-function): Mention third argument of special
6973         format function.
6974         (reftex-ref-style-alist, reftex-ref-style-default-list):
6975         New variables.
6976         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6977         to new implementation.  Mark as obsolete.  Add compatibility code
6978         for honoring the variable values in case they are set.
6979         (reftex-cite-format-builtin, reftex-bibliography-commands):
6980         Add support for ConTeXt.
6981         (reftex-format-ref-function, reftex-format-cite-function):
6982         Fix custom type.
6983         (reftex-cite-key-separator): New variable.
6985         * textmodes/reftex.el (reftex-syntax-table-for-bib)
6986         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6987         `reftex-syntax-table' because parens have to retain their paren
6988         syntax in order for parsing of BibTeX entries like @book(...) to
6989         work.
6990         (reftex-in-comment): Do not error out if `comment-start-skip' is
6991         not set.  Deal correctly with escaped comment characters.
6992         (reftex-tie-multifile-symbols): Add doc string.
6993         Initialize `reftex-ref-style-list'.
6994         (reftex-untie-multifile-symbols): Add doc string.
6995         (reftex-add-index-macros): Doc fix.
6996         (reftex-ref-style-activate, reftex-ref-style-toggle)
6997         (reftex-ref-style-list): New functions.
6998         (reftex-mode-menu): Use them.  Adapt to new structure of
6999         `reftex-ref-style-alist'.
7000         (reftex-select-with-char): Kill the RefTeX Select buffer when
7001         done.
7002         (reftex-remove-if): New function.
7003         (reftex-erase-all-selection-and-index-buffers)
7004         (reftex-mode-menu): Reference styles are now computed from
7005         `reftex-ref-style-alist'.  Fix typo.
7006         (reftex-report-bug): New function.
7007         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7008         algorithms with O(n log n).  Introduce optional argument SORT (not
7009         yet used).
7011 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7013         Enhancements for triple-quote string syntax.
7014         * progmodes/python.el (python-syntax-propertize-function):
7015         Match both quote cases in one regexp.
7016         (python-syntax-stringify): Handle matches properly.
7018 2012-09-30  Juri Linkov  <juri@jurta.org>
7020         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7021         to nil around the call to `insert' to prevent
7022         directory time modification by lock_file.  (Bug#2295)
7023         * tar-mode.el (tar-summarize-buffer): Idem.
7025 2012-09-30  Juri Linkov  <juri@jurta.org>
7027         * facemenu.el (list-colors-sort): Add option "Luminance".
7028         (list-colors-sort-key): Implement it.
7030         * vc/diff-mode.el (diff-refine-removed):
7031         * vc/ediff-init.el (ediff-fine-diff-A):
7032         * vc/smerge-mode.el (smerge-refined-removed):
7033         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
7035 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
7037         * term/ns-win.el (x-file-dialog): New function.
7039 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
7041         * ido.el (ido-max-directory-size): Default to nil; the current
7042         default is small for POSIX systems, and impractical on Windows 7
7043         now that lstat returns directory sizes for NTFS.
7045 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
7047         In buffer display functions handle window-height/window-width
7048         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
7049         * window.el (window--display-buffer): New argument ALIST.
7050         Obey window-height and window-width alist entries.
7051         (window--try-to-split-window): New argument ALIST.
7052         Bind window-combination-limit to t when the window's size shall be
7053         changed and window-combination-limit equals `window-size'.
7054         (display-buffer-in-atom-window)
7055         (display-buffer-in-major-side-window)
7056         (display-buffer-in-side-window, display-buffer-same-window)
7057         (display-buffer-reuse-window, display-buffer-pop-up-frame)
7058         (display-buffer-pop-up-window, display-buffer-below-selected)
7059         (display-buffer-at-bottom, display-buffer-in-previous-window)
7060         (display-buffer-use-some-window): Adjust all callers of
7061         window--display-buffer and window--try-to-split-window.
7062         (fit-frame-to-buffer): New option.
7063         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7064         is non-nil.
7065         (display-buffer-in-major-side-window): Evaluate window-height /
7066         window-width alist entries.
7068         * help.el (temp-buffer-resize-frames)
7069         (temp-buffer-resize-regexps): Remove options.
7070         (temp-buffer-resize-mode): Adjust doc-string.
7071         (resize-temp-buffer-window): Don't consult
7072         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
7073         temp-buffer-resize-frames.
7075         * dired.el (dired-mark-pop-up):
7076         Call display-buffer-below-selected with a fit-window-to-buffer alist
7077         entry.
7079 2012-09-30  Chong Yidong  <cyd@gnu.org>
7081         * server.el (server-host): Document the security implications.
7082         (server-auth-key): Doc fix.
7084         * startup.el (initial-buffer-choice): Doc fix.
7086         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7088         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7089         restriction change.
7091         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7093         * help-fns.el (help-fns--obsolete): Fix last change.
7095 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7097         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7098         (minor-mode-map-alist): Remove redundant code.
7100         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7101         visited in a buffer.
7102         (cvs-insert-visited-file): New function.
7103         (find-file-hook): Use it.
7105         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7107         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7108         chose face.
7109         (log-edit-empty-buffer-p): Don't require a space after a header.
7111         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7113         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7115         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7116         a proper minor-mode.
7118         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7120 2012-09-29  Glenn Morris  <rgm@gnu.org>
7122         * winner.el (winner-mode): Remove variable (let define-minor-mode
7123         handle it).
7124         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7125         Doc fixes.
7126         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7127         (winner-mode): Use define-minor-mode.
7129         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7130         the full definition in loaddefs, rather than duplicating it.
7132         * help-macro.el (three-step-help): No need to autoload defcustom.
7134         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7135         (inferior-lisp-program, inferior-lisp-load-command)
7136         (inferior-lisp-prompt, inferior-lisp-mode-hook):
7137         No need to autoload defcustoms.
7139         * hippie-exp.el (hippie-expand-try-functions-list)
7140         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7141         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7142         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7143         (hippie-expand-only-buffers): No need to autoload defcustoms.
7144         * progmodes/vhdl-mode.el (vhdl-line-expand):
7145         Explicitly load hippie-exp, so it does not get autoloaded
7146         while hippie-expand-try-functions-list is let-bound.
7148 2012-09-28  Glenn Morris  <rgm@gnu.org>
7150         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7152         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7153         Only "cl.el" counts as cl these days.
7155 2012-09-28  Juri Linkov  <juri@jurta.org>
7157         Display archive errors in the echo area instead of inserting
7158         to the file buffer.
7160         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7161         to STDERR-TEST that can be a regexp matching a successful output.
7162         Create a temporary file and redirect stderr to it.  Search for
7163         STDERR-TEST in the stderr output and display it in the echo area
7164         if no match is found.
7165         (archive-extract-by-file): New function like
7166         `archive-extract-by-stdout' but extracting archives to files
7167         and looking for successful matches in stdout.  Function body is
7168         mostly copied from `archive-rar-extract'.
7169         (archive-rar-extract): Use `archive-extract-by-file'.
7170         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
7172 2012-09-28  Leo Liu  <sdl.web@gmail.com>
7174         * pcomplete.el (pcomplete-show-completions):
7175         Use minibuffer-message to make pcomplete usable in minibuffer.
7177         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7179 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7181         * type-break.el: Use lexical-binding.
7182         (type-break-mode): Use define-minor-mode.
7184         * emacs-lisp/pcase.el (pcase--mark-used): New.
7185         (pcase--u1): Use it (bug#12512).
7187         * custom.el (load-theme): Set buffer-file-name so the load is recorded
7188         in load-history with the right file name.
7190 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
7192         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7193         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7194         (doc-view-get-bounding-box): Make bounding box slicing work for
7195         ODF and DVI documents.
7197 2012-09-28  Glenn Morris  <rgm@gnu.org>
7199         * type-break.el (type-break-mode, type-break-interval)
7200         (type-break-good-rest-interval, type-break-keystroke-threshold):
7201         No need to autoload.
7202         (type-break-good-rest-interval, type-break-keystroke-threshold):
7203         Add :set-after.
7205 2012-09-28  Chong Yidong  <cyd@gnu.org>
7207         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7208         Add :version tag.
7210 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7212         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7214 2012-09-27  Glenn Morris  <rgm@gnu.org>
7216         * faces.el (x-display-name): Declare (for without-x builds).
7218         * linum.el (linum-format): Don't autoload it.  Improve :type.
7220         * progmodes/tcl.el: Don't require outline when compiling.
7221         (outline-regexp, outline-level): Declare.
7222         * textmodes/sgml-mode.el: Don't require outline when compiling.
7223         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7225         * term.el (term-ansi-reset):
7226         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
7228         * vc/vc.el (vc-next-action): Only gripe about committing read-only
7229         files for RCS and SCCS.  (Bug#9781)
7231 2012-09-27  Chong Yidong  <cyd@gnu.org>
7233         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7234         change; value should be t.
7236 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7238         * image-mode.el: Use lexical-binding.
7239         (image-mode-winprops): Use t to stand for the window of
7240         a buffer that's not displayed.
7241         * doc-view.el (doc-view-new-window-function): Handle the new
7242         t in winprops.
7243         (doc-view-enlarge): Make it a real nop if the size is not changed.
7244         (doc-view-display): Handle the case where the buffer is not (yet?)
7245         displayed in any window.
7246         (doc-view-saved-settings): New var.
7247         (doc-view-mode): Use it.
7248         (doc-view-fallback-mode): Set it.
7250         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7251         Set lexical-binding.
7252         (minibuffer-eldef-shorten-default): New var.
7253         (minibuffer-default-in-prompt-regexps): Use it for new default.
7254         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7256 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7258         * international/uni-bidi.el:
7259         * international/uni-category.el:
7260         * international/uni-name.el:
7261         * international/uni-numeric.el: Regenerate.
7263 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
7264             Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * profiler.el: New file.
7268 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7271         (testcover-reinstrument): Simplify with CSE.
7273 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7275         * window.el (temp-buffer-window-setup): Fix typo in docstring.
7277 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
7279         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7280         (verilog-auto-input, verilog-auto-insert-lisp)
7281         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7282         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7283         (verilog-auto-unused, verilog-auto-wire)
7284         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7285         newline.  Reported by Andrew Jones.
7286         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7287         Reported by Brad Dobbie.
7288         (verilog-batch-delete-trailing-whitespace):
7289         Create verilog-batch-delete-trailing-whitespace.
7290         Reported by Brad Dobbie.
7291         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7292         parameters from another module.  Reported by Dan Katz.
7293         (verilog-auto, verilog-auto-assign-modport)
7294         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7295         AUTOINOUTMODPORT for UVM interface module shell generation.
7296         Reported by Brad Dobbie.
7297         (verilog-auto-inst-interfaced-ports): Make default nil, as more
7298         standard behavior.
7299         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7300         Reported by Matt Martin.
7302 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
7304         * window.el (window--resize-child-windows): When resizing child
7305         windows proportionally, process them in reverse order to
7306         preserve the "when splitting a window the new one gets the odd
7307         line" behavior.
7308         (window--resize-root-window-vertically): When resizing the
7309         minibuffer window try to affect only windows at the bottom of the
7310         frame.  (Bug#12419)
7312 2012-09-25  Chong Yidong  <cyd@gnu.org>
7314         * subr.el (declare): Doc fix.
7316         * help-fns.el (help-fns--obsolete): Handle macros properly.
7318 2012-09-25  Chong Yidong  <cyd@gnu.org>
7320         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7321         this function obsolete.
7323         * calendar/cal-x.el (calendar-two-frame-setup)
7324         (calendar-only-one-frame-setup, calendar-one-frame-setup):
7325         * calendar/calendar.el (american-calendar, european-calendar)
7326         (calendar-for-loop):
7327         * comint.el (comint-dynamic-simple-complete)
7328         (comint-dynamic-complete-as-filename, comint-unquote-filename):
7329         * desktop.el (desktop-load-default):
7330         * dired-x.el (dired-omit-here-always)
7331         (dired-hack-local-variables, dired-default-directory):
7332         * emacs-lisp/derived.el (derived-mode-class):
7333         * emacs-lisp/timer.el (timer-set-time-with-usecs):
7334         * emacs-lock.el (toggle-emacs-lock):
7335         * epa.el (epa-display-verify-result):
7336         * epg.el (epg-sign-keys, epg-start-sign-keys)
7337         (epg-passphrase-callback-function):
7338         * eshell/esh-util.el (eshell-for):
7339         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7340         (eshell-add-to-window-buffer-names):
7341         * files.el (locate-file-completion):
7342         * imenu.el (imenu-example--create-c-index)
7343         (imenu-example--create-lisp-index)
7344         (imenu-example--lisp-extract-index-name)
7345         (imenu-example--name-and-position):
7346         * international/mule-cmds.el (princ-list):
7347         * international/mule-diag.el (decode-codepage-char):
7348         * international/mule-util.el (detect-coding-with-priority):
7349         * iswitchb.el (iswitchb-read-buffer):
7350         * mail/mailalias.el (mail-complete):
7351         * mail/sendmail.el (mail-sent-via):
7352         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7353         (mouse-major-mode-menu):
7354         * password-cache.el (password-read-and-add):
7355         * pcomplete.el (pcomplete-parse-comint-arguments):
7356         * progmodes/sh-script.el (sh-maybe-here-document):
7357         * replace.el (query-replace-regexp-eval):
7358         * savehist.el (savehist-load):
7359         * simple.el (choose-completion-delete-max-match):
7360         * term.el (term-dynamic-simple-complete):
7361         * vc/ediff-init.el (ediff-check-version):
7362         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7363         * vc/vc.el (vc-diff-switches-list):
7364         * view.el (view-return-to-alist-update): Likewise.
7366         * subr.el (eval-next-after-load, makehash, insert-string)
7367         (assoc-ignore-representation, assoc-ignore-case): Use declare to
7368         mark obsolete.
7369         (mode-line-inverse-video): Variable deleted.
7371         * international/mule-util.el (string-to-sequence): Remove.
7373         * calendar/calendar.el (calendar-version):
7374         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7375         (icalendar-convert-diary-to-ical):
7376         * cus-edit.el (custom-mode):
7377         * ansi-color.el (ansi-color-unfontify-region):
7378         * international/latin1-disp.el (latin1-char-displayable-p):
7379         * progmodes/cwarn.el (turn-on-cwarn-mode):
7380         * progmodes/which-func.el (which-func-update-1):
7381         Use define-obsolete-function-alias.
7383         * net/newst-backend.el (newsticker-cache-filename):
7384         * net/newst-treeview.el (newsticker-groups-filename):
7385         Fix incorrect obsolescence declaration.
7387         * allout.el (allout-passphrase-hint-string): Likewise.
7388         (allout-init): Use a declare form to mark obsolete.
7390         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7391         this applies to functions.
7393         * iswitchb.el (iswitchb-read-buffer): Move code of
7394         iswitchb-define-mode-map here, and delete that obsolete function.
7396         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7397         font-lock-reference-face.
7399 2012-09-25  Glenn Morris  <rgm@gnu.org>
7401         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7402         Doc fixes.
7404         * eshell/em-term.el (eshell-term-name):
7405         Default to term-term-name.  (Bug#12485)
7407 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7409         * progmodes/python.el (python-shell-send-buffer): Better handling
7410         of "if __name__ == '__main__':" conditionals when sending the buffer.
7412 2012-09-24  Glenn Morris  <rgm@gnu.org>
7414         * eshell/esh-cmd.el (eshell-find-alias-function):
7415         Tighten up file-name regexp.  (Bug#12499)
7417 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7419         Enhancements for triple-quote string syntax.
7420         * progmodes/python.el (python-quote-syntax): Remove.
7421         (python-syntax-propertize-function): New value.
7422         (python-syntax-count-quotes, python-syntax-stringify):
7423         New functions.
7425 2012-09-24  Chong Yidong  <cyd@gnu.org>
7427         * mail/supercite.el (sc-version): Remove obsolete function.
7428         (sc-describe): Don't mark as obsolete, since it is bound.
7429         (sc-submit-bug-report): Remove.
7431         * vc/log-edit.el (cvs-changelog-full-paragraphs)
7432         (cvs-commit-buffer-require-final-newline): Remove.
7433         (log-edit-require-final-newline)
7434         (log-edit-changelog-full-paragraphs): Default to t.
7436         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7437         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7438         * vc/vc.el (vc-checkout-carefully): Likewise.
7440         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7441         (emerge-version): Remove.
7443         * progmodes/compile.el (compile-internal): Remove.
7444         (compilation-parse-errors-function): Fix typo.
7446         * international/mule.el (set-char-table-default): Remove.
7447         (set-coding-priority, make-coding-system, generic-char-p)
7448         (charset-list, charset-bytes, charset-id): Use declare to mark
7449         functions as obsolete.
7451         * vc/pcvs-defs.el (cvs-buffer-name-alist)
7452         (cvs-invert-ignore-marks): Remove references to obsolete vars.
7453         * vc/vc-hooks.el (vc-default-registered): Don't use
7454         vc-master-templates.
7456         * font-lock.el (font-lock-reference-face):
7457         Use define-obsolete-variable-alias.
7459         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7460         * calendar/calendar.el (calendar-font-lock-keywords):
7461         * calendar/diary-lib.el (diary-font-lock-keywords)
7462         (diary-fancy-font-lock-keywords):
7463         * textmodes/reftex-sel.el (reftex-insert-docstruct):
7464         * textmodes/reftex-index.el (reftex-insert-index):
7465         * textmodes/reftex-cite.el (reftex-format-bib-entry):
7466         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7467         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7468         * progmodes/prolog.el (prolog-font-lock-keywords):
7469         * progmodes/idlwave.el (idlwave-idl-keywords):
7470         * progmodes/ada-mode.el (ada-font-lock-keywords):
7471         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7473 2012-09-24  Glenn Morris  <rgm@gnu.org>
7475         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7477 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7479         * progmodes/python.el (python-indent-line): More consistent cursor
7480         movement behavior.
7482 2012-09-23  Stefan Merten  <smerten@oekonux.de>
7484         * textmodes/rst.el: Fix compiler warning.
7486 2012-09-23  Roland Winkler  <winkler@gnu.org>
7488         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7489         Transcribe also LaTeX hyphenation.
7490         (bibtex-reformat): Bug fix. Do not quote twice the elements of
7491         bibtex-reformat-previous-options.
7493 2012-09-23  Roland Winkler  <winkler@gnu.org>
7495         * proced.el (proced-renice-command): New variable.
7496         (proced-marked-processes): New function.
7497         (proced-with-processes-buffer): New macro.
7498         (proced-send-signal): Use them.
7499         (proced-renice): New command bound to r.
7501 2012-09-23  Roland Winkler  <winkler@gnu.org>
7503         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7504         ibuffer-saved-filter-groups has one element, shortcut the call of
7505         completing-read.  (Bug#12331)
7507 2012-09-23  Chong Yidong  <cyd@gnu.org>
7509         * bindings.el (mode-line-toggle-read-only):
7510         * bs.el (bs-toggle-readonly):
7511         * buff-menu.el (Buffer-menu-toggle-read-only):
7512         * dired.el (dired-toggle-read-only):
7513         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7515 2012-09-23  Chong Yidong  <cyd@gnu.org>
7517         * image.el (image-type-available-p): Adapt to init-image-library
7518         argument changes.
7520 2012-09-22  Juri Linkov  <juri@jurta.org>
7522         * dired.el (dired-mode-map): Add [remap read-only-mode] for
7523         `dired-toggle-read-only'.  (Bug#12462)
7525 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7527         * subr.el (temp-output-buffer-show): New function.
7528         (with-output-to-temp-buffer): Call temp-output-buffer-show
7529         instead of internal-temp-output-buffer-show.
7531 2012-09-22  Chong Yidong  <cyd@gnu.org>
7533         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7534         (Bug#12462).
7536         * repeat.el (repeat): Doc fix (Bug#12348).
7538         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7539         (Bug#10909).
7541         * simple.el (shell-command-on-region): Doc fix.
7542         (read-only-mode): Doc fix.
7544 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
7546         * emacs-lisp/timer.el (run-with-idle-timer)
7547         (timer-activate-when-idle): Warn against reinvoking an idle timer
7548         from within its own timer action.  (Bug#12447)
7550 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7552         * cus-start.el (window-combination-limit): Add new optional
7553         values.
7554         * window.el (temp-buffer-window-show)
7555         (window--try-to-split-window): Handle new values of
7556         window-combination-limit (Bug#1806).
7557         (split-window): Test window-combination-limit for t instead of
7558         non-nil.
7559         (display-buffer-at-bottom): New buffer display action function.
7560         * help.el (temp-buffer-resize-regexps): New option.
7561         (temp-buffer-resize-mode): Rewrite doc-string.
7562         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7563         Don't resize reused window.  Suggested by Glenn Morris.
7565 2012-09-22  Stefan Merten  <smerten@oekonux.de>
7567         * textmodes/rst.el: Revamp section title faces.
7568         (rst-official-version)
7569         (rst-package-emacs-version-alist): Sync with official version
7570         V1.4.0.
7571         (rst-faces-defaults, rst-set-level-default)
7572         (rst-level-face-max, rst-level-face-base-color)
7573         (rst-level-face-base-light, rst-level-face-format-light)
7574         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7575         (rst-adornment-faces-alist): Match new setup.
7576         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7577         (rst-level-5, rst-level-6): New faces.
7579 2012-09-22  Chong Yidong  <cyd@gnu.org>
7581         * simple.el (undo): Handle indirect buffers (Bug#8207).
7583 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7585         IDO: Disable match re-ordering for buffer switching.
7586         * ido.el (ido-buffer-disable-smart-matches): New variable.
7587         (ido-set-matches-1): Use it.  (Bug#2042)
7589 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
7591         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7592         Fix 2011-05-17 change.  (Bug#12418)
7594 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7596         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7598 2012-09-21  Glenn Morris  <rgm@gnu.org>
7600         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7601         Be more robust about locating simple.el.
7603 2012-09-21  Glenn Morris  <rgm@gnu.org>
7605         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7607 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
7609         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
7611 2012-09-20  Juri Linkov  <juri@jurta.org>
7613         * replace.el (query-replace-read-from): Use `read-regexp' instead
7614         of `read-from-minibuffer' when `regexp-flag' is non-nil.
7615         (occur-read-primary-args): Use `read-regexp' instead of
7616         `read-string'.
7617         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7618         `read-from-minibuffer'.
7619         * isearch.el (isearch-occur): Use `read-regexp' instead of
7620         `read-string'.
7621         * dired.el (dired-read-regexp): Use `read-regexp' instead of
7622         `read-from-minibuffer'.
7623         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7624         of `read-string'.  (Bug#7567)
7626         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7627         and allow accepting a list of strings prepended to a list of
7628         standard default values.  Doc fix.  (Bug#12321)
7630         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
7632         * replace.el (read-regexp): Don't add ": " when PROMPT already
7633         ends with a colon and space.  (Bug#12321)
7635 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
7637         * doc-view.el (doc-view-display): Better fix for the cl-assertion
7638         error.
7640 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7642         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7643         Fixes feature request bug#11711.
7644         (rst-mode): Create `imenu-create-index-function'.
7645         (rst-get-stripped-line): Delete after refactoring.
7646         (rst-section-tree, rst-section-tree-rec)
7647         (rst-section-tree-point): Refactor and document properly.
7648         (rst-imenu-find-adornments-for-position)
7649         (rst-imenu-convert-cell, rst-imenu-create-index):
7650         New function.
7652 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7654         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7655         (macroexp--expand-all): Use it.
7656         (macroexp--funcall-and-return): Remove by folding it into its sole
7657         caller (macroexp--warn-and-return).
7658         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7659         Use macroexp--obsolete-warning.
7661         * calc/calc.el: Fix last change by removing the whole chunk, since it
7662         was only needed back when Calc was not bundled.
7664 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7666         * emacs-lisp/debug.el (debug): Restore assignment to
7667         debugger-old-buffer removed on 2012-09-08.
7669 2012-09-20  Juri Linkov  <juri@jurta.org>
7671         * dired-aux.el (dired-diff): Remove (require 'diff) since
7672         `diff-latest-backup-file' is now autoloaded.
7674 2012-09-20  Chong Yidong  <cyd@gnu.org>
7676         * vc/diff.el (diff-latest-backup-file): Autoload.
7678 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7680         * calc/calc.el: Remove redundant autoload shape check.
7681         (sel-mode): Don't defvar.
7682         (calc-get-stack-element): Add `sel-mode' arg instead.
7683         (calc-top, calc-top-list): Pass it this additional argument.
7684         * calc/calc-store.el (calc-store-map):
7685         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7686         (calc-map-equation, calc-outer-product, calc-inner-product):
7687         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7689         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7691 2012-09-19  Juri Linkov  <juri@jurta.org>
7693         * dired-aux.el (dired-diff): Add (require 'diff) because
7694         `diff-latest-backup-file' is not autoloaded.
7695         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7696         of `dired-get-filename' to t to not report error when there is
7697         no default file on the current line.
7699 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7701         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7702         macroexp--eval-if-compile.
7703         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7704         (macroexp--expand-all): Use them (bug#12371).
7706         * doc-view.el (doc-view-guess-paper-size)
7707         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7709 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7711         New feature: set optimal slice from BoundingBox information.
7712         * doc-view.el (doc-view-mode-map): Add keybinding.
7713         (doc-view-menu): Add menu entry.
7714         (doc-view-set-slice): Adapt docstring.
7715         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7716         (doc-view-scale-bounding-box)
7717         (doc-view-set-slice-from-bounding-box): New functions.
7718         (doc-view-paper-sizes): New defvar.
7720 2012-09-19  Glenn Morris  <rgm@gnu.org>
7722         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7723         (byte-compile-log-warning): Autoload.  (Bug#12371)
7725         * calendar/calendar.el (calendar-american-month-header)
7726         (calendar-european-month-header, calendar-iso-month-header)
7727         (calendar-month-header): New options.
7728         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7729         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7731 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7733         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7735 2012-09-18  Juri Linkov  <juri@jurta.org>
7737         * dired-aux.el (dired-diff): Restore original functionality of
7738         getting the default value, but keep new feature of using the
7739         latest existing backup file (`diff-latest-backup-file').
7741 2012-09-18  Juri Linkov  <juri@jurta.org>
7743         * dired.el (dired-mark): If the region is active in Transient Mark
7744         mode, mark all files in the active region.  Doc fix.
7745         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7746         Doc fix.  (Bug#10624)
7748 2012-09-18  Juri Linkov  <juri@jurta.org>
7750         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7751         attributes for M-n are pulled from the file at point.
7752         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7753         Suggested by Drew Adams.  (Bug#10624)
7755 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7757         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7758         whitespace after "end".
7759         (ruby-do-end-to-brace): Collapse block to one line if it fits
7760         within fill-column.
7762 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7764         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7765         value.
7766         (debug): Don't remove debugger window when debugger is expected
7767         to be back.
7769 2012-09-18  Chong Yidong  <cyd@gnu.org>
7771         * custom.el (defface): Doc fix.
7773         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7775 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7777         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7778         to initialize query-on-exit; then test that instead (bug#12288).
7780 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7782         * textmodes/rst.el: Add support for `testcover'.
7783         (rst-defcustom-testcover, rst-testcover-add-compose)
7784         (rst-testcover-add-1value): New functions.
7785         (rst-portable-mark-active-p): Replace by `use-region-p'.
7786         (rst-update-section, rst-classify-adornment)
7787         (rst-find-title-line): Mark `1value' forms.
7788         (rst-classify-adornment): Remove superfluous form.
7789         (rst-update-section, rst-get-adornments-around)
7790         (rst-adornment-complete-p, rst-get-next-adornment)
7791         (rst-adjust, rst-promote-region)
7792         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7793         (rst-find-pfx-in-region, rst-section-tree-rec)
7794         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7795         (rst-toc-node, rst-toc, rst-forward-section)
7796         (rst-iterate-leftmost-paragraphs)
7797         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7798         (rst-bullet-list-region)
7799         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7800         (rst-compile-find-conf, rst-compile)
7801         (rst-repeat-last-character): Fix style.
7803 2012-09-17  Chong Yidong  <cyd@gnu.org>
7805         * comint.el (comint--complete-file-name-data): Don't add a space
7806         if the status is `sole'; that adds a gratuitous space in the
7807         completion-cycling case (Bug#12092).
7809         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7811 2012-09-17  Richard Stallman  <rms@gnu.org>
7813         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7814         only in the mime-shown mode, not in raw mode.
7815         (rmail-mime): Toggle off mime by displaying the message without
7816         mime processing.  (Bug#12305)
7818         * mail/rmail.el (rmail-retry-failure):
7819         Turn off mime processing first.  (Bug#12037)
7821         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7823 2012-09-17  Chong Yidong  <cyd@gnu.org>
7825         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7826         (shell-dynamic-complete-functions): Convert to defcustom.
7827         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7829         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7830         * comint.el (comint-prompt-read-only):
7831         * custom.el (defcustom):
7832         * hi-lock.el (hi-lock-mode):
7833         * ibuffer.el (ibuffer-formats):
7834         * ielm.el (ielm-prompt-read-only):
7835         * novice.el (disable-command):
7836         * saveplace.el (toggle-save-place):
7837         * speedbar.el (speedbar-supported-extension-expressions):
7838         * startup.el (auto-save-list-file-prefix, init-file-user)
7839         (after-init-hook, inhibit-startup-echo-area-message):
7840         * strokes.el (strokes-help):
7841         * time-stamp.el (time-stamp):
7842         * calendar/calendar.el (calendar, diary-file):
7843         * calendar/diary-lib.el (diary-mail-entries, diary)
7844         (diary-list-entries-hook):
7845         * calendar/holidays.el (holidays, calendar-holidays):
7846         * calendar/lunar.el (lunar-phases):
7847         * calendar/solar.el (sunrise-sunset):
7848         * emulation/edt.el (edt-load-keys):
7849         * emulation/viper.el (viper-mode):
7850         * eshell/em-alias.el (eshell-command-aliases-list):
7851         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7852         * international/ogonek.el (ogonek-information):
7853         * net/tramp-cmds.el (tramp-bug):
7854         * net/quickurl.el (quickurl-reread-hook-postfix):
7855         * play/decipher.el (decipher-font-lock-keywords):
7856         * progmodes/cc-styles.el (c-set-style):
7857         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7858         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7859         * progmodes/octave-mod.el (octave-mode):
7860         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7861         * progmodes/verilog-mode.el (verilog-read-defines):
7862         * textmodes/two-column.el (2C-mode): Likewise.
7864 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7866         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7867         that holds many addresses.
7869 2012-09-16  Chong Yidong  <cyd@gnu.org>
7871         * align.el (align-areas): Call the indication function with
7872         positions instead of markers for arguments (Bug#12343).
7874         * files.el (parse-colon-path): Use split-string (Bug#12351).
7876         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7877         (display-buffer-function): Mark as obsolete.
7879         * progmodes/compile.el (compilation-parse-errors): Accept list
7880         values similar to font-lock-keywords (Bug#12136).
7881         Suggested by Oleksandr Manzyuk.
7882         (compilation-error-regexp-alist): Doc fix.
7884 2012-09-15  Glenn Morris  <rgm@gnu.org>
7886         * version.el (emacs-bzr-version-bzr): New function.
7887         (emacs-bzr-get-version): Add optional EXTERNAL argument.
7889         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7890         checkouts, check the parent dirstate matches the branch.
7891         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
7892         empty string.
7894         * version.el (emacs-bzr-version): Doc fix.
7895         (emacs-bzr-version-dirstate): New function.
7896         (emacs-bzr-get-version): For lightweight checkouts, if the parent
7897         is local try and check that it matches the branch.  If not, just
7898         use dirstate information.  (Bug#12441)
7900 2012-09-14  Juri Linkov  <juri@jurta.org>
7902         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7903         (Bug#12399)
7905 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7907         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7909         * emacs-lisp/edebug.el: Miscellaneous cleanup.
7910         Remove obsolete byte-compiler hack that tried to silence some warnings.
7911         (edebug-submit-bug-report): Remove.
7912         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7913         Remove aliases, use the un-prefixed name instead.
7914         (edebug-pop-to-buffer): Consider other frames.
7915         (edebug-original-read):: Make it more obvious that it's always defined.
7916         (edebug--make-form-data-entry, edebug--form-data-name)
7917         (edebug--form-data-begin, edebug--form-data-end): Rename from the
7918         single-dashed name, and implement with cl-defstruct.
7919         (edebug-set-form-data-entry): Use the standard accessors.
7920         (edebug-make-top-form-data-entry): Use push.
7921         (edebug-no-match): Drop useless `funcall'.
7922         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7923         to functions.
7924         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7925         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7926         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7927         (easy-menu-define, with-custom-print): Remove redundant specs.
7928         (edebug-outside-overriding-local-map)
7929         (edebug-outside-overriding-terminal-local-map): Remove, unused.
7930         (edebug--display): Bind unread-command-events directly to nil rather
7931         than binding it to unread-command-events and later setting it to nil.
7932         (edebug--display): Kill edebug-eval-buffer here...
7933         (edebug--recursive-edit): ...rather than here.
7934         Bind standard-output and standard-input.
7935         (edebug-eval): Check cl-macroexpand-all is fboundp.
7936         (edebug-temp-display-freq-count): Fix last change.
7938         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7939         * subr.el (noreturn, 1value): Add `debug' spec.
7940         * emacs-lisp/advice.el: Require cl-lib.
7941         (ad-copy-tree): Remove, use copy-tree instead.
7942         (ad-dolist): Remove use dolist or cl-dolist instead.
7943         (ad-do-return): Remove, use cl-return instead.
7944         (defadvice): Add `debug' spec.
7946 2012-09-13  Juri Linkov  <juri@jurta.org>
7948         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7949         (Bug#12399)
7951 2012-09-13  Glenn Morris  <rgm@gnu.org>
7953         * calc/calc.el (math-compose-expr):
7954         * calc/calc-ext.el (math-compose-expr):
7955         * progmodes/cc-defs.el (cl-macroexpand-all):
7956         * progmodes/cc-langs.el (delete-duplicates, mapcan)
7957         (cl-macroexpand-all): Update declarations.
7959         * vc/vc.el: No need to require ediff.
7960         (ediff-load-version-control): Declare.
7961         (ediff-vc-internal): Fix declaration.
7962         (vc-version-ediff): Require ediff.
7964 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7966         Use a more backwards-compatible timer format (Bug#12430).
7967         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7968         being right after USECS, as that better supports old code that
7969         inadvisedly looked directly at the timer vector.
7971 2012-09-13  Kenichi Handa  <handa@gnu.org>
7973         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7974         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7975         `coding-priority' property of these language environment.
7977 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7979         Fix glitches caused by addition of psec to timers (Bug#12430).
7980         * image.el (image-animate-timer):
7981         * time.el (display-time-world-timer):
7982         Use timer--function and timer--args rather than raw access to
7983         timer vector.
7985 2012-09-13  Glenn Morris  <rgm@gnu.org>
7987         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7988         If not compiling a file, try using load-file-name.
7990 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7992         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7993         Fix last change.
7994         (edebug-update-eval-list): Use `push'.
7996         * emacs-lisp/edebug.el: Use lexical-binding.
7997         Remove the "edebug-" prefix from non-dynamically-scoped variables.
7998         Mark unused args with underscore.
7999         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8000         (edebug-form-data): Use defvar-local.
8001         (edebug-make-before-and-after-form, edebug-make-after-form):
8002         Use backquote.
8003         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8004         Not dynamically scoped any more.
8005         (edebug--enter-trace): Add arguments `function' and `args'.
8006         Rename from edebug-enter-trace.
8007         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
8008         (edebug--update-coverage): Add `after-index' and `value' args.
8009         Rename from edebug-update-coverage.
8010         (edebug-slow-after): Call it accordingly.
8011         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
8012         edebug-recursive-edit.
8013         (edebug--display): Call it accordingly.  Add args `value',
8014         `offset-index', and `arg-mode'.  Rename from edebug-display.
8015         (edebug-debugger, edebug): Call it accordingly.
8016         (edebug-eval-display-list): Use dolist.
8018 2012-09-12  Juri Linkov  <juri@jurta.org>
8020         * info.el (Info-search): Don't check for isearch-mode and
8021         isearch-regexp before let-binding search-spaces-regexp to
8022         Info-search-whitespace-regexp.
8023         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8024         search-whitespace-regexp if isearch-lax-whitespace or
8025         isearch-regexp-lax-whitespace is non-nil.
8026         (Info-mode): Don't set local variable search-whitespace-regexp.
8027         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8029 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8031         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8032         (debugger-env-macro): Remove support for unread-command-char.
8034         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8035         the temporary map re-appearing on emulation-mode-map-alists.
8037         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8038         since 22.1.
8040         * ehelp.el (with-electric-help): Accept functions in
8041         electric-help-form-to-execute.
8042         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8043         And replace unread-command-char -> unread-command-events.
8045 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
8047         Sync with Tramp 2.2.6.
8049         * net/tramp.el (tramp-accept-process-output): Don't use
8050         JUST-THIS-ONE in the XEmacs case.
8052         * net/trampver.el: Update release number.
8054 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
8056         * emacs-lisp/debug.el (debugger-previous-window-height):
8057         New variable.
8058         (debug): When debugger-jumping-flag is non-nil try to restore
8059         height of debugger window.  (Bug#8789)
8061 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8064         overriding-local-map and pre/post-command-hook here.
8065         (edebug-recursive-edit): Do it here instead (bug#12345).
8066         (edebug-outside-unread-command-char): Remove all uses of
8067         unread-command-char.
8069         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8070         inhibit-debugger is bound instead.
8072 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8074         * subr.el (set-temporary-overlay-map): Add a docstring.
8075         (Bug#12346)
8077 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8079         * minibuffer.el (completion-table-subvert): Fix docstring.
8080         (Bug#12347)
8082 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8084         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
8086 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
8088         * progmodes/sql.el: Version 3.1
8089         (sql-db2-escape-newlines): New variable.
8090         (sql-escape-newlines-filter): Use it.
8092 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
8094         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8096 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
8098         * vc/diff-mode.el (diff-mode-menu):
8099         Bind diff-remove-trailing-whitespace.
8101 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8103         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8104         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8105         (emacs-lisp-byte-code-mode): New functions.
8106         (eval-sexp-add-defvars): Don't skip defvars in column >0.
8107         (eval-defun-2): Remove bogus interactive spec.
8108         (lisp-indent-line): Remove redundant whole-exp code, now done in
8109         indent-according-to-mode.
8110         (save-match-data): Remove redundant indent data.
8112         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8113         Use `declare'.
8115 2012-09-09  Juri Linkov  <juri@jurta.org>
8117         * replace.el (replace-regexp-lax-whitespace): New defcustom.
8118         (replace-lax-whitespace, query-replace-regexp)
8119         (query-replace-regexp-eval, replace-regexp): Doc fix.
8120         (perform-replace, replace-highlight): Let-bind
8121         isearch-lax-whitespace to replace-lax-whitespace and
8122         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8124         * isearch.el (isearch-query-replace): Let-bind
8125         replace-lax-whitespace to isearch-lax-whitespace and
8126         replace-regexp-lax-whitespace to
8127         isearch-regexp-lax-whitespace.  (Bug#10885)
8129 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8133 2012-09-09  Alan Mackenzie  <acm@muc.de>
8135         * progmodes/cc-engine.el (c-state-cache-init):
8136         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8137         (c-record-parse-state-state):
8138         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8140 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
8142         * register.el (register-separator): Rename from
8143         separator-register.  All uses changed.  Doc fix.
8144         (register): Fix version.
8146 2012-09-09  Chong Yidong  <cyd@gnu.org>
8148         * replace.el (query-replace-map): Bind four new symbols for
8149         requesting window scrolling.
8151         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8152         query-replace-map (Bug#8948).
8154         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8156         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8157         since they are now in query-replace-map.
8159         * window.el (scroll-other-window-down): Make the arg optional.
8161 2012-09-09  Chong Yidong  <cyd@gnu.org>
8163         * files.el (hack-local-variables-confirm): Use quit-window to kill
8164         the *Local Variables* buffer.
8166 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8168         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8169         not just expect to be at its beginning.  Adjust callees.
8170         Succeed when do-end block has no space before the pipe character.
8171         (ruby-brace-to-do-end): When the original block is one-liner,
8172         convert to multiline.  Reindent the result.
8174 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
8176         * register.el (register): New group.
8177         (separator-register): New user option.
8178         (increment-register): Route it to `append-to-register', if
8179         register contains text.  Implication is that `C-x r +' can now be
8180         used for appending to a text register (bug#12217).
8181         (append-to-register, prepend-to-register): Add separator based on
8182         `separator-register'.
8184 2012-09-08  Alan Mackenzie  <acm@muc.de>
8186         AWK Mode: make auto-newline work when there's "==" in the pattern.
8187         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8188         correctly.
8189         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8190         Test more rigorously for "=" token.
8192 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8194         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8195         Only fail when reached LIMIT.
8197 2012-09-08  Chong Yidong  <cyd@gnu.org>
8199         * dired.el (dired-mode-map): Don't bind M-=.
8201         * dired-aux.el (dired-diff): Use backup file as default.
8203 2012-09-08  Drew Adams  <drew.adams@oracle.com>
8205         * subr.el (add-to-history): Fix delete usage (Bug#12314).
8207 2012-09-08  Chong Yidong  <cyd@gnu.org>
8209         * subr.el (syntax-after, syntax-class): Doc fix.
8211 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
8213         * window.el (display-buffer-in-previous-window): New buffer
8214         display action function.
8216         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8217         (debugger-previous-window): New variable.
8218         (debug): Rewrite using display-buffer-in-previous-window,
8219         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
8221 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
8225 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
8227         * progmodes/python.el (python-shell-send-string):
8228         When default-directory is remote, create temp file on remote
8229         filesystem.
8230         (python-shell-send-file): When file is remote, pass local view of
8231         file paths to remote Python interpreter.  (Bug#12340)
8233 2012-09-07  Chong Yidong  <cyd@gnu.org>
8235         * window.el (switch-to-buffer): Doc fix (Bug#12181).
8237         * files.el (after-find-file): Don't fail on a read-only buffer if
8238         require-final-newline is `visit' or `visit-save' (Bug#11156).
8240         * subr.el (read-char-choice): Allow quitting via ESC ESC.
8242         * userlock.el (ask-user-about-supersession-threat):
8243         Use read-char-choice (Bug#12093).
8245 2012-09-07  Chong Yidong  <cyd@gnu.org>
8247         * subr.el (buffer-narrowed-p): New function.
8249         * ses.el (ses-widen):
8250         * simple.el (count-words--buffer-message):
8251         * net/browse-url.el (browse-url-of-buffer): Use it.
8253         * simple.el (count-words-region): Don't signal an error if there
8254         is a non-nil prefix arg and the mark is not set.
8256         * help.el (describe-key-briefly): Allow the message to be seen
8257         when invoked from the minibuffer (Bug#7014).
8259 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8261         * progmodes/ruby-mode.el (ruby-end-of-defun)
8262         (ruby-beginning-of-defun): Simplify, allow indentation before
8263         block beginning and end keywords.
8264         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8265         (ruby-end-of-defun): Expect that the point is at the beginning of
8266         the defun.
8268 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8270         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8271         (bug#12367).
8272         (cl--make-usage-args): Strip _ from argument names.
8274 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
8276         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8277         obsolete alias speedbar-key-map.
8278         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8279         (vhdl-index-menu-init): Don't use obsolete variable
8280         font-lock-maximum-size.
8282 2012-09-06  Chong Yidong  <cyd@gnu.org>
8284         * frame.el (window-system-version): Mark as obsolete.
8286         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8287         of obsolete variable speedbar-key-map.
8289 2012-09-06  Juri Linkov  <juri@jurta.org>
8291         * replace.el (replace-lax-whitespace): New defcustom.
8292         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8293         (replace-string, replace-regexp): Mention it in docstrings.
8294         (perform-replace, replace-highlight): Let-bind
8295         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8296         to the values of replace-lax-whitespace and regexp-flag.
8297         Don't let-bind search-whitespace-regexp.  (Bug#10885)
8299         * isearch.el (isearch-query-replace): Let-bind
8300         replace-lax-whitespace instead of let-binding
8301         replace-search-function and replace-re-search-function.
8302         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8303         and isearch-regexp-lax-whitespace to lazy-highlight variables.
8304         (isearch-toggle-symbol): Set isearch-regexp to nil
8305         in isearch-word mode (like in isearch-toggle-word).
8307 2012-09-06  Juri Linkov  <juri@jurta.org>
8309         * replace.el (replace-search-function)
8310         (replace-re-search-function): Set default values to nil.
8311         (perform-replace): Let-bind isearch-related variables based on
8312         replace-related values, call `isearch-search-fun' and let-bind
8313         the result to `search-function'.  Remove code that sets
8314         `search-function' and `search-string' separately for
8315         `delimited-flag'.
8316         (replace-highlight): Add new argument `delimited-flag' and
8317         rename other arguments to the names used in `perform-replace'.
8318         Let-bind `isearch-word' to the argument `delimited-flag'.
8319         (Bug#10885, bug#10887)
8321 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8323         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8324         ruby-beginning-of-indent, simplify, allow all keywords to have
8325         indentation before them.
8326         (ruby-beginning-of-indent): Adjust for above.  Search until the
8327         found point is not inside a string or comment.
8328         (ruby-font-lock-keywords): Allow symbols to start with "@"
8329         character, give them higher priority than variables.
8330         (ruby-syntax-propertize-function)
8331         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8332         matchers.  Expression expansions are not comments when inside a
8333         string, and there comment syntax status is irrelevant.
8334         (ruby-match-expression-expansion): New function.  Check that
8335         expression expansion is inside a string, and it's not escaped.
8336         (ruby-font-lock-keywords): Use it.
8338 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
8340         * help.el (temp-buffer-max-height): New default value.
8341         (temp-buffer-resize-frames): New option.
8342         (resize-temp-buffer-window): Optionally resize frame.
8344         * window.el (fit-frame-to-buffer-bottom-margin): New option.
8345         (fit-frame-to-buffer): New function.
8347 2012-09-05  Glenn Morris  <rgm@gnu.org>
8349         * emulation/cua-rect.el (cua--init-rectangles):
8350         * textmodes/picture.el (picture-mode-map):
8351         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8352         like forward-char and backward-char.  (Bug#12317)
8354 2012-09-05  Leo Liu  <sdl.web@gmail.com>
8356         * progmodes/flymake.el (flymake-warning-re): New variable.
8357         (flymake-parse-line): Use it.
8359 2012-09-05  Glenn Morris  <rgm@gnu.org>
8361         * calendar/holidays.el (holiday-christian-holidays):
8362         Rename an entry.  (Bug#12289)
8364 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8366         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8367         (bug#12222).
8369 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8371         * loadup.el: Load macroexp.  Remove hack.
8372         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8373         (macroexp--expand-all): Use it to get better warnings.
8374         (macroexp--backtrace, macroexp--trim-backtrace-frame)
8375         (internal-macroexpand-for-load): New functions.
8376         (macroexp--pending-eager-loads): New var.
8377         (emacs-startup-hook): New hack to replace one in loadup.el.
8378         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8379         (cl--compiler-macro-cXXr): Move to top, before they can be used.
8380         (cl-psetf): Simplify.
8381         (cl-defstruct): Add indent rule.
8383 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
8385         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8386         over `user-mail-address' for the SMTP MAIL FROM envelope.
8387         (smtpmail-via-smtp): Ditto.
8389 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
8391         * progmodes/ruby-mode.el: Clean up keybindings.
8392         (ruby-mode-map): Don't bind ruby-electric-brace,
8393         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8394         backward-kill-word, reindent-then-newline-and-indent.
8395         (ruby-mark-defun): Remove.
8396         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
8397         (ruby-mode): Set local beginning-of-defun-function and
8398         end-of-defun-function values.
8400 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
8402         * window.el (temp-buffer-window-setup-hook)
8403         (temp-buffer-window-show-hook): New hooks.
8404         (temp-buffer-window-setup, temp-buffer-window-show)
8405         (with-temp-buffer-window): New functions.
8406         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8407         (special-display-popup-frame): Make sure the window used shows BUFFER.
8409         * help.el (temp-buffer-resize-mode): Fix doc-string.
8410         (resize-temp-buffer-window): New optional argument WINDOW.
8412         * files.el (recover-file, save-buffers-kill-emacs):
8413         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8415 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
8417         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8418         remote definition of `default-directory', ensure we can connect.
8420 2012-09-02  Juri Linkov  <juri@jurta.org>
8422         Toggle whitespace matching mode with M-s SPC.
8423         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8425         * isearch.el (search-whitespace-regexp): Doc fix.
8426         Remove cons cell customization.
8427         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8428         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8429         New variables.
8430         (isearch-forward, isearch-forward-regexp): Doc fix.
8431         (isearch-toggle-lax-whitespace): New command.
8432         (search-forward-lax-whitespace, search-backward-lax-whitespace)
8433         (re-search-forward-lax-whitespace)
8434         (re-search-backward-lax-whitespace): New functions.
8435         (isearch-whitespace-regexp): Remove function.
8436         (isearch-query-replace): Let-bind replace-search-function and
8437         replace-re-search-function.
8438         (isearch-occur): Let-bind search-spaces-regexp according to the
8439         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8440         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8441         condition for C-q SPC.
8442         (isearch-search-fun-default): Use new functions mentioned above.
8443         (isearch-search-forward, isearch-search-backward): Remove functions.
8444         (isearch-search): Don't let-bind search-spaces-regexp.
8445         (isearch-lazy-highlight-space-regexp): Remove variable.
8446         (isearch-lazy-highlight-lax-whitespace)
8447         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8448         (isearch-lazy-highlight-new-loop): Use them.
8449         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8451 2012-09-02  Chong Yidong  <cyd@gnu.org>
8453         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8455 2012-09-02  Glenn Morris  <rgm@gnu.org>
8457         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
8459 2012-09-01  Glenn Morris  <rgm@gnu.org>
8461         * term.el: Tidy up menu definitions.
8462         (term-mode-map): Use easymenu for In/Out, Complete menus.
8463         (term-pager-break-map): Initialize in the defvar.
8464         (term-terminal-menu, term-signals-menu): Define with easymenu.
8465         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
8466         (term-pager-menu): New, extracted from term-process-pager.
8467         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8468         (term-update-mode-line): Propertize line/char and page items.
8469         (term-process-pager): Move keymap initialization elsewhere.
8471 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
8473         * window.el (switch-to-prev-buffer): Handle additional values of
8474         BURY-OR-KILL argument.  Don't switch in minibuffer window.
8475         (switch-to-next-buffer): Don't switch in minibuffer window.
8476         (quit-restore-window): New function based on quit-window.
8477         Handle additional values of former KILL argument.
8478         (quit-window): Call quit-restore-window with appropriate
8479         interpretation of KILL argument.
8480         (display-buffer-below-selected): New buffer display action
8481         function.
8483 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8485         * minibuffer.el (completion-at-point-functions): Complete docstring
8486         (bug#12254).
8488 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8490         Better seed support for (random).
8491         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8492         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8493         * play/mpuz.el, play/tetris.el, play/zone.el:
8494         * calc/calc-comb.el (math-init-random-base):
8495         * play/blackbox.el (bb-init-board):
8496         * play/life.el (life):
8497         * server.el (server-use-tcp):
8498         * type-break.el (type-break):
8499         Remove unnecessary call to (random t).
8500         * net/sasl.el (sasl-unique-id-function):
8501         Change (random t) to (random), now that the latter is more random.
8502         * play/life.el (life-initialized): Remove no-longer-needed var.
8504 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
8506         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8507         Consider frame's buffer predicate when choosing the buffer.
8508         (Bug#12081)
8510 2012-08-30  Richard Stallman  <rms@gnu.org>
8512         * simple.el (special-mode-map): Delete binding for `z'.
8514 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
8516         * progmodes/compile.el (compilation-always-kill): Doc fix.
8518 2012-08-30  Chong Yidong  <cyd@gnu.org>
8520         * window.el (display-buffer-reuse-frames): Make the obsolescence
8521         message more informative.
8523 2012-08-30  Glenn Morris  <rgm@gnu.org>
8525         * paren.el (show-paren-delay):
8526         Add a :set function.  Doc fix.  (Bug#12297)
8528 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
8530         * progmodes/compile.el (compilation-always-kill): New var.
8531         (compilation-start): Use it.
8533 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8535         * simple.el (read-only-mode): Move from files.el for bootstrapping.
8536         * files.el (read-only-mode): Move to simple.el.
8538         * files.el (read-only-mode): New minor mode.
8539         (toggle-read-only): Use it and mark obsolete.
8540         (find-file--read-only):
8541         * vc/vc.el (vc-next-action, vc-checkout):
8542         * vc/vc-cvs.el (vc-cvs-checkout):
8543         * obsolete/vc-mcvs.el (vc-mcvs-update):
8544         * ffap.el (ffap--toggle-read-only): Update callers.
8546 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
8548         * eshell/esh-ext.el (eshell-external-command): Do not examine
8549         remote shell scripts.
8550         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8552         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8553         "/usr/local/sbin".
8555 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8559 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8561         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8562         completion-at-point.  (Bug#12220)
8564         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8566         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8568 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8570         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8571         be buffer-local; add delete-trailing-whitespace (bug#12259).
8573 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
8575         * progmodes/hideif.el (hif-compress-define-list):
8576         Fix typo.  (Bug#11951)
8578 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
8580         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8581         buffer local setting.
8583         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8584         rcirc-encode-coding-system.
8586 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8588         * net/rcirc.el (rcirc-split-message): New function.
8589         (rcirc-send-message): Use it.  (Bug#12051)
8591 2012-08-28  Juri Linkov  <juri@jurta.org>
8593         * info.el (Info-fontify-node): Hide empty lines at the end of
8594         the node.  (Bug#12272)
8596 2012-08-27  Drew Adams  <drew.adams@oracle.com>
8598         * dired.el (dired-pop-to-buffer): Make window start at beginning
8599         of buffer (Bug#12281).
8601 2012-08-26  Chong Yidong  <cyd@gnu.org>
8603         * window.el (special-display-regexps, special-display-frame-alist)
8604         (special-display-buffer-names, special-display-function)
8605         (display-buffer-reuse-frames): Mark as obsolete.
8607         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8609         * help.el (help-print-return-message): Don't treat
8610         display-buffer-reuse-frames specially.
8612 2012-08-26  Chong Yidong  <cyd@gnu.org>
8614         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8615         New variable, replacing gdb-frame-parameters.
8616         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8617         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8618         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8619         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8620         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
8621         the functions directly with gdb-display-buffer-other-frame-action.
8622         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8623         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8624         (gdb-display-stack-buffer, gdb-display-locals-buffer)
8625         (gdb-display-registers-buffer): Define directly.
8626         (def-gdb-display-buffer): Macro deleted.
8627         (gdb-display-buffer): Remove second and third args, callers don't
8628         use them.  Defer to the default display-buffer behavior, apart
8629         from making windows dedicated.
8630         (gdb-setup-windows): Don't call display-buffer unnecessarily.
8632         * progmodes/gud.el (gud-display-line): Just use display-buffer.
8634         * window.el (display-buffer-pop-up-frame): Handle a
8635         pop-up-frame-parameters alist entry.
8636         (display-buffer): Document it.
8638 2012-08-26  Chong Yidong  <cyd@gnu.org>
8640         * isearch.el (search-whitespace-regexp): Make string and nil
8641         values apply to both ordinary and regexp search.  Allow a cons
8642         cell value to distinguish between the two.
8643         (isearch-whitespace-regexp, isearch-search-forward)
8644         (isearch-search-backward): New functions.
8645         (isearch-occur, isearch-search-fun-default, isearch-search)
8646         (isearch-lazy-highlight-new-loop): Use them.
8647         (isearch-forward, isearch-forward-regexp): Doc fix.
8649 2012-08-26  Chong Yidong  <cyd@gnu.org>
8651         * faces.el (help-argument-name): Always inherit from italic
8652         (Bug#12213).
8654 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8656         * window.el (window--even-window-heights): Even heights when
8657         WINDOW and the selected window form a vertical combination.
8658         (display-buffer-use-some-window): Provide that window used gets
8659         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8661 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8663         Fix file time stamp problem with bzr and CVS (Bug#12001).
8664         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8665         in the file's time stamp, since the version control system loses
8666         that information.
8668 2012-08-22  Juri Linkov  <juri@jurta.org>
8670         * info.el (Info-fontify-node): Hide the suffix of the
8671         Info file name in the header line.  (Bug#12187)
8673 2012-08-22  Glenn Morris  <rgm@gnu.org>
8675         * calendar/cal-tex.el (cal-tex-weekly-common):
8676         Restore leading blank page.
8678 2012-08-22  Le Wang  <l26wang@gmail.com>
8680         * misc.el (forward-to-word, backward-to-word): Activate or extend
8681         the region under `shift-select-mode'.  (Bug#12231)
8683 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8685         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8686         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8687         gives details on why the space is never needed.
8689 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8691         * window.el (walk-window-tree, window-with-parameter):
8692         New optional argument MINIBUF to control whether these functions
8693         should run on the minibuffer window.
8694         (window-at-side-list): Don't operate on minibuffer window.
8695         (window-in-direction): Simplify and rewrite doc-string.
8696         (window--size-ignore): Rename to window--size-ignore-p.
8697         Update callers.
8698         (display-buffer-in-atom-window, window--major-non-side-window)
8699         (window--major-side-window, display-buffer-in-major-side-window)
8700         (delete-side-window, display-buffer-in-side-window):
8701         New functions.
8702         (window--side-check, window-deletable-p, delete-window)
8703         (delete-other-windows, split-window): Handle side windows and
8704         atomic windows appropriately.
8705         (window--display-buffer): Call display-buffer-record-window also
8706         when the window buffer did not change.
8708 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8710         * help-fns.el (help-fns--key-bindings):
8711         Abbreviate non-symbol remap targets.  (Bug#12174)
8713 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8715         * dired.el (dired-mark-remembered): Don't clobber point.
8716         (Bug#11795)
8718 2012-08-22  Glenn Morris  <rgm@gnu.org>
8720         * progmodes/bug-reference.el (bug-reference): New custom group.
8721         (bug-reference-bug-regexp): Make it a defcustom.
8723 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8725         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8726         (js-paren-indent-offset, js-square-indent-offset)
8727         (js-curly-indent-offset): Add :safe (Bug#12257).
8729 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8731         * json.el (json-key-format): Add error properties.
8732         (json-encode-key): New function.
8733         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8734         Use json-encode-key.
8736 2012-08-22  Glenn Morris  <rgm@gnu.org>
8738         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8739         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8740         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8741         Update for above change.
8743 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8745         * cus-face.el (custom-face-attributes): Fix customize type for the
8746         :underline attribute.  (Bug#11805)
8748 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8750         * window.el (window-point-1, set-window-point-1): Remove.
8751         (window-in-direction, record-window-buffer)
8752         (set-window-buffer-start-and-point, split-window-below)
8753         (window--state-get-1, display-buffer-record-window):
8754         Replace calls to window-point-1 and set-window-point-1 by calls to
8755         window-point and set-window-point respectively.
8757 2012-08-21  Glenn Morris  <rgm@gnu.org>
8759         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8760         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8761         Use it.
8763         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8764         (cal-tex-shortday): New function.
8765         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8766         (cal-tex-cursor-filofax-daily): Use the above.
8768         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8769         New functions.
8770         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8771         (cal-tex-cursor-filofax-week): Use them.
8773         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8774         New constants.
8775         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8776         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8778         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8779         (cal-tex-end-document): Don't rely on buffer name.
8781         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8782         Use cal-tex-vspace.
8783         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8784         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8785         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8786         Use cal-tex-arg.
8788         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8789         (cal-tex-cursor-week, cal-tex-cursor-week2)
8790         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8791         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8792         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8793         (cal-tex-insert-preamble, cal-tex-b-document)
8794         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8795         Improve cal-tex-cmd usage.
8797         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8798         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8799         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8800         (cal-tex-weekly-paper): New function.
8801         (cal-tex-cursor-week, cal-tex-cursor-week2)
8802         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8803         (cal-tex-cursor-day): Use it.
8805         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8806         (cal-tex-cursor-filofax-week): Remove leading blank page.
8808         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8809         Add autoload cookie.  For now at least, don't use color, since
8810         no other cal-tex function does.
8812         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8813         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8814         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8816 2012-08-21  Juri Linkov  <juri@jurta.org>
8818         * info.el (Info-file-attributes): New variable.
8819         (info-insert-file-contents): Add file attributes to
8820         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8821         `Info-toc-nodes' when previous modtime of the Info file is less
8822         than new modtime.
8823         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8824         of info.el.  (Bug#12230)
8826 2012-08-20  Glenn Morris  <rgm@gnu.org>
8828         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8829         * calendar/holidays.el (calendar-holiday-list):
8830         Report errors with display-warning rather than beep'n'sleep.
8832 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8834         * net/tramp.el (tramp-accept-process-output): Accept only output
8835         from PROC.  Otherwise, process filters and sentinels might be
8836         confused.  (Bug#12145)
8838 2012-08-20  Chong Yidong  <cyd@gnu.org>
8840         * descr-text.el (describe-text-properties-1): Use overlays-in to
8841         report on empty overlays (Bug#3322).
8843 2012-08-20  Glenn Morris  <rgm@gnu.org>
8845         * mail/rmailout.el (rmail-output-read-file-name):
8846         Trap and report errors in rmail-output-file-alist elements.
8848         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8849         since most non-font-lock faces are not also variables).
8851 2012-08-20  Edward Reingold  <reingold@iit.edu>
8853         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8854         New function.  (Bug12160)
8856 2012-08-19  Glenn Morris  <rgm@gnu.org>
8858         * mail/rmailout.el (rmail-output-read-file-name):
8859         Fix previous change (when the alist is nil or does not match).
8861 2012-08-19  Chong Yidong  <cyd@gnu.org>
8863         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8864         (Bug#12228).
8866 2012-08-18  Chong Yidong  <cyd@gnu.org>
8868         * simple.el (yank-handled-properties): New defcustom.
8869         (yank-excluded-properties): Add font-lock-face and category.
8870         (yank): Doc fix.
8872         * subr.el (remove-yank-excluded-properties):
8873         Obey yank-handled-properties.  The special handling of font-lock-face
8874         and category is now done this way, instead of being hard-coded.
8875         (insert-for-yank-1): Remove font-lock-face handling.
8876         (yank-handle-font-lock-face-property)
8877         (yank-handle-category-property): New function.
8879 2012-08-17  Glenn Morris  <rgm@gnu.org>
8881         * mail/rmailout.el (rmail-output-read-file-name):
8882         Check rmail-output-file-alist against the full message body
8883         in the correct rmail buffer.  (Bug#12214)
8885 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
8887         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8888         Eliminate superfluous prompt.  (Bug#12203)
8890 2012-08-17  Chong Yidong  <cyd@gnu.org>
8892         * mouse.el (mouse-appearance-menu): If x-select-font returns a
8893         font spec, set the font directly (Bug#3228).
8895 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
8897         * window.el (delete-window): Fix last fix.
8899 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
8901         * window.el (window-valid-p): Move to window.c.
8902         (window-child, window-child-count, window-last-child)
8903         (window-normalize-window, window-combined-p)
8904         (window-combinations, window-atom-root, window-min-size)
8905         (window-sizable, window-sizable-p, window-size-fixed-p)
8906         (window-min-delta, window-max-delta, window--resizable)
8907         (window--resizable-p, window-resizable, window-total-size)
8908         (window-full-height-p, window-full-width-p, window-body-size)
8909         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8910         (minimize-window, window-deletable-p, delete-window)
8911         (delete-other-windows, set-window-buffer-start-and-point)
8912         (next-buffer, previous-buffer, split-window, balance-windows-2)
8913         (set-window-text-height, window-buffer-height)
8914         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8915         (truncated-partial-width-window-p): Minor code adjustments.
8916         In doc-strings state whether the argument window has to denote a
8917         live, valid or any window.
8919 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
8921         * progmodes/subword.el (subword-forward-function)
8922         (subword-backward-function, subword-forward-regexp)
8923         (subword-backward-regexp): New variables.
8924         (subword-forward, subword-forward-internal, subword-backward-internal):
8925         Use new variables, eg so that different "word" definitions
8926         can be easily used.  (Bug#11411)
8928 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8930         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8931         for composite selectors.
8932         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8933         operation just because we can't find a previous revision.
8935 2012-08-15  Chong Yidong  <cyd@gnu.org>
8937         * frame.el (set-frame-font): Accept font objects.
8939 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8941         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8943 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
8945         * man.el (Man-overstrike-face, Man-underline-face)
8946         (Man-reverse-face): Remove variables.
8947         (Man-overstrike, Man-underline, Man-reverse): New faces.
8948         (Man-fontify-manpage): Use them instead of the variables.
8949         (Man-cleanup-manpage): Comment change.
8950         (Man-ansi-color-map): New variable.
8951         (Man-fontify-manpage): Use it.
8952         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8954         Implement ANSI SGR parameters 22-27 (bug#12146).
8955         * ansi-color.el (ansi-colors): Doc fix.
8956         (ansi-color-context, ansi-color-context-region): Doc fix.
8957         (ansi-color--find-face): New function.
8958         (ansi-color-apply, ansi-color-apply-on-region): Use it.
8959         Rename the local variable `face' to `codes' since it is now a list of
8960         ansi codes.  Doc fix.
8961         (ansi-color-get-face): Remove.
8962         (ansi-color-parse-sequence): New function, derived from
8963         ansi-color-get-face.
8964         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
8965         codes 22-27.
8967 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8969         * subr.el (read-passwd): Allow use from a minibuffer.
8971 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
8973         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8974         inside comments and strings as identifiers.
8976         * progmodes/gud.el (gud-tooltip-print-command): Quote the
8977         expression to evaluate.  This allows to evaluate expressions with
8978         embedded whitespace.
8979         (gud-tooltip-tips): Add a blank before the newline in the
8980         message-box text, for the benefit of message-box emulation on
8981         MS-Windows.
8983         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8984         messages from GDB, pop them up in a tooltip to give feedback to
8985         user.
8986         (gdb-tooltip-print-1): Quote the expression to evaluate.
8987         This allows to evaluate expressions with embedded whitespace.
8988         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8989         if the TTY name is nil or empty (which happens when communicating
8990         with the inferior via pipes, e.g. on MS-Windows).
8991         (gdb-internals): If GDB sends a "&\n" empty debugging message,
8992         don't send that to the GUD buffer.
8994 2012-08-14  Glenn Morris  <rgm@gnu.org>
8996         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8997         Optimize away setq-default with no args, as for setq.  (Bug#12195)
8999 2012-08-14  Chong Yidong  <cyd@gnu.org>
9001         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9003         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9004         (Bug#12085).
9006 2012-08-14  Glenn Morris  <rgm@gnu.org>
9008         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9010 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
9012         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9013         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9014         Use cached shell name.
9016 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9018         * progmodes/python.el (python-shell-send-string):
9019         (python-shell-send-setup-code): Do not use `format' with `message'.
9021 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
9023         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9024         (ruby-percent-literal-beg-re): New constant.
9025         (ruby-syntax-general-delimiters-goto-beg): Rename to
9026         `ruby-syntax-enclosing-percent-literal', improve literal type check.
9027         (ruby-syntax-propertize-general-delimiters): Rename to
9028         `ruby-syntax-propertize-percent-literal', it's a shorter and more
9029         popular term.  Adjust comments everywhere.
9030         (ruby-syntax-propertize-percent-literal): Only propertize when not
9031         inside a simple string or comment.  When the literal is unclosed,
9032         leave the text after it unpropertized.
9033         (ruby-syntax-methods-before-regexp): New constant.
9034         (ruby-syntax-propertize-function): Use it to recognize regexps.
9035         Don't look at the text after regexp, just use the whitelist.
9037 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9039         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9040         non-nil always load the compiled file if it exists.  (Bug#12197)
9042 2012-08-14  Chong Yidong  <cyd@gnu.org>
9044         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9045         (hi-lock-set-pattern): When deciding whether to use font lock or
9046         overlays, look at font-lock-mode instead of font-lock-fontified
9047         (Bug#12168).
9048         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9049         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9051 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
9053         * subr.el (internal--after-with-selected-window): Fix typo
9054         (Bug#12193).
9056 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9058         Use `completion-table-dynamic' for completion functions.
9059         * progmodes/python.el
9060         (python-shell-completion--do-completion-at-point)
9061         (python-shell-completion--get-completions):
9062         Remove functions.
9063         (python-shell-completion-complete-at-point): New function.
9064         (python-completion-complete-at-point): Use it.
9066 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
9068         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9069         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9071 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9073         * subr.el (function-get): Refine `autoload' arg so it can also
9074         autoload functions for gv.el (bug#12191).
9075         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9076         autoloads macros.
9078         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9079         Prefer pcase-let over destructuring-bind.
9080         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9081         Also, remove whitespace as we go, rather than after accumulating the
9082         various places.
9084         * subr.el (internal--before-with-selected-window)
9085         (internal--after-with-selected-window): Fix typo seleted->selected.
9086         (with-selected-window): Adjust callers.
9087         Reported by Dmitry Gutov <dgutov@yandex.ru>.
9089 2012-08-13  Bastien Guerry  <bzg@gnu.org>
9091         * window.el (special-display-popup-frame): Minor docstring
9092         enhancement.  (Bug#12172)
9094 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
9096         * tar-mode.el (tar-header-data-end): Only ignore size for files of
9097         type 1-6.
9098         (tar-header-block-summarize, tar-get-descriptor): Handle pax
9099         extended headers.
9101         * files.el (hack-local-variables-filter): Remove useless eval.
9103 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
9105         * subr.el (with-selected-window): Fix last change.
9107 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9109         * subr.el (internal--before-with-seleted-window)
9110         (internal--after-with-seleted-window): New functions.
9111         (with-selected-window): Use them, to replace dependency on
9112         tty-top-frame.
9114 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
9116         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9117         binding for `newline'.
9118         (ruby-move-to-block): When moving backward, stop at block opening,
9119         not indentation.
9120         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9121         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9122         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9123         `ruby-toggle-block'.
9125 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         * ibuffer.el (ibuffer-do-toggle-read-only):
9128         * dired.el (dired-toggle-read-only):
9129         * buff-menu.el (Buffer-menu-toggle-read-only):
9130         * bindings.el (mode-line-toggle-read-only):
9131         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9133 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
9135         * descr-text.el (describe-char): Put the overlays over the
9136         "displayed as" character.
9138 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
9140         * calc/calc-units.el (math-default-units-table): Give an
9141         initial value.
9142         (math-put-default-units): Add options to put composite units and
9143         unit systems in the default units table.
9144         (calc-convert-units): Send composite units to
9145         `math-put-default-units' when appropriate.
9147 2012-08-11  Glenn Morris  <rgm@gnu.org>
9149         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9151         * tutorial.el (help-with-tutorial):
9152         * emacs-lisp/copyright.el (copyright-update-directory):
9153         * emacs-lisp/autoload.el (autoload-find-generated-file)
9154         (autoload-find-file): Disable local eval: (for insurance).
9156         * files.el (hack-local-variables-filter): If an eval: form is not
9157         known to be safe, and enable-local-variables is :safe, then ignore
9158         the form totally, as is done for non-eval forms.  (Bug#12155)
9159         This is CVE-2012-3479.
9161 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9163         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9164         (rx-form): Simplify.
9166 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
9168         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9169         ?, _, and : are symbol constituents, ! is not (but kinda should be).
9170         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9171         (ruby-syntax-propertize-function): Adjust for changes in
9172         `ruby-syntax-propertize-heredoc'.
9174 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
9176         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9177         binding (use `M-;' instead).
9178         (ruby-singleton-class-p): New function.
9179         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9181 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9183         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9185 2012-08-10  Chong Yidong  <cyd@gnu.org>
9187         * progmodes/python.el (python-shell-get-process-name): Don't mess
9188         with same-window-buffer-names.
9190         * eshell/eshell.el (eshell-add-to-window-buffer-names)
9191         (eshell-remove-from-window-buffer-names): Make obsolete.
9192         (eshell-buffer-name, eshell-unload-hook): Don't use them.
9193         (eshell): Just use pop-to-buffer-same-window instead.
9195 2012-08-10  Chong Yidong  <cyd@gnu.org>
9197         * bindings.el: Bind M-= back to count-words-region.
9199         * simple.el (count-words-region): Accept a prefix arg for acting
9200         on the entire buffer.
9201         (count-words--buffer-message): New helper function.
9203 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9205         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9206         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9207         (event-start, event-end): Use posn-at-point to return a more
9208         informative posn.
9209         (posnp): New function.
9210         * mouse.el (popup-menu-normalize-position): Use it.
9212 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
9214         * mouse.el (popup-menu-normalize-position): New function.
9215         (popup-menu): Use `popup-menu-normalize-position' to normalize
9216         the form for POSITION argument.
9218         * term/x-win.el (x-menu-bar-open):
9219         Use the value returend from (posn-at-point) as position
9220         passed to `popup-menu'.
9222 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9224         * calc/calccomp.el (math-compose-expr): Add extra argument
9225         indicating that parentheses should be put around products in
9226         denominators.  Give multiplication precedence over division during
9227         composition.
9229 2012-08-09  Chong Yidong  <cyd@gnu.org>
9231         * man.el (Man-switches, Man-sed-command, Man-awk-command)
9232         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9233         (Man-untabify-command, manual-program): Convert to defcustom
9234         (Bug#10429).
9236         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9238         * descr-text.el (describe-char): Don't insert extra newlines
9239         (Bug#10127).
9241         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9242         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9244         * align.el (align-region): Delete temporary markers (Bug#10047).
9245         Plus some code cleanups.
9247 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9249         * progmodes/python.el (python-pdbtrack-tracked-buffer)
9250         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9251         (python-shell-internal-last-output): Use make-local-variable
9252         instead of make-variable-buffer-local.
9254 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9256         * progmodes/python.el: Enhancements to forward-sexp.
9257         (python-nav-forward-sexp): Rename from
9258         python-nav-forward-sexp-function.
9259         (python-nav--forward-sexp, python-nav--backward-sexp):
9260         New functions.
9262 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9264         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9265         modes and simplification modes.
9267 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9269         * delsel.el (delete-selection-pre-hook): Don't propagate the
9270         file-supersession signals (bug#12161).
9272 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9274         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9275         (cl-map-extents): Add compatibility aliases (bug#12135).
9277 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
9279         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9280         tests by `ignore-error'.
9281         (tramp-find-shell): Open also a new shell, when cache is already
9282         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
9284 2012-08-08  Juri Linkov  <juri@jurta.org>
9286         * bookmark.el: Add `defaults' property to the bookmark record.
9287         (bookmark-current-buffer): Doc fix.
9288         (bookmark-make-record): Add `defaults' property with default values
9289         to the bookmark record.
9290         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9291         with `bookmark-insert-current-bookmark'.
9292         (bookmark-set): Get `defaults' property from the bookmark record
9293         and use it in `read-from-minibuffer'.
9294         (bookmark-insert-current-bookmark): Remove function.
9296         * info.el (Info-bookmark-make-record): Add `defaults' property
9297         with values of canonical Info node name, the current Info file
9298         name and the current Info node name.  (Bug#12107)
9300 2012-08-08  Juri Linkov  <juri@jurta.org>
9302         * files.el (basic-save-buffer): Use `buffer-name' as the default
9303         of `read-file-name' when buffer is not visiting a file (bug#12128).
9305 2012-08-08  Juri Linkov  <juri@jurta.org>
9307         * info.el (Info-isearch-search): Doc fix.
9308         (Info-search): Change search-failed message from "initial node" to
9309         "end of node" (bug#12078).
9310         (Info-isearch-search): Change `isearch-string-state' to
9311         `isearch--state-string'.
9313 2012-08-08  Glenn Morris  <rgm@gnu.org>
9315         * language/persian.el: Remove file.
9316         * language/misc-lang.el: Move unique part of persian.el here.
9317         * loadup.el: Remove language/persian.
9319 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
9321         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9323 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9325         * progmodes/python.el: Fix defsubst warning.
9326         (python-syntax-context) Rename from python-info-ppss-context.
9327         (python-syntax-context-type): Rename from
9328         python-info-ppss-context-type.
9329         (python-syntax-comment-or-string-p): Rename from
9330         python-info-ppss-comment-or-string-p.
9332 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
9334         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9336 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
9338         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9339         a defcustom that is quoted with backquote.
9341         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9342         Fix handling of interactive spec when the body uses return.
9343         (math-do-arg-check, math-define-function-body): Use backquote forms.
9344         * calc/calc-ext.el (math-defcache): Likewise.
9345         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9346         * allout.el (allout-new-exposure): Likewise.
9347         * calc/calcalg2.el (math-tracing-integral): Likewise.
9348         * info.el (Info-last-menu-item): Likewise.
9349         * emulation/vip.el (vip-loop): Likewise.
9350         * textmodes/artist.el (artist-funcall): Likewise.
9351         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9352         Construct menu-item directly.
9354         * progmodes/autoconf.el (font-lock-syntactic-keywords):
9355         Don't declare.
9357 2012-08-07  Chong Yidong  <cyd@gnu.org>
9359         * simple.el (deactivate-mark): Preserve text properties when
9360         saving the primary selection (Bug#8384).
9362 2012-08-07  Kevin Ryde  <user42@zip.com.au>
9364         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9365         (woman-parse-numeric-value): On a bad .IP line, issue a warning
9366         and continue processing (Bug#12110).
9368 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9370         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9371         syntax-propertize-function (bug#10095).
9373 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * help-fns.el (help-fns--key-bindings, help-fns--signature)
9376         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9377         describe-function-1.
9378         (describe-function-1): Use them.  Move compiler macro after sig.
9379         (help-fns--compiler-macro): Use function-get.  Assume we're already in
9380         standard-output.  Adjust layout to new call order.
9382         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9383         re-binding a symbol that has a symbol-macro (bug#12119).
9385 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
9387         * language/persian.el: New file.  (Bug#11812)
9388         * loadup.el: Add language/persian.el.
9390 2012-08-06  Chong Yidong  <cyd@gnu.org>
9392         * window.el (window--maybe-raise-frame): New function.
9393         (window--display-buffer): Split off from here.
9394         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9395         (display-buffer-pop-up-window, display-buffer-use-some-window):
9396         Obey an inhibit-switch-frame action alist entry.
9397         (display-buffer): Update doc.
9399         * replace.el (occur-after-change-function): Avoid losing focus by
9400         using the inhibit-switch-frame display parameter (Bug#12139).
9402 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9404         Make internal shell process buffer names start with space.
9405         * progmodes/python.el (python-shell-make-comint): Add optional
9406         argument INTERNAL.
9407         (run-python-internal): Use it.
9408         (python-shell-internal-get-or-create-process): Check for new
9409         internal buffer names.
9411 2012-08-06  Glenn Morris  <rgm@gnu.org>
9413         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9414         Do less getting and setting of environment variables.
9416 2012-08-05  Chong Yidong  <cyd@gnu.org>
9418         * proced.el (proced): Add substitution string to docstring to
9419         trigger autoloading of the proced library on C-h f (Bug#1768).
9421         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9422         Don't show defvars which have no second argument (Bug#8638).
9424         * imenu.el (imenu-generic-expression): Move documentation here
9425         from imenu--generic-function.
9426         (imenu--generic-function): Refer to imenu-generic-expression.
9428 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
9430         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9431         indentation declaration.
9432         (viper-loop): Add indentation declaration (Bug#7025).
9434 2012-08-05  Chong Yidong  <cyd@gnu.org>
9436         * help-fns.el (describe-variable): Add hyperlink for
9437         directory-local variables files.  Improve buffer-local and
9438         permanent-local reporting; suggested by MON KEY (Bug#6644).
9440         * help-mode.el (help-dir-local-var-def): New button type.
9442         * files.el (kill-buffer-hook): Provide a defvar.
9444 2012-08-05  Glenn Morris  <rgm@gnu.org>
9446         * eshell/esh-ext.el (eshell/addpath):
9447         Also update eshell-path-env.  (Bug#12013)
9449 2012-08-05  Chong Yidong  <cyd@gnu.org>
9451         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9453         * fringe.el (fringe-styles): Add docstring.
9454         (fringe--check-mode): New function.
9455         (set-fringe-mode, set-fringe-style): Use it.
9456         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9458         * files.el (set-auto-mode): Fix invalid setq call.
9460 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9462         * isearch.el: Misc simplification; use defstruct.
9463         (isearch-mode-map): Dense maps now work like sparse ones.
9464         (isearch--state): New defstruct.
9465         (isearch-string-state, isearch-message-state, isearch-point-state)
9466         (isearch-success-state, isearch-forward-state)
9467         (isearch-other-end-state, isearch-word-state, isearch-error-state)
9468         (isearch-wrapped-state, isearch-barrier-state)
9469         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9470         replaced by defstruct's accessors.
9471         (isearch--set-state): Rename from isearch-top-state and change
9472         calling convention.
9473         (isearch-push-state): Use new isearch--get-state.
9474         (isearch-toggle-word): Disable regexp when enabling word.
9475         (isearch-message-prefix): Remove unused arg _c-q-hack.
9476         (isearch-message-suffix): Remove unused arg _ellipsis.
9478 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
9480         * simple.el (list-processes--refresh): For a server use :host or
9481         :local as the address.
9482         (list-processes): Doc fix.
9484 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
9486         * lisp/mpc.el: Support password in host argument.
9487         (mpc--proc-connect): Parse and use new password element.
9488         Set mpc-proc variable instead of returning process.
9489         (mpc-proc): Adjust accordingly.
9491 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
9493         * whitespace.el (whitespace-display-mappings): Use Unicode
9494         codepoints, instead of emacs-mule codepoints.  See
9495         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9496         for the details.
9498         * files.el (file-truename): Don't skip symlink-chasing part on
9499         windows-nt.  Incorporate the resolution of 8+3 short aliases on
9500         Windows into the loop that recursively chases symlinks.
9501         Compare directory and its parent case-insensitively on MS-Windows and
9502         MS-DOS.
9504 2012-08-03  Chong Yidong  <cyd@gnu.org>
9506         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9508         * sort.el (sort-regexp-fields): Doc fix.
9510 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
9512         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9513         labels regex position point at the expected place.
9515 2012-08-03  MON KEY  <monkey@sandpframing.com>
9517         * net/imap.el (imap-interactive-login, imap-authenticate)
9518         (imap-mailbox-lsub, imap-mailbox-list)
9519         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9520         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9521         (imap-parse-response): Doc fix.
9523 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
9525         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9526         if sexp scanning does not move point (Bug#5734).
9528 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
9530         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9531         Add listings, minted, and ctable packages.
9532         (reftex-label-alist-builtin): Move listings, minted, and ctable
9533         entries before LaTeX.
9534         (reftex-label-alist): Docfix.
9536 2012-08-02  Bastien Guerry  <bzg@gnu.org>
9538         * replace.el (occur): Fix docstring (bug#12122).
9540 2012-08-02  Glenn Morris  <rgm@gnu.org>
9542         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9544 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
9546         Obsolete alias inactivate-current-input-method-function (Bug#10150).
9547         * international/mule-cmds.el: Create
9548         inactivate-current-input-method-function as an obsolete alias for
9549         deactivate-current-input-method-function.  See Katsumi Yamaoka in
9550         <http://bugs.gnu.org/10150#46>.
9552 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9554         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9555         of nested `if's.
9557 2012-08-01  Glenn Morris  <rgm@gnu.org>
9559         * progmodes/autoconf.el (autoconf-definition-regexp):
9560         Add AH_TEMPLATE, adjust submatch numbering.
9561         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9562         (autoconf-current-defun-function): Update for above change.
9563         (autoconf-current-defun-function): First skip to end of current word.
9565 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
9567         * calendar/cal-html.el (cal-html-insert-agenda-days):
9568         Fix typo.  (Bug#12018)
9570 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9572         Shell processes: enhancements to startup and CEDET compatibility.
9573         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9574         (python-shell-make-comint): accept-process-output at startup.
9575         (run-python-internal): Set inferior-python-mode-hook to nil.
9576         (python-shell-internal-get-or-create-process): call sit-for.
9577         (python-preoutput-result): Add obsolete alias.
9578         (python-shell-internal-send-string): Use it.
9579         (python-shell-send-setup-code): Remove call to
9580         accept-process-output.
9582 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
9584         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9585         (Bug#12108)
9587 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
9589         * calc-mode.el (calc-basic-simplification-mode): Rename from
9590         `calc-limited-simplification-mode'.
9591         (calc-alg-simplification-mode): New function.
9592         (calc-set-simplify-mode): Adjust message.
9594         * calc.el (calc-set-mode-line): Adjust mode line display for
9595         basic simplification mode.
9597         * calc-help.el (calc-m-prefix-help): Update help message.
9599         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9600         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9602 2012-07-31  Bastien Guerry  <bzg@gnu.org>
9604         * man.el (man): Fix comment.  (bug#12101)
9606 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
9608         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9609         Don't return a non-nil value when no suitable buffer was found.
9611 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9613         * progmodes/python.el (run-python-internal): Disable font lock for
9614         internal shells.
9616 2012-07-30  Stefan Merten  <smerten@oekonux.de>
9618         * textmodes/rst.el: Silence `checkdoc-ispell'.
9619         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9620         (rst-official-version, rst-official-cvs-rev)
9621         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9622         (rst-mode-map): New key binding.
9624 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
9626         Update .PHONY listings in makefiles.
9627         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9628         autoloads, update-subdirs, updates, bzr-update, update-authors,
9629         compile-onefile, compile-calc, backup-compiled-files,
9630         compile-after-backup, compile-one-process, mh-autoloads,
9631         bootstrap-clean, distclean, maintainer-clean.
9633 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9635         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9636         (calc-set-mode-line): Don't display "AlgSimp ".
9638         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9639         (calc-lim-simplify-mode): New function.
9640         (calc-set-simplify-mode): Default to 'alg.
9641         (calc-default-simplify-mode): Make algebraic simplifications
9642         the default.
9644         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9645         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9647         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9648         indicate new simplification modes.
9650         * calc/README: Mention new default simplification mode.
9652         * calc/calc.el (math-normalize-error): New variable.
9653         (math-normalize): Set `math-normalize-error' to t
9654         when there's an error.
9656         * calc/calc-alg.el (math-simplify): Don't simplify when
9657         `math-normalize' returns an error.
9659 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9661         * international/mule-cmds.el (set-locale-environment): Revert last
9662         change, since display-graphic-p returns nil when this function is
9663         called during startup.  Instead...
9665         * term/w32console.el (terminal-init-w32console): ...setup the
9666         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9668 2012-07-29  Juri Linkov  <juri@jurta.org>
9670         * simple.el (goto-line): Don't display default line number in the
9671         prompt because it should be displayed by `read-number' (bug#9952).
9672         Add the current line number to the defaults of `goto-line' to
9673         allow its easier modification by users with `M-n' (bug#9201).
9675         * subr.el (read-number): Support multiple default values like in
9676         other minibuffer reading functions.  Replace `read' with
9677         `string-to-number' for consistency with `number-to-string'.
9679 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9681         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9682         * emulation/viper-init.el (viper-deactivate-input-method-action):
9683         Rename from viper-inactivate-input-method-action.
9684         (viper-deactivate-input-method):
9685         Rename from viper-inactivate-input-method.
9686         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9687         * international/mule-cmds.el (deactivate-input-method):
9688         Rename from inactivate-input-method.
9689         Also run input-method-deactivate-hook.
9690         (deactivate-current-input-method-function):
9691         Rename from inactivate-current-input-method-function.
9692         (input-method-deactivate-hook): New hook.
9693         (input-method-inactivate-hook): Mark obsolete.
9694         (inactivate-input-method): Mark obsolete.
9696         * international/quail.el (quail-activate):
9697         Also run quail-deactivate-hook.
9698         (quail-deactivate): Rename from quail-inactivate.
9699         * international/robin.el (robin-activate):
9700         Also run robin-deactivate-hook.
9701         (robin-deactivate): Rename from robin-inactivate.
9703 2012-07-29  Chong Yidong  <cyd@gnu.org>
9705         * simple.el (indicate-copied-region): New function.
9706         (kill-ring-save): Split off from here.
9708         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9709         (kill-rectangle): Set deactivate-mark to t on read-only error.
9711         * register.el (copy-to-register, copy-rectangle-to-register):
9712         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9713         (append-to-register, prepend-to-register): Call indicate-copied-region.
9715 2012-07-29  Juri Linkov  <juri@jurta.org>
9717         * simple.el (async-shell-command-buffer): New defcustom.
9718         (shell-command): Use it.  (Bug#4719)
9720 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9722         * international/mule-cmds.el (set-locale-environment): In a
9723         console session on MS-Windows, set up keyboard and terminal
9724         encoding from the OEM codepage, not the ANSI codepage.
9725         (Bug#12055)
9727 2012-07-28  Chong Yidong  <cyd@gnu.org>
9729         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9730         gdb-get-location.
9732 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9734         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9735         the alist (bug#12029).
9737 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9739         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9740         (compile-always, compile-first)
9741         ($(lisp)/calendar/cal-loaddefs.el)
9742         ($(lisp)/calendar/diary-loaddefs.el)
9743         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9744         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9745         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9746         instead of on update-subdirs.
9747         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9749 2012-07-28  Chong Yidong  <cyd@gnu.org>
9751         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9752         directory if vc-deduce-backend returns nil (Bug#7350).
9754         * simple.el (delete-trailing-lines): New option.
9755         (delete-trailing-whitespace): Obey it (Bug#11879).
9757 2012-07-28  David Engster  <deng@randomsample.de>
9759         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9760         Explanation of new 'symbol-qnames feature in doc-strings.
9761         (xml-maybe-do-ns): Return expanded names as plain symbols if
9762         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9763         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9765 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9767         Consistent completion in inferior python with emacs -nw.
9768         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9769         binding in inferior-python-mode-map with "\t".
9770         (python-shell-completion-complete-at-point)
9771         (python-completion-complete-at-point): Remove interactive spec.
9773 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9775         * calc/calccomp.el (math-compose-expr): Undo previous change.
9777 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9779         * progmodes/python.el (python-mode-map): Add keybinding for
9780         run-python.
9781         (python-shell-make-comint): Fix pop-to-buffer call.
9782         (run-python): Autoload.  New arg SHOW.
9783         (python-shell-get-or-create-process): Do not pop python process
9784         buffer.
9786 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9788         * notifications.el (notifications-on-action-signal)
9789         (notifications-on-closed-signal): Use also the bus address for the map.
9790         (notifications-notify, notifications-close-notification)
9791         (notifications-get-capabilities): Add optional argument BUS.
9793 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9795         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9796         Add support for the lstlisting and minted environments, and for the
9797         ctable macro.
9798         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9799         labels written in keyvals syntax.
9801 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9803         * calc/calccomp.el (math-compose-expr): Use parentheses when
9804         there is a product in the denominator of a fraction.
9806 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9808         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9809         ($(lisp)/calendar/diary-loaddefs.el)
9810         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9811         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9812         Fixes failures in parallel bootstrap because subdirs.el is being
9813         rewritten while the autoload files are built at the same time,
9814         which needs to load subdirs.el.
9816 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9818         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9819         (mouse-drag-line): Don't exit tracking when a switch-frame or
9820         switch-window event occurs (Bug#12006).
9822 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9824         * mouse.el (popup-menu): Fix last change.
9826 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9828         Autoload from Lisp with more care.  Follow aliases when looking for
9829         function properties.
9830         * subr.el (autoloadp): New function.
9831         (symbol-file): Use it.
9832         (function-get): New function.
9833         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9834         autoload-do-load.
9835         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9836         (lisp-indent-function):
9837         * emacs-lisp/gv.el (gv-get):
9838         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9839         * emacs-lisp/byte-opt.el (byte-optimize-form):
9840         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9841         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9842         Use function-get.
9843         * emacs-lisp/cl.el: Don't propagate function properties any more.
9845         * speedbar.el (speedbar-add-localized-speedbar-support):
9846         * emacs-lisp/disass.el (disassemble-internal):
9847         * desktop.el (desktop-load-file):
9848         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9849         (describe-function-1):
9850         * emacs-lisp/find-func.el (find-function-noselect):
9851         * emacs-lisp/elp.el (elp-instrument-function):
9852         * emacs-lisp/advice.el (ad-has-proper-definition):
9853         * apropos.el (apropos-safe-documentation, apropos-macrop):
9854         * emacs-lisp/debug.el (debug-on-entry):
9855         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9856         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9857         * calc/calc.el (name): Use autoloadp & autoload-do-load.
9859 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
9861         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9862         function, not an obsolete variable (Bug#12046).
9864 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
9866         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
9868 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
9870         * emacs-lisp/pp.el (pp-display-expression): Select old selected
9871         window only if it is still live (Bug#12034).
9873 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
9875         * subr.el (redirect-frame-focus): Add advertised calling
9876         convention (Bug#12030).
9878 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9880         Prefer typical American spelling for "acknowledgment".
9881         * vc/add-log.el (change-log-acknowledgment): Rename from
9882         change-log-acknowledgement, with an alias for the old name.
9884 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
9886         * calc-alg.el (math-simplify-divide): Don't cross multiply
9887         in an equation when the lhs is a variable.
9889 2012-07-24  Julien Danjou  <julien@danjou.info>
9891         * net/netrc.el (netrc-find-service-number, netrc-store-data):
9892         Remove, unused.
9894 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
9896         * startup.el (command-line): Don't display an empty user name in
9897         the error message about non-existent home directory, when
9898         init-file-user was set to an empty string.  See
9899         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9900         for the details and context.
9902 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9904         * ses.el (ses-cell-formula-aset): New macro.
9905         (ses-cell-references-aset): New macro.
9906         (ses-cell-p): New function.
9907         (ses-rename-cell): Do no longer rely on complex operations like
9908         ses-cell-set-formula or ses-set-cell to change the cell and handle
9909         the undo at the same time, but rather use lower level new macros
9910         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9911         the undo directly.  Refresh the mode line.
9913 2012-07-21  Leo Liu  <sdl.web@gmail.com>
9915         * progmodes/cc-cmds.el (c-defun-name):
9916         Use match-string-no-properties instead for consistency.
9918 2012-07-20  Leo Liu  <sdl.web@gmail.com>
9920         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9921         (Bug#7879)
9923         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9925 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9927         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9928         * progmodes/bug-reference.el, misearch.el: Provide themselves
9929         (bug#11915).
9931         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9932         of narrowed buffer (bug#11966).
9934 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9936         * ses.el (ses-rename-cell): Set new name also in reference list of
9937         cells of which the renamed cell depends.
9939 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
9941         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9942         to check whether menu-bar is shown or not.  If not shown,
9943         show the menu-bar as a popup menu instead of using tmm.
9944         * mouse.el (popup-menu): Accept `point' as `position' argument.
9946 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
9948         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9949         up inside string symbol literal (bug#11923).
9951 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
9953         * startup.el (fancy-startup-text): Read the whole tutorial, not
9954         just its first 256 bytes.  Prevents gibberish in display of the
9955         tutorial title.
9957 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
9959         Drop idle buffer compaction due to an absence of the
9960         proved efficiency.
9961         * compact.el: Remove.
9963 2012-07-19  Sam Steingold  <sds@gnu.org>
9965         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9966         vc-bzr-pull & vc-bzr-merge-branch.
9967         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9968         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9969         for consistency with compilation-error-regexp-alist.
9970         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9971         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9972         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9973         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9975 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9977         * emacs-lisp/chart.el: Use lexical-binding.
9978         (chart-emacs-storage): Don't hardcode the list of entries.
9980 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9982         Next round of tweaks caused by Fgarbage_collect changes.
9983         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9985 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9987         Compact buffers when idle.
9988         * compact.el: New file.
9990 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9992         * subr.el (eventp): Presume that if it looks vaguely like an event,
9993         it's an event (bug#10190).
9995 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9997         Enhancements to ppss related code (thanks Stefan).
9998         * progmodes/python.el (python-indent-context)
9999         (python-indent-calculate-indentation, python-indent-dedent-line)
10000         (python-indent-electric-colon, python-nav-forward-block)
10001         (python-mode-abbrev-table)
10002         (python-info-assignment-continuation-line-p): Simplify checks
10003         for ppss context.
10004         (python-info-continuation-line-p): Cleanup.
10005         (python-info-ppss-context): Do not catch 'quote.
10006         (python-info-ppss-context-type)
10007         (python-info-ppss-comment-or-string-p): Simplify.
10009 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10011         * progmodes/python.el: Enhancements to eldoc support.
10012         (python-info-current-symbol): New function.
10013         (python-eldoc-at-point): Use python-info-current-symbol.
10014         (python-info-current-defun): Fix cornercase on first defun scan.
10015         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10016         and signal error when no inferior python process is available.
10018 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
10020         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10021         assume it's always t.
10022         (vc-git-registered): Remove caching, the function is only called
10023         once.
10024         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10026 2012-07-18  Chong Yidong  <cyd@gnu.org>
10028         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10030         * simple.el (count-words): Report on narrowing (Bug#9959).
10032         * bindings.el: Bind M-= to count-words.
10034         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10036 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
10038         * progmodes/sh-script.el (sh-imenu-generic-expression):
10039         Capture a function with `function' keyword and without parentheses
10040         like "function FOO" (bug#11856).
10042 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
10044         * window.el (split-window-sensibly): Make WINDOW argument
10045         optional.
10047 2012-07-18  Chong Yidong  <cyd@gnu.org>
10049         * subr.el (keyboard-translate): Doc fix (Bug#7261).
10051         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10052         and make C-x 8 RET exit isearch (Bug#11439).
10054         * international/iso-transl.el: Move isearch-mode-map key
10055         definitions to isearch.el.
10057 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10060         (eieio-defclass): Use gv-define-setter when possible.
10062 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
10064         Reflect recent changes in Fgarbage_collect.
10065         * emacs-lisp/chart.el (chart-emacs-storage): Change to
10066         reflect new format of data returned by Fgarbage_collect.
10068 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10070         New utility functions + python-info-ppss-context fix (Bug#11910).
10071         * progmodes/python.el (python-info-beginning-of-block-statement-p)
10072         (python-info-ppss-comment-or-string-p): New functions.
10073         (python-info-ppss-context): Small fix for string check.
10075 2012-07-17  Juri Linkov  <juri@jurta.org>
10077         * dired-aux.el (dired-do-async-shell-command): Doc fix.
10078         (dired-do-async-shell-command): Don't add `*' at the end of the
10079         command (Bug#11815).
10080         (dired-do-shell-command): Doc fix.
10081         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10082         Join the individual commands using either "&" or ";" as the
10083         separator depending on the values of these trailing characters.
10084         At the end re-add the trailing "&".  (Bug#10598)
10086         * simple.el (async-shell-command): Sync the interactive spec with
10087         `shell-command'.  Doc fix.
10088         (shell-command): Doc fix.
10090 2012-07-17  Juri Linkov  <juri@jurta.org>
10092         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
10094 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10096         Final renames and doc fixes for movement commands (bug#11899).
10097         * progmodes/python.el (python-nav-beginning-of-statement):
10098         Rename from python-nav-statement-start.
10099         (python-nav-end-of-statement): Rename from
10100         python-nav-statement-end.
10101         (python-nav-beginning-of-block): Rename from
10102         python-nav-block-start.
10103         (python-nav-end-of-block): Rename from python-nav-block-end.
10105 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10107         * progmodes/python.el (python-shell-send-string-no-output):
10108         Allow accept-process-output to quit, keeping shell process ready for
10109         future interactions (Bug#11868).
10111 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10113         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10115         * emacs-lisp/elint.el (elint-find-args-in-code):
10116         Use help-function-arglist, so as to handle lexical byte-code.
10118         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10119         change (bug#11826).
10121 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10123         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10124         Avoid spuriously marking the buffer as modified because of c-is-sws.
10126         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10127         as not-a-comment (bug#11946).
10129         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10130         for uninterned vars.
10132         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10133         Use read-event since we don't really want to read chars but bytes.
10135         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10136         $$..$$ but also $..$ using regexps (bug#11953).
10137         Use tex-verbatim for \url and \path.
10138         (tex-font-lock-keywords): Define as defconst like the others.
10139         (tex-common-initialization): Don't use font-lock-syntax-table any more.
10141 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
10143         * international/mule-cmds.el (ucs-insert): Make it an obsolete
10144         alias for insert-char.
10146 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10148         * progmodes/python.el: Simplified imenu implementation.
10149         (python-nav-jump-to-defun): Remove command.
10150         (python-mode-map): Use `imenu' instead.
10151         (python-nav-list-defun-positions-cache)
10152         (python-imenu-include-defun-type, python-imenu-make-tree)
10153         (python-imenu-subtree-root-label, python-imenu-index-alist):
10154         Remove vars.
10155         (python-nav-list-defun-positions, python-nav-read-defun)
10156         (python-imenu-tree-assoc, python-imenu-make-element-tree)
10157         (python-imenu-make-tree, python-imenu-create-index):
10158         Remove functions.
10159         (python-mode): Update to interact with imenu by setting
10160         `imenu-extract-index-name-function' only.
10162 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10164         * progmodes/python.el: Enhancements to navigation commands.
10165         (python-nav-backward-sentence)
10166         (python-nav-forward-sentence): Remove.
10167         (python-nav-backward-statement, python-nav-forward-statement)
10168         (python-nav-statement-start, python-nav-statement-end)
10169         (python-nav-backward-block, python-nav-forward-block)
10170         (python-nav-block-start, python-nav-block-end)
10171         (python-nav-forward-sexp-function)
10172         (python-info-current-line-comment-p)
10173         (python-info-current-line-empty-p): New functions.
10174         (python-indent-context): Use `python-nav-statement-start'.
10176 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
10178         * eshell/em-ls.el (eshell/ls): Use `apply'.
10180         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10181         multi-hops, instead of Tramp internals.
10183         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10185         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10186         when F1 and F2 are located on different hosts.
10188 2012-07-14  Chong Yidong  <cyd@gnu.org>
10190         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10191         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10192         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10193         (xterm-mouse--read-event-sequence-1000)
10194         (xterm-mouse--read-event-sequence-1006): New functions.  For old
10195         mouse protocol, handle M-mouse-X events correctly.
10196         (xterm-mouse-event): New arg specifying mouse protocol.
10197         (turn-on-xterm-mouse-tracking-on-terminal)
10198         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10199         sequence to toggle extended coordinates on newer XTerms.
10200         This appears to be harmless on terminals which do not support this.
10202 2012-07-14  Leo Liu  <sdl.web@gmail.com>
10204         Add fringe bitmap indicators for flymake.  (Bug#11253)
10205         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10206         (flymake-make-overlay): New arg BITMAP.
10207         (flymake-error-bitmap, flymake-warning-bitmap)
10208         (flymake-fringe-indicator-position): New user variables.
10210         * fringe.el: New bitmap exclamation-mark.
10212 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
10214         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10215         also (Bug#7879).
10217 2012-07-14  Chong Yidong  <cyd@gnu.org>
10219         * electric.el (electric-pair-post-self-insert-function): Fix pair
10220         insertion in empty-region case (Bug#11520).
10222 2012-07-14  Chong Yidong  <cyd@gnu.org>
10224         * bindings.el: Consolidate ctl-x-r-map bindings.
10225         Bind copy-rectangle-as-kill to C-x r w.
10227         * rect.el, register.el: Move bindings to bindings.el.
10229 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
10231         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10233 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10235         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
10237 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
10239         * bindings.el (top): Use `mapc' instead of `mapcar'.
10241         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10243 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
10245         * progmodes/sql.el (sql-comint): Suppress the check for program on
10246         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
10247         (Bug#11908)
10249 2012-07-13  Chong Yidong  <cyd@gnu.org>
10251         * bindings.el: Assign a non-nil permanent-local property to
10252         per-buffer variables which lack a default value (Bug#11930).
10254         * help-fns.el (describe-variable): In the "automatically becomes
10255         local" notice, take note of permanent-local variables.
10257 2012-07-13  Chong Yidong  <cyd@gnu.org>
10259         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
10260         to allow printing the message when called from Lisp.
10262         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10263         Remove toggle-read-only.
10265         * bs.el (bs-toggle-readonly):
10266         * buff-menu.el (Buffer-menu-toggle-read-only):
10267         Remove with-no-warnings around toggle-read-only.
10269         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10270         Remove with-no-warnings around toggle-read-only.
10271         (ffap-read-only, ffap-read-only-other-window)
10272         (ffap-read-only-other-frame): Callers changed.
10274         * help-mode.el: Don't require view package.
10275         (help-mode-finish): Set buffer-read-only instead of calling
10276         toggle-read-only.
10278         * bindings.el (mode-line-toggle-read-only):
10279         * dired.el (dired-toggle-read-only):
10280         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10281         with non-nil second arg.
10283         * emacs-lisp/eieio-custom.el (eieio-customize-object):
10284         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10285         directly.
10287 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
10289         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10290         not incf.
10292 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10294         More CL cleanups and reduction of use of cl.el.
10295         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10296         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10297         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10298         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10299         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10300         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10301         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10302         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10303         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10304         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10305         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10306         * eshell/em-cmpl.el, eshell/em-banner.el:
10307         * calendar/parse-time.el: Use cl-lib.
10308         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10309         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10310         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10311         * term/ns-win.el, term.el, shell.el, ps-samp.el:
10312         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10313         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10314         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10315         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10316         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10317         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10318         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10319         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10320         `lambda' rather than with `quote'.
10321         (eshell-do-opt): Adjust accordingly.
10322         (eshell-process-option): Simplify.
10323         * eshell/esh-var.el:
10324         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10325         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10326         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10327         to `pcase--dontcare'.
10328         * emacs-lisp/cl.el (labels): Mark obsolete.
10329         (cl--letf, letf): Move to cl-lib.
10330         (cl--letf*, letf*): Remove.
10331         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10332         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10333         (cl-progv): Rewrite.
10334         (cl--letf, cl-letf): Move from cl.el.
10335         (cl-letf*): New macro.
10336         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10338 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
10340         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10342 2012-07-11  Chong Yidong  <cyd@gnu.org>
10344         * vc/log-edit.el (log-edit-vc-backend): New variable.
10345         (log-edit): Doc fix.
10347         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
10348         argument of log-edit to set up all local variables.
10349         (vc-start-logentry): New optional arg specifying VC backend.
10351         * vc/vc.el (vc-checkin): Use it.
10352         (vc-deduce-fileset): Handle Log Edit buffers.
10353         (vc-diff): Make first argument optional too.
10355         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10357 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
10359         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10360         command, just in case.  The function is not needed anymore.
10361         (eshell-external-command): Do not call `eshell-remote-command'.
10363 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10365         Reduce use of (require 'cl).
10366         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10367         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10368         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10369         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10370         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10371         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10372         * battery.el, avoid.el, abbrev.el: Use cl-lib.
10373         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10374         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10375         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10376         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10377         * calculator.el, autorevert.el, apropos.el: Don't require CL.
10378         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10379         (byte-compile-unfold-bcf, byte-compile-check-variable):
10380         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10381         (byte-compile-nilconstp):
10382         * emacs-lisp/autoload.el (make-autoload): Use pcase.
10383         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10385         * emacs-lisp/gv.el (cond): Make it a valid place.
10386         (if): Simplify slightly.
10388         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10389         (pcase--self-quoting-p): New function.
10390         (pcase--u1): Use it.
10392 2012-07-10  Glenn Morris  <rgm@gnu.org>
10394         * emacs-lisp/authors.el (authors-fixed-entries):
10395         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10397 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10399         Rename configure.in to configure.ac (Bug#11603).
10400         * emacs-lisp/authors.el (authors-canonical-file-name):
10401         * progmodes/autoconf.el (autoconf-mode):
10402         Prefer configure.ac to configure.in.
10404 2012-07-08  Chong Yidong  <cyd@gnu.org>
10406         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10407         Implement the mouse-1-click-follows-link handling properly.
10409         * info.el (Info-link-keymap): Use follow-link mechanism for
10410         header-line links (Bug#374).
10412         * simple.el (deactivate-mark): Do not set the primary selection
10413         if another program has acquired it (Bug#11772).
10415 2012-07-07  Kevin Ryde  <user42@zip.com.au>
10417         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10418         (woman-decode-region): Replace escaped-escapes without destroying
10419         bold or underline (Bug#11552).
10420         (woman2-process-escapes): Handle nofill regions (Bug#11591).
10422 2012-07-07  Chong Yidong  <cyd@gnu.org>
10424         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10425         (interprogram-cut-function, interprogram-paste-function):
10426         Mention that we typically mean the clipboard.
10428 2012-07-06  Glenn Morris  <rgm@gnu.org>
10430         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
10432         * files.el (toggle-read-only): Restrict message to interactive use.
10434 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
10436         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10438         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10440 2012-07-06  Glenn Morris  <rgm@gnu.org>
10442         * Makefile.in (compile-one-process): Rename from "recompile".
10444         * Makefile.in (bzr-update): "compile" is the same as "recompile
10445         autoloads", but parallelizable, so use that instead.
10447 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
10449         * window.el (quit-window): Always restore window height when
10450         it's saved in quit-restore parameter (Bug#11810).
10452 2012-07-06  Glenn Morris  <rgm@gnu.org>
10454         * simple.el (kill-whole-line): Doc tweak.
10456 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
10458         * files.el (file-relative-name): Compare file names
10459         case-insensitively if on MS-Windows or MS-DOS, or if
10460         read-file-name-completion-ignore-case is non-nil.  Don't use
10461         case-fold-search for this purpose.  (Bug#11827)
10463 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
10465         * calendar/cal-dst.el (calendar-current-time-zone):
10466         Return calendar-current-time-zone-cache if non-nil.
10468 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
10469 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
10471         * calendar/cal-dst.el (calendar-current-time-zone):
10472         Return calendar-current-time-zone-cache if non-nil.
10474 2012-07-06  Glenn Morris  <rgm@gnu.org>
10476         * Makefile.in (cvs-update): Remove old alias.
10478 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
10480         Sync with Tramp 2.2.6-pre.
10482         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10483         compatible declaration.
10485         * net/tramp-cmds.el (tramp-append-tramp-buffers):
10486         Protect `list-load-path-shadows' call.
10488         * net/tramp-compat.el (top): Require packages, which aren't
10489         autoloaded anymore for XEmacs.  Protect call of
10490         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10491         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
10492         it hurts at least for SXEmacs.
10493         (tramp-compat-temporary-file-directory): In XEmacs, there is no
10494         standard-value for `temporary-file-directory'.
10496         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10497         Redirect stderr to /dev/null.
10498         (tramp-sh-handle-write-region): uid and gid can be floats.
10499         Reported by Russell Sim <russell.sim@gmail.com>.
10500         (tramp-sh-handle-vc-registered): Hide errors.
10501         (tramp-vc-file-name-handler): Use dummy results for `process-file'
10502         and `start-file-process'.
10503         (tramp-maybe-open-connection): Check also whether `non-essential'
10504         is bound.
10506 2012-07-04  Chong Yidong  <cyd@gnu.org>
10508         * xml.el (xml--parse-buffer): Use xml-syntax-table.
10509         (xml-parse-tag): Likewise, and avoid changing entity tables.
10510         (xml-syntax-table): Define from scratch, making sure not to give
10511         x2000 and other Unicode spaces whitespace syntax, since those are
10512         not spaces in XML.
10513         (xml-parse-fragment): Delete unused function.
10514         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10515         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10516         (xml-entity-ref, xml-pe-reference-re)
10517         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10518         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10519         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10520         (xml-entity-value-re): Use syntax references in regexps where
10521         possible; no need to define inside a let-binding.
10522         (xml-parse-dtd): Use xml-pe-reference-re.
10523         (xml-entity-or-char-ref-re): New defconst.
10524         (xml-parse-string, xml-substitute-special): Use it.
10526 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10528         * files.el (locate-dominating-file): Allow `name' to be a predicate.
10529         (find-file--read-only): New function.
10530         (find-file-read-only, find-file-read-only-other-window)
10531         (find-file-read-only-other-frame): Use it.
10532         (insert-file-contents-literally): Don't `fset'.
10533         (get-free-disk-space): Use locate-dominating-file.
10535         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10536         function is already compiled.
10538         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
10540 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
10542         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10543         files on the same host.
10545 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
10547         * help-fns.el (describe-function-1): Only call
10548         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
10550 2012-07-03  Chong Yidong  <cyd@gnu.org>
10552         * xml.el: Protect parser against XML bombs.
10553         (xml-entity-expansion-limit): New variable.
10554         (xml-parse-string, xml-substitute-special): Use it.
10555         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10557 2012-07-03  Glenn Morris  <rgm@gnu.org>
10559         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10560         Allow linking to specific messages in debbugs reports (eg 123#5).
10562 2012-07-02  Chong Yidong  <cyd@gnu.org>
10564         * xml.el: Fix entity and character reference expansion, allowing
10565         them to expand into markup as per XML spec.
10566         (xml-default-ns): New variable.
10567         (xml-entity-alist): Use XML spec definitions for lt and amp.
10568         (xml-parse-region): Make first two arguments optional.
10569         Discard text properties.
10570         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10571         All callers changed.
10572         (xml-parse-tag): Call xml-parse-tag-1.  For backward
10573         compatibility, this function should not modify buffer contents.
10574         (xml-parse-tag-1): Fix opening-tag regexp.
10575         (xml-parse-string): Rewrite, handling entity and character
10576         references properly.
10577         (xml--entity-replacement-text): Signal an error if a parameter
10578         entity is undefined.
10580 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10582         * comint.el (comint-output-filter): Filter out repeated prompts.
10584         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10585         and file-name-absolute-p.
10586         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10587         internal calls.
10589 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10591         Spelling fixes.
10592         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10593         Rename from byte-compile--refiy-function.  All uses changed.
10595 2012-07-01  Chong Yidong  <cyd@gnu.org>
10597         * xml.el (xml--parse-buffer): New function.  Move most of
10598         xml-parse-region here.
10599         (xml-parse-region): Copy region into a temporary buffer, since
10600         parameter entity substitution requires changing buffer contents.
10601         Use xml--parse-buffer.
10602         (xml-parse-file): Use xml--parse-buffer.
10603         (xml-parse-dtd): Make parameter entity substitution work right.
10604         Use proper regexps for ELEMENT declarations (Bug#7172).
10606 2012-06-30  Glenn Morris  <rgm@gnu.org>
10608         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10610         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10611         Remove outdated and unnecessary dbus declarations.
10613 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
10615         * emacs-lisp/timer.el (timer-until): Subtract results of
10616         float-time, instead of taking float-time of the result of
10617         time-subtract, since float-time signals an error for negative time
10618         arguments.
10620 2012-06-30  Chong Yidong  <cyd@gnu.org>
10622         * xml.el (xml-*-re): Convert defvars into defconsts, and
10623         eval-and-compile them so eval-and-compile works on derivatives.
10624         (xml--entity-replacement-text): Use eval-and-comple.
10626 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
10628         * vc/vc-git.el (vc-git-registered): Use cache property
10629         `git-registered'.
10630         (vc-git-mode-line-string): Call `vc-working-revision' instead of
10631         `vc-git-working-revision' in order to benefit from the cache.
10632         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
10634 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10636         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10637         removed (likely outside Emacs).  (Bug#11757)
10639 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10641         * emacs-lisp/cl-lib.el: Require macroexp.
10643 2012-06-30  Chong Yidong  <cyd@gnu.org>
10645         * xml.el: Implement XML parameter entities.
10646         (xml-parameter-entity-alist): New variable.
10647         (xml-parse-region, xml-parse-fragment): Preserve previous values
10648         of xml-entity-alist and xml-parameter-entity-alist, so that
10649         repeated calls on different documents do not change them.
10650         (xml-parse-tag): Fix doctype regexp.
10651         (xml--entity-replacement-text): New function.
10652         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10653         properly requires url retrieval which is unimplemented.
10654         (xml-escape-string): Doc fix.
10656 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10658         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10660 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10662         * fringe.el (fringe-mode): Doc fix.
10664 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10666         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10667         is non-nil.
10668         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10669         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10671 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10673         * calendar/cal-dst.el (calendar-current-time-zone):
10674         Return calendar-current-time-zone-cache if non-nil.
10676 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10678         * progmodes/which-func.el (which-func-format):
10679         Add mouse-face.  (Bug#11698)
10681 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10683         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10685 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10687         * minibuffer.el (minibuffer-confirm-exit-commands):
10688         Add completion-at-point (bug#11725).
10690 2012-06-29  Glenn Morris  <rgm@gnu.org>
10692         * progmodes/f90.el (f90-font-lock-keywords-2):
10693         Add some preprocessor elements.  (Bug#10499)
10695 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10697         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10698         Use syntax-propertize (bug#11739).
10700 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10702         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10704 2012-06-28  Julien Danjou  <julien@danjou.info>
10706         * term.el (term-handle-colors-array): Use a set of new faces to
10707         color the terminal.  Also uses :inverse-video property.
10708         (term-default-fg-color): Set to nil by default, deprecate in favor
10709         of `term-face'.
10710         (term-default-bg-color): Set to nil by default, deprecate in favor
10711         of `term-face'.
10712         (term-current-face): Use `term-face' by default.
10713         (term-bold-attribute): Variable deleted.
10715 2012-06-28  Glenn Morris  <rgm@gnu.org>
10717         * simple.el (completion-list-mode-finish):
10718         Don't use toggle-read-only.  (Since completion-list-mode has
10719         a special mode-class, it wasn't doing anything extra anyway.)
10721 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10723         Make inlining of other-mode interpreted functions work (bug#11799).
10724         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10725         (byte-compile): Use it to fix compilation of lexical-binding closures.
10726         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10727         function, if needed.
10729 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * help-mode.el (help-make-xrefs): Don't just withstand
10732         cyclic-variable-indirection but any error in documentation-property.
10734         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10735         memory use.
10736         * bindings.el (bindings--define-key): New function.
10737         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10738         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10739         * bindings.el: Use it to purecopy define-key bindings.
10741         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10743         * emacs-lisp/cl.el (flet): Mark obsolete.
10744         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10745         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10746         * progmodes/js.el (js-c-fill-paragraph):
10747         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10748         (ebrowse-switch-member-buffer-to-derived-class):
10749         * play/5x5.el (5x5-solver): Use cl-flet.
10751         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10752         (cl--symbol-function): New macro.
10753         (cl--letf, cl--letf*): Use it.
10755         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10756         Strip "toggle-" if any.
10758 2012-06-27  Glenn Morris  <rgm@gnu.org>
10760         * info.el (Info-default-directory-list): Move here from paths.el.
10761         * paths.el: Remove file, which is now empty.
10762         * loadup.el: No longer load "paths".
10764         * custom.el (custom-initialize-delay): Doc fix.
10766         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10767         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10768         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10769         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10770         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10771         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10772         * eshell/eshell.el (eshell-defgroup): Remove alias.
10774 2012-06-27  Chong Yidong  <cyd@gnu.org>
10776         * help.el (help-enable-auto-load): New variable.
10778         * help-fns.el (help-fns--autoloaded-p): New function.
10779         (describe-function-1): Refer to a function as "autoloaded" if it
10780         was autoloaded at any time in the past.  Perform autoloading if
10781         help-enable-auto-load is non-nil.
10783 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10785         * makefile.w32-in (compile, compile-always): Depend on
10786         update-subdirs, not on subdirs.el.  Otherwise, several different
10787         sub-targets of 'bootstrap' running in parallel could
10788         simultaneously write to subdirs.el, producing a garbled file.
10790 2012-06-26  Sam Steingold  <sds@gnu.org>
10792         * files.el (file-name-base): New convenience function.
10793         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10794         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10795         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10796         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10797         * textmodes/ispell.el, textmodes/reftex-ref.el:
10798         * textmodes/tex-mode.el: Use it.
10799         Did not touch cedet and org because they are maintained elsewhere.
10801 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10803         * calendar/calendar.el (calendar-exit): Don't try to delete or
10804         iconify last frame.  See:
10805         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10807 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10809         * server.el (server-process-filter): Remember dir in the
10810         process's `server-client-directory' properties.
10812 2012-06-24  Chong Yidong  <cyd@gnu.org>
10814         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10815         non-tag text.
10817 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10819         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10821 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10823         * help-fns.el (describe-variable): Don't croak when doc is not found.
10824         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10825         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10826         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10827         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10828         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10829         ((lambda ..) ..).
10830         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10832 2012-06-23  Chong Yidong  <cyd@gnu.org>
10834         * info.el (Info-mouse-follow-link): Accept symbol values of
10835         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10836         (Info-fontify-node): Use Info-link-keymap for all navigation
10837         buttons, with link-args property to perform the desired action.
10838         (Info-link-keymap): Doc fix.
10839         (Info-next-link-keymap, Info-prev-link-keymap)
10840         (Info-up-link-keymap): Delete now-unused keymaps.
10842 2012-06-23  Chong Yidong  <cyd@gnu.org>
10844         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10846         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10847         system abbrevs.
10849         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10851 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10853         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10854         (bug#11719).
10856         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10857         the requote function doesn't work properly (bug#11714).
10859 2012-06-23  Glenn Morris  <rgm@gnu.org>
10861         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10863 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10865         Further GV/CL cleanups.
10866         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10867         gv-expander.
10868         (gv--defun-declaration): New function.
10869         (defun-declarations-alist): Use it.
10870         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10871         (gv-place): Autoload.
10872         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10873         original definition of dotimes and dolist.
10874         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10875         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10876         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10877         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10878         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10879         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10880         to the function's definition.
10881         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10882         * window.el:
10883         * files.el:
10884         * faces.el:
10885         * env.el: Don't use CL.
10887 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10889         Support higher-resolution time stamps (Bug#9000).
10891         * calendar/time-date.el (with-decoded-time-value): New arg
10892         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
10893         (encode-time-value): New optional arg PICO.  New type 3.
10894         (time-to-seconds) [!float-time]: Support the new picoseconds
10895         component if it's used.
10896         (seconds-to-time, time-subtract, time-add):
10897         Support ps-resolution time stamps as well.
10899         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
10900         (timerp): Timer vectors now have length 9, not 8.
10901         (timer--time): Support new-style (4-part) time stamps.
10902         (timer-next-integral-multiple-of-time): Time stamps now have
10903         picosecond resolution, so take a bit more care about rounding.
10904         (timer-relative-time, timer-inc-time): New optional arg psecs.
10905         (timer-set-time-with-usecs): Set psecs to 0.
10906         (timer--activate): Check psecs component, too.
10908         * proced.el (proced-time-lessp): Support ps-resolution stamps.
10910 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10912         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10913         Move the non-essential binding to the post/pre-command-hook where it is
10914         more obviously correct.
10916         * subr.el (read-passwd): Don't use a history at all.
10917         * savehist.el (savehist-save): Remove password saved accidentally
10918         because of the above bug.
10920 2012-06-22  Bastien Guerry  <bzg@gnu.org>
10922         * files.el (toggle-read-only): Display a message telling whether
10923         the buffer is read-only or not (bug#11726).
10925 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10927         * emacs-lisp/gv.el: New file.
10928         * subr.el (push, pop): Extend to generalized variables.
10929         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10930         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10931         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
10932         gv-define-simple-setter, and gv-define-expander.
10933         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
10934         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10935         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10936         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10937         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10938         gv-letplace.
10939         (cl-defstruct): Don't define setf-method any more.
10940         * emacs-lisp/cl.el (flet): Don't autoload.
10941         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10942         (define-setf-expander, defsetf, define-modify-macro)
10943         (cl-struct-setf-expander): Move from cl-lib.el.
10944         * emacs-lisp/syntax.el:
10945         * emacs-lisp/ewoc.el:
10946         * emacs-lisp/smie.el:
10947         * emacs-lisp/cconv.el:
10948         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10949         (timer--time): Use gv-define-simple-setter.
10950         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10951         to avoid coding-system problems in subr.el.  Adjust all users.
10952         (macroexp--maxsize, macroexp-small-p): New functions.
10953         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10954         * scroll-bar.el (scroll-bar-mode):
10955         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10956         (normal-erase-is-backspace-mode): Don't use the `eq' place.
10957         * winner.el (winner-configuration, winner-make-point-alist)
10958         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10959         * files.el (locate-file-completion-table): Avoid list*.
10961 2012-06-22  Chong Yidong  <cyd@gnu.org>
10963         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10964         (dired-create-files): Doc fix (Bug#11329).
10965         (dired-do-copy): Doc fix (Bug#11334).
10966         (dired-mark-read-string): Doc fix (Bug#11553).
10968         * dired.el (dired-recursive-copies, dired-recursive-deletes):
10969         Doc fix (Bug#11326).
10970         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
10971         (dired-dwim-target): Doc fix.
10973         * wdired.el (wdired-mode): Doc fix.
10975 2012-06-22  Glenn Morris  <rgm@gnu.org>
10977         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10978         (pcmpl-rpm-cache-stamp-file): New constant.
10979         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10980         (pcmpl-rpm-packages): Optionally cache list of packages.
10982         * pcmpl-rpm.el (pcmpl-rpm): New group.
10983         (pcmpl-rpm-query-options): New option.
10984         (pcmpl-rpm-packages): No need to inline it.
10985         Use pcmpl-rpm-query-options.
10987         * calendar/calendar.el (calendar-in-read-only-buffer):
10988         Avoid some needless mode changes.
10990 2012-06-21  Chong Yidong  <cyd@gnu.org>
10992         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10993         (desktop-path): Remove . from the default value (Bug#10977).
10994         (desktop-read): Use user-emacs-directory if desktop-path is nil.
10996 2012-06-20  Chong Yidong  <cyd@gnu.org>
10998         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11000 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
11002         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11003         (bug#11201).
11005 2012-06-20  Chong Yidong  <cyd@gnu.org>
11007         * term.el (term-window-width): Handle the case of a missing right
11008         fringe (Bug#8837).
11009         (term-check-size): Use window-text-height (Bug#5445).
11010         (term-mode): Use define-derived-mode.  Minor cleanups.
11011         Set font-lock-defaults (Bug#7692).
11012         (term-move-columns, term-insert-char, term-emulate-terminal)
11013         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11015 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
11017         * net/ange-ftp.el (ange-ftp-get-passwd):
11018         Bind `enable-recursive-minibuffers'.
11019         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11021 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
11023         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11025 2012-06-19  Glenn Morris  <rgm@gnu.org>
11027         * progmodes/python.el (python-mode): Derive from prog-mode.
11029 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
11031         * emulation/edt.el (edt-default-menu-bar-update-buffers)
11032         (edt-user-menu-bar-update-buffers): New functions.
11033         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11035 2012-06-19  Chong Yidong  <cyd@gnu.org>
11037         * subr.el (with-selected-window): Preserve the selected window's
11038         terminal's top-frame (Bug#4702).
11040         * window.el (save-selected-window): Likewise.
11042 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * progmodes/python.el (python-rx-constituents): Move backquote.
11045         (python-skeleton-define, python-define-auxiliary-skeleton):
11046         Use `declare'.
11048 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
11050         * minibuffer.el (read-file-name-default): Revert the patch from
11051         2012-06-17.
11053 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11055         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11056         (pcase--u1, pcase--q1): Don't use apply-partially.
11058 2012-06-18  Glenn Morris  <rgm@gnu.org>
11060         * progmodes/python.el (python-proc, python-buffer)
11061         (python-send-receive, python-send-string): Fix obsolete versions.
11063 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
11065         * window.el (special-display-p): Completely remove stringp
11066         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11068 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
11070         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11072         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11074         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11075         * net/tramp-sh.el (tramp-maybe-open-connection):
11076         Throw if `non-essential' is non-nil.
11078 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
11080         * window.el (special-display-p): Signal an error if BUFFER-NAME
11081         is not a string (Bug#11713).
11083 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
11085         * progmodes/python.el (python-info-beginning-of-backslash):
11086         Rename from python-info-beginning-of-backlash, as a spelling fix.
11088 2012-06-17  Chong Yidong  <cyd@gnu.org>
11090         * term.el (term-emulate-terminal): If term-check-size is called,
11091         move point to the process mark without resetting point (Bug#4635).
11093 2012-06-17  Glenn Morris  <rgm@gnu.org>
11095         * international/mule-cmds.el (mule-menu-keymap)
11096         (set-language-environment, set-locale-environment): Doc tweaks.
11098 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
11100         * cus-face.el (custom-face-attributes): Add wave-style underline
11101         attribute.
11102         * faces.el (set-face-attribute): Update docstring to describe
11103         wave-style underline attribute.
11105 2012-06-16  Chong Yidong  <cyd@gnu.org>
11107         * term/xterm.el (terminal-init-xterm): Discard input before
11108         querying background mode (Bug#10959).
11110 2012-06-16  Stefan Merten  <smerten@oekonux.de>
11112         * textmodes/rst.el: Added and corrected some comments.
11113         (rst-re-alist-def): Improve symbol syntax.
11114         (rst-mode-syntax-table): Correct syntax entries.
11115         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11116         (rst-official-version, rst-official-cvs-rev): Update version
11117         information.
11119 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
11121         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11122         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11124 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11126         * progmodes/python.el: New python.el merge.
11127         (python-guess-indent): Obsolete var.
11128         (python-indent-guess-indent-offset): New defcustom.
11129         (python-indent): Obsolete var.
11130         (python-indent-offset): New defcustom.
11131         (python-python-command, python-jython-command): Delete var.
11132         (python-shell-interpreter): New defcustom.
11133         (python-pdbtrack-do-tracking-p): Delete var.
11134         (python-pdbtrack-activate): New defcustom.
11135         (python-use-skeletons): Obsolete var.
11136         (python-skeleton-autoinsert): New defcustom.
11137         (inferior-python-filter-regexp, python-continuation-offset)
11138         (python-honour-comment-indentation, python-indent-string-contents)
11139         (python-jython-packages, python-mode-hook)
11140         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11141         (python-shell-prompt-alist)
11142         (python-source-modes): Delete defcustoms.
11143         (python-check-buffer-name, python-eldoc-setup-code)
11144         (python-eldoc-string-code, python-ffap-setup-code)
11145         (python-ffap-string-code, python-fill-comment-function)
11146         (python-fill-decorator-function, python-fill-paren-function)
11147         (python-fill-string-function, python-imenu-include-defun-type)
11148         (python-imenu-make-tree, python-imenu-subtree-root-label)
11149         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11150         (python-shell-compilation-regexp-alist)
11151         (python-shell-completion-module-string-code)
11152         (python-shell-completion-pdb-string-code)
11153         (python-shell-completion-setup-code)
11154         (python-shell-completion-string-code)
11155         (python-shell-enable-font-lock, python-shell-exec-path)
11156         (python-shell-extra-pythonpaths)
11157         (python-shell-internal-buffer-name, python-shell-interpreter-args)
11158         (python-shell-process-environment)
11159         (python-shell-prompt-block-regexp)
11160         (python-shell-prompt-output-regexp)
11161         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11162         (python-shell-send-setup-max-wait, python-shell-setup-codes)
11163         (python-shell-virtualenv-path): New defcustoms.
11164         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11165         (inferior-python-mode-syntax-table, python--prompt-regexp)
11166         (python-buffer, python-command python-python-command)
11167         (python-default-template, python-imports, python-indent-index)
11168         (python-indent-list, python-indent-list-length)
11169         (python-mode-running, python-pdbtrack-is-tracking-p)
11170         (python-preoutput-continuation, python-preoutput-leftover)
11171         (python-preoutput-result, python-preoutput-skip-next-prompt)
11172         (python-prev-dir/file, python-recursing)
11173         (python-saved-check-command, python-version-checked)
11174         (python-which-func-length-limit)
11175         (view-return-to-alist): Delete vars.
11176         (python-check-custom-command, python-dotty-syntax-table)
11177         (python-imenu-index-alist, python-indent-current-level)
11178         (python-indent-dedenters, python-indent-levels)
11179         (python-nav-beginning-of-defun-regexp)
11180         (python-nav-list-defun-positions-cache)
11181         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11182         (python-shell-internal-buffer)
11183         (python-skeleton-available): New vars.
11184         (def-python-skeleton): Delete macro.
11185         (python-skeleton-define): New macro.
11186         (python-define-auxiliary-skeleton, python-rx): New macros.
11187         (python-insert-class): Delete command.
11188         (python-skeleton-class): New command.
11189         (python-insert-def): Delete command.
11190         (python-skeleton-def): New command.
11191         (python-insert-for): Delete command.
11192         (python-skeleton-for): New command.
11193         (python-insert-if): Delete command.
11194         (python-skeleton-if): New command.
11195         (python-insert-try/except, python-insert-try/finally): Delete commands.
11196         (python-skeleton-try): New command.
11197         (python-insert-while): Delete command.
11198         (python-skeleton-while): New command.
11199         (python-backspace): Delete command.
11200         (python-indent-dedent-line-backspace): New command.
11201         (python-electric-colon): Delete command.
11202         (python-indent-electric-colon): New command.
11203         (python-guess-indent): Delete command.
11204         (python-indent-guess-indent-offset): New command.
11205         (python-shift-left): Delete command.
11206         (python-indent-shift-left): New command.
11207         (python-shift-right): Delete command.
11208         (python-indent-shift-right): New command.
11209         (python-find-function): Delete command.
11210         (python-nav-jump-to-defun): New command.
11211         (python-next-statement): Delete command.
11212         (python-nav-forward-sentence): New command.
11213         (python-previous-statement): Delete command.
11214         (python-nav-backward-sentence): New command.
11215         (python-fill-paragraph): Delete command.
11216         (python-fill-paragraph-function): New command.
11217         (python-send-buffer): Delete command.
11218         (python-shell-send-buffer): New command.
11219         (python-send-defun): Delete command.
11220         (python-shell-send-defun): New command.
11221         (python-send-region, python-send-region-and-go): Delete commands.
11222         (python-shell-send-region)
11223         (python-shell-switch-to-shell): New commands.
11224         (python-send-string): Delete command.
11225         (python-shell-send-string): New command.
11226         (python-switch-to-python): Delete command.
11227         (python-shell-switch-to-shell): New command.
11228         (python-describe-symbol): Delete command.
11229         (python-eldoc-at-point): New command.
11230         (python--set-prompt-regexp, python-args-to-list)
11231         (python-after-info-look, python-check-version)
11232         (python-check-comint-prompt, python-find-imports)
11233         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11234         (python-unload-function, python-expand-template)
11235         (python-maybe-jython, python-preoutput-filter)
11236         (python-pdbtrack-get-source-buffer)
11237         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11238         (python-pdbtrack-toggle-stack-tracking)
11239         (python-pdbtrack-track-stack-file, python-initial-text)
11240         (python-first-word, python-comment-line-p, python-send-command)
11241         (python-setup-brm, python-sentinel, python-set-proc)
11242         (python-skip-out, python-input-filter, python-outdent-p)
11243         (python-outline-level, python-backslash-continuation-line-p)
11244         (python-end-of-block, python-end-of-statement, python-mark-block)
11245         (python-beginning-of-block, python-beginning-of-statement)
11246         (python-blank-line-p, python-beginning-of-string)
11247         (python-open-block-statement-p): Delete functions.
11248         (python-indent-line, python-indent-line-1): Delete functions.
11249         (python-indent-line): New function.
11250         (python-indentation-levels): Delete function.
11251         (python-indent-calculate-levels): New function.
11252         (python-proc): Delete function.
11253         (python-shell-get-process): New function.
11254         (python-send-receive): Delete function.
11255         (python-shell-send-string-no-output): New function.
11256         (python-module-path): Delete function.
11257         (python-ffap-module-path): New function.
11258         (python-completion-at-point)
11259         (python-symbol-completions): Delete functions.
11260         (python-completion-complete-at-point): New function.
11261         (python-load-file): Delete function.
11262         (python-shell-send-file): New function.
11263         (python-calculate-indentation): Delete function.
11264         (python-indent-calculate-indentation): New function.
11265         (python-skip-comments/blanks): Delete function.
11266         (python-util-forward-comment): New function.
11267         (python-continuation-line-p): Delete function.
11268         (python-info-continuation-line-p): New function.
11269         (python-which-func, python-current-defun): Delete function.
11270         (python-info-current-defun): New function.
11271         (python-beginning-of-defun): Delete function.
11272         (python-nav-beginning-of-defun): New function.
11273         (python-close-block-statement-p)
11274         (python-block-end-p): Delete function.
11275         (python-info-closing-block): New function.
11276         (python-comint-output-filter-function)
11277         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11278         (python-fill-comment, python-fill-decorator, python-fill-paren)
11279         (python-fill-string, python-imenu-make-element-tree)
11280         (python-imenu-make-tree, python-imenu-tree-assoc)
11281         (python-indent-context, python-indent-dedent-line)
11282         (python-indent-line-function)
11283         (python-indent-post-self-insert-function)
11284         (python-indent-toggle-levels)
11285         (python-info-assignment-continuation-line-p)
11286         (python-info-beginning-of-backlash)
11287         (python-info-block-continuation-line-p)
11288         (python-info-closing-block-message)
11289         (python-info-line-ends-backslash-p)
11290         (python-info-looking-at-beginning-of-defun)
11291         (python-info-ppss-context, python-info-ppss-context-type)
11292         (python-nav-list-defun-positions, python-nav-read-defun)
11293         (python-nav-sentence-end, python-nav-sentence-start)
11294         (python-pdbtrack-comint-output-filter-function)
11295         (python-pdbtrack-set-tracked-buffer)
11296         (python-shell-calculate-exec-path)
11297         (python-shell-calculate-process-environment)
11298         (python-shell-completion--do-completion-at-point)
11299         (python-shell-completion--get-completions)
11300         (python-shell-completion-complete-at-point)
11301         (python-shell-completion-complete-or-indent)
11302         (python-shell-get-or-create-process)
11303         (python-shell-get-process-name)
11304         (python-shell-internal-get-or-create-process)
11305         (python-shell-internal-get-process-name)
11306         (python-shell-internal-send-string, python-shell-make-comint)
11307         (python-shell-parse-command, python-shell-send-setup-code)
11308         (python-skeleton-add-menu-items)
11309         (python-util-clone-local-variables, python-util-position)
11310         (run-python-internal, python-indentation-levels)
11311         (python-nav-beginning-of-defun)
11312         (python-completion-complete-at-point): New functions.
11313         (run-python): Change arguments.  New API requirements.
11315 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11317         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11318         (bug#11649).
11320         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11321         (macroexp--expand-all): Use it.
11323         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11324         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11325         Use `cl-function' instead.
11327 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
11329         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11330         Suggested by Stefan Monnier while discussing bug#11657.
11332 2012-06-14  Sam Steingold  <sds@gnu.org>
11334         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11336 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11338         * play/doctor.el (doctor-doc): Remove parameter and use
11339         doctor-sent instead of sent.
11340         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
11342 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11344         * files.el: Require cl-lib.
11345         (file-name-non-special): Replace case -> cl-case.
11347         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11349         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11350         mapping from #' to function*.
11352 2012-06-13  Chong Yidong  <cyd@gnu.org>
11354         * mouse.el (mouse-drag-track): Do not set the mark if the user
11355         releases the mouse without selecting anything (Bug#11588).
11357 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11359         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11360         as well (bug#11646).
11362         * loadup.el: Count byte-code functions as well.
11364         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11365         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11367         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11368         (bug#11649).  Add cl-defun and cl-defmacro.
11370 2012-06-13  Drew Adams  <drew.adams@oracle.com>
11372         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11373         Fix last change.
11375 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
11377         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11378         Otherwise, it blocks in batch mode.
11380 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
11382         * help-mode.el (bookmark-make-record-default): Declare.
11384 2012-06-13  Chong Yidong  <cyd@gnu.org>
11386         * emacs-lisp/package.el (list-packages): Compute a list of
11387         packages that are newly-available since the last list-packages
11388         invocation.
11389         (package-menu--new-package-list): New var.
11390         (package-menu--generate, package-menu--print-info)
11391         (package-menu--status-predicate, package-menu-mark-install):
11392         Handle new status label "new".
11394 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11396         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11397         conversion to backquotes.
11399 2012-06-12  Chong Yidong  <cyd@gnu.org>
11401         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11402         Rename from gud-inhibit-global-bindings.
11404         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11406         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11407         hook from nxml-glyph-set-hook.
11409         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11410         declaration.
11412         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11414         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11415         Convert to defcustom.
11417 2012-06-12  Drew Adams  <drew.adams@oracle.com>
11419         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11420         New functions.
11421         (help-mode): Use them.
11423 2012-06-11  Glenn Morris  <rgm@gnu.org>
11425         * progmodes/fortran.el (fortran-font-lock-keywords-3):
11426         Use preprocessor face for directives.
11427         (fortran-directive-re): Doc fix.
11429 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11431         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11432         conversion to backquotes (bug#11652).
11434         Fix compiler-expansion of CL's cXXr functions (bug#11673).
11435         * emacs-lisp/cl-lib.el (cl--defalias): New function.
11436         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11437         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11438         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11439         (cl-ninth, cl-tenth): Mark them as inlinable.
11440         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11441         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11442         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11443         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11444         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11445         (cl-list*, cl-adjoin): Don't put an autoload manually.
11446         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11447         (cl--compiler-macro-list*): Add autoload cookie.
11448         (cl--compiler-macro-cXXr): New function.
11450         * help-fns.el (help-fns--compiler-macro): New function extracted from
11451         describe-function-1; follow aliases and use `compiler-macro' property.
11452         (describe-function-1): Use it.
11454 2012-06-11  Chong Yidong  <cyd@gnu.org>
11456         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11457         is uninstalled, if imagemagick is installed.
11459 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11461         * emacs-lisp/cl-lib.el: Use lexical-binding.
11462         (cl-map-extents, cl-maclisp-member): Remove.
11463         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11464         (cl--set-substring, cl--block-wrapper, cl--block-throw)
11465         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11466         * emacs-lisp/cl-extra.el: Use lexical-binding.
11467         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11468         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11469         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11470         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11471         * emacs-lisp/cl-seq.el: Use lexical-binding.
11472         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11473         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11474         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11475         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11476         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11477         CL's internals.
11479 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
11481         Sync with Tramp 2.2.6-pre.
11483         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11484         `print-length' and `print-level' to nil, in order to avoid
11485         truncation.  Reported by Christopher Schmidt
11486         <christopher@ristopher.com>.
11488         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11490         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11491         New defmacro.
11492         (tramp-compat-copy-directory): Add optional argument
11493         COPY-CONTENTS.  It is not handled yet.
11495         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11496         (tramp-ftp-file-name-p): Simplify.
11498         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11499         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11500         connection vector.
11502         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11503         (tramp-methods): Do not use `tramp-password-end-of-line'.
11504         (tramp-completion-function-alist-putty): Handle UNIX case.
11505         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11506         (tramp-do-file-attributes-with-stat)
11507         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11508         gid as real numbers.  They could run out of integer range on cygwin.
11509         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11510         (tramp-sh-handle-expand-file-name): Handle hops.
11511         (tramp-open-connection-setup-interactive-shell):
11512         Use `tramp-cleanup'.  Move check for busyboxes ...
11513         (tramp-find-shell): ... here.  Simplify implementation.
11514         Set "remote-shell" property also for alternative shells.
11515         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11516         If failing, a regular file would be written otherwise.
11517         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11518         (tramp-find-inline-encoding): Cache the coding commands in the
11519         process cache.  Apply test command on the remote side, if defined.
11520         (tramp-find-inline-compress): Cache the compress commands in the
11521         process cache.
11522         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11523         when requested.  Handle hops.
11524         (tramp-current-connection): New defvar.
11525         (tramp-maybe-open-connection): Use `tramp-cleanup'.
11526         Throw `suppress', if there was a failed connection shortly before.
11527         Handle user interrupt.  (Bug#10187)
11528         (tramp-get-inline-compress, tramp-get-inline-coding):
11529         Read connection properties from the process cache.
11531         * net/tramp-smb.el (tramp-smb-server-version)
11532         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11533         New defconsts.
11534         (tramp-smb-prompt): Extend for powershell prompt.
11535         (tramp-smb-file-name-handler-alist): Add handlers for
11536         `process-file', `shell-command' and `start-file-process'.
11537         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11538         (tramp-smb-winexe-shell-command-switch): New defcustoms.
11539         (tramp-smb-file-name-p): Simplify.
11540         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11541         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11542         (tramp-smb-shell-quote-argument): New defuns.
11543         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11544         Implement using "tar".  By this, time-stamps are preserved.
11545         (tramp-smb-handle-copy-file): Handle also the case of directories.
11546         (tramp-smb-do-file-attributes-with-stat)
11547         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11548         Use `tramp-get-connection-buffer').
11549         (tramp-smb-handle-rename-file): Use "rename", when source and
11550         target are on the same share.
11551         (tramp-smb-maybe-open-connection): Handle wrong passwords.
11552         Use `tramp-smb-server-version'.
11553         (tramp-smb-wait-for-output): Remove prompt.
11555         * net/tramp.el (top): Require 'cl.
11556         (tramp-methods, tramp-rsh-end-of-line):
11557         Remove `tramp-password-end-of-line' from docstring.
11558         (tramp-save-ad-hoc-proxies): New defcustom.
11559         (tramp-completion-function-alist): Adapt docstring.
11560         (tramp-default-password-end-of-line): Remove defcustom.
11561         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
11562         (tramp-user-regexp, tramp-file-name-regexp-unified)
11563         (tramp-file-name-regexp-url): Extend regexp by hop separator.
11564         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11565         (tramp-remote-file-name-spec-regexp): New defconst.
11566         (tramp-file-name-structure): Extend structure for hops.
11567         (tramp-get-method-parameter): Move up.
11568         (tramp-file-name-p, tramp-dissect-file-name)
11569         (with-parsed-tramp-file-name): Handle hops.
11570         (tramp-file-name-hop): New defun.
11571         (tramp-make-tramp-file-name): New optional arg HOP.
11572         (tramp-message-show-progress-reporter-message): New defvar.
11573         (tramp-with-progress-reporter): Use it.  We cannot use
11574         `tramp-message-show-message' here, because this suppresses also
11575         error buffers.
11576         (tramp-error-with-buffer): Suppress buffer view, if
11577         `tramp-message-show-message' is nil.
11578         Use `tramp-get-connection-buffer'.
11579         (tramp-cleanup): New defun.
11580         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11581         (tramp-file-name-handler): If `debug-on-error' is set, propagate
11582         an error unchanged.
11583         (tramp-completion-handle-file-name-all-completions): Handle hops.
11584         Fix an error when called from ido.
11585         (tramp-completion-dissect-file-name): Use better local variable
11586         name.  Add hop to the vector.
11587         (tramp-handle-insert-file-contents): Use progress-reporter for the
11588         whole scenario.
11589         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11590         to `t'.
11591         (tramp-check-for-regexp): Simplify search.
11592         (tramp-enter-password): Remove it.  Move implementation ...
11593         (tramp-action-password): ... here.
11594         (tramp-mode-string-to-int, tramp-local-host-p)
11595         (tramp-make-tramp-temp-file, tramp-read-passwd)
11596         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11597         Set tramp-autoload cookie.
11599         * net/trampver.el: Update release number.
11601 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11602             Michael Albinus  <michael.albinus@gmx.de>
11604         * net/tramp.el (tramp-set-completion-function): Fix docstring.
11605         (tramp-parse-group, tramp-parse-file)
11606         (tramp-parse-shostkeys-sknownhosts): New defuns.
11607         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11608         (tramp-parse-shosts-group, tramp-parse-sconfig)
11609         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11610         (tramp-parse-sknownhosts, tramp-parse-hosts)
11611         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11612         Use them.
11613         (tramp-parse-passwd-group, tramp-parse-netrc-group)
11614         (tramp-parse-putty-group): Don't narrow.
11615         (tramp-parse-putty): Make a loop.
11616         (tramp-file-name-handler): Catch the `suppress' signal.
11618 2012-06-11  Chong Yidong  <cyd@gnu.org>
11620         * image.el (imagemagick-register-types): Put the ImageMagick entry
11621         at the end of image-type-file-name-regexps.
11623 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
11625         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11626         (pcase, pcase-let*, pcase-dolist): Use them.
11628 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11630         * emacs-lisp/pcase.el (pcase--let*): New function.
11631         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
11632         (pcase--expand): Use macroexp-let².
11634 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11636         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11637         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11638         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11639         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11640         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11641         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11643 2012-06-10  Glenn Morris  <rgm@gnu.org>
11645         * mail/rmail.el (rmail-yank-current-message): Leave point at
11646         correct position.  (Bug#11660)
11648 2012-06-10  Chong Yidong  <cyd@gnu.org>
11650         * allout-widgets.el: Fix code header.
11652 2012-06-10  Chong Yidong  <cyd@gnu.org>
11654         * cus-edit.el (customize-changed-options-previous-release):
11655         Bump to 24.1.
11657 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11659         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11661 2012-06-09  Chong Yidong  <cyd@gnu.org>
11663         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11665 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11667         * window.el (special-display-popup-frame): Don't use
11668         window--display-buffer (Bug#11651).
11670 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11672         Fix parallel builds: make sure loaddefs.el is not being written
11673         while Lisp files are compiled.
11674         (compile): Don't depend on 'mh-autoloads'.
11675         (compile-CMD, compile-SH): Depend on 'autoloads'.
11676         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11678         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11680 2012-06-09  Chong Yidong  <cyd@gnu.org>
11682         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11683         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11684         Doc fixes (Bug#11225).
11686 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11688         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11689         a function if there's a clear indication that it has a compiler-macro.
11690         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11691         (macro-declarations-alist): Add arglist to declaration functions.
11692         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11693         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11694         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11695         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11696         Also add autoload to find the compiler macro.
11697         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11698         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11699         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11700         (cl--compiler-macro-get): New functions, replacing calls to
11701         cl-define-compiler-macro.
11702         (cl-typep) [compiler-macro]: Use macroexp-let².
11704 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11706         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11707         string properly, fixes Bug#11473.
11709 2012-06-08  Chong Yidong  <cyd@gnu.org>
11711         * faces.el (set-face-attribute): Doc fix.
11712         (modify-face): Don't use :bold and :italic.
11713         (error, warning, success): Tweak definitions.
11715         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11716         (custom-modified, custom-set, custom-changed, custom-themed)
11717         (custom-saved, custom-button, custom-button-mouse)
11718         (custom-button-pressed, custom-state, custom-comment-tag)
11719         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11720         (custom-group-subtitle): Use new-style face specs.
11721         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11722         (custom-set-face, custom-changed-face, custom-saved-face)
11723         (custom-button-face, custom-button-pressed-face)
11724         (custom-documentation-face, custom-state-face)
11725         (custom-comment-face, custom-comment-tag-face)
11726         (custom-variable-tag-face, custom-variable-button-face)
11727         (custom-face-tag-face, custom-group-tag-face-1)
11728         (custom-group-tag-face): Remove obsolete face alias.
11730         * epa.el (epa-validity-high, epa-validity-medium)
11731         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11732         (epa-field-name, epa-field-body):
11733         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11734         (font-lock-keyword-face, font-lock-builtin-face)
11735         (font-lock-function-name-face, font-lock-variable-name-face)
11736         (font-lock-type-face, font-lock-constant-face):
11737         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11738         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11739         * speedbar.el (speedbar-button-face, speedbar-file-face)
11740         (speedbar-directory-face, speedbar-tag-face)
11741         (speedbar-selected-face, speedbar-highlight-face)
11742         (speedbar-separator-face):
11743         * whitespace.el (whitespace-newline, whitespace-space)
11744         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11745         (whitespace-line, whitespace-space-before-tab)
11746         (whitespace-space-after-tab, whitespace-indentation)
11747         (whitespace-empty):
11748         * emulation/cua-base.el (cua-global-mark):
11749         * eshell/em-prompt.el (eshell-prompt):
11750         * net/newst-plainview.el (newsticker-new-item-face)
11751         (newsticker-old-item-face, newsticker-immortal-item-face)
11752         (newsticker-obsolete-item-face, newsticker-date-face)
11753         (newsticker-statistics-face, newsticker-default-face):
11754         * net/newst-reader.el (newsticker-feed-face)
11755         (newsticker-extra-face, newsticker-enclosure-face):
11756         * net/newst-treeview.el (newsticker-treeview-face)
11757         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11758         (newsticker-treeview-immortal-face)
11759         (newsticker-treeview-obsolete-face)
11760         (newsticker-treeview-selection-face):
11761         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11762         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11763         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11764         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11765         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11766         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11767         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11768         (mpuz-text):
11769         * progmodes/vera-mode.el (vera-font-lock-number)
11770         (vera-font-lock-function, vera-font-lock-interface):
11771         * textmodes/table.el (table-cell): Use new-style face specs, and
11772         don't use the old :bold and :italic attributes.
11774         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11775         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11776         (ebrowse-member-class, ebrowse-progress): Likewise.
11777         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11778         (ebrowse-file-name-face, ebrowse-default-face)
11779         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11780         (ebrowse-progress-face): Remove obsolete faces.
11782         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11783         Inherit from error and warning faces respectively.
11785         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11786         Likewise.
11787         (flyspell-incorrect-face, flyspell-duplicate-face):
11788         Remove obsolete aliases.
11790 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11792         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11793         Avoid infloop.
11795 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11797         * startup.el (argv, argi): Make lexically scoped.
11798         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11799         * emacs-lisp/cl-macs.el: Use lexical-binding.
11800         Rename cl-bind-* to cl--bind-*.
11801         * files.el: Don't require `cl' since it doesn't use it.
11802         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11804 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11806         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11807         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11808         instead of calling external sort utility.
11809         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11811 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11813         * descr-text.el (describe-char): Mention how to insert the
11814         character, if the current input method doesn't support it.
11815         See the discussion in this thread for the details:
11816         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11818 2012-06-08  Sam Steingold  <sds@gnu.org>
11820         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11821         XF86Back to previous-buffer.
11822         (minibuffer-local-map): Bind them to next-history-element and
11823         previous-history-element respectively.
11824         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11825         help-go-back respectively.
11826         * info.el (Info-mode-map): Bind them to Info-history-forward and
11827         Info-history-back respectively.
11828         These are the keys next to Up on the ThinkPad keyboard.
11830 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11832         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11833         * emacs-lisp/cl-macs.el: Provide itself.
11834         (cl--labels-convert-cache): New var.
11835         (cl--labels-convert): New function.
11836         (cl-flet, cl-labels): New implementation with new semantics, relying on
11837         lexical-binding.
11838         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11839         (cl-closure-vars, cl--function-convert-cache)
11840         (cl--function-convert): Move from cl-macs.el.
11841         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11842         rename by removing the "cl-" prefix.
11843         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11845 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11847         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11848         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11849         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11850         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11851         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11852         (cl-hash-table-count): Add old compatibility aliases.
11854         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11855         Use macroexpand-all-environment instead.
11856         (cl--old-macroexpand): New var.
11857         (cl--sm-macroexpand): New function.
11858         (cl-symbol-macrolet): Use it during macro expansion.
11859         (cl--function-convert-cache): New var.
11860         (cl--function-convert): New function, extracted from
11861         cl-macroexpand-all.
11862         (cl-lexical-let): Use it.
11864         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11865         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11866         (cl-member): Remove old alias.
11868         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11869         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11870         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11871         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11872         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11873         (cl-macroexpand-cmacs): Remove var.
11874         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11875         Use macroexpand-all instead.
11877 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11879         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11880         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11881         (macroexp-copyable-p): New functions and macros.
11882         * emacs-lisp/edebug.el (edebug-unwrap):
11883         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11884         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11885         (pcase--let*): Remove.
11886         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11887         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
11888         macroexp-const-p instead.
11889         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11891         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11892         instead of "cl-" for internal definitions.  Use macroexp-const-p.
11893         (cl-old-bc-file-form): Remove var.
11894         (cl-const-exprs-p): Remove fun.
11895         (cl-labels, cl-macrolet): Use backquote.
11896         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
11897         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11898         (cl-define-setf-expander): Rename from cl-define-setf-method.
11899         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11901         * international/mule-cmds.el: Don't require CL.
11902         (view-hello-file): Don't use `letf'.
11904 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11906         * tmm.el (tmm-prompt): Use string-prefix-p.
11907         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11908         (tmm-add-prompt): Use minibuffer-completion-help.
11909         (tmm-delete-map): Remove.
11911         * subr.el (kbd): Make it its own function.
11913 2012-06-07  Stefan Merten  <smerten@oekonux.de>
11915         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11916         Silence compiler warnings.  Fix versions.
11917         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11918         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11919         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11920         (rst-package-emacs-version-alist): Correct Emacs version to
11921         represent major merge with upstream.
11922         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11924 2012-06-06  Glenn Morris  <rgm@gnu.org>
11926         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11927         Only print environment variables if set.
11929 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11931         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11932         (macroexp--cons): Rename from maybe-cons.
11933         (macroexp--accumulate): Rename from macroexp-accumulate.
11934         (macroexp--all-forms): Rename from macroexpand-all-forms.
11935         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11936         (macroexp--expand-all): Rename from macroexpand-all-1.
11938 2012-06-06  Sam Steingold  <sds@gnu.org>
11940         * calendar/calendar.el (calendar-in-read-only-buffer):
11941         Call `special-mode' to enable the standard read-only keybindings.
11943 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11945         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11946         with "loading" messages (bug#11635).
11948 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
11950         * files.el (enable-remote-dir-locals): New option.
11951         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
11953         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11954         Ensure, that the temp directory is local.
11956         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11957         `temporary-file-directory'.
11959         * progmodes/python.el (python-send-region): Ensure, that the
11960         temporary file is created also in the remote case.
11962 2012-06-06  Glenn Morris  <rgm@gnu.org>
11964         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11965         (vc-rcs-update-changelog): Use it.
11967         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11969         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11970         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11971         (vc-sccs-diff): Replace use of the external vcdiff script.
11973 2012-06-05  Glenn Morris  <rgm@gnu.org>
11975         * ledit.el: Move to obsolete/.
11977 2012-06-05  Sam Steingold  <sds@gnu.org>
11979         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11980         patch (Bug#11140).
11982 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11984         * emacs-lisp/cust-print.el: Move to obsolete.
11986         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11987         compiler-macro expansion.
11989         Add native compiler-macro support.
11990         * emacs-lisp/macroexp.el (macroexpand-all-1):
11991         Support compiler-macros directly.  Properly follow aliases and apply
11992         the compiler macros more thoroughly.
11993         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11994         macroexpand now properly follows aliases.
11995         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11996         (cl-compiler-macroexpand): Use new prop.
11997         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11999         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12001 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
12003         * window.el (get-lru-window, get-mru-window, get-largest-window):
12004         New argument NOT-SELECTED to avoid picking the selected window.
12005         (window--display-buffer-1, window--display-buffer-2): Replace by
12006         new function window--display-buffer
12007         (display-buffer-same-window, display-buffer-reuse-window)
12008         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12009         Use window--display-buffer.
12010         (display-buffer-use-some-window): Remove temporary dedication
12011         hack by calling get-lru-window and get-largest-window with
12012         NOT-SELECTED argument non-nil.  Call window--display-buffer.
12014 2012-06-05  Glenn Morris  <rgm@gnu.org>
12016         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12017         Replace external vcdiff script.
12019 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12023 2012-06-04  Chong Yidong  <cyd@gnu.org>
12025         * image.el (imagemagick-types-inhibit): Revert last change.
12026         Add INFO and M.
12027         (imagemagick-enabled-types): Remove CIN and EPS*.
12029 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12031         * emacs-lisp/cl-lib.el: Rename from cl.el.
12032         * emacs-lisp/cl.el: New compatibility file.
12033         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12034         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12035         to obey the "cl-" prefix.
12036         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12038 2012-06-03  Glenn Morris  <rgm@gnu.org>
12040         * emacs-lisp/authors.el (authors-aliases): Addition.
12042         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12043         Fix :version.
12045 2012-06-03  Stefan Merten  <smerten@oekonux.de>
12047         * textmodes/rst.el: Add comments.
12048         (rst-transition, rst-adornment): New faces.
12049         (rst-adornment-faces-alist): Make default safe to reevaluate.
12050         Fixes
12051         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12052         Improve customization tags.
12053         (rst-define-level-faces): Clarify meaning.
12055 2012-06-03  Chong Yidong  <cyd@gnu.org>
12057         * progmodes/compile.el (compilation-mode-line-fail)
12058         (compilation-mode-line-run, compilation-mode-line-exit):
12059         New faces.
12060         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12062 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
12064         * progmodes/which-func.el (which-func-update-ediff-windows):
12065         New function.  Use it in ediff-select-hook (Bug#11478).
12067 2012-06-03  Chong Yidong  <cyd@gnu.org>
12069         * bindings.el: Remove explicit help text from format-mode-line.
12070         It is now supplied by mode-line-default-help-echo.
12071         (mode-line-front-space, mode-line-end-spaces)
12072         (mode-line-misc-info): New variables.
12073         (mode-line-modes, mode-line-position): Move the default value to
12074         the variable definition.
12075         (mode-line-default-help-echo): New defcustom.
12076         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12077         (mode-line-modified-help-echo): New functions.
12078         (mode-line-mule-info, mode-line-modified): Use them.
12079         (mode-line-eol-desc, propertized-buffer-identification):
12080         Consistency fixes for help text.
12081         (mode-line-coding-system-map): Allow using mouse-3 to invoke
12082         set-buffer-file-coding-system (Bug#289).
12083         (mode-line-mule-info-help-echo): Update help text.
12085 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12087         * simple.el (execute-extended-command): Set real-this-command
12088         (bug#11506).
12090 2012-06-02  Chong Yidong  <cyd@gnu.org>
12092         Remove incorrect uses of "modeline" in comments, docstrings, and
12093         function/variable names (Bug#10329).
12095         * cus-edit.el (mode-line):
12096         * dframe.el (dframe-mouse-hscroll):
12097         * emacs-lisp/re-builder.el:
12098         * emacs-lisp/easy-mmode.el (define-minor-mode):
12099         * frame.el (set-frame-name):
12100         * help.el (lookup-minor-mode-from-indicator):
12101         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12102         * progmodes/cc-cmds.el (c-toggle-auto-newline)
12103         (c-toggle-hungry-state):
12104         * progmodes/antlr-mode.el (antlr-language-alist):
12105         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12106         * progmodes/vhdl-mode.el (vhdl-mode):
12107         * progmodes/which-func.el (which-func, which-func-cleanup-function):
12108         * term/ns-win.el (ns-face-at-pos):
12109         * term/sup-mouse.el (sup-mouse-report):
12110         * textmodes/flyspell.el (flyspell-mode-line-string):
12111         * textmodes/ispell.el (ispell-highlight-face):
12112         * textmodes/reftex-global.el:
12113         * vc/vc-arch.el (vc-arch-mode-line-string):
12114         * vc/vc-cvs.el (vc-cvs-mode-line-string):
12115         * vc/vc-git.el (vc-git-mode-line-string):
12116         * vc/vc-hooks.el (vc-display-status)
12117         (vc-default-mode-line-string):
12118         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12120         * ansi-color.el (ansi-color-faces-vector): Change default faces.
12122         * dired.el (dired-sort-set-mode-line): Rename from
12123         dired-sort-set-modeline.  All callers changed.
12125         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12126         eshell-status-in-modeline.
12128         * foldout.el (foldout-mode-line-string): Rename from
12129         foldout-modeline-string.  All callers changed.
12130         (foldout-update-mode-line): Rename from foldout-update-modeline.
12132         * subr.el (redraw-modeline): Make into obsolete alias.
12134         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12135         timeclock-modeline-display.  Make old name an alias.
12136         (timeclock-update-mode-line): Likewise.  All callers changed.
12137         (timeclock-mode-line-display): No need to check before using
12138         add-hook.
12139         (timeclock-relative, timeclock-day-over-hook)
12140         (timeclock-use-elapsed, timeclock-mode-string)
12141         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12143         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12144         crisp-mode-modeline-string.
12146         * play/solitaire.el (solitaire-build-mode-line): Rename from
12147         solitaire-build-modeline.  All callers changed.
12149         * play/zone.el (zone-hiding-mode-line): Rename from
12150         zone-hiding-modeline.  All callers changed.
12151         (zone): Remove unusued `modeline-hidden-level' property.
12153         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12154         xscheme-modeline-initialize.  All callers changed.
12156         * strokes.el (strokes-lighter): Rename from
12157         strokes-modeline-string.
12159         * textmodes/sgml-mode.el (html-face-tag-alist)
12160         (html-tag-face-alist): Use mode-line face instead of obsolete
12161         alias modeline.
12163 2012-06-02  Stefan Merten  <smerten@oekonux.de>
12165         * textmodes/rst.el: Always require `cl'.
12166         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12168 2012-06-02  Chong Yidong  <cyd@gnu.org>
12170         * image.el (imagemagick-enabled-types): Rename from
12171         imagemagick-types-enable.  Add many more types.
12172         (imagemagick-types-inhibit): Change default to nil.
12173         (imagemagick-filter-types): Caller changed.
12175 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * emacs-lisp/cl-macs.el: Use backquotes.
12178         (cl-transform-function-property): Use eval-and-compile rather than
12179         abusing `require'.
12180         (defstruct): Use declare-function instead of with-no-warnings.
12182         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12183         (byte-compile-output-docform): Re-add the print-circle bindings.
12184         (byte-compile-fix-header): Use #$ just because it's shorter.
12185         (byte-compile-output-file-form): Remove defun/defmacro.
12187 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
12189         * simple.el (choose-completion): Remove now obsolete binding for
12190         owindow.
12192 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
12194         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12195         in order to avoid "Stack overflow in regexp matcher".
12197 2012-05-31  Glenn Morris  <rgm@gnu.org>
12199         * image.el: For clarity, call imagemagick-register-types at
12200         top-level, rather than relying on a custom :initialize.
12201         (imagemagick-types-enable): New option.  (Bug#11557)
12202         (imagemagick-filter-types): New function.  (Bug#7406)
12203         (imagemagick-register-types): Use imagemagick-filter-types.
12204         If disabling support, remove elements altogether rather
12205         than using an impossible regexp.
12206         (imagemagick-types-inhibit): Give it the default init function.
12208 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12210         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12211         Handle arbitrary file name lengths (Bug#11585).
12213 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
12215         * desktop.el (desktop-read): Clear previous and next buffers for
12216         all windows and bury *Messages* buffer (bug#11556).
12218 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12220         Add `declare' for `defun'.  Align `defmacro's with it.
12221         * emacs-lisp/easy-mmode.el (define-minor-mode)
12222         (define-globalized-minor-mode): Don't autoload the var definitions.
12223         * emacs-lisp/byte-run.el: Use lexical-binding.
12224         (defun-declarations-alist, macro-declarations-alist): New vars.
12225         (defmacro, defun): Use them.
12226         (make-obsolete, define-obsolete-function-alias)
12227         (make-obsolete-variable, define-obsolete-variable-alias):
12228         Use `declare'.
12229         (macro-declaration-function): Mark obsolete.
12230         * emacs-lisp/autoload.el: Use lexical-binding.
12231         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
12233 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12235         * textmodes/ispell.el (ispell-with-no-warnings):
12236         Define as a macro.
12237         (ispell-kill-ispell, ispell-change-dictionary):
12238         Use `called-interactively-p' for Emacs instead of obsolete
12239         `interactive-p'.
12241 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12243         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12244         (macro-declaration-function): Move var from C code.
12245         (macro-declaration-function): Define function with defalias.
12246         * emacs-lisp/macroexp.el (macroexpand-all-1):
12247         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12248         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12249         defun/defmacro any more.
12250         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12251         Provide fallback for unknown arglist.
12252         (byte-compile-arglist-warn): Change calling convention.
12253         (byte-compile-output-file-form): Move print-vars binding.
12254         (byte-compile-output-docform): Simplify accordingly.
12255         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12256         (byte-compile-defmacro-declaration): Remove.
12257         (byte-compile-file-form-defmumble): Generalize to defalias.
12258         (byte-compile-output-as-comment): Return byte-positions.
12259         Simplify callers accordingly.
12260         (byte-compile-lambda): Use `assert'.
12261         (byte-compile-defun, byte-compile-defmacro): Remove.
12262         (byte-compile-file-form-defalias):
12263         Use byte-compile-file-form-defmumble.
12264         (byte-compile-defalias-warn): Remove.
12266 2012-05-29  Stefan Merten  <smerten@oekonux.de>
12268         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12269         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
12271         (rst-mode-abbrev-table): Merge definition.
12272         (rst-mode): Make sure `font-lock-defaults' is buffer local.
12273         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12275 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
12277         * calendar/icalendar.el
12278         (icalendar-export-region): Export UID properly.
12280 2012-05-29  Leo Liu  <sdl.web@gmail.com>
12281         * calendar/icalendar.el (icalendar-import-format):
12282         Add `icalendar-import-format-uid' (Bug#11525).
12283         (icalendar-import-format-uid): New.
12284         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12285         Export UID.
12287 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12289         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12290         different alternative patterns.
12291         (pcase-codegen): Be more careful to preserve identity.
12292         (pcase--u1): Don't forget to mark vars as used.
12294         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12295         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12296         (byte-compile-from-buffer): ...rather than here.
12298         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12299         functions from byte-compile-function-environment.
12301 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
12303         * window.el (window-deletable-p): Avoid deleting the root window
12304         of a frame with an active minibuffer.
12306 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
12308         * simple.el (choose-completion): Use quit-window (Bug#11567).
12310 2012-05-29  Chong Yidong  <cyd@gnu.org>
12312         * whitespace.el (whitespace-cleanup): Fix usage of
12313         whitespace-empty-at-bob-regexp (Bug#11492).
12315 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12317         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12318         revert (Bug#11488).
12320 2012-05-29  Juri Linkov  <juri@jurta.org>
12322         * isearch.el (isearch-mode-map): Bind `M-s _' to
12323         `isearch-toggle-symbol'.  Bind `M-s c' to
12324         `isearch-toggle-case-fold'.
12325         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12326         (isearch-forward): Add `M-s _' to the docstring.
12327         (isearch-forward-symbol, isearch-toggle-case-fold)
12328         (isearch-symbol-regexp): New functions.  (Bug#11381)
12330 2012-05-29  Juri Linkov  <juri@jurta.org>
12332         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
12333         (isearch-occur, isearch-search-and-update): If `isearch-word' is
12334         a function, call it to get the regexp.
12335         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12336         property `isearch-message-prefix' instead of the string "word ".
12337         (isearch-search-fun-default): For the case of `isearch-word',
12338         return a lambda that calls re-search-forward/re-search-backward
12339         with a regexp returned by `word-search-regexp' or by the function
12340         in `isearch-word'.
12342 2012-05-29  Juri Linkov  <juri@jurta.org>
12344         * isearch.el (isearch-search-fun-default): New function.
12345         (isearch-search-fun): Move default part to the new function
12346         `isearch-search-fun-default'.
12347         (isearch-search-fun-function): Set the default value to
12348         `isearch-search-fun-default'.  (Bug#11381)
12350         * comint.el (comint-history-isearch-end):
12351         Use `isearch-search-fun-default'.
12352         (comint-history-isearch-search): Use `isearch-search-fun-default'
12353         and remove spacial case for `isearch-word'.
12354         (comint-history-isearch-wrap): Remove spacial case for
12355         `isearch-word'.
12357         * hexl.el (hexl-isearch-search-function):
12358         Use `isearch-search-fun-default'.
12360         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12361         Use `word-search-regexp' for `isearch-word'.
12363         * misearch.el (multi-isearch-search-fun):
12364         Use `isearch-search-fun-default'.
12366         * simple.el (minibuffer-history-isearch-search):
12367         Use `isearch-search-fun-default' and remove spacial case for
12368         `isearch-word'.
12369         (minibuffer-history-isearch-wrap): Remove spacial case for
12370         `isearch-word'.
12372         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12373         Remove spacial case for `isearch-word'.
12374         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12376 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12378         Decrease XEmacs incompatibilities.
12379         * textmodes/flyspell.el (flyspell-check-pre-word-p):
12380         Use `string-match'.
12381         (flyspell-delete-region-overlays): Use alternative definition for
12382         XEmacs.
12383         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12384         (flyspell-word): Use `process-kill-without-query' if XEmacs.
12385         (flyspell-mode-on): Use `interactive-p' if XEmacs.
12386         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12387         `define-obsolete-face-alias' under XEmacs, but old method.
12389         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12390         `with-no-warnings' definition or Emacs alias.
12391         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12392         (ispell-word): Do not use `region-p' if XEmacs.
12394 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12396         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12397         Check for `ispell-dictionary-base-alist' instead of full
12398         `ispell-dictionary-alist'.
12399         (ispell-init-process): Show spellchecker when starting new Ispell
12400         process.
12402 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12405         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12407 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
12409         * version.el (motif-version-string, gtk-version-string)
12410         (ns-version-string): Declare.
12412 2012-05-27  Juri Linkov  <juri@jurta.org>
12414         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12415         after the `eval-defun-1' specialcaseing
12416         like in `edebug-eval-defun' (bug#10181).
12418         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12419         like in `eval-defun-1'.
12421 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
12423         * mail/sendmail.el (mail-yank-region):
12424         Recognize rmail-yank-current-message in addition to insert-buffer.
12425         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12426         a *mail* buffer created through rmail-start-mail with sendmail as
12427         mail-user-agent.
12429 2012-05-27  Chong Yidong  <cyd@gnu.org>
12431         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12432         Default to 256 (Bug#11267).
12434         * help.el (describe-mode): Doc fix.
12436 2012-05-26  Glenn Morris  <rgm@gnu.org>
12438         * w32-fns.el (w32-init-info): Remove.
12439         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12441         * info.el (info-initialize): For self-contained NS builds, put the
12442         included info/ directory at the front.  (Bug#2791)
12444         * paths.el (Info-default-directory-list): Make it a defcustom,
12445         mainly so that we can use custom-initialize-delay.
12447 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * subr.el (buffer-has-markers-at): Mark obsolete.
12451         * subr.el (lambda): Use declare.
12453         * emacs-lisp/lisp-mode.el (lambda):
12454         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12456 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12458         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
12460 2012-05-26  Glenn Morris  <rgm@gnu.org>
12462         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12464 2012-05-25  Glenn Morris  <rgm@gnu.org>
12466         * paths.el: Remove no-byte-compile.
12467         * loadup.el: No need to load paths.el uncompiled.
12469         * image.el (imagemagick-types-inhibit): Doc fix.
12471         * version.el: Remove no-byte-compile and associated formatting.
12472         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
12473         is ancient code from when there was an "inc-vers.el".
12475 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12477         * progmodes/gdb-mi.el: Minor style changes.
12478         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12479         Turn into minor modes.
12480         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12481         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12482         (gdb-shell): Remove unneeded let-binding.
12483         (gdb-get-many-fields): Eliminate O(n²) behavior.
12485 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
12487         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12488         platforms that don't link in fontset.c.
12490 2012-05-25  Juri Linkov  <juri@jurta.org>
12492         Use the same diff color scheme as in modern VCSes (bug#10181).
12494         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12495         to avoid confusion with `diff-added' that now uses green colors.
12496         (diff-removed): Use shades of red.
12497         (diff-added): Use shades of green.
12498         (diff-changed): Leave just the yellow color.
12499         (diff-use-changed-face): New variable.
12500         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12501         how to highlight context diff changes.
12502         (diff-refine-change): Use shades of yellow.
12503         (diff-refine-removed): New face that uses shades of red.
12504         (diff-refine-added): New face that uses shades of green.
12505         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12506         `diff-refine-removed' in the call to `smerge-refine-subst'
12507         depending on the value of `diff-use-changed-face'.
12509         * vc/smerge-mode.el (smerge-mine): Use shades of red.
12510         (smerge-other): Use shades of green.
12511         (smerge-base): Use shades of yellow.
12512         (smerge-refined-change): Empty face.
12513         (smerge-refined-removed): New face that uses shades of red.
12514         (smerge-refined-added): New face that uses shades of green.
12515         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
12516         args `props-r' and `props-a', and use them.  Doc fix.
12517         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12518         on its value use different faces `smerge-refined-change',
12519         `smerge-refined-removed', `smerge-refined-added' in the call to
12520         `smerge-refine-subst'.
12522         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12523         Add face condition `min-colors 88' with shades of red.
12524         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12525         `min-colors 88' with shades of green.
12526         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12527         `min-colors 88' with shades of yellow.
12529 2012-05-24  Glenn Morris  <rgm@gnu.org>
12531         * paths.el (prune-directory-list, remote-shell-program): Move to...
12532         * files.el (prune-directory-list, remote-shell-program): ...here.
12533         For the latter, delay initialization, prefer ssh, just search PATH.
12535         * paths.el (term-file-prefix): Move to faces.el (the only user).
12536         * faces.el (term-file-prefix): Move here, make it a defcustom.
12538         * paths.el (news-directory, news-path, news-inews-program):
12539         Move to gnus/nnspool.el.
12541         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12543         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12544         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12545         Make the latter a defcustom, with a delayed initialization.
12547         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12548         These were deleted from Gnus itself late 2010.
12550 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
12552         * progmodes/which-func.el (which-func-ff-hook):
12553         Check against user-error, not error.
12555         * emacs-lisp/edebug.el (top): Do not load or set up loading of
12556         cl-specs.el, which no longer exists.
12558 2012-05-22  Glenn Morris  <rgm@gnu.org>
12560         * info.el (info-emacs-bug): New command.
12561         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12562         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12564 2012-05-21  Glenn Morris  <rgm@gnu.org>
12566         * makefile.w32-in (update-subdirs-SH):
12567         * Makefile.in (update-subdirs): Update for moved update-subdirs.
12569 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12571         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12573         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12574         Simplify Maven regexp, and make sure the file can't start with a space
12575         (bug#11517).
12577 2012-05-21  Glenn Morris  <rgm@gnu.org>
12579         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12580         Scrap superfluous subshells.
12582 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12584         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12585         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12587 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
12589         * calc/calc.el (calc-ensure-consistent-units): New variable.
12591         * calc/calc-units.el (math-consistent-units-p)
12592         (math-check-unit-consistency): New functions.
12593         (calc-quick-units, calc-convert-units):
12594         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12595         is non-nil.
12596         (calc-extract-units): Fix typo.
12598 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12600         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12602         * textmodes/flyspell.el: Commenting style, plus code simplifications.
12603         (flyspell-default-deplacement-commands): Don't spell check after
12604         repeated window/frame switches (e.g. triggered by mouse-movement).
12605         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12606         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12607         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12608         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12609         Remove unused vars.
12610         (flyspell-get-casechars, flyspell-get-not-casechars):
12611         Simplify; Don't bother removing a ] just to add it back.
12612         * textmodes/ispell.el (ispell-program-name): Use executable-find.
12614 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
12616         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12617         New functions.
12618         (math-function-table): Add support for more C functions.
12620 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12622         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12623         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12624         Protect delay handling for otherchars against empty otherchars.
12626 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12628         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12629         their respective macro declarations.
12630         * skeleton.el (define-skeleton):
12631         * progmodes/compile.el (define-compilation-mode):
12632         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12633         (define-ibuffer-filter):
12634         * emacs-lisp/generic.el (define-generic-mode):
12635         * emacs-lisp/easy-mmode.el (define-minor-mode)
12636         (define-globalized-minor-mode):
12637         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12638         * emacs-lisp/byte-run.el (defsubst):
12639         * custom.el (deftheme): Add doc-string metadata.
12641 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12643         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12645 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12647         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12649         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12650         * emacs-lisp/cl-macs.el: Idem.
12651         * emacs-lisp/cl-specs.el: Remove.
12653 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12655         Minor renaming of internal CL functions and variables.
12656         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12657         (cl--position): Rename from cl-position.
12658         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12659         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12660         (cl--random-state): Rename from *random-state*.
12662 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12665         parens around the arg list (bug#11499).
12667 2012-05-17  Juri Linkov  <juri@jurta.org>
12669         * isearch.el (word-search-regexp, word-search-backward)
12670         (word-search-forward, word-search-backward-lax)
12671         (word-search-forward-lax): Move functions from search.c
12672         (bug#10145, bug#11381).
12674 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12676         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12677         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12678         Delay for otherchars as for normal word components.
12680 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12682         * minibuffer.el (completion--sifn-requote): Fix last change.
12683         (minibuffer-local-must-match-filename-map):
12684         Move define-obsolete-variable-alias before its var.
12686 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12690         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12691         behavior.
12692         (completion--string-equal-p): New function.
12693         (completion--twq-all): Use it to get better assertion failure data.
12695         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12696         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12697         (shell--requote-argument): New functions.
12698         (shell-completion-vars): Use them.
12699         (shell--parse-pcomplete-arguments): Rename from
12700         shell-parse-pcomplete-arguments.
12701         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12702         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12703         Obey comint-file-name-quote-list.
12705         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12706         (smie-indent-keyword): Use it.
12708 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12710         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12712 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12714         * net/rlogin.el (rlogin-mode-map): Fix last change.
12716 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12718         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12719         the following \r\n using a single `process-send-string', since the
12720         Lotus SMTP server refuses to accept any commands if they are sent
12721         with two `process-send-string's (Bug#11444).
12723 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12725         * shell.el (shell-parse-pcomplete-arguments):
12726         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12728 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12730         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12731         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12732         (image-transform-width, image-transform-fit-width): New functions.
12733         (image-transform-properties): Use them.
12734         (image-transform-check-size): New function.
12735         (image-toggle-display-image): Use it (for testing).
12736         (image-transform-set-rotation): Reduce angle mod 360.
12737         Delete obsolete comment.
12739 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12741         * image-mode.el: Fix scaling (bug#11399).
12742         (image-transform-resize): Doc fix.
12743         (image-transform-properties): Default scale is 1 and height should
12744         be an integer.
12746 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
12748         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12749         than hard-coding `car', to fix misbehavior when moving forward.
12751 2012-05-13  Chong Yidong  <cyd@gnu.org>
12753         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12754         (tabulated-list-entries, tabulated-list-padding)
12755         (tabulated-list-sort-key): Make permanent-local.
12757         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12758         (electric-buffer-list): Put electric buffer menu
12759         command descriptions in this docstring, instead of the docstring
12760         of electric-buffer-menu-mode.  Code cleanups.
12761         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12762         Electric-buffer-menu-mode.
12763         (electric-buffer-update-highlight): Minor code cleanup.
12765 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12767         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12768         (Bug#11447)
12770 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12772         Move define-obsolete-variable-alias before the var's definition.
12773         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12774         * tooltip.el (tooltip-hook):
12775         * textmodes/reftex-toc.el (reftex-toc-map):
12776         * textmodes/reftex-sel.el (reftex-select-label-map)
12777         (reftex-select-bib-map):
12778         * textmodes/reftex-index.el (reftex-index-map)
12779         (reftex-index-phrases-map):
12780         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12781         * progmodes/meta-mode.el (meta-mode-map):
12782         * novice.el (disabled-command-hook):
12783         * loadhist.el (unload-hook-features-list):
12784         * frame.el (blink-cursor):
12785         * files.el (find-file-not-found-hooks, write-file-hooks)
12786         (write-contents-hooks):
12787         * emulation/tpu-edt.el (GOLD-map):
12788         * emacs-lock.el (emacs-lock-from-exiting):
12789         * emacs-lisp/generic.el (generic-font-lock-defaults):
12790         * emacs-lisp/chart.el (chart-map):
12791         * dos-fns.el (register-name-alist):
12792         * dired-x.el (dired-omit-files-p):
12793         * desktop.el (desktop-enable):
12794         * cus-edit.el (custom-mode-hook):
12795         * buff-menu.el (buffer-menu-mode-hook):
12796         * bookmark.el (bookmark-read-annotation-text-func)
12797         (bookmark-exit-hooks):
12798         * allout.el (allout-mode-deactivate-hook)
12799         (allout-exposure-change-hook, allout-structure-added-hook)
12800         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12801         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12802         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12803         comes before the corresponding variable's definition.
12805 2012-05-12  Chong Yidong  <cyd@gnu.org>
12807         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12808         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12809         (Buffer-menu-mode-map): Bind it.
12810         (Buffer-menu--pretty-name): Add a mouse-face property.
12812 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12814         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12815         (prolog-upper-case-string, prolog-lower-case-string)
12816         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12817         (prolog-use-smie, prolog-smie-grammar): New vars.
12818         (prolog-smie-forward-token, prolog-smie-backward-token)
12819         (prolog-smie-rules): New funs.
12820         (prolog-comment-indent): Remove.
12821         (prolog-mode-variables): Use default comment indentation instead.
12822         Setup SMIE.
12823         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12824         (prolog-mode): Don't call them any more.
12825         (prolog-electric-colon, prolog-electric-dash)
12826         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12828         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12830         * minibuffer.el (completion--twq-all): Again, allow case differences.
12832         * term.el: Move keymap initialization code to be more idiomatic.
12833         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12834         (term-terminal-menu): Move initialization into declaration.
12835         (term-escape-char): Let the user set it in her .emacs.
12837         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12838         Provide SMIE-based indentation (not enabled by default yet).
12839         (sh-mode-map): Don't bind electric keys.
12840         Use electric-pair-mode instead of skeleton-pair.
12841         (sh-assignment-regexp): Fit within 80 columns.
12842         (sh-indent-supported): Specify actual shell name instead of boolean.
12843         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12844         (sh-maybe-here-document): Use it.  Make obsolete.
12845         (sh-electric-here-document-mode) New minor mode.
12846         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
12847         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12848         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12849         (sh-smie-rc-grammar, sh-use-smie): New vars.
12850         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12851         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12852         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12853         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12854         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12855         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12856         (sh-set-shell): Use smie-setup if requested.
12858         * term.el (term-set-escape-char): Properly set term-escape-char.
12859         See http://stackoverflow.com/questions/10524656.
12861 2012-05-10  Chong Yidong  <cyd@gnu.org>
12863         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12864         Use url-generic-parse-url, and handle host names and Windows
12865         filenames properly.
12866         (ffap-url-unwrap-remote): Use url-generic-parse-url.
12867         (ffap-url-unwrap-remote): Accept list values, specifying a list of
12868         URL schemes to work on.
12869         (ffap--toggle-read-only): New function.
12870         (ffap-read-only, ffap-read-only-other-window)
12871         (ffap-read-only-other-frame): Use it.
12872         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12873         necessary for ffap-url-unwrap-remote.
12875 2012-05-10  Dave Abrahams  <dave@boostpro.com>
12877         * cus-start.el (create-lockfiles): Add it.
12879 2012-05-09  Chong Yidong  <cyd@gnu.org>
12881         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12882         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12884 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12886         * shell.el (shell-completion-vars): Fix last change (bug#11348).
12888 2012-05-09  Chong Yidong  <cyd@gnu.org>
12890         * ansi-color.el (ansi-color-process-output): Check for validity of
12891         comint-last-output-start before using it.  This avoids a bad
12892         interaction with gdb-mi's input/output buffer.
12894 2012-05-09  Glenn Morris  <rgm@gnu.org>
12896         * files.el (dir-locals-read-from-file):
12897         Mention dir-locals in any error message.
12899 2012-05-09  Chong Yidong  <cyd@gnu.org>
12901         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12902         package (Bug#11410).
12904         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12905         variables into description.
12907 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12909         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12910         shell-delimiter-argument-list (bug#11348).
12911         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12913 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
12915         * textmodes/rst.el: Silence byte-compiler warnings.
12916         (rst-re-alist, rst-reset-section-caches): Move around.
12917         (rst-re): Use `characterp', not `char-valid-p'.
12918         (font-lock-beg, font-lock-end): Declare.
12920         * progmodes/idlw-shell.el (specs): Remove reference to deleted
12921         variable `idlwave-shell-activate-alt-keybindings' and simplify.
12923         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12925 2012-05-08  Glenn Morris  <rgm@gnu.org>
12927         * files.el (auto-mode-alist): Treat ".make" like ".mk".
12929 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12931         * vc/log-edit.el: Add GNU coding standards highlighting.
12932         (log-edit-font-lock-gnu-style)
12933         (log-edit-font-lock-gnu-keywords): New vars.
12934         (log-edit-font-lock-keywords): New fun.
12935         (log-edit-mode): Don't fold case in font-lock.
12936         (log-edit-font-lock-keywords): Do not assume case-folding.
12938         * imenu.el: Misc cleanup.  Make docstrings out of comments.
12939         Use lexical-binding.
12940         (imenu--index-alist, imenu--last-menubar-index-alist)
12941         (imenu-menubar-modified-tick): Use defvar-local.
12942         (imenu--split-menu): Remove unused var.
12943         (imenu--cleanup-seen): Declare as global.
12944         (imenu--cleanup): Use dolist.
12946         * subr.el (defvar-local): Add debug spec and doc-string position.
12948 2012-05-08  Glenn Morris  <rgm@gnu.org>
12950         * language/burmese.el, language/cham.el, language/czech.el:
12951         * language/english.el, language/georgian.el, language/greek.el:
12952         * language/japanese.el, language/khmer.el, language/korean.el:
12953         * language/lao.el, language/misc-lang.el, language/romanian.el:
12954         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12955         * language/thai.el, language/utf-8-lang.el:
12956         Remove no-byte-compile setting.
12958         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
12960 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12962         * progmodes/make-mode.el (makefile-browse):
12963         Remove unnecessary interactive.  (Bug#11324)
12965 2012-05-07  Glenn Morris  <rgm@gnu.org>
12967         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12969         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12971 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12973         * loadup.el: Preload newcomment.el.
12974         * newcomment.el: Move autoload-only code to toplevel.
12976         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12977         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12978         Handle new :right-align column property.
12979         (tabulated-list-print-col): Idem, plus use `display' text-property to
12980         try and preserve alignment for variable pitch fonts.
12982 2012-05-07  Chong Yidong  <cyd@gnu.org>
12984         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12985         (tabulated-list-use-header-line): New var.
12986         (tabulated-list-init-header): Use it.
12987         (tabulated-list-print-fake-header): New function.
12988         (tabulated-list-print): Use it.
12989         (tabulated-list-sort-button-map): Add non-header-line commands.
12990         (tabulated-list-init-header): Add column name property to basic
12991         labels as well.
12992         (tabulated-list-col-sort): Handle non-header-line button case.
12993         (tabulated-list--sort-by-column-name): Fix a corner case.
12995         * buff-menu.el (list-buffers--refresh):
12996         Handle Buffer-menu-use-header-line.
12998 2012-05-06  Chong Yidong  <cyd@gnu.org>
13000         * buff-menu.el: Convert to Tabulated List mode.
13001         (Buffer-menu-buffer+size-width): Make obsolete.
13002         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13003         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13004         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
13005         documentation into docstring of buffer-menu.
13006         (Buffer-menu-toggle-files-only): Add an informative message.
13007         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13008         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13009         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13010         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13011         (Buffer-menu-execute, Buffer-menu-select)
13012         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13013         (Buffer-menu-bury): Use Tabulated List machinery.
13014         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13015         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13016         Delete.
13017         (list-buffers--refresh): New function.
13018         (list-buffers-noselect): Use it.
13019         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13020         (Buffer-menu--pretty-file-name): New helper functions.
13022         * loadup.el: Preload tabulated-list.
13024         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13025         tabulated-list-sort-column.
13026         (tabulated-list-init-header): Add the initial aligning space even
13027         if tabulated-list-padding is zero.
13029 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
13031         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13032         whose cdr is not a cons cell correctly (bug#11038).
13034 2012-05-06  Chong Yidong  <cyd@gnu.org>
13036         * emacs-lisp/tabulated-list.el (tabulated-list-format):
13037         Accept additional plist in column descriptors.
13038         (tabulated-list-init-header): Obey it.
13039         (tabulated-list-get-entry): New function.
13040         (tabulated-list-put-tag): Use it.  Use string-width instead of
13041         length.
13042         (tabulated-list--column-number): New function.
13043         (tabulated-list-print): Use it.
13044         (tabulated-list-print-col): New function.
13045         Set `tabulated-list-column-name' property on each column's text.
13046         (tabulated-list-print-entry): Use it.
13047         (tabulated-list-delete-entry, tabulated-list-set-col):
13048         New functions.
13049         (tabulated-list-sort-column): New command (Bug#11337).
13051         * buff-menu.el (list-buffers): Move C-x C-b binding from
13052         buff-menu.el to bindings.el.
13054         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13055         :advertised-binding feature.
13057 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
13059         * progmodes/compile.el (compilation-internal-error-properties):
13060         Calculate start position correctly when end-col is set but
13061         end-line is not (Bug#11382).
13063 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
13065         * man.el (Man-unindent): Use text-property-default-nonsticky to
13066         prevent untabify from inheriting face properties (Bug#11408).
13068 2012-05-05  Stefan Merten  <smerten@oekonux.de>
13070         * textmodes/rst.el: Major merge with upstream development up to
13071         Docutils SVN r7399 / rst.el V1.2.1.
13073         Clarify maintainership and authors.
13075         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13076         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13077         (rst-official-version, rst-official-cvs-rev, rst-version)
13078         (rst-package-emacs-version-alist): New functions and variables
13079         for version information.
13081         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13082         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13083         (rst-mode-syntax-table, rst-mode): New and corrected functions
13084         and variables representing reStructuredText features.
13086         (rst-re): New function for reStructuredText regexes.  Use in
13087         many places.
13089         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13090         (rst-mode-map): Rebind keys.
13092         (rst-mode-lazy, rst-font-lock-keywords)
13093         (rst-font-lock-extend-region)
13094         (rst-font-lock-extend-region-internal)
13095         (rst-font-lock-extend-region-extend)
13096         (rst-font-lock-find-unindented-line-limit)
13097         (rst-font-lock-find-unindented-line-match)
13098         (rst-adornment-level, rst-font-lock-adornment-level)
13099         (rst-font-lock-adornment-match)
13100         (rst-font-lock-handle-adornment-pre-match-form)
13101         (rst-font-lock-handle-adornment-matcher): Major revision of
13102         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
13104         (rst-preferred-adornments, rst-adjust-hook)
13105         (rst-new-adornment-down, rst-preferred-bullets)
13106         (rst-preferred-bullets, rst-indent, rst-indent-width)
13107         (rst-indent-field, rst-indent-literal-normal)
13108         (rst-indent-literal-minimized, rst-indent-comment): Change,
13109         extend and improve customization.
13111         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13112         (rst-normalize-cursor-position, rst-get-decoration)
13113         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13114         (rst-rstrip, rst-toc-insert-find-delete-contents)
13115         (rst-shift-fill-region, rst-compute-bullet-tabs)
13116         (rst-debug-print-tabs, rst-debug-mark-found)
13117         (rst-shift-region-guts, rst-shift-region-right)
13118         (rst-shift-region-left, rst-use-char-classes)
13119         (rst-font-lock-keywords-function)
13120         (rst-font-lock-indentation-point)
13121         (rst-font-lock-find-unindented-line-begin)
13122         (rst-font-lock-find-unindented-line-end)
13123         (rst-font-lock-find-unindented-line)
13124         (rst-font-lock-adornment-point, rst-font-lock-level)
13125         (rst-adornment-level-alist): Remove functions and variables.
13127         (rst-compare-adornments, rst-get-adornment-match)
13128         (rst-suggest-new-adornment, rst-get-adornments-around)
13129         (rst-adornment-complete-p, rst-get-next-adornment)
13130         (rst-adjust-adornment, rst-display-adornments-hierarchy)
13131         (rst-straighten-adornments): Standardize function names to
13132         use "adornment" instead of "decoration".  Correct callers.
13133         Similar standardizing in many places.
13135         (rst-update-section, rst-adjust, rst-promote-region)
13136         (rst-enumerate-region, rst-bullet-list-region)
13137         (rst-repeat-last-character): Correct use of `interactive'.
13139         (rst-classify-adornment, rst-find-all-adornments)
13140         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13141         (rst-find-leftmost-column, rst-repeat-last-character):
13142         Refactor functions.
13144         (rst-find-title-line, rst-reset-section-caches)
13145         (rst-get-adornments-around, rst-adjust-adornment-work)
13146         (rst-arabic-to-roman, rst-roman-to-arabic)
13147         (rst-insert-list-pos, rst-insert-list-new-item)
13148         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13149         New functions.
13151         (rst-all-sections, rst-section-hierarchy)
13152         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13153         New variables.
13155         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13156         configuration instead of only buffer.  Change where necessary.
13158         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13159         (rst-shift-region, rst-adaptive-fill): New functions for
13160         indentation and filling.
13162         (rst-comment-line-break, rst-comment-indent)
13163         (rst-comment-insert-comment, rst-comment-region)
13164         (rst-uncomment-region): New functions for handling comments.
13166         (rst-compile): Quote shell arguments.
13168         (rst-compile-pdf-preview, rst-compile-slides-preview):
13169         Delete temporary files after use.
13171 2012-05-05  Glenn Morris  <rgm@gnu.org>
13173         * calendar/cal-html.el: Optionally include holidays in the output.
13174         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13175         (cal-html-holidays): New option.
13176         (cal-html-css-default): Add holiday entry.
13177         (holiday-in-range): Autoload it.
13178         (cal-html-htmlify-entry): Add optional class argument.
13179         (cal-html-htmlify-list): Add optional holidays argument.
13180         (cal-html-insert-agenda-days): Include holidays in the output.
13181         (cal-html-one-month): Maybe include holidays.
13183         * calendar/holidays.el (holiday-in-range):
13184         Move here from cal-tex-list-holidays.
13185         * calendar/cal-tex.el (cal-tex-list-holidays):
13186         Make it an obsolete alias for holiday-in-range.  Update all callers.
13188 2012-05-05  Chong Yidong  <cyd@gnu.org>
13190         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13191         Nextstep.
13193 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
13195         * files.el (file-auto-mode-skip): New var.
13196         (set-auto-mode-1): Use it.
13198 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13200         * repeat.el: Use lexical-binding.
13201         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13202         (repeat-undo-count): Remove.
13203         (repeat):
13204         * progmodes/octave-mod.el (octave-abbrev-start):
13205         * progmodes/f90.el (f90-abbrev-start):
13206         * face-remap.el (text-scale-adjust):
13207         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13209         * emacs-lisp/pcase.el (pcase--let*): New function.
13210         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13211         a bit more.
13212         (pcase--split-pred): Be more clever about ruling out overlap between
13213         a predicate and some constant pattern.
13214         (pcase--q1): Use `null' instead of (eq foo nil).
13216         * subr.el (setq-local, defvar-local): New macros.
13217         (kbd): Redefine as an alias.
13218         (with-selected-window): Leave unrelated frames alone.
13219         (set-temporary-overlay-map): New function.
13221 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13223         * subr.el (user-error): New function.
13224         * window.el (switch-to-buffer):
13225         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13226         (smerge-match-conflict):
13227         * simple.el (previous-matching-history-element)
13228         (next-matching-history-element, goto-history-element, undo-more)
13229         (undo-start):
13230         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13231         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13232         (next-file, tags-loop-scan, list-tags, complete-tag):
13233         * progmodes/compile.el (compilation-loop):
13234         * mouse.el (mouse-minibuffer-check):
13235         * man.el (Man-bgproc-sentinel, Man-goto-page):
13236         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13237         (Info-history-forward, Info-follow-reference, Info-menu)
13238         (Info-extract-menu-item, Info-extract-menu-counting)
13239         (Info-forward-node, Info-backward-node, Info-next-menu-item)
13240         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13241         (Info-next-reference, Info-prev-reference, Info-index)
13242         (Info-index-next, Info-follow-nearest-node)
13243         (Info-copy-current-node-name):
13244         * imenu.el (imenu--make-index-alist)
13245         (imenu-default-create-index-function, imenu-add-to-menubar):
13246         * files.el (basic-save-buffer, recover-file):
13247         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13248         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13249         (checkdoc-message-text, checkdoc-defun):
13250         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13251         * cus-edit.el (customize-changed-options, customize-rogue)
13252         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13253         (custom-variable-mark-to-reset-standard)
13254         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13255         (custom-file):
13256         * completion.el (check-completion-length):
13257         * comint.el (comint-search-arg)
13258         (comint-previous-matching-input-string-position)
13259         (comint-previous-matching-input)
13260         (comint-replace-by-expanded-history-before-point, comint-send-input)
13261         (comint-copy-old-input, comint-backward-matching-input)
13262         (comint-goto-process-mark, comint-set-process-mark):
13263         * calendar/calendar.el (calendar-cursor-to-date): Use it.
13264         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13266 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13268         * dabbrev.el (dabbrev--ignore-case-p): New function.
13269         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13270         Use it.
13272         * files.el (automount-dir-prefix): Mark as obsolete.
13274 2012-05-04  Glenn Morris  <rgm@gnu.org>
13276         * patcomp.el, play/bruce.el: Move to obsolete/.
13278 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
13280         Fix minor Y10k bugs.
13281         * arc-mode.el (archive-unixdate):
13282         * autoinsert.el (auto-insert-alist):
13283         * calc/calc-forms.el (math-this-year):
13284         * emacs-lisp/copyright.el (copyright-current-year)
13285         (copyright-update-year, copyright):
13286         * tar-mode.el (tar-clip-time-string):
13287         * time.el (display-time-update):
13288         Don't assume years have 4 digits.
13290 2012-05-04  Chong Yidong  <cyd@gnu.org>
13292         * dos-w32.el (file-name-buffer-file-type-alist)
13293         (direct-print-region-use-command-dot-com):
13294         * ffap.el (ffap-menu-regexp):
13295         * find-file.el (ff-special-constructs):
13296         * follow.el (follow-debug):
13297         * forms.el (forms--debug):
13298         * iswitchb.el (iswitchb-all-frames):
13299         * ido.el (ido-all-frames):
13300         * emacs-lisp/timer.el (timer-max-repeats):
13301         * mail/feedmail.el (feedmail-mail-send-hook)
13302         (feedmail-mail-send-hook-queued):
13303         * mail/footnote.el (footnote-signature-separator):
13304         * mail/mailabbrev.el (mail-alias-separator-string)
13305         (mail-abbrev-mode-regexp):
13306         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13307         * progmodes/idlwave.el (idlwave-libinfo-file)
13308         (idlwave-default-completion-case-is-down)
13309         (idlwave-library-routines): Convert defvars to defcustoms.
13311         * mail/rmail.el (rmail-decode-mime-charset):
13312         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13313         (idlwave-shell-fix-inserted-breaks)
13314         (idlwave-shell-activate-alt-keybindings)
13315         (idlwave-shell-use-breakpoint-glyph):
13316         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13318 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13320         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13322 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
13324         * progmodes/verilog-mode.el (font-lock-keywords):
13325         Fix mis-highligting auto.  Reported by Craig Barner.
13326         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13327         defines from global name space.  Reported by Dan Dever.
13328         (verilog-auto-reset, verilog-auto-reset-widths)
13329         (verilog-auto-tieoff): Support using unbased numbers for
13330         AUTORESET and AUTOTIEOFF.
13331         (verilog-submit-bug-report): Update variable list.
13332         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13333         parenthesis from not matching.  Reported by Michael Rytting.
13334         (verilog-auto-template-lint): Fix hash error when linting modules
13335         with no used templates.
13336         (verilog-warn, verilog-warn-error)
13337         (verilog-warn-fatal): When non-interactive report multiple
13338         warnings before exiting.  Suggested by Brad Dobbie.
13339         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13340         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13341         to report unused template errors.  Reported by Brad Dobbie.
13342         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13343         nets, bug438.  Reported by Vns Blore.
13344         (verilog-auto-inout-module, verilog-auto-reg)
13345         (verilog-read-decls, verilog-read-sub-decls-sig)
13346         (verilog-signals-edit-wire-reg, verilog-signals-with):
13347         Fix passing of Verilog data types in ANSI input/output ports
13348         such as "output logic" into the AUTOs.  Special case "wire" and
13349         "reg" for backwards compatibility presuming Verilog 2001.
13350         (verilog-auto-ascii-enum): Add "auto enum" as alias.
13351         (verilog-preprocess): Fix replication of preprocess output.
13352         Reported by Brad Dobbie.
13353         (verilog-auto-inst-interfaced-ports):
13354         Create verilog-auto-inst-interfaced-ports, bug429.
13355         Reported by Julian Gorfajn.
13356         (verilog-after-save-font-hook)
13357         (verilog-before-save-font-hook): New variable.
13358         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13359         (verilog-save-font-mods): Wrap disabling fontification, reported
13360         by David Rogoff.
13361         (verilog-do-indent, verilog-pretty-declarations-auto)
13362         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13363         Reported by Pierre-David Pfister.
13364         (verilog-set-auto-endcomments): Fix endtask auto comments outside
13365         of class declarations, bug292.  Reported by Kevin Heilman.
13366         (verilog-read-decls): Fix 'parameter type' not appearing in
13367         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
13368         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13369         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
13370         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13371         Reported by David Kravitz.
13373 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
13375         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13376         assignment with tests in ifs and for loops.
13377         (verilog-extended-complete-re, verilog-complete-reg): Change so
13378         that DPI inport functions don't look like fuction declarations.
13379         (verilog-pretty-expr): Don't line up assignment
13380         operations to the test and increment in if and for loops
13381         (verilog-extended-complete-re, verilog-complete-reg): Change so
13382         that DPI inport functions don't look like fuction declarations.
13384 2012-05-03  Kenichi Handa  <handa@m17n.org>
13386         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13387         decoding, and show a warning message without signaling an error
13388         (Bug#11282).
13390 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13392         * emacs-lisp/bytecomp.el
13393         (byte-compile-file-form-custom-declare-variable): Compile all elements,
13394         since cconv.el might have introduced :fun-body, internal-make-closure,
13395         and friends for bytecomp to handle (bug#11391).
13396         * custom.el (defcustom): Avoid ((λ ..) ..).
13398 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13400         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13402 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
13404         * notifications.el (dbus-debug):
13405         * term/linux.el (gpm-mouse-enable):
13406         * term/screen.el (xterm-register-default-colors): Declare.
13408 2012-05-02  Chong Yidong  <cyd@gnu.org>
13410         * cus-start.el (gc-cons-percentage, exec-suffixes)
13411         (dos-display-scancodes, dos-hyper-key, dos-super-key)
13412         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13413         (make-cursor-line-fully-visible, void-text-area-pointer)
13414         (font-list-limit): Add customization data.
13416         * allout.el (allout-exposure-change-functions)
13417         (allout-structure-added-functions)
13418         (allout-structure-deleted-functions)
13419         (allout-structure-shifted-functions): Rename abnormal hooks from
13420         *-hook, and convert to defcustoms.
13421         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13422         Convert to defcustoms.
13423         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13425         * allout-widgets.el: Hook callers changed.
13427 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
13429         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13430         the yanked message in preference to the default value of
13431         buffer-file-coding-system.
13433 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
13435         * window.el (display-buffer--action-function-custom-type):
13436         Fix entry.
13438 2012-05-02  Alan Mackenzie  <acm@muc.de>
13440         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13442 2012-05-01  Glenn Morris  <rgm@gnu.org>
13444         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13446         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
13448         * cus-edit.el (custom-variable-documentation): Simplify with format.
13450 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13451             Stefan Monnier  <monnier@iro.umontreal.ca>
13453         * simple.el (suggest-key-bindings, execute-extended-command):
13454         Move from keyboard.c.
13456 2012-05-01  Chong Yidong  <cyd@gnu.org>
13458         * follow.el: Eliminate advice.
13459         (set-process-filter, process-filter, sit-for): Advice deleted.
13460         (follow-mode-off-hook): Obsolete hook removed.
13461         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13462         Vars deleted.
13463         (follow-auto): Use a :set function.
13464         (follow-mode): Rewritten.  Don't advise process filters.
13465         (follow-switch-to-current-buffer-all, follow-scroll-up)
13466         (follow-scroll-down): Assume follow-mode is bound.
13467         (follow-comint-scroll-to-bottom)
13468         (follow-align-compilation-windows): New functions.
13469         (follow--window-sorter): New function.
13470         (follow-all-followers): Use it to explicitly sort windows by their
13471         positions; don't make assumptions about next-window order.
13472         (follow-windows-start-end, follow-delete-other-windows-and-split)
13473         (follow-calc-win-start): Doc fix.
13474         (follow-windows-aligned-p, follow-select-if-visible): Don't call
13475         vertical-motion unnecessarily.
13476         (follow-adjust-window): New function.
13477         (follow-post-command-hook): Use it.
13478         (follow-call-set-process-filter, follow-call-process-filter)
13479         (follow-intercept-process-output, follow-tidy-process-filter-alist)
13480         (follow-stop-intercept-process-output, follow-generic-filter):
13481         Functions deleted.
13482         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13483         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13484         New functions, replacing advice on scroll-bar-* commands.
13485         (follow-mwheel-scroll): New function (Bug#4112).
13487         * comint.el (comint-adjust-point): New function.
13488         (comint-postoutput-scroll-to-bottom): Use it.
13489         Call follow-comint-scroll-to-bottom for Follow mode buffers.
13491 2012-05-01  Glenn Morris  <rgm@gnu.org>
13493         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13494         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13495         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13496         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13497         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13498         Remove no-byte-compile setting.
13500 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13502         * minibuffer.el (completion-table-with-quoting): Fix compatibility
13503         all-completions code to not return a number in the last cdr.
13505 2012-04-30  Leo Liu  <sdl.web@gmail.com>
13507         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13508         read-only error.
13510 2012-04-29  Chong Yidong  <cyd@gnu.org>
13512         * follow.el (follow-calc-win-end): Rewrite to handle partial
13513         screen lines correctly (Bug#8390).
13514         (follow-avoid-tail-recenter): Minor cleanup.
13516 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13518         Avoid the obsolete `assoc' package.
13519         * speedbar.el (speedbar-refresh): Avoid adelete.
13520         (speedbar-file-lists): Simplify and avoid aput.
13521         * man.el (Man--sections, Man--refpages): New vars, replacing
13522         Man-sections-alist and Man-refpages-alist.
13523         (Man-build-section-alist, Man-build-references-alist):
13524         Use them; avoid aput.
13525         (Man--last-section, Man--last-refpage): New vars.
13526         (Man-follow-manual-reference): Use them.
13527         Use the `default' arg of completing-read.
13528         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
13530 2012-04-27  Chong Yidong  <cyd@gnu.org>
13532         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13534         * startup.el (x-apply-session-resources): New function.
13536         * term/ns-win.el (ns-initialize-window-system):
13537         * term/w32-win.el (w32-initialize-window-system):
13538         * term/x-win.el (x-initialize-window-system): Use it to properly
13539         set menu-bar-mode and other vars from X resources, even if the
13540         initial frame is not a window-system frame (Bug#2299).
13542         * subr.el (read-key): Avoid running filter function when setting
13543         up temporary tool bar entries (Bug#9922).
13545 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13547         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13548         (Bug#11344)
13550 2012-04-27  Chong Yidong  <cyd@gnu.org>
13552         * select.el (xselect--encode-string): New function, split from
13553         xselect-convert-to-string.
13554         (xselect-convert-to-string): Use it.
13555         (xselect-convert-to-filename, xselect-convert-to-os)
13556         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13557         returned strings are properly encoded (Bug#11315).
13559 2012-04-27  Chong Yidong  <cyd@gnu.org>
13561         * simple.el (delete-active-region): Move to killing custom group.
13563 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13565         * progmodes/which-func.el (which-func-current): Quote %
13566         characters for mode-line processing.
13568 2012-04-27  Chong Yidong  <cyd@gnu.org>
13570         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13571         reaching eob (Bug#11286).
13573 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
13575         * progmodes/gdb-mi.el (gdb-control-level): New variable.
13576         (gdb): Make it buffer-local and init to zero.
13577         (gdb-control-commands-regexp): New variable.
13578         (gdb-send): Don't wrap in "-interpreter-exec console" if
13579         gdb-control-level is positive.  Increment gdb-control-level
13580         whenever the command matches gdb-control-commands-regexp, and
13581         decrement it each time the command is "end".  (Bug#11279)
13583 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
13585         * window.el (adjust-window-trailing-edge, enlarge-window)
13586         (shrink-window, window-resize):
13587         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13588         windows (Bug#11276).
13590 2012-04-27  Chong Yidong  <cyd@gnu.org>
13592         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13593         fix "missing prefix" warning.  All callers changed.
13595 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13597         * emacs-lisp/assoc.el: Move to obsolete/.
13599 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13601         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13603         * term/ns-win.el (ns-define-service):
13604         * progmodes/pascal.el (pascal-goto-defun):
13605         * progmodes/js.el (js--read-tab):
13606         * progmodes/etags.el (tags-lazy-completion-table):
13607         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13608         * emacs-lisp/ewoc.el (ewoc--wrap):
13609         * emacs-lisp/assoc.el (aput, adelete, amake):
13610         * doc-view.el (doc-view-convert-current-doc):
13611         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13613 2012-04-26  Chong Yidong  <cyd@gnu.org>
13615         * image.el (image-type-from-buffer): Only return supported image
13616         type (Bug#9045).
13618         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13619         value, for symmetry with diff-end-of-hunk.
13620         (diff-split-hunk, diff-find-source-location)
13621         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13622         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13623         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13624         compute the relevant hunk or file properly (Bug#6005).
13625         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13627 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13629         * vc/vc-mtn.el:
13630         * vc/vc-hg.el:
13631         * vc/vc-git.el:
13632         * vc/vc-dir.el:
13633         * vc/vc-cvs.el:
13634         * vc/vc-bzr.el:
13635         * vc/vc-arch.el:
13636         * vc/vc.el: Replace lexical-let by lexical-binding.
13637         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13638         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13639         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13641 2012-04-26  Chong Yidong  <cyd@gnu.org>
13643         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13644         (diff-mode-shared-map): Bind it to / and [remap undo].
13646         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13647         (ediff-window-setup-function): Use it as the default, to set up
13648         windows based on whether the current frame is graphical (Bug#2138).
13649         (ediff-choose-window-setup-function-automatically): Make obsolete.
13651         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13653 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13655         * ffap.el: Remove old code for obsolete package.
13656         (ffap-complete-as-file-p): Remove.
13658         Use completion-table-with-quoting for comint and pcomplete.
13659         * comint.el (comint--unquote&requote-argument)
13660         (comint--unquote-argument, comint--requote-argument): New functions.
13661         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13662         (comint-quote-filename): Use regexp-opt-charset.
13663         (comint--common-suffix, comint--common-quoted-suffix)
13664         (comint--table-subvert): Remove.
13665         (comint-unquote-function, comint-requote-function): New vars.
13666         (comint--complete-file-name-data): Use them with
13667         completion-table-with-quoting.
13668         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13669         * pcomplete.el (pcomplete-arg-quote-list)
13670         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13671         (pcomplete-unquote-argument-function): Default to non-nil.
13672         (pcomplete-unquote-argument): Simplify.
13673         (pcomplete--common-quoted-suffix): Remove.
13674         (pcomplete-requote-argument-function): New var.
13675         (pcomplete--common-suffix): New function.
13676         (pcomplete-completions-at-point): Use completion-table-with-quoting
13677         and completion-table-subvert.
13679         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13680         (minibuffer--double-dollars): Preserve properties.
13681         (completion--sifn-requote): New function.
13682         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13684         * minibuffer.el: Add support for completion of quoted/escaped data.
13685         (completion-table-with-quoting, completion-table-subvert): New funs.
13686         (completion--twq-try, completion--twq-all): New functions.
13687         (completion--nth-completion): New function.
13688         (completion-try-completion, completion-all-completions): Use it.
13690 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13692         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13693         Use compilation-message if available to find real filename.
13695 2012-04-25  Chong Yidong  <cyd@gnu.org>
13697         * vc/diff-mode.el (diff-setup-whitespace): New function.
13698         (diff-mode): Use it.
13700         * vc/diff.el (diff-sentinel):
13701         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13702         Whitespace mode variables based on diff style (Bug#8612).
13704 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13706         * progmodes/python.el (python-send-region): Add suffix .py to the
13707         temp file.
13709         * files.el (auto-mode-alist): Use javascript-mode instead.
13711 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13713         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13715         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13716         (soap-resolve-references-for-array-type): Hack to prevent self
13717         references, see Bug#9.
13718         (soap-parse-envelope): Report the contents of the 'detail' node
13719         when receiving a fault reply.
13720         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13722         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13723         (soap-inspect-simple-type): New function.
13725         * net/soap-client.el (soap-simple-type): New struct.
13726         (soap-default-xsd-types, soap-default-soapenc-types)
13727         (soap-decode-basic-type, soap-encode-basic-type):
13728         support unsignedInt and double basic types.
13729         (soap-resolve-references-for-simple-type)
13730         (soap-parse-simple-type, soap-encode-simple-type): New function.
13731         (soap-parse-schema): Parse xsd:simpleType declarations.
13733         * net/soap-client.el (soap-default-xsd-types)
13734         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13735         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13736         the local name of "soapenc:Array".
13737         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13738         decoding integer, byte and anyURI xsd types.
13740 2012-04-25  Chong Yidong  <cyd@gnu.org>
13742         * cus-edit.el (custom-buffer-create-internal): Update header text.
13744 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13746         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13747         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13748         set interactive-mode on in GDB.
13750 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13753         (ruby-syntax-propertize-regexp): Remove.
13754         (ruby-syntax-propertize-function): Split regexp into chunks.
13755         Match following code directly.
13757 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13759         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13760         (ruby-syntax-propertize-regexp): New function.
13761         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13762         by a special keyword.
13764         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13765         (ruby-syntax-general-delimiters-goto-beg)
13766         (ruby-syntax-propertize-general-delimiters): New functions.
13767         (ruby-syntax-propertize-function): Use them to handle GDL.
13768         (ruby-font-lock-keywords): Move old handling of GDL...
13769         (ruby-font-lock-syntactic-keywords): .. to here.
13770         (ruby-calculate-indent): Adjust indentation for GDL.
13772 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13774         * notifications.el (top): Remove unneeded declarations.
13775         (notifications-specification-version): Change to "1.2".
13776         (notifications-interface, notifications-notify-method)
13777         (notifications-close-notification-method): Fix docstring.
13778         (notifications-get-capabilities-method): New defconst.
13779         (notifications-notify): Add :action-items, :resident and
13780         :transient hints.  Change "image_data" to "image-data" and
13781         "image_path" to "image-path".
13782         (notifications-get-capabilities): New defun.
13784 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13786         * progmodes/python.el: Move hideshow setup to the end.
13788 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13790         * window.el (handle-select-window): Clear echo area since this is
13791         no more done by read_char (Bug#11304).
13793 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13796         and `/ M' to filter-derived-mode.
13797         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13798         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13799         (ibuffer-mark-by-mode): Use default rather than initial-input.
13800         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13802 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13804         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13805         (ibuffer-filter-by-derived-mode): New filter.
13806         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13808 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13810         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13812 2012-04-23  Chong Yidong  <cyd@gnu.org>
13814         * cus-edit.el (customize-apropos, customize-apropos-options):
13815         Disable matching of non-option variables (Bug#11176).
13816         (customize-option, customize-option-other-window)
13817         (customize-changed-options): Doc fix.
13818         (customize-apropos-options, customize-apropos-faces)
13819         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13821         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13822         Fix word list splitting (Bug#11132).
13823         (apropos-symbol, apropos-keybinding, apropos-label)
13824         (apropos-property, apropos-function-button)
13825         (apropos-variable-button, apropos-misc-button): New faces.
13826         (apropos-symbol-face, apropos-keybinding-face)
13827         (apropos-label-face, apropos-property-face, apropos-match-face):
13828         Variables removed (Bug#8396).
13829         (apropos-library-button, apropos-format-plist, apropos-print)
13830         (apropos-print-doc, apropos-describe-plist): Callers changed.
13832 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13834         * net/xesam.el (xesam-mode-map): Use let-bound map in
13835         initialization.  (Bug#11292)
13837 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13839         Preserve ispell session localwords when switching back to
13840         original buffer.
13842         * textmodes/ispell.el (ispell-buffer-session-localwords):
13843         New buffer-local variable to hold buffer session localwords.
13844         (ispell-kill-ispell): Add option 'clear to delete session
13845         localwords.
13846         (ispell-command-loop, ispell-change-dictionary)
13847         (ispell-buffer-local-words): Preserve session localwords when
13848         needed.
13850         * textmodes/flyspell.el (flyspell-process-localwords)
13851         (flyspell-do-correct): Preserve session localwords when needed.
13853 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13855         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13856         using obsolete `translation-table-for-input'.
13857         (ispell-word, ispell-process-line, ispell-complete-word):
13858         Use plain `insert' instead of removed `ispell-insert-word'.
13860 2012-04-22  Chong Yidong  <cyd@gnu.org>
13862         * cus-edit.el (custom-variable-menu)
13863         (custom-variable-reset-saved, custom-face-menu)
13864         (custom-face-reset-saved): If there is no saved value, make the
13865         "reset-saved" operation bring back the default (Bug#9509).
13866         (custom-face-state): Properly detect themed faces.
13868         * faces.el (face-spec-set): Stop supporting deprecated form of
13869         third arg.
13871 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
13873         Move functions from C to Lisp.  Make non-blocking method calls
13874         the default.  Implement further D-Bus standard interfaces.
13876         * net/dbus.el (dbus-message-internal): Declare function.
13877         Remove unneeded function declarations.
13878         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13879         (dbus-message-type-method-return, dbus-message-type-error)
13880         (dbus-message-type-signal): Declare variables.  Remove local
13881         definitions.
13882         (dbus-interface-dbus, dbus-interface-peer)
13883         (dbus-interface-introspectable, dbus-interface-properties)
13884         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13885         Adapt docstring.
13886         (dbus-interface-objectmanager): New defconst.
13887         (dbus-call-method, dbus-call-method-asynchronously)
13888         (dbus-send-signal, dbus-method-return-internal)
13889         (dbus-method-error-internal, dbus-register-service)
13890         (dbus-register-signal, dbus-register-method): New defuns, moved
13891         from dbusbind.c
13892         (dbus-call-method-handler, dbus-setenv)
13893         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13894         New defuns.
13895         (dbus-call-method-non-blocking): Make it an obsolete function.
13896         (dbus-unregister-object, dbus-unregister-service)
13897         (dbus-handle-event, dbus-register-property)
13898         (dbus-property-handler): Obey the new structure of
13899         `bus-registered-objects'.
13900         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
13901         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13902         Use `dbus-call-method'.
13904 2012-04-22  Chong Yidong  <cyd@gnu.org>
13906         * cus-edit.el (custom-commands, custom-reset-menu)
13907         (Custom-reset-standard): Tweak labels.
13908         (custom-reset-button-menu): Change default to t.
13909         (custom-buffer-create-internal): For the custom-reset-button-menu
13910         case, put the revert button first.
13911         (custom-group-subtitle): New face.
13912         (custom-group-value-create): Align docstring to a specific column.
13914         * wid-edit.el (widget-documentation-link-add): Don't handle
13915         indentation in this function.
13916         (widget-documentation-string-indent-to): New function.
13917         (widget-documentation-string-value-create): Use it.
13919         * autorevert.el (auto-revert):
13920         * epg-config.el (epg):
13921         * ibuffer.el (ibuffer):
13922         * mpc.el (mpc):
13923         * ses.el (ses):
13924         * eshell/eshell.el (eshell):
13925         * net/ange-ftp.el (ange-ftp):
13926         * progmodes/ebnf2ps.el (postscript):
13927         * progmodes/flymake.el (flymake):
13928         * progmodes/prolog.el (prolog):
13929         * progmodes/verilog-mode.el (verilog-mode):
13930         * progmodes/which-func.el (which-func):
13931         * term/xterm.el (xterm):
13932         * textmodes/picture.el (picture):
13933         * textmodes/tildify.el (tildify):
13934         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13935         customization buffers.
13937 2012-04-22  Alan Mackenzie  <acm@muc.de>
13939         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13940         Adding a ) can hide the resulting (..) from searches.  Fix it.
13941         Bound the backward search to the position of the existing (.
13943 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
13945         * progmodes/verilog-mode.el (verilog-mode): Check whether
13946         which-func-modes is t before adding verilog-mode.
13947         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13949 2012-04-21  Leo Liu  <sdl.web@gmail.com>
13951         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13953 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
13955         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13956         filling of the last column of a table (Bug#5635).
13957         (woman-find-next-control-line): New arg, specifying an additional
13958         regexp component for the control line.
13959         (woman2-roff-buffer): Use it.
13960         (woman-break-table): New function.
13961         (woman2-TS): Use it.
13963 2012-04-21  Chong Yidong  <cyd@gnu.org>
13965         * woman.el (woman-set-buffer-display-table, woman-decode-region)
13966         (woman-horizontal-escapes, woman-negative-vertical-space)
13967         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13968         (WoMan-warn-ignored): Use ?\s instead of ?\ .
13970 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * minibuffer.el (completion-file-name-table): Complete user names.
13974 2012-04-20  Leo Liu  <sdl.web@gmail.com>
13976         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13977         and pcase-let*.
13979 2012-04-20  Chong Yidong  <cyd@gnu.org>
13981         * server.el (server-execute): Respect initial-buffer-choice if it
13982         is a string and there are no files to open (Bug#2825).
13983         (server-create-window-system-frame, server-create-tty-frame):
13984         Don't switch buffers here.
13985         (server-process-filter): Only try to open a window system frame if
13986         compiled with graphical support (Bug#8314).
13988 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
13990         * battery.el (battery-echo-area-format): Display remaining time
13991         for sysfs backend too (Bug#11269).
13992         (battery-linux-sysfs): Fix conditional for the charge.
13994 2012-04-20  Chong Yidong  <cyd@gnu.org>
13996         * progmodes/gdb-mi.el (gdb): Revert previous change.
13997         (gdb-inferior-io--init-proc): New function.
13998         (gdb-init-1): Use it.
13999         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14000         responsible for allocating a new pty and hooking it to gdb when
14001         the old pty gets an EIO due to process exit.
14002         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
14003         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14004         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14006 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14008         * window.el (window-min-size, window-sizable, window-min-delta)
14009         (window-max-delta, window--resizable, window-resizable)
14010         (window-total-size, window-full-height-p, window-full-width-p)
14011         (window-in-direction, window--resize-mini-window, window-resize)
14012         (window--resize-child-windows-normal)
14013         (window--resize-child-windows, window--resize-siblings)
14014         (window--resize-this-window, adjust-window-trailing-edge)
14015         (enlarge-window, shrink-window): Doc fixes.
14017 2012-04-20  Chong Yidong  <cyd@gnu.org>
14019         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14020         New function to call delete-process on the gdb-inferior buffer's pty.
14021         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14022         pty process (Bug#11273).
14023         (gdb-update): New arg to suppress talking to the gdb process.
14024         (gdb-done-or-error): Use it.
14025         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14026         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14027         sentinel not being called.
14029         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14031         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14033 2012-04-20  Glenn Morris  <rgm@gnu.org>
14035         * net/network-stream.el (open-network-stream): Doc fix.
14037 2012-04-20  Chong Yidong  <cyd@gnu.org>
14039         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14041 2012-04-20  Alan Mackenzie  <acm@muc.de>
14043         Ensure searching for keywords is case sensitive.
14045         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14046         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14047         (c-defun-name, c-mark-function, c-cpp-define-name)
14048         (c-comment-indent, c-scan-conditionals, c-indent-defun)
14049         (c-context-line-break): Bind case-fold-search to nil.
14051         * progmodes/cc-mode.el (c-font-lock-fontify-region):
14052         Bind case-fold-search to nil.
14054 2012-04-20  Chong Yidong  <cyd@gnu.org>
14056         * mail/sendmail.el (mail-bury): Call return action with the right
14057         Rmail buffer (Bug#11242).
14059         * server.el (server-process-filter): Handle corner case where both
14060         tty and nowait options are present (Bug#11102).
14062 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14064         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14065         (top level): Put into the executable the ident-style '$Id:' tag on
14066         windows-nt as well.
14068 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14070         * electric.el (electric-indent-post-self-insert-function): Check that
14071         electric-indent-mode is enabled in current buffer.
14073 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14075         * imenu.el (imenu-progress-message): Restore; it is "used" in
14076         erc/erc-imenu.el and net/snmp-mode.el.
14078 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14080         * avoid.el (mouse-avoidance-mode): Mark unused arg.
14081         (mouse-avoidance-nudge-mouse): Remove unused binding.
14083         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14085         * descr-text.el (describe-char):
14086         * progmodes/python.el (python-describe-symbol):
14087         Don't call `toggle-read-only', set `buffer-read-only'.
14089         * imenu.el (imenu-default-goto-function): Mark unused args.
14090         (imenu-progress-message): Remove obsolete macro; all callers changed.
14092         * subr.el (keymap-canonicalize): Remove unused binding.
14093         (read-passwd): Mark unused arg.
14095         * tutorial.el (tutorial--display-changes): Remove unused binding.
14096         (tutorial--save-tutorial-to): Remove unused variable.
14098         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14099         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14100         (package-generate-autoloads, package-menu--generate)
14101         (package-menu--find-upgrades): Remove unused bindings.
14103         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14104         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
14105         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14106         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14107         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14108         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14109         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14110         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14111         (cua-delete-char-rectangle): Mark unused args.
14112         (cua-align-rectangle): Remove unused binding.
14114         * mail/rmail.el (compilation--message->loc)
14115         (epa--find-coding-system-for-mime-charset): Declare.
14117         * net/dbus.el (dbus-register-service): Declare.
14118         (dbus-name-owner-changed-handler): Remove unused binding.
14120         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14121         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14122         (nxml-scan-backward-within): Mark unused arg.
14123         (nxml-dynamic-markup-word): Remove unused binding.
14125         * mouse.el (mouse-menu-major-mode-map):
14126         * emacs-lisp/authors.el (authors-scan-change-log)
14127         (authors-add-to-author-list):
14128         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14129         * emacs-lisp/smie.el (smie-auto-fill):
14130         * mail/sendmail.el (mail-bury):
14131         * mail/unrmail.el (unrmail):
14132         * net/tls.el (open-tls-stream):
14133         * textmodes/picture.el (picture-mouse-set-point):
14134         Remove unused bindings.
14136 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
14138         * net/tramp.el (tramp-action-password): Let-bind
14139         `enable-recursive-minibuffers' to t.
14141 2012-04-18  Sam Steingold  <sds@gnu.org>
14143         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14144         instead of 'string to accommodate values like [f11].
14145         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14146         * progmodes/gdb-mi.el: Likewise.
14148 2012-04-18  Leo Liu  <sdl.web@gmail.com>
14150         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14151         current buffer.
14152         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14153         LOCAL is nil.
14155 2012-04-18  Chong Yidong  <cyd@gnu.org>
14157         * simple.el (line-move): Use forward-line if in batch mode
14158         (Bug#11053).
14160 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
14162         * files.el (after-find-file): Do not try to add a final newline if
14163         the buffer is read-only (Bug#11156).
14165 2012-04-17  Richard Stallman  <rms@gnu.org>
14167         * mail/rmail.el (rmail-start-mail):
14168         Pass (rmail-mail-return...) for the return-action.
14169         Pass (rmail-yank-current-message...) for the yank-action.
14170         (rmail-yank-current-message): New function.
14171         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14172         (rmail-reply): Likewise.
14173         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14175         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14176         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
14177         buffer, not newbuf.
14179 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
14181         * server.el (server-ensure-safe-dir): Simplify.
14183 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14185         * emacs-lisp/smie.el: Provide smarter auto-filling.
14186         (smie-auto-fill): New function.
14187         (smie-setup): Use it.
14189         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14191 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
14193         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14194         (comment-indent): Use it.
14196 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
14198         * ses.el: The overall change is to add cell renaming, that is
14199         setting fancy names for cell symbols other than name matching
14200         "\\`[A-Z]+[0-9]+\\'" regexp .
14201         (ses-localvars): Add ses--renamed-cell-symb-list.
14202         (ses-create-cell-variable): New defun.
14203         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14204         (ses-relocate-formula): Relocate formulas only for cells the
14205         symbols of which are not renamed, i.e. symbols whose names do not
14206         match regexp "\\`[A-Z]+[0-9]+\\'".
14207         (ses-relocate-all): Relocate values only for cells the symbols of
14208         which are not renamed.
14209         (ses-load): Create cells variables as the (ses-cell ...) are read,
14210         in order to check row col consistency with cell symbol name only
14211         for cells that are not renamed.
14212         (ses-replace-name-in-formula): New defun.
14213         (ses-rename-cell): New defun.
14215 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
14217         * progmodes/perl-mode.el (perl-indent-parens-as-block):
14218         New option (bug#11118).
14219         (perl-calculate-indent): Respect it.
14221 2012-04-17  Glenn Morris  <rgm@gnu.org>
14223         * dired-aux.el (dired-mark-read-string): Doc fix.
14225 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
14227         * dired-aux.el (dired-mark-read-string): Offer optional completion.
14228         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
14230 2012-04-17  Glenn Morris  <rgm@gnu.org>
14232         * mouse.el (mouse-drag-track):
14233         * speedbar.el (speedbar-frame-mode):
14234         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14236 2012-04-16  Leo Liu  <sdl.web@gmail.com>
14238         * progmodes/python.el: Trivial cleanup.
14240 2012-04-16  Glenn Morris  <rgm@gnu.org>
14242         * vc/vc.el (vc-string-prefix-p):
14243         * vc/pcvs-util.el (cvs-string-prefix-p):
14244         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14245         * mpc.el (mpc-string-prefix-p):
14246         Make all of these into obsolete aliases for string-prefix-p.
14247         Update callers.
14248         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14250         * textmodes/two-column.el: Move custom options to the start.
14251         (frame-width): Remove compat definition.
14252         (2C-associate-buffer, 2C-dissociate):
14253         Use with-current-buffer rather than save-excursion.
14254         (2C-dissociate): Force a mode-line update.
14255         (2C-autoscroll): Use ignore-errors.
14257         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14258         Autoload trivia.
14260         * emacs-lisp/cl-extra.el (*random-state*):
14261         Remove unnecessary declaration.
14263         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14265         * play/cookie1.el (cookie-snarf):
14266         Give an explicit error if input file cannot be read.
14268         * play/yow.el (yow-file): Use expand-file-name rather than concat.
14270         * progmodes/perl-mode.el (c-macro-expand):
14271         Remove unnecessary autoload (it is in loaddefs.el).
14273         * textmodes/picture.el (picture-desired-column)
14274         (picture-update-desired-column): Convert comments to doc-strings.
14275         (picture-substitute): Remove function.
14276         (picture-mode-map): Initialize in the defvar.
14278         * woman.el: Remove eval-after-load for tar-mode.
14279         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14280         (woman-tar-extract-file): Autoload it.
14282         * frame.el (automatic-hscrolling): Make this alias obsolete.
14284 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14286         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14287         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14288         (ispell-dictionary-base-alist): Revert to original XEmacs
14289         friendly version for default.  [:alpha:] will be added in
14290         `ispell-set-spellchecker-params' if needed.
14292 2012-04-16  Chong Yidong  <cyd@gnu.org>
14294         * image.el (imagemagick--file-regexp): New variable.
14295         (imagemagick-register-types): Use it.
14296         (imagemagick-types-inhibit): Add :set function.  Allow new value
14297         of t to inhibit all types.
14299         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14300         so we can preload it.
14302         * loadup.el (fboundp): Preload regexp-opt, needed by
14303         imagemagick-register-types.
14305 2012-04-15  Chong Yidong  <cyd@gnu.org>
14307         * frame.el (scrolling): Remove nearly unused customization group.
14309         * scroll-all.el (scroll-all-mode): Move to windows group.
14311 2012-04-15  Chong Yidong  <cyd@gnu.org>
14313         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14315 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14317         Avoid the use of ((lambda ...) ...) in lexical-binding code.
14318         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14320 2012-04-15  Glenn Morris  <rgm@gnu.org>
14322         * simple.el (process-file-side-effects): Doc fix.
14324 2012-04-15  Glenn Morris  <rgm@gnu.org>
14326         * international/mule-cmds.el (set-language-environment): Doc fix.
14328 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14330         * server.el (server-auth-key, server-generate-key): Doc fixes.
14331         (server-get-auth-key): Doc fix.  Use `string-match-p'.
14332         (server-start): Reflow docstring.
14334 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
14336         * server.el (server-generate-key): `called-interactively-p'
14337         requires a parameter.
14339 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
14341         * server.el (server-auth-key): New variable.
14342         (server-generate-key, server-get-auth-key): New function.
14343         (server-start): Use the new variable and functions to allow
14344         setting a permanent server key (bug#9423).
14346 2012-04-14  Leo Liu  <sdl.web@gmail.com>
14348         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14350 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
14352         Spelling fixes.
14353         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14354         Emacs uses American spelling.
14356 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14358         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14359         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
14360         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14361         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
14363 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14365         * progmodes/which-func.el (which-func-modes): Change default.
14367 2012-04-14  Kim F. Storm  <storm@cua.dk>
14369         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14370         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14372 2012-04-14  Chong Yidong  <cyd@gnu.org>
14374         * custom.el (custom-theme-set-variables): Doc fix.
14376 2012-04-14  Glenn Morris  <rgm@gnu.org>
14378         * international/mule.el (set-auto-coding-for-load): Doc fix.
14380 2012-04-14  Alan Mackenzie  <acm@muc.de>
14382         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14383         imenu work again for Objective C Mode.  Correct the *-index values,
14384         these having been disturbed by a previous change in 2011-08.
14386         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14387         Correct two search limits.
14389 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14391         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14393 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
14395         * international/characters.el: Fix sorting.
14397 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14399         * international/characters.el: Add more missing Latin case pairs.
14401 2012-04-14  Glenn Morris  <rgm@gnu.org>
14403         * files.el (dir-locals-set-class-variables): Doc fix.
14405 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14407         * international/characters.el: Add set-case-syntax-pair call for
14408         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14409         counterpart.  (Bug#11209)
14411         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
14413 2012-04-14  Glenn Morris  <rgm@gnu.org>
14415         * calendar/holidays.el (calendar-check-holidays): Doc fix.
14417 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14419         * textmodes/ispell.el (ispell-dictionary-base-alist):
14420         Add data for Hebrew.
14422 2012-04-14  Chong Yidong  <cyd@gnu.org>
14424         * net/rcirc.el (rcirc-cmd-quit):
14425         Revert 2012-03-18 change (Bug#11192).
14427 2012-04-14  Glenn Morris  <rgm@gnu.org>
14429         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14431 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14433         * minibuffer.el (completion-in-region-mode-map):
14434         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
14436 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
14438         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14440 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
14442         * minibuffer.el (minibuffer-local-filename-syntax): New variable
14443         to allow `C-M-f' and `C-M-b' to move to the nearest path
14444         separator (bug#9511).
14446 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
14448         * avoid.el: Require cl when compiling.  And also move the
14449         `provide' to the end.
14451 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14453         * avoid.el (mouse-avoidance-banish-position): New variable.
14454         (mouse-avoidance-banish-destination): Use it (bug#10165).
14456 2012-04-13  Leo Liu  <sdl.web@gmail.com>
14458         * progmodes/which-func.el (which-func-modes): Add objc-mode.
14460 2012-04-13  Ken Brown  <kbrown@cornell.edu>
14462         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14463         this is no longer needed now that cygstart understands file:// URLs.
14464         (browse-url-filename-alist): For the same reason, don't modify
14465         file:// URLs on Cygwin.
14467 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14469         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14470         the region on shift if the binding is already shifted (bug#11221).
14472 2012-04-12  Glenn Morris  <rgm@gnu.org>
14474         * mail/mailpost.el: Move to obsolete/.
14476 2012-04-12  Drew Adams  <drew.adams@oracle.com>
14478         * imenu.el (imenu--generic-function): Ignore invisible definitions
14479         (bug#10123).
14481 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
14483         * hexl.el (hexl-bits): New variable.
14484         (hexl-options): Mention the variable in the doc string.
14485         (hexl-rulerise, hexl-line-displen): New functions.
14486         (hexl-mode): Mention the new variable.
14487         (hexl-mode, hexl-current-address, hexl-current-address):
14488         Use the displen.
14489         (hexl-ascii-start-column): New function.
14490         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14491         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14493 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14495         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14496         '("-i" ENCODING), in 2 separate command-line arguments, to specify
14497         the encoding, as expected by hunspell.
14499 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14501         * battery.el (battery--linux-sysfs-regexp): New const.
14502         (battery-status-function): Use it.  Remove yeeloong special case.
14503         (battery-yeeloong-sysfs): Remove.
14504         (battery-echo-area-format): Remove yeeloong special case.
14506 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14508         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14509         Reported by Noah Friedman.
14511         * subr.el (read-passwd): Use read-string.
14513 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14515         * vcursor.el (vcursor-move): Increase the priority of the overlay
14516         (bug#9663).
14518 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
14520         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14521         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14523 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
14525         * textmodes/artist.el (artist-mode): Convert artist-mode to use
14526         define-minor-mode (bug#10760).
14528 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14530         * progmodes/grep.el (rgrep): Tweak the find command line so
14531         that directories matching `grep-find-ignored-files' won't be
14532         pruned (bug#10351).
14534 2012-04-11  Chong Yidong  <cyd@gnu.org>
14536         * startup.el (command-line): Remove support for long-obsolete
14537         variable font-lock-face-attributes.
14539 2012-04-11  Glenn Morris  <rgm@gnu.org>
14541         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14543 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14545         * window.el (window--state-get-1): Obey window-point-insertion-type.
14547 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
14549         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14550         to previous function when point is on the first character of a
14551         function.  Take care of that in `narrow-to-defun' (bug#6157).
14553 2012-04-11  Glenn Morris  <rgm@gnu.org>
14555         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14556         not just file-errors.
14558         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14559         (vc-bzr-sha1): Use internal sha1.
14561 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14563         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14565 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
14567         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14568         that start in the middle of the line (bug#10496).
14570 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
14572         * battery.el (battery-linux-proc-acpi): Only one battery is
14573         discharged at a time, but that seems to confuse battery.el when
14574         computing `rate-type' for the battery not being discharged
14575         (bug#10332).
14577 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14579         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14581         * international/quail.el: Use dolist and simplify.
14582         (quail-define-package, quail-update-keyboard-layout)
14583         (quail-define-rules): Use dolist.
14584         (quail-insert-kbd-layout, quail-get-translation): CSE.
14586         * tmm.el: Use dolist, remove left over hook.
14587         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14588         Use dolist.
14589         (calendar-load-hook): Don't mess with it.
14591         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14592         Use derived-mode-p.  Run the diff asynchronously.
14594 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14596         * obsolete/mouse-sel.el: Add an Obsolete-since header.
14598 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
14600         * misc.el: Display absolute path of loaded DLLs (bug#10424).
14601         (list-dynamic-libraries--loaded): New function.
14602         (list-dynamic-libraries--refresh): Use it.
14604 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
14606         * progmodes/python.el (python-fill-paragraph):
14607         Make python-fill-region in a multiline string work when font-lock is
14608         disabled (bug#7018).
14610 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
14612         * language/european.el (cp775): Add oem/legacy (en)coding on
14613         DOS/MS Windows for the Baltic languages.  There are still plenty
14614         of texts written in this encoding/codepage (bug#6519).
14616 2012-04-10  Glenn Morris  <rgm@gnu.org>
14618         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14619         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14621 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
14623         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14624         next-line "n" and previous-line "p" in order to make recentf more
14625         consistent with ibuffer, dired or org-mode (bug#9387).
14627 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14629         * image.el (put-image): Return the overlay created instead of the
14630         optional input string (bug#7834).  Note that this may break code
14631         that is (for some reason or other) depending on `put-image'
14632         returning the string.
14634         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14636         * simple.el (zap-to-char): Allow zapping using input methods
14637         (bug#1580).
14639         * textmodes/fill.el (fill-region): Leave point and mark where they
14640         were before filling (bug#5399).
14642 2012-04-09  Glenn Morris  <rgm@gnu.org>
14644         * version.el (emacs-bzr-get-version):
14645         Handle lightweight checkouts of local branches.
14647 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14649         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14651 2012-04-09  Chong Yidong  <cyd@gnu.org>
14653         * custom.el (custom-variable-p): Return nil for non-symbol
14654         arguments instead of signaling an error.
14655         (user-variable-p): Obsolete alias for custom-variable-p.
14657         * apropos.el (apropos-variable):
14658         * files-x.el (read-file-local-variable):
14659         * simple.el (set-variable):
14660         * woman.el (woman-mini-help):
14661         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14663 2012-04-09  Glenn Morris  <rgm@gnu.org>
14665         * startup.el (normal-top-level): Don't look for leim-list.el
14666         in places where it will not be found.  (Bug#910)
14668         * international/mule-cmds.el (set-default-coding-systems):
14669         * files.el (normal-mode):
14670         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14671         This function was removed with ucs-tables.el in 2008.
14673 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14675         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14676         ispell-encoding8-command to "-i", without a trailing space.
14677         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14678         separate command-line arguments, to specify the encoding, since
14679         that's how hunspell expects it.
14681 2012-04-08  Glenn Morris  <rgm@gnu.org>
14683         * loadup.el: Load bindings before cus-start.
14684         This reduces somewhat the number of "rogue" settings in emacs -Q.
14686 2012-04-07  Glenn Morris  <rgm@gnu.org>
14688         * version.el (emacs-bzr-get-version): New function.
14689         (emacs-bzr-version): New variable.
14690         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14691         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14693 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14695         * international/uni-bidi.el, international/uni-category.el:
14696         * international/uni-combining.el, international/uni-decimal.el:
14697         * international/uni-decomposition.el, international/uni-digit.el:
14698         * international/uni-lowercase.el, international/uni-mirrored.el:
14699         * international/uni-name.el, international/uni-numeric.el:
14700         * international/uni-titlecase.el, international/uni-uppercase.el:
14701         Update for Unicode 6.1.
14703 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14705         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14707 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14709         * window.el (shrink-window): Mention the `window-min-height'
14710         variable in the doc string.
14712 2012-04-05  Bastien Guerry  <bzg@altern.org>
14714         * color.el (color-lighten-name): Fix typo.
14716 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14718         * server.el (server--on-display-p): New function.
14719         (server--on-display-p): Use it.
14721 2012-04-04  GĂ¡bor Vida  <vidagabor@gmail.com>  (tiny change)
14723         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14724         (bug#11145).
14726 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14728         * comint.el (comint--common-quoted-suffix): Check string boundary
14729         before comparing (bug#11158).
14730         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14732 2012-04-04  Chong Yidong  <cyd@gnu.org>
14734         * minibuffer.el (completion-extra-properties): Doc fix.
14736         * subr.el (delayed-warnings-hook): Doc fix.
14738 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14740         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14741         selection (Bug#11159).
14742         (epa-insert-keys): Inform that the default public key will be
14743         exported if no key is selected.
14745 2012-04-04  Richard Stallman  <rms@gnu.org>
14747         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14749 2012-04-03  Chong Yidong  <cyd@gnu.org>
14751         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14752         mail-insert-file, not its obsolete alias mail-attach-file.
14754 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14756         * notifications.el (notifications-notify): Fix docstring.
14758 2012-04-02  Glenn Morris  <rgm@gnu.org>
14760         * emacs-lisp/authors.el (authors-aliases): Another addition.
14762 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14764         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14765         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14766         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14768 2012-04-01  Chong Yidong  <cyd@gnu.org>
14770         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14771         Handle root directory properly.
14772         (copy-directory): Caller changed.
14774         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14775         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14777 2012-03-31  Glenn Morris  <rgm@gnu.org>
14779         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14781         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14783         * calendar/calendar.el (calendar-window-list)
14784         (calendar-hide-window): Restore.  (Bug#11140)
14785         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14787         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14789 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14791         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14792         Check if file is a symlink (Bug#10489).
14794         * files.el (copy-directory): Likewise.
14796 2012-03-30  Chong Yidong  <cyd@gnu.org>
14798         * image.el (imagemagick-types-inhibit)
14799         (imagemagick-register-types): Doc fix.
14801 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14803         * textmodes/ispell.el (ispell-get-extended-character-mode):
14804         Disable extended-char-mode for hunspell.  hunspell does not support it
14805         and treats ~word as ordinary words in pipe mode.
14807 2012-03-30  Glenn Morris  <rgm@gnu.org>
14809         * tutorial.el (help-with-tutorial): Ensure local variables don't
14810         happen to make the buffer read-only.  (Bug#11127)
14812 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14814         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14815         (perl-calculate-indent): Return `noindent' in strings.
14817 2012-03-28  Sam Steingold  <sds@gnu.org>
14819         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14820         instead of the broken adhockery which does not prevent calendar
14821         buffers from being displayed at random after exit.
14822         (calendar-window-list, calendar-hide-window): Remove the broken
14823         adhockery.
14825 2012-03-28  Glenn Morris  <rgm@gnu.org>
14827         * replace.el (query-replace-map): Doc fix.
14829 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14831         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14832         contents.  (Bug#11109)
14834 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14836         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14837         (bug#11077).
14838         (avl-tree--check, avl-tree--check-node): New funs.
14840 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
14842         * window.el (switch-to-visible-buffer): New option.
14843         (switch-to-prev-buffer, switch-to-next-buffer):
14844         Observe switch-to-visible-buffer.  Make sure that checking for a window
14845         showing a buffer already is done on the same frame.
14847 2012-03-27  Glenn Morris  <rgm@gnu.org>
14849         * startup.el (mail-host-address): Doc fix.
14851 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14853         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14854         than 197 variables.
14856 2012-03-26  Ami Fischman  <ami@fischman.org>
14858         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14860 2012-03-26  Glenn Morris  <rgm@gnu.org>
14862         * files.el (save-buffers-kill-emacs): Doc fix.
14864         * startup.el (normal-top-level, command-line, command-line-1):
14865         Give them doc strings.
14867 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
14869         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14870         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14872 2012-03-25  Chong Yidong  <cyd@gnu.org>
14874         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14875         theme if it was previously enabled before (Bug#11031).
14877         * cus-theme.el (custom-theme-write-faces): Retrieve current face
14878         spec with custom-face-get-current-spec if its :shown-value is not
14879         determined yet (Bug#9337).
14880         (customize-create-theme, custom-theme-revert): Doc fixes.
14882         * button.el (button-at): Minor addition to docstring.
14884 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
14886         * vc/vc.el (vc-merge): Fix a prompt.
14888 2012-03-24  Chong Yidong  <cyd@gnu.org>
14890         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14891         point (Bug#9623).
14893         * button.el (button-at): Minor addition to docstring.
14895 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14897         * newcomment.el (comment-choose-indent): No space after BOL.
14899 2012-03-22  Sam Steingold  <sds@gnu.org>
14901         * window.el (switch-to-prev-buffer): Revert last patch because the
14902         bug turned out to be an advertised feature (Elisp manual 28.14).
14904 2012-03-22  Glenn Morris  <rgm@gnu.org>
14906         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
14907         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14909 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14911         * net/network-stream.el (network-stream-open-starttls): Make error
14912         message under Windows be less misleading.
14914 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
14916         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14917         understands (bug#9942).
14919 2012-03-22  Chong Yidong  <cyd@gnu.org>
14921         * simple.el (end-of-visible-line): Handle return value of
14922         next-single-property-change properly (Bug#9371).
14924 2012-03-22  Kenichi Handa  <handa@m17n.org>
14926         * international/quail.el (quail-insert-kbd-layout): Fix previous
14927         change.  To avoid unwanted bidi reordering, use
14928         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14930 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
14932         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14933         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14934         (ruby-beginning-of-indent): Be more careful with the difference
14935         between word-boundary and symbol boundary.
14936         (ruby-mode-syntax-table): Make : a symbol constituent.
14938 2012-03-21  Andreas Politz  <politza@fh-trier.de>
14940         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14942 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14944         * progmodes/etags.el (tags-completion-at-point-function):
14945         Improve last fix.
14947         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14949 2012-03-21  Sam Steingold  <sds@gnu.org>
14951         * progmodes/etags.el (tags-completion-at-point-function):
14952         Avoid the error when point is inside the pattern.
14954 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
14956         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14957         line (Bug#10855).
14959 2012-03-21  Drew Adams  <drew.adams@oracle.com>
14961         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14963 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
14965         * ido.el (ido-set-current-directory, ido-read-internal)
14966         (ido-choose-completion-string, ido-completion-help): Handle nil
14967         value of ido-completion-buffer (Bug#11008).
14969 2012-03-21  Sam Steingold  <sds@gnu.org>
14971         * window.el (switch-to-prev-buffer): Do not switch to a visible
14972         window previous buffer, just like with the frame previous buffers.
14974 2012-03-21  Chong Yidong  <cyd@gnu.org>
14976         * faces.el (make-face, make-empty-face, copy-face):
14977         * face-remap.el (face-remap-add-relative, face-remap-set-base):
14978         Doc fixes.
14980 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14982         * wid-edit.el (widget-complete-field): Remove (bug#11051).
14983         (widget-complete): Remove broken use of it.
14985 2012-03-20  Chong Yidong  <cyd@gnu.org>
14987         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14988         Use string-width and truncate-string-width to handle arbitrary
14989         characters.
14991 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
14993         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14994         to draw rectangles, not squares.  (Regression introduced by revno
14995         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14997 2012-03-18  Chong Yidong  <cyd@gnu.org>
14999         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15000         it is not yet defined (for temacs).
15002 2012-03-18  Leo Liu  <sdl.web@gmail.com>
15004         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15005         prefix.
15007 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15009         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15010         (ispell-choices-win-default-height, ispell-silently-savep)
15011         (ispell-dictionary-alist, ispell-encoding8-command)
15012         (ispell-check-version, ispell-aspell-find-dictionary)
15013         (ispell-valid-dictionary-list, ispell-words-keyword)
15014         (ispell-get-word, ispell-internal-change-dictionary)
15015         (ispell-region, ispell-skip-region-list)
15016         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15017         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15018         (ispell-message-text-end, ispell-message)
15019         (ispell-buffer-local-parsing): Doc fix.
15021 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
15023         * htmlfontify.el: Add support for code block fontification for ODT
15024         export (Bug #9914).
15025         (hfy-optimisations): Define new option
15026         `body-text-only'
15027         (hfy-fontify-buffer): Honor above setting.
15028         (hfy-begin-span, hfy-end-span): New routines factored out form
15029         `hfy-fontify-buffer'.
15030         (hfy-begin-span-handler, hfy-end-span-handler): New variables
15031         that permit insertion of custom tags.
15032         (hfy-fontify-buffer): Use above handlers.
15033         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15034         (hfy-face-to-css): Re-defined to be a variable.
15035         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
15036         over multiple runs.  This is made possible by having the caller let
15037         bind a special variable `hfy-user-sheet-assoc'.
15038         (htmlfontify-string): New defun.
15039         (hfy-compile-face-map): Make sure that the last char in the
15040         buffer is correctly fontified.
15041         (hfy-face-resolve-face): Whitespace only change.
15043 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15045         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15046         message more clear.
15048 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15050         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15052 2012-03-16  Alan Mackenzie  <acm@muc.de>
15054         Further optimize the handling of large macros.
15056         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15057         limit to a call of `c-literal-limits'.
15058         (c-determine-+ve-limit): New function.
15059         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15060         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15061         In CASE 5B, restrict a search limit to 500.
15062         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15064         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15065         Restrict macro bounds to +-500 from after-change's BEG END.
15067 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15069         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15071 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
15073         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15074         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
15076 2012-03-16  Glenn Morris  <rgm@gnu.org>
15078         * view.el (view-buffer, view-buffer-other-window)
15079         (view-buffer-other-frame): Doc fixes re special mode-class.
15081         * subr.el (eval-after-load): If named feature is provided not from
15082         a file, run after-load forms.  (Bug#10946)
15084         * calendar/calendar.el (calendar-insert-at-column):
15085         Handle non-unit-width characters a bit better.  (Bug#10978)
15087 2012-03-15  Chong Yidong  <cyd@gnu.org>
15089         * emacs-lisp/ring.el (ring-extend): New function.
15090         (ring-insert+extend): Extend the ring correctly (Bug#11019).
15092         * comint.el (comint-read-input-ring)
15093         (comint-add-to-input-history): Grow comint-input-ring lazily.
15095 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15097         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15098         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15100         * imenu.el: Fix multiple inheritance breakage (bug#9199).
15101         (imenu-add-to-menubar): Don't add a redundant index.
15102         (imenu-update-menubar): Handle a dynamically composed keymap.
15104 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15106         * mail/sendmail.el (mail-encode-header):
15107         Bind rfc2047-encode-encoded-words to nil.
15109 2012-03-13  Glenn Morris  <rgm@gnu.org>
15111         * calendar/calendar.el (calendar-string-spread):
15112         Handle non-unit-width characters a bit better.  (Bug#10978)
15114 2012-03-13  Leo Liu  <sdl.web@gmail.com>
15116         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15117         directory and file as argument (Bug#10822).
15119 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15121         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15122         For dynamically generated code, follow $PC.
15123         (gdb-disassembly-handler-custom): Handle no function name case.
15125 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
15127         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15128         * emulation/ws-mode.el (ws-query-replace):
15129         * sort.el (sort-regexp-fields):
15130         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
15132 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15134         * dabbrev.el: Fix cycle completion order (bug#10963).
15135         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15136         (dabbrev-completion): Don't use an obarray; provide
15137         a cycle-sort-function.
15139 2012-03-12  Leo Liu  <sdl.web@gmail.com>
15141         * simple.el (kill-new): Use equal-including-properties for comparison.
15142         (kill-do-not-save-duplicates): Doc fix.
15144 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15146         * dabbrev.el: Fix cycle completion (bug#10963).
15147         Use lexical binding and wrap to 80 columns.
15148         (dabbrev-completion): Delay computing the list of completions.
15150 2012-03-12  Kenichi Handa  <handa@m17n.org>
15152         * international/quail.el (quail-insert-kbd-layout): Surround each
15153         row by LRO and PDF instead of inserting many LRMs.  Pad the left
15154         and right of each non-spacing marks.  Insert invisible space
15155         between lower and upper characters to prevent composition.
15157 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15159         * minibuffer.el (minibuffer-complete): Don't get confused when the
15160         function is run twice via different commands (bug#10958).
15161         (complete-with-action): Fix docstring.
15163 2012-03-12  Chong Yidong  <cyd@gnu.org>
15165         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15166         (nxml-completion-at-point-function): New function.
15167         (nxml-mode): Use it.
15168         (nxml-bind-meta-tab-to-complete-flag): Default to t.
15170         * emacs-lisp/package.el (package-unpack, package-unpack-single):
15171         Load generated autoloads file before byte compiling (Bug#10970).
15172         (package--make-autoloads-and-compile): New helper fun.
15174 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
15176         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15178 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
15180         * autorevert.el (auto-revert-handler): Ensure, that
15181         file-readable-p is applied only for local files or in
15182         auto-revert-tail-mode.
15184 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
15186         * server.el (server-eval-at): Handle non-tcp connections.
15187         Decode result string.
15189         * server.el (server-msg-size): New constant.
15190         (server-reply-print): New function.
15191         (server-eval-and-print): Use it.
15192         (server-eval-at): Use server-quote-arg and server-unquote-arg.
15193         Handle -print-nonl.
15195 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
15197         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15198         (Bug#10987).
15200 2012-03-11  Chong Yidong  <cyd@gnu.org>
15202         * simple.el (goto-line): Doc fix (Bug#9938).
15204         * subr.el (save-window-excursion): Doc fix (Bug#9979).
15206         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15207         when finished (Bug#10963).
15209 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
15211         * window.el (split-window-below): Fix bug in case where
15212         split-window-keep-point is nil (Bug#10971).
15214 2012-03-11  Juri Linkov  <juri@jurta.org>
15216         * replace.el (replace-highlight): Set isearch-word to nil
15217         unconditionally.  (Bug#10887)
15219 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
15221         * net/mairix.el (mairix-replace-invalid-chars): Rename from
15222         mairix-replace-illegal-chars; all callers changed.  Don't remove
15223         ^, ~, and = characters: they are meaningful in mairix search specs.
15224         (mairix-widget-create-query): Add usage information about mairix
15225         search forms: negating words, searching for substrings, etc.
15227 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
15229         * international/fontset.el (font-encoding-alist): Add an entry for
15230         ksx1001 (Bug#5667).
15232 2012-03-10  Richard Stallman  <rms@gnu.org>
15234         * mail/sendmail.el (mail-encode-header):
15235         Set rfc2047-encode-encoded-words.
15237         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15239         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15240         view buffer means not swapped.
15241         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15242         (rmail-write-region-annotate): Error if real text has disappeared.
15244         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15246 2012-03-10  Chong Yidong  <cyd@gnu.org>
15248         * emulation/cua-rect.el (cua--init-rectangles):
15249         * emulation/cua-base.el (cua--init-keymaps):
15250         Add delete-forward-char to remappings (Bug#9666).
15252 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
15254         * speedbar.el (speedbar-unhighlight-one-tag-line):
15255         Avoid unhighlighting due to frame switching (Bug#10275).
15257 2012-03-10  Chong Yidong  <cyd@gnu.org>
15259         * minibuffer.el (completion-in-region, completion-help-at-point):
15260         Give the completion field overlay a high priority (Bug#6830).
15262         * dired.el (dired-goto-file): Recognize absolute file name
15263         listings (Bug#7126).
15264         (dired-goto-file-1): New helper function.
15265         (dired-toggle-read-only): Inhibit warnings.
15267 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
15269         * net/dbus.el (dbus-property-handler): Return empty array if
15270         there are no properties.
15272 2012-03-09  Leo Liu  <sdl.web@gmail.com>
15274         * savehist.el (savehist-printable): Stricter check for string
15275         value (Bug#10937).
15277 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
15279         * mail/smtpmail.el (smtpmail-send-it):
15280         Bind coding-system-for-write to *-unix, so that FCC files are kept in
15281         valid mbox format.
15283 2012-03-09  Glenn Morris  <rgm@gnu.org>
15285         * files.el (dir-locals-find-file):
15286         Don't check result is regular, readable.
15287         (dir-locals-read-from-file): Demote errors.
15289 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
15291         * international/quail.el (quail-insert-kbd-layout):
15292         Insert invisible LRM characters before each character in a keyboard
15293         layout cell, to prevent their reordering by bidi display engine.
15294         For details, see the discussion in
15295         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15297 2012-03-08  Alan Mackenzie  <acm@muc.de>
15299         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15300         the starting position; make it extend the marked region when
15301         invoked repeatedly - all under appropriate circumstances.
15302         Fixes bugs #5525, #10906.
15304 2012-03-08  Glenn Morris  <rgm@gnu.org>
15306         * files.el (locate-dominating-file, dir-locals-find-file):
15307         Undo 2012-03-06 change.
15309 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
15311         * international/quail.el (quail-help):
15312         Force bidi-paragraph-direction be left-to-right.  See discussion in
15313         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15314         for the reason.
15316 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
15318         Avoid superfluous registering of signals.  (Bug#10807)
15320         * notifications.el (notifications-on-action-object)
15321         (notifications-on-close-object): New defvars.
15322         (notifications-on-action-signal, notifications-on-closed-signal):
15323         Unregister the signal if not needed any longer.
15324         (notifications-notify): Register `notifications-action-signal' or
15325         `notifications-closed-signal', if :on-action or :on-close has been
15326         passed as argument.
15328 2012-03-07  Chong Yidong  <cyd@gnu.org>
15330         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15331         non-X platforms.
15333 2012-03-06  Glenn Morris  <rgm@gnu.org>
15335         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15336         (x-disown-selection-internal, x-get-selection-internal):
15337         Doc fix (add arglist signatures).  (Bug#10783)
15339 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15341         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15342         Handle breakpoints with no "type".
15344 2012-03-06  Glenn Morris  <rgm@gnu.org>
15346         * files.el (locate-dominating-file): Add optional predicate argument.
15347         (dir-locals-find-file): Make use of above change.
15349 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
15351         * info.el (Info-insert-dir): Also try "dir.gz".
15353 2012-03-06  Glenn Morris  <rgm@gnu.org>
15355         * files.el (dir-locals-find-file):
15356         Ignore non-readable or non-regular files.  (Bug#10928)
15358         * files.el (locate-dominating-file): Doc fix.
15360 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
15362         * calendar/calendar.el (calendar-set-mode-line):
15363         `getenv' returns a string.  (Bug#10951)
15365 2012-03-05  Leo Liu  <sdl.web@gmail.com>
15367         * simple.el (backward-delete-char-untabify): Constrain point to
15368         field (Bug#10939).
15370         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15372 2012-03-05  Chong Yidong  <cyd@gnu.org>
15374         * simple.el (count-words): If called from Lisp, return the word
15375         count, for symmetry with `count-lines'.  Arglist changed.
15376         (count-words--message): Args changed.  Consolidate counting code
15377         from count-words and count-words-region.
15378         (count-words-region): Caller changed.
15379         (count-lines-region): Make it an obsolete alias.
15381 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
15383         * saveplace.el (save-place-to-alist)
15384         (save-place-ignore-files-regexp): Allow value nil to disable this
15385         feature.
15387 2012-03-04  Chong Yidong  <cyd@gnu.org>
15389         * faces.el (face-spec-reset-face): For the default face, reset the
15390         attributes to default values (Bug#10748).
15392 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15394         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15395         previous patch: Check `message-send-mail-function', and not the
15396         default function (bug#10897).
15398 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
15400         * notifications.el (notifications-on-action-signal)
15401         (notifications-on-closed-signal): Check for unique service name of
15402         incoming event.  Fix error in removing entry.
15403         (top): Register for signals with wildcard service name.
15404         (notifications-notify): Use daemon unique service name for map entries.
15406 2012-03-04  Chong Yidong  <cyd@gnu.org>
15408         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15410 2012-03-04  Glenn Morris  <rgm@gnu.org>
15412         * abbrev.el (copy-abbrev-table, abbrev-table-p)
15413         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15414         (expand-abbrev, define-abbrev-table): Doc fixes.
15416 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15418         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15419         `message-default-send-mail-function' and not `send-mail-function'
15420         when doing the prompting for `sendmail-query-once' before sending
15421         in Message buffers (bug#10897).
15423         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15424         This is inconsistent with all the other stream functions, which leave
15425         the setting up to the higher levels (if so wanted) (bug#10931).
15427 2012-03-02  Alan Mackenzie  <acm@muc.de>
15429         Depessimize the handling of very large macros.
15431         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15432         (c-macro-cache-syntactic): New variables to implement a one
15433         element macro cache.
15434         (c-invalidate-macro-cache): New function.
15435         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15436         Adapt to use the new cache.
15437         (c-state-safe-place): Use better the cache of safe positions.
15438         (c-state-semi-nonlit-pos-cache)
15439         (c-state-semi-nonlit-pos-cache-limit):
15440         New variables for...
15441         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
15442         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15443         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15444         Use c-state-semi-safe-place.
15446         * progmodes/cc-langs.el (c-get-state-before-change-functions):
15447         Add c-invalidate-macro-cache to the C, C++, Obj entries.
15449 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
15451         * jka-compr.el (jka-compr-call-process):
15452         Apply `file-accessible-directory-p' only when the default directory is
15453         not remote.
15455 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
15457         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
15458         access of FILE2, if FILE1 does not exist.
15460         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15461         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15463         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15464         Add "PAGER=" to `process-environment'.
15466 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
15468         * progmodes/sql.el: Bug fix
15469         (sql-get-login-ext): Save login values in globals.
15470         (sql-get-login): Use new version of `sql-get-login-ext'.
15471         (sql-interactive-mode): Set global `sql-connection' to nil.
15472         (sql-connect): Set global values for connection.
15473         (sql-product-interactive): Save global values as buffer local.
15475 2012-02-29  Leo Liu  <sdl.web@gmail.com>
15477         * abbrev.el (define-abbrevs): Reset sys to nil.
15479 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15481         * files.el (file-equal-p): Rename from `files-equal-p'.
15482         Return nil when one or both files don't exist.
15483         (file-subdir-of-p): Now only top directory must exists,
15484         return nil if it doesn't.
15485         (copy-directory): No need to test with `file-subdir-of-p' after
15486         creating dir.
15487         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15488         to `file-equal-p'.
15490 2012-02-28  Glenn Morris  <rgm@gnu.org>
15492         * shell.el (shell-mode):
15493         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15494         * play/landmark.el (landmark-font-lock-face-O):
15495         * play/handwrite.el (handwrite):
15496         * play/gomoku.el (gomoku-O):
15497         * net/browse-url.el (browse-url-browser-display):
15498         * international/mule.el (define-charset):
15499         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15500         * filesets.el (filesets-find-file-delay):
15501         * eshell/em-xtra.el (eshell-xtra):
15502         * eshell/em-unix.el (eshell-grep):
15503         * emulation/viper.el (viper-mode):
15504         * emacs-lisp/regexp-opt.el (regexp-opt-group):
15505         * emacs-lisp/easymenu.el (easy-menu-define):
15506         * calendar/timeclock.el (timeclock-use-display-time):
15507         * bs.el (bs-mode):
15508         * bookmark.el (bookmark-save-flag):
15509         Doc fix (standardize possessive apostrophe usage).
15511 2012-02-27  Chong Yidong  <cyd@gnu.org>
15513         * emulation/viper-cmd.el (viper-intercept-ESC-key):
15514         Fix key-binding lookup for ESC key (Bug#9146).
15516         * font-lock.el (font-lock-specified-p): Rename from
15517         font-lock-spec-present.  Callers changed.
15519 2012-02-27  Daniel Hackney  <dan@haxney.org>
15521         * emacs-lisp/package.el (package-compute-transaction):
15522         Handle holding a package version to t in package-load-list.
15524 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
15526         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15527         (tramp-get-inode, tramp-get-device): Use cached values.
15529 2012-02-26  Alan Mackenzie  <acm@muc.de>
15531         Check there is a font-lock specification before doing initial
15532         fontification.
15534         * font-core.el (font-lock-mode): Move the conditional from
15535         :after-hook to font-lock-initial-fontify.
15536         (font-lock-default-function): Move the check for a specification
15537         to font-lock-spec-present.
15539         * font-lock.el (font-lock-initial-fontify): Call ...
15540         (font-lock-spec-present): New function.
15542 2012-02-26  Jim Blandy  <jimb@red-bean.com>
15544         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15545         (gdb-send): Apply it to the operand of the '-interpreter-exec
15546         console' command, so that we can pass arguments with (say) quotes
15547         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
15549 2012-02-26  Chong Yidong  <cyd@gnu.org>
15551         * help-fns.el (describe-function-1): Clarify description of
15552         remapping (Bug#10844).
15554         * files.el (files-equal-p): Doc fix.
15555         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
15556         and quit the loop once a mismatch is found.
15558 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
15560         * bs.el (bs--show-with-configuration): Don't throw an error
15561         if the window cannot be split; otherwise, subsequent calls to
15562         bs-show fail, restoring a stale window config.  (Bug#10882)
15564 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15566         * term/ns-win.el (global-map): Bind ns-drag-file to
15567         ns-find-file (Bug#5855, Bug#10050).
15569 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
15571         * calendar/parse-time.el (parse-time-string): Allow extractor to
15572         return nil.
15574 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
15576         * net/tramp.el (tramp-file-name-for-operation):
15577         Add `files-equal-p' and `file-subdir-of-p'.
15579         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15580         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15581         Add COPY-CONTENTS argument.
15583 2012-02-25  Chong Yidong  <cyd@gnu.org>
15585         Add custom groups for VC backends, for consistency with vc-bzr.
15587         * vc/vc-arch.el (vc-arch):
15588         * vc/vc-cvs.el (vc-cvs):
15589         * vc/vc-git.el (vc-git):
15590         * vc/vc-hg.el (vc-hg):
15591         * vc/vc-mtn.el (vc-mtn):
15592         * vc/vc-rcs.el (vc-rcs):
15593         * vc/vc-sccs.el (vc-sccs):
15594         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15595         All relevant defcustoms reassigned.
15597 2012-02-25  Chong Yidong  <cyd@gnu.org>
15599         * newcomment.el (comment-styles): Add autoload (Bug#10868).
15601         * term/x-win.el (x-initialize-window-system): Reduce default for
15602         x-selection-timeout to 5 seconds (Bug#8869).
15604 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15606         * files.el (files-equal-p, file-subdir-of-p): New functions.
15607         (copy-directory): Error when trying to copy a directory on itself.
15608         Add missing copy-contents arg to tramp handler.
15609         * dired-aux.el (dired-copy-file-recursive): Same.
15610         (dired-create-files): Modify destination when source is equal to
15611         dest when copying files.
15612         Return also when dest is a subdir of source.  (Bug#10489)
15614 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
15616         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15617         (Bug#10874)
15619 2012-02-23  Alan Mackenzie  <acm@muc.de>
15621         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15622         parameter "after-hook:" to allow the expansion to run code after
15623         the execution of the mode hooks.
15625         * font-lock.el (font-lock-initial-fontify): New function extracted
15626         from font-lock-mode-internal.
15628         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15629         :after-hook.
15631 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15633         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15634         (completion--cache-all-sorted-completions): New function.
15635         (completion-all-sorted-completions): Use it.
15636         (completion--do-completion, minibuffer-force-complete):
15637         Use it to re-instate the flush hook.
15639         * icomplete.el (icomplete-completions): Replace last fix with a better
15640         one (bug#10850).
15642 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15644         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15645         when it might call us back infinitely (bug#10797).
15647 2012-02-23  Glenn Morris  <rgm@gnu.org>
15649         * minibuffer.el (completion-category-overrides): Doc fix.
15651 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15653         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15654         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15656 2012-02-23  Glenn Morris  <rgm@gnu.org>
15658         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15659         (authors-obsolete-files-regexps, authors-ignored-files)
15660         (authors-ambiguous-files, authors-renamed-files-alist):
15661         Add more entries.
15663 2012-02-23  Juri Linkov  <juri@jurta.org>
15665         * isearch.el (isearch-occur): Sync interactive spec with occur's
15666         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15668         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15670 2012-02-22  Juri Linkov  <juri@jurta.org>
15672         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15673         (ucs-insert): Doc fix.  Check for hex digits in the string.
15674         Don't display `nil' in the error message.  (Bug#10857)
15676 2012-02-22  Alan Mackenzie  <acm@muc.de>
15678         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15680 2012-02-22  Glenn Morris  <rgm@gnu.org>
15682         * ffap.el (ffap-c-path):
15683         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15685 2012-02-22  Chong Yidong  <cyd@gnu.org>
15687         * custom.el (load-theme): Doc fix.
15689 2012-02-22  Glenn Morris  <rgm@gnu.org>
15691         * dired-x.el (dired-guess-shell-alist-default):
15692         Remove escape sequences from nroff output.  (Bug#172)
15694 2012-02-21  Glenn Morris  <rgm@gnu.org>
15696         * vc/emerge.el (emerge-defvar-local):
15697         Set `permanent-local' property rather than unused `preserved'.
15699         * textmodes/picture.el (picture-delete-char): New alias.
15700         (picture-mode-map): Use it.  (Bug#10860)
15701         (picture-mode): Doc fix.
15703 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15705         * newcomment.el (uncomment-region-default): Remove unused binding.
15707 2012-02-21  Glenn Morris  <rgm@gnu.org>
15709         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15710         (picture-self-insert, picture-tab-chars): Doc fix.
15711         (picture-mode-map): Fix C-a, C-e.
15713 2012-02-20  Glenn Morris  <rgm@gnu.org>
15715         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15717 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15719         * icomplete.el (icomplete-completions): Check FROM arg before
15720         passing to substring (Bug#10850).
15722 2012-02-19  Chong Yidong  <cyd@gnu.org>
15724         * comint.el: Require ansi-color.
15725         (comint-output-filter-functions): Add ansi-color-process-output.
15727         * ansi-color.el: Don't set comint-output-filter-functions; it is
15728         now in the initial value defined in comint.el.
15729         (ansi-color-apply-face-function): New variable.
15730         (ansi-color-apply-on-region): Use it.
15731         (ansi-color-apply-overlay-face): New function.
15733         * shell.el (shell): No need to require ansi-color.
15734         (shell-mode): Use ansi-color-apply-face-function to highlight
15735         color escapes using font-lock-face property (Bug#10835).
15737 2012-02-19  Chong Yidong  <cyd@gnu.org>
15739         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15740         mode-line formats (Bug#10839).
15742 2012-02-18  Glenn Morris  <rgm@gnu.org>
15744         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15746         * mail/undigest.el (unforward-rmail-message): Doc fix.
15748         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15750 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15752         * international/characters.el (script-list): Sync with the latest
15753         Unicode Character Database.
15755 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15757         * international/titdic-cnv.el: Remove duplicate coding tag.
15758         * language/cham.el: Likewise.
15759         * language/tai-viet.el: Likewise.
15761 2012-02-18  Glenn Morris  <rgm@gnu.org>
15763         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15764         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15765         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15766         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15767         * calendar/holidays.el (holiday-bahai-holidays)
15768         (calendar-holidays, list-holidays):
15769         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15771 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15773         * saveplace.el (save-place-ignore-files-regexp): New variable
15774         allowing for excluding files from saving their location of point.
15775         The default value matches the temporary commit message editing
15776         files from Git, SVN, Bazaar, and Mercurial.
15777         (save-place-to-alist): Use it.
15779 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15780             Stefan Monnier  <monnier@iro.umontreal.ca>
15782         * newcomment.el (uncomment-region-default): Don't leave extra space
15783         when an arg is provided (bug#8150).
15785 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15787         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15789 2012-02-17  Glenn Morris  <rgm@gnu.org>
15791         * net/socks.el: Require network-stream.  (Bug#10599)
15793 2012-02-17  Kenichi Handa  <handa@m17n.org>
15795         * international/charprop.el:
15796         * international/uni-name.el:
15797         * international/uni-old-name.el:
15798         * international/uni-comment.el: Regenerate.
15800 2012-02-16  Glenn Morris  <rgm@gnu.org>
15802         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15803         Interactively in calendar buffer, give an error if not on a date.
15805 2012-02-15  Glenn Morris  <rgm@gnu.org>
15807         * shell.el (shell-delimiter-argument-list):
15808         Revert 2011-02-17 change.  (Bug#8027)
15810 2012-02-15  Chong Yidong  <cyd@gnu.org>
15812         * minibuffer.el (completion-at-point-functions): Doc fix.
15814         * custom.el (defcustom): Doc fix; note use of defvar.
15816 2012-02-15  Glenn Morris  <rgm@gnu.org>
15818         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15819         Doc fixes.
15821 2012-02-14  Glenn Morris  <rgm@gnu.org>
15823         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15825 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15827         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15828         way the ports list is computed.
15829         (smtpmail-query-smtp-server): Prompt the user for a port number if
15830         we can't connect to any of the standard ports (bug#10810).
15832 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15834         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15836 2012-02-13  Glenn Morris  <rgm@gnu.org>
15838         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
15840 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15842         * net/gnutls.el (gnutls-trustfiles): New variable.
15843         (gnutls-negotiate): Use it.
15845 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
15847         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15848         does its stuff if Gnus is running.
15850 2012-02-13  Alan Mackenzie  <acm@muc.de>
15852         Fix a loop in c-set-fl-decl-start.
15854         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15855         c-backward-syntactic-ws actually moves backwards.
15857 2012-02-13  Leo Liu  <sdl.web@gmail.com>
15859         * net/rcirc.el (rcirc-markup-attributes): Move point to the
15860         beginning so that all \C-o chars are removed.
15862 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
15864         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15866 2012-02-12  Alan Mackenzie  <acm@muc.de>
15868         Fix infinite loop with long macros.
15869         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15871 2012-02-12  Chong Yidong  <cyd@gnu.org>
15873         * window.el (display-buffer): Doc fix (Bug#10785).
15875 2012-02-12  Glenn Morris  <rgm@gnu.org>
15877         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15878         (x-disown-selection-internal, x-get-selection-internal):
15879         Sync docs with the xselect.c versions.
15881         * allout-widgets.el: Add missing license notice.
15883 2012-02-11  Glenn Morris  <rgm@gnu.org>
15885         * select.el (x-get-selection-internal, x-own-selection-internal)
15886         (x-disown-selection-internal):
15887         * x-dnd.el (x-get-selection-internal): Update declarations.
15889         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15891         * window.el (window-sides-slots):
15892         * tool-bar.el (tool-bar-position):
15893         * term/xterm.el (xterm-extra-capabilities):
15894         * ses.el (ses-self-reference-early-detection):
15895         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15896         (verilog-auto-wire-type)
15897         (verilog-auto-delete-trailing-whitespace)
15898         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15899         (verilog-auto-tieoff-declaration):
15900         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15901         (sql-oracle-statement-starters, sql-oracle-scan-on):
15902         * progmodes/prolog.el (prolog-align-comments-flag)
15903         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15904         (prolog-left-indent-regexp, prolog-paren-indent-p)
15905         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15906         (prolog-types, prolog-mode-specificators)
15907         (prolog-determinism-specificators, prolog-directives)
15908         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15909         (prolog-electric-dot-flag)
15910         (prolog-electric-dot-full-predicate-template)
15911         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15912         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15913         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15914         (prolog-program-switches, prolog-prompt-regexp)
15915         (prolog-debug-on-string, prolog-debug-off-string)
15916         (prolog-trace-on-string, prolog-trace-off-string)
15917         (prolog-zip-on-string, prolog-zip-off-string)
15918         (prolog-use-standard-consult-compile-method-flag)
15919         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15920         (prolog-imenu-max-lines, prolog-info-predicate-index)
15921         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15922         (prolog-char-quote-workaround):
15923         * progmodes/cc-vars.el (c-defun-tactic):
15924         * net/tramp.el (tramp-encoding-command-interactive)
15925         (tramp-local-end-of-line):
15926         * net/soap-client.el (soap-client):
15927         * net/netrc.el (netrc-file):
15928         * net/gnutls.el (gnutls):
15929         * minibuffer.el (completion-category-overrides)
15930         (completion-cycle-threshold)
15931         (completion-pcm-complete-word-inserts-delimiters):
15932         * man.el (Man-name-local-regexp):
15933         * mail/feedmail.el (feedmail-display-full-frame):
15934         * international/characters.el (glyphless-char-display-control):
15935         * eshell/em-ls.el (eshell-ls-date-format):
15936         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15937         (lisp-lambda-list-keyword-parameter-indentation)
15938         (lisp-lambda-list-keyword-parameter-alignment):
15939         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15940         * dired-x.el (dired-omit-verbose):
15941         * cus-theme.el (custom-theme-allow-multiple-selections):
15942         * calc/calc.el (calc-highlight-selections-with-faces)
15943         (calc-lu-field-reference, calc-lu-power-reference)
15944         (calc-note-threshold):
15945         * battery.el (battery-mode-line-limit):
15946         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15947         (archive-7z-update):
15948         * allout.el (allout-prefixed-keybindings)
15949         (allout-unprefixed-keybindings)
15950         (allout-inhibit-auto-fill-on-headline)
15951         (allout-flattened-numbering-abbreviation):
15952         * allout-widgets.el (allout-widgets-auto-activation)
15953         (allout-widgets-icons-dark-subdir)
15954         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15955         (allout-widgets-theme-dark-background)
15956         (allout-widgets-theme-light-background)
15957         (allout-widgets-item-image-properties-emacs)
15958         (allout-widgets-item-image-properties-xemacs)
15959         (allout-widgets-run-unit-tests-on-load)
15960         (allout-widgets-time-decoration-activity)
15961         (allout-widgets-hook-error-post-time)
15962         (allout-widgets-track-decoration):
15963         Add missing :version tags to new defcustoms and defgroups.
15965         * progmodes/sql.el (sql-ansi-statement-starters)
15966         (sql-oracle-statement-starters): Add custom type.
15968         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15969         (prolog-system-version): Give it a type.
15971 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
15973         * term/pc-win.el (x-select-text, x-selection-owner-p)
15974         (x-own-selection-internal, x-disown-selection-internal)
15975         (x-get-selection-internal): Sync doc strings and argument lists
15976         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
15978 2012-02-11  Leo Liu  <sdl.web@gmail.com>
15980         * progmodes/python.el (python-end-of-statement): Fix infinite
15981         loop.  (Bug#10788)
15983 2012-02-10  Glenn Morris  <rgm@gnu.org>
15985         * international/mule-cmds.el (unify-8859-on-encoding-mode)
15986         (unify-8859-on-decoding-mode): Properly mark as obsolete.
15988 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
15990         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15991         about SMTP before checking the From header.
15993         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15994         into own function for reuse by emacsbug.el.
15996 2012-02-10  Leo Liu  <sdl.web@gmail.com>
15998         * subr.el (condition-case-unless-debug): Rename from
15999         condition-case-no-debug.  All callers changed.
16000         (with-demoted-errors): Fix caller.
16002         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16003         * nxml/rng-valid.el (rng-do-some-validation):
16004         * emacs-lisp/package.el (package-refresh-contents)
16005         (package-menu-execute):
16006         * desktop.el (desktop-create-buffer):
16007         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16009 2012-02-10  Glenn Morris  <rgm@gnu.org>
16011         * textmodes/bibtex.el:
16012         Add missing :version tags for new/changed defcustoms.
16014         * files.el (remote-file-name-inhibit-cache): Doc fixes.
16016 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
16018         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16019         (smtpmail-via-smtp): Use it, or fall back on the From address.
16020         (smtpmail-send-it): Ditto.
16022 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16024         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16025         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
16026         (byte-compile-tmp-var): New const.
16027         (byte-compile-defvar): Use it to minimize .elc size.
16028         Just use `defvar' rather than simulate it (bug#10761).
16030 2012-02-09  Glenn Morris  <rgm@gnu.org>
16032         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
16034         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16035         Add :version tags.
16037         * progmodes/compile.el (compilation-error-screen-columns)
16038         (compilation-first-column, compilation-filter-start): Doc fixes.
16040         * vc/log-view.el (log-view-toggle-entry-display):
16041         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16043         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16044         (report-emacs-bug-can-use-xdg-email):
16045         (report-emacs-bug-insert-to-mailer): Doc fixes.
16046         (report-emacs-bug): Message fix.
16048         * net/browse-url.el (browse-url-can-use-xdg-open)
16049         (browse-url-xdg-open): Doc fixes.
16051         * electric.el (electric-indent-mode, electric-pair-mode)
16052         (electric-layout-rules, electric-layout-mode): Doc fixes.
16053         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16055 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
16057         * server.el (server-unselect-display): Don't inadvertently kill
16058         the current buffer.  (Bug#10729)
16060 2012-02-08  Glenn Morris  <rgm@gnu.org>
16062         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16063         (sql-list-table): Doc fixes.
16065         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16066         Comment out (does nothing).
16068         * completion.el (dynamic-completion-mode):
16069         * dirtrack.el (dirtrack-debug-mode):
16070         * electric.el (electric-layout-mode):
16071         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16072         * face-remap.el (text-scale-mode, buffer-face-mode):
16073         * iimage.el (iimage-mode):
16074         * image-mode.el (image-transform-mode):
16075         * minibuffer.el (completion-in-region-mode):
16076         * scroll-lock.el (scroll-lock-mode):
16077         * simple.el (next-error-follow-minor-mode):
16078         * tar-mode.el (tar-subfile-mode):
16079         * tooltip.el (tooltip-mode):
16080         * vcursor.el (vcursor-use-vcursor-map):
16081         * wid-browse.el (widget-minor-mode):
16082         * emulation/tpu-edt.el (tpu-edt-mode):
16083         * emulation/tpu-extras.el (tpu-cursor-free-mode):
16084         * international/iso-ascii.el (iso-ascii-mode):
16085         * language/thai-util.el (thai-word-mode):
16086         * mail/supercite.el (sc-minor-mode):
16087         * net/goto-addr.el (goto-address-mode):
16088         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16089         * progmodes/cwarn.el (cwarn-mode):
16090         * progmodes/flymake.el (flymake-mode):
16091         * progmodes/glasses.el (glasses-mode):
16092         * progmodes/hideshow.el (hs-minor-mode):
16093         * progmodes/pascal.el (pascal-outline-mode):
16094         * textmodes/enriched.el (enriched-mode):
16095         * vc/smerge-mode.el (smerge-mode):
16096         Doc fixes (minor mode argument).
16098 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
16100         * ls-lisp.el (ls-lisp-sanitize): New function.
16101         (ls-lisp-insert-directory): Use it to fix or remove any elements
16102         in file-alist with missing attributes.  (Bug#4673)
16104 2012-02-07  Alan Mackenzie  <acm@muc.de>
16106         Fix spurious recognition of c-in-knr-argdecl.
16108         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16109         putative K&R region.
16111 2012-02-07  Alan Mackenzie  <acm@muc.de>
16113         * progmodes/cc-engine.el (c-forward-objc-directive):
16114         Prevent looping in "#pragma mark @implementation".
16116 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
16118         * notifications.el (notifications-on-closed-signal): Make `reason'
16119         optional.  (Bug#10744)
16121 2012-02-07  Glenn Morris  <rgm@gnu.org>
16123         * emacs-lisp/easy-mmode.el (define-minor-mode):
16124         Doc fixes for the macro and the mode it defines.
16126         * image.el (imagemagick-types-inhibit): Doc fix.
16128         * cus-start.el (imagemagick-render-type): Add it.
16130 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
16132         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16133         Set the default at load time, too, so that `font-lock-fontify-buffer'
16134         can be called without setting up the entire mode first.  This fixes
16135         a bug in `mm-inline-text' with C MIME parts.
16137 2012-02-06  Chong Yidong  <cyd@gnu.org>
16139         * simple.el (list-processes--refresh): Delete exited processes
16140         (Bug#8094).
16142         * comint.el (comint-next-prompt): next-single-char-property-change
16143         and prev-single-char-property-change never return nil (Bug#8657).
16145         * custom.el (defcustom): Doc fix (Bug#9711).
16147 2012-02-05  Chong Yidong  <cyd@gnu.org>
16149         * cus-edit.el (custom-variable-reset-backup): Quote the value
16150         before storing it in the customized-value property (Bug#6712).
16151         (custom-display): Add a customization type tag.
16152         (custom-buffer-create-internal): Improve tooltip message.
16154         * wid-edit.el (widget-field-value-get): New optional arg to
16155         suppress trailing whitespace truncation.
16156         (character): Use it (Bug#2689).
16158 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
16160         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16161         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16163 2012-02-05  Chong Yidong  <cyd@gnu.org>
16165         * cus-edit.el (custom-variable-value-create): For mismatched
16166         types, show the current value (Bug#7600).
16168         * custom.el (defcustom): Doc fix.
16170 2012-02-05  Glenn Morris  <rgm@gnu.org>
16172         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16174 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
16176         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16177         (pp-buffer): Use `ignore-errors', `looking-at-p'.
16178         (pp-last-sexp): Use `looking-at-p'.
16180 2012-02-04  Glenn Morris  <rgm@gnu.org>
16182         * files.el (revert-buffer):
16183         Doc fix (mention revert-buffer-in-progress-p).
16185         * emacs-lisp/ert-x.el (ert-simulate-command):
16186         Check deferred-action-list (which is obsolete) is bound.
16188         * subr.el (with-wrapper-hook): Doc fixes.
16190         * simple.el (filter-buffer-substring-functions)
16191         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16193 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
16195         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16196         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
16198 2012-02-04  Leo Liu  <sdl.web@gmail.com>
16200         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16202 2012-02-04  Glenn Morris  <rgm@gnu.org>
16204         * image.el (image-extension-data): Add obsolete alias.
16206         * isearch.el (isearch-update): Doc fix.
16208         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16210         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16212 2012-02-03  Glenn Morris  <rgm@gnu.org>
16214         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
16215         (image-animate-timeout): Doc fix.
16217         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16219 2012-02-02  Glenn Morris  <rgm@gnu.org>
16221         * server.el (server-auth-dir): Doc fix.
16222         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
16224         * subr.el (run-mode-hooks): Doc fix.
16226 2012-02-02  Juri Linkov  <juri@jurta.org>
16228         * image-mode.el (image-toggle-display-image): Remove tautological
16229         `major-mode' from the `derived-mode-p' test.
16231 2012-02-02  Kenichi Handa  <handa@m17n.org>
16233         * composite.el (compose-region): Cancel previous change.
16235 2012-02-02  Kenichi Handa  <handa@m17n.org>
16237         * composite.el (compose-region, compose-string): Signal error for
16238         a null string component (Bug#6988).
16240 2012-02-01  Chong Yidong  <cyd@gnu.org>
16242         * view.el (view-buffer-other-window, view-buffer-other-frame):
16243         Handle special modes like view-buffer (Bug#10650).
16244         (view-buffer): Simplify.
16246         * frame.el (set-frame-font): Tweak meaning of third argument.
16248         * dynamic-setting.el (font-setting-change-default-font):
16249         Use set-frame-font (Bug#9982).
16251 2012-02-01  Glenn Morris  <rgm@gnu.org>
16253         * progmodes/compile.el (compilation-internal-error-properties):
16254         Respect compilation-first-column in the "*compilation*" buffer.
16256         * emacs-lisp/easy-mmode.el (define-minor-mode):
16257         Relax :variable's test for a named function.
16259 2012-01-31  Alan Mackenzie  <acm@muc.de>
16261         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16262         off by one error.
16264 2012-01-31  Chong Yidong  <cyd@gnu.org>
16266         * frame.el (set-frame-font): New arg ALL-FRAMES.
16268         * menu-bar.el (menu-set-font): Use set-frame-font.
16270         * faces.el (face-spec-reset-face): Don't apply unspecified
16271         attribute values to the default face.
16273 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
16275         * progmodes/cwarn.el (cwarn): Remove dead link.
16276         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16277         Remove * from defcustom docstrings.
16278         (turn-on-cwarn-mode): Make obsolete.
16279         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16280         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16282 2012-01-31  Glenn Morris  <rgm@gnu.org>
16284         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16285         Fix :variable handling of mode a symbol not equal to modefun.
16286         Allow named functions to be used as the cdr of :variable.
16288 2012-01-30  Glenn Morris  <rgm@gnu.org>
16290         * emacs-lisp/authors.el (authors-fixed-entries):
16291         Remove reference to deleted file rnewspost.el.
16293 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
16295         * window.el (window-with-parameter): Remove unused variable `windows'.
16296         (window--side-check): Remove unused variable `code'.
16297         (window--resize-siblings): Remove unused variable `first'.
16298         (adjust-window-trailing-edge): Remove unused variable `failed'.
16299         (window-deletable-p, window--delete): Remove unused variable `buffer'.
16300         Use `let', not `let*'.
16301         (balance-windows-2): Remove unused variable `found'.
16302         (window--state-put-2): Remove unused variable `splits'.
16303         (window-state-put): Remove unused variable `selected'.
16304         (same-window-p): Use `string-match-p'.
16305         (display-buffer-assq-regexp): Remove unused variable `value'.
16306         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16307         Mark argument ALIST as ignored.
16308         (pop-to-buffer): Remove unused variable `old-window'.
16310 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
16312         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16313         and .lzma compressed files.
16315 2012-01-29  Chong Yidong  <cyd@gnu.org>
16317         * frame.el (window-system-default-frame-alist): Doc fix.
16319         * dynamic-setting.el (font-setting-change-default-font): Don't
16320         change the default face if SET-FONT argument is non-nil (Bug#9982).
16322 2012-01-29  Samuel Bronson  <naesten@gmail.com>
16324         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16326 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
16328         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16329         breakpoints in files outside current directory (Bug#6098).
16331 2012-01-29  Chong Yidong  <cyd@gnu.org>
16333         * progmodes/python.el: Require ansi-color at top-level.
16335         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16336         Define and use in Emacs Lisp mode (Bug#9360).
16337         (lisp-mode-abbrev-table): Add doc.
16338         (lisp-mode-variables): Don't set local-abbrev-table.
16339         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16341 2012-01-28  Roland Winkler  <winkler@gnu.org>
16343         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16345 2012-01-28  Roland Winkler  <winkler@gnu.org>
16347         * textmodes/bibtex.el (bibtex-entry-alist): New function.
16348         (bibtex-set-dialect): Use it.  Either set global values of
16349         dialect-dependent variables or bind these variables buffer-locally
16350         (Bug#10254).
16351         (bibtex-mode): Call bibtex-set-dialect via
16352         hack-local-variables-hook.
16353         (bibtex-dialect): Update docstring.
16354         Add safe-local-variable predicate.
16355         (bibtex-entry-alist, bibtex-field-alist): Initialize via
16356         bibtex-set-dialect.
16357         (bibtex-mode-map): Define menu for each dialect.
16358         (bibtex-entry): Fix docstring.
16360 2012-01-28  Chong Yidong  <cyd@gnu.org>
16362         * eshell/esh-arg.el (eshell-quote-argument): New function.
16364         * eshell/esh-ext.el (eshell-invoke-batch-file):
16365         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16366         first arg to eshell-parse-command (Bug#10523).
16368 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16370         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16371         `default-directory' is non-nil.
16373 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16375         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16376         line that displays system-configuration-options.  (Bug#9924)
16378 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16380         * descr-text.el (describe-char): Show information about POS, in
16381         addition to information about the character at POS.  Improve and
16382         update the doc string.  Change "code point" to "code point in
16383         charset", to avoid confusion with the character's Unicode code
16384         point shown above that.  (Bug#10129)
16386 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16388         * descr-text.el (describe-char): Show the raw character, not only
16389         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
16390         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16391         for the reasons.
16393 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
16395         * emacs-lisp/package.el (package-install):
16396         Run package-refresh-contents if there is no archive yet (Bug#9798).
16398 2012-01-28  Chong Yidong  <cyd@gnu.org>
16400         * emacs-lisp/package.el (package-maybe-load-descriptor):
16401         New function, split from package-maybe-load-descriptor.
16402         (package-maybe-load-descriptor): Use it.
16403         (package-download-transaction): Fully load required packages
16404         inside the loop, so that `require' calls work (Bug#10593).
16405         (package-install): No need to call package-initialize now.
16407 2012-01-28  Chong Yidong  <cyd@gnu.org>
16409         * simple.el (deactivate-mark): Doc fix (Bug#8614).
16411         * tooltip.el (tooltip-mode): Doc fix.
16412         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16414         * frame.el (set-cursor-color): Doc fix (Bug#352).
16416         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16417         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16419         * cus-edit.el (custom-buffer-create-internal): Fix search button
16420         action (Bug#10542).
16421         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16423 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
16425         * dired.el (dired-mark-files-regexp):
16426         Include any subdirectory components.  (Bug#10445)
16428 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16430         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16431         Handle [host]:port syntax.  (Bug#10533)
16433 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
16435         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16437 2012-01-26  Glenn Morris  <rgm@gnu.org>
16439         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16440         * term.el (term-raw-escape-map): Use Control-X-prefix.
16441         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
16443 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
16445         * window.el (window-state-get, window--state-get-1): Don't deal
16446         with fixed-sizeness of windows.  Simplify code.
16448 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16450         * window.el (window--state-get-1, window--state-put-2):
16451         Don't save and restore the mark.
16453 2012-01-25  Chong Yidong  <cyd@gnu.org>
16455         * custom.el (custom-variable-p): Doc fix.
16457 2012-01-25  Glenn Morris  <rgm@gnu.org>
16459         * dired.el (dired-goto-file): Handle some of the more common
16460         characters that `ls -b' escapes.  (Bug#10596)
16462         * progmodes/compile.el (compilation-next-error-function):
16463         Respect compilation-first-column in the "*compilation*" buffer.
16464         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
16466         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
16468 2012-01-24  Glenn Morris  <rgm@gnu.org>
16470         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
16472 2012-01-24  Julien Danjou  <julien@danjou.info>
16474         * color.el (color-rgb-to-hsl): Fix value computing.
16475         (color-hue-to-rgb): New function.
16476         (color-hsl-to-rgb): New function.
16477         (color-clamp, color-saturate-hsl, color-saturate-name)
16478         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16479         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16481 2012-01-24  Glenn Morris  <rgm@gnu.org>
16483         * vc/vc-rcs.el (vc-rcs-create-tag):
16484         * vc/vc-sccs.el (vc-sccs-create-tag):
16485         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
16487 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16489         * eshell/esh-util.el (eshell-read-hosts-file):
16490         Skip comment lines.  (Bug#10549)
16492         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
16494 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
16496         * subr.el (display-delayed-warnings): Doc fix.
16497         (collapse-delayed-warnings): New function to collapse identical
16498         adjacent warnings.
16499         (delayed-warnings-hook): Add it.
16501 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
16503         * net/tramp.el (tramp-action-login): Set connection property "login-as".
16505         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16506         (tramp-default-user-alist): Don't add "pscp".
16507         (tramp-do-copy-or-rename-file-out-of-band): Use connection
16508         property "login-as", if set.  (Bug#10530)
16510 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
16512         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16513         "plink1" and "psftp".  (Bug#10530)
16515 2012-01-21  Kenichi Handa  <handa@m17n.org>
16517         * international/mule-cmds.el (prefer-coding-system): Show a
16518         warning message if the default value of file-name-coding-system
16519         was not changed.
16521 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16523         * windmove.el (windmove-reference-loc):
16524         Fix windmove-reference-loc miscalculation.
16526 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
16528         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16529         default unit.
16531 2012-01-21  Glenn Morris  <rgm@gnu.org>
16533         * international/mule.el (auto-coding-alist): Add .tbz.
16535         * files.el (local-enable-local-variables): Doc fix.
16536         (inhibit-local-variables-regexps): Rename from
16537         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
16538         Doc fix.  Add some extensions from auto-coding-alist.
16539         (inhibit-local-variables-suffixes):
16540         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
16541         (inhibit-local-variables-p):
16542         New function, extracted from set-auto-mode-1.
16543         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
16544         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
16545         (hack-local-variables): Doc fix.  Make the mode-only case
16546         respect enable-local-variables and friends.
16547         Respect inhibit-local-variables-regexps for file-locals, but
16548         not for directory-locals.
16549         (set-visited-file-name):
16550         Take account of inhibit-local-variables-regexps.
16551         Whether it applies may change as the file name is changed.
16552         * jka-cmpr-hook.el (jka-compr-install):
16553         * jka-compr.el (jka-compr-uninstall):
16554         Update for inhibit-first-line-modes-suffixes name change.
16556 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
16558         * help-macro.el (make-help-screen): Temporarily restore original
16559         binding for minor-mode-map-alist (Bug#10454).
16561 2012-01-19  Julien Danjou  <julien@danjou.info>
16563         * color.el (color-name-to-rgb): Use the white color to find the max
16564         color component value and return correctly computed values.
16565         (color-name-to-rgb): Add missing float conversion for max value.
16567 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
16569         * window.el (window--state-get-1, window-state-get): Do not use
16570         special state value for window-persistent-parameters.
16571         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
16572         (window--state-put-2): Reset all window parameters to nil before
16573         assigning values of persistent parameters.
16575 2012-01-18  Alan Mackenzie  <acm@muc.de>
16577         Eliminate sluggishness and hangs in fontification of "semicolon
16578         deserts".
16580         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16581         Change value 10000 -> 3000.
16582         (c-state-safe-place): Reformulate so it doesn't stack up an
16583         infinite number of wrong entries in c-state-nonlit-pos-cache.
16584         (c-determine-limit-get-base, c-determine-limit): New functions to
16585         determine backward search limits disregarding literals.
16586         (c-find-decl-spots): Amend commenting.
16587         (c-cheap-inside-bracelist-p): New function which detects "={".
16589         * progmodes/cc-fonts.el
16590         (c-make-font-lock-BO-decl-search-function): Give a limit to a
16591         backward search.
16592         (c-font-lock-declarations): Fix an occurrence of point being
16593         undefined.  Check additionally for point being in a bracelist or
16594         near a macro invocation without a semicolon so as to avoid a
16595         fruitless time consuming search for a declarator.  Give a more
16596         precise search limit for declarators using the new
16597         c-determine-limit.
16599 2012-01-18  Glenn Morris  <rgm@gnu.org>
16601         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16602         (set-auto-mode): Doc fixes.
16604 2012-01-17  Glenn Morris  <rgm@gnu.org>
16606         * isearch.el (search-nonincremental-instead): Fix doc typo.
16608         * dired.el (dired-insert-directory): Handle newlines in directory name.
16609         (dired-build-subdir-alist): Unescape newlines in directory name.
16611 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
16613         * net/tramp.el (tramp-local-end-of-line): New defcustom.
16614         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16615         (tramp-action-terminal): Use it.  (Bug#10530)
16617 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16619         * minibuffer.el (completion--replace): Strip properties (bug#10062).
16621 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
16623         * window.el (window-state-ignored-parameters): Remove variable.
16624         (window--state-get-1): Rename argument MARKERS to IGNORE.
16625         Handle persistent window parameters.  Make copy of clone-of
16626         parameter only if requested.  (Bug#10348)
16627         (window--state-put-2): Install a window parameter only if it has
16628         a non-nil value or an existing parameter shall be overwritten.
16630 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
16632         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16634 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
16636         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16637         don't pass the (nil) value of `upnode' to string-match.
16639 2012-01-14  Chong Yidong  <cyd@gnu.org>
16641         * startup.el (command-line): Fix X resource class for cursorColor.
16642         Fix values recognized by the cursorBlink resource.
16644 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16646         * epg.el (epg--make-temp-file): Avoid permission race condition
16647         when running on old Emacs versions (bug#10403).
16649 2012-01-14  Glenn Morris  <rgm@gnu.org>
16651         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16653 2012-01-13  Alan Mackenzie  <acm@muc.de>
16655         Fix filling for when filladapt mode is enabled.
16657         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16658         c-mask-paragraph, pass in `fill-paragraph' rather than
16659         `fill-region-as-paragraph'.  (This is a reversion of a previous
16660         change.)
16661         * progmodes/cc-mode.el (c-basic-common-init):
16662         Make fill-paragraph-handle-comment buffer local and set it to nil.
16664 2012-01-13  Glenn Morris  <rgm@gnu.org>
16666         * dired.el (dired-switches-escape-p): New function.
16667         (dired-insert-directory): Use dired-switches-escape-p.
16668         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16670         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16672 2012-01-12  Glenn Morris  <rgm@gnu.org>
16674         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16675         changes in adaptive-fill-regexp.  (Bug#10276)
16677 2012-01-11  Alan Mackenzie  <acm@muc.de>
16679         Fix Emacs bug #10463 - put `widen's around the critical spots.
16681         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16682         widen around each invocation of c-state-pp-to-literal.  Remove an
16683         unused let variable.
16685 2012-01-11  Glenn Morris  <rgm@gnu.org>
16687         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16688         Doc fix.
16690 2012-01-10  Chong Yidong  <cyd@gnu.org>
16692         * net/network-stream.el (network-stream-open-starttls):
16693         Avoid emitting a confusing error message when the server gives a bad
16694         response to the capability command.
16696 2012-01-10  Glenn Morris  <rgm@gnu.org>
16698         * mail/unrmail.el (unrmail): Tweak previous change.
16700 2012-01-09  Chong Yidong  <cyd@gnu.org>
16702         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16704 2012-01-08  Alan Mackenzie  <acm@muc.de>
16706         Optimize font locking in long enum definitions.
16708         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16709         arm to a cond form to handle enums.
16710         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16711         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16713 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16715         * files.el (move-file-to-trash): Preserve default file modes on error.
16716         (Bug#10401)
16718 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16720         * faces.el (set-face-attribute): Clarify the meaning of the nil
16721         frame (bug#10294).
16723         * subr.el (with-selected-frame): Mention that the selected frame
16724         is restored (bug#9980).
16726         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16727         (bug#9759).
16729         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16730         (password-read): Don't autoload unused function.
16732 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16734         * progmodes/which-func.el (which-func-mode): Turn into a
16735         non-interactive function and mark as obsolete (bug#10428).
16737 2012-01-06  Chong Yidong  <cyd@gnu.org>
16739         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16740         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16741         functions, along with 1 and -1.
16743 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16745         * time.el (display-time-load-average)
16746         (display-time-default-load-average): Doc fixes.  See the thread
16747         starting at
16748         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16749         for the details.
16751 2012-01-06  Glenn Morris  <rgm@gnu.org>
16753         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16754         has no messages.  (Bug#10377)
16756         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16757         than Info-edit.  (Bug#10385)
16759         * time.el (display-time-load-average, display-time-next-load-average):
16760         Doc fixes.
16762         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16763         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16765         * calendar/calendar.el (calendar-mode):
16766         Locally set scroll-margin to 0.  (Bug#10379)
16768 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16770         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16772 2012-01-05  Glenn Morris  <rgm@gnu.org>
16774         * eshell/em-unix.el (diff-no-select): Autoload it.
16775         (eshell/diff): Use diff-no-select.  (Bug#10420)
16777 2012-01-05  Chong Yidong  <cyd@gnu.org>
16779         * shell.el (shell-dynamic-complete-functions): Revert last change.
16780         (shell-command-completion-function): New function.
16781         (shell-completion-vars): Use it to implement
16782         shell-completion-execonly (Bug#10417).
16784         * custom.el (enable-theme): Don't set custom-safe-themes.
16786         * cus-theme.el (custom-theme-merge-theme):
16787         Ignore custom-enabled-themes and custom-safe-themes.
16789 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16791         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16792         first prompt in `sql-interacive-mode'.
16793         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16794         keywords.
16795         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16796         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16797         context of original buffer.  Invoke `sql-login-hook'.
16799 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16801         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16802         letters in cite-prefix.
16804 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16806         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16808 2012-01-03  Chong Yidong  <cyd@gnu.org>
16810         * shell.el (shell-dynamic-complete-functions):
16811         Put pcomplete-completions-at-point, so as to try
16812         comint-filename-completion first (Bug#10417).
16814 2012-01-02  Richard Stallman  <rms@gnu.org>
16816         * battery.el (battery-status-function):
16817         Detect when to use battery-yeeloong-sysfs.
16818         (battery-echo-area-format): Add string for Yeeloong.
16819         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16820         (battery-yeeloong-sysfs): New function.
16822 2012-01-02  Chong Yidong  <cyd@gnu.org>
16824         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16825         (dirtrack): Merge code for handling relative filenames in prompt
16826         from shell-dir-cookie-watcher.
16827         (dirtrack-debug-message): New arg to avoid excess format calls.
16829         * shell.el (shell-dir-cookie-re): Variable deleted.
16830         (shell-dir-cookie-watcher): Function deleted.
16831         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16832         with dirtrack-mode.
16834 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16836         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16837         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16838         libgnutls-26.dll.
16840 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
16842         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16844 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
16846         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16847         headers of non-MIME messages, when rmail-enable-mime is non-nil.
16849 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
16851         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16852         also for alternative shells.
16853         (tramp-open-connection-setup-interactive-shell): Check, whether
16854         the shell is a busybox.
16855         (tramp-send-command): Don't suppress multiple prompts for
16856         busyboxes, it hurts.
16858 2011-12-28  Chong Yidong  <cyd@gnu.org>
16860         * progmodes/gdb-mi.el (gdb-get-source-file-list)
16861         (gdb-get-source-file): Move mode line update to
16862         gdb-get-source-file (Bug#10087).
16864 2011-12-25  Chong Yidong  <cyd@gnu.org>
16866         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16867         gud-gdb-marker-filter without taking it as an argument.
16868         (gud-gdb-run-command-fetch-lines): Caller changed.
16869         (gud-gdb-completion-function): New variable.
16870         (gud-gdb-completion-at-point): Use it.
16871         (gud-gdb-completions-1): Split from gud-gdb-completions.
16873         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16874         function as separate arguments.
16875         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16876         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16877         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16878         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16879         (gdb-stopped, def-gdb-auto-update-trigger)
16880         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16881         (gdb-get-changed-registers, gdb-get-main-selected-frame):
16882         Callers changed.
16883         (gud-gdbmi-completions): New function.
16884         (gdb): Use it for generating the completion table.
16886 2011-12-24  Alan Mackenzie  <acm@muc.de>
16888         Introduce a mechanism to widen the region used in context font
16889         locking.  Use this to protect declarations from losing their contexts.
16891         * progmodes/cc-langs.el (c-before-font-lock-functions):
16892         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16893         (c-before-context-fontification-functions): New defvar, a list of
16894         functions to be run just before context (etc.) font locking.
16896         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16897         New, functionality extracted from
16898         c-neutralize-syntax-in-and-mark-CPP.
16899         (c-in-after-change-fontification): New variable.
16900         (c-after-change): Set c-in-after-change-fontification.
16901         (c-set-fl-decl-start): Rejig its interface, so it can be called
16902         from both after-change and context fontifying.
16903         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16904         New functions.
16905         (c-standard-font-lock-fontify-region-function): New variable.
16906         (c-font-lock-fontify-region): New function.
16908 2011-12-24  Juri Linkov  <juri@jurta.org>
16910         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16911         (Bug#10348)
16913 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
16915         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16916         existence of source file.  (Bug#10325)
16918 2011-12-23  Alan Mackenzie  <acm@muc.de>
16920         Fix unstable fontification inside templates.
16922         * progmodes/cc-langs.el (c-before-font-lock-functions):
16923         Newly created from the singular version.  The (c c++ objc) entry now
16924         additionally has c-set-fl-decl-start.  The other languages (apart
16925         from AWK) have that as a single entry.
16927         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16928         The functionality for "local" declarations has been extracted to
16929         c-set-fl-decl-start.
16931         * progmodes/cc-mode.el (c-common-init, c-after-change):
16932         Changes due to pluralisation of c-before-font-lock-functions.
16933         (c-set-fl-decl-start): New function, extracted from
16934         c-font-lock-enclosing-decls and enhanced.
16936 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
16938         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16940 2011-12-22  Juri Linkov  <juri@jurta.org>
16942         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
16944 2011-12-22  Chong Yidong  <cyd@gnu.org>
16946         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16948 2011-12-21  Drew Adams  <drew.adams@oracle.com>
16950         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
16952 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16954         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16956 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16958         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
16959         highlighting and support.  Fix up comments for capitalization.
16960         (cfengine-mode-debug): New var.
16961         (cfengine3-mode): Change the modeline indicator to "CFE3".
16962         (cfengine3-font-lock-keywords): Improve defun highlighting.
16963         (cfengine2-actions): Rename from `cfengine-actions'.
16964         (cfengine2-font-lock-keywords): Rename from
16965         `cfengine-font-lock-keywords'.
16966         (cfengine2-imenu-expression): Rename from
16967         `cfengine-imenu-expression'.
16968         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16969         (cfengine2-beginning-of-defun): Rename from
16970         `cfengine-beginning-of-defun'.
16971         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16972         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16973         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
16974         modeline indicator to "CFE2".
16975         (cfengine-mode): Defalias to `cfengine-auto-mode'.
16976         (cfengine-mode-abbrevs): Mark obsolete.
16978 2011-12-21  Chong Yidong  <cyd@gnu.org>
16980         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16981         filename argument.
16983 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
16985         * window.el (window-normalize-buffer-to-display): Remove.
16986         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16988 2011-12-19  Chong Yidong  <cyd@gnu.org>
16990         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16991         Don't signal an error in a predicate function; return non-nil.
16992         (vc-dir-mark-file): Move the error here.
16993         (vc-dir-mark-unmark): If acting on the region, keep going if one
16994         of the entries cannot be marked/unmarked.
16995         (vc-dir-mark-all-files): If current entry is a directory, mark
16996         only child files, as documented.
16998 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17000         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17001         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17002         addition.
17004 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
17006         * term/ns-win.el (ns-get-selection-internal)
17007         (ns-store-selection-internal): Declare.
17008         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17009         Declare as obsolete.
17010         (ns-get-pasteboard, ns-paste-secondary):
17011         Use ns-get-selection-internal.
17012         (ns-set-pasteboard, ns-copy-including-secondary):
17013         Use ns-store-selection-internal.
17015 2011-12-17  Chong Yidong  <cyd@gnu.org>
17017         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17018         (vc-deduce-fileset): Doc fix.
17020 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
17022         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17024 2011-12-13  Sam Steingold  <sds@gnu.org>
17026         * man.el (Man-getpage-in-background): When running under a
17027         window-system, ignore $MANWIDTH and $COLUMNS.
17029 2011-12-15  Kenichi Handa  <handa@m17n.org>
17031         * language/ethio-util.el: Change coding tag to utf-8-emacs.
17032         (setup-ethiopic-environment-internal): Comment out key-binding for
17033         ethio-toggle-punctuation.
17035 2011-12-13  Alan Mackenzie  <acm@muc.de>
17037         Add the switch statement to AWK Mode.
17039         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17040         "default" to the keywords regexp.
17042         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17043         expression as the rest.
17044         (c-nonlabel-token-key): Allow string literals for AWK.
17045         Refactor for the other modes.
17047         Large brace-block initialisation makes CC Mode slow: Fix.
17048         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17049         routines.  Limit backward searching in c-font-lock-enclosing.decl.
17051         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17052         pp-state and literal type in addition to the limits.
17053         (c-state-safe-place): New defun, extracted from c-state-literal-at.
17054         (c-state-literal-at): Use the above new defun.
17055         (c-slow-in-literal, c-fast-in-literal): Remove.
17056         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17058         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17059         being in a literal.  Add a limit for backward searching.
17061         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17062         c-slow-in-literal.
17064 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17066         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17068 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
17070         * window.el (delete-other-windows): Use correct frame in call to
17071         window-with-parameter.
17073 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
17075         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17076         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17077         (makefile-gmake-statements, makefile-makepp-statements):
17078         Use it and add new makepp keywords.
17079         (makefile-makepp-font-lock-keywords): Add new patterns.
17080         (makefile-match-function-end): Match new [...] and [[...]].
17082 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
17084         * ses.el (ses-call-printer-return, ses-cell-property-get)
17085         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17086         (ses-create-cell-variable, ses-reset-header-string)
17087         (ses-cell-set-formula, ses-repair-cell-reference-all)
17088         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17089         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17090         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17091         (ses-aset-with-undo, ses-load, ses-truncate-cell)
17092         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17093         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17094         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17095         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17096         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17097         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17098         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17099         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17101 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17103         * ses.el: The overall change is to add cell renaming, that is
17104         setting fancy names for cell symbols other than name matching
17105         "\\`[A-Z]+[0-9]+\\'" regexp .
17106         (ses-create-cell-variable): New defun.
17107         (ses-relocate-formula): Relocate formulas only for cells the
17108         symbols of which are not renamed, i.e. symbols whose names do not
17109         match regexp "\\`[A-Z]+[0-9]+\\'".
17110         (ses-relocate-all): Relocate values only for cells the symbols of
17111         which are not renamed.
17112         (ses-load): Create cells variables as the (ses-cell ...) are read,
17113         in order to check row col consistency with cell symbol name only
17114         for cells that are not renamed.
17115         (ses-replace-name-in-formula): New defun.
17116         (ses-rename-cell): New defun.
17118 2011-12-11  Chong Yidong  <cyd@gnu.org>
17120         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17121         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17123 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
17125         * window.el (other-window): Fix docstring.
17127 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17129         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17130         `from' or `to' address before taking its substring.
17131         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17132         encoded name is chopped in the middle of the encoded string, and
17133         thus displayed encoded.
17135 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
17137         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17139 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17141         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
17142         to use texinfo-update-node and commands that call it if the
17143         Texinfo file uses @node lines without next/prev/up pointers.
17144         Correct outdated description about texinfo-master-menu.
17145         (texinfo-all-menus-update, texinfo-master-menu)
17146         (texinfo-update-node, texinfo-every-node-update)
17147         (texinfo-multiple-files-update): Doc fix.  Warn against updating
17148         all the @node lines.
17149         (texinfo-master-menu): Only call texinfo-update-node if the prefix
17150         argument is numeric.  Explain better in the doc string what the
17151         function really does.
17152         (texinfo-insert-master-menu-list): Improve the error message
17153         displayed if there's no menu in the Top node.
17154         (Bug#2975)  See also this thread:
17155         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17157 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
17159         * speedbar.el (speedbar-supported-extension-expressions):
17160         Add .adb and .ads, commonly used for Ada source code (bug#10256).
17162 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
17164         * printing.el (pr-mode-alist):
17165         * simple.el (filter-buffer-substring-functions)
17166         (completion-list-insert-choice-function):
17167         * window.el (window-with-parameter, window-atom-root)
17168         (window-sides-slots, window-size-fixed, window-min-delta)
17169         (window-max-delta, window--resize-mini-window)
17170         (window--resize-child-windows-normal, window-tree)
17171         (delete-other-windows, quit-window, split-window)
17172         (display-buffer-record-window, special-display-buffer-names)
17173         (special-display-regexps, special-display-popup-frame)
17174         (same-window-p, split-window-sensibly)
17175         (display-buffer-overriding-action, display-buffer-alist)
17176         (display-buffer-base-action, display-buffer, switch-to-buffer)
17177         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17178         (fit-window-to-buffer, recenter-positions)
17179         (mouse-autoselect-window-state, mouse-autoselect-window-select):
17180         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17181         and remove unneeded backslashes in docstrings.
17183 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17185         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17187         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17188         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17189         end in ".mk".
17190         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17191         when reading the makefile (bug#10116).
17193 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17195         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17196         (bug#10116).
17198 2011-12-06  Glenn Morris  <rgm@gnu.org>
17200         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17202 2011-12-06  Chong Yidong  <cyd@gnu.org>
17204         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17206 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
17208         * textmodes/table.el (table-shorten-cell): Fix typo.
17210 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
17212         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17214 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
17216         * descr-text.el (describe-char): Fix display of strong
17217         right-to-left characters and directional embeddings and overrides.
17219         * simple.el (what-cursor-position): Fix display of codepoints of
17220         strong right-to-left characters.
17222 2011-12-05  Chong Yidong  <cyd@gnu.org>
17224         * faces.el (read-color): Doc fix.
17226 2011-12-05  Glenn Morris  <rgm@gnu.org>
17228         * align.el (align--set-marker): Add doc-string.
17229         Don't try to move something that is not a marker.  (Bug#10216)
17231 2011-12-04  Glenn Morris  <rgm@gnu.org>
17233         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17234         overly zealous deletion of trailing whitespace.
17236 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
17238         * server.el (server-delete-client): On Windows, do not try to delete
17239         the only terminal.
17240         (server-process-filter): On Windows, treat requests for a tty frame as
17241         if they were for a GUI frame if the running server is in GUI mode.
17243 2011-12-03  Glenn Morris  <rgm@gnu.org>
17245         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
17247 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17249         * electric.el: Streamline electric-indent's hook.
17250         (electric-indent-chars): Revert to simple list.
17251         (electric-indent-functions): New var.
17252         (electric-indent-post-self-insert-function): Use it.
17254         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17255         there's no inferior buffer (bug#10196).
17256         (prolog-consult-compile): Don't use toggle-read-only.
17258 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
17260         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17261         interrupt.  (Bug#10187)
17263 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17265         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17266         (bug#9160).
17268         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17269         (bug#10191).
17271 2011-12-02  Juri Linkov  <juri@jurta.org>
17273         * info.el (Info-search): Display "end of manual" when Isearch
17274         reaches the end of single-file Info manual.  (Bug#9918)
17276 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
17278         * isearch.el (isearch-message-prefix): Run the input method part
17279         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
17281 2011-12-02  Juri Linkov  <juri@jurta.org>
17283         * isearch.el (isearch-occur): Use `word-search-regexp' for
17284         `isearch-word'.
17285         (isearch-search-and-update): Add condition for `isearch-word' and
17286         call `word-search-regexp'.  (Bug#10145)
17288 2011-12-01  Glenn Morris  <rgm@gnu.org>
17290         * eshell/em-hist.el (eshell-hist-initialize):
17291         Handle eshell-history-size nil and HISTSIZE set or unset.
17292         (eshell-history-file-name, eshell-history-size): Fix custom type.
17294 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17296         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17298 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
17300         * progmodes/verilog-mode.el (verilog-pretty-expr):
17301         Rework verilog-pretty-expr to handle new assignment operators in system
17302         verilog, such as += *= and the like.
17303         (verilog-assignment-operator-re): Regular expression to find the
17304         assigment operator in a verilog assignment.
17305         (verilog-assignment-operation-re): Regular expression to find an
17306         assignment statement for pretty-expr.
17307         (verilog-in-attribute-p): Query returns true if point is in an
17308         attribute context; used to skip these for expression line up from
17309         pretty-expr.
17310         (verilog-in-parameter-p): Query returns true if point is in an
17311         parameter definition context; used to skip these for expression
17312         line up from pretty-expr.
17313         (verilog-in-parenthesis-p): Query returns true if point is in a
17314         parenthetical expression, specifically ( ) but not [ ] or { };
17315         used by pretty-expr.
17316         (verilog-just-one-space): If there is no space, don't add one.
17317         (verilog-get-lineup-indent-2): Specifically skip just attribute
17318         contexts for expression lineup, rather than skipping all
17319         parenthetical expressions.
17320         (verilog-calculate-indent): Fix comment, and fix indent.
17321         (verilog-do-indent): Indent declarations in lists (suggested by
17322         Joachim Lechner).
17323         (verilog-mode-abbrev-table): Populate abbrev mode with the various
17324         skeleton items.
17325         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17326         by Alain Mellan).
17328 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
17330         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17331         parameters with embedded comments.  Reported by Ray Stevens.
17332         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17333         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17334         Reported by Tim Holt.
17335         (verilog-auto): Fix AUTOing a upper module then AUTOing module
17336         instantiated by upper module causing wrong expansion until AUTOed a
17337         second time.  Reported by K C Buckenmaier.
17338         (verilog-diff-auto): Fix showing .* as a difference when
17339         `verilog-auto-star-save' off.  Reported by Dan Dever.
17340         (verilog-auto-reset, verilog-read-always-signals)
17341         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17342         temporary signals in reset list if
17343         verilog-auto-reset-blocking-in-non is nil, and match assignment
17344         style to each signal's assignment type, bug381.
17345         Reported by Thomas Esposito.
17346         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17347         (verilog-uvm-statement-re): Support UVM indentation and
17348         highlighting, with old OVM keywords only.
17349         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17350         Support AUTOTIEOFF creating non-wire data types.
17351         Suggested by Jonathan Greenlaw.
17352         (verilog-auto-insert-lisp, verilog-delete-to-paren)
17353         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17354         (verilog-inject-sense, verilog-read-inst-pins)
17355         (verilog-read-sub-decls, verilog-read-sub-decls-line):
17356         Fix mismatching parenthesis inside commented out code when deleting
17357         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
17358         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17359         non-numeric vector width.  Reported by Alex Reed.
17360         (verilog-auto-ascii-enum): Add "onehot" option to work around not
17361         detecting signals with parameter widths.  Reported by Alex Reed.
17362         (verilog-auto-delete-trailing-whitespace):
17363         With `verilog-auto-delete-trailing-whitespace' remove trailing
17364         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
17365         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17366         Fix verilog-scan-cache corruption when running user AUTO expansion
17367         hooks that call indentation routines.
17368         (verilog-simplify-range-expression): Fix typo ignoring lower case
17369         identifiers.
17370         (verilog-delete-auto): Fix delete-autos to also remove user created
17371         automatics, as long as they start with AUTO.
17372         (verilog-batch-diff-auto, verilog-diff-auto)
17373         (verilog-diff-function): Add `verilog-diff-auto' and bind to
17374         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
17375         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17376         (verilog-in-paren-quick, verilog-re-search-backward-quick)
17377         (verilog-re-search-forward-quick, verilog-syntax-ppss):
17378         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17379         is disabled and its cache will get corrupt, causing AUTOS not to
17380         expand.  Instead use only -quick functions.
17381         (verilog-scan-region): Fix scanning over escaped quotes.
17382         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17383         (verilog-re-search-backward-quick)
17384         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17385         related functions now ignore strings, to fix misparsing of strings
17386         with magic comments embedded in them.
17387         (verilog-read-auto-template):
17388         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17389         Reported by Brad Dobbie.
17390         (verilog-read-auto-template):
17391         Fix 'verilog-auto-inst-template-numbers' with comments.
17392         Reported by Brad Dobbie.
17393         (verilog-auto-inst, verilog-auto-inst-param)
17394         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17395         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
17396         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17397         debugging templates without merge conflicts, bug357.
17398         Reported by Brad Dobbie.
17399         (verilog-read-auto-template):
17400         Fix verilog-auto-inst-template-numbers with multiple templates.
17401         Reported by Brad Dobbie.
17402         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17403         abbrevs so user won't be asked to save.
17404         (verilog-read-auto-lisp-present): Fix to start at beginning of
17405         buffer in case called outside of verilog-auto.
17406         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17407         to "X-2".  Reported by Matthew Myers.
17408         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17409         all inputs from module templates.  Reported by Leith Johnson.
17410         (verilog-module-inside-filename-p): Fix locating programs as with
17411         modules.
17412         (verilog-auto-inst-port): Fix vl-width expressions when using
17413         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
17414         (verilog-decls-get-regs, verilog-decls-get-signals,
17415         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17416         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17417         verilog-read-decls): Combine reg and wire structures into one var
17418         structure to represent SystemVerilog concepts.
17419         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17420         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17421         (verilog-auto-wire-type, verilog-insert-definition):
17422         Add verilog-auto-wire-type and AUTOLOGIC to support using
17423         SystemVerilog "logic" keyword instead of "wire"/"reg".
17424         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17425         to declares outputs that also have assignments (presumably in an
17426         ifdef or generate if so there's not a driver conflict).
17427         Reported by Matthew Myers.
17428         (verilog-auto-declare-nettype, verilog-insert-definition):
17429         Add verilog-auto-declare-nettype to fix declarations using
17430         `default_nettype none.  Reported by Julian Gorfajn.
17431         (verilog-read-always-signals-recurse, verilog-read-decls)
17432         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17433         malformed end statement, bug325.  Reported by Joshua Wise and
17434         Andrew Drake.
17435         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17436         (verilog-inst-comment-re): Fix not deleting Interfaced comment
17437         when expanding .* in interfaces, bug320.
17438         Reported by Pierre-David Pfister.
17439         (verilog-read-module-name): Fix import statements between module
17440         name and open parenthesis, bug317.
17441         Reported by Pierre-David Pfister.
17442         (verilog-simplify-range-expression): Fix simplification of
17443         multiplications inside AUTOWIRE connections, bug303.
17444         (verilog-auto-inst-port): Support parameter expansion in
17445         multidimensional arrays.
17446         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17447         after "assert property".  Reported by Julian Gorfajn.
17448         (verilog-simplify-range-expression): Fix "couldn't merge" errors
17449         with multiplication, bug303.
17450         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17451         Reported by Jan Frode Lonnum.
17453 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
17455         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17456         (hfy-shell-file-name, hfy-shell):
17457         * international/fontset.el (x-decompose-font-name): Fix typos.
17459 2011-11-29  Ken Brown  <kbrown@cornell.edu>
17461         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17462         (gdb-version): Remove defvar.
17463         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17464         (gdb-gud-context-command, gdb-non-stop-handler)
17465         (gdb-current-context-command, gdb-stopped): Use it.
17466         (gdb-init-1): Enable pretty printing here.
17467         (gdb-non-stop-handler): Don't enable pretty-printing here.
17468         Check to see if the target supports non-stop mode; if not, turn off
17469         non-stop mode.  Use the following.
17470         (gdb-check-target-async): New defun.
17471         (gud-watch, gdb-stopped): Fix whitespace.
17472         (gdb-get-source-file): Don't try to display the source file if
17473         `gdb-main-file' is nil.
17475 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17477         * align.el: Try to generate fewer markers (bug#10047).
17478         (align--set-marker): New macro.
17479         (align-region): Use it.
17481 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17483         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17485 2011-11-29  Chong Yidong  <cyd@gnu.org>
17487         * indent.el (indent-for-tab-command, indent-according-to-mode):
17488         Doc fix.
17489         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
17491 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
17493         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17494         aware of remote file names.  (Bug#10124)
17496 2011-11-29  Chong Yidong  <cyd@gnu.org>
17498         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17500 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17502         * files.el (find-file): Don't use force-same-window (bug#10144).
17503         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17504         use pop-to-buffer if the selected window can't be used.
17505         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17507 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
17509         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17510         special-mode-map.
17512 2011-11-28  Chong Yidong  <cyd@gnu.org>
17514         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17516 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
17518         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17519           gdb-get-source-file-list on gdb-create-source-file-list.
17521 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
17523         * whitespace.el (whitespace-newline): Use a different foreground
17524         color for 16-color light-background displays.
17526 2011-11-24  Chong Yidong  <cyd@gnu.org>
17528         * window.el (display-buffer--special-action): Doc fix.
17530 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
17532         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17533         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17534         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17535         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17536         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17537         (avl-tree-stack-first):
17538         * emacs-lisp/cconv.el (cconv--analyse-use):
17539         * net/gnutls.el (gnutls-negotiate): Fix typos.
17541 2011-11-24  Glenn Morris  <rgm@gnu.org>
17543         * lpr.el (lpr-windows-system, lpr-lp-system):
17544         * mail/binhex.el (binhex-begin-line):
17545         * progmodes/grep.el (grep-history, grep-find-history):
17546         * textmodes/flyspell.el:
17547         * vc/pcvs-defs.el (cvs-global-menu):
17548         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17549         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17550         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17552         * net/tls.el: Fix case of "GnuTLS".
17554         * paths.el (rmail-file-name): Format doc-string for make-docfile.
17556         * version.el (emacs-build-system): Give it a doc-string.
17558 2011-11-24  Juri Linkov  <juri@jurta.org>
17560         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17562 2011-11-24  Glenn Morris  <rgm@gnu.org>
17564         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17565         if called on a non-mime message just toggle the headers.  (Bug#8006)
17567 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
17569         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17570         (allout-lead-with-comment-string, allout-structure-deleted-hook)
17571         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17572         (allout-rebullet-heading, allout-open-sibtopic)
17573         (allout-toggle-current-subtree-encryption)
17574         (allout-toggle-subtree-encryption, allout-encrypt-string)
17575         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17576         (allout-distinctive-bullets-string, allout-auto-activation):
17577         * window.el (window-normalize-buffer-to-display):
17578         * progmodes/verilog-mode.el (verilog-batch-indent):
17579         * textmodes/bibtex.el (bibtex-field-braces-opt)
17580         (bibtex-field-strings-opt):
17581         * vc/cvs-status.el (cvs-tree-merge):
17582         Fix typos.
17584 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
17586         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17587         `non-essential' to t, in order to avoid remote connections.
17589 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
17591         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17592         On MS-DOS and MS-Windows, compare with loaddefs.el
17593         case-insensitively.
17595 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17597         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
17599 2011-11-23  Glenn Morris  <rgm@gnu.org>
17601         * paths.el (rmail-file-name): Reformat the doc-string so that it
17602         is picked up.
17604         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17605         (rmail-auto-file): Ignore case in the "special" field names,
17606         as mail-fetch-field does for all others.
17608         * mail/rmail.el (rmail-forward):
17609         * mail/rmailkwd.el (rmail-set-label):
17610         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17611         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
17613         * mail/rmail.el (rmail-current-message): Doc fix.
17615         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
17617 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17619         * server.el (server-eval-and-print): Allow C-g (bug#6585).
17621 2011-11-22  Glenn Morris  <rgm@gnu.org>
17623         * mail/rmailmm.el (test-rmail-mime-handler)
17624         (test-rmail-mime-bulk-handler)
17625         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17627 2011-11-21  Juri Linkov  <juri@jurta.org>
17629         * calc/calc.el (calc-read-key-sequence):
17630         Let-bind `input-method-function' to nil.  (Bug#10018)
17632 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17634         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17635         Tell the caller that the next line needs recomputation, even
17636         though it doesn't start a sexp (bug#10094).
17638 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17640         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17642 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17644         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17645         Use force-same-window.
17647 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17649         * descr-text.el (describe-char-unicode-data):
17650         * json.el (json-string-escape):
17651         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17652         (Footnote-unicode, Footnote-style-p):
17653         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17655 2011-11-20  Chong Yidong  <cyd@gnu.org>
17657         * window.el (replace-buffer-in-windows): Restore interactive spec.
17659 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17661         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17663         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17664         (byte-compile-global-not-obsolete-vars): New var.
17665         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17666         Use it.
17667         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17669 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17671         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17672         * progmodes/pascal.el (electric-pascal-equal):
17673         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17674         * xml.el (xml-substitute-special): Fix typos.
17676 2011-11-20  Glenn Morris  <rgm@gnu.org>
17678         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17679         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17680         Doc fixes.
17681         (rmail-decode-mime-charset): Mark as obsolete.
17683         * mail/rmailsum.el (rmail-message-regexp-p-1):
17684         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17685         Before using mime functions, check they are set.  (Bug#10077)
17687 2011-11-19  Juri Linkov  <juri@jurta.org>
17689         * info.el (Info-finder-find-node): Use `package--builtins' instead
17690         of `package-alist'.  Use node names formed by the pattern "Keyword "
17691         and the keyword name.
17693 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17695         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17697 2011-11-19  Juri Linkov  <juri@jurta.org>
17699         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17700         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17701         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17702         `old-history', `old-history-forward'.  Add let-binding
17703         `window-selected'.  Remove calls to `kill-buffer',
17704         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17705         before calling `Info-find-node', so `Info-find-node-2' will reread
17706         the Info file.  Restore window positions only when `window-selected'
17707         is non-nil.
17709 2011-11-19  Juri Linkov  <juri@jurta.org>
17711         * isearch.el (isearch-lazy-highlight-new-loop):
17712         Remove condition `(not isearch-error)'.  (Bug#9918)
17714         * misearch.el (multi-isearch-search-fun): Add condition
17715         `(not bound)' to ignore lazy-highlighting search.
17716         Add the search-failed message "end of multi" when the end of
17717         multi-sequence is reached.  Uncapitalize the search-failed
17718         message "Repeat for next buffer".
17720         * info.el (Info-search): Add the search-failed message
17721         "end of the manual" when the end of the manual is reached
17722         in Isearch mode.
17724 2011-11-19  Juri Linkov  <juri@jurta.org>
17726         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17727         Use non-destructive `remove' instead of `delete' because
17728         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17729         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17731 2011-11-19  Juri Linkov  <juri@jurta.org>
17733         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17734         to nil instead of binding `search-ring' and `regexp-search-ring'.
17735         (Bug#9185)
17737 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17739         * simple.el (line-move): Force movement by logical lines for any
17740         hscrolled window, not only when auto-hscroll-mode is on.
17741         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17743 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17745         * language/european.el (macintosh): Define as alias for mac-roman.
17747 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17749         * mail/rmailmm.el (rmail-mime-display-header)
17750         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17751         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17752         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17753         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17754         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17755         of a raw aref.
17756         (rmail-mime-entity-segment): To get past the tagline, move forward
17757         2 more lines, to account for the 2 empty lines that precede and
17758         follow the line with the buttons.
17759         (rmail-mime-update-tagline): Move one more line, to get past the
17760         empty line that follows the buttons in the tagline.  (Bug#9520)
17762 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17764         * window.el (window-max-delta-1, window-min-delta-1)
17765         (window-min-size-1, window-state-get-1, window-state-put-1)
17766         (window-state-put-2): Use "window--" prefix.
17768 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17770         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17771         (smie-warning-count): New var.
17772         (smie-set-prec2tab): Use it.
17773         (smie-bnf->prec2): Improve warnings.  Add docstring.
17774         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17775         (smie-bnf--set-class): New function.
17776         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17777         corner case.
17779         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17780         (compilation-error-properties, compilation-move-to-column):
17781         Handle compilation-first-column while in the target buffer.
17783         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17784         Don't hardcode point-min==1.
17786         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17787         (eshell-rewrite-for-command): Remove workaround.
17788         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17789         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17790         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17792         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17794 2011-11-17  Glenn Morris  <rgm@gnu.org>
17796         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17797         Ignore buffer-local generated-autoload-file if it is the same
17798         as the global value.  (Bug#10049)
17800 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17802         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17803         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17804         (reftex-toc-previous-heading, reftex-toc-max-level)
17805         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17806         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17807         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17808         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17809         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17810         (reftex-toc-rename-label, reftex-toc-visit-location)
17811         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17812         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17813         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17814         leaving "*toc*" only for references to the buffer.
17816 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17818         * window.el (window-resize, delete-window, split-window):
17819         Replace window-splits by window-combination-resize.
17820         * cus-start.el (window-splits): Replace by window-combination-resize.
17822 2011-11-17  Glenn Morris  <rgm@gnu.org>
17824         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17825         Make bash entry derive from sh entry, not shell entry.
17827 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17829         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17830         local file name.
17832 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17834         * menu-bar.el (menu-bar-file-menu):
17835         * printing.el (pr-ps-utility):
17836         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17837         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17838         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17839         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17840         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17841         (icalendar--convert-cyclic-to-ical)
17842         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17843         (icalendar--convert-ical-to-diary)
17844         (icalendar--convert-recurring-to-diary)
17845         (icalendar--convert-non-recurring-all-day-to-diary)
17846         (icalendar-import-format-sample):
17847         * progmodes/idlw-shell.el (idlwave-shell-mode):
17848         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17849         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17850         (vhdl-ps-print-init): Fix typos.
17852 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
17854         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17855         FSF and collapse date sequence, obscure author/maintainer email address
17856         better, remove extra version line, track relocation of author's webpage.
17858         * progmodes/python.el (python-pdbtrack-input-prompt)
17859         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17860         regular python pdb prompts.  Adjustments shamelessly taken exactly as
17861         suggested in EmacsWiki page (tiny change):
17862         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17864 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17866         * expand.el (expand-pos, expand-index, expand-point):
17867         Remove redundant info from docstring.
17868         (expand-add-abbrevs): Doc fix.
17869         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17870         (expand-sample-perl-mode-expand-list): Fix typos.
17872         * net/dbus.el (dbus-event-member-name):
17873         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17874         * term/pc-win.el (msdos-create-frame-with-faces):
17875         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17877 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17879         * window.el (split-window, window-state-get-1)
17880         (window-state-put-1, window-state-put-2): Rename occurrences of
17881         window-nest to window-combination-limit.
17882         * cus-start.el (window-nest): Rename to window-combination-limit.
17884 2011-11-16  Chong Yidong  <cyd@gnu.org>
17886         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17887         regexp (Bug#10033).
17889 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17891         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17892         `completing-read' will remove *Completions* and will preserve
17893         current-buffer for us.
17894         (tmm-add-prompt): Users of *Completions* will always (re)set its
17895         major mode.
17896         (tmm-old-comp-map): Remove.
17898 2011-11-16  Glenn Morris  <rgm@gnu.org>
17900         * mail/rmailedit.el: Require rmailmm when compiling.
17901         (rmail-old-mime-state): New declaration.
17902         (rmail-edit-current-message): If editing a mime message,
17903         edit the "raw" message from the mbox buffer.
17904         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
17906 2011-11-15  Glenn Morris  <rgm@gnu.org>
17908         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17909         which wasn't being used.  Add optional arg to force given state.
17910         (rmail-mime): Add optional arg to force given state.
17912 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17914         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17915         * frame.el (display-mm-dimensions-alist):
17916         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17917         (outline-move-subtree-down):
17918         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17919         (newsticker--treeview-do-get-node):
17920         * net/quickurl.el (quickurl-list-buffer-name):
17921         * progmodes/dcl-mode.el (dcl-mode):
17922         * progmodes/gdb-mi.el (gdb-mapcar*):
17923         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17925 2011-11-15  Glenn Morris  <rgm@gnu.org>
17927         * mail/rmail.el (rmail-file-coding-system): It's only ever used
17928         in a boolean sense, so just make it a boolean, and fix the doc.
17929         (rmail-show-mime-function, rmail-mime-feature)
17930         (rmail-require-mime-maybe): Doc fixes.
17931         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17933         * mail/rmailmm.el (rmail-show-mime): Doc fix.
17935 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17937         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17938         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17939         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17940         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17942 2011-11-15  Glenn Morris  <rgm@gnu.org>
17944         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17945         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17946         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17947         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17948         (rmail-mime, rmail-show-mime): Doc fixes.
17950         * term/ns-win.el (mode-line-frame-identification):
17951         Leave it alone.  (Bug#10051)
17953         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
17955         * mail/rmailout.el (rmail-output-to-rmail-buffer):
17956         Handle empty buffers.  (Bug#9978)
17958 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
17960         * international/mule.el (define-charset):
17961         * mail/rmailmm.el (rmail-mime-find-header-encoding):
17962         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17963         * progmodes/verilog-mode.el (verilog-backward-token):
17964         * textmodes/ispell.el (lookup-words):
17965         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17967 2011-11-14  Glenn Morris  <rgm@gnu.org>
17969         * progmodes/executable.el
17970         (executable-make-buffer-file-executable-if-script-p):
17971         Handle file-modes returning nil.
17973         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17974         message - not necessary, and causes problems.  (Bug#9831)
17976         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17978         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17980         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17981         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
17982         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17984 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
17986         * window.el (window-resize, delete-window): Use window-splits
17987         variable instead of function.
17988         (window-state-get-1, window-state-put-2, window-state-put):
17989         Don't deal with windows' splits status.
17991 2011-11-12  Glenn Morris  <rgm@gnu.org>
17993         * apropos.el (apropos-do-all, apropos-library, apropos-value)
17994         (apropos-documentation): Doc fixes.
17996 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
17998         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17999         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18001 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18003         * electric.el (electric-indent-post-self-insert-function): Make it
18004         possible for a char to only indent in some circumstances.
18005         (electric-indent-mode): Simplify.
18007 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
18009         * window.el (windows-with-parameter): Remove unused function.
18010         (windows-at-side): Rename to window-at-side-list.
18011         (window-check, window-atom-check, window-atom-check-1)
18012         (window-side-check, window-size-ignore, window-size-fixed-1)
18013         (window-in-direction-2): Prefix with "window--".
18014         (window-tree-1): Rename to window--subtree, fix doc-string.
18016 2011-11-11  Glenn Morris  <rgm@gnu.org>
18018         * subr.el (eval-after-load): If FILE is already loaded,
18019         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
18021 2011-11-10  Glenn Morris  <rgm@gnu.org>
18023         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18024         Call svn via vc-svn-command rather than vc-do-command.
18025         (vc-svn-command): Add --non-interactive.  (Bug#9993)
18026         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18028         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18029         Add toggle-read-only.  (Bug#7292)
18030         * files.el (toggle-read-only): Mention that it should only
18031         be used interactively.  (Bug#10006)
18033 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18035         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18036         Adjust regexp for OCaml warnings.
18038         * electric.el (electric-pair-post-self-insert-function): Let user
18039         turn it off buffer-locally (bug#9932).
18041         * progmodes/python.el (python-beginning-of-statement):
18042         Rewrite (bug#2703).
18044         * progmodes/compile.el: Better handle TABs (bug#9749).
18045         (compilation-internal-error-properties)
18046         (compilation-next-error-function): Obey the target buffer's
18047         compilation-error-screen-columns.
18049 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
18051         * progmodes/meta-mode.el: Remove obsolete comments.
18052         (meta-right-comment-regexp, meta-ignore-comment-regexp):
18053         Fix typos in docstrings.
18055 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
18057         * window.el (window-size-fixed-p): Rewrite doc-string.
18058         (window-resizable-p): Rename to window--resizable-p.  Update callers.
18059         (window--resizable): New function.  Make all callers of
18060         window-resizable call window--resizable instead.
18061         (window-resizable): Rewrite in terms of window--resizable.
18063 2011-11-08  Glenn Morris  <rgm@gnu.org>
18065         * progmodes/delphi.el (delphi-mode-syntax-table):
18066         Let define-derived-mode define a proper syntax table.  (Bug#9994)
18068 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18070         * window.el: Stay away from defsubst.
18071         (window-list-no-nils): Remove.
18072         (window-state-get-1, window-state-get): Use backquote instead.
18074 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18076         * emacs-lisp/find-func.el (find-function-read):
18077         Fix incorrect use of default argument in `completing-read'.
18079 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
18081         * window.el (display-buffer-function, special-display-function):
18082         Mention display-buffer-record-window but do not mention
18083         help-setup parameter in doc-strings.
18084         (window-min-delta): Fix doc-string typo.
18086 2011-11-08  Chong Yidong  <cyd@gnu.org>
18088         * window.el (window-total-height, window-total-width): Doc fix.
18089         (window-body-size): Move from C.
18090         (window-body-height, window-body-width): Move to C.
18092 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18094         * window.el: Make special-display like display-buffer-alist (bug#9532).
18095         (display-buffer--special-action): New function, morphed
18096         from display-buffer--special.
18097         (display-buffer): Use it to handle special-display-buffers at higher
18098         priority (just after display-buffer-alist).
18099         (display-buffer-fallback-action, display-buffer--other-frame-action)
18100         (pop-to-buffer-same-window): Remove display-buffer--special.
18102 2011-11-07  Glenn Morris  <rgm@gnu.org>
18104         * calendar/cal-menu.el (cal-menu-set-date-title):
18105         Do nothing if not in a calendar.  (Bug#9976)
18107 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18109         * files.el (find-file): Always use selected-window.
18111 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
18113         * window.el (window-combinations): Make WINDOW argument
18114         mandatory.  Rewrite doc-string.
18115         (walk-window-subtree, window-atom-check, window-min-delta)
18116         (window-max-delta, window--resize-this-window)
18117         (window--resize-root-window-vertically, window-tree)
18118         (balance-windows, window-state-put): Rewrite doc-strings as to
18119         not mention the term "subwindow".
18120         (window--resize-subwindows-skip-p): Rename to
18121         window--resize-child-windows-skip-p.
18122         (window--resize-subwindows-normal): Rename to
18123         window--resize-child-windows-normal.
18124         (window--resize-subwindows): Rename to
18125         window--resize-child-windows.
18126         (window-or-subwindow-p): Rename to window--in-subtree-p.
18128 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18130         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18131         Ensure that mbox format messages end in two newlines (Bug#9974).
18133 2011-11-06  Chong Yidong  <cyd@gnu.org>
18135         * window.el (window-combination-p): Function deleted; its
18136         side-effect is not used in any existing code.
18137         (window-combinations, window-combined-p): Call window-*-child
18138         directly.
18140 2011-11-05  Chong Yidong  <cyd@gnu.org>
18142         * window.el (window-valid-p): Rename from window-any-p.
18143         (window-size-ignore, window-state-get): Callers changed.
18144         (window-normalize-window): Rename from window-normalize-any-window.
18145         New arg LIVE-ONLY, replacing window-normalize-live-window.
18146         (window-normalize-live-window): Delete.
18147         (window-combination-p, window-combined-p, window-combinations)
18148         (walk-window-subtree, window-atom-root, window-min-size)
18149         (window-sizable, window-sizable-p, window-size-fixed-p)
18150         (window-min-delta, window-max-delta, window-resizable)
18151         (window-resizable-p, window-full-height-p, window-full-width-p)
18152         (window-current-scroll-bars, window-point-1, set-window-point-1)
18153         (window-at-side-p, window-in-direction, window-resize)
18154         (adjust-window-trailing-edge, maximize-window, minimize-window)
18155         (window-deletable-p, delete-window, delete-other-windows)
18156         (record-window-buffer, unrecord-window-buffer)
18157         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18158         (quit-window, split-window, window-state-put)
18159         (set-window-text-height, fit-window-to-buffer)
18160         (shrink-window-if-larger-than-buffer): Callers changed.
18162 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
18164         * mail/rmail.el (rmail-simplified-subject): Decode subject with
18165         rfc2047-decode-string.
18166         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18167         warnings.
18169         * window.el (window-body-height, window-body-width): Mention in
18170         the doc string that the return values are in frame's canonical
18171         units.  (Bug#9949)
18173 2011-11-03  Alan Mackenzie  <acm@muc.de>
18175         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18176         change in cc-engine.el.
18178 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18180         * window.el (switch-to-buffer): Use `force-same-window' interactively.
18182 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
18184         * window.el (quit-window): Call unrecord-window-buffer after
18185         showing another buffer in the window.  (Bug#9937)
18186         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18188 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
18190         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18191         Accept status with more than 9 shelves.  (Bug#9935)
18192         Reported by Colin D Bennett <colin@gibibit.com>.
18194 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
18196         * help.el (with-help-window): Don't reference
18197         temp-buffer-show-specifiers in doc-string.
18199 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
18201         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18202         menu-item.
18204 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18206         * whitespace.el: New version 13.2.2.
18207         (whitespace-newline-mode): Disable properly.  Reported by Sarah
18208         <EmacsWiki>.
18210 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
18212         * net/newst-treeview.el: Remove "Time-stamp".
18213         (newsticker--group-manage-orphan-feeds): Do not call
18214         newsticker--treeview-tree-update.
18215         (newsticker-treeview-update, newsticker-treeview):
18216         Call newsticker--treeview-tree-update if necessary.
18218 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
18220         * window.el (window-iso-combination-p, window-iso-combined-p)
18221         (window-iso-combinations): Remove "iso-" infix.
18222         Suggested by Chong Yidong.
18223         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18224         (window-max-delta-1, window-resize, window--resize-siblings)
18225         (window--resize-this-window, adjust-window-trailing-edge)
18226         (split-window, balance-windows-1)
18227         (shrink-window-if-larger-than-buffer):
18228         * calendar/calendar.el (calendar-generate-window):
18229         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18231 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18233         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18234         in place (bug#9907).
18235         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18236         (eshell-rewrite-if-command, eshell-rewrite-for-command)
18237         (eshell-structure-basic-command, eshell-rewrite-while-command)
18238         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18239         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18240         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18241         (eshell-do-pipelines-synchronously, eshell-eval-command):
18242         Use backquotes and prefer setq to set.
18243         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18244         (eshell-macrop): Use functionp.
18245         (eshell-do-eval): Handle multiple expressions in `while' body.
18247 2011-10-30  Chong Yidong  <cyd@gnu.org>
18249         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18250         instead of set-mark (Bug#9810).
18252 2011-10-30  Chong Yidong  <cyd@gnu.org>
18254         * window.el (split-window-below, split-window-right): Rename from
18255         split-window-above-each-other and split-window-side-by-side
18256         respectively.  All callers changed.
18257         (split-window-sensibly, split-window-sensibly): Use them.
18258         (split-window-keep-point): Doc fix.
18260         * isearch.el: Add isearch-scroll property to split-window-below
18261         and split-window-right.
18263         * follow.el (follow-mode):
18264         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18265         * progmodes/ada-xref.el (ada-gdb-application):
18266         * emulation/vip.el (vip-buffer-in-two-windows):
18267         * image-dired.el (image-dired-dired-with-window-configuration):
18268         * dired-x.el (dired-do-find-marked-files):
18269         * dired.el (dired-pop-to-buffer):
18270         * bs.el (bs--show-with-configuration):
18271         * vc/emerge.el (emerge-setup-windows):
18272         * textmodes/two-column.el (2C-two-columns):
18273         * textmodes/reftex-toc.el (reftex-toc):
18274         * progmodes/gdb-mi.el (gdb-setup-windows):
18275         * progmodes/fortran.el (fortran-window-create):
18276         * net/newst-treeview.el (newsticker--treeview-window-init):
18277         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18278         * emulation/tpu-edt.el (tpu-gold-map):
18279         * emulation/crisp.el (crisp-mode-map):
18280         * calendar/calendar.el (calendar-basic-setup): Callers changed.
18282 2011-10-29  Chong Yidong  <cyd@gnu.org>
18284         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18286         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18288         * textmodes/flyspell.el (flyspell-word): Fix char offset for
18289         forged Ispell output (Bug#7904).
18291         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18293 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18295         * doc-view.el: Avoid ugly errors about not finding nil.
18296         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18297         (doc-view-dvipdf-program, doc-view-unoconv-program)
18298         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18299         Avoid nil or absolute file name as default value.
18300         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18302 2011-10-28  Alan Mackenzie  <acm@muc.de>
18304         * progmodes/cc-defs.el (c-version): -> 5.32.2.
18306 2011-10-28  Alan Mackenzie  <acm@muc.de>
18308         Amend the handling of c-beginning/end-of-defun in nested declaration
18309         scopes.
18311         * progmodes/cc-vars.el (c-defun-tactic): Move here from
18312         cc-langs.el.  Change it to a defcustom.
18314         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18315         cc-vars.el.
18317         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18318         Prevent "class foo : bar" being spuriously recognized as a label.
18320         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18321         Add parameter `inclusive' (to include enclosing braces in the region).
18322         (c-widen-to-enclosing-decl-scope): New function.
18323         (c-while-widening-to-decl-block): New macro.
18324         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18325         outward for defun boundaries, and correspondingly change symbol
18326         `respect-enclosure' to `go-outward'.
18327         (c-declaration-limits): Change algorithm to report only the "innermost"
18328         defun's boundaries.
18330 2011-10-28  Deniz Dogan  <deniz@dogan.se>
18332         * net/rcirc.el (rcirc-mode): Use hard newlines.
18334 2011-10-28  Alan Mackenzie  <acm@muc.de>
18336         Amend to indent and fontify macros "which include their own semicolon"
18337         correctly, using the "virtual semicolon" mechanism.
18339         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18341         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18342         Recode to scan one line at a time rather than having \n and \r
18343         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18344         (c-forward-label): Amend for virtual semicolons.
18345         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18347         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18348         of the new C macros.
18350         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18351         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18352         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18353         (c-opt-cpp-macro-define): Make into a full language variable.
18354         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18355         AWK Mode (including \n, \r) removed, no longer needed.
18357         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18358         Invoke c-make-macro-with-semi-re.
18360         * progmodes/cc-vars.el (c-macro-with-semi-re):
18361         (c-macro-names-with-semicolon): New variables.
18362         (c-make-macro-with-semi-re): New function.
18364 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18366         * vc/log-edit.el: Fill empty field rather than adding new one.
18367         (log-edit-add-field): New function.
18368         (log-edit-insert-changelog): Use it.
18370 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18372         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18374 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18376         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18377         (gdb--check-interpreter): New function.
18378         (gdb): Use it.
18380 2011-10-27  Glenn Morris  <rgm@gnu.org>
18382         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18383         (least-positive-float, least-negative-float)
18384         (least-positive-normalized-float, least-negative-normalized-float)
18385         (float-epsilon, float-negative-epsilon):
18386         Remove unnecessary declarations.
18388         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18389         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18390         (least-positive-float, least-negative-float)
18391         (least-positive-normalized-float, least-negative-normalized-float)
18392         (float-epsilon, float-negative-epsilon): Add doc-strings,
18393         based on those in cl.texi.
18395         * files.el (set-visited-file-name): If the major-mode changed,
18396         reload the local variables.  (Bug#9796)
18398 2011-10-27  Chong Yidong  <cyd@gnu.org>
18400         * subr.el (change-major-mode-after-body-hook): New hook.
18401         (run-mode-hooks): Run it.
18403         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18404         Use change-major-mode-before-body-hook.
18406         * simple.el (fundamental-mode):
18407         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18408         change introducing fundamental-mode-hook.
18410 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
18412         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18414 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
18416         * ido.el (ido-file-name-all-completions-1): Do not require
18417         tramp.el explicitly.  (Bug#7583)
18419 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18421         * progmodes/octave-mod.el:
18422         * progmodes/octave-inf.el: Update maintainer.
18424 2011-10-26  Chong Yidong  <cyd@gnu.org>
18426         * subr.el (with-wrapper-hook): Rewrite doc.
18428 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
18430         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18431         filenames "/method:foo:".  (Bug#9793)
18433 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18435         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18436         (bug#9865).
18438 2011-10-24  Glenn Morris  <rgm@gnu.org>
18440         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
18442 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
18444         * notifications.el: Add the requirement of a running D-Bus session
18445         bus to the Commentary.
18447 2011-10-24  Juri Linkov  <juri@jurta.org>
18449         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18450         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18451         (Bug#9364)
18453 2011-10-24  Juri Linkov  <juri@jurta.org>
18455         * info.el (Info-following-node-name-re): Add newline to the list
18456         of allowed characters for leading space.  (Bug#9824)
18458 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18460         * progmodes/octave-inf.el (inferior-octave-mode-map):
18461         Fix C-c C-h binding.
18462         * progmodes/octave-mod.el (octave-help): Remove.
18464 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
18466         Sync with Tramp 2.2.3.
18468         * net/tramp-cache.el (top): Pacify byte-compiler using
18469         `init-file-user' and `site-run-file'.
18471         * net/trampver.el: Update release number.
18473 2011-10-23  Chong Yidong  <cyd@gnu.org>
18475         * files.el (toggle-read-only): Remove obsolete comment about
18476         version control.
18478         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18479         for toggle-read-only.  Note that this hasn't called vc-next-action
18480         since 2008-05-02, though it wasn't documented at the time.
18482         * vc/ediff-init.el (ediff-toggle-read-only-function):
18483         Use toggle-read-only.
18485 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
18487         Fix bug #9560, sporadic wrong indentation; improve instrumentation
18488         of c-parse-state.
18490         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18491         correct faulty logical expression.
18492         (c-parse-state-state, c-record-parse-state-state):
18493         (c-replay-parse-state-state): New defvar/defuns.
18494         (c-debug-parse-state): Use new functions.
18496 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
18498         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18499         last fix.  Use window-in-direction correctly.
18501 2011-10-21  Chong Yidong  <cyd@gnu.org>
18503         * progmodes/idlwave.el (idlwave-mode):
18504         * progmodes/vera-mode.el (vera-mode): No need to set
18505         require-final-newline; that's done in prog-mode.
18506         Suggested by Stefan Monnier.
18508 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
18510         * mouse.el (mouse-drag-window-above)
18511         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18512         (mouse-drag-mode-line-1, mouse-drag-header-line)
18513         (mouse-drag-vertical-line-rightward-window): Remove.
18514         (mouse-drag-line): New function.
18515         (mouse-drag-mode-line, mouse-drag-header-line)
18516         (mouse-drag-vertical-line): Call mouse-drag-line.
18517         * window.el (window-at-side-p, windows-at-side): New functions.
18519 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
18521         * tar-mode.el (tar-grind-file-mode):
18522         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
18524 2011-10-21  Chong Yidong  <cyd@gnu.org>
18526         * progmodes/idlwave.el (idlwave-mode):
18527         * progmodes/vera-mode.el (vera-mode):
18528         Use mode-require-final-newline.
18530 2011-10-20  Glenn Morris  <rgm@gnu.org>
18532         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
18534 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
18536         * emulation/cua-base.el (cua-set-mark): Fix case of string.
18538 2011-10-20  Chong Yidong  <cyd@gnu.org>
18540         * emulation/cua-base.el (cua-mode):
18541         * mail/footnote.el (footnote-mode):
18542         * mail/mailabbrev.el (mail-abbrevs-mode):
18543         * net/xesam.el (xesam-minor-mode):
18544         * progmodes/bug-reference.el (bug-reference-mode):
18545         * progmodes/cap-words.el (capitalized-words-mode):
18546         * progmodes/compile.el (compilation-minor-mode)
18547         (compilation-shell-minor-mode):
18548         * progmodes/gud.el (gud-tooltip-mode):
18549         * progmodes/hideif.el (hide-ifdef-mode):
18550         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18551         * progmodes/subword.el (subword-mode):
18552         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18553         * progmodes/which-func.el (which-function-mode):
18554         * term/tvi970.el (tvi970-set-keypad-mode):
18555         * term/vt100.el (vt100-wide-mode):
18556         * textmodes/flyspell.el (flyspell-mode):
18557         * textmodes/ispell.el (ispell-minor-mode):
18558         * textmodes/nroff-mode.el (nroff-electric-mode):
18559         * textmodes/paragraphs.el (use-hard-newlines):
18560         * textmodes/refill.el (refill-mode):
18561         * textmodes/reftex.el (reftex-mode):
18562         * textmodes/rst.el (rst-minor-mode):
18563         * textmodes/sgml-mode.el (html-autoview-mode)
18564         (sgml-electric-tag-pair-mode):
18565         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18566         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18567         * emulation/crisp.el (crisp-mode):
18568         * emacs-lisp/eldoc.el (eldoc-mode):
18569         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18570         minor mode behavior.
18572 2011-10-19  Juri Linkov  <juri@jurta.org>
18574         * descr-text.el (describe-char): Add #x2010 and #x2011 to
18575         the list of hard-coded chars with escape-glyph face.
18577 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18579         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18581 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
18583         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18584         running process.
18586 2011-10-19  Glenn Morris  <rgm@gnu.org>
18588         * vc/vc-bzr.el (vc-bzr-after-dir-status):
18589         Ignore ignored files.  (Bug#9726)
18591 2011-10-19  Chong Yidong  <cyd@gnu.org>
18593         Doc fix for minor modes, stating that an omitted argument enables
18594         the mode unconditionally when called from Lisp.
18596         * abbrev.el (abbrev-mode):
18597         * allout.el (allout-mode):
18598         * autoinsert.el (auto-insert-mode):
18599         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18600         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18601         (global-auto-revert-mode):
18602         * battery.el (display-battery-mode):
18603         * composite.el (global-auto-composition-mode)
18604         (auto-composition-mode):
18605         * delsel.el (delete-selection-mode):
18606         * desktop.el (desktop-save-mode):
18607         * dired-x.el (dired-omit-mode):
18608         * dirtrack.el (dirtrack-mode):
18609         * doc-view.el (doc-view-minor-mode):
18610         * double.el (double-mode):
18611         * electric.el (electric-indent-mode, electric-pair-mode):
18612         * emacs-lock.el (emacs-lock-mode):
18613         * epa-hook.el (auto-encryption-mode):
18614         * follow.el (follow-mode):
18615         * font-core.el (font-lock-mode):
18616         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18617         * help.el (temp-buffer-resize-mode):
18618         * hilit-chg.el (highlight-changes-mode)
18619         (highlight-changes-visible-mode):
18620         * hi-lock.el (hi-lock-mode):
18621         * hl-line.el (hl-line-mode, global-hl-line-mode):
18622         * icomplete.el (icomplete-mode):
18623         * ido.el (ido-everywhere):
18624         * image-file.el (auto-image-file-mode):
18625         * image-mode.el (image-minor-mode):
18626         * iswitchb.el (iswitchb-mode):
18627         * jka-cmpr-hook.el (auto-compression-mode):
18628         * linum.el (linum-mode):
18629         * longlines.el (longlines-mode):
18630         * master.el (master-mode):
18631         * mb-depth.el (minibuffer-depth-indicate-mode):
18632         * menu-bar.el (menu-bar-mode):
18633         * minibuf-eldef.el (minibuffer-electric-default-mode):
18634         * mouse-sel.el (mouse-sel-mode):
18635         * msb.el (msb-mode):
18636         * mwheel.el (mouse-wheel-mode):
18637         * outline.el (outline-minor-mode):
18638         * paren.el (show-paren-mode):
18639         * recentf.el (recentf-mode):
18640         * reveal.el (reveal-mode, global-reveal-mode):
18641         * rfn-eshadow.el (file-name-shadow-mode):
18642         * ruler-mode.el (ruler-mode):
18643         * savehist.el (savehist-mode):
18644         * scroll-all.el (scroll-all-mode):
18645         * scroll-bar.el (scroll-bar-mode):
18646         * server.el (server-mode):
18647         * shell.el (shell-dirtrack-mode):
18648         * simple.el (auto-fill-mode, transient-mark-mode)
18649         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18650         (line-number-mode, column-number-mode, size-indication-mode)
18651         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18652         * strokes.el (strokes-mode):
18653         * time.el (display-time-mode):
18654         * t-mouse.el (gpm-mouse-mode):
18655         * tool-bar.el (tool-bar-mode):
18656         * tooltip.el (tooltip-mode):
18657         * type-break.el (type-break-mode-line-message-mode)
18658         (type-break-query-mode):
18659         * view.el (view-mode):
18660         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18661         (global-whitespace-mode, global-whitespace-newline-mode):
18662         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18664         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18665         Fix autogenerated docstring.
18667 2011-10-19  Juri Linkov  <juri@jurta.org>
18669         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18670         by checking environment variables "DESKTOP_SESSION" and
18671         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18673 2011-10-19  Juri Linkov  <juri@jurta.org>
18675         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18676         (browse-url-chromium-program, browse-url-chromium-arguments):
18677         New defcustoms.
18678         (browse-url-default-browser): Check for `browse-url-chromium' and
18679         call `browse-url-chromium-program'.
18680         (browse-url-chromium): New command.  (Bug#9779)
18682 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18684         * facemenu.el (list-colors-duplicates): On Windows, detect more
18685         duplicates by assuming that only colors matching "^System" are
18686         special "system colors".  (Bug#9722)
18688 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18690         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18691         to distinguish the author from the committer.
18693 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18695         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18697 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18699         * international/mule.el (sgml-html-meta-auto-coding-function):
18700         Add support for detecting encoding in HTML5 specified only as
18701         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18702         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18704 2011-10-18  Glenn Morris  <rgm@gnu.org>
18706         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18708 2011-10-18  Chong Yidong  <cyd@gnu.org>
18710         * faces.el (cursor): Doc fix.
18712 2011-10-17  Chong Yidong  <cyd@gnu.org>
18714         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18716 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18718         * dirtrack.el (dirtrack): Support shell buffers with path
18719         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18721 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18723         * json.el: Bump version to 1.3 and note change in History.
18724         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18726 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18728         * comint.el (comint-insert-input, comint-send-input)
18729         (comint-get-old-input-default, comint-backward-matching-input)
18730         (comint-next-prompt): Use nil instead of `input' for field property of
18731         past user input (bug#114).
18733         * minibuffer.el (completion--replace): Inherit surrounding properties
18734         (bug#114).
18735         (minibuffer-complete-and-exit): Use it.
18737         * comint.el (comint--table-subvert): Quote the all-completions output
18738         (bug#9160).
18740 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18742         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18744         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18745         window on right of selected.  (Bug#9350) Reword other window
18746         entries and separate them from frame entries.
18748 2011-10-15  Glenn Morris  <rgm@gnu.org>
18750         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18751         Doc fixes.
18753 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18755         * net/network-stream.el (network-stream-open-starttls):
18756         Improve detection of failure due to lack of TLS support.
18758         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18759         putting the input text in front and in bold.
18761 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18763         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18765         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18766         empty buffer.
18768         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18769         unread-command-events rather than pushing yet-another event.
18771 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18773         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18774         the explanation of the possible choices.  Make the options passed
18775         to completing-read shorter.
18777 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
18779         * textmodes/flyspell.el (flyspell-large-region): Make sure
18780         extended character mode is used if defined (Bug#1339).
18782 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18784         * simple.el (what-cursor-position): Fix the display of the
18785         character info for LRE, LRO, RLE, and RLO characters by appending
18786         an invisible PDF.
18788 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18790         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18791         even in case of error; add debug spec; simplify data flow.
18792         (with-timeout-handler): Remove.
18794 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18796         Fix Bug#6019, Bug#9315.
18798         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18799         complete `buffer-file-name', the local file name part could look
18800         remotely (for example on VMS).
18802         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18803         `tramp-run-real-handler'.
18804         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18805         already quoted by '"'.
18807         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18808         Let `file-name-handler-alist' be nil, the local file name part
18809         could look remotely (for example on VMS).
18811 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18813         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18814         from here...
18815         (flyspell-post-command-hook): ...to here.
18817 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18819         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18820         if not needed.
18821         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18822         using completion.  Protect against "slow" callers.
18823         Remove the "message hack".
18825 2011-10-11  Juri Linkov  <juri@jurta.org>
18827         * isearch.el (isearch-lazy-highlight-word): New variable.
18828         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18829         Use it.  (Bug#9727)
18831 2011-10-11  Glenn Morris  <rgm@gnu.org>
18833         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18834         like f90-previous-statement does.
18836 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18838         * eshell/eshell.el (eshell-command): History should be saved
18839         only in interactive use, to avoid error.
18841 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18843         * minibuffer.el (completion-file-name-table): Fix last change,
18844         i.e. ignore normal errors but not the other ones.
18846 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
18848         * window.el (special-display-buffer-names)
18849         (special-display-regexps): Remove some remnants of earlier
18850         changes from doc-strings.
18851         (quit-windows-on): New function.
18853         * vc/vc.el (vc-revert, vc-rollback):
18854         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18855         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
18856         (Bug#6183) (Bug#7074) (Bug#7447)
18858 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
18860         * window.el (frame-auto-hide-function): Add version tag.
18861         (Bug#9699)
18863 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
18865         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18866         condition.
18868 2011-10-09  Leo Liu  <sdl.web@gmail.com>
18870         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18871         (Bug#9701)
18873 2011-10-08  Glenn Morris  <rgm@gnu.org>
18875         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18876         before the first code statement zero indent.  (Bug#9690)
18878 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
18880         * simple.el (count-words-region): Always count in the region.
18881         Report the number of lines and characters too.
18882         (count-words): New command, which counts in the buffer if the
18883         region is inactive, as count-words-region used to.
18884         (count-words--message): New function.  Handle plurals.
18885         (count-lines-region): Make it an alias for count-words-region.
18887         * bindings.el (esc-map): Replace count-lines-region with
18888         count-words-region.
18890 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
18892         * window.el (window--delete): Delete dedicated frame
18893         unconditionally when argument KILL is non-nil.  (Bug#9699)
18894         (switch-to-buffer): Fix doc-string typo.
18896 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18898         * eshell/eshell.el (eshell-command): Avoid using hooks.
18900 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
18902         * bindings.el ([M-left],[M-right]): Bind to left-word and
18903         right-word respectively.
18905 2011-10-07  Glenn Morris  <rgm@gnu.org>
18907         * cus-start.el (debug-on-quit): Fix custom type.
18909 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18911         * subr.el (define-key-after): Clarify that the function is not
18912         useful for non-menu keymaps.
18914         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18916 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18918         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18919         in current minibuffer (Fix bug with recursive minibuffers).
18921 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
18923         * progmodes/gdb-mi.el (gdb): Doc fix.
18925 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
18927         * window.el (frame-auto-hide-function): New option replacing
18928         frame-auto-delete.  Suggested by Stefan Monnier.
18929         (window--delete): Call frame-auto-hide-function instead of
18930         investigating frame-auto-delete.
18931         (window-point-1, set-window-point-1): New functions.
18932         (window-in-direction, record-window-buffer, window-state-get-1)
18933         (display-buffer-record-window): Use window-point-1 instead of
18934         window-point.
18935         (set-window-buffer-start-and-point): Use set-window-point-1.
18937 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18939         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18941 2011-10-05  Glenn Morris  <rgm@gnu.org>
18943         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18944         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
18946 2011-10-05  Leo Liu  <sdl.web@gmail.com>
18948         * subr.el (read-char-choice): Fix argument to buffer-live-p which
18949         works with buffer object.
18951 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18953         * mpc.el (mpc-tool-bar-map): Add labels.
18955 2011-10-04  Glenn Morris  <rgm@gnu.org>
18957         * calendar/holidays.el (calendar-check-holidays): Doc fix.
18959 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
18961         * window.el (window--delete): New function.
18962         (frame-auto-delete): Resuscitate option.
18963         (bury-buffer, replace-buffer-in-windows)
18964         (quit-window): Rewrite using window--delete.
18965         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18966         Pass display-buffer-mark-dedicated to window--display-buffer-2
18967         (Bug#9639).
18969 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18971         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18972         returns a list (bug#9554).  Add remote file name completion.
18973         * comint.el (comint--table-subvert): Curry and get quote&unquote
18974         functions as arguments.
18975         (comint--complete-file-name-data): Adjust call accordingly.
18976         * pcomplete.el (pcomplete--table-subvert): Remove.
18977         (pcomplete-completions-at-point): Use comint--table-subvert instead.
18979         * minibuffer.el (completion-table-case-fold): Use currying.
18980         (completion--styles-type, completion--cycling-threshold-type):
18981         New constants.
18982         (completion-styles, completion-category-overrides)
18983         (completion-cycle-threshold): Use them.
18984         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18985         completion-table-case-fold.
18987 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
18989         * minibuffer.el (completion-category-overrides): Fix type of styles
18990         and add more user friendly tags (bug#9660).
18992 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18994         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18995         (mule-input-method-string): New widget.
18996         (default-input-method, language-info-custom-alist): Use it.
18998 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19000         * pcomplete.el: Require comint.
19001         (pcomplete--common-suffix): Remove.
19002         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19003         (pcomplete--table-subvert): Sync with comint--table-subvert.
19004         (pcomplete--entries): Use comint-completion-file-name-table.
19005         * comint.el (comint-unquote-filename): Simplify.
19006         (comint-completion-file-name-table): New function (bug#9616).
19007         (comint--complete-file-name-data): Use it.
19009         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19010         (pcmpl-gnu-tar-buffer): Remove.
19011         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19012         around.  Make sure pcomplete-suffix-list is only changed temporarily.
19013         Don't look inside the tar's file if it's too large.
19015 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
19017         * cus-edit.el (custom-mode-map):
19018         * epa.el (epa-key-list-mode-map):
19019         * man.el (Man-mode-map):
19020         * startup.el (splash-screen-keymap):
19021         * simple.el (special-mode-map): Use scroll-up-command and
19022         scroll-down-command.
19024         * progmodes/idlw-help.el (idlwave-help-mode-map):
19025         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19026         * net/newst-plainview.el (newsticker-mode-map):
19027         * emulation/ws-mode.el (wordstar-mode-map):
19028         * emulation/vi.el (vi-com-map):
19029         * calc/calc-graph.el (calc-graph-show-dumb):
19030         * term/sun.el (terminal-init-sun):
19031         * term/ns-win.el (global-map):
19032         * progmodes/grep.el (grep-mode-map):
19033         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19034         * mail/rmail.el (rmail-mode-map):
19035         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19037         * custom.el (custom-safe-themes, load-theme): Treat value of t for
19038         custom-safe-themes as special.
19040 2011-10-01  Julien Danjou  <julien@danjou.info>
19042         * notifications.el (notifications-notify): Fix docstring.
19044 2011-10-01  Per Starbäck  <per@starback.se>
19046         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
19048 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
19050         * startup.el (command-line-1): Fix last fix by inserting
19051         initial-scratch-message into *scratch* before displaying it.
19052         (Bug#9605) and (Bug#9636)
19054 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
19056         * simple.el (line-move): If auto-hscroll-mode is disabled and the
19057         window is hscrolled, move by logical lines.  (Bug#9607)
19058         (line-move-visual): Update the doc string to the above effect.
19060 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
19062         * window.el (display-buffer-record-window): When WINDOW is the
19063         selected window use `point' instead of `window-point'.  (Bug#9626)
19065         * startup.el (command-line-1): Use insert-before-markers when
19066         inserting initial-scratch-message.  (Bug#9605)
19068         * help.el (help-window): Remove variable.
19070 2011-09-29  Glenn Morris  <rgm@gnu.org>
19072         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19074 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
19076         * descr-text.el (describe-char-categories): Accept category
19077         descriptions more than one line long.
19079 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19081         * simple.el (delete-trailing-whitespace): Fix last change.
19083         * progmodes/perl-mode.el (perl-syntax-propertize-function):
19084         Don't confuse "y => 3" as the beginning of a `y' operation.
19086         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19087         object has more than 4 slots (bug#9613).
19089 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
19091         * subr.el (with-output-to-temp-buffer):
19092         * net/quickurl.el (quickurl, quickurl-browse-url):
19093         Fix typos in docstrings.
19095 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
19097         * minibuffer.el (completion-styles)
19098         (completion-category-overrides): Cross reference each other in doc
19099         strings.
19101 2011-09-27  Glenn Morris  <rgm@gnu.org>
19103         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19104         to split-string.  (Bug#9606)
19106 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19108         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19109         (bug#9615).
19111 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
19113         * emacs-lisp/package.el (list-packages): Fix echo area message.
19115 2011-09-27  Leo Liu  <sdl.web@gmail.com>
19117         * ido.el (ido-read-internal): Accept cons cell HIST arg.
19119 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
19121         * net/dbus.el (dbus-unregister-object): Don't release services for
19122         registered signals.  (Bug#9581)
19124 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
19126         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19127         function that picks between cfengine 2 and 3 support
19128         automatically.  Update docs accordingly.
19130 2011-09-22  Kenichi Handa  <handa@m17n.org>
19132         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19133         ZERO.
19134         (indian-itrans-v5-table-for-tamil): New variable.
19135         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19137 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
19139         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19140         that's true if the current command involved collapsing of text.
19141         It's reset to false at the beginning of the next command.
19142         (allout-post-command-business): Move the cursor to the beginning
19143         of entry if the cursor is hidden and collapsing activity just
19144         happened.
19146 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
19148         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19149         tracking (Bug#9541).
19151 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
19153         * net/newst-reader.el (newsticker-html-renderer)
19154         (newsticker-show-news): Automatically load html rendering package
19155         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
19156         because w3m-fill-column is let-bound" and the error "Symbol's value
19157         as variable is void: w3m-fill-column".
19159 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
19161         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19162         Release services only if they are defined.  (Bug#9581)
19164 2011-09-23  Richard Stallman  <rms@gnu.org>
19166         * textmodes/paragraphs.el (forward-sentence): For backwards case,
19167         distinguish start of paragraph from start of its text.
19169         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19171         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19172         (rmail-generate-viewer-buffer): Put that hook on view buffer.
19173         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19175 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
19177         * international/mule-diag.el (mule-diag): Insert a newline after
19178         each fontset description.
19180 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19182         * simple.el (delete-trailing-whitespace):
19183         Document last change; simplify.
19185 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
19187         * simple.el (delete-trailing-whitespace): Also delete
19188         extra newlines at the end of the buffer.
19190         * textmodes/picture.el: Make motion commands obey shift-select-mode.
19191         (picture-newline): Use forward-line so as to ignore fields.
19193 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19195         * subr.el (with-wrapper-hook): Fix edebug spec.
19197 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19199         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19200         (bug#4538).
19202 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
19204         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19205         Fix nasty bug using wrong cached values.
19207 2011-09-23  Alan Mackenzie  <acm@muc.de>
19209         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19211 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
19213         * window.el (pop-to-buffer): Ensure right window is selected if we
19214         chose another frame.
19216 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
19218         * simple.el (what-cursor-position): Use get-char-property-change
19219         and next-single-char-property-change, to be able to show display
19220         properties that come from overlays as well as text properties.
19222 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
19224         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19226         * cmuscheme.el (run-scheme, switch-to-scheme):
19227         * cus-edit.el (customize-group, custom-buffer-create)
19228         (customize-browse):
19229         * info.el (info):
19230         * shell.el (shell):
19231         * mail/sendmail.el (mail):
19232         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19234 2011-09-22  Richard Stallman  <rms@gnu.org>
19236         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19237         move back only to line beg, don't move back over blank lines.
19239 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
19241         * files.el (copy-directory): Set directory attributes only in case
19242         they could be retrieved from the source directory.  (Bug#9565)
19244 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
19246         * progmodes/hideshow.el (hs-looking-at-block-start-p)
19247         (hs-find-block-beginning, hs-hide-level-recursive):
19248         Ignore strings as well as comments.  (Bug#9502)
19250 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
19252         * progmodes/sql.el (sql-comint-postgres):
19253         Convert port number to a string.  (Bug#9566)
19255 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
19257         * window.el (quit-window): Undedicate window when switching to
19258         previous buffer.  Reported by Thierry Volpiatto
19259         <thierry.volpiatto@gmail.com>.
19260         (special-display-popup-frame): When popping up a new frame reset
19261         its previous buffers to nil.  Simplify code.
19263 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
19265         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19266         and process filter, as done also in `shell-command'.
19268 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
19270         * window.el (set-window-buffer-start-and-point):
19271         Call set-window-start with NOFORCE argument t.
19272         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19273         (quit-window): Reword doc-string.  Handle new format of
19274         quit-restore parameter.  Don't delete window if it has a
19275         previous buffer we can show instead of the present one.
19276         (display-buffer-record-window): Rewrite using a new format for
19277         the quit-restore window parameter
19278         (special-display-popup-frame, display-buffer-same-window)
19279         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19280         (display-buffer-pop-up-window, display-buffer-use-some-window):
19281         Adapt symbol passed to display-buffer-record-window.
19282         * help.el (help-window-setup): Handle new format of quit-restore
19283         parameter.
19285 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19287         * faces.el (face-list): Fix docstring (bug#9564).
19289         * window.el (display-buffer--action-function-custom-type):
19290         Don't include internal functions in the Custom interface.
19292 2011-09-20  Juri Linkov  <juri@jurta.org>
19294         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19295         (Info-forward-node, Info-backward-node, Info-next-preorder)
19296         (Info-last-preorder): Use it.  (Bug#9528)
19298 2011-09-20  Juri Linkov  <juri@jurta.org>
19300         * info.el (Info-last-preorder): Visit last menu item only when
19301         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19303 2011-09-20  Julien Danjou  <julien@danjou.info>
19305         * password-cache.el (password-cache-remove): Remove entries even if the
19306         value is nil, so that password with a nil value (negative caching) is
19307         possible to invalidate.
19309 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
19311         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19312         all whitespace around breakpoint.  (Bug#9553)
19313         (f90-find-breakpoint): Only break at whitespace inside a comment.
19315 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19317         * minibuffer.el (completion-file-name-table): Keep track of errors.
19318         (completion-table-with-predicate): Handle the case where pred1 is nil.
19319         * pcomplete.el (pcomplete-completions-at-point): Simplify.
19321 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19323         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19324         (debugger-return-value): Signal an error if the debugging context does
19325         not await any return value.
19327         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19328         * image-mode.el (image-toggle-display-text)
19329         (image-toggle-display-image): Stay away from evil `intangible'.
19331 2011-09-19  Leo Liu  <sdl.web@gmail.com>
19333         * replace.el (occur-revert-arguments): Make it permanent-local.
19334         (occur-mode): Don't call font-lock-defontify.
19336 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
19338         * net/ldap.el (ldap-search-internal): Don't push empty search
19339         result (Bug#9508).
19341 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19343         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19345 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
19347         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19348         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19350 2011-09-18  Juri Linkov  <juri@jurta.org>
19352         * buff-menu.el (Buffer-menu-mode-map):
19353         * dired.el (dired-mode-map):
19354         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19355         (lisp-interaction-mode-map):
19356         * emacs-lisp/package.el (package-menu-mode-map):
19357         * epa.el (epa-key-list-mode-map):
19358         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19359         (menu-bar-options-menu):
19360         * outline.el (outline-mode-menu-bar-map):
19361         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19362         * vc/vc-dir.el (vc-dir-menu-map):
19363         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19364         Capitalize non-function content words in menu item strings.
19366         * dired.el (dired-mode-map): Add menu item for
19367         `image-dired-dired-toggle-marked-thumbs'.
19369 2011-09-18  Juri Linkov  <juri@jurta.org>
19371         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19372         to `isearch-case-fold-search' and restore its original value
19373         after the `isearch-mode' call.
19375 2011-09-18  Juri Linkov  <juri@jurta.org>
19377         * progmodes/grep.el (grep-process-setup): Don't check code for 1
19378         because `zgrep' returns 1 for successful matches (bug#9226).
19380 2011-09-18  Juri Linkov  <juri@jurta.org>
19382         * info.el (Info-extract-menu-node-name): Check the second match
19383         for empty string (second test-case of bug#9528).
19384         (Info-last-preorder): Let-bind `Info-history' to nil to not add
19385         intermediate nodes to the history (first test-case of bug#9528).
19387 2011-09-18  Juri Linkov  <juri@jurta.org>
19389         * info.el (Info-mode-syntax-table): New variable.
19390         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19392 2011-09-18  Juri Linkov  <juri@jurta.org>
19394         * info.el (Info-file-supports-index-cookies):
19395         Increment line-beginning-position's arg from 3 to 4 because makeinfo
19396         outputs one more line for long file names (bug#4142).
19398 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19400         * newcomment.el (comment-normalize-vars): If prompting for
19401         comment-start, set comment-start-skip too (Bug#8424).
19403 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
19405         * icomplete.el: Fix previous fix of Bug#5849.
19406         (icomplete-mode): Don't set completion-show-inline-help.
19407         (icomplete-minibuffer-setup): Set completion-show-inline-help
19408         locally during icompletion.
19410 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19412         * woman.el (woman2-process-escapes): Don't delete unrecognized
19413         escapes (Bug#7843).
19415         * files.el (inhibit-first-line-modes-regexps): Add image files.
19416         (hack-local-variables-prop-line): Return nil for malformed
19417         prop-lines (Bug#9044).
19419 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
19421         * net/tramp.el (top): Don't require 'shell.
19422         (tramp-methods): Fix docstring.
19423         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19424         Return complete remote file name.  Handle "smb" case.
19425         Use `tramp-tmpdir', if defined for the respective method.
19426         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19428         * net/tramp-compat.el (top): Require 'shell.
19430         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19431         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19432         `tramp-current-host'.
19433         (tramp-get-remote-tmpdir): Remove.
19435         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19436         `tramp-tmpdir' entries.
19437         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19438         (tramp-smb-handle-file-attributes): Ignore errors.
19439         (tramp-smb-wait-for-output): Check also for process end.
19441 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19443         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19444         when sending QUIT (bug#9312).
19446 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
19448         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19449         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19450         occur-mode-display-occurrence.
19451         (occur-edit-mode): Add usage message.
19452         (occur-cease-edit): New command.
19453         (occur-after-change-function): Use text properties to find the
19454         position of the prefix text.
19455         (occur-engine): Set stickiness of prefix text properties.
19457 2011-09-17  Glenn Morris  <rgm@gnu.org>
19459         * progmodes/etags.el (complete-tag):
19460         Fix call to completion-in-region.  (Bug#9526)
19462 2011-09-17  Juri Linkov  <juri@jurta.org>
19464         * textmodes/ispell.el (ispell-word): Add to the error message
19465         the word, ispell program name and current dictionary (bug#9121).
19466         (ispell-tex-arg-end): Capitalize "error" in the error message.
19468 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
19470         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19471         check.  (Bug#4251)
19473 2011-09-17  Juri Linkov  <juri@jurta.org>
19475         * window.el (window-safe-min-height, window-safe-min-width):
19476         Fix typos (followup to bug#9522).
19478 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
19480         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19482 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
19484         * simple.el (line-move): If goal-column is set, move by logical
19485         lines, not by display lines.  (Bug#971)
19486         (next-line, previous-line, goal-column, line-move-visual): Doc fix
19487         to reflect the above change.
19489 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19491         * image.el (imagemagick-register-types): Use regexp-opt.
19493 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19495         * window.el (display-buffer-base-action): Rename from
19496         display-buffer-default-action.  Make default value empty.
19497         (display-buffer-overriding-action): Convert to defvar.
19498         (display-buffer-fallback-action): New var.
19500 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19502         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19503         declaration.
19504         (package--add-to-archive-contents): If there is a duplicate entry
19505         with an older version, remove it.
19506         (package-menu-mark-delete, package-menu-mark-install)
19507         (package-menu-mark-unmark): Make unused args optional.
19508         (package-menu-mark-obsolete-for-deletion):
19509         Use package-menu-get-status instead of a regexp search.
19510         (package-menu-get-status): Use tabulated-list-entry.
19511         (package-menu-mark-upgrades): New command.
19512         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
19513         (package-menu-execute): Do installation before deletion.
19514         (package-menu-refresh, package-menu-execute): Use derived-mode-p
19515         instead of checking major-mode.
19516         (package-menu--find-upgrades): New function.
19518 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19520         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19521         passwords in the log buffer.
19522         (smtpmail-process-filter): Update the process marker so that the
19523         "broken by peer" status message is inserted in the right place.
19525 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19527         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19528         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19529         bibtex-completion-at-point-function.
19530         (bibtex-completion-at-point-function): Use them.
19532         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19534         * mpc.el (mpc-constraints-tag-lookup): New function.
19535         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19536         also to browser "album|playlist".
19538 2011-09-14  Juri Linkov  <juri@jurta.org>
19540         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
19541         (isearch-edit-string): Use length of `isearch-string' when
19542         `isearch-fail-pos' returns nil.
19543         (isearch-message): Remove duplicate code and call
19544         `isearch-fail-pos' with arg `t'.
19546 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
19548         * replace.el (occur-mode-goto-occurrence): Don't force using other
19549         window (Bug#9499).
19551         * dired-aux.el (dired-do-chmod): Don't provide initial input.
19553 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
19555         * window.el (display-buffer-window): Remove.
19556         (display-buffer-record-window): Use help-setup window parameter
19557         instead of variable display-buffer-window.
19558         (display-buffer-function, special-display-buffer-names)
19559         (special-display-function): Mention help-setup parameter instead
19560         of display-buffer-window in doc-string.
19561         * help.el (help-window-setup): New argument help-window.
19562         Use help-window-setup parameter instead of display-buffer-window.
19563         Reword some messages.
19564         (with-help-window): Pass window used for displaying the buffer
19565         to help-window-setup.  Don't set display-buffer-window.
19567 2011-09-13  Glenn Morris  <rgm@gnu.org>
19569         * emacs-lisp/debug.el (debugger-make-xrefs):
19570         Preserve point.  (Bug#9462)
19572 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19574         * window.el (window-deletable-p): Use next-frame.
19576 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
19578         * window.el (window-auto-delete): Remove.
19579         (window-deletable-p): Remove argument FORCE.  Don't deal with
19580         dedication and previous buffers.
19581         (switch-to-prev-buffer): Don't delete window.
19582         (delete-windows-on): Delete a window's frame if and only if the
19583         window is dedicated.
19584         (replace-buffer-in-windows): Delete buffer's window or frame if
19585         and only if window is dedicated.
19586         (quit-window): Handle quit-restore as before last change.
19587         (bury-buffer): Delete window only if window-deletable-p returns t.
19589 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19591         * window.el (window-deletable-p): Never delete the last frame on a
19592         given terminal.
19594 2011-09-13  Glenn Morris  <rgm@gnu.org>
19596         * help.el (describe-key-briefly): Copy previous standard-output change.
19598 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
19600         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
19602 2011-09-13  Glenn Morris  <rgm@gnu.org>
19604         * emacs-lisp/lisp-mode.el (lisp-indent-function):
19605         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19607 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
19609         * dired-aux.el (dired-mark-read-string): Don't return default
19610         value on empty input (Bug#9361).
19611         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19612         Omit initial minibuffer contents.
19613         (dired-do-chmod): Signal an error on empty input.
19614         (dired-mark-read-string): Don't return default on empty input.
19616         * files.el (file-modes-symbolic-to-number): Doc fix.
19618 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19620         * international/mule-cmds.el (ucs-completions): Remove.
19621         (read-char-by-name): Use complete-with-action instead; add metadata.
19623 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19625         * window.el (display-buffer--action-function-custom-type)
19626         (display-buffer--action-custom-type): New vars.
19627         (display-buffer-alist, display-buffer-default-action)
19628         (display-buffer-overriding-action): Add defcustom types.
19630         * frame.el (delete-other-frames): Doc fix (Bug#276).
19632 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19634         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19636 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19638         Change modes that used same-window-* vars to use switch-to-buffer.
19640         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19641         Use switch-to-buffer.
19643         * cus-edit.el (customize-group, custom-buffer-create)
19644         (customize-browse, custom-buffer-create-other-window):
19645         Use switch-to-buffer or switch-to-buffer-other-window.
19647         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19648         (Info-prev, Info-up, Info-speedbar-goto-node)
19649         (info-display-manual): Use switch-to-buffer.
19650         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19652         * mail/sendmail.el (mail): Use switch-to-buffer.
19653         (mail-recover): Use switch-to-buffer-other-window.
19655         * cmuscheme.el (run-scheme, switch-to-scheme):
19656         * ielm.el (ielm):
19657         * shell.el (shell):
19658         * net/rlogin.el (rlogin):
19659         * net/telnet.el (telnet, rsh):
19660         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19662 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19664         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19666 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19668         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19669         so don't mention it (bug#9301).
19670         (dired-sort-toggle-or-edit): Clarify string further.
19672         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19673         match `x', `w32' and `ns', like the manual says (bug#9029).
19675         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19676         (process-kill-buffer-query-function): Mention the buffer name in
19677         the query.
19679         * image-mode.el (image-next-line): The line parameter is mandatory
19680         (bug#9258).
19682         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19683         which can be useful (bug#9301).
19685         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19687         * subr.el (match-string): Mention that the current buffer should
19688         be the same as the search was done in (bug#9282).
19690         * facemenu.el: Disable the remove-* commands if the mark isn't
19691         active (bug#9162).
19693 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19695         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19696         of display-buffer.
19697         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19699         * replace.el (occur-mode-goto-occurrence)
19700         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19701         and display-buffer.
19703         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19704         display-buffer.
19706         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19707         special-display and same-window variables.
19708         (mail-other-window): Use switch-to-buffer-other-window.
19709         (mail-other-frame): USe switch-to-buffer-other-frame.
19711         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19712         Use display-buffer-other-frame.
19713         (gdb-display-gdb-buffer): Use pop-to-buffer.
19715         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19717         * progmodes/python.el: Don't set same-window-buffer-names.
19719         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19721         * window.el (display-buffer-alist): Add *Python*.
19723 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19725         * window.el (display-buffer-alist): Add entry for buffers
19726         previously handled same-window-*.
19727         (display-buffer-alist, display-buffer-default-action)
19728         (display-buffer-overriding-action): Mark as risky.
19729         (display-buffer-alist): Document action function changes.
19730         (display-buffer--same-window-action)
19731         (display-buffer--other-frame-action): New variables.
19732         (switch-to-buffer, display-buffer-other-frame): Use them.
19733         (display-buffer): Rename reuse-frame entry to reusable-frames.
19734         (display-buffer-reuse-selected-window): Function deleted.
19735         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19736         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19737         (display-buffer-special): New function.
19738         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19739         display-buffer-reuse-or-pop-window.  Split off special-display
19740         part into display-buffer-special.
19741         (display-buffer-use-some-window): Don't perform any special
19742         pop-up-frames handling.
19743         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19744         (display-buffer--maybe-same-window): Rename from
19745         display-buffer-maybe-same-window.
19747         * info.el: Don't set same-window-regexps.
19748         (info-setup): New function.
19749         (info-other-window, info): Call it.
19751         * cus-edit.el: Don't set same-window-regexps.
19752         (customize-group): New argument.
19753         (customize-group-other-window): Use it.
19754         (customize-face, customize-face-other-window): Likewise.
19755         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19757         * net/rlogin.el:
19758         * net/telnet.el:
19759         * progmodes/gud.el: Don't set same-window-regexps.
19761         * cmuscheme.el:
19762         * ielm.el:
19763         * shell.el:
19764         * mail/sendmail.el:
19765         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19767 2011-09-10  Juri Linkov  <juri@jurta.org>
19769         * isearch.el (isearch-edit-string): Remove obsolete mention of
19770         `C-w' (`isearch-yank-word-or-char') from docstring.
19771         (isearch-query-replace): Fix typo in docstring (bug#9466).
19773 2011-09-10  Juri Linkov  <juri@jurta.org>
19775         * paren.el (show-paren-function): Don't show escaped parens.
19776         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19778 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19780         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19781         (mm-default-file-encoding): Remove autoload forms, they are
19782         replaced with autoload cookies in mml.el and mm-encode.el.
19783         (mail-add-attachment): New command.
19784         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19785         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19786         the doc string.
19787         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19789 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19791         * simple.el (count-words-region): Use buffer if there's no region
19792         (bug#9429).
19794 2011-09-09  Juri Linkov  <juri@jurta.org>
19796         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19797         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19798         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19800 2011-09-09  Alan Mackenzie  <acm@muc.de>
19802         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19803         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19805 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19807         Fix for Savannah bug#9392.
19808         * simple.el (mail-encode-mml): New defvar.
19810         * mail/rmail.el (mail-encode-mml): Add a defvar.
19811         (rmail-enable-mime-composing): Default to t.
19812         (rmail-forward): Use MIME method of forwarding only if both
19813         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19814         Set mail-encode-mml non-nil if the MIME method was used.
19816         * mail/sendmail.el (mml-to-mime): Add autoload form.
19817         (mail-encode-mml): Add a defvar.
19818         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19819         to nil.
19820         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19821         message through mml-to-mime, and reset mail-encode-mml to nil.
19823 2011-09-09  Glenn Morris  <rgm@gnu.org>
19825         * woman.el (woman-if-body): When processing an .el block,
19826         do not delete the next .el block as well.  (Bug#9447)
19827         (woman-special-characters): Add oq, cq, and hy characters.
19829 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19831         * window.el (window-deletable-p): Make sure window is live before
19832         invoking window-prev-buffers.
19834 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19836         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19838 2011-09-08  Juri Linkov  <juri@jurta.org>
19840         * progmodes/compile.el (compilation-environment): Make it
19841         a defcustom (bug#8340).
19843 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19845         * window.el (frame-auto-delete): Rename to window-auto-delete.
19846         Make it control auto-deletion of windows and/or frames.
19847         (window-deletable-p): New argument FORCE.  Rewrite conditions
19848         for deleting window/frame.  (Bug#9419)
19849         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19850         Rewrite handling of case when window/frame can be deleted.
19851         (delete-windows-on): Call window-deletable-p with new FORCE
19852         argument t.  (Bug#9456)
19854 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
19856         * help-mode.el (help-mode): Restore autoload.
19858 2011-09-07  Juri Linkov  <juri@jurta.org>
19860         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19861         `compilation-environment'.  Set buffer-local
19862         `compilation-environment' to `thisenv' later after (funcall mode).
19863         (Bug#8340)
19865         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
19866         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19867         instead of replacing its value.  (Bug#8340)
19869 2011-09-07  Juri Linkov  <juri@jurta.org>
19871         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19872         based on text properties put by `grep-filter' instead of matching
19873         escape sequences.
19874         (grep-mode): Set buffer-local `compilation-error-screen-columns'
19875         to the value of `grep-error-screen-columns' (bug#9438).
19877 2011-09-07  Juri Linkov  <juri@jurta.org>
19879         * simple.el (next-error-highlight, next-error-highlight-no-select):
19880         Doc fix (bug#9432).
19882 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
19884         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19885         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
19887 2011-09-07  Leo Liu  <sdl.web@gmail.com>
19889         * net/rcirc.el (rcirc-mode): Conditionally initialize
19890         rcirc-input-ring.
19892 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19894         * emacs-lisp/find-func.el (find-function-C-source): Only set
19895         find-function-C-source-directory after checking that we found a source
19896         file there (bug#9440).
19898 2011-09-06  Alan Mackenzie  <acm@muc.de>
19900         * isearch.el (isearch-other-meta-char): Wherever a key list is
19901         unread, "unread" the prefix arg, too.  This fixes bug #8901.
19903 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
19905         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19907 2011-09-05  Juri Linkov  <juri@jurta.org>
19909         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19911 2011-09-05  Juri Linkov  <juri@jurta.org>
19913         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19914         keeping point where processing of grep matches begins, and
19915         continue to delete remaining escape sequences from the same point.
19916         (grep-filter): Make leading zero optional in "0?1;31m" because
19917         git-grep emits "\033[1;31m" escape sequences unlike expected
19918         "\033[01;31m" as GNU Grep does (bug#9408).
19919         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19921 2011-09-05  Juri Linkov  <juri@jurta.org>
19923         * subr.el (y-or-n-p): Capitalize "yes".
19925 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
19927         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
19928         `tramp-cache-unload-hook' where appropriate.
19929         (tramp-methods): Rename `tramp-remote-sh' to
19930         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
19931         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19933         * net/tramp-sh.el (top): Don't require 'shell.
19934         (tramp-methods): Add `tramp-remote-shell' and
19935         `tramp-remote-shell-args' entries.
19936         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19937         (tramp-sh-handle-shell-command): Remove.
19938         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19939         Use `tramp-remote-shell'.
19941 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
19943         * mail/sendmail.el (sendmail-query-once-function): Delete.
19944         (sendmail-query-once): Save directly to send-mail-function.
19945         Update message-send-mail-function too.
19947         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19949 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19951         * progmodes/python.el (python-mode-map): Use correct function to
19952         start python interpreter from menu-bar (as reported by Geert
19953         Kloosterman).
19954         (inferior-python-mode-map): Fix typo.
19955         (python-shell-map): Remove.
19957 2011-09-03  Deniz Dogan  <deniz@dogan.se>
19959         * net/rcirc.el (rcirc-print): Simplify code for
19960         rcirc-scroll-show-maximum-output.  There is no need to walk
19961         through all windows to find the right one.
19963 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19965         * help.el (help-return-method): Doc fix.
19967 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
19969         * window.el (window-deletable-p): Don't return a non-nil value
19970         when there's a buffer that was shown in the window before.
19971         (Bug#9419)
19972         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19973         Set window's previous buffers to nil.
19975 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
19977         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19978         newline before and after the tag line, so it doesn't interfere
19979         with determining the paragraph direction of bidirectional text.
19981 2011-09-03  Leo Liu  <sdl.web@gmail.com>
19983         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
19985 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19987         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19988         (pop-to-buffer): Change interactive spec.  Pass second argument
19989         directly to display-buffer.
19990         (display-buffer): Fix interactive spec.  Use functionp to
19991         distinguish between a function and a list of functions.
19993         * abbrev.el (edit-abbrevs):
19994         * arc-mode.el (archive-extract):
19995         * autoinsert.el (auto-insert):
19996         * bookmark.el (bookmark-bmenu-list):
19997         * files.el (find-file):
19998         * view.el (view-buffer):
19999         * progmodes/compile.el (compilation-goto-locus):
20000         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20002 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20004         * window.el (display-buffer-alist): Doc fix.
20005         (display-buffer): Add docstring.  Don't treat
20006         display-buffer-default specially.
20007         (display-buffer-reuse-selected-window)
20008         (display-buffer-same-window, display-buffer-maybe-same-window)
20009         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20010         (display-buffer-pop-up-window)
20011         (display-buffer-reuse-or-pop-window)
20012         (display-buffer-use-some-window): New functions.
20013         (display-buffer-default-action): Use them.
20014         (display-buffer-default): Delete.
20015         (pop-to-buffer-1): Fix choice of actions.
20017 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20019         * minibuffer.el (completion--insert-strings): Don't get confused by
20020         completion entries that end with an LF char.
20022 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
20024         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20026 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
20028         * window.el (display-buffer): Restore interactive spec.
20029         (display-buffer-same-window, display-buffer-other-window):
20030         New functions.
20031         (pop-to-buffer-1): New function.  Use the above.
20032         (pop-to-buffer, pop-to-buffer-same-window): Use it.
20033         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20035         * view.el (view-buffer-other-window, view-buffer-other-frame):
20036         Just use pop-to-buffer.
20038 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20040         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
20042 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
20044         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
20046 2011-08-31  Richard Stallman  <rms@gnu.org>
20048         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20049         of the separation of rmail-view-buffer from rmail-buffer.
20050         If you say no to "replace original", the decrypt is in the
20051         view buffer.  If you say yes, the decrypt goes into the
20052         rmail buffer also.
20054 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
20056         * window.el (display-buffer-window): Rewrite doc-string.
20057         (display-buffer-record-window): New function.
20058         (display-buffer-macro-specifiers)
20059         (display-buffer-even-window-sizes, display-buffer-set-height)
20060         (display-buffer-set-width, display-buffer-in-window)
20061         (display-buffer-reuse-window, display-buffer-split-specifiers)
20062         (display-buffer-side-specifiers, display-buffer-split-window-1)
20063         (display-buffer-split-window, display-buffer-split-atom-window)
20064         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20065         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20066         (display-buffer-other-window-means-other-frame)
20067         (display-buffer-normalize-special)
20068         (display-buffer-normalize-default)
20069         (display-buffer-normalize-argument)
20070         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20071         (display-buffer-normalize-specifiers, display-buffer-frame)
20072         (display-buffer-same-window, display-buffer-same-frame)
20073         (display-buffer-other-window)
20074         (display-buffer-same-frame-other-window)
20075         (display-buffer-other-frame, pop-to-buffer-same-window)
20076         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20077         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20078         (switch-to-buffer-same-frame)
20079         (switch-to-buffer-other-window-same-frame)
20080         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20081         (display-buffer-alist-set-1, display-buffer-alist-set-2)
20082         (display-buffer-alist-set): Remove.
20083         (display-buffer-function, special-display-buffer-names)
20084         (special-display-regexps, special-display-function):
20085         In doc-string refer to display-buffer-window and quit-restore
20086         parameter.
20087         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20088         (special-display-frame-alist, special-display-popup-frame)
20089         (same-window-buffer-names, same-window-regexps, same-window-p)
20090         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20091         (split-window-preferred-function, split-height-threshold)
20092         (split-width-threshold, window-splittable-p)
20093         (split-window-sensibly, window--try-to-split-window)
20094         (window--frame-usable-p, even-window-heights)
20095         (window--even-window-heights, window--display-buffer-1)
20096         (window--display-buffer-2, display-buffer-other-frame):
20097         Restore old Emacs 23 code, order and doc-strings where applicable.
20098         (display-buffer-default, display-buffer-assq-regexp): New functions.
20099         (display-buffer-alist): Rewrite doc-string.
20100         (display-buffer-default-action)
20101         (display-buffer-overriding-action): New variables.
20102         (display-buffer, switch-to-buffer): Rewrite.
20103         (pop-to-buffer): Restore Emacs 23 behavior but use
20104         window-normalize-buffer-to-display.
20105         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20106         Restore Emacs 23 behavior but use
20107         window-normalize-buffer-to-switch-to.
20108         (pop-to-buffer-same-window): Rewrite.
20109         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20110         Rewrite using Emacs 23 options.
20112 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
20114         * net/tramp.el (tramp-root-regexp): Remove.
20115         (tramp-completion-file-name-regexp-unified)
20116         (tramp-completion-file-name-regexp-separate)
20117         (tramp-completion-file-name-regexp-url): Don't use leading volume
20118         letter on w32 systems.  (Bug#5303, Bug#9311)
20119         (tramp-drop-volume-letter): Simplify definition.
20120         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20122 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20124         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20125         (bug#9356).
20127 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
20129         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20131 2011-08-29  Juri Linkov  <juri@jurta.org>
20133         * isearch.el (isearch-done): Don't display message "Mark saved"
20134         when arg `edit' is non-nil to prevent its flicker in the echo area.
20136 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20138         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20139         obsolete packages for deletion.
20141 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
20143         * help-mode.el (help-mode-map): Add special-mode-map to parent.
20144         (help-mode): Derive help-mode from special-mode.  Don't invoke
20145         view-mode from help-mode.
20146         (help-xref-override-view-map): Remove.
20147         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20148         view-mode is not used anymore.
20150 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20152         * server.el (server-port): Doc fix.
20154         * cus-theme.el (custom-theme-choose-mode): Inherit from
20155         special-mode (Bug#9124).
20156         (custom-theme-choose-mode-map): Add special-mode to parent.
20158 2011-08-28  Alan Mackenzie  <acm@muc.de>
20160         * progmodes/cc-fonts.el
20161         (c-make-font-lock-BO-decl-search-function): New function.
20162         (c-basic-matchers-after - "Fontify the clauses after various
20163         keywords"): Extract the three keyword lists for the 3 erroneous
20164         constructs from the list of four, and use the new function above
20165         in place of an old one.
20167 2011-08-28  Deniz Dogan  <deniz@dogan.se>
20169         * net/rcirc.el (rcirc-insert-prev-input)
20170         (rcirc-insert-next-input): Remove unused argument.
20172 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20174         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20176 2011-08-27  Alan Mackenzie  <acm@muc.de>
20178         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20179         handle function pointer parameters properly.
20181 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
20183         * window.el (display-buffer-reuse-window): Fix case where
20184         selected window was reused with non-nil OTHER-WINDOW argument.
20185         (Bug#9381)
20187 2011-08-27  Deniz Dogan  <deniz@dogan.se>
20189         * net/rcirc.el (rcirc-check-auth-status): Adding support for
20190         oftc's NickServ messages.
20192 2011-08-27  Glenn Morris  <rgm@gnu.org>
20194         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
20196 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
20198         * emacs-lisp/package.el (package-install): Call package-initialize
20199         if called interactively.
20201 2011-08-26  Leo Liu  <sdl.web@gmail.com>
20203         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
20205 2011-08-25  Juri Linkov  <juri@jurta.org>
20207         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20208         `search-whitespace-regexp' (bug#9364).
20210 2011-08-25  Juri Linkov  <juri@jurta.org>
20212         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20213         `regexp-search-ring' to their global values to protect from
20214         updating by `read-from-minibuffer' (bug#9185).
20216 2011-08-25  Juri Linkov  <juri@jurta.org>
20218         * textmodes/ispell.el (ispell-command-loop): Add newline
20219         at the end of the "Use option `i'..." line.
20221 2011-08-25  Juri Linkov  <juri@jurta.org>
20223         * battery.el (display-battery-mode): If `battery-status-function'
20224         or `battery-mode-line-format' is nil, display the message and set
20225         `display-battery-mode' to nil (bug#9363).
20227 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
20229         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20230         bidi-string-mark-left-to-right; they are unnecessary now.
20232 2011-08-25  Deniz Dogan  <deniz@dogan.se>
20234         * net/quickurl.el: Documentation typo fixes.
20236 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
20238         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20240 2011-08-25  Glenn Morris  <rgm@gnu.org>
20242         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20244         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20245         (smtpmail-via-smtp): Handle nil response from smtp.
20247 2011-08-24  Juri Linkov  <juri@jurta.org>
20249         * proced.el (proced-marked): Inherit from `error' instead of
20250         `font-lock-warning-face'.
20252         * ibuffer.el (ibuffer-marked-face): Change default face from
20253         `font-lock-warning-face' to `warning'.
20254         (ibuffer-deletion-face): Change default face from
20255         `font-lock-type-face' to `error'.
20257         * battery.el (battery-update): Use the face `error' instead of
20258         `font-lock-warning-face' (bug#6117).
20260 2011-08-24  Juri Linkov  <juri@jurta.org>
20262         * faces.el (success): Change face color from "Green3" to
20263         "ForestGreen" on light background (bug#9353).
20265 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
20267         * window.el (quit-window): Rename from quit-restore-window.
20268         Use same arglist as old quit-window.
20269         (frame-auto-delete): Doc fix.
20271         * view.el (view-mode-exit): Use quit-window.
20273 2011-08-24  Juri Linkov  <juri@jurta.org>
20275         * isearch.el (isearch-ring-adjust1): Start visiting previous
20276         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20277         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20278         for empty search string (when the last search string is reused
20279         automatically) to adjust the isearch ring to the last element and
20280         prepare the correct index for further M-p commands (bug#9185).
20282 2011-08-24  Kenichi Handa  <handa@m17n.org>
20284         * international/ucs-normalize.el: If decomposition property of
20285         CHAR is the default one (i.e. a list of CHAR itself), treat it as
20286         nil.
20287         (nfd, nfkd): Likewise.
20289 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20291         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20292         from process filters aren't reliably transmitted to the surrounding
20293         accept-process-output.
20294         (mpc-proc-check): New function.
20295         (mpc-proc-sync): Use it (bug#8293)
20297 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20299         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20300         Add compatibility functions (bug#9313).
20302 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
20304         * cus-start.el (all): Add entry for bidi-paragraph-direction.
20306         * international/uni-bidi.el: Regenerate.
20308 2011-08-23  Kenichi Handa  <handa@m17n.org>
20310         * international/charprop.el:
20311         * international/uni-bidi.el:
20312         * international/uni-category.el:
20313         * international/uni-combining.el:
20314         * international/uni-comment.el:
20315         * international/uni-decimal.el:
20316         * international/uni-decomposition.el:
20317         * international/uni-digit.el:
20318         * international/uni-lowercase.el:
20319         * international/uni-mirrored.el:
20320         * international/uni-name.el:
20321         * international/uni-numeric.el:
20322         * international/uni-old-name.el:
20323         * international/uni-titlecase.el:
20324         * international/uni-uppercase.el: Regenerate.
20326 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
20328         * help.el (help-window-setup): Fix message displayed when other
20329         window is reused.  (Bug#9341)
20331 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20333         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20334         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20336         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20337         Mark obsolete.
20338         * shell.el (shell-parse-pcomplete-arguments): New function.
20339         (shell-completion-vars): Use it instead (bug#9160).
20341 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20343         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20344         strings and comments (bug#9333).
20346         * emacs-lisp/debug.el (debug-arglist): New function.
20347         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
20348         (debug-on-entry-1): Handle interpreted closures (bug#9120).
20350 2011-08-22  Juri Linkov  <juri@jurta.org>
20352         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20353         Revert regexp that highlights output switches to its old
20354         pre-2010-10-28 value and remove one `?' from it (bug#9319).
20356         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20357         to check for empty output (bug#9226).
20359 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
20361         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20362         symbol-constituent as the default, as that stops font-lock from
20363         working properly (Bug#8843).
20365 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20367         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20368         `coding-system-for-*' around the process open call to avoid
20369         auth-source side effects.
20370         (smtpmail-try-auth-methods): Expand the secret password.
20371         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20372         probe hangs.
20374 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20376         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20378         * emacs-lisp/find-func.el (find-function-noselect): New arg
20379         lisp-only.
20381         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20382         signal an error for built-in functions (Bug#6664).
20384 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20386         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20387         (smtpmail-try-auth-methods): Use it.
20389 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20391         * font-lock.el (font-lock-fontify-region)
20392         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20393         (font-lock-default-unfontify-buffer)
20394         (font-lock-default-fontify-region)
20395         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20397         * progmodes/compile.el (compilation-error-properties):
20398         Fix confusion between file struct and message struct (Bug#9319).
20399         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20400         `ant' regexp.
20402         * net/browse-url.el (browse-url-firefox): Don't call
20403         browse-url-firefox-sentinel unless using -remote (Bug#9328).
20405 2011-08-20  Glenn Morris  <rgm@gnu.org>
20407         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20409         * tutorial.el (tutorial--default-keys): Update some default bindings.
20411         * files.el (hack-local-variables): Fully ignore case for "mode:".
20413 2011-08-20  Alan Mackenzie  <acm@muc.de>
20415         Resolve invalid use of a regexp in regexp-opt.
20417         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20418         detection for a java annotation.
20420         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20421         detection for a java annotation.
20423         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20424         handling for java.
20425         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20427 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
20429         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20430         (Bug#9274).
20432 2011-08-20  Alan Mackenzie  <acm@muc.de>
20434         Fontify CPP expressions correctly when starting in the middle of
20435         such a construct.  Mainly for when jit-lock etc. starts a chunk
20436         here.
20438         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20439         variable.
20440         (c-make-font-lock-search-form): New function, extracted from
20441         c-make-font-lock-search-function.
20442         (c-make-font-lock-search-function): Use the above function.
20443         (c-make-font-lock-context-search-function): New function.
20444         (c-cpp-matchers): Enhance the preprocessor expression case with
20445         the above function
20446         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20447         which takes an expression.
20449         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20451 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
20453         * window.el (display-buffer-reuse-window)
20454         (display-buffer-pop-up-window): Don't reuse or split a side
20455         window.
20457 2011-08-19  Glenn Morris  <rgm@gnu.org>
20459         * files.el (hack-local-variables-prop-line, hack-local-variables):
20460         Downcase "Mode:".  (Bug#9331)
20462 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
20464         * international/characters.el: Add L and R categories.
20466         * subr.el (bidi-string-mark-left-to-right): Rename from
20467         string-mark-left-to-right.  Use category search.
20469         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20471 2011-08-18  Juri Linkov  <juri@jurta.org>
20473         * faces.el (error, warning, success): New faces with definitions
20474         copied from old default values of `font-lock-warning-face',
20475         `compilation-warning', `compilation-info' (bug#6117).
20477         * font-lock.el (font-lock-warning-face): Inherit from `error'.
20479         * progmodes/compile.el (compilation-error): Inherit from `error'.
20480         (compilation-warning): Inherit from `warning'.
20481         (compilation-info): Inherit from `success'.
20483         * dired.el (dired-marked): Inherit from `warning'.
20484         (dired-flagged): Inherit from `error'.
20486 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20488         * mail/smtpmail.el (auth-source): Require to avoid problems with
20489         binding variables (bug#9298).  Also clean up some unused
20490         autoloads.
20492         * net/network-stream.el (network-stream-open-starttls):
20493         Support using starttls.el without using gnutls-cli.
20495 2011-08-17  Juri Linkov  <juri@jurta.org>
20497         * progmodes/grep.el (rgrep): Handle the case when
20498         `grep-find-command' is a cons cell (bug#9278).
20500 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
20502         * window.el (display-buffer-pop-up-frame): Run frame creation
20503         function with BUFFER current (as special-display-popup-frame
20504         does).  Reported by Drew Adams.
20506 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
20508         * epa-mail.el: Simplify GnuPG group expansion using
20509         epg-expand-group.
20510         (epa-mail-group-alist, epa-mail-group-modtime)
20511         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20512         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20513         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20514         Remove.
20516 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
20518         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20520 2011-08-16  Alan Mackenzie  <acm@muc.de>
20522         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20523         Correct, to avoid the inside of macros.
20525 2011-08-16  Richard Stallman  <rms@gnu.org>
20527         * epa-mail.el: Handle GnuPG group definitions.
20528         (epa-mail-group-alist, epa-mail-group-modtime)
20529         (epa-mail-gnupg-conf-file): New variables.
20530         (epa-mail-parse-groups, epa-mail-sync-groups)
20531         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20532         (epa-mail-expand-recipients): New functions.
20533         (epa-mail-encrypt): Call epa-mail-expand-recipients.
20535         * mail/rmail.el (rmail-epa-decrypt): New command.
20537         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20538         Don't bind buffer-read-only, just inhibit-read-only.
20539         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20540         (epa-decrypt-armor-in-region): Make error message clearer.
20542 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20544         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20545         and "a2b" to "ab" for `prefix'.
20547 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
20549         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20550         filter groups.
20551         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
20552         Fourquet (Bug#8804).
20554 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
20556         * startup.el (argi): Declare as global variable (bug#9275).
20558 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
20560         * subr.el (string-mark-left-to-right): Search the entire string
20561         for RTL script, not just the terminating character.  Doc fix.
20563 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20565         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20566         New function.
20567         (js--regexp-literal, js-syntax-propertize-function): Remove.
20568         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20569         (js-mode-map): Don't rebind electric keys.
20570         (js-insert-and-indent): Remove.
20571         (js-mode): Setup electric-layout and electric-indent instead.
20573         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20575 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
20577         * epa.el (epa-progress-callback-function): Fix the logic of
20578         displaying progress.
20579         * epa-file.el (epa-file-insert-file-contents): Make progress
20580         display more user-friendly.
20581         (epa-file-write-region): Ditto.
20583 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
20585         * subr.el (string-mark-left-to-right): New function.
20587         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20588         Use string-mark-left-to-right.
20589         (list-buffers-noselect): Caller changed.
20591         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20592         Use string-mark-left-to-right.
20593         (tabulated-list-print): Recenter after moving point.
20595 2011-08-10  Juri Linkov  <juri@jurta.org>
20597         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20598         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20599         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20601 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
20603         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20604         (Bug#7554).
20606 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
20608         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20609         character.  (Bug#6594)
20611 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
20613         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20614         (image-dired--with-db-file): New macro.
20615         (image-dired-write-tags, image-dired-remove-tag)
20616         (image-dired-create-gallery-lists, image-dired-write-comments)
20617         (image-dired-get-comment, image-dired-mark-tagged-files)
20618         (image-dired-list-tags, image-dired-gallery-generate): Use it.
20619         (image-dired-gallery-generate): Use insert-file-contents.
20621         * time.el (display-time-world-list, display-time-world-display):
20622         * time-stamp.el (time-stamp-string):
20623         * vc/add-log.el (add-change-log-entry): Use setenv instead of
20624         set-time-zone-rule (Bug#7337).
20626 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
20628         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20629         (epg-error-to-string, epg-errors-to-string): New function.
20630         (epg-wait-for-completion): Reverse errors list.
20631         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20632         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20633         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20634         (epg-sign-keys, epg-generate-key-from-file)
20635         (epg-generate-key-from-string): Format errors by using
20636         epg-errors-to-string (bug#9255).
20637         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20639 2011-08-07  Juri Linkov  <juri@jurta.org>
20641         * faces.el (list-faces-display): Remove extra angle bracket
20642         from `help-mode-map'.
20644         * info.el (Info-history-toc-nodes): Doc fix.
20646         * longlines.el (longlines-mode): Doc fix.
20648 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20650         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20651         of statements and in a few more cases (bug#9183).
20653         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20654         New functions.
20655         (cl-transform-lambda): Use them (bug#9239).
20657 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20659         * window.el (display-buffer-same-window)
20660         (display-buffer-same-frame, display-buffer-other-window)
20661         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20662         (pop-to-buffer-other-window)
20663         (pop-to-buffer-same-frame-other-window)
20664         (pop-to-buffer-other-frame): Make them defuns.
20665         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20667 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20669         * subr.el (make-composed-keymap): Move from C.  Change calling
20670         convention, and improve docstring to bring attention to a subtle point.
20671         * minibuffer.el (completing-read-default): Adjust accordingly.
20673 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20675         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20676         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20678         * net/trampver.el: Update release number.
20680 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20682         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20683         "in" (bug#9190).
20685 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20687         * mail/sendmail.el (sendmail-query-once): Restore the current
20688         buffer after querying (bug#9074).
20690         * dired.el (dired-flagged): Use different faces for marked and
20691         flagged files (bug#6117).
20693         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20694         (bug#4433).
20696         * ido.el (ido-mode): Switch off the message if called
20697         non-interactively.
20699         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20700         before 587, since it appears that that's more likely to work for
20701         more people.
20703         * cus-edit.el (custom-file): When running under emacs -q, always
20704         refuse to save the customizations, even if the .emacs file doesn't
20705         exist.
20707         * info.el: Remove the `Info-beginning-of-buffer' function
20708         (bug#8325).
20710         * net/network-stream.el (network-stream-open-starttls):
20711         Use `starttls-available-p' to see whether starttls.el can be used.
20713 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20715         * window.el (display-buffer-in-window): Don't set dedicated status
20716         of window here (Bug#9215).
20717         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20718         (display-buffer-pop-up-side-window)
20719         (display-buffer-in-side-window): Set dedicated status of window here.
20721 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20723         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20724         before binding generated-autoload-file.
20726 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20728         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20730 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20732         Sync with Tramp 2.2.2.
20734         * net/trampver.el: Update release number.
20736 2011-07-30  Juri Linkov  <juri@jurta.org>
20738         * dired-aux.el (dired-touch-initial): Remove function.
20739         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20740         current time, and `default' to the last modification time of the
20741         current marked file (bug#6887).
20743 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20745         * simple.el (goto-line): Use string-to-number to provide a
20746         numeric argument to read-number (bug#9163).
20748 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20750         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20751         connection process, it could be nil.
20753 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20755         Simplify url handling in rcirc-mode.
20757         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20758         (rcirc-browse-url-at-mouse): Remove.
20759         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20761 2011-07-26  Alan Mackenzie  <acm@muc.de>
20763         Fontify bitfield declarations properly.
20765         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20766         (c-symbol-chars): Now exported as a lang variable.
20767         (c-not-primitive-type-keywords): New lang variable.
20769         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20770         QT keyword "more" to prevent "more slots: ...." being spuriously
20771         parsed as a bitfield declaration.
20773         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20774         Refactor and enhance to handle bitfield declarations.
20775         (c-punctuation-in): New function.
20776         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20777         declarations properly.
20779 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20781         * calendar/icalendar.el (icalendar--all-events): Take care of
20782         multiple vcalendars in a single file.
20783         (icalendar--convert-float-to-ical): Checkdoc fixes.
20785 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20787         * image.el (insert-image): Clarifying docstring.
20789 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20791         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20792         `tramp-send-command-and-check' if there is no error.
20793         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20795 2011-07-22  Alan Mackenzie  <acm@muc.de>
20797         Prevent cc-langs.elc being loaded at run time.
20799         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20800         cc-langs.
20802         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20803         "(require 'cc-langs)".  Quote a form so it will evaluate at
20804         (cc-mode's) compilation time.
20806 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20808         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20809         loading.  (Bug#9114)
20811 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20813         * window.el (display-buffer-pop-up-window)
20814         (display-buffer-pop-up-side-window)
20815         (display-buffer-in-side-window): Call display-buffer-set-height
20816         and display-buffer-set-width after setting the new window's
20817         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20819 2011-07-20  Sam Steingold  <sds@gnu.org>
20821         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20822         (etags-tags-included-tables): Call `convert-standard-filename' on
20823         the file names contained in TAGS so that windows Emacs can handle
20824         TAGS files created by cygwin ctags.
20826 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20828         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20829         which apparently didn't work.
20831 2011-07-19  Roland Winkler  <winkler@gnu.org>
20833         * proced.el (proced-send-signal): For *Marked Processes* buffer
20834         put point at beginning of buffer.
20836 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20838         * proced.el (proced-format): Make header lines align with the text
20839         (bug#1779).
20841 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20843         * view.el (view-buffer): Allow running in `special' modes if we're
20844         visiting a file (bug#8615).
20846 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
20848         * window.el (display-buffer-alist-of-strings-p)
20849         (display-buffer-alist-set-1, display-buffer-alist-set-2):
20850         New functions.
20851         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20852         more accurately.
20854 2011-07-18  Alan Mackenzie  <acm@muc.de>
20856         Fontify declarators properly when, e.g., a jit-lock chunk begins
20857         inside a declaration.
20859         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20861         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20862         New function.
20863         (c-complex-decl-matchers): Insert reference to
20864         c-font-lock-enclosing-decls.
20866         * progmodes/cc-engine.el (c-backward-single-comment):
20867         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20868         to nil around calls to (forward-comment -1).
20870 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20872         * image.el (put-image): Doc typo fix.
20874         * progmodes/etags.el (tags-search): Doc typo fix.
20876         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20877         password if we get errors 550 to 554.
20879 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20881         * net/gnutls.el (gnutls-log-level): Remove.
20883         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20884         indentation character (bug#6380).
20886         * files.el (buffer-offer-save): Made permanently local (bug#6241).
20888         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20889         to clarify what the problem is (bug#4291).
20891         * simple.el (current-kill): Clarify what
20892         `interprogram-paste-function' does (bug#7500).
20893         (auto-fill-mode): Document `auto-fill-function' in relation to
20894         `auto-fill-mode' (bug#2470).
20896 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
20898         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20899         method if slot is read-only (bug#9035).
20901 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
20903         * frame.el (select-frame-set-input-focus): New argument NORECORD.
20904         * window.el (pop-to-buffer): Select window used even if it was
20905         selected before, see discussion of (Bug#8615), (Bug#6954).
20906         Pass argument NORECORD on to select-frame-set-input-focus.
20908 2011-07-15  Glenn Morris  <rgm@gnu.org>
20910         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
20911         Respect help-form.
20913 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
20915         * net/gnutls.el (gnutls-min-prime-bits): New variable.
20916         (gnutls-negotiate): Use it.
20918 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20920         * net/gnutls.el (gnutls-negotiate):
20921         Upcase `gnutls-algorithm-priority'.
20923 2011-07-15  Glenn Morris  <rgm@gnu.org>
20925         * jka-compr.el (jka-compr-verbose): Move from here...
20926         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
20927         Add missing :version tag.
20928         * info.el: No need to require jka-compr when compiling.
20930 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20932         * net/gnutls.el (gnutls-algorithm-priority): New variable.
20933         (gnutls-negotiate): Use it.
20935         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20937         * info.el (Info-beginning-of-buffer): New command.
20938         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20939         announcing `b' as the key (bug#8325).
20940         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20942         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20944         * international/mule-cmds.el
20945         (describe-specified-language-support): Make the error message
20946         clearer (bug#8905).
20948         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20950         * isearch.el (isearch-barrier): Add a doc string, since it's
20951         mentioned in a function doc string (bug#8678).
20953 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
20955         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20956         buffer argument (Bug#9083) and self-identifying label argument.
20958 2011-07-15  Glenn Morris  <rgm@gnu.org>
20960         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
20962 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20964         * man.el (Man-fontify-manpage): Fix message when formatting the
20965         man page (bug#7929).
20967 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20969         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20970         argument LRM; if non-nil, append an invisible LRM character to the
20971         buffer name.
20972         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20973         last argument non-nil, when formatting buffer names.
20974         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20975         paragraph direction.
20977 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20979         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20980         the man page name (bug#7929).
20982         * image.el (put-image): Mention the `put-image' overlay property
20983         (bug#7834).
20985         * scroll-bar.el (set-scroll-bar-mode): Mention that
20986         `scroll-bar-mode' lists the values (bug#7772).
20988         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20989         command (bug#7729).
20991         * rect.el (apply-on-rectangle): Return the point after the last
20992         operation.
20993         (string-rectangle): Go to the point after the last operation
20994         (bug#7522).
20996         * printing.el (pr-toggle-region): Clarify the documentation
20997         slightly (bug#7493).
20999         * time.el (display-time-update):
21000         Allow `display-time-mail-function' to return nil (bug#7158).
21001         Fix suggested by Detlev Zundel.
21003         * vc/diff.el (diff): Clarify the order the file names are read
21004         (bug#7111).
21006         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21007         the doc string (bug#7015).
21009         * font-lock.el (font-lock-maximum-decoration): Mention what
21010         numeric levels mean (bug#6935).
21012         * startup.el (initial-buffer-choice): Don't mention the `none'
21013         selection, which is against policy.
21015 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
21017         * window.el (display-buffer-normalize-special):
21018         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21020 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21022         * subr.el (version<, version<=, version=): Mention "-CVS" and
21023         "-12345" alpha version numbers.
21025 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21027         * bindings.el: Add advertised binding for set-mark-command
21028         (Bug#5772).
21030 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21032         * bindings.el (mode-line-other-buffer):
21033         * bookmark.el (bookmark-bmenu-2-window):
21034         * bs.el (bs-cycle-next, bs-cycle-previous):
21035         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21036         switch-to-buffer.
21038         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21039         Delete.
21041 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
21043         * follow.el (follow-debug-message, follow-redisplay):
21044         * jka-cmpr-hook.el (with-auto-compression-mode):
21045         Fix typos in docstrings.
21047 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21049         * subr.el (with-silent-modifications): Clarify somewhat what the
21050         macro inhibits (bug#6525).
21052         * simple.el (eval-expression): Note what it does if called
21053         interactively (bug#6495).
21055 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21057         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21058         Use pop-to-buffer buffer-or-name if it is nil.
21060         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21061         Remove switch-to-buffer.
21063 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21065         * files.el (make-directory): Clarify that an error will be raised
21066         if there's an error (bug#6397).
21068         * startup.el (initial-buffer-choice): Add `none' as a choice
21069         (bug#6234).
21071         * subr.el (add-hook): Clarify section about buffer-local hooks
21072         (bug#6218).
21074         * dired.el (dired-flagged): Clarify doc string (bug#6117).
21076 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21078         * tabify.el (untabify): Preserve the current column so that point
21079         doesn't move (bug#6032).
21081 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21083         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21084         Rewrite to avoid awkward possessive "s" (bug#5986).
21086 2011-07-13  Glenn Morris  <rgm@gnu.org>
21088         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
21089         (dired-insert-directory): Give a message the first time
21090         if ls is found not to support --dired.
21092 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21094         * simple.el (toggle-truncate-lines): Clarify what is toggled
21095         (bug#5580).  Text by Drew Adams.
21097 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21099         * simple.el (blink-matching-open): Make the error message from the
21100         last change less verbose.
21102 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21104         * font-lock.el (font-lock-comment-face): Use the high contrast
21105         "yellow" color for font-lock-comment-face on low color terminals
21106         using a dark background color (bug#4221).
21108 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21110         * dired.el (dired-insert-set-properties): Make the doc string
21111         reflect what it does now (bug#5325).
21113         * simple.el (blink-matching-open): Say that we were unable to find
21114         the match within the limit, if we're limited (bug#5122).
21116         * international/mule-cmds.el (prefer-coding-system): Add an
21117         example (bug#4869).
21119         * progmodes/etags.el (tags-search): Document `file-list-form'
21120         (bug#4731).
21122 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
21124         * net/browse-url.el (browse-url-default-browser)
21125         (browse-url-browser-function): Make the default browser choice a
21126         bit more logical (bug#4300).  Also clean up the doc string.
21128 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21130         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21131         binary endings (bug#4440).
21133 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21135         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21136         which can be pretty annoying (bug#8971).
21138         * jka-compr.el (jka-compr-verbose): New variable, and use
21139         throughout (bug#8971).
21141         * info.el (Info-find-file): Fall back on the installation
21142         directory if we can't find the info node anywhere else.
21144 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
21146         * vc/vc.el (vc-revert-file):
21147         Don't set file time-stamp in the past.  (Bug#5181)
21149 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21151         * files.el (after-find-file): Give a better error message when
21152         trying to find a symlink that points to a file that doesn't exist
21153         (bug#4398).
21155         * progmodes/cc-vars.el: Remove (probably) misleading comment
21156         (bug#4396).
21158 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
21160         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21162 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21164         * mouse-sel.el: Hack restoring functionality, while keeping
21165         compatibility with 2010-07-03 changes to mouse selection.
21166         (mouse-sel-primary-overlay): New var.
21167         (mouse-sel-selection-alist): Use it.
21168         (mouse-sel-mode): Doc fix; remove points that are default features
21169         of mouse.el.
21171 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
21173         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21174         Fix previous fix (bug#2490).
21176 2011-07-12  Roland Winkler  <winkler@gnu.org>
21178         * textmodes/bibtex.el (bibtex-initialize):
21179         Use pop-to-buffer-same-window.
21180         (bibtex-search-entries): Fix interactive call.
21182 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21184         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21185         Fontise bytecomp Error lines more correctly (bug#2490).
21186         Fix suggested by Johan BockgĂ¥rd.
21188         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21190         * dired-x.el (dired-guess-default): Use `delete-dups'.
21192 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21194         * dired.el (dired-mark-prompt):
21195         * dired-aux.el (dired-read-shell-command): Doc fix.
21197 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21199         * mail/sendmail.el (sendmail-query-once):
21200         Use `customize-save-variable' unconditionally, now that it works under
21201         emacs -Q.
21203         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21205         * cus-edit.el (custom-file): Take an optional no-error variable.
21206         (customize-save-variable): Set the variable, and give a warning if
21207         running under "emacs -q".
21209 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
21211         * loadhist.el (unload-feature-special-hooks):
21212         Add `auto-coding-functions', `fill-nobreak-predicate' and
21213         `find-directory-functions' (bug#5327).
21215 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21217         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21219         * cus-edit.el (custom-guess-name-alist): -alist variables should
21220         use the `alist' type (bug#3120).  Suggested by Drew Adams.
21222         * printing.el: Add documentation to all the `pr-toggle-' commands.
21224 2011-07-11  Leo Liu  <sdl.web@gmail.com>
21226         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21227         backends where it makes sense (bug#2623).
21229 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21231         * dired-x.el (dired-guess-default): Remove duplicate shell command
21232         entries (bug#2028).
21233         (dired-guess-default): Fix grammar in doc string (bug#2028).
21234         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21236         * subr.el (remove-duplicates): New conveniency function.
21238 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21240         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21241         (bug#1526).
21243 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
21245         * window.el (display-buffer-normalize-default): Don't invert
21246         meaning of even-window-heights.  Reported by Eli Zaretskii
21247         <eliz@gnu.org>.
21249 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
21251         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21253 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
21255         * window.el (display-buffer): Fix arguments to
21256         display-buffer-reuse-window in last change.
21258         * faces.el (link): Use a less saturated blue on light backgrounds.
21260         * startup.el (fancy-startup-text, fancy-about-text)
21261         (fancy-startup-tail): Use font-lock faces, for background safety.
21263 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
21265         * emulation/viper-cmd.el (viper-change-state-to-vi):
21266         Limit triggering of abbrev expansion (Bug#9038).
21268 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
21270         * window.el (display-buffer-default-specifiers): Remove.
21271         (display-buffer-macro-specifiers): Remove default specifiers.
21272         (display-buffer-alist): Default to nil.
21273         (display-buffer-reuse-window): New optional argument other-window.
21274         (display-buffer-pop-up-window): Allow splitting internal
21275         windows.  Check whether a live window was created.
21276         (display-buffer-other-window-means-other-frame)
21277         (display-buffer-normalize-arguments): Rename to
21278         display-buffer-normalize-argument and rewrite.  Set the
21279         other-window specifier.
21280         (display-buffer-normalize-special): New function.
21281         (display-buffer-normalize-options): Rename to
21282         display-buffer-normalize-default and rewrite.
21283         (display-buffer-normalize-options-inhibit): Remove.
21284         (display-buffer-normalize-specifiers): Rewrite.
21285         (display-buffer): Process other-window specifier and call
21286         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
21287         more faithfully.
21288         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21289         (display-buffer-alist-set): Don't handle 'unset default values.
21290         (display-buffer-in-window, display-buffer-alist-set):
21291         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
21292         <tassilo@member.fsf.org>.
21294 2011-07-09  Leo Liu  <sdl.web@gmail.com>
21296         * register.el (insert-register): Restore accidental change on
21297         2011-06-26.  (Bug#9028)
21299 2011-07-09  Glenn Morris  <rgm@gnu.org>
21301         * subr.el (remq): Handle the empty list.  (Bug#9024)
21303 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
21305         * mail/sendmail.el (send-mail-function): No longer delay custom
21306         initialization.
21307         * custom.el (custom-initialize-delay): Doc fix.
21309 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21311         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21313 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
21315         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21316         human-friendly prompt.
21318 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21320         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21321         provided by a particular plugin.
21323 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21325         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21326         save customizations (with "emacs -Q"), just set the variable
21327         instead of erroring out.
21329         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21331 2011-07-08  Juri Linkov  <juri@jurta.org>
21333         * arc-mode.el (archive-zip-expunge, archive-zip-update)
21334         (archive-zip-update-case): Use 7z if found by `executable-find'.
21335         The order of searching the available programs is the same as in
21336         `archive-zip-extract' (bug#8968).
21338 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21340         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21341         (menu-bar-options-menu): Tweak descriptions.
21343 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21345         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21346         menu items into verb phrases (bug#1421).  Also refill to fit under
21347         80 columns.
21349 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21351         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21352         (Info-read-node-name): Doc fix (Bug#1084).
21354         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21355         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21356         (end-of-sexp, beginning-of-sexp)
21357         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21358         (forward-symbol, forward-same-syntax, word-at-point)
21359         (sentence-at-point): Doc fix (Bug#1144).
21361 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21363         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21364         should cover it (bug#1281).
21366         * cus-edit.el (custom-show): Mark as obsolete.
21368         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21369         negotiation fails, then possibly try again with a non-encrypted
21370         connection (bug#9017).
21372         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21373         be used.
21375 2011-07-07  Richard Stallman  <rms@gnu.org>
21377         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21378         property, and handle its changed format.
21379         Look for the correct line number.
21380         Use file's line contents (but not past first =) to find
21381         correct line in message.
21383 2011-07-07  Kenichi Handa  <handa@m17n.org>
21385         * international/characters.el (build-unicode-category-table):
21386         Delete it.
21387         (unicode-category-table): Set it by unicode-property-table-internal.
21389         * international/mule-cmds.el (char-code-property-alist): Move to
21390         to src/chartab.c.
21391         (get-char-code-property): Call unicode-property-table-internal to
21392         load a file.  Call get-unicode-property-internal where necessary.
21393         (put-char-code-property): Call unicode-property-table-internal to
21394         load a file.  Call put-unicode-property-internal where necessary.
21395         put-unicode-property-internal where necessary.
21396         (char-code-property-description):
21397         Call unicode-property-table-internal to load a file.
21399         * international/charprop.el:
21400         * international/uni-bidi.el:
21401         * international/uni-category.el:
21402         * international/uni-combining.el:
21403         * international/uni-comment.el:
21404         * international/uni-decimal.el:
21405         * international/uni-decomposition.el:
21406         * international/uni-digit.el:
21407         * international/uni-lowercase.el:
21408         * international/uni-mirrored.el:
21409         * international/uni-name.el:
21410         * international/uni-numeric.el:
21411         * international/uni-old-name.el:
21412         * international/uni-titlecase.el:
21413         * international/uni-uppercase.el: Regenerate.
21415         * loadup.el: Load international/charprop.el before
21416         international/characters.
21418 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21420         * window.el (next-buffer, previous-buffer): Signal an error if
21421         called from a minibuffer window.
21423         * bindings.el: Revert 2011-07-04 change.
21425 2011-07-06  Richard Stallman  <rms@gnu.org>
21427         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21428         (rmail-mime-insert-bulk, rmail-mime-insert-text):
21429         Treat markers like ints.
21430         (rmail-mime-entity): Doc fix.
21432 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21434         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21435         defcustom again for backwards compatibility.
21437         * simple.el (shell-command-on-region): Fill.
21439         * dired-aux.el (dired-kill-line): Add a doc string.
21441         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21442         to "\\sw\\|\\s_" (bug#358).
21444         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21445         (dired-unmark-backward): Ditto.
21446         (dired-flag-backup-files): Ditto.
21448         * dired-x.el (dired-mark-sexp): Ditto.
21450 2011-07-06  Richard Stallman  <rms@gnu.org>
21452         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21453         (rmail-mime-entity): New arg TRUNCATED.
21454         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21455         New functions.
21456         (rmail-mime-save): Warn if entity is truncated.
21457         (rmail-mime-toggle-hidden): Likewise, for showing.
21458         (rmail-mime-process-multipart): Record when an entity is truncated.
21460         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21461         if ENTITY is a string.
21463 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21465         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21466         of faces when `M-C-x'-ing their definitions (bug#8378).
21467         Also clean up the code slightly.
21469         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21470         because that makes the colors go away.
21472         * mail/sendmail.el (send-mail-function): Change the default to
21473         `sendmail-query-once'.
21474         (sendmail-query-once): Add an autoload cookie.
21476         * net/network-stream.el (network-stream-open-starttls): Try using
21477         a plain connection even if the server offered STARTTLS, and we
21478         kinda wanted to use it, if Emacs doesn't have any STARTTLS
21479         capability.  This should make smtpmail.el work in slightly more
21480         configurations.
21482 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
21484         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21485         New defun.
21486         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21488 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
21490         * progmodes/sql.el: Version 3.0
21491         (sql-product-alist): Add product :completion-object,
21492         :completion-column, and :statement attributes.
21493         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21494         (sql-mode-syntax-table): Mark all punctuation.
21495         (sql-font-lock-keywords-builder): Temporarily remove fallback on
21496         ansi keywords.
21497         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21498         (sql-mode-oracle-font-lock-keywords): Improve.
21499         (sql-oracle-show-reserved-words): New function for development.
21500         (sql-product-font-lock): Simplify for source code buffers.
21501         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21502         New functions.
21503         (sql-highlight-product): Set product specific syntax table.
21504         (sql-mode-map): Add statement movement functions.
21505         (sql-ansi-statement-starters, sql-oracle-statement-starters):
21506         New variable.
21507         (sql-statement-regexp, sql-beginning-of-statement)
21508         (sql-end-of-statement, sql-signum): New functions.
21509         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21510         (sql-show-sqli-buffer): Bug fix.
21511         (sql-interactive-mode): Store connection data as buffer local.
21512         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
21513         with sql-interactive-mode.
21514         (sql-save-connection): Save buffer local settings.
21515         (sql-connection-menu-filter): Change menu entry name.
21516         (sql-product-interactive): Bug fix.
21517         (sql-preoutput-hold): New variable.
21518         (sql-interactive-remove-continuation-prompt): Bug fixes.
21519         (sql-debug-redirect): New variable.
21520         (sql-str-literal): New function.
21521         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21522         Redesign.
21523         (sql-oracle-save-settings, sql-oracle-restore-settings)
21524         (sql-oracle-list-all, sql-oracle-list-table): New functions.
21525         (sql-completion-object, sql-completion-column)
21526         (sql-completion-sqlbuf): New variables.
21527         (sql-build-completions-1, sql-build-completions)
21528         (sql-try-completion): New functions.
21529         (sql-read-table-name): Use them.
21530         (sql-contains-names): New buffer local variable.
21531         (sql-list-all, sql-list-table): Use it.
21532         (sql-oracle-completion-types): New variable.
21533         (sql-oracle-completion-object, sql-sqlite-completion-object)
21534         (sql-postgres-completion-object): New functions.
21536 2011-07-06  Glenn Morris  <rgm@gnu.org>
21538         * window.el (pop-to-buffer): Doc fix.
21540 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
21542         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21544 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
21546         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21548         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21550 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
21552         * button.el (button): Inherit from link face.  Suggested by Dan
21553         Nicolaescu.
21555 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21557         * progmodes/gdb-mi.el: Fit in 80 columns.
21558         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21559         switch-to-buffer.
21561         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21562         if imenu is simply not configured (bug#8941).
21564 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
21566         * allout.el (allout-post-undo-hook): New allout outline-change
21567         event hook to signal undo activity.
21568         (allout-post-command-business): Run allout-post-undo-hook if an
21569         undo just occurred.
21570         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21571         * allout-widgets.el (allout-widgets-after-undo-function):
21572         Ensure the integrity of the current item's decoration after it has been
21573         in the vicinity of an undo.
21574         (allout-widgets-mode): Include allout-widgets-after-undo-function
21575         on the new allout-post-undo-hook.
21577 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21579         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21580         Let define-derived-mode define it.
21581         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21582         cycles of abbrev-table inheritance (bug#8998).
21584 2011-07-05  Roland Winkler  <winkler@gnu.org>
21586         * textmodes/bibtex.el: Add support for biblatex.
21587         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21588         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21589         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21590         (bibtex-entry-alist, bibtex-field-alist): New variables.
21591         (bibtex-entry-field-alist): Obsolete alias for
21592         bibtex-BibTeX-entry-alist.
21593         (bibtex-entry-alist, bibtex-field-alist): New widgets.
21594         (bibtex-set-dialect): New command.
21595         (bibtex-entry-type, bibtex-entry-head)
21596         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21597         Bind via bibtex-set-dialect.
21598         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21599         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21600         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21601         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21602         Define via bibtex-set-dialect.
21603         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21604         Obey bibtex-no-opt-remove-re.
21605         (bibtex-vec-push, bibtex-vec-incr): New functions.
21606         (bibtex-format-entry, bibtex-field-list)
21607         (bibtex-print-help-message, bibtex-validate)
21608         (bibtex-search-entries): Use new format of bibtex-entry-alist.
21610 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21612         * progmodes/compile.el (compilation-goto-locus):
21613         * net/tramp-cmds.el (tramp-append-tramp-buffers):
21614         * bs.el (bs-cycle-next, bs-cycle-previous):
21615         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21616         * bindings.el (mode-line-other-buffer):
21617         * autoinsert.el (auto-insert):
21618         * arc-mode.el (archive-extract):
21619         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21621 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21623         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21624         Fix check of `emacs-lock-unlockable-modes'.
21625         Coerce true values of `emacs-lock--try-unlocking' to t.
21627 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21629         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21630         * emacs-lock.el: New file.
21632 2011-07-05  Julien Danjou  <julien@danjou.info>
21634         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21635         than `boundp' to check if face is set.
21637 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21639         * register.el (registerv-make):
21640         * window.el (window-min-height): Fix typos in docstrings.
21642 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21644         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21645         Update doc string.
21647 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21649         * server.el (server-execute): Catch quit and call
21650         `server-return-error' to pass the error back to emacsclient and
21651         close the connection (bug#8942).
21653 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21655         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21656         insecure exception for current topic.  Also note that auto-saves
21657         are handled differently.
21659         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21660         State variables for tracking auto-save inhibition situation.
21662         (allout-write-contents-hook-handler): Rename from
21663         'allout-write-file-hook-handler', and describe how it depends on
21664         write-contents-functions sensitivity to non-nil value to prevent
21665         file write.
21667         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21668         this in individual buffers, only in the starting buffer, so this
21669         is not the right way for us to inhibit auto-save in a buffer
21670         according to its condition.
21672         (allout-mode): Use new allout-write-contents-hook-handler, and
21673         only with write-contents-functions.  Remove auto-save provisions -
21674         they're implemented elsewhere.
21676         (allout-before-change-handler): If undo is in progress, note that
21677         for attention of allout-post-command-business.
21679         (allout-post-command-business): If the command we're following was
21680         an undo, check for change in the status of encrypted items and
21681         adjust auto-save inhibitions accordingly.
21683         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21684         according to whether there are or aren't any plain-text topics
21685         pending encryption.
21687         (allout-inhibit-auto-save-info-for-decryption):
21688         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21689         if there are plain-text topics pending encryption.
21691         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21692         buffer-saved-size and some allout state to not inhibit auto-saves
21693         if there are no longer any plain-text topics pending encryption.
21695         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21696         No longer provide for exemption of the current topic.
21698 2011-07-04  Juri Linkov  <juri@jurta.org>
21700         Add 7z operations to delete and save changed members (bug#8968).
21701         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21702         New defcustoms.
21703         (archive-7z-write-file-member): New function.
21704         (archive-7z-summarize): Fix the number of dashes in the
21705         listing output.
21707 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21709         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21710         (bug#8958).
21712 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21714         * bindings.el: Ignore next-buffer and previous-buffer in
21715         minibuffer-local-map.
21717         * font-lock.el (font-lock-builtin-face): Change light background
21718         color to dark slate blue (Bug#6693).
21720 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21722         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21724 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21726         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21727         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21728         Add switch-to-buffer.
21730 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21732         * isearch.el (isearch-search-fun-function): Clarify further the
21733         meaning of the function returned.
21735 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21737         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21739         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21740         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21741         Use it.
21742         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21743         `tramp-default-remote-path' does not exist.
21744         (tramp-send-command-and-read): New optional argument NOERROR.
21745         (tramp-open-connection-setup-interactive-shell)
21746         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21747         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21748         (tramp-process-sentinel): Flush also process' connection property.
21749         (tramp-sh-handle-start-file-process): Do not set process
21750         sentinel.  It is done now ...
21751         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21753 2011-07-04  MON KEY  <monkey@sandpframing.com>
21755         * play/animate.el (animate-string): Doc fixes and allow changing
21756         the buffer name (bug#5417).
21758 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21760         * play/animate.el (animation-buffer-name): Rename from *animate*.
21762 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21764         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21765         This is simpler and helps future-proof the code.
21766         (timer-until): Use time-subtract and float-time.
21767         (timer--time-less-p): Use time-less-p.
21769 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21771         * type-break.el (timep): Use the value of `float-time' to avoid a
21772         byte-compiler warning.
21774         * server.el (server-eval-and-print): Return any result, even nil.
21776 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21778         * type-break.el: Accept time formats that the builtins accept.
21779         (timep, type-break-time-difference): Accept any format that
21780         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21781         This is simpler and helps future-proof the code.
21782         (type-break-time-difference): Round rather than ignoring
21783         subseconds components.
21785 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21787         * info.el (Info-apropos-matches): Make non-interactive, since it
21788         doesn't seem to do anything useful as a command (bug#8829).
21790 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21792         * frame.el (frame-background-mode, frame-set-background-mode):
21793         Move from faces.el.
21794         (frame-default-terminal-background): New function.
21796         * custom.el (custom-push-theme): Don't record faces in `changed'
21797         theme; this doesn't work correctly for per-frame face settings.
21798         (disable-theme): Use face-set-after-frame-default to reset faces.
21799         (custom--frame-color-default): New function.
21801 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21803         * dired.el (dired-flagging-regexp): Remove unused variable
21804         (bug#8769).
21806 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21808         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21809         `perl-Test2' extend to match possible "fail #N" rep count
21810         (bug#8377).
21812 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21814         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21815         `smtpmail-via-smtp' now returns the error instead of nil.
21817         * isearch.el (isearch-search-fun-function): Clarify the doc string
21818         (bug#8101).
21820 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21822         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21823         unnecessary spaces (bug#8987).
21825 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21827         * net/network-stream.el (open-network-stream): Use the
21828         :end-of-capability command thoughout.
21830 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21832         * net/network-stream.el (open-network-stream): Add the
21833         :end-of-capability command parameter, used by pop3.el.
21835 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21837         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21839         * fringe.el (fringe-query-style): Remove redundant text " (type ?
21840         for list)" (bug#6475).
21842         * files.el (file-expand-wildcards): Ignore non-readable
21843         sub-directories while trying to find matches instead of signaling
21844         an error (bug#6297).
21846         * man.el (Man-reference-regexp): Allow matching possible
21847         word-wrapped references (bug#6289).
21849         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21850         for consistency with the other vc buffers (bug#6197).
21851         (vc-checkin): Ditto.
21853         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21855         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21857 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21859         * custom.el (defcustom): Clarify that :set is only used in the
21860         Customize user interface (bug#6089).
21862         * progmodes/flymake.el (flymake-mode): If the buffer isn't
21863         associated with a file, refuse to run instead of erroring out
21864         (bug#6084).
21866         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21867         the doc string, since it appears that using `fill-column' always
21868         controls the width (bug#7845).
21870         * simple.el (shell-command-on-region): Say where the error output
21871         went if `shell-command-default-error-buffer' is set (bug#6857).
21873 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
21875         * allout.el (allout-yank-processing): Adjust cursor position for
21876         backwards-deleted space.
21878         (allout-rebullet-heading): Register changes with
21879         allout-exposure-changed-hook, so the modified topic is properly
21880         decorated.
21882 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21884         * minibuffer.el (completion-in-region): Document PREDICATE
21885         (bug#7136).
21887         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21888         of keyword/argument pairs (bug#6904).
21890         * replace.el (multi-occur):
21891         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21893 2011-07-02  Drew Adams  <drew.adams@oracle.com>
21895         * dired.el (dired-mark-if): Make the message about whether it's
21896         marking or unmarking clearer (bug#8523).
21898 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21900         * disp-table.el (display-table-print-array): New function.
21901         (describe-display-table): Use it to print the vectors more pretty
21902         (Bug#8859).
21904 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
21906         * window.el (window-state-get-1): Don't assign clone numbers.
21907         Add clone-of item to list of window parameters.
21908         (window-state-put-2): Don't process clone numbers.
21909         (display-buffer-alist): Fix doc-string.
21911 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21913         * subr.el (remq): Don't allocate if it's not needed.
21914         (keymap--menu-item-binding, keymap--menu-item-with-binding)
21915         (keymap--merge-bindings): New functions.
21916         (keymap-canonicalize): Use them to refine the canonicalization.
21917         * minibuffer.el (minibuffer-local-completion-map)
21918         (minibuffer-local-must-match-map): Move initialization from C.
21919         (minibuffer-local-filename-completion-map): Move initialization from C;
21920         don't inherit from anything here.
21921         (minibuffer-local-filename-must-match-map): Make obsolete.
21922         (completing-read-default): Use make-composed-keymap to combine
21923         minibuffer-local-filename-completion-map with either
21924         minibuffer-local-must-match-map or
21925         minibuffer-local-filename-completion-map.
21927 2011-07-01  Glenn Morris  <rgm@gnu.org>
21929         * type-break.el (type-break-time-sum): Use dolist.
21931         * textmodes/flyspell.el (flyspell-word-search-backward):
21932         Replace CL function.
21934 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21936         * mouse.el (mouse--strip-first-event): New function.
21937         (function-key-map): Use it to map fringe clicks to normal clicks
21938         by default.
21940         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21941         (vc-bzr-revision-completion-table): Add support for annotate and date.
21943         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21944         inherit from parent.
21946 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21948         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21949         (dired-show-file-type): Doc fixup (bug#8818).
21951         * dired.el (dired-mode): Fix up the doc string as suggested by
21952         Drew Adams (bug#8817).
21954         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21955         cookie, since the manual says that it should be possible to add
21956         this function to `find-file-hook' (bug#8709).
21958 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21960         * progmodes/cfengine.el: Moved all cfengine3.el functionality
21961         here.  Noted Ted Zlatanov as the maintainer.
21962         (cfengine-common-settings, cfengine-common-syntax): New functions
21963         to set up common things between `cfengine-mode' and
21964         `cfengine3-mode'.
21965         (cfengine3-mode): New mode.
21966         (cfengine3-defuns cfengine3-defuns-regex
21967         (cfengine3-class-selector-regex cfengine3-category-regex)
21968         (cfengine3-vartypes cfengine3-font-lock-keywords)
21969         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21970         (cfengine3-indent-line): Add from cfengine3.el.
21972 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
21974         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21976         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21978 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
21980         * window.el (same-window-buffer-names, same-window-regexps)
21981         (same-window-p, special-display-frame-alist)
21982         (special-display-popup-frame, special-display-function)
21983         (special-display-buffer-names, special-display-regexps)
21984         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21985         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21986         (split-window-preferred-function, split-height-threshold)
21987         (split-width-threshold, even-window-heights)
21988         (display-buffer-mark-dedicated, window-splittable-p)
21989         (split-window-sensibly, window-safely-shrinkable-p):
21990         Un-obsolete.
21991         (display-buffer): Don't spread args with function specifier
21992         because special-display-popup-frame won't like it.
21994 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21996         Time-stamp simplifications and fixes.
21997         These improve accuracy slightly, and future-proof the code
21998         against some potential changes to current-time format.
22000         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22001         by using time-since and float-time.
22003         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22004         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
22005         + NNN microseconds".
22007         * type-break.el (type-break-time-sum): Rewrite using time-add.
22009         * play/hanoi.el (hanoi-current-time-float): Remove.
22010         All uses replaced by float-time.
22012         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22013         This yields a more-accurate answer.
22014         (rng-time-to-float): Remove; no longer needed.
22016         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22018         * calendar/timeclock.el (timeclock-seconds-to-time):
22019         Defalias to seconds-to-time, since they're the same thing.
22021         * emacs-lisp/elp.el (elp-elapsed-time):
22022         * emacs-lisp/benchmark.el (benchmark-elapse):
22023         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22025 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22027         * window.el (bury-buffer): Don't iconify the only frame.
22028         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22029         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
22031 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
22033         * eshell/em-smart.el (eshell-smart-display-navigate-list):
22034         Add mouse-yank-primary.
22036 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22038         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22040 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22042         * emacs-lisp/find-func.el (find-library--load-name): New fun.
22043         (find-library-name): Use it to find relative load names when provided
22044         absolute file name (bug#8803).
22046 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22048         * textmodes/flyspell.el (flyspell-word): Consider words that
22049         differ only in case as potential doublons (bug#5687).
22051         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22052         Remove two rather uninteresting debugging-like messages to make
22053         debbugs.el more silent.
22055         * comint.el (comint-password-prompt-regexp): Accept "Response" as
22056         a password-like phrase.
22058 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
22060         * progmodes/cc-guess.el: New file.
22062         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22064         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22065         derived from `c-basic-common-init'.
22067         * progmodes/cc-mode.el (top-level): Require cc-guess.
22068         (c-basic-common-init): Use `cc-choose-style-for-mode'.
22070 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
22072         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22074 2011-06-30  Alan Mackenzie  <acm@muc.de>
22076         * progmodes/cc-engine.el (c-guess-continued-construct):
22077         Correct the handling of template-args-cont, particularly for when font
22078         lock is disabled.  Name this case as "CASE G".
22080 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
22082         * allout.el (allout-yank-processing): Fix injection of extra space
22083         between bullet and non-whitespace character in first topic when
22084         pasting, ensuring that the actual spacing in the pasted topic
22085         following the bullet char is preserved.  This extra space was
22086         causing pasted encrypted topics to get a decrypted status even
22087         when the content was actually still encrypted.  Now the decryption
22088         status from before the paste is preserved.
22090         (allout-flag-region): Set all allout overlays so they evaporate
22091         when reduced to zero length (evanescent), to prevent overlay
22092         leakage.
22094 2011-06-30  Glenn Morris  <rgm@gnu.org>
22096         * w32-fns.el (w32-charset-info-alist): Declare.
22098         * find-dired.el (find-grep-options): Simplify.
22100         * term/ns-win.el (ns-set-resource): Declare.
22102         * ses.el (row, col): Declare dynamic variables honestly.
22104         * textmodes/reftex-parse.el (index-tags): Declare.
22106 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
22108         * cus-edit.el (customize-push-and-save): New function.
22110         * files.el (hack-local-variables-confirm): Use it.
22112         * custom.el (load-theme): New arg NO-CONFIRM.
22113         Use customize-push-and-save (Bug#8720).
22114         (custom-enabled-themes): Doc fix.
22116         * cus-theme.el (customize-create-theme)
22117         (custom-theme-merge-theme): Callers to load-theme changed.
22119 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22121         * thingatpt.el (thing-at-point-short-url-regexp): Require that
22122         short URLs have at least one dot in them (bug #7614).
22124         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22125         nil, because using a pty is apparently too slow (bug #895).
22127 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22129         * mail/sendmail.el (sendmail-query-once): New function.
22130         (sendmail-query-once-function): New variable.
22132 2011-06-29  Glenn Morris  <rgm@gnu.org>
22134         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22136         * ses.el (top-level): Require cl when compiling.
22137         (ses-set-localvars): Fix error statement.
22138         Call it at compile time to silence a storm of warnings.
22140 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
22142         * window.el (normalize-live-buffer): Rename to
22143         window-normalize-buffer.
22144         (normalize-live-frame): Rename to window-normalize-frame.
22145         (normalize-any-window): Rename to window-normalize-any-window.
22146         (normalize-live-window): Rename to window-normalize-live-window.
22147         (make-window-atom): Rename to window-make-atom.
22148         (window-resize-reset): Rename to window--resize-reset.
22149         (window-resize-reset-1): Rename to window--resize-reset-1.
22150         (resize-mini-window): Rename to window--resize-mini-window.
22151         (resize-subwindows-skip-p): Rename to
22152         window--resize-subwindows-skip-p.
22153         (resize-subwindows-normal): Rename to
22154         window--resize-subwindows-normal.
22155         (resize-subwindows): Rename to window--resize-subwindows.
22156         (resize-other-windows): Rename to window--resize-siblings.
22157         (resize-this-window): Rename to window--resize-this-window.
22158         (resize-root-window): Rename to window--resize-root-window.
22159         (resize-root-window-vertically): Rename to
22160         window--resize-root-window-vertically.
22161         (normalize-buffer-to-display): Rename to
22162         window-normalize-buffer-to-display.
22163         (normalize-buffer-to-switch-to): Rename to
22164         window-normalize-buffer-to-switch-to.
22165         Correspondingly update all callers of the functions listed
22166         above.
22167         (display-buffer-alist, display-buffer-normalize-arguments)
22168         (display-buffer-normalize-options, display-buffer)
22169         (display-buffer-alist-set): Use "function" instead of
22170         "fun-with-args".
22172 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
22174         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22175         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
22176         debbugs.gnu.org.  Mention acknowledgment email.
22178 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22180         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22181         buffer multibyteness, since it shouldn't matter.
22183 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
22185         * window.el (display-buffer-in-side-window): Handle dedicated
22186         windows as in display-buffer-reuse-window.
22187         (display-buffer-normalize-alist): Use value of override
22188         specifier.
22189         (display-buffer-normalize-specifiers): Use value of
22190         other-window-means-other-frame specifier.
22191         (display-buffer-alist): Rewrite some texts in widgets.
22192         (display-buffer): Spread arguments when calling function
22193         specified by fun-with-args.
22195 2011-06-28  Deniz Dogan  <deniz@dogan.se>
22197         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22198         Unnest `let'.
22200         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22201         selectors (Bug#5732).
22202         (css-proprietary-nmstart-re): Use `regexp-opt'.
22204 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
22206         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22207         (eshell-ls-date-format): New defcustom.
22208         (eshell-ls-file): Use it.
22210 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22212         * help-fns.el (describe-variable): Fix message for terminal-local vars.
22214 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22216         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22217         (ange-ftp-make-tmp-name): New arg.
22218         (ange-ftp-file-local-copy): Use it.
22220 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
22222         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22223         no-conversion (Bug#8870).
22225 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
22227         * window.el (window-right, window-left, window-child)
22228         (window-child-count, window-last-child)
22229         (window-iso-combination-p, walk-window-tree-1)
22230         (window-atom-check-1, window-tree-1, delete-window)
22231         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22232         new naming conventions - window-vchild, window-hchild,
22233         window-next and window-prev are now called window-top-child,
22234         window-left-child, window-next-sibling and window-prev-sibling
22235         respectively.
22236         (resize-window-reset): Rename to window-resize-reset.
22237         (resize-window-reset-1): Rename to window-resize-reset-1.
22238         (resize-window): Rename to window-resize.
22239         (window-min-height, window-min-width)
22240         (resize-mini-window, resize-this-window, resize-root-window)
22241         (resize-root-window-vertically, adjust-window-trailing-edge)
22242         (enlarge-window, shrink-window, maximize-window)
22243         (minimize-window, delete-window, quit-restore-window)
22244         (split-window, balance-windows, balance-windows-area-adjust)
22245         (balance-windows-area, window-state-put-2)
22246         (display-buffer-even-window-sizes, display-buffer-set-height)
22247         (display-buffer-set-width, set-window-text-height)
22248         (fit-window-to-buffer): Rename all "resize-window" prefixed
22249         calls to use the "window-resize" prefix convention.
22250         (display-buffer-alist): Fix symbol for label specifier.
22251         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22252         corresponding specifier.
22253         Reported by Juanma Barranquero <lekktu@gmail.com>.
22255 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
22257         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22258         convention.
22259         (ses-call-printer): Does not pass an empty string to formatter when the
22260         cell is empty to keep from barking printer Calc math-format-value.
22262 2011-06-27  Richard Stallman  <rms@gnu.org>
22264         * battery.el (battery-mode-line-limit): New variable.
22265         (battery-update): Handle it.
22267         * mail/rmailmm.el (rmail-mime-process-multipart):
22268         Handle truncated messages.
22270 2011-06-27  Glenn Morris  <rgm@gnu.org>
22272         * progmodes/flymake.el (flymake-err-line-patterns):
22273         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
22275 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
22277         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22278         (ses--clean-!, ses--clean-_): New functions.
22279         (ses-range): Add configurability of readout order, and conversion
22280         to Calc vector.
22282         * ses.el (ses-repair-cell-reference-all): New function.
22283         (ses-cell-symbol): Set macro as safe, so that it can be used in
22284         formulas.
22286         * ses.el: Update cycle detection algorithm.
22287         (ses-localvars): Add ses--Dijkstra-attempt-nb and
22288         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22289         (ses-set-localvars): New function.
22290         (ses-make-cell): Add property-list as a cell element.
22291         (ses-cell-property-get-fun, ses-cell-property-get)
22292         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22293         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22294         New functions.
22295         (ses-cell-property-set, ses-cell-property-pop)
22296         (ses-cell-property-get-handle): New macro.
22297         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22298         New aliases, used for code readability.
22299         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22300         cycle detection.
22301         (ses-self-reference-early-detection): New defcustom.
22302         (ses-formula-references): Robustify against self-referring cells.
22303         (ses-mode): Use ses-set-localvars.
22304         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22305         before lauching the update processing.
22306         (ses-initialize-Dijkstra-attempt): New function.
22307         (ses-recalculate-cell): Update for cycle detection based on
22308         Dijkstra algorithm.
22310         * ses.el: Fix commenting and indenting convention.
22312 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22314         * bs.el (bs-cycle-next): Complete last change.
22316 2011-06-27  Drew Adams  <drew.adams@oracle.com>
22318         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22320 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22322         * net/network-stream.el (network-stream-open-starttls):
22323         Don't re-get capabilities unless we've reestablished connection.
22324         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22326         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22327         to binary to possibly avoid line encoding issues on Windows (among
22328         other things).
22330 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22332         * net/network-stream.el (open-network-stream): Return an :error
22333         saying what the problem was, if possible.
22335         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22336         server.
22338         * net/network-stream.el (network-stream-open-starttls): If we
22339         wanted to use STARTTLS, and the server offered it, but we weren't
22340         able to because we had no STARTTLS support, then close the connection.
22341         (open-network-stream): Return an :error element, if present.
22343 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22345         * hl-line.el (hl-line-sticky-flag): Doc fix.
22346         (global-hl-line-sticky-flag): New option (Bug#8323).
22347         (global-hl-line-highlight): Obey it.
22349         * vc/vc.el (vc-revert-show-diff): Default to t.
22351 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
22353         * allout-widgets.el (allout-widgets-post-command-business):
22354         Stop decorating intermediate isearch matches.  They're not being
22355         undecorated when an isearch is continued past, and isearch
22356         automatically collapses them.  This leads to "widget leaks", where
22357         decorated items accumulate in collapsed areas.  Lines with lots of
22358         hidden widgets can slow down cursor travel, substantially.
22359         Too much complicated machinery would be needed to ensure undecoration,
22360         so we're doing without this nicety.
22362         (allout-widgets-tally-string): Don't try to do a hash-table-count
22363         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
22364         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22365         *Messages* when allout-widgets-maintain-tally is t.
22367 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
22369         * window.el (display-buffer-normalize-argument): Rename to
22370         display-buffer-normalize-arguments.  Handle special meaning of
22371         LABEL argument.  Respect special-display-function when popping up
22372         a new frame.  Fix code searching for a window showing the buffer
22373         on another frame.
22374         (display-buffer-normalize-specifiers):
22375         Call display-buffer-normalize-arguments.
22376         (display-buffer-in-window): Don't undedicate the window if its
22377         buffer remains the same.
22378         Reported by Drew Adams <drew.adams@oracle.com>.
22379         (display-buffer-alist): Add choice for same-window macro
22380         specfier.
22381         (display-buffer): Mention special meaning of LABEL argument in
22382         doc-string.  Fix quoting.  Don't pop up a new frame even as
22383         fallback.
22385 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
22387         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22388         avoid deleting the current window in some cases (bug#8911).
22390 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
22392         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22393         (Bug#8934)
22395 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22397         * net/network-stream.el (network-stream-open-starttls):
22398         Use built-in TLS support if `gnutls-available-p' is true.
22399         (network-stream-open-tls): Ditto.
22401 2011-06-26  Leo Liu  <sdl.web@gmail.com>
22403         * register.el (registerv): New struct.
22404         (registerv-make): New function.
22405         (jump-to-register, describe-register-1, insert-register):
22406         Support the jump-func, print-func and insert-func slot of a registerv
22407         struct.  (Bug#8415)
22409 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22411         * vc/vc.el (vc-revert-show-diff): New defcustom.
22412         (vc-diff-internal): New arg specifying diff buffer.
22413         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
22414         reuse an existing *vc-diff* buffer (Bug#8927).
22416         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22418 2011-06-26  Glenn Morris  <rgm@gnu.org>
22420         * progmodes/f90.el (f90-critical-indent): New option.
22421         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22422         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22423         (f90-mode): Doc fix.
22424         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22425         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22426         (f90-beginning-of-block, f90-next-block, f90-indent-region)
22427         (f90-match-end): Handle block, critical.
22429 2011-06-25  Glenn Morris  <rgm@gnu.org>
22431         * calendar/diary-lib.el (diary-included-files): Doc fix.
22432         (diary-include-files): New function, extracted from
22433         diary-include-other-diary-files and diary-mark-included-diary-files.
22434         (diary-include-other-diary-files, diary-mark-included-diary-files):
22435         Just call diary-include-files.
22436         (diary-mark-entries): Reset diary-included-files on first call.
22438         * calendar/diary-lib.el (diary-mark-entries)
22439         (diary-mark-included-diary-files):
22440         Visit included diary-files in temp buffers.
22442         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22443         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22444         (f90-start-block-re, f90-imenu-generic-expression)
22445         (f90-looking-at-program-block-start, f90-no-block-limit):
22446         Add support for submodules.
22448         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22449         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22451 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
22453         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22454         buffer-file-type before setting its value, to avoid disastrous
22455         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
22457 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22459         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22461         * ses.el (ses-unload-function):
22462         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22464         * proced.el (proced-unload-function):
22465         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22467 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
22469         * server.el (server-create-window-system-frame): Add parameters arg.
22470         (server-process-filter): Doc fix.  Handle frame-parameters.
22472 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22474         Fix bug#8730, bug#8781.
22476         * loadhist.el (unload--set-major-mode): New function.
22477         (unload-feature): Use it.
22479         * progmodes/python.el (python-after-info-look): Add autoload cookie.
22480         (python-unload-function): New function.
22482 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22484         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22486 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
22488         * net/browse-url.el (browse-url-firefox-program): Add icecat to
22489         the candidates list.
22491 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
22493         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22495 2011-06-23  Richard Stallman  <rms@gnu.org>
22497         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22498         (rmail-variables): Set next-error-move-function.
22499         (rmail-what-message): Take argument POS.
22500         (rmail-next-error-move): New function.
22502 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22504         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22505         messages for adjacent non-terminals.
22507 2011-06-23  Richard Stallman  <rms@gnu.org>
22509         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22510         (rmail-show-message-1): Preserve buffer modified flag.
22511         (rmail-start-mail): Don't specify use of rmail-mail-return;
22512         that's done by mail-bury now.
22513         (rmail-mail-return): Handle arg NEWBUF.
22515 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
22517         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22518         SIZE is a number.
22520 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
22522         * window.el (get-lru-window, get-mru-window)
22523         (get-largest-window): Never return a minibuffer window.
22524         (display-buffer-pop-up-window): Fix a bug that could lead to
22525         reusing the minibuffer window.
22526         (display-buffer): Pass original specifier argument to
22527         display-buffer-function instead of the normalized one.
22528         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22530 2011-06-22  Leo Liu  <sdl.web@gmail.com>
22532         * minibuffer.el (completing-read-function)
22533         (completing-read-default): Move from minibuf.c.
22535 2011-06-22  Richard Stallman  <rms@gnu.org>
22537         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22538         to Rmail even if not started by a special Rmail command.
22540         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22541         Copy the buffer currently showing just one message.
22543 2011-06-22  Roland Winkler  <winkler@gnu.org>
22545         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22546         (bibtex-clean-entry): First delete the old key so that a
22547         customized algorithm for generating the new key does not get
22548         confused by the old key.
22549         (bibtex-url): Obey regexp of first step.
22550         (bibtex-search-entries): Do not use add-to-list with local
22551         list-var.
22553 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22555         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22556         stored a user name, then query for the password first, instead of
22557         waiting for SMTP to give an error message and the trying again.
22559 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
22561         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22562         BUFFER in call-process.
22564 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22566         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22567         QUIT twice.
22568         (smtpmail-try-auth-methods): Require user name and password from
22569         auth-source.
22571 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
22573         * window.el (display-buffer-default-specifiers)
22574         (display-buffer-alist): Remove entries for pop-up-frame-alist.
22575         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22576         (split-window): Normalize SIDE argument (Bug#8916).
22578         * frame.el (pop-up-frame-alist, pop-up-frame-function)
22579         (special-display-frame-alist, special-display-popup-frame):
22580         Remove duplicate declarations.  These are now in window.el.
22582 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22584         * mail/smtpmail.el (smtpmail-via-smtp):
22585         Set :use-starttls-if-possible so that we always use STARTTLS if the
22586         server supports it.  SMTP servers that support STARTTLS commonly
22587         require it.
22589         * net/network-stream.el (network-stream-open-starttls): Support
22590         upgrading to STARTTLS always, even if we don't have built-in support.
22591         (open-network-stream): Add the :always-query-capabilities keyword.
22593         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22594         upgrades with `open-network-stream', and rely solely on
22595         auth-source for all credentials.  Big changes throughout the file,
22596         but in particular:
22597         (smtpmail-auth-credentials): Remove.
22598         (smtpmail-starttls-credentials): Remove.
22599         (smtpmail-via-smtp): Check for servers saying they want AUTH after
22600         MAIL FROM, too.
22602         * net/network-stream.el (network-stream-open-starttls):
22603         Provide support for client certificates both for external and built-in
22604         STARTTLS.
22605         (auth-source): Require.
22606         (open-network-stream): Document the :client-certificate keyword.
22607         (network-stream-certificate): Change cert-cert to cert and
22608         cert-key to key.
22610 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
22612         * net/tramp-cache.el (top): Don't load the persistency file when
22613         "emacs -Q" has been called.
22615 2011-06-21  Tim Harper  <timcharper@gmail.com>
22617         * term/ns-win.el (ns-initialize-window-system):
22618         Set application-specific `ApplePressAndHoldEnabled' system
22619         resource to NO as it is not yet supported by the NS port.
22621 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
22623         * misc.el (list-dynamic-libraries--refresh): Compute header here...
22624         (list-dynamic-libraries): ...not here.
22626 2011-06-21  Leo Liu  <sdl.web@gmail.com>
22628         * subr.el (sha1): Implement sha1 using secure-hash.
22630 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
22632         * window.el (display-buffer-alist): In default value do not
22633         enforce searching a window on any but the selected frame.
22634         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22635         (display-buffer-select-window): Remove function.
22636         (display-buffer-in-window): When a window on another frame gets
22637         reused, do not select it any more but just raise its frame if
22638         necessary (Bug#8851) and (Bug#8856).
22639         (display-buffer-normalize-options): Handle pop-up-frames related
22640         options more faithfully.
22641         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22642         window if it is on another frame.
22643         (display-buffer-alist, display-buffer-default-specifiers):
22644         Don't make new frame unsplittable by default.
22645         (display-buffer-normalize-argument): Fix doc-string typo and use
22646         'same-frame-other-window instead of 'other-window when associating
22647         with display-buffer-macro-specifiers.
22649 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
22651         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22652         New functions.
22653         (5x5-mode-map, 5x5-mode-menu): Bind them.
22654         (5x5-draw-grid): Tweak the solver's rendering.
22656 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22658         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22659         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22661 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22663         * menu-bar.el: Use function variable instead of switch-to-buffer.
22664         (menu-bar-select-buffer-function): New variable.
22665         (menu-bar-update-buffers): Use it (bug#8876).
22667 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22669         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22670         variable's status.
22672 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22674         * x-dnd.el (x-dnd-version-from-flags)
22675         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22676         and long as number (Bug#8899).
22677         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22679 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22681         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22682         (completion-try-completion, completion-all-completions): Compute the
22683         metadata argument if it's missing; make it optional (bug#8795).
22685         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22686         (widget-complete): Use new :completion-function property.
22687         (widget-completions-at-point): New function.
22688         (default): Use :completion-function instead of :complete.
22689         (widget-default-completions): Rename from widget-default-complete;
22690         Rewrite.
22691         (widget-string-complete, widget-file-complete, widget-color-complete):
22692         Remove functions.
22693         (file, symbol, function, variable, coding-system, color):
22694         * international/mule-cmds.el (default-input-method, charset)
22695         (language-info-custom-alist):
22696         * cus-edit.el (face): Use new property :completions.
22698         * progmodes/pascal.el (pascal-completions-at-point): New function.
22699         (pascal-mode): Use it.
22700         (pascal-mode-map): Use completion-at-point.
22701         (pascal-toggle-completions): Make obsolete.
22702         (pascal-complete-word, pascal-show-completions):
22703         * progmodes/octave-mod.el (octave-complete-symbol):
22704         Redefine as obsolete alias.
22705         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22706         Signal absence of completion info for old Octave,
22707         (inferior-octave-complete): Redefine as obsolete alias.
22708         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22709         (meta-completions-at-point): Rename from meta-complete-symbol and
22710         adapt it for use on completion-at-point-functions.
22711         (meta-common-mode): Use it.
22712         (meta-looking-at-backward, meta-match-buffer): Remove.
22713         (meta-complete-symbol): Redefine as obsolete alias.
22714         (meta-common-mode-map): Use completion-at-point.
22715         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22716         (makefile-mode-map): Use completion-at-point.
22717         (makefile-completions-at-point): Rename from makefile-complete and
22718         adapt it for use on completion-at-point-functions.
22719         (makefile-mode): Use it.
22720         (makefile-complete): Redefine as obsolete alias.
22722 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22724         * net/rcirc.el: Delete trailing whitespaces once and for all.
22726 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22728         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22730 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22732         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22734         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22736 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22738         * window.el (display-buffer-other-window-means-other-frame):
22739         Call display-buffer-normalize-alist.
22740         (display-buffer-normalize-specifiers-1): Rename to
22741         display-buffer-normalize-argument.  New argument other-frame.
22742         Rewrite.
22743         (display-buffer-normalize-specifiers-2): Rename to
22744         display-buffer-normalize-options.
22745         (display-buffer-normalize-alist-1): New function.
22746         (display-buffer-normalize-specifiers-3): Rename to
22747         display-buffer-normalize-alist.
22748         Call display-buffer-normalize-alist-1.
22749         (display-buffer-normalize-options-inhibit): New variable.
22750         (display-buffer-normalize-specifiers): Rewrite calling
22751         display-buffer-normalize-alist,
22752         display-buffer-normalize-argument, and
22753         display-buffer-normalize-options.  Don't call the latter if
22754         display-buffer-normalize-options-inhibit is non-nil.
22755         (frame-auto-delete): New option.
22756         (window-deletable-p): Use frame-auto-delete.
22757         (window-list-no-nils, window-state-ignored-parameters)
22758         (window-state-get-1, window-state-get, window-state-put-list)
22759         (window-state-put-1, window-state-put-2, window-state-put):
22760         New functions.
22761         (display-buffer-normalize-options): Move special-display-p group
22762         after pop-up-frame group (Bug#8851) and (Bug#8856).
22764 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22766         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22767         groups (Bug#8776).
22768         (rx-submatch-n): New function.
22769         (rx): Document it.
22771         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22772         (Bug#8768).
22774         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22776         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22778         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22779         anytime existing face settings are present (Bug#8889).
22781         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22782         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22783         Remove unused argument.
22785 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22787         * window.el (display-buffer-default-specifiers):
22788         Remove pop-up-frame.  Add pop-up-window-min-height,
22789         pop-up-window-min-width, and another reuse-window specifier
22790         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22791         (display-buffer-normalize-specifiers-2):
22792         Handle split-height-threshold and split-width-threshold also when
22793         pop-up-windows is unset.  Add a reuse-window specifier for the
22794         case popping up a new window fails.
22795         (special-display-popup-frame): Remove double quoting.
22796         (display-buffer-normalize-specifiers-1): Fix thinko.
22798 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22800         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22801         according to comint-completion-addsuffix.
22803         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22804         (pcomplete-suffix-list): Mark as obsolete.
22805         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22806         pcomplete-seen in the closure.
22807         (pcomplete-comint-setup): Setup completion-at-point as well.
22808         (pcomplete--entries): New function.
22809         (pcomplete--env-regexp): New var.
22810         (pcomplete-entries): Rewrite to work with partial-completion and
22811         without relying on pcomplete-suffix-list.
22812         (pcomplete-pare-list): Remove, unused.
22814 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22816         * window.el (display-buffer-alist): Set pop-up-window-min-height
22817         and pop-up-window-min-width in default value.  Reported by
22818         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22819         other-window-means-other-frame.
22820         (display-buffer-macro-specifiers): Comment out entry for
22821         other-window specifier.
22822         (display-buffer-other-window-means-other-frame): New function.
22823         (display-buffer-normalize-specifiers-1): New arguments
22824         buffer-name and label.  Treat other-window case specially.
22825         (display-buffer-normalize-specifiers-2): Treat other-window case
22826         specially.
22827         (display-buffer-normalize-specifiers-3): New function.
22828         (display-buffer-normalize-specifiers):
22829         Call display-buffer-normalize-specifiers-3.
22831 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22833         * window.el (same-window-p): Fix two typos introduced when
22834         adding with-no-warnings.
22835         (display-buffer-normalize-specifiers-1): Don't check
22836         pop-up-frames for 'unset initialization.
22837         (display-buffer-normalize-specifiers-2): Major rewrite using
22838         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22839         (pop-up-frames, display-buffer-reuse-frames)
22840         (display-buffer-mark-dedicated): Don't initialize to 'unset.
22841         Suggested by David Engster <deng@randomsample.de>.
22842         (even-window-heights): Initialize to 'unset.
22843         (display-buffer-alist-set): Handle new 'unset initializations.
22844         (display-buffer-macro-specifiers): Don't pop up a new frame in the
22845         other window case.
22847 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
22849         * window.el (display-buffer-normalize-specifiers-1):
22850         Respect current value of pop-up-frames for most reasonable values of
22851         second argument of display-buffer (Bug#8865).
22852         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22853         (switch-to-buffer-other-window-same-frame)
22854         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
22855         Adams (Bug#8875).
22856         (display-buffer): Don't check noninteractive when calling
22857         display-buffer-pop-up-frame.
22858         (display-buffer-pop-up-frame): Never pop up a frame in
22859         noninteractive mode (Bug#8857).
22860         (enlarge-window, shrink-window): Don't report an error when the
22861         window can't be resized as requested (Bug#8862).
22863 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22865         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22867         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22869         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22871 2011-06-15  Alan Mackenzie  <acm@muc.de>
22873         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22874         for declarators, disable knr checking to speed up for normal files.
22875         2: Refactor, replacing a sequence of nested if forms by a cond form.
22877 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22879         * net/network-stream.el (open-network-stream): Add the keyword
22880         :always-query-capabilities for the case where you want to force a
22881         `plain' network connection, but the protocol still requires the
22882         capabilitiy command (i.e., SMTP and EHLO).
22884         * subr.el (process-live-p): Rename from `process-alive-p' for
22885         consistency with other `-live-p' functions.
22887 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22889         * window.el (same-window-buffer-names, same-window-regexps)
22890         (special-display-frame-alist, special-display-popup-frame)
22891         (special-display-function, special-display-buffer-names)
22892         (special-display-regexps, pop-up-frame-alist)
22893         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22894         (pop-up-windows, split-window-preferred-function)
22895         (split-height-threshold, split-width-threshold, even-window-heights)
22896         (display-buffer-mark-dedicated): Don't encourage the use of
22897         display-buffer-alist from Elisp code.
22899 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
22901         * progmodes/python.el (python-mode): Derive from prog-mode.
22902         * progmodes/ps-mode.el (ps-mode):
22903         * progmodes/mixal-mode.el (mixal-mode):
22904         * progmodes/cfengine.el (cfengine-mode):
22905         * progmodes/ld-script.el (ld-script-mode): Likewise.
22907 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
22909         * window.el (display-buffer-alist): Trim default value to avoid
22910         popping up a new frame (Bug#8857) or reusing an arbitrary window
22911         on another frame.
22912         (display-buffer): Do not fall back on popping up a new frame in
22913         batch mode (Bug#8857).
22915 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
22917         * cus-theme.el (describe-theme-1): Use custom-theme-p.
22918         (custom-theme-summary): New function.
22919         (customize-themes): Use it.
22921 2011-06-13  Glenn Morris  <rgm@gnu.org>
22923         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22925 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
22927         * help.el (help-window): Remove variable.
22928         (help-window-point-marker, temp-buffer-max-height)
22929         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22930         (help-print-return-message): Don't set help-window.
22931         (resize-temp-buffer-window): Rewrite cod eand doc-string.
22932         (help-window-setup-finish): Remove.
22933         (help-window-display-message, help-window-setup)
22934         (with-help-window): Major rewrite based on new
22935         display-buffer-window variable.
22937         * help-mode.el (help-mode-finish): Remove help-window related
22938         code.
22940         * view.el (view-exits-all-viewing-windows): Remove reference to
22941         view-return-to-alist in doc-string.
22942         (view-return-to-alist): Make obsolete.
22943         (view-buffer): Call pop-to-buffer-same-window and remove
22944         undo-window code.
22945         (view-buffer-other-window): Call pop-to-buffer-other-window and
22946         simplify code.  Ignore second argument.
22947         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22948         simplify code.  Ignore second argument.
22949         (view-return-to-alist-update): Make obsolete.
22950         (view-mode-enter): Rename second argument to QUIT-RESTORE.
22951         Rewrite using quit-restore window parameters.
22952         (view-mode-exit): Rename second argument to EXIT-ONLY.
22953         Rewrite using quit-restore-window.
22954         (View-exit, View-exit-and-edit, View-leave, View-quit)
22955         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22956         appropriate arguments.
22957         (view-end-message): Use quit-restore window parameter.
22959         * window.el (display-buffer-function): Rewrite doc-string.
22960         (display-buffer-window, display-buffer-alist): New variables.
22961         (display-buffer-split-specifiers)
22962         (display-buffer-side-specifiers)
22963         (display-buffer-macro-specifiers): New constants.
22964         (display-buffer-even-window-sizes, display-buffer-set-height)
22965         (display-buffer-set-width, display-buffer-select-window)
22966         (display-buffer-in-window, display-buffer-reuse-window)
22967         (display-buffer-split-window-1, display-buffer-split-window)
22968         (display-buffer-split-atom-window, display-buffer-pop-up-window)
22969         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22970         (display-buffer-in-side-window, normalize-buffer-to-display)
22971         (display-buffer-normalize-specifiers-1)
22972         (display-buffer-normalize-specifiers-2)
22973         (display-buffer-normalize-specifiers, display-buffer-frame):
22974         New functions.
22975         (display-buffer): Major rewrite.
22976         (display-buffer-other-window, display-buffer-other-frame)
22977         (pop-to-buffer, switch-to-buffer-other-window)
22978         (switch-to-buffer-other-frame): Rewrite.
22979         (display-buffer-same-window, display-buffer-same-frame)
22980         (display-buffer-same-frame-other-window)
22981         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22982         (pop-to-buffer-other-window)
22983         (pop-to-buffer-same-frame-other-window)
22984         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22985         (switch-to-buffer-other-window-same-frame): New functions.
22986         (same-window-p, special-display-p): Rewrite disabling warnings.
22987         Make obsolete.
22988         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22989         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22990         Make obsolete
22991         (same-window-buffer-names, same-window-regexps)
22992         (special-display-frame-alist, special-display-popup-frame)
22993         (special-display-function, special-display-buffer-names)
22994         (special-display-regexps, pop-up-frame-alist)
22995         (pop-up-frame-function, split-window-preferred-function)
22996         (split-height-threshold, split-width-threshold)
22997         (even-window-heights): Make obsolete.
22999 2011-06-12  Glenn Morris  <rgm@gnu.org>
23001         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
23002         Misc simplifications.
23004 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
23006         * window.el (window-safely-shrinkable-p): Restore function which
23007         was inadvertently removed in change from 2011-06-11.  Declare as
23008         obsolete.
23010         * calendar/calendar.el (calendar-generate-window):
23011         Use window-iso-combined-p instead of combination of one-window-p and
23012         window-safely-shrinkable-p.
23014 2011-06-12  Glenn Morris  <rgm@gnu.org>
23016         * progmodes/fortran.el (fortran-mode-syntax-table):
23017         * progmodes/f90.el (f90-mode-syntax-table):
23018         Set % to punctuation.  (Bug#8820)
23019         (f90-find-tag-default): Remove, no longer needed.
23021 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
23023         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23025 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
23027         * image.el (image-animated-p): Return animation delay in seconds.
23028         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23029         (image-animate-timeout): Remove DELAY argument.  Don't assume
23030         every subimage has the same delay; get it from image-animated-p.
23031         (image-animate): Caller changed.
23033 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
23035         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23036         to ignored backtrace functions.
23038 2011-06-11  Glenn Morris  <rgm@gnu.org>
23040         * calendar/appt.el (appt-disp-window-function): Doc fix.
23041         (appt-check): Handle overlapping appointments.  (Bug#8337)
23043 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
23045         * window.el (window-tree-1, window-tree): New functions, moving
23046         the latter to window.el.
23047         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23048         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23049         (bw-refresh-edges): Remove.
23050         (balance-windows-1, balance-windows-2): New functions.
23051         (balance-windows): Rewrite in terms of window tree functions,
23052         balance-windows-1 and balance-windows-2.
23053         (bw-adjust-window): Remove.
23054         (balance-windows-area-adjust): New function with functionality of
23055         bw-adjust-window but using resize-window.
23056         (set-window-text-height): Rewrite doc-string.
23057         Use normalize-live-window and resize-window.
23058         (enlarge-window-horizontally, shrink-window-horizontally):
23059         Rename argument to DELTA.
23060         (window-buffer-height): New function.
23061         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23062         Rewrite using new window resize routines.
23063         (kill-buffer-and-window, mouse-autoselect-window-select):
23064         Use ignore-errors instead of condition-case.
23065         (quit-window): Call delete-frame instead of delete-windows-on
23066         for the only buffer on frame.
23068 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23070         * loadup.el (top-level): Load window before files for the sake
23071         of replace-buffer-in-windows.
23073         * files.el (read-buffer-to-switch)
23074         (switch-to-buffer-other-window)
23075         (switch-to-buffer-other-frame, display-buffer-other-frame):
23076         Move to window.el.
23078         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23079         (previous-buffer): Move to window.el.
23081         * bindings.el (unbury-buffer): Move to window.el.
23083         * window.el (delete-other-windows-vertically): Move after
23084         definition of delete-other-windows.
23085         (other-window, delete-windows-on, replace-buffer-in-windows):
23086         Move here from window.c.
23087         (record-window-buffer, unrecord-window-buffer)
23088         (set-window-buffer-start-and-point, switch-to-prev-buffer)
23089         (switch-to-next-buffer): New functions.
23090         (get-next-valid-buffer, last-buffer, next-buffer): Move here
23091         from simple.el.  Call switch-to-next-buffer.
23092         (previous-buffer): Move here from simple.el.
23093         Call switch-to-prev-buffer.
23094         (bury-buffer): Move here from buffer.c.  Switch to previous
23095         buffer when window cannot be deleted.
23096         (unbury-buffer): Move here from bindings.el.
23097         (ctl-x-map): Move binding for other-window from window.c to
23098         here.
23099         (read-buffer-to-switch, switch-to-buffer-other-window)
23100         (switch-to-buffer-other-frame): Move here from files.el.
23101         (normalize-buffer-to-switch-to): New functions.
23102         (switch-to-buffer): Move here from buffer.c.
23103         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23105 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23107         * window.el (window-min-height, window-min-width): Move here
23108         from window.c.  Add defcustoms and rewrite doc-strings.
23109         (resize-mini-window, resize-window): New functions.
23110         (adjust-window-trailing-edge, enlarge-window, shrink-window):
23111         Move here from window.c.
23112         (maximize-window, minimize-window): New functions.
23113         (delete-window, delete-other-windows, split-window): Move here
23114         from window.c.
23115         (window-split-min-size): New function.
23116         (split-window-keep-point): Mention split-window-above-each-other
23117         instead of split-window-vertically.
23118         (split-window-above-each-other, split-window-vertically):
23119         Rename split-window-vertically to split-window-above-each-other
23120         and provide defalias for old definition.
23121         (split-window-side-by-side, split-window-horizontally):
23122         Rename split-window-horizontally to split-window-side-by-side
23123         and provide defalias for the old definition.
23124         (ctl-x-map): Move bindings for delete-window,
23125         delete-other-windows and enlarge-window here from window.c.
23126         Replace bindings for split-window-vertically and
23127         split-window-horizontally by bindings for
23128         split-window-above-each-other and split-window-side-by-side.
23130         * cus-start.el (all): Remove entries for window-min-height and
23131         window-min-width.  Add entries for window-splits and
23132         window-nest.
23134 2011-06-09  Glenn Morris  <rgm@gnu.org>
23136         * calendar/appt.el (appt-mode-line): New function.
23137         (appt-check, appt-disp-window): Use it.
23139         * files.el (hack-one-local-variable-eval-safep):
23140         Allow minor-modes with explicit +/-1 arguments.
23142 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
23144         * term/xterm.el (xterm): Add defgroup.
23145         (xterm-extra-capabilities): Add defcustom to supply known xterm
23146         capabilities, skip querying them, or query them (default).
23147         (terminal-init-xterm): Use it.
23148         (terminal-init-xterm-modify-other-keys): New function to set up
23149         modifyOtherKeys support to simplify `terminal-init-xterm'.
23151 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
23153         * window.el (resize-window-reset, resize-window-reset-1)
23154         (resize-subwindows-skip-p, resize-subwindows-normal)
23155         (resize-subwindows, resize-other-windows, resize-this-window)
23156         (resize-root-window, resize-root-window-vertically)
23157         (window-deletable-p, window-or-subwindow-p)
23158         (frame-root-window-p): New functions.
23160 2011-06-09  Glenn Morris  <rgm@gnu.org>
23162         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23163         (ange-ftp-get-files): Use it.
23165 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
23167         * mail/sendmail.el (mail-recover-1, mail-recover):
23168         * files.el (recover-file, recover-session):
23169         Handle dired-listing-switches not being just a single short option.
23171 2011-06-09  Glenn Morris  <rgm@gnu.org>
23173         * calendar/appt.el (appt-display-message, appt-disp-window):
23174         Handle lists of appointments.
23176 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23178         * window.el (one-window-p): Move down in code.
23179         Rewrite doc-string.
23180         (window-current-scroll-bars): Rewrite doc-string.
23181         Normalize live window argument.
23182         (walk-windows, get-window-with-predicate, count-windows):
23183         Rewrite doc-string.  Use window-list-1.
23184         (window-in-direction-2, window-in-direction, get-mru-window):
23185         New functions.
23187 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
23189         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23190         Doc fix (Bug#8713).
23192 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
23194         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23196 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
23198         * loadhist.el (unload-feature-special-hooks):
23199         Add `comint-output-filter-functions'.
23201 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
23203         * calendar/appt.el (appt-check): Move some initializations into the let.
23205 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23207         * window.el (window-height): Defalias to window-total-height.
23208         (window-width): Defalias to window-body-width.
23210 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
23212         * image-mode.el (image-toggle-animation): New command.
23213         (image-mode-map): Bind it to RET.
23214         (image-mode): Update message.
23215         (image-toggle-display-image): Avoid a spurious cache flush.
23216         (image-transform-rotation): Doc fix.
23217         (image-transform-properties): Return quickly in the normal case.
23218         (image-animate-loop): Rename from image-animate-max-time.
23220         * image.el (image-animate-max-time): Move to image-mode.el.
23221         (create-animated-image): Remove unnecessary function.
23222         (image-animate): Rename from image-animate-start.  New arg.
23223         (image-animate-stop): Remove; just use image-animate-timer.
23224         (image-animate-timer): Use car-safe.
23225         (image-animate-timeout): Rename argument.
23227 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
23229         * window.el (get-lru-window, get-largest-window): Move here from
23230         window.c.  Rename first argument to ALL-FRAMES.
23231         Rephrase doc-strings.
23232         (get-buffer-window-list): Rewrite using window-list-1.
23233         Rephrase doc-string.
23234         (window-safe-min-height, window-safe-min-width): New constants.
23235         (window-size-ignore, window-min-size, window-min-size-1)
23236         (window-sizable, window-sizable-p, window-size-fixed-1)
23237         (window-size-fixed-p, window-min-delta-1, window-min-delta)
23238         (window-max-delta-1, window-max-delta, window-resizable)
23239         (window-resizable-p, window-total-height, window-total-width)
23240         (window-body-width): New functions.
23241         (window-full-height-p, window-full-width-p): Rewrite using
23242         window-total-size.
23243         (window-body-height): Rewrite using window-body-size.
23245 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
23247         * window.el (window-right, window-left, window-child)
23248         (window-child-count, window-last-child, window-any-p)
23249         (normalize-live-buffer, normalize-live-frame)
23250         (normalize-any-window, normalize-live-window)
23251         (window-iso-combination-p, window-iso-combined-p)
23252         (window-iso-combinations)
23253         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23254         (windows-with-parameter, window-with-parameter)
23255         (window-atom-root, make-window-atom, window-atom-check-1)
23256         (window-atom-check, window-side-check, window-check):
23257         New functions.
23258         (ignore-window-parameters, window-sides, window-sides-vertical)
23259         (window-sides-slots): New variables.
23260         (window-size-fixed): Move down in code.  Minor doc-string fix.
23262 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
23264         * comint.el (comint-dynamic-complete-as-filename)
23265         (comint-dynamic-complete-filename): Correctly call
23266         completion-in-region.
23268 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23270         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23271         in last change.
23273 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23275         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23276         (rcirc): Use it to prompt for encryption.
23278 2011-06-05  Roland Winkler  <winkler@gnu.org>
23280         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23281         (bibtex-search-entries): New command bound to C-c C-a.
23282         (bibtex-display-entries): New function.
23284 2011-06-05  Roland Winkler  <winkler@gnu.org>
23286         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23287         (bibtex-insert-kill): After yanking insert newline if necessary.
23288         (bibtex-initialize): Call bibtex-string-files-init only once.
23289         (bibtex-mode): Do not call easy-menu-add.
23290         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23291         (bibtex-yank): Set arg properly if nil.
23293 2011-06-05  Roland Winkler  <winkler@gnu.org>
23295         * textmodes/bibtex.el (bibtex-search-entry-globally):
23296         New variable.
23297         (bibtex-search-entry): Use it.
23299 2011-06-05  Roland Winkler  <winkler@gnu.org>
23301         * textmodes/bibtex.el (bibtex-entry-format): New option
23302         sort-fields.
23303         (bibtex-format-entry, bibtex-reformat): Honor this option.
23304         (bibtex-parse-entry): Return fields in proper order.
23306 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
23308         * doc-view.el (doc-view-remove-if): Move computation of result out
23309         of `dolist' to silence misleading lexical-binding warning.
23311 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
23313         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23314         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23316 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23318         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23319         "SunOS 5.10".
23321 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23323         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23324         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23325         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23326         (tramp-parse-putty):
23327         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23328         (tramp-completion-function-alist-ssh)
23329         (tramp-completion-function-alist-telnet)
23330         (tramp-completion-function-alist-su)
23331         (tramp-completion-function-alist-putty): Set `tramp-autoload'
23332         cookie.
23334         * net/tramp-ftp.el:
23335         * net/tramp-sh.el:
23336         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23337         load "tramp.el" `tramp-set-completion-function'.
23339 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23341         * shell.el: Require and use pcomplete.
23342         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23343         (shell-completion-vars): Set pcomplete-default-completion-function.
23345 2011-06-04  Deniz Dogan  <deniz@dogan.se>
23347         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23348         `memq' (Bug#8799).
23350 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23352         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23354 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
23356         * bs.el (bs--mark-unmark, bs--nth-wrapper):
23357         * mpc.el (mpc-select-extend, mpc-songpointer-context):
23358         * vc/log-view.el (log-view-beginning-of-defun):
23359         * vc/smerge-mode.el (smerge-apply-resolution-patch)
23360         (smerge-refine-forward, smerge-refine-chopup-region):
23361         Silence warning for unused `dotimes' counter variables.
23363 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23365         * net/tramp.el (tramp-with-progress-reporter): Rename from
23366         with-progress-reporter.  Use `declare'.
23367         * net/tramp-smb.el:
23368         * net/tramp-sh.el:
23369         * net/tramp-gvfs.el: Update all uses.
23371 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
23373         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23374         buffer isn't killed before making it current.
23376 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23378         Silence various byte-compiler warnings.
23379         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23380         `access-type' and new obsolescence format.
23381         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23382         new format.
23383         (byte-compile-check-variable): New `access-type' argument.
23384         Only warn if the access-type is obsolete.
23385         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23386         (byte-compile-variable-set): Adjust callers.
23387         * help-fns.el (describe-variable): Adjust to new obsolescence format.
23388         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23389         setting it as obsolete.
23390         * simple.el (minibuffer-completing-symbol):
23391         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23392         access as obsolete.
23393         * minibuffer.el (minibuffer-completing-file-name): Don't make it
23394         obsolete yet.
23395         * international/quail.el (quail-mouse-choose-completion): Remove unused
23396         code referring to obsolete var.
23397         (quail-choose-completion-string): Remove.
23398         * server.el (server-clients-with, server-kill-buffer-query-function)
23399         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23400         * proced.el (proced-send-signal):
23401         * emacs-lisp/lisp.el (lisp-complete-symbol):
23402         Replace completion-annotate-function with completion-extra-properties.
23404 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23406         * simple.el (goto-line): Use read-number.
23407         (overriding-map-is-bound): Remove.
23408         (saved-overriding-map): Change default.
23409         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23410         Take the map as argument.
23411         (universal-argument, negative-argument, digit-argument): Use it.
23412         (restore-overriding-map): Adjust.
23413         (do-auto-fill): Use fill-forward-paragraph.
23414         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23416         * minibuffer.el (minibuffer-inactive-mode-map): New var.
23417         (minibuffer-inactive-mode): New major mode.
23418         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23419         the *Messages* buffer" hack.
23420         (mouse-popup-menubar): Don't burp if the event is a normal key.
23422         Miscellaneous tweaks.
23423         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23424         lexical scoping as in subr.el's dolist and dotimes.
23425         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23426         Silence compiler warning.
23427         * thingatpt.el (forward-whitespace): Trivial coding style fix.
23428         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23429         * international/ccl.el (ccl-compile): Trivial simplification.
23430         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23431         * emacs-lisp/testcover.el (testcover-end): Remove spurious
23432         `printflag' argument.
23433         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23434         Purecopy the whole obsolescence data.
23436 2011-06-01  Leo Liu  <sdl.web@gmail.com>
23438         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23439         improve doc-string as suggested by Marco Pessotto
23440         <melmothx@gmail.com>.
23441         (rcirc-print): Fix last change.
23443 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23445         * minibuffer.el (complete-with-action): Return nil for the metadata and
23446         boundaries of non-functional tables.
23447         (completion-table-dynamic): Return nil for the metadata.
23448         (completion-table-with-terminator): Add default case, using
23449         complete-with-action.
23450         (completion--metadata): New function.
23451         (completion-all-sorted-completions, minibuffer-completion-help): Use it
23452         to try and avoid pathological performance problems.
23453         (completion--embedded-envvar-table): Return `category' metadata.
23455 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23457         * subr.el (process-alive-p): New tiny convenience function.
23459 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23461         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23462         content but also its previous major mode.
23464 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
23466         * emacs-lisp/debug.el (debug): Restore the previous content of the
23467         *Backtrace* buffer when we exit with C-M-c.
23469 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23471         * minibuffer.el: Add metadata method to completion tables.
23472         (completion-category-overrides): New defcustom.
23473         (completion-metadata, completion--field-metadata)
23474         (completion-metadata-get, completion--styles)
23475         (completion--cycle-threshold): New functions.
23476         (completion-try-completion, completion-all-completions):
23477         Add `metadata' argument to choose completion-styles.
23478         (completion--do-completion): Use metadata to choose cycling.
23479         (completion-all-sorted-completions): Use metadata for sorting.
23480         Remove :completion-cycle-penalty which is not needed any more.
23481         (completion--try-word-completion): Add `metadata' argument.
23482         (minibuffer-completion-help): Check metadata for annotation function
23483         and sorting.
23484         (completion-file-name-table): Return `category' metadata.
23485         (minibuffer-completing-file-name): Make obsolete.
23486         * simple.el (minibuffer-completing-symbol): Make obsolete.
23487         * icomplete.el (icomplete-completions): Pass new `metadata' param to
23488         completion-try-completion.
23490 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23492         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23494 2011-05-30  Leo Liu  <sdl.web@gmail.com>
23496         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23497         (rcirc-print): Decode all incoming messages (bug#8744).
23498         (rcirc-decode-coding-system): Allow value nil for automatic coding
23499         system detection.
23501 2011-06-01  Glenn Morris  <rgm@gnu.org>
23503         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23505 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23507         * image.el (image-animate-max-time): Allow nil and t values.
23508         Default to nil.
23509         (create-animated-image): Doc fix.
23510         (image-animate-start): Remove second arg; just use
23511         image-animate-max-time.
23512         (image-animate-timeout): Doc fix.  Args changed.
23514         * image-mode.el (image-toggle-display-image): Ensure that the
23515         image spec passed to the animate timer is the same object as in
23516         the buffer's display property (Bug#6981).
23517         (image-transform-properties): Doc fix.
23519         * image.el (image-animate-max-time): Default to nil.
23521 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
23523         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23524         entire buffer list (Bug#8184).
23526 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23528         * image.el (imagemagick-types-inhibit)
23529         (imagemagick-register-types): Doc fix.
23531 2011-05-29  Deniz Dogan  <deniz@dogan.se>
23533         * net/rcirc.el (rcirc): Use the user's stored encryption method by
23534         default.
23536 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23538         * select.el: Don't perform clipboard-manager saving in hooks;
23539         leave the hooks empty.
23541 2011-05-28  Leo Liu  <sdl.web@gmail.com>
23543         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23544         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
23545         (occur-edit-mode): New major mode (Bug#8463).
23546         (occur-after-change-function): New function.
23547         (occur-engine): Give Occur tags a read-only property.
23549 2011-05-28  Kevin Ryde  <user42@zip.com.au>
23551         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23553 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23555         * bindings.el (help-echo): Make the initial non-indicator dash
23556         empty on graphical terminals (Bug#7295).
23558         * files.el (auto-mode-alist): Move config rule after the
23559         in-stripping one (Bug#8547).
23561         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23563         * startup.el (normal-splash-screen): Remove gratuitous mode-line
23564         setting (Bug#8740).
23566 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
23568         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23569         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23570         (Bug#8539).
23572 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23574         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23576 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
23578         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23579         (hs-hide-block-at-point, hs-find-block-beginning)
23580         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23581         (Bug#8279).
23583 2011-05-28  Glenn Morris  <rgm@gnu.org>
23585         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
23587 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23589         * help-fns.el (describe-function-1): If the function is a derived
23590         major mode, print the parent mode.
23592         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23593         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23595 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23597         * minibuffer.el (completion--capf-wrapper): Check applicability before
23598         returning non-nil for non-exclusive completion data.
23599         * progmodes/etags.el (tags-completion-at-point-function):
23600         * info-look.el (info-lookup-completions-at-point): Mark as
23601         non-exclusive.
23602         (info-complete): Adjust accordingly.
23604         * info-look.el: Convert to lexical-binding and completion-at-point.
23605         (info-lookup-completions-at-point): New function.
23606         (info-complete): Use it and completion-in-region.
23608 2011-05-28  Drew Adams  <drew.adams@oracle.com>
23610         * isearch.el: Let M-e start with point at the first mismatched char.
23611         (isearch-fail-pos): New function.
23612         (isearch-edit-string): Use it.
23614 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23616         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23618 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
23620         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
23621         traversal functions for avl-trees.
23622         (avl-tree--stack): New struct.
23623         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23624         (avl-tree-enter): Add optional `updatefun' arg.
23625         (avl-tree--do-enter): Add optional `updatefun' arg.
23626         Change return value.
23627         (avl-tree-delete): Add optional `test' and `nilflag' args.
23628         (avl-tree--do-delete): Add `test' and `nilflag' args.
23629         Change return value.
23630         (avl-tree-member): Add optional `nilflag'
23631         (avl-tree-member-p): New function.
23632         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23633         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23634         (avl-tree-stack-empty-p): New functions.
23636         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23637         avl-tree--del-balance1 and make it work both ways.
23638         (avl-tree--del-balance2): Remove.
23639         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23640         make it work both ways.
23641         (avl-tree--enter-balance2): Remove.
23642         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23643         New macros.
23644         (avl-tree--mapc, avl-tree-map): Add direction argument.
23646 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23648         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23650 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23652         * select.el: Support clipboard managers with built-in function
23653         x-clipboard-manager-save, via delete-frame-functions and
23654         kill-emacs-hook.
23655         (xselect-convert-to-targets): Add MULTIPLE target to list.
23656         (xselect-convert-to-save-targets): New function.
23658 2011-05-27  Kenichi Handa  <handa@m17n.org>
23660         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23661         let-binding rfc2047-encode-encoded-words to nil.
23663 2011-05-27  Glenn Morris  <rgm@gnu.org>
23665         * mail/emacsbug.el: Don't require url-util.
23667         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23669         * files.el (set-auto-mode):
23670         Also respect mode: entries at the end of the file.  (Bug#8586)
23672 2011-05-26  Glenn Morris  <rgm@gnu.org>
23674         * files.el (hack-local-variables-prop-line, hack-local-variables):
23675         Downcase mode names, as seems to be traditional.
23676         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23678         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23679         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23681 2011-05-25  Julien Danjou  <julien@danjou.info>
23683         * textmodes/rst.el (rst-define-level-faces): Do not define face
23684         symbol if it is already defined.
23686 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23688         * play/5x5.el (5x5-new-game, 5x5-randomize):
23689         Reset 5x5-solver-output to nil when a new grid is cast.
23690         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23691         these debugging traces, as defmacro breaks the compiled code.
23693 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23695         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23697 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23699         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23700         (vc-bzr-sha1): Adapt.
23702         * sha1.el: Remove.  Function `sha1' is now builtin.
23704         * bindings.el: Provide sha1 feature.
23706 2011-05-24  Kenichi Handa  <handa@m17n.org>
23708         * mail/sendmail.el: Require `rfc2047'.
23709         (mail-insert-from-field): Do not perform RFC2047 encoding.
23710         (mail-encode-header): New function.
23711         (sendmail-send-it): Set buffer-file-coding-system of the work
23712         buffer to the return value of select-message-coding-system.
23713         Call mail-encode-header.
23715         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23717 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23719         * mail/supercite.el (sc-default-cite-frame):
23720         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23722 2011-05-24  Glenn Morris  <rgm@gnu.org>
23724         * progmodes/python.el (brm-menu): Declare.
23726         * emulation/viper.el (viper-set-hooks): Declare.
23728         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23729         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23730         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23731         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23732         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23733         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23735 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23737         Add an :exit-function for completion-at-point.
23739         * minibuffer.el (completion--done): New fun.
23740         (completion--do-completion): Use it.  New arg `expect-exact'.
23741         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23742         since completion--do-completion does it for us now.
23743         (minibuffer-force-complete): Use completion--done and
23744         completion--replace.  Handle sole-completion case with more care.
23745         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23746         (completion-extra-properties): New var.
23747         (completion-annotate-function): Make obsolete.
23748         (minibuffer-completion-help): Adjust accordingly.
23749         Use completion-list-insert-choice-function.
23750         (completion-at-point, completion-help-at-point):
23751         Bind completion-extra-properties.
23752         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23753         * simple.el (completion-list-insert-choice-function): New var.
23754         (completion-setup-function): Preserve it.
23755         (choose-completion): Pay attention to it, shuffle the code a bit.
23756         (choose-completion-string): New arg `insert-function'.
23758         * textmodes/bibtex.el: Convert to lexical binding.
23759         (bibtex-mode-map): Use completion-at-point.
23760         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23761         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23762         (bibtex-complete): Define as obsolete alias.
23763         (bibtex-complete-internal): Remove.
23764         (bibtex-format-entry): Remove unused sub-group in regexp.
23765         * shell.el (shell--command-completion-data)
23766         (shell-environment-variable-completion):
23767         * pcomplete.el (pcomplete-completions-at-point):
23768         * comint.el (comint--complete-file-name-data): Use :exit-function
23769         instead of completion-table-with-terminator so it also works for
23770         choose-completion.
23772 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23774         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23776         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23777         (bug#8710).
23779         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23781 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23783         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23784         customization variable and implement: If non-nil, auto-fill will
23785         be inhibited while on topic's header line.
23787 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23789         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23790         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23791         always have a solution in grid size = 5 cases.
23792         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23793         (5x5-solver-output, 5x5-log-buffer): New vars.
23794         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23795         Make these variables buffer local to achieve 5x5 multi-session-ness.
23796         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23797         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23798         (5x5-solve-suggest): New funs.
23799         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23800         randomize a grid so that we ensure that there is always a solution.
23801         (5x5-make-random-grid): Allow other movement than flipping.
23803 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23805         * emacs-lisp/advice.el (ad-read-advised-function):
23806         Use `function-called-at-point' as the default, if it has
23807         advice and passes PREDICATE.
23809 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23811         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23812         byte-compile-lambda if it's actually a lambda.
23814         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23815         Fix function quoting.  Use backquote better.
23817 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23819         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23820         matching (Bug#8516).
23822 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23824         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23825         different face (Bug#8178).
23827 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23829         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23830         defface (Bug#8144).
23832 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23834         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23835         funcall as well (bug#8712).  Warn when performing those conversions.
23836         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23838         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23840 2011-05-22  Glenn Morris  <rgm@gnu.org>
23842         * files.el (hack-local-variables-prop-line): Small simplifications.
23843         (hack-local-variables, hack-local-variables-prop-line):
23844         If MODE-ONLY, return the mode, rather than just `t'.
23846 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23848         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23850 2011-05-21  Glenn Morris  <rgm@gnu.org>
23852         * files.el (hack-local-variables-prop-line, hack-local-variables):
23853         If only interested in the mode, don't bother doing the other stuff.
23855         * image-mode.el (image-after-revert-hook):
23856         Redraw all frames on which the image is visible.  (Bug#8567)
23858         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
23860         * wid-edit.el (widget-checklist-match-inline):
23861         Fix 2011-04-19 change.  (Bug#8649)
23863 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23865         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23866         Also allow singlespace after single-letter capitals followed by a dot.
23868         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23869         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23871 2011-05-20  Nix  <nix@esperi.org.uk>
23873         * files.el (basic-save-buffer-2):
23874         Fix handling of break-hardlink-on-save with non-existent files.
23876 2011-05-19  Deniz Dogan  <deniz@dogan.se>
23878         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23879         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23881 2011-05-19  Glenn Morris  <rgm@gnu.org>
23883         * progmodes/f90.el (f90-type-def-re):
23884         Handle "type, bind(c)".  (Bug#8691)
23886         * emacs-lisp/autoload.el (batch-update-autoloads):
23887         Set autoload-excludes by parsing loadup.el rather than Makefiles.
23889 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
23891         * net/tramp.el (tramp-process-actions): Set "first-password-request"
23892         property for the correct connection in case of multihops.
23894 2011-05-18  Glenn Morris  <rgm@gnu.org>
23896         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23897         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23899         Rationalize calendar handling of day and month abbrev-arrays.
23900         * calendar/calendar.el (calendar-customized-p): New function.
23901         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23902         (calendar-day-name-array, calendar-month-name-array): Doc fix.
23903         Add :set function.
23904         (calendar-abbrev-length, calendar-day-abbrev-array)
23905         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23906         (calendar-day-abbrev-array, calendar-month-abbrev-array):
23907         Elements may no longer be nil.
23908         (calendar-day-name, calendar-month-name):
23909         Update for changed nature of abbrev arrays.
23910         * calendar/diary-lib.el (diary-name-pattern):
23911         Update for changed nature of abbrev arrays.
23912         (diary-mark-entries-1): Update calendar-make-alist calls.
23913         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23914         * calendar/cal-html.el (cal-html-day-abbrev-array):
23915         Simply inherit from calendar-day-abbrev-array.
23917 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23919         * progmodes/grep.el (grep-mode): Disable default
23920         compilation-directory-matcher setting (bug#8684).
23922 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
23924         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23925         instead of "head" and "tail".  There were problems with SunOS 5.9,
23926         and it performs better.
23928 2011-05-17  Glenn Morris  <rgm@gnu.org>
23930         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23932         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23933         Replace obsolete function.
23935         * shell.el (pcomplete-parse-arguments-function): Declare.
23937         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23938         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23939         (appt-check): Doc fixes.
23940         (appt-disp-window-function, appt-delete-window-function):
23941         Remove needless special case in custom :type.
23942         (appt-display-count): Default to 0, not nil.
23943         (appt-check): Reset appt-display-count to 0, not nil.
23945 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
23947         * progmodes/python.el (python-font-lock-keywords):
23948         Add the Python 3.X keyword "nonlocal" (bug#8639).
23950 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23952         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23954 2011-05-16  Kevin Ryde  <user42@zip.com.au>
23956         * info-look.el (makefile-automake-mode): New setups, looking in
23957         automake manual, then makefile-mode.
23958         (makefile-mode): Remove automake manual, have it just in
23959         makefile-automake-mode since there's various things different or
23960         not relevant to plain make.
23961         (makefile-mode): Remove "other-modes" non-existent automake-mode,
23962         believe a hypothetical automake-mode would go to makefile-mode,
23963         not the other way around.
23965 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23967         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23968         hunk-end tags (Bug#8672).
23970         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23971         vc-annotate-show-diff-revision-at-line (Bug#8671).
23973 2011-05-14  Glenn Morris  <rgm@gnu.org>
23975         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23976         in the middle of an existing one with multiple authors.  (Bug#8645)
23977         (change-log-font-lock-keywords): Also handle multiple author lines
23978         with leading tabs.  (Bug#8644)
23980         * calendar/appt.el (appt-check): Rename some local variables.
23981         Some simplification/reordering.
23983         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23984         (feedmail-sendmail-f-doesnt-sell-me-out)
23985         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23986         (feedmail-debug-sit-for, feedmail-queue-express-hook)
23987         (feedmail-queue-runner-message-sender): Set :version.
23988         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23989         (bbdb-dwim-net-address, vm-mail): Declare.
23990         (feedmail-binmail-gnulinuxish-template):
23991         Rename from feedmail-binmail-linuxish-template.
23992         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23993         Use insert-buffer-substring.
23995 2011-05-14  Bill Carpenter  <bill@carpenter.org>
23997         * mail/feedmail.el (feedmail-patch-level): Increase.
23998         (feedmail-debug): New custom group.
23999         (feedmail-confirm-outgoing-timeout)
24000         (feedmail-sendmail-f-doesnt-sell-me-out)
24001         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24002         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24003         (feedmail-sender-line, feedmail-from-line)
24004         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24005         (feedmail-spray-this-address)
24006         (feedmail-spray-address-fiddle-plex-list)
24007         (feedmail-queue-use-send-time-for-date)
24008         (feedmail-queue-use-send-time-for-message-id)
24009         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24010         (feedmail-buffer-eating-function):
24011         Doc fixes.
24012         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24013         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24014         (feedmail-message-action-scroll-down): New functions.
24015         (feedmail-queue-directory, feedmail-queue-draft-directory):
24016         Use expand-file-name.
24017         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24018         Remove C-v help entry.
24019         (feedmail-queue-buffer-file-name): New variable.
24020         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24021         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24022         (feedmail-message-action-send-strong, feedmail-message-action-edit)
24023         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24024         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24025         (feedmail-message-action-toggle-spray)
24026         (feedmail-run-the-queue-no-prompts)
24027         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24028         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24029         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24030         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24031         (feedmail-envelope-deducer, feedmail-fiddle-from)
24032         (feedmail-fiddle-sender, feedmail-default-date-generator)
24033         (feedmail-fiddle-date, feedmail-fiddle-message-id)
24034         (feedmail-fiddle-spray-address)
24035         (feedmail-fiddle-list-of-spray-fiddle-plexes)
24036         (feedmail-fiddle-list-of-fiddle-plexes)
24037         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24038         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24039         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24040         Change default.  Doc fix.
24041         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24042         (feedmail-binmail-linuxish-template): New constant.
24043         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
24044         Respect feedmail-sendmail-f-doesnt-sell-me-out.
24045         (feedmail-send-it): Add debug call.
24046         Use feedmail-queue-buffer-file-name, and
24047         feedmail-send-it-immediately-wrapper.
24048         (feedmail-message-action-send): Add debug call.
24049         Use feedmail-send-it-immediately-wrapper.
24050         (feedmail-queue-express-to-queue): Add debug call.
24051         Run feedmail-queue-express-hook.
24052         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
24053         (feedmail-message-action-help-blat):
24054         Rename from feedmail-queue-send-edit-prompt-help-first.
24055         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
24056         Check line-endings.  Handle errors better.
24057         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24058         Doc fix.  Add debug call.
24059         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
24060         Use feedmail-queue-send-edit-prompt-inner.
24061         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24062         (feedmail-queue-send-edit-prompt-inner): New function, extracted
24063         from feedmail-queue-send-edit-prompt.
24064         (feedmail-queue-send-edit-prompt-help)
24065         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24066         (feedmail-tidy-up-slug): Add debug call.
24067         Respect feedmail-queue-slug-suspect-regexp.
24068         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24069         (feedmail-dump-message-to-queue): Add debug call.
24070         Expand queue-directory.
24071         (feedmail-dump-message-to-queue): Change message slightly.
24072         Use feedmail-say-chatter.
24073         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
24074         (feedmail-send-it-immediately-wrapper): New function.
24075         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
24076         Insert empty string rather than newline.  Handle full-frame case.
24077         Use catch/throw.  Use feedmail-say-chatter.
24078         (feedmail-fiddle-from): Try mail-host-address.
24079         (feedmail-default-message-id-generator): Doc fix.
24080         Bind system-time-locale.  Handle missing end.
24081         (feedmail-fiddle-x-mailer): Add debug call.
24082         Handle feedmail-x-mailer-line being nil.
24083         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24084         Add debug call.  Use buffer-substring-no-properties.
24085         (feedmail-say-debug, feedmail-say-chatter): New functions.
24086         (feedmail-find-eoh): Give an explicit error.
24088 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
24090         * net/newst-treeview.el (newsticker-treeview-face): Change default
24091         family from helvetica to sans.
24092         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24093         etc/images/newsticker.
24095         * net/newst-reader.el (newsticker-feed-face): Change default
24096         family from helvetica to sans.
24098         * net/newst-plainview.el (newsticker-new-item-face)
24099         (newsticker-old-item-face, newsticker-immortal-item-face)
24100         (newsticker-obsolete-item-face, newsticker-date-face)
24101         (newsticker-statistics-face): Change default family from
24102         helvetica to sans.
24103         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24104         etc/images/newsticker.
24106         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24107         (newsticker--process-auto-mark-filter-match): Tell user about
24108         auto-marking.
24110 2011-05-13  Didier Verna  <didier@xemacs.org>
24112         Common Lisp indentation improvements on defmethod and lambda-lists.
24113         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24114         TODO entries.
24115         (lisp-lambda-list-keyword-parameter-indentation)
24116         (lisp-lambda-list-keyword-parameter-alignment)
24117         (lisp-lambda-list-keyword-alignment): New customizable user options.
24118         (lisp-indent-defun-method): Improve docstring.
24119         (extended-loop-p): Fix comment.
24120         (lisp-indent-lambda-list-keywords-regexp): New variable.
24121         (lisp-indent-lambda-list): New function.
24122         (lisp-indent-259): Use it.
24123         (lisp-indent-defmethod): Support for more than one
24124         method qualifier and properly indent methods lambda-lists.
24125         (defgeneric): Provide a missing common-lisp-indent-function property.
24127 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24129         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24130         bounds for the empty string (bug#8667).
24132 2011-05-13  Glenn Morris  <rgm@gnu.org>
24134         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24136         * mail/sendmail.el (sendmail-program): Try executable-find first.
24137         (sendmail-send-it): `sendmail-program' cannot be unbound.
24139         * calendar/appt.el (appt-make-list): Simplify.
24140         (appt-time-msg-list): Doc fix.
24141         (appt-check): Change mode-line message at the time of the appointment.
24143 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24145         * progmodes/ld-script.el (ld-script-keywords)
24146         (ld-script-builtins): Update keywords list.
24148 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24150         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24152         * shell.el (shell-completion-vars): New function.
24153         (shell-mode):
24154         * simple.el (read-shell-command): Use it.
24155         (blink-matching-open): No need for " [...]" in minibuffer-message.
24157 2011-05-12  Glenn Morris  <rgm@gnu.org>
24159         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24160         (appt-check): Simplify.
24162 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
24164         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24165         literal "/dev/null".
24167 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24169         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24170         Fix typo.
24172 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
24174         * progmodes/which-func.el (which-function):
24175         Use add-log-current-defun instead of add-log-current-defun-function,
24176         which might not be defined (Bug#8260).
24178 2011-05-12  Glenn Morris  <rgm@gnu.org>
24180         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24181         Let byte-compile-initial-macro-environment always take precedence.
24183 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24185         * net/rcirc.el: Add support for SSL/TLS connections.
24186         (rcirc-server-alist): New field `encryption'.
24187         (rcirc): Check `encryption' settings.
24188         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
24189         Merge make-local-variable into `set'.
24190         (rcirc--connection-open-p): New function.
24191         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24192         the process is not a network process (e.g. running gnutls-cli).
24193         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24194         Make rcirc-(en|de)code-coding-system local here.
24195         (rcirc-mode): Merge make-local-variable into `set'.
24196         (rcirc-parent-buffer): Make permanent buffer-local.
24197         (rcirc-multiline-minor-mode): Don't do it here.
24198         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24199         there's no server buffer.
24201 2011-05-11  Glenn Morris  <rgm@gnu.org>
24203         * newcomment.el (comment-kill): Prefix "unused" local.
24205         * term/w32console.el (get-screen-color): Declare.
24207         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24208         Handle symbol elements of byte-compile-initial-macro-environment.
24210 2011-05-10  Leo Liu  <sdl.web@gmail.com>
24212         * bookmark.el (bookmark-bmenu-mode-map):
24213         Bind bookmark-bmenu-search to `/'.
24215         * mail/footnote.el: Convert to utf-8 encoding.
24216         (footnote-unicode-string, footnote-unicode-regexp): New variable.
24217         (Footnote-unicode): New function.
24218         (footnote-style-alist): Add unicode style to the list.
24219         (footnote-style): Doc fix.
24221 2011-05-10  Jim Meyering  <meyering@redhat.com>
24223         Fix doubled-word typos.
24224         * international/quail.el (quail-insert-kbd-layout): and and -> and
24225         * kermit.el: and and -> and
24226         * net/ldap.el (ldap-search-internal): to to -> to
24227         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24228         * progmodes/js.el (js-mode): and and -> and
24229         * textmodes/artist.el (artist-move-to-xy): at at -> at
24230         (artist-draw-region-trim-line-endings): if if -> if
24231         And Safetyc -> Safety.
24232         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24234 2011-05-10  Glenn Morris  <rgm@gnu.org>
24235             Stefan Monnier  <monnier@iro.umontreal.ca>
24237         * files.el (hack-one-local-variable-eval-safep):
24238         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
24240 2011-05-10  Glenn Morris  <rgm@gnu.org>
24242         * calendar/diary-lib.el (diary-list-entries-hook)
24243         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24244         (diary-nongregorian-marking-hook, diary-list-entries)
24245         (diary-include-other-diary-files, diary-mark-entries)
24246         (diary-mark-included-diary-files): Doc fixes.
24248 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24250         * misc.el: Require tabulated-list.el during compilation.
24252 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24254         * progmodes/compile.el (compilation-start):
24255         Run compilation-filter-hook for the async case too.
24256         (compilation-filter-hook): Doc fix.
24258 2011-05-09  Deniz Dogan  <deniz@dogan.se>
24260         * wdired.el: Remove outdated installation comment.  Fix usage
24261         comment.
24263 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24265         * misc.el: Implement new command `list-dynamic-libraries'.
24266         (list-dynamic-libraries--loaded-only-p): New variable.
24267         (list-dynamic-libraries--refresh): New function.
24268         (list-dynamic-libraries): New command.
24270 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24272         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24273         Fix the ant regexp to handle end-line and end-column info from jikes.
24274         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
24275         higher priority to avoid clobbering by gnu.
24277 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24279         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24280         if the face has existing theme settings (Bug#8454).
24282 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
24284         * progmodes/perl-mode.el (perl-imenu-generic-expression):
24285         Only match variables declared via `my' or `our' (Bug#8261).
24287         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24288         special file names `.' and `..' (Bug#8259).
24290 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24292         * progmodes/grep.el (grep-mode-font-lock-keywords):
24293         Remove buffer-changing entries.
24294         (grep-filter): New function.
24295         (grep-mode): Add it to compilation-filter-hook.
24297         * progmodes/compile.el (compilation-filter-hook)
24298         (compilation-filter-start): New defvars.
24299         (compilation-filter): Call compilation-filter-hook prior to
24300         updating the process mark.
24302 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24304         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24306 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
24308         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24309         mailclient-send-it even if window-system is nil.  (Bug#8595)
24311         * term/w32console.el (terminal-init-w32console):
24312         Call get-screen-color and use its output to set the frame
24313         background-mode.  (Bug#8597)
24315 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24317         Make bytecomp.el understand that defmethod defines funs (bug#8631).
24318         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24319         New functions.
24320         (defgeneric, eieio--defmethod): Use them.
24321         (eieio-defgeneric): Remove.
24322         (defmethod): Call defgeneric in a way visible to the byte-compiler.
24324 2011-05-07  Glenn Morris  <rgm@gnu.org>
24326         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24327         Use let rather than let*.
24328         (timeclock-find-discrep): Remove unused local.
24330         * calendar/diary-lib.el (diary-comment-start): Doc fix.
24332         * calendar/appt.el (appt-time-msg-list): Doc fix.
24334 2011-05-06  Noah Friedman  <friedman@splode.com>
24336         * apropos.el (apropos-print-doc): Only use
24337         emacs-lisp-docstring-fill-column when it is bound to an integer,
24338         per that variable's documentation.
24340 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24342         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24343         and warnings are not silently discarded (e.g. use -d instead of -P).
24345 2011-05-06  Glenn Morris  <rgm@gnu.org>
24347         * calendar/appt.el (appt-message-warning-time): Doc fix.
24348         (appt-warning-time-regexp): New option.
24349         (appt-make-list): Respect appt-message-warning-time.
24351         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24352         New options.
24353         (diary-add-to-list): Strip comments from the displayed string.
24354         (diary-mode): Set comment-start and comment-end.
24356         * vc/diff-mode.el (smerge-refine-subst): Declare.
24357         (diff-refine-hunk): Don't require smerge-mode when compiling.
24359 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
24361         * simple.el (list-processes): Return nil as the docstring says.
24363 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24365         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24366         to "".
24367         (ange-ftp-write-region, ange-ftp-insert-file-contents)
24368         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24369         determining of binary transfer.  (Bug#7383)
24371 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24373         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24374         Fix port computation bug.  (Bug#8618)
24376 2011-05-05  Glenn Morris  <rgm@gnu.org>
24378         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24380         * simple.el (shell-dynamic-complete-functions)
24381         (comint-dynamic-complete-functions): Declare.
24383         * net/network-stream.el (gnutls-negotiate):
24384         * simple.el (tabulated-list-print): Fix declarations.
24386         * progmodes/gud.el (syntax-symbol, syntax-point):
24387         Remove unnecessary and incorrect declarations.
24389         * emacs-lisp/check-declare.el (check-declare-scan):
24390         Handle byte-compile-initial-macro-environment in bytecomp.el.
24392 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24394         Fix earlier half-done eieio-defmethod change (bug#8338).
24395         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24396         Streamline and change calling convention.
24397         (defmethod): Adjust accordingly and simplify.
24398         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24399         new eieio--defmethod.
24400         (slot-boundp): Minor CSE simplification.
24402 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
24404         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24405         (glasses-make-readable): Use glasses-separate-capital-groups.
24407 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
24409         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24410         (warning-series): Doc fix.
24411         (display-warning): Don't try to create the buffer if we just found it.
24413 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
24415         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24416         (autoload-find-generated-file): New function.
24417         (generate-file-autoloads): Bind generated-autoload-file to
24418         buffer-file-name.
24419         (update-file-autoloads, update-directory-autoloads):
24420         Use autoload-find-generated-file.  If called interactively, prompt for
24421         output file (Bug#7989).
24422         (batch-update-autoloads): Doc fix.
24424 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
24426         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24428 2011-05-04  Glenn Morris  <rgm@gnu.org>
24430         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24431         function, so it follows changes in calendar-date-style.
24432         (diary-fancy-date-matcher): New function.
24433         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24434         (diary-fancy-font-lock-fontify-region-function):
24435         Use diary-fancy-date-pattern as a function.
24437         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24438         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
24440 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
24442         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24443         instead of positional arguments.  Allow :keylist and :crlfiles
24444         arguments.
24445         (open-gnutls-stream): Call it.
24447         * net/network-stream.el (network-stream-open-starttls): Adjust to
24448         call `gnutls-negotiate' with :process and :hostname arguments.
24450 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24452         * minibuffer.el (completion--message): New function.
24453         (completion--do-completion, minibuffer-complete)
24454         (minibuffer-force-complete, minibuffer-complete-word): Use it.
24455         (completion--do-completion): Don't ignore completion-auto-help when in
24456         icomplete-mode.
24458         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24459         internal encoding (e.g. tibetan zero is not whitespace).
24460         (global-whitespace-mode): Prefer save-current-buffer.
24461         (whitespace-trailing-regexp): Remove useless save-match-data.
24462         (whitespace-empty-at-bob-regexp): Minor simplification.
24464 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
24466         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24468 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
24470         * textmodes/ispell.el (ispell-add-per-file-word-list):
24471         Use `concat' to create string for insertion.
24473 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24475         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24476         Avoid open-line which runs post-self-insert-hook.
24477         (bibtex-fill-entry): Remove unused `end' var.
24479 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
24481         * textmodes/ispell.el (ispell-add-per-file-word-list):
24482         Protect against `nil' value of `comment-start' (Bug#8579).
24484 2011-05-03  Leo Liu  <sdl.web@gmail.com>
24486         * isearch.el (isearch-yank-pop): New command.
24487         (isearch-mode-map): Bind it to `M-y'.
24488         (isearch-forward): Mention it.
24490 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24492         * simple.el (minibuffer-complete-shell-command): Remove.
24493         (minibuffer-local-shell-command-map): Use completion-at-point.
24494         (read-shell-command): Setup completion vars here instead.
24495         (read-expression-map): Bind TAB to symbol completion.
24497         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24498         error directly rather via storing it into `results'.
24500 2011-05-02  Leo Liu  <sdl.web@gmail.com>
24502         * vc/diff.el: Fix description.
24504 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24506         * server.el (server-eval-at): New function.
24508 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24510         * net/network-stream.el (open-network-stream): Take a :nowait
24511         parameter and pass it on to `make-network-process'.
24512         (network-stream-open-plain): Ditto.
24514 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
24516         * faces.el (face-spec-set-match-display): Don't match toolkit
24517         options on terminal frames.
24519 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24521         * progmodes/pascal.el: Use lexical binding.
24522         (pascal-mode-map): Remove author preferences.
24524         * pcomplete.el (pcomplete-std-complete): Don't abuse
24525         completion-at-point.
24527 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24529         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24530         removing code that has been dead since 1991 or so.
24532         * startup.el (command-line): When warning about "_emacs", use a
24533         delayed warning to allow the user to filter it out.
24535 2011-04-28  Deniz Dogan  <deniz@dogan.se>
24537         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24538         user has not joined.
24540 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24542         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24543         aren't any completions at point.
24545 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24547         * subr.el (display-delayed-warnings): New function.
24548         (delayed-warnings-hook): New variable.
24550 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24552         * minibuffer.el (completion-at-point, completion-help-at-point):
24553         Don't presume that a given completion-at-point-function will always
24554         use the same calling convention.
24556         * pcomplete.el (pcomplete-completions-at-point):
24557         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
24558         pcomplete-seen is non-nil.
24559         (pcomplete-comint-setup): Also recognize the new comint/shell
24560         completion functions.
24561         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24562         pcomplete-seen is non-nil.
24564 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
24566         * calendar/icalendar.el (diary-lib): Add require statement.
24567         (icalendar--create-uid): Read out a uid from a text-property on
24568         the first character in the entry.  This allows for code to add its
24569         own uid to the entry.
24570         (icalendar--convert-float-to-ical): Add export of
24571         `diary-float'-entries save for those with the optional DAY
24572         argument.
24574 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
24576         * subr.el (shell-quote-argument): Use alternate escaping strategy
24577         when we spot a variable reference in a string.
24579 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24581         * cus-start.el (all): Define customization for debug-on-event.
24583 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24585         * subr.el (shell-quote-argument): Escape correctly under Windows.
24587 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24589         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24591 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
24593         * net/tramp.el (tramp-process-actions): Add POS argument.
24594         Delete region between POS and (pos).
24596         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24597         Use `nil' position in `tramp-process-actions' call.
24598         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24600         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24601         position in `tramp-process-actions' call.
24603         * net/trampver.el: Update release number.
24605 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24607         * custom.el (defcustom): Obey lexical-binding.
24609         Fix octave-inf completion problems reported by Alexander Klimov.
24610         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24611         Inherit from octave-mode-syntax-table.
24612         (inferior-octave-mode): Set info-lookup-mode.
24613         (inferior-octave-completion-at-point): New function.
24614         (inferior-octave-complete): Use it and completion-in-region.
24615         (inferior-octave-dynamic-complete-functions): Use it as well, and use
24616         comint-filename-completion.
24617         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24618         symbol elements which shouldn't be word elements.
24619         (octave-font-lock-keywords, octave-beginning-of-defun)
24620         (octave-function-header-regexp): Adjust regexps accordingly.
24621         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24623 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
24625         * net/gnutls.el (gnutls-errorp): Declare before first use.
24627 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
24629         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24630         verify-error, and verify-hostname-error parameters.  Check whether
24631         default trustfile exists before going to use it.  Add missing
24632         argument to gnutls-message-maybe call.  Return value.
24633         Reported by Claudio Bley <claudio.bley@gmail.com>.
24634         (open-gnutls-stream): Add usage example.
24636         * net/network-stream.el (network-stream-open-starttls): Give host
24637         parameter to `gnutls-negotiate'.
24638         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24639         * subr.el (shell-quote-argument): Escape correctly under Windows.
24641 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24643         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24644         Use correct match group (bug#8438).
24646 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24648         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24649         (package-menu--generate): New arg specifying packages to show.
24650         (package-menu-refresh, package-menu-execute, list-packages):
24651         Callers changed.
24652         (package-show-package-list): New function, replacing deleted
24653         package--list-packages (renamed because it is non-internal).
24655         * finder.el (finder-list-matches): Use package-show-package-list
24656         instead of deleted package--list-packages.
24658         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24659         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24660         (vc-annotate-mode-map): Bind it to RET.
24662 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24664         * progmodes/etags.el (next-file): Don't use set-buffer to change
24665         buffers (Bug#8478).
24667 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24669         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24671         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24672         (apropos-accumulator): Doc fix.
24673         (apropos-function, apropos-macro, apropos-command)
24674         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24675         (apropos-plist): Add face property.
24676         (apropos-symbols-internal): Fix indentation.
24677         (apropos-print): Simplify help, and recognize apropos-multi-type.
24678         (apropos-print-doc): Use button-type-get to extract the button's
24679         face property.  Fill docstring (Bug#8352).
24681 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24683         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24685         * play/mpuz.el (mpuz-silent): Doc fix.
24686         (mpuz-mode-map): Use mapc.
24687         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24688         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24689         Fix typos in docstrings.
24691         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24692         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24694         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24696 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24698         * minibuffer.el (completion--do-completion): Avoid the "Next char
24699         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24701         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24702         mouse-2 into unread-command-events, it is interpreted correctly.
24704         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24705         (image-toggle-display): Doc fix.
24707 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24709         * textmodes/page.el (what-page): Use line-number-at-pos to
24710         calculate line number (Bug#6825).
24712 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24714         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24715         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24716         Pass argument NO-DEFAULT to `find-tag-interactive'.
24718 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24720         Lexical-binding cleanup.
24722         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24723         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24724         * progmodes/ada-prj.el (ada-prj-initialize-values)
24725         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24726         (ada-prj-show-value):
24727         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24728         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24729         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24730         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24731         * progmodes/bug-reference.el (bug-reference-push-button):
24732         * progmodes/fortran.el (fortran-line-length):
24733         * progmodes/glasses.el (glasses-change):
24734         * progmodes/octave-mod.el (octave-fill-paragraph):
24735         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24736         (python-pdbtrack-grub-for-buffer, python-sentinel):
24737         * progmodes/sql.el (sql-save-connection):
24738         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24739         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24740         Mark unused parameters.
24742         * progmodes/compile.el (compilation--flush-directory-cache)
24743         (compilation--flush-parse, compile-internal): Mark unused parameters.
24744         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24745         (compilation-next-error-function): Remove unused variable `timestamp'.
24747         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24748         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24750         * progmodes/dcl-mode.el (dcl-end-of-command):
24751         Remove unused variable `start'.
24752         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24753         (dcl-option-value-basic, dcl-option-value-offset)
24754         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24755         Mark unused parameters.
24756         (dcl-save-local-variable): Remove unused variable `val'.
24757         (mode): Declare.
24759         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24760         Mark unused parameters.
24761         (delphi-ignore-changes): Move before first use.
24762         (delphi-charset-token-at): Remove unused variable `start'.
24763         (delphi-else-start): Remove unused variable `if-count'.
24764         (delphi-comment-block-start, delphi-comment-block-end):
24765         Remove unused variable `kind'.
24766         (delphi-indent-line): Remove unused variable `new-point'.
24768         * progmodes/ebrowse.el (ebrowse-files-list)
24769         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24770         Mark unused parameters.  Don't quote `lambda'.
24771         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24772         Don't quote `lambda'.
24773         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24774         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24775         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24776         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24777         Use `ignore-errors'.
24778         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24779         (ebrowse-view/find-file-and-search-pattern)
24780         (ebrowse-view/find-member-declaration/definition):
24781         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24782         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24783         Rename parameter PREFIX-ARG to PREFIX.
24784         (ebrowse-tags-read-name): Remove unused variables `start' and
24785         `member-info'.
24786         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24787         to `tags-file'.
24789         * progmodes/etags.el (local-find-tag-hook): Declare.
24790         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24791         Mark unused parameters.
24793         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24794         (executable-interpret): Mark unused parameter.
24796         * progmodes/flymake.el (flymake-process-sentinel)
24797         (flymake-after-change-function)
24798         (flymake-create-temp-with-folder-structure)
24799         (flymake-get-include-dirs-dot): Mark unused parameters.
24800         (flymake-safe-delete-directory): Remove unused variable `err'.
24802         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24803         (speedbar-timer-fn, speedbar-line-text)
24804         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24805         (speedbar-center-buffer-smartly): Declare functions.
24806         (gdb-find-watch-expression): Remove unused variable `array'.
24807         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24808         (gdb-starting): Mark unused parameters.
24809         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24810         (gdb-table-string): Remove unused variable `res'.
24811         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24812         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24813         (gdb-display-buffer): Remove unused variable `cur-size'.
24815         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24816         allow lexical-binding compilation.
24817         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24818         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24819         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24820         Mark unused parameters.
24821         (gud-gdb-marker-filter): Remove unused variable `match'.
24822         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24823         lambda expressions and funcall them, instead of using `fset'.
24825         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24826         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24828         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24829         variable `header-beg'; use `let'.
24831         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24832         `restart', `last-sexp' and `at-do'.
24834         * progmodes/js.el (js--debug): Mark unused parameter.
24835         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24836         (js--splice-into-items): Remove unused variable `item'.
24837         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24839         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24840         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24841         (makefile-complete): Remove unused variable `try'.
24842         (makefile-fill-paragraph, makefile-match-function-end):
24843         Mark unused parameters.
24845         * progmodes/octave-inf.el (inferior-octave-complete):
24846         Remove unused variable `proc'.
24847         (inferior-octave-output-digest): Mark unused parameter.
24849         * progmodes/perl-mode.el (perl-calculate-indent):
24850         Remove unused variable `err'.
24852         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24853         (prolog-indent-line): Mark unused parameters.
24854         (prolog-indent-line): Remove unused variable `beg'.
24856         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24857         (reporter-dont-compact-list): Declare.
24859         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24860         Remove unused variable `char'.
24861         (sh-debug): Mark unused parameter.
24862         (sh-get-indent-info): Remove unused variable `start'.
24863         (sh-calculate-indent): Remove unused variable `var'.
24865         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24866         (simula-electric-keyword): Remove unused variable `null'.
24867         (simula-search-backward, simula-search-forward): Remove unused
24868         variables `begin' and `end'.
24870         * progmodes/vera-mode.el (vera-guess-basic-syntax):
24871         Remove unused variable `pos'.
24872         (vera-electric-tab, vera-comment-uncomment-region):
24873         Mark unused parameters.
24874         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24876 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
24878         * emacs-lisp/package.el (package--builtins, package-alist)
24879         (package-load-descriptor, package-built-in-p, package-activate)
24880         (define-package, package-installed-p)
24881         (package-compute-transaction, package-buffer-info)
24882         (package--push): Doc fix.  Distinguish more clearly between
24883         version strings and version lists.
24885 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
24887         Lexical-binding cleanup.
24889         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24890         (5x5-make-mutate-best):
24891         * play/fortune.el (fortune-in-buffer):
24892         * play/gomoku.el (gomoku-init-display):
24893         * play/solitaire.el (solitaire, solitaire-do-check):
24894         * play/tetris.el (tetris-default-update-speed-function):
24895         Mark unused parameters.
24897         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24898         (bubbles--shift): Remove unused variable `char-org'.
24899         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
24900         (bubbles--show-images): Remove unused variable `char'.
24902         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24903         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24904         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24905         (decipher-analyze-buffer): Use ?\s.
24906         (decipher-make-checkpoint): Remove unused variable `mapping'.
24908         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24910         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24911         Remove unused variable `result'; use `let'.
24913         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24914         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24915         (gametree-children-shown-p, gametree-compute-reduced-score):
24916         Use `ignore-errors'.
24918         * play/handwrite.el (ps-lpr-switches): Declare.
24919         (handwrite): Remove unused variables `pmin' and `lastp'.
24921         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24923         * play/landmark.el (landmark-init-display)
24924         (landmark-update-naught-weights): Mark unused parameters.
24925         (landmark-y): Remove unused variable `noise'.  Simplify.
24926         (landmark-human-plays): Remove unused variable `score'.
24928         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24929         (mpuz-try-proposal): Remove unused variable `game'.
24931         * play/zone.el (life-patterns): Declare.
24933 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
24935         * vc/vc.el (ediff-vc-internal): Declare function.
24937 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24939         * shell.el: Use lexical-binding and std completion UI.
24940         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24941         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24942         comint-preoutput-filter-functions rather than on
24943         comint-output-filter-functions.
24944         (shell-command-completion, shell--command-completion-data)
24945         (shell-filename-completion, shell-environment-variable-completion)
24946         (shell-c-a-p-replace-by-expanded-directory): New functions.
24947         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24948         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24949         (shell-dynamic-complete-environment-variable): Use them.
24950         (shell-dynamic-complete-as-environment-variable)
24951         (shell-dynamic-complete-as-command): Remove.
24952         (shell-match-partial-variable): Match past point.
24953         * comint.el: Clean up use of completion-at-point-functions.
24954         (comint-completion-at-point): New function.
24955         (comint-mode): Use it completion-at-point-functions.
24956         (comint-dynamic-complete): Make it obsolete.
24957         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24958         (comint-c-a-p-replace-by-expanded-history): New function.
24959         (comint-dynamic-complete-functions)
24960         (comint-replace-by-expanded-history): Use it.
24961         * minibuffer.el (completion-table-with-terminator): Allow dynamic
24962         termination strings.  Try harder to avoid second try-completion.
24963         (completion-in-region-mode-map): Disable bindings that don't work yet.
24965         * comint.el: Use lexical-binding.  Require CL.
24966         (comint-dynamic-complete-functions): Use comint-filename-completion.
24967         (comint-completion-addsuffix): Tweak custom type.
24968         (comint-filename-completion, comint--common-suffix)
24969         (comint--common-quoted-suffix, comint--table-subvert)
24970         (comint--complete-file-name-data): New functions.
24971         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24972         (comint-dynamic-list-filename-completions): Use them.
24973         (comint-dynamic-simple-complete): Make obsolete.
24975         * minibuffer.el (completion-in-region-mode):
24976         Keep completion-in-region-mode--predicate global.
24977         (completion-in-region--postch):
24978         Assume completion-in-region-mode--predicate is not null.
24980         * progmodes/flymake.el (flymake-start-syntax-check-process):
24981         Obey `dir'.  Simplify.
24983         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24984         we're in VC after all.
24986 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
24988         * vc/vc.el (vc-diff-build-argument-list-internal)
24989         (vc-version-ediff, vc-ediff): New commands.
24990         (vc-version-diff): Use vc-diff-build-argument-list-internal.
24992 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24994         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24995         add sanity check.
24997         * obsolete/erc-hecomplete.el: Make obsolete.
24998         * obsolete/: Standardize obsolescence info in the header.
25000 2011-04-20  Glenn Morris  <rgm@gnu.org>
25002         * calendar/solar.el (solar-horizontal-coordinates):
25003         Use the longitude argument rather than `calendar-longitude'.
25004         (solar-date-next-longitude): Remove unused locals.
25006 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25008         * whitespace.el: New version 13.2.1.
25010 2011-04-20  felix  <EmacsWiki>  (tiny change)
25012         * whitespace.el (global-whitespace-mode): Keep highlight when
25013         switching between major modes on a file.
25015 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25017         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25018         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25019         multi-line comments as well.
25021 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
25023         Lexical-binding cleanup.
25025         * arc-mode.el (archive-mode-revert):
25026         * cmuscheme.el (scheme-interactively-start-process):
25027         * custom.el (custom-initialize-delay):
25028         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25029         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25030         * emacs-lock.el (emacs-lock-clear-sentinel):
25031         * ezimage.el (defezimage):
25032         * follow.el (follow-avoid-tail-recenter):
25033         * fringe.el (set-fringe-mode-1):
25034         * generic-x.el (bat-generic-mode-compile):
25035         * help-mode.el (help-info-variable, help-do-xref)
25036         (help-mode-revert-buffer):
25037         * help.el (view-emacs-todo):
25038         * iswitchb.el (iswitchb-completion-help):
25039         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25040         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25041         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25042         * locate.el (locate-update):
25043         * longlines.el (longlines-encode-region)
25044         (longlines-after-change-function):
25045         * outline.el (outline-isearch-open-invisible):
25046         * ps-def.el (declare-function, charset-dimension, char-width)
25047         (encode-char):
25048         * ps-mule.el (ps-mule-plot-string):
25049         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25050         (recentf-edit-list-select, recentf-edit-list-validate)
25051         (recentf-open-files-action):
25052         * rect.el (delete-whitespace-rectangle-line)
25053         (rectangle-number-line-callback):
25054         * register.el (window-configuration-to-register)
25055         (frame-configuration-to-register):
25056         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25057         * select.el (xselect-convert-to-string, xselect-convert-to-length)
25058         (xselect-convert-to-targets, xselect-convert-to-delete)
25059         (xselect-convert-to-filename, xselect-convert-to-charpos)
25060         (xselect-convert-to-lineno, xselect-convert-to-colno)
25061         (xselect-convert-to-os, xselect-convert-to-host)
25062         (xselect-convert-to-user, xselect-convert-to-class)
25063         (xselect-convert-to-name, xselect-convert-to-integer)
25064         (xselect-convert-to-atom, xselect-convert-to-identity):
25065         * subr.el (declare, ignore, process-kill-without-query)
25066         (text-clone-maintain):
25067         * terminal.el (te-get-char, te-tic-sentinel):
25068         * tool-bar.el (tool-bar-make-keymap):
25069         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25070         * type-break.el (type-break-mode, type-break-noninteractive-query):
25071         * view.el (View-back-to-mark):
25072         * wid-browse.el (widget-browse-action, widget-browse-widget)
25073         (widget-browse-widgets, widget-browse-sexp):
25074         * widget.el (define-widget-keywords):
25075         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25076         Mark unused parameters.
25078         * align.el (align-adjust-col-for-rule): Mark unused parameter.
25079         (align-areas): Remove unused variable `look'.
25080         (align-region): Remove unused variables `real-end' and `pos-list'.
25082         * apropos.el (apropos-score-doc): Remove unused variable `i'.
25084         * bindings.el (mode-line-modified, mode-line-remote):
25085         Mark unused parameters.
25086         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25088         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25089         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25091         * comint.el (comint-history-isearch-pop-state)
25092         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25093         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25094         (comint-substitute-in-file-name): Doc fix.
25096         * completion.el (cmpl-statistics-block): Mark unused parameter.
25097         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25098         (save-completions-to-file, load-completions-from-file):
25099         Remove unused local variable `e'.
25101         * composite.el (compose-chars): Remove unused variable `len'.
25102         (lgstring-insert-glyph): Remove unused variable `g'.
25103         (compose-glyph-string): Remove unused variables `ascent',
25104         `descent', `lbearing' and `rbearing'.
25105         (compose-glyph-string-relative): Remove unused variables
25106         `lbearing', `rbearing' and `wadjust'.
25107         (compose-gstring-for-graphic): Remove unused variables `header',
25108         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
25109         (compose-gstring-for-terminal): Remove unused variables `header'
25110         and `nchars'.  Use `let', not `let*'.
25112         * cus-edit.el (Custom-set, Custom-save, custom-reset)
25113         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25114         (Custom-buffer-done, custom-buffer-create-internal)
25115         (custom-browse-visibility-action, custom-browse-group-tag-action)
25116         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25117         (widget-magic-mouse-down-action, custom-toggle-parent)
25118         (custom-add-parent-links, custom-toggle-hide-variable)
25119         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25120         (custom-toggle-hide-face, face, hook, custom-group-link-action)
25121         (custom-face-menu-create, custom-variable-menu-create, get)
25122         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25123         (custom-reset-standard-save-and-update): Remove unused variable `value'.
25124         (customize-apropos): Remove unused variable `tests'.
25125         (custom-group-value-create): Remove unused variable `hidden-p'.
25126         (sort-fold-case): Declare.
25128         * cus-theme.el (custom-reset-standard-faces-list)
25129         (custom-reset-standard-variables-list): Declare.
25130         (customize-create-theme, custom-theme-revert, custom-theme-write)
25131         (custom-theme-choose-mode, customize-themes, custom-theme-save):
25132         Mark unused parameters.
25134         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25136         * delim-col.el (delimit-columns-max): Move defvar before first use.
25138         * descr-text.el (describe-char-categories): Don't quote `lambda'.
25139         (describe-char): Don't quote `lambda'.  Mark unused parameter.
25141         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25142         (auto-insert): Declare.
25143         (desktop-restore-file-buffer): Rename desktop-* parameters;
25144         mark unused ones.
25145         (desktop-create-buffer): Rename desktop-* parameters and bind them.
25146         (desktop-buffer): Rename desktop-* parameters.
25148         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25149         (dframe-reposition-frame-xemacs, dframe-help-echo)
25150         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25151         Mark unused parameters.
25153         * dired-aux.el (backup-extract-version-start, overwrite-query)
25154         (overwrite-backup-query, rename-regexp-query)
25155         (rename-non-directory-query): Declare.
25156         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25157         (dired-add-entry): Remove unused variable `orig-file-name'.
25158         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25159         Use parameter PRESERVE-TIME instead of accessing dynamic variable
25160         `dired-copy-preserve-time' directly.
25161         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25162         (dired-insert-subdir-newpos): Rename unused variable `pos'.
25164         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25165         (dired-virtual-revert, dired-make-relative-symlink):
25166         Mark unused parameters.
25167         (manual-program): Declare.
25168         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25169         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25170         wrapped in `with-no-warnings' to avoid replacing one warning by another.
25172         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25174         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25176         * echistory.el (electric-history-in-progress, Helper-return-blurb):
25177         Declare.
25179         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25181         * electric.el (Electric-command-loop): Rename parameter
25182         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25184         * expand.el (expand-in-literal): Remove unused variable `here'.
25186         * facemenu.el (facemenu-add-new-color):
25187         Remove unused variable `docstring'.
25189         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25190         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25191         (face-attr-construct): Mark unused parameter.  Doc fix.
25192         (read-color): Remove unused variable `hex-string'.
25194         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25195         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25196         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25197         (display-buffer-other-frame): Remove unused variable `old-window'.
25198         (kill-buffer-hook): Declare.
25199         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25200         Mark unused parameters.
25201         (after-find-file): Pass 1 to `auto-save-mode', not t.
25203         * files-x.el (auto-insert): Declare.
25204         (modify-file-local-variable-prop-line): Remove unused variable `val'.
25206         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25207         variable `buf'.  Mark unused parameter.
25208         (find-lisp-insert-directory): Mark unused parameter.
25210         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25211         (format-encode-region): Remove unused variables `cur-buf' and `result'.
25212         (format-common-tail): Remove, unused.
25213         (format-deannotate-region): Remove unused variable `loc'.
25214         (format-annotate-region): Remove unused variable `p'.
25215         (format-annotate-single-property-change): Remove unused variables
25216         `default' and `tail'.
25218         * forms.el (read-file-filter): Declare.
25219         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25221         * frame.el (frame-creation-function-alist): Mark unused parameter.
25222         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25224         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25225         Remove unused parameters.
25226         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25227         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25229         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25230         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25231         (hfy-prepare-tag-map): Mark unused parameters.
25232         (htmlfontify-buffer): Use `called-interactively-p'.
25234         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25235         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25236         (ibuffer-do-occur): Mark unused parameters.
25237         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25238         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25240         * ibuffer.el: Don't quote `lambda'.
25241         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25242         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25243         Mark unused parameters.
25245         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25246         (ido-completing-read): Mark unused parameters.
25247         (ido-copy-current-word): Mark unused parameters;
25248         remove unused variable `name'.
25249         (ido-sort-merged-list): Remove unused parameter `dirs'.
25251         * ielm.el (ielm-input-sender): Mark unused parameter.
25252         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25253         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25254         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25255         `ielm-string' as a dynamic variable accessible from the IELM prompt.
25256         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
25258         * image-dired.el (image-dired-display-thumbs): Remove unused
25259         variables `curr-file' and `count'.
25260         (image-dired-remove-tag): Remove unused variable `start'.
25261         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25262         variable `curr-file'
25263         (image-dired-rotate-original): Remove unused variable `temp-file'.
25264         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25265         Remove unused variable `file'.
25266         (image-dired-gallery-generate): Remove unused variable `curr'.
25267         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25269         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25271         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25273         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25275         * isearch.el (minibuffer-history-symbol): Declare.
25276         (isearch-edit-string): Remove unused variable `err'.
25277         (isearch-message-prefix, isearch-message-suffix):
25278         Mark unused parameters.
25280         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25282         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25284         * makesum.el (double-column): Remove unused variable `cnt'.
25286         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25287         (ido-ignore-item-temp-list): Declare.
25289         * mouse-drag.el (mouse-drag-throw): Remove unused variables
25290         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25291         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25292         (mouse-drag-drag): Remove unused variables `mouse-delta' and
25293         `mouse-col-delta'.
25295         * mouse-sel.el (mouse-extend-internal):
25296         Remove unused variable `orig-window-frame'.
25298         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25299         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25300         Move declarations before first use.
25301         (pcomplete-opt): Mark unused parameters; doc fix.
25303         * proced.el (proced-revert): Mark unused parameter.
25304         (proced-send-signal): Remove unused variable `err'.
25306         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25307         Rename parameter PREFIX-ARG to ARG.
25308         (ps-basic-plot-string, ps-basic-plot-whitespace):
25309         Mark unused parameters.
25311         * replace.el (replace-count): Define.
25312         (occur-revert-function): Mark unused parameters.
25313         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25314         (isearch-case-fold-search, isearch-string): Declare.
25315         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25316         bind `case-fold-search'.  Remove unused variables `beg' and `end',
25317         and simplify.
25318         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25319         COUNT and bind `replace-count'.
25320         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25321         to COUNT.
25323         * savehist.el (print-readably, print-string-length): Declare.
25325         * shadowfile.el (shadow-expand-cluster-in-file-name):
25326         Remove unused variable `cluster'.
25327         (shadow-copy-file): Remove unused variable `i'.
25328         (shadow-noquery, shadow-clusters, shadow-site-cluster)
25329         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25330         (shadow-define-literal-group, shadow-define-regexp-group)
25331         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25333         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25334         (shell): Use `called-interactively-p'.
25335         (shell-directory-tracker): Remove unused variable `chdir-failure'.
25337         * simple.el (compilation-context-lines, comint-file-name-quote-list)
25338         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25339         (delete-backward-char): Remove unused variable `ocol'.
25340         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25341         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25342         (event-apply-hyper-modifier, event-apply-shift-modifier)
25343         (event-apply-control-modifier, event-apply-meta-modifier):
25344         Mark unused parameters.
25345         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25346         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25348         * speedbar.el (speedbar-ignored-directory-expressions)
25349         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25350         (speedbar-find-file, speedbar-dir-follow)
25351         (speedbar-directory-buttons-follow, speedbar-tag-find)
25352         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25353         (speedbar-buffers-line-directory, speedbar-buffer-click):
25354         Mark unused parameters.
25355         (speedbar-tag-file): Remove unused variable `mode'.
25356         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25358         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25360         * talk.el (talk): Remove unused variable `display'.
25362         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25363         (tar-write-region-annotate): Mark unused parameter.
25365         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25366         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25367         Declare them, wrapped in `with-no-warnings' to avoid replacing one
25368         warning by another.
25370         * time-stamp.el (time-stamp-string-preprocess):
25371         Remove unused variable `require-padding'.
25373         * tree-widget.el (widget-glyph-enable): Declare.
25374         (tree-widget-action): Mark unused parameter.
25376         * w32-fns.el (x-get-selection): Mark unused parameter.
25377         (autoload-make-program, generated-autoload-file): Declare.
25379         * wdired.el (wdired-revert): Mark unused parameters.
25380         (wdired-xcase-word): Remove unused variable `err'.
25382         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25383         (whitespace-help-scroll): Remove unused variable `data-help'.
25385         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25386         (widget-image-insert, widget-after-change, default)
25387         (widget-default-format-handler, widget-default-notify)
25388         (widget-default-prompt-value, widget-info-link-action)
25389         (widget-url-link-action, widget-function-link-action)
25390         (widget-variable-link-action, widget-file-link-action)
25391         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25392         (widget-field-prompt-internal, widget-field-action, widget-field-match)
25393         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25394         (widget-insert-button-action, widget-delete-button-action, visibility)
25395         (widget-documentation-link-action, widget-documentation-string-action)
25396         (widget-const-prompt-value, widget-regexp-match, symbol)
25397         (widget-coding-system-prompt-value)
25398         (widget-key-sequence-value-to-external, sexp)
25399         (widget-sexp-value-to-internal, character, vector, cons)
25400         (widget-choice-prompt-value, widget-boolean-prompt-value)
25401         (widget-color--choose-action): Mark unused parameters.
25402         (widget-item-match-inline, widget-choice-match-inline)
25403         (widget-checklist-match, widget-checklist-match-inline)
25404         (widget-group-match): Rename parameter VALUES to VALS.
25405         (widget-field-value-set): Remove unused variable `size'.
25406         (widget-color-action): Remove unused variables `value' and `start'.
25408         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25409         variable `dir'.  Doc fix.
25410         (windmove-find-other-window): Don't pass it.
25412         * window.el (count-windows): Mark unused parameter.
25413         (bw-adjust-window): Remove unused variable `err'.
25415         * woman.el (woman-file-name): Remove unused variable `default'.
25416         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25417         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25418         (global-font-lock-mode): Declare.
25419         (woman-decode-region): Mark unused parameter.
25420         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25422         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25423         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25424         (x-dnd-handle-moz-url): Remove unused variable `title'.
25425         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25427         * xml.el (xml-parse-tag, xml-parse-attlist):
25428         Remove unused variable `pos'.
25430 2011-04-19  Glenn Morris  <rgm@gnu.org>
25432         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25433         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25434         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25435         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25436         * calendar/cal-html.el (cal-html-insert-minical):
25437         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25438         (calendar-mark-date-pattern):
25439         Prefix "unused" locals.
25441         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25442         optional argument `style'.
25444         * calendar/appt.el (appt-make-list):
25445         * calendar/cal-china.el (calendar-chinese-date-string):
25446         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25447         (diary-hebrew-yahrzeit):
25448         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25449         * calendar/calendar.el (calendar-generate-window):
25450         * calendar/time-date.el (time-to-days):
25451         Remove unused local variables.
25453 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
25455         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25456         glyphless-char-display table.
25457         (tabulated-list-glyphless-char-display): New var.
25459 2011-04-18  Sam Steingold  <sds@gnu.org>
25461         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25462         to acknowledgments.
25464 2011-04-17  Glenn Morris  <rgm@gnu.org>
25466         * calendar/diary-lib.el (diary-sexp-entry):
25467         * calendar/holidays.el (holiday-sexp):
25468         Set debug-on-error rather than the removed stack-trace-on-error.
25470 2011-04-16  Glenn Morris  <rgm@gnu.org>
25472         * progmodes/f90.el: Use lexical-binding.
25473         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25475 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25477         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25478         (mail-mode): Setup mailalias completion here instead.
25479         * mail/mailalias.el: Use lexical-binding.
25480         (pattern, mailalias-done): Declare dynamic.
25481         (mail-completion-at-point-function): New function, from mail-complete.
25482         (mail-complete): Use it.
25483         (mail-completion-expand): New function.
25484         (mail-get-names): Use it.
25485         (mail-directory, mail-directory-process, mail-directory-stream):
25486         Don't use `pattern' for lexically bound arg.
25488         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25490         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25491         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25492         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25494         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25495         (byte-save-window-excursion, byte-temp-output-buffer-setup)
25496         (byte-interactive-p): Define them again, for use when inlining
25497         old code.
25499 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
25501         * loadup.el: Use `string-to-number', not `string-to-int'.
25503 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25505         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25506         gud-gdb-complete-command.
25507         (gud-gdb-completions): New function, from gud-gdb-complete-command.
25508         (gud-gdb-completion-at-point): New function.
25509         (gud-gdb-completions): Remove.
25511 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
25513         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25514         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
25515         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25516         whether `executable-find' is bound.
25518         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25520 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25522         * minibuffer.el (completion-in-region-mode-predicate)
25523         (completion-in-region-mode--predicate): New vars.
25524         (completion-in-region, completion-in-region--postch)
25525         (completion-in-region-mode): Use them.
25526         (completion--capf-wrapper): Also return the hook function.
25527         (completion-at-point, completion-help-at-point):
25528         Adjust and provide a predicate.
25530         Preserve arg names for advice of subr and lexical functions (bug#8457).
25531         * help-fns.el (help-function-arglist): Consolidate the subr and
25532         new-byte-code cases.  Add argument `preserve-names' to extract names
25533         from the docstring when needed.
25534         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25535         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25536         (ad-arglist): Use help-function-arglist's new arg.
25537         (ad-definition-type): Use cond.
25539 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
25541         * autorevert.el (auto-revert-handler):
25542         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25543         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25544         Don't quote lambda.
25546         * image-mode.el (image-transform-set-scale):
25547         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25549 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25551         * net/network-stream.el (network-stream-open-starttls): Only do
25552         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25553         Upgrades via gnutls-cli are too slow to be done opportunistically.
25555 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
25557         * dframe.el (dframe-current-frame): Remove spurious quote.
25559 2011-04-12  Glenn Morris  <rgm@gnu.org>
25561         * calendar/cal-tex.el (cal-tex-end-document):
25562         Try to automatically use latin1 input if needed.
25564         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25565         Don't try to cons a mark onto an empty element.
25567 2011-04-11  Leo Liu  <sdl.web@gmail.com>
25569         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25570         buffers.
25571         (ido-kill-buffer-at-head): Support killing virtual buffers.
25573 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
25575         * minibuffer.el (completion-show-inline-help): New var.
25576         (completion--do-completion, minibuffer-complete)
25577         (minibuffer-force-complete, minibuffer-complete-word):
25578         Inhibit minibuffer messages if completion-show-inline-help is nil.
25580         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25581         to avoid interference from inline help (Bug#5849).
25583 2011-04-10  Leo Liu  <sdl.web@gmail.com>
25585         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25586         Fix typo.
25588 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
25590         * image-mode.el (image-toggle-display-image): Signal an error if
25591         not in Image mode.
25592         (image-transform-mode, image-transform-resize)
25593         (image-transform-set-rotation): Doc fix.
25594         (image-transform-set-resize): Delete.
25595         (image-transform-set-scale, image-transform-fit-to-height)
25596         (image-transform-fit-to-width): Handle image-toggle-display-image
25597         and image-transform-resize directly.
25599 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
25601         * doc-view.el (doc-view-fit-width-to-window)
25602         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25603         New functions for fitting the shown image to the Emacs window size.
25604         (doc-view-mode-map): Add bindings for the new functions.
25606 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
25608         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25609         Fix typo in docstring.
25611 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25613         * files.el (file-size-human-readable): Produce one digit after
25614         decimal, like "ls -lh" does.
25616         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25617         the file size representation.
25619         * simple.el (list-processes): If async subprocesses are not
25620         available, error out with a clear error message.
25622 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
25624         * help.el (help-form-show): New function, to be called from C.
25625         Put help-form output in a buffer named differently than *Help*.
25627 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25629         * files.el (file-size-human-readable): New function.
25631         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25632         computing the representation inline.  Don't require `cl'.
25634 2011-04-08  Glenn Morris  <rgm@gnu.org>
25636         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25638         * net/browse-url.el (browse-url-firefox):
25639         Test system-type, not system-configuration.
25641         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25642         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25643         Use log-edit-empty-buffer-p.  (Bug#7598)
25645         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25646         (rlogin-mode-map): Initialize in the defvar.
25647         (rlogin): Use ignore-errors.
25649         * replace.el (occur-mode-map): Some fixes for menu items.
25651 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25653         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25655 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25657         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25658         issuing unused warnings.
25660         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25661         macro directly.
25663         * simple.el: Lisp reimplement of list-processes.  Based on an
25664         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25665         (process-menu-mode): New major mode.
25666         (list-processes--refresh, list-processes):
25667         (process-menu-visit-buffer): New functions.
25669         * files.el (save-buffers-kill-emacs): Don't assume any return
25670         value of list-processes, which is undocumented anyway.
25672 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25674         * emacs-lisp/tabulated-list.el: New file.
25676         * emacs-lisp/package.el: Use Tabulated List mode.
25677         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25678         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25679         table format using Tabulated List mode variables.
25680         (package--push): New macro, replacing package-list-maybe-add.
25681         (package-menu--generate): Use package--push.  Renamed from
25682         package--generate-package-list.
25683         (package-menu-refresh, list-packages): Use it.
25684         (package-menu--print-info): Rename from package-print-package.
25685         Return insertion data instead of inserting it directly.
25686         (package-menu-describe-package, package-menu-execute):
25687         Use tabulated-list-get-id.
25688         (package-menu-mark-delete, package-menu-mark-install)
25689         (package-menu-mark-unmark, package-menu-backup-unmark)
25690         (package-menu-mark-obsolete-for-deletion):
25691         Use tabulated-list-put-tag.
25692         (package--list-packages, package-menu-revert)
25693         (package-menu-get-package, package-menu-get-version)
25694         (package-menu-sort-by-column): Functions deleted.
25695         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25696         (package-menu--status-predicate, package-menu--version-predicate)
25697         (package-menu--name-predicate)
25698         (package-menu--description-predicate): Handle arguments in the
25699         Tabulated List format.
25700         (package-list-packages-no-fetch): Call list-packages.
25702 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25704         * files.el (after-find-file-from-revert-buffer): Remove variable.
25705         (after-find-file): Don't bind it.
25706         (revert-buffer-in-progress-p): New variable.
25707         (revert-buffer): Bind it.
25708         Pass nil for `after-find-file-from-revert-buffer'.
25710         * saveplace.el (save-place-find-file-hook): Use new variable
25711         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25713 2011-04-06  Glenn Morris  <rgm@gnu.org>
25715         * Makefile.in (AUTOGEN_VCS): New variable.
25716         (autoloads): Use $AUTOGEN_VCS.
25718         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25719         * calendar/calendar.el (calendar-mode-map):
25720         Check for toolkit scroll bars.  (Bug#8305)
25722 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25724         * minibuffer.el (completion-in-region--postch)
25725         (completion-in-region-mode): Remove unnecessary messages.
25727 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25729         * font-lock.el (font-lock-refresh-defaults):
25730         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25731         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25733         * info.el (Info-directory-list, Info-read-node-name-2)
25734         (Info-split-parameter-string): Doc fixes.
25735         (Info-virtual-nodes): Reflow docstring.
25736         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25737         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25738         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25739         Fix typos in docstrings.
25740         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25741         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25742         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25743         (Info-restore-desktop-buffer): Mark unused parameters.
25744         (Info-directory-find-file, Info-directory-find-node)
25745         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25746         (Info-virtual-index-find-node, Info-apropos-find-file)
25747         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25748         Mark unused parameters; fix typos in docstrings.
25749         (Info-virtual-index): Remove unused local variable `nodename'.
25751 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25753         * net/rcirc.el: Update my e-mail address.
25754         (rcirc-mode-map): Remove M-o binding.
25756 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25758         * startup.el (command-line): Save the cursor's theme-face
25759         directly, instead of using face-override-spec.
25761         * custom.el (load-theme): Minor optimization in assigning faces.
25763 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25765         * help-fns.el (describe-variable): Complete all variables having
25766         documentation, including keywords.
25767         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25769 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25771         Convert to lexical-binding.
25773         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25774         (bs--get-marked-string, bs--get-modified-string)
25775         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25776         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25777         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25779         * ehelp.el (electric-help-execute-extended)
25780         (electric-help-ctrl-x-prefix):
25781         * hexl.el (hexl-revert-buffer-function):
25782         * linum.el (linum-after-change, linum-after-scroll):
25783         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25785         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25787 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25789         * epa-dired.el:
25790         * epa-mail.el:
25791         * epa-hook.el:
25792         * epa-file.el:
25793         * epa.el:
25794         * epg.el: Use lexical binding.
25796 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25798         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25800         * textmodes/flyspell.el (flyspell-word): Recognize default
25801         dictionary case for flyspell-mark-duplications-exceptions.
25802         Use regexp matching for languages.
25803         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25804         default dictionary (Bug#7926).
25806 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25808         * emacs-lisp/package.el (package--with-work-buffer):
25809         Recognize https URLs.
25811         * net/network-stream.el: Move from gnus/proto-stream.el.
25812         Change prefix to network-stream throughout.
25813         (open-protocol-stream): Merge into open-network-stream, leaving
25814         open-protocol-stream as an alias.  Handle nil BUFFER args.
25816         * subr.el (open-network-stream): Move to net/network-stream.el.
25818 2011-04-02  Glenn Morris  <rgm@gnu.org>
25820         * find-dired.el (find-exec-terminator): New option.
25821         (find-ls-option): Test for -ls support.
25822         (find-ls-subdir-switches): Test for -b in find-ls-option.
25823         (find-dired, find-grep-dired): Doc fixes.
25824         (find-dired): Use find-exec-terminator.
25826         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25827         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25828         (find-name-arg): Remove purecopy.
25830         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25831         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25832         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25833         accordingly.  Don't add the null-device if not needed.
25835         * files.el (save-some-buffers): Doc fix.
25837 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25839         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25841 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
25843         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25844         Use `dolist' rather than `mapcar'.
25846 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25848         Add lexical binding.
25850         * subr.el (apply-partially): Use new closures rather than CL.
25851         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25852         (dolist, dotimes): Use slightly different expansion for lexical code.
25853         (functionp): Move to C.
25854         (letrec): New macro.
25855         (with-wrapper-hook): Use it and apply-partially instead of CL.
25856         (eval-after-load): Preserve lexical-binding.
25857         (save-window-excursion, with-output-to-temp-buffer): Turn them
25858         into macros.
25860         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25862         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25863         than the arglist.
25864         (help-add-fundoc-usage): Don't add `Not documented'.
25865         (help-function-arglist): Handle closures, subroutines, and new
25866         byte-code-functions.
25867         (help-make-usage): Remove leading underscores.
25868         (describe-function-1): Handle closures.
25869         (describe-variable): Use special-variable-p for completion.
25871         * files.el (lexical-binding): Declare safe.
25873         * emacs-lisp/pcase.el: Don't use destructuring-bind.
25874         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
25875         (pcase): Add `let' pattern.
25876         Change memoization so it actually works.
25877         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25878         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25879         <let>: New case.
25881         * emacs-lisp/macroexp.el: Use lexical binding.
25882         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
25883         Don't convert ' to #' without checking that it's indeed quoting
25884         a lambda.
25886         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25887         Use eval-sexp-add-defvars.
25888         (eval-sexp-add-defvars): New fun.
25890         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25892         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25893         Don't autoload.
25894         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25895         than the internal `byte-compile-lambda'.
25896         (defmethod): Don't hide code under quotes.
25897         (eieio-defmethod): New `code' argument.
25899         * emacs-lisp/eieio-comp.el: Remove.
25901         * emacs-lisp/edebug.el (edebug-eval-defun)
25902         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25903         (edebug-toggle): Avoid `eval'.
25905         * emacs-lisp/disass.el (disassemble-internal): Handle new
25906         `closure' objects.
25907         (disassemble-1): Handle new byte codes.
25909         * emacs-lisp/cl.el (pushnew): Silence warning.
25911         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25912         (cl-byte-compile-throw): Remove.
25913         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25915         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25916         closures.
25918         * emacs-lisp/cconv.el: New file.
25920         * emacs-lisp/bytecomp.el: Use lexical binding instead of
25921         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
25922         (byte-compile-initial-macro-environment):
25923         Handle declare-function here.
25924         (byte-compile--lexical-environment): New var.
25925         (byte-stack-ref, byte-stack-set, byte-discardN)
25926         (byte-discardN-preserve-tos): New lap codes.
25927         (byte-interactive-p): Don't use any more.
25928         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25929         New macros.
25930         (byte-compile-lapcode): Use them and handle new lap codes.
25931         (byte-compile-obsolete): Remove.
25932         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25933         (byte-compile-arglist-warn): Check late def of inlinable funs.
25934         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25935         since they should have been expanded by now.
25936         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25937         (byte-compile-from-buffer): Remove unused second arg.
25938         (byte-compile-preprocess): New function.
25939         (byte-compile-toplevel-file-form): New function to distinguish
25940         file-form calls from outside from file-form calls from hunk-handlers.
25941         (byte-compile-file-form): Simplify.
25942         (byte-compile-file-form-defsubst): Remove.
25943         (byte-compile-file-form-defmumble): Simplify now that
25944         byte-compile-lambda always returns a byte-code-function.
25945         (byte-compile): Preprocess.
25946         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25947         Remove, not used any more.
25948         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25949         (byte-compile-make-args-desc): New funs.
25950         (byte-compile-lambda): Handle lexical functions.  Always return
25951         a byte-code-function.
25952         (byte-compile-reserved-constants): New var, to make up room for
25953         closed-over variables.
25954         (byte-compile-constants-vector): Obey it.
25955         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25956         (byte-compile-macroexpand-declare-function): New function.
25957         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25958         byte-code-functions.
25959         (byte-compile-form): Check obsolescence here.
25960         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25961         (byte-compile-variable-ref): Remove.
25962         (byte-compile-dynamic-variable-op): New fun.
25963         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25964         (byte-compile-variable-set): New funs.
25965         (byte-compile-discard): Add 2 args.
25966         (byte-compile-stack-ref, byte-compile-stack-set)
25967         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25968         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25969         macroexpand-all instead.
25970         (byte-compile-quote-form): Remove.
25971         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25972         (byte-compile-bind, byte-compile-unbind): New funs.
25973         (byte-compile-let): Handle let* and lexical binding.
25974         (byte-compile-let*): Remove.
25975         (byte-compile-catch, byte-compile-unwind-protect)
25976         (byte-compile-track-mouse, byte-compile-condition-case):
25977         Handle a new :fun-body form, used for lexical scoping.
25978         (byte-compile-save-window-excursion)
25979         (byte-compile-with-output-to-temp-buffer): Remove.
25980         (byte-compile-defun): Simplify.
25981         (byte-compile-stack-adjustment): New fun.
25982         (byte-compile-out): Use it.
25983         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25985         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25986         handler any more.
25988         * emacs-lisp/byte-opt.el: Use lexical binding.
25989         (byte-inline-lapcode): Remove (to bytecomp).
25990         (byte-compile-inline-expand): Pay attention to inlining to/from
25991         lexically bound code.
25992         (byte-compile-unfold-lambda): Don't handle byte-code-functions
25993         any more.
25994         (byte-optimize-form-code-walker): Don't handle save-window-excursion
25995         any more and don't call compiler-macros.
25996         (byte-compile-splice-in-already-compiled-code): Remove.
25997         (byte-code): Don't inline any more.
25998         (disassemble-offset): Receive `bytes' as argument rather than via
25999         dynamic scoping.
26000         (byte-compile-tag-number): Declare before first use.
26001         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26002         `return' even if make-spliceable.
26003         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26004         obsolete interactive-p.
26005         (byte-optimize-lapcode): Optimize new lap-codes.
26006         Don't trip up on new form of `byte-constant' lap code.
26008         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26010         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26012         * custom.el (custom-initialize-default, custom-declare-variable):
26013         Use `defvar'.
26015         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26016         New variables.
26017         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26018         (COMPILE_FIRST): Add macroexp and cconv.
26019         * makefile.w32-in: Mirror changes in Makefile.in.
26021         * vc/cvs-status.el:
26022         * vc/diff-mode.el:
26023         * vc/log-edit.el:
26024         * vc/log-view.el:
26025         * vc/smerge-mode.el:
26026         * textmodes/bibtex-style.el:
26027         * textmodes/css-mode.el:
26028         * startup.el:
26029         * uniquify.el:
26030         * minibuffer.el:
26031         * newcomment.el:
26032         * reveal.el:
26033         * server.el:
26034         * mpc.el:
26035         * emacs-lisp/smie.el:
26036         * doc-view.el:
26037         * dired.el:
26038         * abbrev.el: Use lexical binding.
26040 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
26042         * info.el (info-display-manual): New function.
26044 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26046         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26048 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
26050         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26051         an entry for that server in rcirc-authinfo.  (Bug#8385)
26053 2011-03-31  Glenn Morris  <rgm@gnu.org>
26055         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26057         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26059 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
26061         * progmodes/python.el (python-default-interpreter)
26062         (python-python-command-args, python-jython-command-args)
26063         (python-which-shell, python-which-args, python-which-bufname)
26064         (python-file-queue, python-comint-output-filter-function)
26065         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26066         variables and functions.
26068 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26070         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26071         (completion-in-region-mode): New minor mode.
26072         (completion-in-region): Use it.
26073         (completion-in-region--data, completion-in-region-mode-map): New vars.
26074         (completion-in-region--postch): New function.
26075         (completion--capf-misbehave-funs, completion--capf-safe-funs):
26076         New vars.
26077         (completion--capf-wrapper): New function.
26078         (completion-at-point): Use it to track well-behavedness of
26079         hook functions.
26080         (completion-help-at-point): New command.
26082 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
26084         * vc/add-log.el (add-change-log-entry): Don't use whitespace
26085         syntax class to search for whitespace on a single line
26086         (Message-ID: <4D938140.4030905@redhat.com>).
26088 2011-03-30  Leo Liu  <sdl.web@gmail.com>
26090         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26091         New commands.
26092         (edit-abbrevs-map): Bind them here.
26093         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
26095 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
26097         * allout.el (allout-hide-by-annotation, allout-flag-region):
26098         Reduce possibility of overlay leakage by making them volatile.
26100         * allout-widgets.el (allout-widgets-tally): Define as nil so the
26101         hash is not shared between buffers.  Mode initialization is
26102         responsible for giving it a useful starting value.
26103         (allout-item-span): Reduce possibility of overlay leakage by
26104         making them volatile.
26105         (allout-widgets-count-buttons-in-region): Add diagnostic function
26106         for tracking down button overlay leaks.
26108 2011-03-29  Leo Liu  <sdl.web@gmail.com>
26110         * ido.el (ido-read-internal): Use the default history var
26111         minibuffer-history if no HISTORY is specified.
26113 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
26115         * net/imap.el (imap-shell-open, imap-process-connection-type):
26116         Use imap-process-connection-type for 'shell' streams as well as
26117         Kerberos, SSL, other subprocesses.
26119 2011-03-28  Leo Liu  <sdl.web@gmail.com>
26121         * abbrev.el (abbrev-table-empty-p): New function.
26122         (prepare-abbrev-list-buffer): Place empty abbrev tables after
26123         nonempty ones.  (Bug#5937)
26125 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
26127         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26129 2011-03-27  Leo Liu  <sdl.web@gmail.com>
26131         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26132         for foreground and background colors.
26133         (ansi-color-make-color-map): Adapt.
26135 2011-03-25  Leo Liu  <sdl.web@gmail.com>
26137         * midnight.el (midnight-time-float): Remove.  Note it calculates
26138         the microsecond component incorrectly and seconds-to-time does the
26139         same job.
26140         Remove redundant (require 'timer).
26142         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26143         (ido-completions): Remove unused arguments.  (Bug#8329)
26145 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26147         * minibuffer.el (completion--flush-all-sorted-completions):
26148         Remove itself from hook.
26149         (completion-at-point): Let the functions perform the completion
26150         immediately and return nil or t.
26151         * comint.el (comint-dynamic-complete-functions): Now identical to
26152         completion-at-point-functions.
26153         (comint-dynamic-list-input-ring): Remove unused var `index'.
26154         (comint--match-partial-filename, comint--unquote&expand-filename):
26155         New funs, split from comint-match-partial-filename.
26156         (comint-dynamic-complete): Use completion-at-point.
26157         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26159 2011-03-24  Drew Adams  <drew.adams@oracle.com>
26161         * thingatpt.el: Support `defun'.
26163 2011-03-23  Leo Liu  <sdl.web@gmail.com>
26165         * abbrevlist.el: Move to obsolete/abbrevlist.el.
26167         * help-mode.el (help-mode-finish): Tweak regexp.
26169 2011-03-23  Glenn Morris  <rgm@gnu.org>
26171         * eshell/esh-opt.el (eshell-eval-using-options):
26172         Do not bind unused local variable `eshell-option-stub'.
26174         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26176 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26178         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26179         keymap variable in `with-no-warnings' to avoid a warning when the
26180         keymap has been already `defconst'ed.
26182 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26184         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26185         encode all chars in abbrevs; otherwise use emacs-mule or
26186         utf-8-emacs.  (Bug#8308)
26188 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26190         * simple.el (backward-delete-char-untabify):
26191         Avoid warning about using `delete-backward-char'.
26193         * image.el (image-type-file-name-regexps): Make it variable.
26194         `imagemagick-register-types' modifies it, and the user may want
26195         to add new extensions for known image types.
26196         (imagemagick-register-types): Throw error if not using ImageMagick.
26198 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26200         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26201         located before rcirc-prompt-end-marker.
26202         (rcirc-complete): Error if point is not after rcirc prompt.
26203         Handle the case when table is nil.
26204         (rcirc-user-authenticated): Define to fix compiler warning.
26206 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
26208         * custom.el (custom--inhibit-theme-enable): Make it affect only
26209         custom-theme-set-variables and custom-theme-set-faces.
26210         (provide-theme): Ignore custom--inhibit-theme-enable.
26211         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26212         (custom-enabling-themes): Delete variable.
26213         (enable-theme): Accept only loaded themes as arguments.
26214         Ignore the special custom-enabled-themes variable.
26215         (custom-enabled-themes): Forbid themes from setting this.
26216         Eliminate use of custom-enabling-themes.
26217         (custom-push-theme): Quote "changed" custom var entry.
26219 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26221         * ido.el (ido-read-internal): Add ido-selected to history instead
26222         of user input.
26224 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26226         * subr.el (deferred-action-list, deferred-action-function):
26227         Mark obsolete.
26229 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26231         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26232         change on 2011-02-13 (bug#8309).
26234         * minibuffer.el (read-file-name-function): Change default value.
26235         (read-file-name--defaults): Rename from read-file-name-defaults.
26236         (read-file-name-default): Rename from read-file-name.
26237         (read-file-name): Call read-file-name-function.
26239 2011-03-21  Glenn Morris  <rgm@gnu.org>
26241         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26242         Doc fixes.
26244 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
26246         * cus-theme.el: Add missing provide statement.
26247         (customize-create-theme): Extract theme value correctly.
26248         (custom-theme-visit-theme): Autoload.
26249         (customize-create-theme): Prompt before inserting default faces.
26251 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
26253         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26254         units and musical notes.
26256 2011-03-20  Leo Liu  <sdl.web@gmail.com>
26258         * ido.el (ido-read-internal): Use completing-read-default.
26259         (ido-completing-read): Fix compatibility with completing-read.
26261 2011-03-20  Christian Ohler  <ohler@gnu.org>
26263         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26264         (ert-delete-all-tests): Use `called-interactively-p' rather than
26265         `interactive-p'.
26266         (ert--make-xrefs-region): Respect END.
26268 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26270         * dired-aux.el (dired-create-directory): Signal an error if the
26271         directory already exists (Bug#8246).
26273         * facemenu.el (list-colors-display): Call list-faces-display
26274         inside with-help-window.
26275         (list-colors-print): Use display property to align the final
26276         column, instead of checking window-width.
26278 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
26280         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26281         windows-nt systems.
26282         (emerge-protect-metachars): Quote correctly for ms-dos and
26283         windows-nt systems.
26285 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
26287         * info.el (info-initialize): Replace all uses of `:' with
26288         path-separator for compatibility with non-Unix systems.
26289         Cache quoting of path-separator.  (Bug#8258)
26291 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
26293         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26294         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26295         (mouse-avoidance-mode): Fix typos in docstrings.
26297 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26299         * startup.el (package-subdirectory-regexp): Move from package.el.
26300         Omit \\` and \\', and let callers add them.
26302         * emacs-lisp/package.el (package-strip-version)
26303         (package-load-all-descriptors): Add \\` and \\' to
26304         package-subdirectory-regexp before using it.
26305         (package-untar-buffer): New arg DIR; ensure that file untars only
26306         into this expected directory.  Remove superfluous delete-region.
26307         (package-unpack): Caller changed.
26308         (package-tar-file-info): Use package-subdirectory-regexp.
26310 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26312         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26313         diff-mode-shared-map (bug#8284).
26314         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26316 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26318         * calendar/time-date.el (format-seconds): Use assoc instead of
26319         assoc-string, since assoc-string doesn't exist in XEmacs.
26321 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
26323         * custom.el (custom-known-themes): Reflow docstring.
26324         (custom-theme-load-path): Fix typo in docstring.
26325         (load-theme): Fix typo in error message.
26326         (custom-available-themes, custom-variable-theme-value):
26327         Use `let', not `let*'.
26329 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
26331         * calc/README: Mention inclusion of musical notes.
26333         * calc/calc-units.el (calc-lu-quant): Rename from
26334         `calc-logunits-quantity'.
26335         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26336         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26337         (calc-db): Rename from `calc-dblevel'.
26338         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26339         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26340         (calc-np): Rename from `calc-nplevel'.
26341         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26342         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26343         (calc-lu-plus): Rename from `calc-logunits-add'.
26344         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26345         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26346         (calc-lu-minus): Rename from `calc-logunits-sub'.
26347         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26348         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26349         (calc-lu-times): Rename from `calc-logunits-mul'.
26350         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26351         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26352         (calc-lu-divide): Rename from `calc-logunits-div'.
26353         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26354         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26356         * calc/calc-ext.el (calc-init-extensions): Update the names of the
26357         functions being autoloaded.
26359         * calc/calc.el (calc-lu-power-reference): Rename from
26360         `calc-logunits-power-reference'.
26361         (calc-lu-field-reference): Rename from
26362         `calc-logunits-field-reference'.
26364         * calc/calc-help.el (calc-l-prefix-help):
26365         Mention musical note functions.
26367 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26369         * minibuffer.el (completion-all-sorted-completions):
26370         Use :completion-cycle-penalty text property if present.
26372 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
26374         * allout.el (allout-yank-processing): Adjust for new rebulleting
26375         regime so bullet being yanked is used without prompting the user
26376         for a choice.
26378 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26380         * startup.el (command-line): Warn the user that _emacs is deprecated.
26382 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26384         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26385         (delphi-verbose, delphi-comment-face, delphi-string-face)
26386         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26387         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26388         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26389         (delphi-new-comment-line, delphi-font-lock-defaults)
26390         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26391         Fix typos in docstrings.
26393 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
26395         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26396         Invert the roles of character and string values for INSTEAD, so a
26397         string is used for the more common case of a defaulting prompt.
26399 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26401         * progmodes/ruby-mode.el (ruby-backward-sexp):
26402         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26403         * play/gamegrid.el (gamegrid-make-face):
26404         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26405         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26406         * notifications.el (notifications-notify):
26407         * net/xesam.el (xesam-search-engines):
26408         * net/quickurl.el (quickurl-list-insert):
26409         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26411 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
26413         * startup.el (command-line): Update package subdirectory regexp.
26415 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26417         * allout.el (allout-abbreviate-flattened-numbering)
26418         (allout-mode-deactivate-hook): Fix up obsolescence "date".
26420         * subr.el (read-char-choice): Only show the cursor after the prompt,
26421         not after the answer.
26423 2011-03-15  Kevin Ryde  <user42@zip.com.au>
26425         * help-fns.el (variable-at-point): Skip leading quotes, if any
26426         (bug#8253).
26428 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26430         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26431         warning message.
26433 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
26435         * shell.el (shell): When called interactively, offer to change the
26436         shell file name on remote hosts.
26438 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
26440         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26441         integration for LDAP parameters.  The host, base, user or binddn,
26442         and secret tokens can be specified in a netrc file, for instance.
26443         This is optional because an `auth-source' parameter must be
26444         specified in the search attributes.
26446 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
26448         * help.el (describe-mode): Link to the mode's definition (bug#8185).
26450 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26452         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26453         into declaration.  Remove redundant and harmful binding.
26455 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
26457         * files.el (file-ownership-preserved-p): Pass `integer' as an
26458         explicit 2nd argument to `file-attributes'.  If the file's owner
26459         is the Administrators group on Windows, and the current user is
26460         Administrator, consider that a match.
26462         * server.el (server-ensure-safe-dir): Consider server directory
26463         safe on MS-Windows if its owner is the Administrators group while
26464         the current Emacs user is Administrator.  Use `=' to compare
26465         numerical UIDs, since they could be integers or floats.
26467 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
26469         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26471 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
26473         Sync with Tramp 2.2.1.
26475         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26477         * net/trampver.el: Update release number.
26479 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26481         * progmodes/compile.el (compilation--previous-directory): Fix up
26482         various nil/dead-marker mismatches (bug#8014).
26483         (compilation-directory-properties, compilation-error-properties):
26484         Don't call it at a position past the one we're about to change.
26486         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26487         Disable obsolescence warnings in the file that declares it.
26489 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
26491         * allout-widgets.el (allout-widgets-tally):
26492         Initialize allout-widgets-tally as a hash table rather than nil to
26493         prevent mode-line redisplay warnings.  Also, clarify the module
26494         description and fix a comment typo.
26496 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
26498         * help-fns.el (describe-variable): Don't complete keywords.
26499         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26501 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
26503         * emacs-lisp/package.el (package-version-join): Impose a standard
26504         string representation for pre/alpha/beta version lists.
26505         (package-unpack-single): Standardize the directory name by passing
26506         it through package-version-join.
26507         (package-strip-rcs-id): Accept any version string that does not
26508         signal an error in version-to-list.
26510 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
26512         * simple.el (delete-trailing-whitespace): Return nil for the
26513         benefit of `write-file-functions'.
26515 2011-03-10  Glenn Morris  <rgm@gnu.org>
26517         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26519         * vc/vc-git.el (vc-git-program): New option.
26520         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26521         (vc-git--call): Use it.
26523         * eshell/esh-util.el (eshell-condition-case): Doc fix.
26525         * cus-edit.el (Custom-newline): If no button at point, look
26526         for a subgroup button at start-of-line.  (Bug#2298)
26528         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26530 2011-03-10  Julien Danjou  <julien@danjou.info>
26532         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26533         `cursor-type' is nil.
26535 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
26537         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26539 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
26541         * allout.el: Change so yank of distinctive-bullet items
26542         preserves the existing header prefix, rebulleting it if necessary,
26543         rather than replacing it.  This is necessary for proper operation
26544         of cooperative addons like allout-widgets.
26545         (allout-make-topic-prefix, allout-rebullet-heading):
26546         Change SOLICIT arg to INSTEAD, and interpret additionally a string
26547         value as alternate bullet to be used, instead of prompting the user
26548         for a bullet character.
26550 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
26552         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26553         Do not use `tramp-file-name-port', because this returns also
26554         `tramp-default-port'.
26556 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
26558         * net/rcirc.el (rcirc-handler-001): Remove useless
26559         with-rcirc-process-buffer.
26560         (rcirc-check-auth-status): Swap arguments to string-match.
26562 2011-03-09  Glenn Morris  <rgm@gnu.org>
26564         * shell.el (shell-mode):
26565         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
26567         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26568         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
26570 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26572         * emacs-lisp/package.el (package-refresh-contents)
26573         (package-menu-execute): Use condition-case-no-debug.
26575 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
26577         * simple.el (shell-command-to-string): Use `process-file'.
26579         * emacs-lisp/package.el (package-tar-file-info): Handle also
26580         remote files.
26582         * emacs-lisp/package-x.el (package-upload-buffer-internal):
26583         Use `equal' for upload base check.
26585 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
26587         * textmodes/texinfo.el (texinfo-environments):
26588         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
26590 2011-03-08  Glenn Morris  <rgm@gnu.org>
26592         * cus-start.el (cursor-in-non-selected-windows):
26593         Fix :set quoting oddness.  (Bug#8192)
26595         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26596         in some setf expressions.  (Bug#2159)
26598 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26600         * custom.el (custom-available-themes): Return themes in
26601         alphabetical order.
26603 See ChangeLog.15 for earlier changes.
26605 ;; Local Variables:
26606 ;; coding: utf-8
26607 ;; End:
26609   Copyright (C) 2011-2013 Free Software Foundation, Inc.
26611   This file is part of GNU Emacs.
26613   GNU Emacs is free software: you can redistribute it and/or modify
26614   it under the terms of the GNU General Public License as published by
26615   the Free Software Foundation, either version 3 of the License, or
26616   (at your option) any later version.
26618   GNU Emacs is distributed in the hope that it will be useful,
26619   but WITHOUT ANY WARRANTY; without even the implied warranty of
26620   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26621   GNU General Public License for more details.
26623   You should have received a copy of the GNU General Public License
26624   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.