* vc/log-view.el (log-view-current-entry):
[emacs.git] / lisp / ChangeLog
blobe69fe4b9d0f4a7fd09c9c6e6b86e7b00375150e7
1 2013-04-27  Glenn Morris  <rgm@gnu.org>
3         * vc/log-view.el (log-view-current-entry):
4         Treat "---" separator lines as part of the following rev.  (Bug#14169)
6 2013-04-27  Juri Linkov  <juri@jurta.org>
8         * subr.el (read-number): Doc fix about using it by interactive
9         code letter `n'.  (Bug#14254)
11 2013-04-27  Juri Linkov  <juri@jurta.org>
13         * desktop.el (desktop-auto-save-timeout): New option.
14         (desktop-file-checksum): New variable.
15         (desktop-save): Add optional arg `auto-save' and don't auto-save
16         if nothing changed.
17         (desktop-auto-save-timer): New variable.
18         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
19         (after-init-hook): Call `desktop-auto-save-set-timer'.
20         Suggested by Reuben Thomas <rrt@sc3d.org> in
21         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
23 2013-04-27  Leo Liu  <sdl.web@gmail.com>
25         * progmodes/octave.el (octave-function-file-p)
26         (octave-skip-comment-forward, octave-function-file-comment)
27         (octave-update-function-file-comment): New functions.
28         (octave-mode-map): Bind C-c ; to
29         octave-update-function-file-comment.
30         (octave-mode-menu): Add octave-update-function-file-comment.
31         (octave-mode, inferior-octave-mode): Fix doc-string.
32         (octave-insert-defun): Conform to Octave's coding convention.
33         (Bug#14285)
35         * files.el (basic-save-buffer): Don't let errors in
36         before-save-hook prevent saving buffer.
38 2013-04-20  Roland Winkler  <winkler@gnu.org>
40         * faces.el (read-face-name): Use completing-read if arg multiple
41         is nil.
43 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
45         * ls-lisp.el (ls-lisp-insert-directory): If no files are
46         displayed, move point to after the totals line.  See
47         http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
48         for the details.
50 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * emacs-lisp/package.el (package-autoload-ensure-default-file):
53         Add current dir to the load-path.
54         (package-generate-autoloads): Don't rely on
55         autoload-ensure-default-file.
57 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
59         * textmodes/remember.el (remember-store-in-files): Document that
60         the file name format is passed to `format-time-string'.
62 2013-04-26  Leo Liu  <sdl.web@gmail.com>
64         * progmodes/octave.el (octave-sync-function-file-names): New function.
65         (octave-mode): Use it in before-save-hook.
67 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
69         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
70         (bug#14274).
72         * progmodes/octave.el (octave-smie-forward-token): Properly skip
73         \n and comment, even if it's not an implicit ; (bug#14218).
75 2013-04-26  Glenn Morris  <rgm@gnu.org>
77         * subr.el (read-number): Once more use `read' rather than
78         `string-to-number', to trap non-numeric input.  (Bug#14254)
80 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
82         * emacs-lisp/syntax.el (syntax-propertize-multiline):
83         Use `syntax-multiline' text property consistently instead of
84         `font-lock-multiline'. (bug#14237).
86 2013-04-26  Glenn Morris  <rgm@gnu.org>
88         * emacs-lisp/shadow.el (list-load-path-shadows):
89         No longer necessary to check for duplicate simple.el, since
90         2012-07-07 change to init_lread to not include installation lisp
91         directories in load-path when running uninstalled.  (Bug#14270)
93 2013-04-26  Leo Liu  <sdl.web@gmail.com>
95         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
96         (octave-mode, inferior-octave-mode): Use setq-local.
97         (octave-not-in-string-or-comment-p): Rename to
98         octave-in-string-or-comment-p.
99         (octave-in-comment-p, octave-in-string-p)
100         (octave-in-string-or-comment-p): Replace defsubst with defun.
102 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
104         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
106 2013-04-25  Bastien Guerry  <bzg@gnu.org>
108         * textmodes/remember.el (remember-data-directory)
109         (remember-directory-file-name-format): Fix custom types.
111 2013-04-25  Leo Liu  <sdl.web@gmail.com>
113         * progmodes/octave.el (octave-completion-at-point-function):
114         Make use of inferior octave process.
115         (octave-initialize-completions): Remove.
116         (inferior-octave-completion-table): New function.
117         (inferior-octave-completion-at-point): Use it.
118         (octave-completion-alist): Remove.
120 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * progmodes/opascal.el: Use font-lock and syntax-propertize.
123         (opascal-mode-syntax-table): New var.
124         (opascal-literal-kind, opascal-is-literal-end)
125         (opascal-literal-token-at): Rewrite.
126         (opascal--literal-start-re, opascal-font-lock-keywords)
127         (opascal--syntax-propertize): New constants.
128         (opascal-font-lock-defaults): Adjust.
129         (opascal-mode): Use them.  Set comment-<foo> variables as well.
130         (delphi-comment-face, opascal-comment-face, delphi-string-face)
131         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
132         (delphi-other-face, opascal-other-face): Remove face variables.
133         (opascal-save-state): Remove macro.
134         (opascal-fontifying-progress-step): Remove constant.
135         (opascal--ignore-changes): Remove var.
136         (opascal-set-token-property, opascal-parse-next-literal)
137         (opascal-is-stable-literal, opascal-complete-literal)
138         (opascal-is-literal-start, opascal-face-of)
139         (opascal-parse-region, opascal-parse-region-until-stable)
140         (opascal-fontify-region, opascal-after-change)
141         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
142         (opascal-debug-parse-region, opascal-debug-parse-window)
143         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
144         (opascal-debug-fontify-buffer): Remove.
145         (opascal-debug-mode-map): Adjust accordingly.
147 2013-04-25  Leo Liu  <sdl.web@gmail.com>
149         Merge octave-mod.el and octave-inf.el into octave.el with some
150         cleanups.
151         * progmodes/octave.el: New file renamed from octave-mod.el.
152         * progmodes/octave-inf.el: Merged into octave.el.
153         * progmodes/octave-mod.el: Renamed to octave.el.
155 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
157         * textmodes/reftex-vars.el
158         (reftex-label-ignored-macros-and-environments): New defcustom.
160         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
162 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
164         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
165         (smie-indent-keyword): Improve the check to ensure that the next
166         comment is really on the same line.
167         (smie-indent-comment): Don't align with a subsequent closer (or eob).
169         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
170         semi-colons if the line is not otherwise empty (bug#14218).
172 2013-04-25  Glenn Morris  <rgm@gnu.org>
174         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
176 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * progmodes/opascal.el (opascal-set-token-property): Rename from
179         opascal-set-text-properties and only set `token' (bug#14134).
180         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
181         (opascal-literal-text-properties): Remove.
182         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
183         Adjust callers.
185 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
187         * textmodes/remember.el (remember-handler-functions): Add an
188         option for a new handler `remember-store-in-files'.
189         (remember-data-directory, remember-directory-file-name-format):
190         New options.
191         (remember-store-in-files): New function to store remember notes
192         as separate files within a directory.
194 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
196         * progmodes/compile.el (compilation-next-error-function):
197         Pass "formats" to compilation-find-file (bug#11777).
199 2013-04-24  Glenn Morris  <rgm@gnu.org>
201         * vc/vc-bzr.el (vc-bzr-print-log):
202         * vc/vc-hg.el (vc-hg-print-log):
203         * vc/vc-svn.el (vc-svn-print-log):
204         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
206         * vc/vc-bzr.el (vc-bzr-print-log):
207         * vc/vc-cvs.el (vc-cvs-print-log):
208         * vc/vc-git.el (vc-git-print-log):
209         * vc/vc-hg.el (vc-hg-print-log):
210         * vc/vc-mtn.el (vc-mtn-print-log):
211         * vc/vc-rcs.el (vc-rcs-print-log):
212         * vc/vc-sccs.el (vc-sccs-print-log):
213         * vc/vc-svn.el (vc-svn-print-log):
214         * vc/vc.el (vc-print-log-internal): Doc fixes.
216 2013-04-23  Glenn Morris  <rgm@gnu.org>
218         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
219         Remove venerable code attempting to avoid substitute-command-keys.
221 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
223         * textmodes/reftex-vars.el (reftex-label-regexps):
224         Call `reftex-compile-variables' after changes to this variable.
226 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
229         Use lexical-binding.
230         (jit-lock-force-redisplay): Use markers, check buffer's continued
231         existence and beware narrowed buffers.
232         (jit-lock-fontify-now): Adjust call accordingly.
234 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
237         to avoid misleading the user.
239 2013-04-22  Leo Liu  <sdl.web@gmail.com>
241         * info-look.el: Prefer latex2e.info.  (Bug#14240)
243 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
245         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
247         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
248         * net/tramp.el (tramp-call-process): ... here
249         (tramp-set-completion-function, tramp-parse-putty):
250         * net/tramp-adb.el (tramp-adb-execute-adb-command):
251         * net/tramp-gvfs.el (tramp-gvfs-send-command):
252         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
253         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
254         (tramp-call-local-coding-command): Use `tramp-call-process'
255         instead of `tramp-compat-call-process'.
257         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
258         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
259         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
260         (tramp-find-inline-compress):Improve traces.
261         (tramp-maybe-send-script): Check for Perl binary.
262         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
264 2013-04-22  Daiki Ueno  <ueno@gnu.org>
266         * epg.el (epg-context-pinentry-mode): New function.
267         (epg-context-set-pinentry-mode): New function.
268         (epg--start): Pass --pinentry-mode option to gpg command.
270 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
272         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
273         `comint-dynamic-complete' is obsolete since 24.1, replaced by
274         `completion-at-point'. (Bug#13774)
276         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
277         default key binding for `describe-distribution' has been moved to
278         `C-h C-o'.  (Bug#13970)
280 2013-04-21  Glenn Morris  <rgm@gnu.org>
282         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
283         Add doc strings.
284         (vc-print-log): Clarify interactive prompt.
286 2013-04-20  Glenn Morris  <rgm@gnu.org>
288         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
289         No longer include timestamp etc information.
291 2013-04-20  Roland Winkler  <winkler@gnu.org>
293         * faces.el (read-face-name): Bug fix, return just one face if arg
294         multiple is nil.  (Bug#14209)
296 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
298         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
299         (remove-function): Autoload.
301         * comint.el (comint-redirect-original-filter-function): Remove.
302         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
303         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
304         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
305         * progmodes/prolog.el (prolog-consult-compile):
306         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
307         Use add/remove-function instead.
308         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
309         (gud-tooltip-process-output, gud-tooltip-tips):
310         Use add/remove-function instead.
311         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
312         (scheme-interaction-mode, exit-scheme-interaction-mode):
313         Use add/remove-function instead.
315         * vc/vc-dispatcher.el: Use lexical-binding.
316         (vc--process-sentinel): Rename from vc-process-sentinel.
317         Change last arg to be the code to run.  Don't use vc-previous-sentinel
318         and vc-sentinel-commands any more.
319         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
320         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
322 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
324         * progmodes/sh-script.el (sh-imenu-generic-expression):
325         Handle function names with a single character.   (Bug#14111)
327 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
329         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
330         for subroutines defined in an eval (bug#14182).
332 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
334         * bookmark.el (bookmark-completing-read): Improve handling of empty
335         string (bug#14176).
337 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
341 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
343         New faster Imenu implementation (bug#14058).
344         * progmodes/python.el:
345         (python-imenu-prev-index-position):
346         (python-imenu-format-item-label-function)
347         (python-imenu-format-parent-item-label-function)
348         (python-imenu-format-parent-item-jump-label-function):
349         New vars.
350         (python-imenu-format-item-label)
351         (python-imenu-format-parent-item-label)
352         (python-imenu-format-parent-item-jump-label)
353         (python-imenu--put-parent, python-imenu--build-tree)
354         (python-imenu-create-index, python-imenu-create-flat-index)
355         (python-util-popn): New functions.
356         (python-mode): Set imenu-create-index-function to
357         python-imenu-create-index.
359 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * winner.el (winner-active-region): Use region-active-p, activate-mark
362         and deactivate-mark (bug#14225).
364         * simple.el (deactivate-mark): Don't inline it.
366 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
368         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
370 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
372         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
373         file extensions from the archive-mode entry in order to prefer
374         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
376 2013-04-18  Leo Liu  <sdl.web@gmail.com>
378         * bindings.el (help-event-list): Add ?\?.
380 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
382         * subr.el (with-wrapper-hook): Declare obsolete.
383         * simple.el (filter-buffer-substring-function): New hook.
384         (filter-buffer-substring): Use it.
385         (filter-buffer-substring-functions): Mark obsolete.
386         * minibuffer.el (completion-in-region-function): New hook.
387         (completion-in-region): Use it.
388         (completion-in-region-functions): Mark obsolete.
389         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
390         * abbrev.el (abbrev-expand-function): New hook.
391         (expand-abbrev): Use it.
392         (abbrev-expand-functions): Mark obsolete.
393         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
394         and :filter-return.
396 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
398         * progmodes/python.el (python-nav--syntactically): Fix cornercases
399         and do not care about match data.
401 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
403         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
404         completion tables when completing error conditions and
405         `declare' arguments.
406         (lisp-complete-symbol, field-complete): Mark as obsolete.
407         (check-parens): Unmatched parens are user errors.
408         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
410 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
412         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
413         command changed buffer (ie. `flyspell-pre-buffer' is not current
414         buffer), which prevents making decisions based on invalid value of
415         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
416         cause an error when `flyspell-pre-point' was nil after switching
417         buffers.
418         (flyspell-post-command-hook): No longer needs to change buffers when
419         checking pre-word.  While at it remove unnecessary progn.
421 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
423         * textmodes/ispell.el (ispell-add-per-file-word-list):
424         Fix `flyspell-correct-word-before-point' error when accepting
425         words and `coment-padding' is an integer by using
426         `comment-normalize-vars' (Bug #14214).
428 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
430         New defun movement commands.
431         * progmodes/python.el (python-nav--syntactically)
432         (python-nav--forward-defun, python-nav-backward-defun)
433         (python-nav-forward-defun): New functions.
435 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
437         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
438         (python-syntax-context): Use named compiler-macro for backwards
439         compatibility with Emacs 24.x.
441 2013-04-17  Leo Liu  <sdl.web@gmail.com>
443         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
444         octave-hide-process-buffer.
446 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
449         (bug#14216).
451 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
453         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
454         Fix adjustment of offset when receiving incomplete responses from GDB
455         (bug#14129).
457 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
460         python-mode-abbrev-table.
461         (python-skeleton-define): Adjust accordingly.
462         (python-mode-abbrev-table): New table that inherits from it so that
463         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
465         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
466         (abbrev-symbol): Use it.
467         (abbrev--before-point): Use it since we already handle inheritance.
469 2013-04-16  Leo Liu  <sdl.web@gmail.com>
471         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
472         binding to info-lookup-symbol.
474 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
476         * minibuffer.el (completion--twq-all):
477         * term/ns-win.el (ns-initialize-window-system):
478         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
480 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
482         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
483         global bindings.
485         * doc-view.el (doc-view-start-process): Handle url-handler directories.
487 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
489         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
490         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
491         to nil.
492         (ruby-end-of-defun): Remove the unused arg, change the docstring
493         to reflect that this function is only used as the value of
494         `end-of-defun-function'.
495         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
496         to reflect an earlier change that beginning/end-of-defun functions
497         jump between methods in a class definition, as well as top-level
498         functions.
500 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * minibuffer.el (minibuffer-complete): Don't just scroll
503         a *Completions* that's been iconified.
504         (minibuffer-force-complete): Make sure repetitions do cycle when going
505         through completion-in-region -> minibuffer-complete.
507 2013-04-15  Alan Mackenzie  <acm@muc.de>
509         Correct the placement of c-cpp-delimiters when there're #s not at
510         col 0.
512         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
513         place a submatch around the #.
514         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
515         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
516         on the #, not BOL.
518 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * emacs-lisp/nadvice.el: Properly test names when adding advice.
521         (advice--member-p): New arg `name'.
522         (advice--add-function, advice-member-p): Use it (bug#14202).
524 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
526         Reformulate java imenu-generic-expression.
527         The old expression contained ill formed regexps.
529         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
530         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
531         (cc-imenu-java-method-arg-regexp): New defconsts.
532         (cc-imenu-java-build-type-args-regex): New defun.
533         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
534         handling of spaces in the regexp.
536 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
538         * textmodes/ispell.el (ispell-command-loop): Remove
539         flyspell highlight of a word when ispell accepts it (bug #14178).
541 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
543         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
544         uses code from the previous `ange-ftp-run-real-handler'.
545         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
546         only in case that function exist.  This is needed for proper
547         unloading of Tramp.
549 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
551         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
553         * textmodes/reftex.el (reftex-compile-variables): Use it.
555 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * files.el (normal-mode): Only use default major-mode if no other mode
558         was specified.
560         * emacs-lisp/trace.el (trace-values): New function.
562         * files.el: Allow : in local variables (bug#14089).
563         (hack-local-variable-regexp): New var.
564         (hack-local-variables-prop-line, hack-local-variables): Use it.
566 2013-04-13  Roland Winkler  <winkler@gnu.org>
568         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
569         data before it gets modified by bibtex-beginning-of-entry.
571 2013-04-13  Roland Winkler  <winkler@gnu.org>
573         * textmodes/bibtex.el (bibtex-url): Doc fix.
575 2013-04-13  Roland Winkler  <winkler@gnu.org>
577         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
578         does not visit a BibTeX file, exclude it from the list of buffers
579         returned by bibtex-initialize.
581 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
583         * window.el (split-window): Remove interactive form, since as a
584         command this function is a special case of split-window-below.
585         Correct doc string.
587 2013-04-12  Roland Winkler  <winkler@gnu.org>
589         * faces.el (read-face-name): Do not override value of arg default.
590         Allow single faces and strings as default values.  Remove those
591         elements from return value that are not faces.
592         (describe-face): Simplify.
593         (face-at-point): New optional args thing and multiple so that this
594         function can provide the same functionality previously provided by
595         read-face-name.
596         (make-face-bold, make-face-unbold, make-face-italic)
597         (make-face-unitalic, make-face-bold-italic, invert-face)
598         (modify-face, read-face-and-attribute): Use face-at-point.
600         * cus-edit.el (customize-face, customize-face-other-window)
601         * cus-theme.el (custom-theme-add-face)
602         * face-remap.el (buffer-face-set)
603         * facemenu.el (facemenu-set-face): Use face-at-point.
605 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
607         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
609 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
611         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
612         off leading { and trailing } from field values.
614 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
616         * emacs-lisp/timer.el (timer--check): New function.
617         (timer--time, timer-set-function, timer-event-handler): Use it.
618         (timer-set-idle-time): Simplify.
619         (timer--activate): CSE.
620         (timer-event-handler): Give more info in error message.
621         (internal-timer-start-idle): New function, moved from C.
623         * mpc.el (mpc-proc): Add `restart' argument.
624         (mpc-proc-cmd): Use it.
625         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
626         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
627         less often.
629 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
631         * progmodes/sh-script.el: Implement `sh-mode' own
632         `add-log-current-defun-function' (bug#14112).
633         (sh-current-defun-name): New function.
634         (sh-mode): Use the function.
636 2013-04-09  Bastien Guerry  <bzg@gnu.org>
638         * simple.el (choose-completion-string): Fix docstring (bug#14163).
640 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
642         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
644         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
645         timer (bug#14156).
647 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
649         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
650         declaration.
652 2013-04-07  Leo Liu  <sdl.web@gmail.com>
654         * pcmpl-x.el: New file.
656 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
658         Do not set x-display-name until X connection is established.
659         This is needed to prevent from weird situation described at
660         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
661         * frame.el (make-frame): Set x-display-name after call to
662         window system initialization function, not before.
663         * term/x-win.el (x-initialize-window-system): Add optional
664         display argument and use it.
665         * term/w32-win.el (w32-initialize-window-system):
666         * term/ns-win.el (ns-initialize-window-system):
667         * term/pc-win.el (msdos-initialize-window-system):
668         Add compatible optional display argument.
670 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
672         * files.el (normal-backup-enable-predicate): On MS-Windows and
673         MS-DOS compare truenames of temporary-file-directory and of the
674         file, so that 8+3 aliases (usually found in $TEMP on Windows)
675         don't fail comparison by compare-strings.  Also, compare file
676         names case-insensitively on MS-Windows and MS-DOS.
678 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
680         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
681         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
683 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
685         * whitespace.el (whitespace-color-on, whitespace-color-off):
686         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
688 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
690         * ispell.el (ispell-set-spellchecker-params):
691         Really set `ispell-args' for all equivs.
693 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * ido.el (ido-completions): Use extra elements of ido-decorations
696         (bug#14143).
697         (ido-decorations): Update docstring.
699 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
701         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
702         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
703         nil during initialization, in order not to miss changes since the
704         file was opened.  (Bug#14140)
706 2013-04-05  Leo Liu  <sdl.web@gmail.com>
708         * kmacro.el (kmacro-call-macro): Fix bug#14135.
710 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
712         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
714 2013-04-04  Glenn Morris  <rgm@gnu.org>
716         * electric.el (electric-pair-inhibit-predicate): Add :version.
718 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
720         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
721         when a package is required several times (bug#14082).
723 2013-04-04  Roland Winkler  <winkler@gnu.org>
725         * faces.el (read-face-name): Behave as promised by the docstring.
726         Assume that arg default is a list of faces.
727         (describe-face): Call read-face-name with list of default faces.
729 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
731         * bookmark.el: Fix deletion of bookmarks (bug#13972).
732         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
733         (bookmark-bmenu-execute-deletions): Only skip first line if it's
734         the header.
735         (bookmark-exit-hook-internal): Save even if list is empty.
737 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
739         * emacs-lisp/package.el (package-pinned-packages): New var.
740         (package--add-to-archive-contents): Obey it (bug#14118).
742 2013-04-03  Alan Mackenzie  <acm@muc.de>
744         Handle `parse-partial-sexp' landing inside a comment opener
745         (Bug#13244). Also adapt to the new values of element 7 of a parse
746         state.
748         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
749         parameter `not-in-delimiter'.  Handle being inside comment opener.
750         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
751         character in case we're typing a '*' after a '/'.
752         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
753         instead by passing the parameter to c-state-pp-to-literal.
755         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
756         for elt. 7 of a parse state.
758 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
760         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
761         * international/latin1-disp.el, international/mule-util.el:
762         * language/cyril-util.el, language/european.el, language/ind-util.el:
763         * language/lao-util.el, language/thai.el, language/tibet-util.el:
764         * language/tibetan.el, language/viet-util.el:
765         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
767 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
769         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
770         (electric-pair-post-self-insert-function): Use it.
771         (electric-pair-default-inhibit): New function, extracted from
772         electric-pair-post-self-insert-function.
774 2013-03-31  Roland Winkler  <winkler@gnu.org>
776         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
778 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
780         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
782 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
784         Un-indent after "pass" and "return" statements (Bug#13888)
785         * progmodes/python.el (python-indent-block-enders): New var.
786         (python-indent-calculate-indentation): Use it.
788 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
790         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
791         defun.  Defining it as defalias could introduce too eager
792         byte-compiler optimization.  (Bug#14030)
794 2013-03-30  Chong Yidong  <cyd@gnu.org>
796         * iswitchb.el (iswitchb-read-buffer): Fix typo.
798 2013-03-30  Leo Liu  <sdl.web@gmail.com>
800         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
801         (kmacro-execute-from-register): Pass the keyboard macro to
802         kmacro-call-macro or repeating won't work correctly.
804 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
806         * progmodes/subword.el: Back to using `forward-symbol'.
808         * subr.el (forward-whitespace, forward-symbol)
809         (forward-same-syntax): Move from thingatpt.el.
811 2013-03-29  Leo Liu  <sdl.web@gmail.com>
813         * kmacro.el (kmacro-to-register): New command.
814         (kmacro-execute-from-register): New function.
815         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
817 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * mpc.el: Use defvar-local and setq-local.
820         (mpc--proc-connect): Connection failures are not bugs.
821         (mpc-mode-map): `follow-link' only applies to the buffer's content.
822         (mpc-volume-map): Bind to the up-events.
824 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
826         * progmodes/subword.el (superword-mode): Use `forward-sexp'
827         instead of `forward-symbol'.
829 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
832         (edebug--recursive-edit): Use it.
833         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
834         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
836 2013-03-28  Leo Liu  <sdl.web@gmail.com>
838         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
840 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
842         * facemenu.el (list-colors-callback): New defvar.
843         (list-colors-redisplay): New function.
844         (list-colors-display): Install list-colors-redisplay as the
845         revert-buffer-function.  (Bug#14063)
847 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
849         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
850         and suffixes don't overlap (bug#14061).
852         * case-table.el: Use lexical-binding.
853         (case-table-get-table): New function.
854         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
856 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
858         * progmodes/subword.el: Add `superword-mode' to do word motion
859         over symbol_words (parallels and leverages `subword-mode' which
860         does word motion inside MixedCaseWords).
862 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
864         * eshell/em-unix.el: Move su and sudo to...
865         * eshell/em-tramp.el: ...Eshell tramp module.
867 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
869         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
870         Change return value to be a sexp.  Delay `get-buffer' to after
871         restoring the desktop (bug#13951).
873 2013-03-26  Leo Liu  <sdl.web@gmail.com>
875         * register.el: Move semantic tag handling back to
876         cedet/semantic/senator.el.  (Bug#14052)
878 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
880         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
881         into the prompt either (bug#13963).
883 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
886         part of "(error-foo)".
888 2013-03-24  Juri Linkov  <juri@jurta.org>
890         * replace.el (list-matching-lines-prefix-face): New defcustom.
891         (occur-1): Pass `list-matching-lines-prefix-face' to the function
892         `occur-engine' if `face-differs-from-default-p' returns t.
893         (occur-engine): Add `,' inside backquote construct to evaluate
894         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
895         Pass `prefix-face' to the functions `occur-context-lines' and
896         `occur-engine-add-prefix'.
897         (occur-engine-add-prefix, occur-context-lines): Add optional arg
898         `prefix-face' and propertize the prefix with `prefix-face'.
899         (Bug#14017)
901 2013-03-24  Leo Liu  <sdl.web@gmail.com>
903         * nxml/rng-valid.el (rng-validate-while-idle)
904         (rng-validate-quick-while-idle): Guard against deleted buffer.
905         (Bug#13999)
907         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
908         is the last entry in kill-buffer-hook.
910         * files.el (kill-buffer-hook): Doc fix.
912 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
914         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
915         Make it safe-local.
917         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
919 2013-03-23  Leo Liu  <sdl.web@gmail.com>
921         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
922         Remove.
924         * nxml/rng-valid.el (rng-validate-mode)
925         (rng-after-change-function, rng-do-some-validation):
926         * nxml/rng-maint.el (rng-validate-buffer):
927         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
928         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
929         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
930         (nxml-extend-after-change-region): Use with-silent-modifications.
932         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
933         timer-idle-list.
935         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
936         (rng-next-error-1, rng-previous-error-1): Do not let-bind
937         timer-idle-list.  (Bug#13999)
939 2013-03-23  Juri Linkov  <juri@jurta.org>
941         * info.el (info-index-match): New face.
942         (Info-index, Info-apropos-matches): Add a nested subgroup to the
943         main pattern and add text properties with the new face to matches
944         in index entries relative to the beginning of the index entry.
945         (Bug#14015)
947 2013-03-21  Eric Ludlam  <zappo@gnu.org>
949         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
950         Inhibit read only while inserting objects.
952 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
954         * progmodes/cfengine.el: Update docs to mention
955         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
956         symbol motion.  Remove "_" from the word syntax.
958 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
960         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
961         syntax for both `cfengine2-mode' and `cfengine3-mode'.
963 2013-03-20  Juri Linkov  <juri@jurta.org>
965         * info.el (Info-next-reference-or-link)
966         (Info-prev-reference-or-link): New functions.
967         (Info-next-reference, Info-prev-reference): Use them.
968         (Info-try-follow-nearest-node): Handle footnote navigation.
969         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
971 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
974         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
976 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
978         Suppress unnecessary non-ASCII chatter during build process.
979         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
980         (batch-skkdic-convert): Suppress most of the chatter.
981         It's not needed so much now that machines are faster,
982         and its non-ASCII component was confusing; see Dmitry Gutov in
983         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
985 2013-03-20  Leo Liu  <sdl.web@gmail.com>
987         * ido.el (ido-chop): Fix bug#10994.
989 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
991         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
992         Remove vars.
993         (whitespace-color-on, whitespace-color-off):
994         Use `font-lock-fontify-buffer' (Bug#13817).
996 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
998         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
999         remapping in mode-line.
1000         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1002 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1004         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1005         value for `whitespace-line' face (Bug#13875).
1006         (whitespace-font-lock-keywords): Change description.
1007         (whitespace-color-on): Don't save `font-lock-keywords' value, save
1008         the constructed keywords instead.
1009         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1011 2013-03-19  Leo Liu  <sdl.web@gmail.com>
1013         * progmodes/compile.el (compilation-display-error): New command.
1014         (compilation-mode-map, compilation-minor-mode-map): Bind it to
1015         C-o.  (Bug#13992)
1017 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1019         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1021 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
1023         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1025 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1027         * net/tramp-compat.el (tramp-compat-user-error): New defun.
1029         * net/tramp-adb.el (tramp-adb-handle-shell-command):
1030         * net/tramp-gvfs.el (top):
1031         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1032         (tramp-handle-shell-command): Use it.
1033         (tramp-dissect-file-name): Raise an error when hostname is a
1034         method name, and neither method nor user is specified.
1036         * net/trampver.el: Update release number.
1038 2013-03-18  Leo Liu  <sdl.web@gmail.com>
1040         Make sure eldoc can be turned off properly.
1041         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1042         eldoc-mode.
1043         (eldoc-display-message-p): Revert last change.
1044         (eldoc-display-message-no-interference-p)
1045         (eldoc-print-current-symbol-info): Tweak.
1047 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
1049         * doc-view.el (doc-view-new-window-function): Check the new window
1050         overlay's display property instead the char property of the
1051         buffer's first char.  Use `with-selected-window' instead of
1052         `save-window-excursion' with `select-window'.
1053         (doc-view-document->bitmap): Check the current doc-view overlay's
1054         display property instead the char property of the buffer's first char.
1056 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1058         Automate the build of ja-dic.el (Bug#13984).
1059         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1060         from the input, rather than assume that it's been done for us by the
1061         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
1062         the current date into a ja-dic.el comment, as that complicates
1063         regression testing.
1065 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1067         * whitespace.el: Fix double evaluation.
1068         (whitespace-space, whitespace-hspace, whitespace-tab)
1069         (whitespace-newline, whitespace-trailing, whitespace-line)
1070         (whitespace-space-before-tab, whitespace-indentation)
1071         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1072         obsolete defvars.
1073         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1074         (whitespace-color-on): Use a single font-lock-add-keywords call.
1075         Fix double-evaluation of face variables.
1077 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
1079         * net/tramp-adb.el (tramp-adb-parse-device-names):
1080         Use `start-process' instead of `call-process'.  Otherwise, the
1081         function might be blocked under MS Windows.  (Bug#13299)
1083 2013-03-17  Leo Liu  <sdl.web@gmail.com>
1085         Extend eldoc to display info in the mode-line.  (Bug#13978)
1086         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1087         (eldoc-mode-line-string): New variable.
1088         (eldoc-minibuffer-message): New function.
1089         (eldoc-message-function): New variable.
1090         (eldoc-message): Use it.
1091         (eldoc-display-message-p)
1092         (eldoc-display-message-no-interference-p):
1093         Support eldoc-post-insert-mode.
1095         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1096         (eval-expression): Run it.
1098 2013-03-17  Roland Winkler  <winkler@gnu.org>
1100         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1101         strings in the list of return values.
1103 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1105         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1106         radix before checking for HMS forms.
1108 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1110         * progmodes/scheme.el: Add indentation and font-locking for Î».
1111         (Bug#13975)
1113 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1115         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1116         token before point (bug#13942).
1118 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1120         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
1122 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
1124         * startup.el (command-line-normalize-file-name): Fix handling of
1125         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
1126         <xfq.free@gmail.com> in
1127         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1129 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1131         Sync with Tramp 2.2.7.
1133         * net/trampver.el: Update release number.
1135 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
1137         * doc-view.el Fix bug#13887.
1138         (doc-view-insert-image): Don't modify overlay associated to
1139         non-live windows, and implement horizontal centering of image in
1140         case it's smaller than the window.
1141         (doc-view-new-window-function): Force redisplay of new windows on
1142         doc-view buffers.
1144 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
1146         * saveplace.el (save-place-alist-to-file): Don't sort
1147         `save-place-alist', just pretty-print it (bug#13882).
1149 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
1151         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1152         whether `default-file-name-coding-system' is bound.  It isn't in
1153         XEmacs.
1155 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1157         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1158         backquotes for `obsolete' (bug#13929).
1160         * international/mule.el (find-auto-coding): Include file name in
1161         obsolescence warning (bug#13922).
1163 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1165         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1166         for CFEngine 3-specific indentation.
1167         (cfengine3-indent-line): Use it.  Fix up category regex.
1168         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1170 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1172         * type-break.el (type-break-file-name):
1173         * textmodes/remember.el (remember-data-file):
1174         * strokes.el (strokes-file):
1175         * shadowfile.el (shadow-initialize):
1176         * saveplace.el (save-place-file):
1177         * ps-bdf.el (bdf-cache-file):
1178         * progmodes/idlwave.el (idlwave-config-directory):
1179         * net/quickurl.el (quickurl-url-file):
1180         * international/kkc.el (kkc-init-file-name):
1181         * ido.el (ido-save-directory-list-file):
1182         * emulation/viper.el (viper-custom-file-name):
1183         * emulation/vip.el (vip-startup-file):
1184         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1185         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1187 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
1189         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1190         * language/thai-word.el: Switch to UTF-8.
1192 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1196 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1198         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1199         Use with-current-buffer and don't move point.
1200         (net-utils-run-simple): Remove useless code.
1201         (net-utils-remove-ctl-m): Remove unused custom.
1203 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
1205         * international/characters.el (glyphless-set-char-table-range): New fun.
1206         (update-glyphless-char-display): Use it (bug#13744).
1208 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1210         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1211         namespaces in the syntax, indent closer for hanging brace
1212         correctly, allow single-quote delimited 'strings', and make
1213         `cfengine3-mode' the default.
1215 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
1217         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1218         Use lexical-binding.  Fix up docstring according to conventions.
1219         (gdbmi-debug-mode): New var.
1220         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1221         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1222         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1223         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1224         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1225         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1226         (gdbmi-bnf-incomplete-record-result): New functions.
1227         (gdb-car<): Remove function.
1228         (gdbmi-record-list): Remove variable.
1229         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1230         (gdbmi-bnf-result-state-configs): New const.
1231         (gud-gdbmi-marker-filter): Rewrite.
1232         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1233         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1234         Add `token' argument.
1235         (gdb-done, gdb-error): New functions.
1236         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
1238 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         * term/xterm.el (xterm--report-background-handler): Don't burp
1241         upon timeout.
1242         (xterm--version-handler): Extract from terminal-init-xterm.
1243         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
1244         Allow multiple handlers.
1245         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1247         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
1248         (xterm--report-background-handler, xterm--query): New functions.
1249         (terminal-init-xterm): Use them.
1251 2013-03-11  Michael R. Mauger  <michael@mauger.com>
1253         * progmodes/sql.el Version 3.2
1254         Please note that my address changed to <michael@mauger.com>;
1255         the <mmaug@yahoo.com> address remains active.
1256         (sql-connection-alist): Updates documentation to fix bug#13715.
1257         (sql-connect): Handle missing `sql-connection-alist' correctly.
1258         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1259         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1260         property.
1261         (sql-default-value): New function.
1262         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1263         values were not used.
1264         (sql-rename-buffer): Make sure alternate buffer name has no text
1265         properties.
1266         (sql-input-sender, sql-execute-feature): Fetch variable with
1267         `buffer-local-value' rather than `with-current-buffer'.
1268         (sql-*): Use #' function syntax consistently.
1269         (sql-*): Use message/error/user-error consistently.
1271 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * xt-mouse.el (xterm-mouse-event-read): Remove.
1274         (xterm-mouse--read-event-sequence-1000)
1275         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1277 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1279         * term/xterm.el (xterm-function-map): Support format used with
1280         formatOtherKeys=1 (bug#13839).
1282         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1283         (with-no-warnings): Use `declare'.
1285         * whitespace.el (whitespace-enable-predicate): New variable.
1286         (whitespace-enable-predicate): Use it.
1288         * comint.el (comint-send-input, comint-snapshot-last-prompt)
1289         (comint-output-filter, comint-update-fence):
1290         Use with-silent-modifications.
1292 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
1294         * replace.el (occur-read-regexp-defaults-function): New var.
1295         (occur-read-regexp-defaults): New defun.
1296         (occur-read-primary-args): Propagate above change (bug#13892).
1298 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * mouse.el (mouse-drag-track): Remove left-over debugging code.
1302 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
1304         Major rewrite due to changed D-Bus interface of GVFS 1.14.
1306         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1307         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1308         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1309         New defconst.
1310         (tramp-gvfs-file-name-handler-alist) [directory-files]
1311         [directory-files-and-attributes, file-exists-p, file-modes]:
1312         Use Tramp default handler.
1313         [file-acl, file-selinux-context, process-file, set-file-acl]:
1314         [set-file-modes, set-file-selinux-context, shell-command]:
1315         [start-file-process]: Remove handler.
1316         [verify-visited-file-modtime]: New handler.
1317         (tramp-gvfs-dbus-string-to-byte-array)
1318         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
1319         calls of `dbus-string-to-byte-array' and
1320         `tramp-gvfs-dbus-byte-array-to-string'.
1321         (tramp-gvfs-handle-copy-file)
1322         (tramp-gvfs-handle-delete-directory)
1323         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1324         (tramp-gvfs-handle-file-directory-p)
1325         (tramp-gvfs-handle-file-executable-p)
1326         (tramp-gvfs-handle-file-name-all-completions)
1327         (tramp-gvfs-handle-file-readable-p)
1328         (tramp-gvfs-handle-file-writable-p)
1329         (tramp-gvfs-handle-insert-directory)
1330         (tramp-gvfs-handle-insert-file-contents)
1331         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1332         (tramp-gvfs-handle-set-visited-file-modtime)
1333         (tramp-gvfs-handle-write-region): Rewrite.
1334         (tramp-gvfs-handle-file-acl)
1335         (tramp-gvfs-handle-file-selinux-context)
1336         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1337         (tramp-gvfs-handle-set-file-modes)
1338         (tramp-gvfs-handle-set-file-selinux-context)
1339         (tramp-gvfs-handle-shell-command)
1340         (tramp-gvfs-handle-start-file-process)
1341         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1342         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1343         over the symlinks.  Fix user handling.
1344         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1345         of the D-Bus signals.
1346         (tramp-gvfs-connection-mounted-p): Handle different names of the
1347         D-Bus methods.
1348         (tramp-gvfs-mount-spec-entry): New defun.
1349         (tramp-gvfs-mount-spec): Use it.
1350         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1351         there is a share name.  Handle different names of the D-Bus
1352         signals and methods.  Set connection properties needed for
1353         `tramp-check-cached-permissions'.
1354         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1355         Return t or nil.
1357         * net/tramp.el (tramp-backtrace): Move up.
1358         (tramp-error): Dump a backtrace into the debug buffer when
1359         `tramp-verbose > 9.
1360         (tramp-file-mode-type-map, tramp-file-mode-from-int)
1361         (tramp-file-mode-permissions, tramp-get-local-uid)
1362         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1363         tramp-sh.el.
1365         * net/tramp-sh.el (tramp-file-mode-type-map)
1366         (tramp-check-cached-permissions, tramp-file-mode-from-int)
1367         (tramp-file-mode-permissions, tramp-get-local-uid)
1368         (tramp-get-local-gid): Move to tramp.el.
1370 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1372         Separate mouse-1-click-follows-link from mouse-drag-region.
1373         * mouse.el (mouse--down-1-maybe-follows-link): New function.
1374         (key-translation-map): Use it to implement mouse-1-click-follows-link.
1375         (mouse-drag-line, mouse-drag-track):
1376         Remove mouse-1-click-follows-link code.
1377         (mouse--remap-link-click-p): Remove.
1379 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
1381         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1382         (hi-lock-read-regexp-defaults):  New defun.
1383         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1384         (hi-lock-face-phrase-buffer): Propagate above change.
1385         Update docstring (bug#13892).
1387         * subr.el (find-tag-default-as-regexp): New defun.
1388         * replace.el (read-regexp): Propagate above change.
1390 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1392         * calc/calc-units.el (calc-convert-units): Fix the way that default
1393         new units are stored.
1395 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1397         * bookmark.el: Define a face to highlight bookmark names in
1398         bookmark menu buffers, where the default is a bold face similarly
1399         to buffer names in buffer menu buffers.
1400         (bookmark-menu-bookmark): New face to highlight bookmark names.
1401         (bookmark-insert-location): Remove duplicated text property to
1402         conform to buffer list (see `list-buffers').
1403         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1404         `bookmark-menu-bookmark' to bookmark names.
1406 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1407             Karl Fogel  <kfogel@red-bean.com>
1409         * bookmark.el: Display the bookmark list header similarly to the
1410         buffer list header (see `list-buffers'), where the default is now
1411         an immovable/immutable header line.
1412         (bookmark-bmenu-use-header-line): New variable.
1413         (bookmark-bmenu-inline-header-height): New name for
1414         `bookmark-bmenu-header-height', to avoid confusion with the code
1415         for the new immovable header.  All references changed.
1416         (bookmark-bmenu-set-header): New function.
1417         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1418         Conditionalize header construction accordingly.
1419         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1420         the inline header height.
1421         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1422         Conditionalize the skipping of the inline header height.
1424 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
1426         * progmodes/js.el (js--multi-line-declaration-indentation):
1427         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1429 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
1431         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1432         Only propertize regexp when not inside a string (Bug#13885).
1434 2013-03-06  Alan Mackenzie  <acm@muc.de>
1436         Correct the position of point in some line-up functions.
1437         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1438         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1439         point at column 0 rather than at a random place in the line.
1441 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
1443         * net/tramp-compat.el (tramp-compat-delete-directory):
1444         Implement TRASH argument.
1446 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1448         Keep pre-existing highlighting in completion candidates (Bug#13250).
1449         * minibuffer.el (completions-first-difference): State that the
1450         face is "added" in the docstring.
1451         (completions-common-part): Same.  And don't inherit from default.
1452         (completion-hilit-commonality): Prepend 'completions-common-part
1453         and 'completion-first-difference faces to the 'face property,
1454         instead of replacing the value(s).
1455         (completion--insert-strings): Same with 'completions-annotations face.
1456         (completion-hilit-commonality): Use 'face instead of
1457         'font-lock-face, because it gets priority if the completion
1458         strings already have 'face set.
1460 2013-03-04  Alan Mackenzie  <acm@muc.de>
1462         Replace `last-command-event' by `last-command-char' in XEmacs.
1463         * progmodes/cc-defs.el (c-last-command-char): New macro.
1464         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1465         (c-semi&comma-no-newlines-before-nonblanks)
1466         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1467         in place of `last-command-event'.
1468         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1469         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1470         (c-electric-paren, c-electric-continued-statement): Use the new
1471         macro in place of `last-command-event'.
1473 2013-03-04  Glenn Morris  <rgm@gnu.org>
1475         * files.el (inhibit-local-variables-regexps):
1476         Add .diff and .patch.  (Bug#13862)
1478 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1480         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1481         whether the "su" command is available on the device.
1483 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1485         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1486         (tramp-adb-handle-process-file): Remove superfluous setting.
1487         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1488         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1489         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1491 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1493         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1494         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1495         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1496         Use dict-key rather than dict-name for the error message.
1498 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1500         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1501         when reverting (bug#13831).
1503 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1505         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1506         Always expand affix-file before storing to protect against changed
1507         `default-directory'.
1508         (ispell-print-if-debug): Make sure message is printed at the end
1509         of the debug buffer.
1511 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1513         * net/tramp.el (tramp-obsolete-methods): New defconst.
1514         (tramp-warned-obsolete-methods): New defvar.
1515         (tramp-find-method): Check for obsolete methods.  Map them to a
1516         replacement method if appropriate.
1518         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1519         Remove methods.
1520         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1521         "ssh2" and "plink1".
1523 2013-02-28  Dale Sedivec  <dale@codefu.org>
1525         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1526         Return valid syntax-table property value when converting
1527         quotes within text from string syntax to punctuation syntax (bug#13844).
1529 2013-02-28  Juri Linkov  <juri@jurta.org>
1531         * dired-aux.el (dired-diff): If file at point is a backup file,
1532         use its original as the default value, and reverse the order
1533         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1535 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1537         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1538         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1540 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1542         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1544         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1545         Ask hunspell about available and default dictionaries.
1546         (ispell-parse-hunspell-affix-file): Extract relevant info from
1547         hunspell affix file.
1548         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1549         `ispell-dictionary-alist' entry for given dictionary after info
1550         provided by `ispell-parse-hunspell-affix-file'.
1551         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1552         of parsed hunspell dicts and associated affix files.
1553         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1554         of parsed hunspell dicts and associated parameters.
1555         (ispell-set-spellchecker-params):
1556         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1557         previously done.
1558         (ispell-start-process):
1559         Call `ispell-hunspell-fill-dictionary-entry' for current
1560         dictionary if it is not initialized.
1562 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1564         * imenu.el: Comment nitpicks.
1566 2013-02-28  Sam Steingold  <sds@gnu.org>
1568         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1569         See <http://stackoverflow.com/questions/14720205>.
1571 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1573         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1574         (net-utils-mode): Use it.
1575         (net-utils--revert-cmd): New var.
1576         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1577         (traceroute): Use net-utils-run-simple.
1579 2013-02-28  Glenn Morris  <rgm@gnu.org>
1581         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1583 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1586         (doc-view-fallback-mode): Remove overlays here.
1587         (doc-view-toggle-display): Instead of here.  Don't throw away
1588         image-mode-winprops-alist.
1589         (doc-view-goto-page): Don't mess with hscroll.
1591 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1593         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1594         &optional (bug#13819).
1596 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1598         * net/tramp-adb.el (tramp-adb-parse-device-names)
1599         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1601 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1603         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1604         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1605         defined.  POSIX environments fall back to the "C" locale then and
1606         emit a warning, which shall be suppressed.
1608 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1611         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1613 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1615         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1617 2013-02-25  Juri Linkov  <juri@jurta.org>
1619         * replace.el (read-regexp): Let-bind `default' to the first
1620         element of `defaults' if it's a list, otherwise it should be
1621         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1622         a list, otherwise make a list with the string value.  Doc fix.
1623         (Bug#13805)
1625 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1627         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1628         that match "\`\.#", to avoid compiling lock files, even if they
1629         are readable (as they are on MS-Windows).
1631 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1633         * files.el (basic-save-buffer): Remove redundant directory-creation.
1635 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1637         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1638         Add option to force `pi' to remain symbolic.
1639         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1640         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1641         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1642         derivatives, when necessary.
1644 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1646         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1647         (ps-mode-octal-region): Use string-make-unibyte.
1649 2013-02-23  Glenn Morris  <rgm@gnu.org>
1651         * emulation/viper-cmd.el (viper-submit-report):
1652         * progmodes/ps-mode.el (ps-mode-maintainer-address):
1653         * progmodes/vera-mode.el (vera-mode-help-address):
1654         * textmodes/artist.el (artist-maintainer-address):
1655         * textmodes/reftex.el (reftex-report-bug):
1656         * vc/ediff-util.el (ediff-submit-report):
1657         Add bug-gnu-emacs to bug report address.
1659         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1660         Remove bug report entries.
1661         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1663         * emacs-lisp/bytecomp.el (byte-compile-level): New.
1664         (byte-compile-file, byte-compile-from-buffer):
1665         Use separate input/output buffers for each level of recursive
1666         byte-compile-file calls.  (Bug#13787)
1668 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
1670         * net/tramp.el (tramp-methods): Fix docstring.
1671         (tramp-ssh-controlmaster-options): Rename it from
1672         `tramp-ssh-controlmaster-template'.  Return a string.
1673         (tramp-default-method): Adapt check for
1674         `tramp-ssh-controlmaster-options'.
1676         * net/tramp-sh.el (tramp-methods):
1677         Replace `tramp-ssh-controlmaster-template' by "%c".
1678         (tramp-do-copy-or-rename-file-out-of-band)
1679         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
1680         that it is applied for the first hop only.
1682 2013-02-22  Juri Linkov  <juri@jurta.org>
1684         * isearch.el (isearch-lazy-highlight-new-loop):
1685         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1686         to `isearch-other-end' if it is not nil.  (Bug#13402)
1688         * replace.el (replace-highlight): Let-bind `isearch-other-end'
1689         to `match-beg'.
1691         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1692         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1693         and `isearch-error' to nil.
1695 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
1697         * progmodes/python.el (python-info-current-defun):
1698         Enhance match-data cluttering prevention.
1700 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
1702         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1704         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1705         Handle multibyte file names.
1707 2013-02-22  Glenn Morris  <rgm@gnu.org>
1709         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1710         (sgml-transformation-function): Give it a :set function.
1711         (sgml-tag): Doc fix.
1713         * cmuscheme.el (scheme-buffer):
1714         * progmodes/inf-lisp.el (inferior-lisp-buffer):
1715         * progmodes/tcl.el (inferior-tcl-buffer):
1716         * textmodes/tex-mode.el (tex-command): Doc fixes.
1718         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1720         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
1722 2013-02-21  Bastien Guerry  <bzg@gnu.org>
1724         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
1726 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1728         * progmodes/python.el (python-info-current-defun):
1729         Enhance match-data cluttering prevention.
1731 2013-02-21  Glenn Morris  <rgm@gnu.org>
1733         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1734         loaded while outline-regexp is let bound.  (Bug#9584)
1736 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1738         * progmodes/python.el (python-info-current-defun): Fix failed
1739         defun name retrieval because of unwanted match-data cluttering.
1741 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
1743         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1744         defconst.  Apply independent check for ControlPersist.
1746         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1747         temporarily, via "env".
1749 2013-02-21  Glenn Morris  <rgm@gnu.org>
1751         * info.el (Info-enable-edit): Remove.
1752         (Info-edit): Disable it rather than using Info-enable.
1753         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1754         (Info-cease-edit): Make editing of Info files obsolete.
1756         * informat.el (Info-tagify):
1757         Handle buffers not visiting files.  (Bug#13763)
1759 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
1761         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1763 2013-02-21  Glenn Morris  <rgm@gnu.org>
1765         * files.el (basic-save-buffer): Move check for existing parent
1766         directory after hooks.  (Bug#13773)
1768 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * simple.el (command-execute): Move from C.  Add obsolete check.
1771         (extended-command-history): Move from C.
1773 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
1775         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1776         (jka-compr-mode-alist-additions): Handle .txz suffix for
1777         XZ-compressed tar archives (bug#13770).
1779 2013-02-20  Bastien Guerry  <bzg@gnu.org>
1781         * outline.el (outline-regexp, outline-heading-end-regexp):
1782         Make variables, not options (bug#13731).
1784 2013-02-20  Glenn Morris  <rgm@gnu.org>
1786         * image.el (image-current-frame): Change from variable to function.
1787         (image-show-frame): Rename from image-nth-frame.  Update callers.
1788         * image-mode.el (image-multi-frame): New variable.
1789         (image-mode-map, image-mode, image-goto-frame):
1790         Use image-multi-frame rather than image-current-frame.
1791         (image-mode, image-goto-frame): Use image-current-frame as
1792         function rather than as variable.
1794         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1795         * emacs-lisp/cl-macs.el (cl--make-type-test)
1796         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1798 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1800         * net/tramp-cache.el (tramp-get-hash-table): New defun.
1801         (tramp-get-file-property, tramp-set-file-property)
1802         (tramp-get-connection-property, tramp-set-connection-property): Use it.
1803         (tramp-flush-file-property, tramp-flush-directory-property):
1804         Rename argument to KEY.
1805         (tramp-flush-connection-property): Simplify a little bit.
1806         (tramp-connection-property-p): New defun.
1807         (top): Reapply saved values only if there isn't a corresponding
1808         entry in `tramp-connection-properties'.
1810 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
1812         * progmodes/python.el (python-indent-context):
1813         Fix python-info-line-ends-backslash-p call.
1814         (python-info-line-ends-backslash-p)
1815         (python-info-beginning-of-backslash): Respect line-number argument.
1816         (python-info-current-line-comment-p):
1817         Fix behavior when not at beginning-of-line.
1818         (python-util-position): Remove function.
1819         (python-util-goto-line): New function.
1821 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1823         * eshell/em-unix.el (eshell/su): Require tramp.
1824         (eshell/sudo): Require tramp.  Remove now unnecessary check.
1826         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1827         `tramp-current-connection' in order to avoid an error when several
1828         commands are invoked in a short time in eshell and friends.
1830 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         Cleanup some of EIEIO's namespace.
1833         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1834         Use it to define all the class-* and object-* field accessors (renamed
1835         to eieio--class-* and eieio--object-*).  Update all uses.
1836         (eieio--class-num-slots, eieio--object-num-slots): Rename from
1837         class-num-slots and object-num-slots.
1838         (eieio--check-type): New macro.
1839         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1840         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1841         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1842         (object-assoc-list-safe): Use it.
1843         (eieio-defclass): Tighten regexp.
1844         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
1845         Remove unreachable code.
1846         (object-class-fast): Declare obsolete.
1847         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1848         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1849         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1850         Rename from class-name, object-name, object-set-name-string,
1851         object-class, object-class-name, class-parents, class-children,
1852         class-precedence-list, class-parent; with obsolete alias.
1853         (class-of, class-direct-superclasses, class-direct-subclasses):
1854         Declare obsolete.
1855         (eieio-defmethod): Use `memq'; remove unreachable code.
1856         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1857         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1858         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1860 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1862         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1863         commentary.
1865 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
1867         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1868         Use font-lock-keyword-face for macros and special forms (bug#8345).
1870 2013-02-17  Didier Verna  <didier@didierverna.net>
1872         * net/network-stream.el (network-stream-open-starttls):
1873         Check that response to the starttls-command is non-nil.  (Bug#13706)
1875 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1877         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1878         Don't assume all identifier chars have syntax word.
1879         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1880         Remove bar-not-symbol.  Adjust callers.
1881         (lisp-mode-variables): Don't set a font-lock-syntax-table.
1883 2013-02-17  Leo Liu  <sdl.web@gmail.com>
1885         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1887 2013-02-17  Glenn Morris  <rgm@gnu.org>
1889         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1891         * image-mode.el (image-mode-map): Add image-dired menu entry.
1893         * image-dired.el (tumme): Make this alias obsolete.
1895 2013-02-16  Glenn Morris  <rgm@gnu.org>
1897         * image.el (image-animated-types): Remove.
1898         (image-multi-frame-p): Rename from image-animated-p, and generalize.
1899         (image-animated-p): Make obsolete alias.
1900         (image-animate, image-nth-frame, image-animate-timeout):
1901         Use image-multi-frame-p.
1902         (image-animate-timeout): If no delay, use image-default-frame-delay.
1903         * image-mode.el (image-mode, image-toggle-animation):
1904         Use image-multi-frame-p.  (Bug#763, bug#10739)
1905         (image-mode): Adjust startup message for a multi-frame image.
1907         * image-mode.el (image-mode-map): Give it a menu.
1909 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
1911         * net/tramp-cache.el (tramp-connection-properties): New customer
1912         option.
1913         (tramp-get-connection-property): Use it.
1915         * net/tramp-compat.el (top): Require 'trampver.
1917         * net/tramp-sh.el (tramp-remote-process-environment):
1918         Set tramp-autoload cookie.
1920 2013-02-16  Kevin Ryde  <user42@zip.com.au>
1922         * info-look.el (info-lookup-select-mode): If major-mode has no
1923         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1925 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
1927         * replace.el (read-regexp): Tighten the regexp that matches tag.
1928         When tag is retrieved with `find-tag-default', use regexp that
1929         matches tag at point.  Also update docstring (Bug#13687).
1931 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
1933         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1934         add watch for the file, not its parent directory, since w32notify
1935         sets up the watch for the directory internally.  (Bug#13725)
1937 2013-02-16  Glenn Morris  <rgm@gnu.org>
1939         * image.el (image-default-frame-delay): New variable.
1940         (image-animated-p): Use image-default-frame-delay.
1941         (image-minimum-frame-delay): New constant.
1942         (image-animate-timeout): Use image-minimum-frame-delay.
1944         * image.el (image-nth-frame): New, split from image-animate-timeout.
1945         (image-animate-timeout): Use image-nth-frame.
1946         * image-mode.el (image-goto-frame, image-next-frame)
1947         (image-previous-frame): New commands.
1948         (image-mode-map): Add new frame commands.
1950 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
1952         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1953         If col-desc already has help-echo, use it.  (Bug#13563)
1955 2013-02-16  Glenn Morris  <rgm@gnu.org>
1957         * image.el (image-current-frame): New variable.
1958         (image-animate-timeout): Set image-current-frame.
1959         * image-mode.el (image-mode): For animated images,
1960         display a frame counter via mode-line-process.
1962         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1964 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1968 2013-02-15  Alan Mackenzie  <acm@muc.de>
1970         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1971         global minor mode has been enabled, call the minor mode function
1972         for a new buffer once only, after the major mode hook, whilst
1973         allowing that hook explicitly to disable the minor mode.
1974         (MODE-disable-in-buffer): New (generated) function.
1975         (disable-MODE): New (generated) buffer local variable.
1977 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
1979         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1980         `iswitchb-next-match' and `iswitchb-prev-match' resply.
1981         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1982         `ido-next-match' and `ido-prev-match' resply.
1983         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1984         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1985         `icomplete-backward-completions' (Bug#13708).
1987 2013-02-15  Glenn Morris  <rgm@gnu.org>
1989         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1991 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1993         * net/goto-addr.el (goto-address-fontify): Add start and end args.
1994         (goto-address-fontify-region): Use them instead of narrowing, so
1995         syntax-ppss has access to the whole buffer.
1997 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1999         * progmodes/python.el: Explain how to restore "cc-mode"-like
2000         forward-sexp movement in header documentation (Bug#13642).
2001         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2002         comments and strings (GH bug 114).
2004 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
2006         * progmodes/python.el (python-info-current-defun): Fix current
2007         defun detection (Bug#13618).
2009 2013-02-15  Chong Yidong  <cyd@gnu.org>
2011         * xml.el (xml-parse-string): Fix typo in handling of bad character
2012         references.
2014 2013-02-15  Glenn Morris  <rgm@gnu.org>
2016         * play/fortune.el (fortune-compile): Simplify and fix previous change.
2018 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
2020         * net/tramp.el (tramp-debug-message):
2021         Add `tramp-condition-case-unless-debug'.
2022         (tramp-debug-on-error): New defvar.
2023         (tramp-condition-case-unless-debug): New defun.
2024         (tramp-file-name-handler): Use it.
2026 2013-02-14  Juri Linkov  <juri@jurta.org>
2028         * info.el (Info-isearch-filter): Treat non-nil values of
2029         `search-invisible' including its default value `open'
2030         like the value `t' to match hidden text.  (Bug#13402)
2032 2013-02-14  Glenn Morris  <rgm@gnu.org>
2034         * help-fns.el (find-lisp-object-file-name): Give special treatment
2035         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
2037 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
2039         * net/quickurl.el (quickurl-save-urls):
2040         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
2042 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2044         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2045         depth for unfinished percent literal.  Not using it in the caller.
2046         (ruby-move-to-block): Jump over multiline literals of all types,
2047         ignoring code-looking contents inside them.
2048         (ruby-add-log-current-method): Improve performance at the expense
2049         of accuracy.  `ruby-block-contains-point' is relatively slow, so
2050         only use it for method and singleton class blocks.
2052 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2054         Use ControlMaster where applicable.  (Bug#13677)
2056         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2057         replacing `tramp-detect-ssh-controlmaster'.
2058         (tramp-default-method): Use it.
2060         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2061         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2062         arguments.
2063         [scpc, rsyncc]: Remove methods.
2064         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2065         and "ssh2_old".
2066         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2067         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2069 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * emacs-lisp/package.el (package--initialized): Move before first use.
2073 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
2075         * icomplete.el (icomplete-hide-common-prefix): New user option.
2076         (icomplete-first-match): New face.
2077         (icomplete-completions): Correct handling of "complete but not
2078         unique" (Bug#12638).
2080 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
2082         * descr-text.el (describe-char): Display the script (bug#13698).
2084 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2086         * tmm.el: Use lexical-binding and current-active-maps.
2087         (tmm-menubar): Use map-keymap and pcase.
2088         (tmm--completion-table): New function.
2089         (tmm-prompt): Use it to fix the menu order.
2090         (tmm-get-keybind): Use current-active-maps.
2092 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2094         Add dired-hide-details-mode.  (Bug#6799)
2096         * locate.el (locate-mode): Set parent mode property to dired-mode.
2098         * find-dired.el (find-dired): Call dired-insert-set-properties on
2099         initial information line.  Set process mark on end of buffer.
2100         (find-dired-sentinel):
2101         Call dired-insert-set-properties on summary.
2103         * dired.el (dired-hide-details-hide-symlink-targets)
2104         (dired-hide-details-hide-information-lines): New options.
2105         (dired-insert-directory):
2106         Set properties after final treatment of output.
2107         (dired-insert-set-properties):
2108         Set dired-hide-details-* properties.
2109         (dired-mode-map): Bind dired-hide-details-mode.
2110         (dired-mode): Set buffer-invisibility-spec to a list.
2111         (dired-next-line): Skip hidden lines.
2112         (dired-previous-line): Use dired-next-line.
2113         (dired-hide-details-mode): New minor mode.
2114         (dired-hide-details-update-invisibility-spec): New function.
2116 2013-02-13  Glenn Morris  <rgm@gnu.org>
2118         * play/yow.el: Move to obsolete/.  (Bug#9384)
2120 2013-02-13  Juri Linkov  <juri@jurta.org>
2122         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2123         to select `ediff-control-frame' and set input focus correctly on Xfce.
2124         (Bug#12218)
2126 2013-02-13  Juri Linkov  <juri@jurta.org>
2128         * image-mode.el (image-mode-map):
2129         * doc-view.el (doc-view-mode-map):
2130         * vc/ediff-util.el (ediff-setup-keymap):
2131         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2133 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2135         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2136         performance.  Instead of recalculating indentation fully for each
2137         line, sum up indentation depth based only on visited lines.
2138         (ruby-parse-partial): Increase the depth after "do" even when END
2139         is right after it.
2140         (ruby-parse-partial): When END is in the middle of a percent
2141         literal, increase the depth if the delimiter chars belong to the
2142         paren syntax class.
2144 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
2146         * play/fortune.el (fortune-compile): Also make the compiled file
2147         if it does not exist at all, not just if it is old.  (Bug#5338)
2149 2013-02-13  Glenn Morris  <rgm@gnu.org>
2151         * emacs-lisp/package.el (package-menu-execute): Doc fix.
2153 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
2155         * lisp/emacs-lisp/package.el (package-menu-execute):
2156         Add optional noquery argument.  (Bug#13625)
2158 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2160         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2161         if DIR exists and PARENTS is non-nil.
2163 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
2165         * progmodes/js.el (js--multi-line-declaration-indentation):
2166         Silence byte-compiler warning.
2168 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
2170         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2172         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2173         only if it doesn't exist.
2175         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2176         Set process marker.
2178 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
2180         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2181         UserInstallation when calling soffice to work around LibreOffice
2182         bug 37531.
2184 2013-02-12  Glenn Morris  <rgm@gnu.org>
2186         * files.el (basic-save-buffer):
2187         Offer to create a non-existing directory.  (Bug#3016)
2189         * calc/calc-graph.el (calc-graph-show-dumb):
2190         * calendar/calendar.el (calendar-mode-map):
2191         * cus-edit.el (custom-mode-map):
2192         * ehelp.el (electric-help-map):
2193         * emulation/vip.el (vip-mode-map):
2194         * epa.el (epa-key-list-mode-map):
2195         * info.el (Info-mode-map):
2196         * mail/rmail.el (rmail-mode-map):
2197         * mail/rmailsum.el (rmail-summary-mode-map):
2198         * man.el (Man-mode-map):
2199         * net/newst-plainview.el (newsticker-mode-map):
2200         * progmodes/cpp.el (cpp-edit-mode-map):
2201         * progmodes/grep.el (grep-mode-map):
2202         * progmodes/idlw-help.el (idlwave-help-mode-map):
2203         * simple.el (special-mode-map):
2204         * startup.el (splash-screen-keymap):
2205         * view.el (view-mode-map):
2206         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2208 2013-02-11  Elias Pipping  <pipping@lavabit.com>
2210         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2211         (bug#13679).
2213 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2215         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2217 2013-02-11  Glenn Morris  <rgm@gnu.org>
2219         * vc/diff.el (diff-use-labels): New variable.
2220         (diff-no-select): Use --label rather than -L, and first
2221         check that it is supported.  (Bug#11067)
2223         * files.el (enable-dir-local-variables): New variable.
2224         (hack-dir-local-variables): Respect enable-dir-local-variables.
2225         * tutorial.el (help-with-tutorial):
2226         Ignore directory-local variables.  (Bug#11127)
2228         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2229         (vc-svn-global-switches): ... to here.  (Bug#13513)
2231 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
2233         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2234         Handle "foo (bar, default: xxx): " prompts.
2236 2013-02-10  Chong Yidong  <cyd@gnu.org>
2238         * files.el (basic-save-buffer-1): Do not set
2239         buffer-file-coding-system-explicit (Bug#4533).
2241         * mail/emacsbug.el (report-emacs-bug): Change binding of
2242         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2244 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
2246         * calc/calc.el (calc-allow-units-as-numbers): New variable.
2247         * calc/calc-units.el (calc-convert-units): Use new variable.
2249 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
2251         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2253         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2254         buffer-file-type.
2256         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2257         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2258         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2259         coding-system-for-write instead.
2261         * jka-compr.el (jka-compr-write-region): Don't bind
2262         buffer-file-type.
2264         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2265         buffer-file-type.
2267         * files.el (file-name-buffer-file-type-alist): Remove defvar.
2268         (insert-file-contents-literally): Remove reference to
2269         file-name-buffer-file-type-alist.
2271         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2272         make-obsolete.
2273         (find-buffer-file-type-match, find-buffer-file-type): Remove.
2274         (find-buffer-file-type-coding-system): Remove references to
2275         find-buffer-file-type-match, find-buffer-file-type, and
2276         buffer-file-type.
2277         Don't put find-buffer-file-type-coding-system into
2278         file-coding-system-alist.
2279         (find-file-binary, find-file-text): Bind coding-system-for-read
2280         instead of file-name-buffer-file-type-alist.
2282 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
2284         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2285         converter (Bug#13622).
2286         (doc-view-unoconv-program): Make obsolete alias.
2287         (doc-view-odf->pdf-converter-program): New variable.
2288         (doc-view-odf->pdf-converter-function): New variable.
2289         (doc-view-mode-p): Use it.
2290         (doc-view-odf->pdf-converter-unoconv):
2291         Rename from `doc-view-odf->pdf-converter-unoconv'.
2292         (doc-view-odf->pdf-converter-soffice): New function.
2293         (doc-view-convert-current-doc):
2294         Use `doc-view-odf->pdf-converter-function'.
2296 2013-02-09  Chong Yidong  <cyd@gnu.org>
2298         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2299         view-echo-area-messages (Bug#13340).
2301         * help.el (view-echo-area-messages): Use display-buffer.
2303         * dired-x.el (dired-do-run-mail): Prompt for confirmation
2304         (Bug#13561).
2306 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2309         Eval body right away, now that we do eager macroexpansion (bug#13605).
2311         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2312         (fundamental-mode): Use run-mode-hooks.
2314         * eshell/esh-proc.el (eshell/kill): Fix last change.
2315         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2317 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2319         * eshell/esh-proc.el (eshell/kill): Rewrite.
2321         * eshell/em-ls.el (show-almost-all): Declare.
2322         (eshell-do-ls): Add support for -A argument.
2324 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
2326         * icomplete.el (icomplete-forward-completions)
2327         (icomplete-backward-completions): Handle corner case (bug#13602).
2329 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
2331         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2332         be nil.  Handle this.  (Bug#13636)
2334 2013-02-07  Richard Stallman  <rms@gnu.org>
2336         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2337         `save-buffer-coding-system'.
2339 2013-02-07  Alan Mackenzie  <acm@muc.de>
2341         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
2342         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2343         (c-parse-state-get-strategy): Don't return 'BOD any more.
2344         (c-append-lower-brace-pair-to-state-cache):
2345         Extra parameter HERE instead of narrowing.
2346         Widen to top of buffer before searching backwards for a brace pair.
2347         (c-state-push-any-brace-pair): Add HERE parameter to function call.
2348         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2349         Narrow to parameter HERE, in place of being called narrowed.
2350         (c-remove-stale-state-cache): Extra parameter HERE in place of
2351         narrowing.  Check there's an open brace in the cache before
2352         searching for its match.
2353         (c-invalidate-state-cache-1): Add HERE parameter to function call.
2354         (c-parse-state-1): Don't narrow here for 'forward strategy,
2355         instead passing extra parameter HERE to several functions.
2356         Remove 'BOD strategy.
2358 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2360         * emacs-lisp/package.el (describe-package-1): Tell what archive is
2361         used to install the package.
2363 2013-02-06  Glenn Morris  <rgm@gnu.org>
2365         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2366         if we can't get user input.  (Bug#6567)
2368         * startup.el (command-line): If simple.el is missing,
2369         test and warn about for some possible causes.
2371 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
2373         * cus-start.el (all): Add ns-use-native-fullscreen.
2375 2013-02-05  Glenn Morris  <rgm@gnu.org>
2377         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2379         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2380         Fix directory creation in fallback case.
2382 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2384         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2385         (vc-update-change-log): Use dolist.
2387 2013-02-04  Chong Yidong  <cyd@gnu.org>
2389         * thingatpt.el: Rewrite the URL detection routines, absorbing some
2390         code from ffap.el.
2391         (thing-at-point-beginning-of-url-regexp): New var.
2392         (thing-at-point-uri-schemes): Update list of URI schemes.
2393         (thing-at-point-url-regexp): Variable deleted.
2394         (thing-at-point-markedup-url-regexp): Disallow newlines.
2395         (thing-at-point-newsgroup-regexp)
2396         (thing-at-point-newsgroup-heads)
2397         (thing-at-point-default-mail-uri-scheme): New variables.
2398         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
2399         method to find the possible bounds of the URI at point.
2400         New optional argument to find ill-formed URIs.
2401         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
2402         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
2403         the scheme-adding heuristics from ffap-url-at-point.
2404         (thing-at-point--bounds-of-well-formed-url): New function.
2405         Do parens matching to decide whether to include parens in the URI
2406         (Bug#9153).
2408         * ffap.el: Require thingatpt.
2409         (ffap-url-at-point): Delegate URI detection to thing-at-point.
2410         All URI-valid characters are now recognized (Bug#5673).
2411         (ffap-string-at-point): Use use-region-p.
2412         (ffap-url-regexp): Extra character is handled by thing-at-point.
2413         (ffap-string-at-point-mode-alist): Allow parentheses.
2414         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2415         Convert to aliases; code moved to thingatpt.el.
2416         (ffap-gnus-hook): Use setq-local.
2418 2013-02-04  Glenn Morris  <rgm@gnu.org>
2420         * emacs-lisp/ert.el (ert--explain-format-atom):
2421         Don't try to print non-characters as characters.  (Bug#13543)
2423 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
2425         * net/tramp.el (tramp-debug-message): Extend function exclude list.
2426         (tramp-backtrace): New defun.
2427         (tramp-handle-insert-file-contents): Use `visit' when inserting
2428         the local copy.
2430         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2431         Use `remote-file-name-inhibit-cache'.
2433 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2435         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2436         (bug#13614).
2438         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2439         current-load-list (bug#13366).
2441 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
2443         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2444         Identify g++ template instantiation trace.  (Bug#12287)
2445         (compilation-mode-hook, compilation-start-hook)
2446         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2448 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * mouse.el (mouse-drag-track): Always deactivate the mark before
2451         running the final event's command since that command is in charge of
2452         activating the mark if needed (bug#13523).
2454 2013-02-02  Juri Linkov  <juri@jurta.org>
2456         * replace.el (perform-replace): Move let-bindings of isearch-*
2457         variables deeper to the loop that searches for the next match.
2458         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2459         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2460         (Bug#13579)
2462         * isearch.el (isearch-search-fun-default): Check for null
2463         first element of isearch-cmds as a precaution when it's used
2464         with inactive isearch.
2466 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2468         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2469         error when buffer in question is narrowed so position 1 is out of
2470         visible part.
2472 2013-02-02  Glenn Morris  <rgm@gnu.org>
2474         * textmodes/remember.el (remember-clipboard): Doc fix.
2476 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2479         properties (bug#13179).
2481 2013-02-02  Juri Linkov  <juri@jurta.org>
2483         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2484         instead of hard-coded default face `match'.  (Bug#9438)
2486 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2488         * vc/vc-arch.el (vc-arch-registered):
2489         * vc/vc-bzr.el (vc-bzr-registered):
2490         * vc/vc-cvs.el (vc-cvs-registered):
2491         * vc/vc-git.el (vc-git-registered):
2492         * vc/vc-hg.el (vc-hg-registered):
2493         * vc/vc-mtn.el (vc-mtn-registered):
2494         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2495         (Bug#13139)
2497         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2498         prefix argument.  (Bug#11656)
2500 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2502         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2504 2013-02-01  Glenn Morris  <rgm@gnu.org>
2506         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2507         if the backend is known not to support it.
2509         * imenu.el (imenu-default-create-index-function):
2510         Tweak infinite loop test to check for forward motion as well as none.
2512 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2514         * net/soap-client.el (soap-invoke): Encode the string for
2515         `url-request-data' as UTF-8.
2516         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2518 2013-02-01  Glenn Morris  <rgm@gnu.org>
2520         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2522         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2524 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2526         * net/tramp.el (tramp-tramp-file-p): Comment check for
2527         `string-as-unibyte'.  The function does not exist on XEmacs, and
2528         likely we need another approach.
2530         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2531         `tramp-gw-*' variables are bound.
2533 2013-01-31  Glenn Morris  <rgm@gnu.org>
2535         * files.el (basic-save-buffer-2): Choose coding system for
2536         writing the file before backing it up, to reduce delay between
2537         backing up and writing the new version.  (Bug#13522)
2539 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2541         * simple.el (cycle-spacing): New command.
2542         (just-one-space): Use it.
2544 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2547         (opascal-newline-always-indents): Remove custom.
2548         (opascal-tab, opascal-newline): Remove commands.
2549         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2550         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2551         (opascal-save-match-data): Remove, use save-match-data instead.
2552         (opascal-save-state): Use with-silent-modifications.
2554         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2555         (bug#13585).
2557 2013-01-30  Juri Linkov  <juri@jurta.org>
2559         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2560         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2561         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2563 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2565         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2566         column if we're just deleting the backslashes.
2567         (makefile-fill-paragraph): Use eolp.
2569 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2571         * autorevert.el (auto-revert-use-notify): Fix docstring.
2573 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2575         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2577 2013-01-30  Glenn Morris  <rgm@gnu.org>
2579         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2580         unread-command-events twice in some cases.  This tries to implement
2581         the 2012-07-26 changes in a different way.  (Bug#13560)
2583 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2585         * progmodes/python.el
2586         (python-pdbtrack-comint-output-filter-function): Enhancements on
2587         stacktrace detection.  (thanks @gnovak)
2589 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2592         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2593         Use defvar-local.
2594         (jit-lock-register): Use setq-local.
2596 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2598         * calc-units.el (math-default-units-table): Remove initial value.
2599         (calc-convert-units): Treat expressions where all the units cancel as
2600         if they didn't have units.
2602 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2604         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2605         (tramp-completion-reread-directory-timeout): Fix type.
2606         (tramp-connection-min-time-diff): New defcustom.
2608         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2610 2013-01-30  Glenn Morris  <rgm@gnu.org>
2612         * imenu.el (imenu-default-create-index-function):
2613         Put back a version of the infinite loop test removed 2013-01-23.
2615 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2617         * progmodes/python.el (python-shell-parse-command):
2618         Find python-shell-interpreter with modified environment.
2620 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2622         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2624 2013-01-29  Alan Mackenzie  <acm@muc.de>
2626         Amend to fontify /regexp/s in actions correctly.
2627         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2628         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2629         are no longer included.
2630         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2631         What used to be these variables without "-line" in the name.
2632         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2633         (c-awk-non-arith-op-bra-re): Now also matches {.
2634         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2635         "return", and "case".
2636         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2637         by /.
2638         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2639         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2641 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2643         * autorevert.el (auto-revert-use-notify):
2644         Use `custom-initialize-default' for initialization.  (Bug#13583)
2646         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2648         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2649         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
2650         in `tramp-file-name-handler'.
2651         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2652         compatibility.
2653         (tramp-compute-multi-hops): Check, whether
2654         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2656 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2659         (bug#13297).
2661 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2663         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2664         checks made superfluous by the \_< operator.
2665         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2666         temporarily) broken indentation.
2667         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2668         Highlight nested constants, too.  \_< broke that.
2670 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2672         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2673         instead of "\\b".
2675 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
2677         * autorevert.el (auto-revert-handler): Notifications which result
2678         from a saved file shall not be taken into account.  (Bug#13557)
2680 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
2682         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2683         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2684         (lisp-mode): Pass t for it.  (Bug#13556)
2686 2013-01-25  Alan Mackenzie  <acm@muc.de>
2688         AWK Mode: Fix indentation bug at top level.  Bug #12274.
2690         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2691         just before CASE 5D.
2693 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
2695         * net/socks.el (socks-nslookup-host): Use string-to-number.
2697 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
2699         * autorevert.el (auto-revert-remote-files)
2700         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2701         (auto-revert-notify-enabled, auto-revert-use-notify)
2702         (auto-revert-notify-watch-descriptor-hash-list)
2703         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2704         (auto-revert-notify-event-descriptor)
2705         (auto-revert-notify-event-action)
2706         (auto-revert-notify-event-file-name): Doc fix.
2707         (global-auto-revert-mode): Reorder checks.
2708         (auto-revert-notify-rm-watch): Respect changed values of
2709         `auto-revert-notify-watch-descriptor-hash-list'.
2710         (auto-revert-notify-add-watch): Check for
2711         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
2712         `inotify-add-watch'.  Watch `default-directory' instead of
2713         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
2714         has a changed meaning now.  (Bug#13540)
2715         (auto-revert-notify-handler): Change implementation wrt events
2716         returning from a directory.
2717         (auto-revert-handler): Reorder implementation for checks of remote
2718         files.
2719         (auto-revert-buffers): Fix parentheses error.
2721 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
2723         * progmodes/python.el: Enhancements to header documentation about
2724         skeletons.  (Bug#5716)
2726         * imenu.el (imenu-default-create-index-function): Remove useless
2727         infinite loop check.  (Bug#13438)
2729 2013-01-25  Alan Mackenzie  <acm@muc.de>
2731         Fix a bug in the state cache mechanism.  Refactor this a bit.
2733         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2734         `cache-pos' element from the return value.
2735         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2736         buffer to enable proper searching from beyond HERE.  Amend the
2737         test for detecting the sought brace pair.  Amend the value written
2738         to the "brace desert cache" when the brace isn't found.
2739         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2740         and several other variables analogously.
2741         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2742         parameter to a locally calculated variable.
2743         (c-parse-state-1): Change the calling conventions to the two
2744         defuns involving `cache-pos'.
2746 2013-01-25  Chong Yidong  <cyd@gnu.org>
2748         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2750 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
2752         * paren.el (show-paren-function): Make sure to set 'priority and
2753         'face only if the overlay does exist.
2755 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
2757         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2759         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2760         basic attributes.
2761         (tramp-sh-handle-set-file-acl): Improve error checking.
2763 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
2765         * doc-view.el (doc-view-display): Force mode line update until all
2766         document is converted.  Suggested by Stefan Monnier (Bug#13164).
2768 2013-01-23  Bastien Guerry  <bzg@gnu.org>
2770         * paren.el (show-paren-function): Make sure an overlay exists
2771         before trying to delete it.  Also use `pos' as a position only
2772         when it is an integer.
2774 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
2776         * play/gametree.el (gametree-break-line-here): Use point-marker.
2778 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
2780         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2781         Mark descriptive parts with `display' property.
2783 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2785         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2786         New variable to map standard dict names to hunspell ones.
2787         (ispell-set-spellchecker-params): Make sure specific dict names
2788         are used for standard dicts with hunspell.
2790 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
2792         * textmodes/reftex-cite.el (reftex-format-citation): Add format
2793         chars for note (%N) and url (%U).
2794         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2796 2013-01-21  Juri Linkov  <juri@jurta.org>
2798         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2799         in addition to existing separate binding `meta f10' in `global-map'.
2800         (Bug#13484)
2802 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
2804         Improve XEmacs compatibility.
2806         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2808         * net/tramp-adb.el (top): Require `time-date'.
2809         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2810         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2811         Use `tramp-file-name-handler'.
2812         (tramp-adb-maybe-open-connection):
2813         Use `tramp-compat-set-process-query-on-exit-flag'.
2815         * net/tramp-sh.el (tramp-sh-handle-file-acl):
2816         Use `tramp-compat-funcall'.
2818         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2819         `tramp-compat-funcall'.
2821 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
2823         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2824         reimplementation using "adb shell command ..." instead of running
2825         remote shell interactively.
2827 2013-01-20  Glenn Morris  <rgm@gnu.org>
2829         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2830         Add native profiler menu entries.
2832         * profiler.el (profiler-running-p): New function.
2833         (profiler-cpu-profile): Use profiler-running-p.
2834         (profiler-report-mode-map): Add some more menu entries.
2836 2013-01-19  Glenn Morris  <rgm@gnu.org>
2838         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2839         fixes 2012-12-07 change.  (Bug#13499)
2841 2013-01-19  Leo Liu  <sdl.web@gmail.com>
2843         * dired.el (dired-get-marked-files): Prune erroneous values due to
2844         last change.  (Bug#13152)
2846 2013-01-19  Glenn Morris  <rgm@gnu.org>
2848         * progmodes/etags.el (tags-table-check-computed-list):
2849         Preserve point in tags buffer.  (Bug#13412)
2851         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2853 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
2854             Chong Yidong  <cyd@gnu.org>
2856         * image-mode.el (image-next-file, image-previous-file):
2857         New commands (Bug#8453).
2858         (image-mode-map): Bind them to n and p.
2859         (image-mode--images-in-directory): New helper function.
2861 2013-01-19  Chong Yidong  <cyd@gnu.org>
2863         * image-mode.el (image-mode-fit-frame): Add a frame argument.
2864         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
2865         save and restore the old window configuration.
2867 2013-01-18  Leo Liu  <sdl.web@gmail.com>
2869         * progmodes/js.el: Tweak autoload cookie for alias.
2871 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2873         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2874         buffer local, again.  This was lost with the fix on 2013-01-12.
2876 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
2878         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2879         order to support several eshell buffers in parallel.
2881 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2883         * autorevert.el (auto-revert-use-notify): In the :set function, do
2884         not modify `kill-buffer-hook'.
2885         (auto-revert-notify-rm-watch):
2886         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2887         (auto-revert-notify-add-watch): Do not call
2888         `auto-revert-notify-rm-watch', but add it to a buffer local
2889         `kill-buffer-hook'.
2891 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2893         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2894         call to `eval' rather than a backquoted lambda.
2896 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2899         to return an explicit nil.
2900         (advice--remove-function): Change accordingly.
2902         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2903         the use of nadvice.el.
2905         * progmodes/which-func.el (which-function): Silence imenu errors
2906         (bug#13433).
2908 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2910         * progmodes/sql.el (sql-imenu-generic-expression):
2911         (sql-mode-font-lock-object-name): Match schema qualified names.
2912         (sql-connect): Use string keys.
2913         (sql-product-interactive): Wait for interpreter prompt.
2914         (sql-comint-oracle): Set process coding based on NLS_LANG.
2916 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2918         * progmodes/sql.el (sql-output-to-send): Remove, unused.
2919         (sql-interactive-remove-continuation-prompt):
2920         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2922 2013-01-14  Leo Liu  <sdl.web@gmail.com>
2924         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2925         (Bug#13420)
2927 2013-01-14  Glenn Morris  <rgm@gnu.org>
2929         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2930         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2932 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2934         * progmodes/python.el (python-nav-end-of-statement):
2935         Fix cornercase when handling multiline strings.
2937 2013-01-13  Richard Stallman  <rms@gnu.org>
2939         * mail/sendmail.el (mail-position-on-field): Add doc string.
2941         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2942         Get current message boundaries and pass them to
2943         message-forward-make-body-mime.  Minor style changes.
2945 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
2947         * cus-start.el (all): Avoid warnings about
2948         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2950 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
2952         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2954 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2956         * jit-lock.el (jit-lock-debug-mode): New minor mode.
2957         (jit-lock--debug-fontifying): New var.
2958         (jit-lock--debug-fontify): New function.
2959         * subr.el (condition-case-unless-debug): Don't prevent catching the
2960         error, just let the debbugger run.
2961         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2962         timer code and don't drop errors silently.
2964 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
2966         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2967         `permanent-local' property.
2968         (auto-revert-notify-handler): Use `file-equal-p'.
2970 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
2972         * autorevert.el (auto-revert-notify-handler): Fix filtering of
2973         file notification by ACTION. For filtering by file name, compare
2974         only the non-directory part of the file name.
2976 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * autorevert.el: Use cl-lib instead of cl.
2980         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2981         (vc-bzr-checkin): Use it.
2982         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2983         will preserve match-data.
2985 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
2987         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2988         (js--declaration-keyword-re): New var.
2989         (js--multi-line-declaration-indentation): New function.
2990         (js--proper-indentation): Use it.
2992 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2994         * calc/calc.el (calc-highlight-selections-with-faces)
2995          (calc-dispatch):
2996         * comint.el (comint-history-isearch-message):
2997         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2998         * ffap.el (ffap-string-at-point-region, ffap-next)
2999         (ffap-string-at-point, ffap-string-around)
3000         (ffap-copy-string-as-kill, ffap-highlight-overlay)
3001         (ffap-literally):
3002         * font-lock.el (font-lock-keywords-alist)
3003         (font-lock-removed-keywords-alist):
3004         * help-mode.el (help-xref-symbol-regexp):
3005         * info.el (Info-find-emacs-command-nodes):
3006         * international/mule.el (add-to-coding-system-list):
3007         * isearch.el (isearch-message-function, isearch-fail-pos):
3008         * misearch.el (multi-isearch-next-buffer-function):
3009         * newcomment.el (comment-box):
3010         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3011         (pr-setting-database):
3012         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3013         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3014         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3015         (pike-font-lock-keywords-3):
3016         * progmodes/compile.el (compile):
3017         * progmodes/etags.el (tags-table-files)
3018         (tags-table-files-function, tags-included-tables-function):
3019         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3020         (gdb-restore-windows):
3021         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3022         (ps-n-up-filling-database):
3023         * server.el (server-buffer, server-log):
3024         * simple.el (newline, delete-backward-char, delete-forward-char)
3025         (minibuffer-history-isearch-message, kill-line, track-eol)
3026         (temporary-goal-column):
3027         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3028         (flyspell-default-deplacement-commands):
3029         * textmodes/ispell.el (ispell-accept-output):
3030         * textmodes/sgml-mode.el (html-tag-help):
3031         * vc/compare-w.el (compare-ignore-whitespace)
3032         (compare-ignore-case, compare-windows-dehighlight):
3033         * vc/diff.el (diff):
3034         * whitespace.el (whitespace-point)
3035         (whitespace-font-lock-refontify, whitespace-bob-marker)
3036         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3038 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
3040         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3041         (auto-revert-notify-rm-watch): Ignore errors.
3042         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
3043         inotify, and '(size last-write-time) for w32notify.
3044         Set buffer-local `auto-revert-use-notify' to nil when adding a file
3045         watch fails - this is a fallback to the file modification check.
3046         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3047         (auto-revert-notify-event-action)
3048         (auto-revert-notify-event-file-name): New defuns.
3049         (auto-revert-notify-handler): Use them.  Implement first
3050         plausibility checks.
3051         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3053 2013-01-11  Julien Danjou  <julien@danjou.info>
3055         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3056         max are almost equal. Also return the correct value for V which is
3057         already between 0 and 1.
3059 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3061         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3063 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
3065         * autorevert.el (auto-revert-notify-rm-watch)
3066         (auto-revert-notify-add-watch): Fix typos in w32notify function
3067         names.
3069 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3071         * autorevert.el (auto-revert-notify-enabled): Move up.
3072         (auto-revert-use-notify): New defcustom.
3073         (auto-revert-mode, global-auto-revert-mode)
3074         (auto-revert-notify-add-watch, auto-revert-handler)
3075         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3076         `auto-revert-notify-enabled'.
3078 2013-01-10  Elias Pipping  <pipping@exherbo.org>
3080         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3081         * doc-view.el (doc-view-document->bitmap):
3082         Use doc-view-single-page-converter-function instead of
3083         single-page-converter arg; adjust callers.
3085 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
3087         * progmodes/which-func.el (which-function): Understand Semantic's use
3088         of overlays in imenu--index-alist.
3090 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
3092         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
3093         (Man-man-k-use-anchor): New var.
3094         (Man-parse-man-k): New function.
3095         (Man-completion-table): Use it.
3096         (man): Flush the completion cache between uses.
3098 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3100         * autorevert.el: Add file watch support.
3101         (auto-revert-notify-enabled): New defconst.
3102         (auto-revert-notify-watch-descriptor-hash-list)
3103         (auto-revert-notify-watch-descriptor)
3104         (auto-revert-notify-modified-p): New defvars.
3105         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3106         (auto-revert-notify-handler): New defuns.
3107         (auto-revert-mode, global-auto-revert-mode): Remove file watches
3108         when mode is disabled.
3109         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3110         (auto-revert-buffers): Add file watches for active buffers.
3112 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
3114         * cus-start.el (toplevel): Only allow float values for
3115         scroll-up-aggressively and scroll-down-aggressively.
3116         Allow any number for line-spacing.
3118 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3120         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3121         (doc-view-pdf->png-converter-function): Use mupdf if available.
3122         (doc-view-djvu->png-converter-function)
3123         (doc-view-ps->png-converter-function): Remove.
3124         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3125         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3126         (doc-view-already-converted-p): Adjust accordingly.
3127         (doc-view-mode-p): Simplify.
3128         (doc-view-enlarge): Use setq-local.
3129         (doc-view-pdf->png-converter-ghostscript)
3130         (doc-view-djvu->png-converter-ddjvu)
3131         (doc-view-pdf->png-converter-mupdf): Rework to call
3132         doc-view-start-process directly.
3133         (doc-view-pdf/ps->png): Simplify accordingly.
3134         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3135         (doc-view-document->bitmap): Rename from doc-view-document->png.
3136         (doc-view-convert-current-doc): Merge pdf and djvu cases.
3137         (doc-view-set-slice-from-bounding-box): Fix completion table.
3138         (doc-view-mode): Use add-hook for after-revert-hook.
3140 2013-01-10  Glenn Morris  <rgm@gnu.org>
3142         * emacs-lisp/authors.el (authors-ignored-files)
3143         (authors-valid-file-names, authors-renamed-files-alist):
3144         Add some more entries.
3146 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3148         * image-mode.el (image-mode-winprops): Don't throw away the fallback
3149         `t' pseudo-window entry.
3151 2013-01-10  Alan Mackenzie  <acm@muc.de>
3153         Fix bugs in the c-parse-state mechanism.  Reuse some markers
3154         instead of continually generating new ones.
3156         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3157         (c-state-old-cpp-end-marker): New variables.
3158         (c-append-lower-brace-pair-to-state-cache): Start a backward
3159         search for "}" definitively outside CPP constructs.
3160         (c-remove-stale-state-cache): Inform the caller of a need to
3161         search back for a brace pair in certain circumstances.
3162         (c-state-maybe-marker): New macro.
3163         (c-parse-state): Reuse markers when appropriate.
3165 2013-01-10  Glenn Morris  <rgm@gnu.org>
3167         * simple.el (execute-extended-command): Doc fix.
3168         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
3170 2013-01-10  Chong Yidong  <cyd@gnu.org>
3172         * faces.el (read-face-name): Doc fix.
3174 2013-01-10  Roland Winkler  <winkler@gnu.org>
3176         * emacs-lisp/crm.el: Allow any regexp for separators.
3177         (crm-default-separator): All spaces around the default comma separator.
3178         (crm--completion-command): New macro.
3179         (crm-completion-help, crm-complete, crm-complete-word): Use it.
3180         (crm-complete-and-exit): Handle non-single-char separators.
3182 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3184         * doc-view.el: Add support for DjVu (bug#13164).
3185         (doc-view-djvu->png-converter-function): New config var.
3186         (doc-view-single-page-converter-function, doc-view--image-type)
3187         (doc-view--image-file-extension): New vars.
3188         (doc-view-mode): Initialize them.
3189         (doc-view-goto-page): Use them.
3190         (doc-view-mode-p): Add support for ddjvu.
3191         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3192         (doc-view-set-up-single-converter): New funs.
3193         (doc-view-pdf/ps->png): Extend for djvu.
3194         (doc-view-document->png): Rename from doc-view-pdf->png.
3195         (doc-view-convert-current-doc): Handle djvu.
3196         (doc-view-insert-image, doc-view-display)
3197         (doc-view-already-converted-p): Don't hardcode png.
3198         (doc-view-set-doc-type): Recognize djvu docs.
3200 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3202         * doc-view.el: Add support for mupdf converter (bug#13164).
3203         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3204         (doc-view-ps->png-converter-function): New config vars.
3205         (doc-view-pdf->png-converter-ghostscript)
3206         (doc-view-ps->png-converter-ghostscript)
3207         (doc-view-pdf->png-converter-mupdf): New functions.
3208         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3210 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
3212         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3213         first in session cache: When `tramp-own-remote-path' is in
3214         `tramp-remote-path', the remote path is only set in the session
3215         cache.
3217 2013-01-09  Glenn Morris  <rgm@gnu.org>
3219         * emacs-lisp/trace.el (trace-function-foreground)
3220         (trace-function-background): Doc fix.
3222 2013-01-09  Juri Linkov  <juri@jurta.org>
3224         * international/mule-cmds.el (read-char-by-name): Move let-binding
3225         of completion-ignore-case around completing-read to fix regression
3226         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3227         `string-match-p' using the nil value of `case-fold-search' and
3228         `completion-ignore-case' in `completion-pcm--all-completions'.
3229         (Bug#12615).
3231 2013-01-09  Glenn Morris  <rgm@gnu.org>
3233         * progmodes/compile.el (compilation-parse-errors):
3234         Fix typo.  (Bug#13369)
3236 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3238         * comint.el (comint-send-input): Check size of buffer before
3239         waiting for process output, in case already accepted.  (Bug#13290)
3241 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3243         Spelling fixes.
3244         * net/tramp-adb.el (tramp-adb-get-toolbox):
3245         Fix misspelling of 'unknown'.
3247 2013-01-08  Juri Linkov  <juri@jurta.org>
3249         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3250         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3251         Use underline style wave on terminals that support it.  (Bug#13000)
3253 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3256         the predicate returns nil.
3258         * simple.el: Use lexical-binding.
3259         (primitive-undo): Use pcase.
3260         (minibuffer-history-isearch-push-state): Use a closure.
3262 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3264         * simple.el (primitive-undo): Move from undo.c.
3266 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3268         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3269         (cvs-mode-remove-handled): Use it (bug#13380).
3271         * emacs-lisp/nadvice.el (advice--tweak): New function.
3272         (advice--remove-function, advice--subst-main): Use it.
3274         * emacs-lisp/advice.el: Update commentary.
3276 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
3278         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3279         Remove spurious entry.
3281 2013-01-08  Glenn Morris  <rgm@gnu.org>
3283         * net/tramp.el (tramp-default-host-alist): Add :version.
3285 2013-01-08  Juri Linkov  <juri@jurta.org>
3287         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3288         single completion.  (Bug#12456)
3289         (info--manual-names): Expand node completions into an explicit list
3290         before appending it to another list.  Filter out internal buffers
3291         with the leading space in the buffer name.  (Bug#10771)
3293 2013-01-08  Juri Linkov  <juri@jurta.org>
3295         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3296         that defaults to the Top node.
3297         (Info-goto-node, Info-read-node-name): Doc fix to mention that
3298         the short format (FILENAME) goes to the Top node.
3299         (Info-build-node-completions): Rename arg `file' to `filename'.
3300         (Bug#13365)
3302 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3304         * menu-bar.el (menu-bar-search-documentation-menu):
3305         Use `apropos-user-option' and fix the help message.
3307 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3309         * apropos.el (apropos-do-all): Update docstring.
3310         (apropos-user-option-button): New face.
3311         (apropos-user-option): Rename from `apropos-variable' and update
3312         docstring.
3313         (apropos-variable): Rewrite, now show all variables by default.
3314         (apropos-print): Mention "User option" instead of "Variable" when
3315         printing doc for user options.  (Bug#13276)
3317 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
3319         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3320         Handle filename correctly, when parsing "source -> target" symlink
3321         output.
3322         (tramp-adb-handle-set-file-times): New defun.
3324 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3326         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3327         advice list when the interactive-spec of ad-Advice-* changes.
3329 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3331         * wid-edit.el (widget-default-get): Work for inlined elements.
3332         (Bug#12670)
3334 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
3336         * net/tramp.el (tramp-default-host-alist): New defcustom.
3337         (tramp-find-host): Use it.
3338         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
3339         `eshell-directory-change-hook'.
3341         * net/tramp-adb.el (top): Add adb specific entry in
3342         `tramp-default-host-alist'.
3343         (tramp-adb-file-name-host): Remove function.
3344         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3345         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3347         * net/tramp-sh.el: Move eshell integration code to tramp.el.
3349 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
3351         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3353 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
3355         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3356         consist of more than one digit.
3357         (tramp-adb-file-name-handler-alist):
3358         Use `tramp-handle-file-exists-p' consistently.
3359         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3360         (tramp-adb-handle-file-exists-p): Remove function.
3361         (tramp-adb-file-name-host): New defun.
3362         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3363         Use it.
3364         (tramp-adb-maybe-open-connection): Set "remote-path" property.
3366 2013-01-06  Chong Yidong  <cyd@gnu.org>
3368         * vc/vc.el (vc-next-action): Detect buffer modifications
3369         conflicting with locking VCS operation (Bug#11490).
3371         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3373 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
3375         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3376         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3378 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
3380         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3381         parsing of ls output using regular expression (handle filenames
3382         with spaces).  Use virtual device number.
3383         (tramp-do-parse-file-attributes-with-ls): New defun (Code
3384         cleanup).
3386 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3388         * epg.el: Silence byte-compiler warnings.
3389         (epg--start): Use delete-char instead of delete-backward-char.
3390         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3392 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3394         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3395         Suggested by Eli Zaretskii  <eliz@gnu.org>.
3397 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
3399         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3400         non-negative integers.  Otherwise, the default values are used.
3401         (tramp-convert-file-attributes): Convert uid and gid to integers.
3403 2013-01-04  Glenn Morris  <rgm@gnu.org>
3405         * term.el (term-handle-colors-array): Ensure face attributes
3406         are fully specified, not nil.  (Bug#13337)
3408         * term.el (term-default-fg-color, term-default-bg-color):
3409         Fix custom type.
3411         * progmodes/etags.el (tags-compression-info-list): Doc fix.
3412         (tag-find-file-of-tag-noselect): Check auto-compression-mode
3413         rather than 'jka-compr being loaded.  (Bug#13338)
3415 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
3417         * icomplete.el (icomplete-completions):
3418         Honor icomplete-prospects-height once more following
3419         2012-11-29 changes.  (Bug#13224)
3421 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3423         * subr.el (internal--called-interactively-p--get-frame): Find aliases
3424         of called-interactively-p as well (bug#13237).
3426         * view.el (view--enable, view--disable): Rename from view-mode-enable
3427         and view-mode-disable and assume it's called from view-mode.
3428         (view-mode-enable, view-mode-disable): Redefine as obsolete
3429         compatibility layer above view-mode.
3430         (view-mode-enter): Call `view-mode'.
3432         * files.el (after-find-file): Call `view-mode'.
3434         * doc-view.el (doc-view-scale-internally): New var.
3435         (doc-view-enlarge, doc-view-insert-image): Obey it.
3437 2013-01-03  Daiki Ueno  <ueno@gnu.org>
3439         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3440         exist.  (Bug#13344)
3442 2013-01-03  Glenn Morris  <rgm@gnu.org>
3444         * mail/rmail.el (rmail-set-header-1): Ignore case.
3445         Handle multi-line headers.  (Bug#13330)
3447         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3448         Handle paragraph starting at beginning of buffer.
3450         * subr.el (eval-after-load): Don't purecopy the form, so that it
3451         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3453         * emacs-lisp/byte-run.el (defun): Place cl declarations
3454         after any interactive spec.  (Bug#13265)
3456 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3458         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3459         defun.  Don't check for DECL if DOCSTRING isn't a string.
3460         (defun): Likewise.
3462 2013-01-02  Glenn Morris  <rgm@gnu.org>
3464         * eshell/em-cmpl.el (eshell-pcomplete):
3465         More thoroughly imitate pcomplete.  (Bug#13293)
3467         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3468         Return nil for empty path elements.  (Bug#13296)
3470 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
3472         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3473         order to improve efficiency (Based on Daniel Colascione's
3474         <dancol@dancol.org> patch).  (Bug#13182)
3476 2013-01-02  Glenn Morris  <rgm@gnu.org>
3478         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3480 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3482         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3483         neither DOCSTRING nor DECL was given.  (Bug#13316)
3485 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3487         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3488         `error' call.
3489         (tramp-do-copy-or-rename-file): Ignore errors when calling
3490         `set-file-extended-attributes'.
3492         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3493         Add handler for `file-acl'.
3494         (tramp-smb-handle-file-acl): New defun.
3496 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3498         * calc/README: Mention ISO 8601 week-numbering dates.
3500 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3502         * view.el (view-mode-enable): New argument run-view-mode-hook.
3503         Run view-mode-hook only when it's non-nil (Bug#13315).
3504         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3505         argument t.
3507 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
3509         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3510         (No device connected, invalid device name). (Bug #13299)
3512 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3514         * window.el (window-resizable--p): Rename to window-resizable-p.
3515         (window-resize-no-error): New function.
3517         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3518         broken in fix from 2012-12-28.
3520 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3522         * subr.el (special-form-p): Don't signal errors on undef aliases.
3524 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3526         * calc/calc-forms.el (math-parse-date): Try using
3527         `math-parse-iso-date' when it looks like it might be needed.
3528         Allow times of 24:00.
3529         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3530         of 24:00.
3532 2012-12-30  Glenn Morris  <rgm@gnu.org>
3534         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3535         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3536         (rmail-summary-displayed, rmail-summary): Declare.
3537         (mairix-rmail-display): Just require rmail.
3539 2012-12-30  Chong Yidong  <cyd@gnu.org>
3541         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3542         check for the tarball contents.
3544 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3546         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3547         tarfile content listings (Bug#13136).
3549 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3551         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3552         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3554 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3556         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3557         integers, if they are real numbers.  (Bug#13282)
3559         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3560         Return `t' on success.
3562         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3563         Add handler for `set-file-selinux-context'.
3565 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3567         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3568         (tramp-sh-handle-set-file-acl): Return `t' on success.
3570 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3572         * files.el (backup-buffer-copy, basic-save-buffer-2):
3573         If set-file-extended-attributes fails, fall back on set-file-modes
3574         instead of signaling an error.  (Bug#13298)
3575         (basic-save-buffer): Likewise.
3577 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3579         * progmodes/python.el: Support other commands triggering
3580         python-indent-line so indentation cycling continues to work.
3581         (python-indent-trigger-commands): New defcustom.
3582         (python-indent-line): Use it.
3584 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3586         * progmodes/python.el (python-shell-send-region): Add blank lines
3587         for non sent code so backtraces remain correct.
3589 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3591         * progmodes/python.el: Remove cl dependency.
3592         (python-syntax-count-quotes): Replace incf call.
3593         (python-fill-string): Replace setf call.
3595 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3597         * info.el (info-other-window): New arg, for consistency with info.
3599 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3601         * mail/rmail.el (rmail-maybe-display-summary):
3602         Rewrite (Bug#13066).
3604 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3606         * epg.el (epg--start): Modify process-environment locally.
3608 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3610         * epg.el: Support pinentry-curses.
3611         Suggested by Werner Koch in
3612         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3613         (epg-agent-file, epg-agent-mtime): New variable.
3614         (epg--start): Record the modified time of gpg-agent socket file,
3615         to restore Emacs frame after pinentry-curses termination.
3616         (epg-wait-for-completion): Restore Emacs frame here.
3618 2012-12-27  Juri Linkov  <juri@jurta.org>
3620         * info.el (Info-file-completions): New variable.
3621         (Info-read-node-name-1): Complete node names in the Info file
3622         when a file name is given.  Call `Info-build-node-completions'
3623         with a file name.
3624         (Info-build-node-completions): Add new arg `file'.  When it is
3625         non-nil, visit it in a temporary buffer and cache its completions in
3626         `Info-current-file-completions'.  Move most of the function body to
3627         `Info-build-node-completions-1'.
3628         (Info-build-node-completions-1): New function with the body from
3629         `Info-build-node-completions'.  (Bug#12456)
3631 2012-12-27  Juri Linkov  <juri@jurta.org>
3633         * frame.el (frame-maximization-style): Remove user option.
3634         (cycle-frame-maximized): Remove function.
3635         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3636         (toggle-frame-fullscreen): New command bound to <f11> instead of
3637         `toggle-frame-maximized'.
3638         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3640 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3642         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3644         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3645         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3646         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3647         for `file-accessible-directory-p'.  (Bug#13275)
3649 2012-12-27  Sam Steingold  <sds@gnu.org>
3651         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3652         continuations, see <http://stackoverflow.com/questions/3582436>.
3654 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
3656         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3657         "module" and "def" to have indentation before them.
3658         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3660         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3662 2012-12-27  Alan Mackenzie  <acm@muc.de>
3664         Speed up fontification where there's large brace blocks.
3665         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3666         to a call of c-beginning-of-decl-1.
3668 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3670         * comint.el (comint-adjust-window-point): New function.
3671         (comint-postoutput-scroll-to-bottom):
3672         Call comint-adjust-window-point (Bug#13248).
3674 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
3676         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3677         Rakefile regexp.
3678         (auto-mode-alist): Associate .gemspec files with ruby-mode
3679         (https://bugs.ruby-lang.org/issues/5453).
3681 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
3683         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3684         Suppress coloring, if possible (required for BusyBox based systems like
3685         CyanogenMod).
3686         (tramp-adb-handle-file-attributes)
3687         (tramp-adb-handle-insert-directory)
3688         (tramp-adb-handle-file-name-all-completions): Use it.
3689         (tramp-adb-get-toolbox): New defun.  Check for remote shell
3690         implementation (BusyBox or Toolbox).
3692 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
3694         * startup.el (initial-buffer-choice): Allow function as value
3695         (Bug#13251).
3696         (command-line-1): Handle case where initial-buffer-choice
3697         specifies a function.
3698         * server.el (server-execute): Handle case where
3699         initial-buffer-choice specifies a function.
3701 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3703         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3704         its own function.
3705         (smtpmail-try-auth-methods): Forget the user name/password if the
3706         login is unsuccessful (bug#12424).
3708 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
3710         * notifications.el (notifications-notify): Protect body with
3711         `with-demoted-errors'.
3713         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3714         Check properties of remote device.  Restart connection, if there is a
3715         change.
3717 2012-12-21  Chong Yidong  <cyd@gnu.org>
3719         * sort.el (sort-subr): Doc fix (Bug#13056).
3721 2012-12-21  Bastien Guerry  <bzg@gnu.org>
3723         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
3725 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
3727         * simple.el (process-file): Overwrite stderr file, if exists.
3729 2012-12-21  Daiki Ueno  <ueno@gnu.org>
3731         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3732         (epg-error): Set `error-message' property.
3734 2012-12-21  Chong Yidong  <cyd@gnu.org>
3736         * international/mule-cmds.el (read-char-by-name): Signal an error
3737         if the user does not supply a valid character (Bug#13177).
3739         * simple.el (transpose-subr-1): Preserve marker positions by
3740         changing the insertion sequence (Bug#13122).
3742 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3744         * simple.el (kill-region): Deactivate mark even for empty regions
3745         (Bug#13169).
3747 2012-12-21  Chong Yidong  <cyd@gnu.org>
3749         * help-fns.el (describe-variable): Make sure we get the right
3750         buffer name (Bug#13105).  Suggested by Kelly Dean.
3752 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
3754         * comint.el (comint-redirect-previous-input-string): New variable.
3755         (comint-redirect-setup, comint-redirect-cleanup)
3756         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
3757         (comint-redirect-preoutput-filter): Fix verbose message.
3759 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3761         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
3762         is too long for Tramp.  See discussion in
3763         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3765         * progmodes/compile.el (compilation-start): Remove line escape
3766         template.
3768 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
3770         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3771         Adjust comment.
3773 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
3775         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3776         following non-comment text (bug#13207).
3777         (lm-header-multiline): Continuation lines need to be indented more than
3778         the first line.
3779         (lm-homepage): New function.
3780         (lm-with-file): Don't be confused if narrowing is in effect.
3782 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3784         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3785         very beginning of a hunk (e.g. killing the first line).
3787 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
3789         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3790         and text properties from returned ACL string.
3791         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3792         for "setfacl" command.
3794 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
3796         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3797         `tramp-cleanup-this-connection', when the process has died.
3798         (Bug#13151)
3800 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3802         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
3804 2012-12-17  Kevin Ryde  <user42@zip.com.au>
3806         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3808 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
3810         Add support for preserving ACL entries of files.
3812         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3813         `set-file-acl' handlers.
3815         * net/tramp-adb.el (tramp-adb-handle-copy-file):
3816         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3818         * net/tramp-compat.el (tramp-compat-copy-file):
3819         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3821         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3822         Add `file-acl' and `set-file-acl' handlers.
3823         (tramp-gvfs-handle-copy-file):
3824         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3825         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3826         New defuns.
3828         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3829         Add `file-acl' and `set-file-acl' handlers.
3830         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3831         (tramp-sh-handle-set-file-acl): New defuns.
3832         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3833         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3835         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3836         Add `file-acl' and `set-file-acl' handlers.
3837         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3839 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3841         * help-macro.el (make-help-screen): Instead of switch-to-buffer
3842         use pop-to-buffer with NORECORD argument t.  As buffer name, use
3843         *Metahelp* with a leading space (Bug#13190).
3845 2012-12-16  Romain Francoise  <romain@orebokech.com>
3847         * files.el (file-extended-attributes)
3848         (set-file-extended-attributes): New functions.
3849         (backup-buffer): Use them to handle both SELinux context and ACL
3850         entries.
3851         (backup-buffer-copy): Work with an alist of extended attributes,
3852         rather than an SELinux context.
3853         (basic-save-buffer-2): Ditto.
3855 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
3857         * battery.el (battery-bsd-apm): New function.
3859 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
3861         * calc/calc.el (calc-standard-date-formats): Adjust one of the
3862         standard date formats.
3864 2012-12-15  Juri Linkov  <juri@jurta.org>
3866         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3867         `isearch-insert-char-by-name'.
3868         (with-isearch-suspended): New defmacro with body mostly from
3869         `isearch-edit-string' except the part that sets
3870         `isearch-new-string' and `isearch-new-message'.
3871         (isearch-edit-string): Use new macro `with-isearch-suspended' with
3872         body that sets `isearch-new-string' and `isearch-new-message'.
3873         (isearch-insert-char-by-name): New command.
3874         * international/mule-cmds.el (read-char-by-name): Let-bind
3875         `enable-recursive-minibuffers' to t.
3876         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3878 2012-12-15  Juri Linkov  <juri@jurta.org>
3880         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3881         (Bug#13175)
3883 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
3885         * dired-x.el (dired-guess-shell-command): Put colon at the end of
3886         the prompt.  (Bug#13045)
3888 2012-12-14  Glenn Morris  <rgm@gnu.org>
3890         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3891         Try to include filename in non-bytecomp warning.  (Bug#13132)
3893 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3895         Fix permissions bugs with setgid directories etc. (Bug#13125)
3896         * files.el (backup-buffer): Don't rely on 9th output of
3897         file-attributes, as it's now a placeholder.  Instead, use the new
3898         optional arg of file-ownership-preserved-p.
3899         (file-ownership-preserved-p): New optional arg GROUP.
3900         Fix mishandling of setuid directories that would cause this
3901         function to return t when it should have returned nil.
3902         Document what happens if the file does not exist, and when
3903         it's not known whether the ownership will be preserved.
3904         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3905         Likewise.
3906         (tramp-get-local-gid): Use group-gid for integer, as that's
3907         faster and more reliable.
3909 2012-12-14  Julien Danjou  <julien@danjou.info>
3911         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3912         Update keywords list, data type and PL/pgSQL.
3914 2012-12-14  Dave Abrahams  <dave@boostpro.com>
3916         * vc/ediff-util.el (ediff-buffer-type): New function.
3917         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3918         rather than taking it as as argument.
3919         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3921 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
3923         * json.el: Add pretty-print option (bug#12634).
3924         (json-encoding-separator, json-encoding-default-indentation)
3925         (json--encoding-current-indentation, json-encoding-pretty-print)
3926         (json-encoding-lisp-style-closings): New vars.
3927         (json--with-indentation): New macro.
3928         (json-encode-hash-table, json-encode-alist, json-encode-plist)
3929         (json-encode-array): Use it to obey json-encoding-pretty-print.
3930         (json-pretty-print-buffer, json-pretty-print): New commands.
3932 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3934         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3935         Extract `ruby-syntax-propertize-expansions'.
3936         (ruby-syntax-propertize-expansions): Only change syntax on
3937         certain string delimiters, to punctuation.  This way the common
3938         functions like forward-word and thing-at-point still work.
3939         (ruby-match-expression-expansion): Improve readability.
3940         (ruby-block-contains-point): New function.
3941         (ruby-add-log-current-method): Handle several edge cases.
3943 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3945         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3946         unload-feature finishes even when aborting an ongoing edebug session.
3947         Also, do not worry about edebug-mode, unload-feature takes care of it.
3949 2012-12-13  Andreas Schwab  <schwab@suse.de>
3951         * net/tls.el (tls-program): Update customize type.
3953 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3955         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3956         (edebug-setup-hook, cl-read-load-hooks): Use it.
3957         (edebug-unload-function): New function.  (Bug#13163)
3959 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
3961         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3962         Otherwise, there could be errors in autoloading.  (Bug#13151)
3964 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
3966         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3967         sequences.
3969 2012-12-13  Alan Mackenzie  <acm@muc.de>
3971         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
3972         * progmodes/cc-engine.el (c-backward-comments): Add code to work
3973         around `forward-comment' not recognizing ^M as whitespace.
3975 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3977         * progmodes/python.el (python-skeleton-class)
3978         (python-skeleton-def): Do not add space after defun name.
3980 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3982         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3983         (cl--symbol-function): Remove (now that funbound is like nil).
3985 2012-12-12  Glenn Morris  <rgm@gnu.org>
3987         * button.el (button--area-button-p): Fix typo.
3989 2012-12-12  Sam Steingold  <sds@gnu.org>
3991         * frame.el (frame-maximization-style): New user option.
3992         (toggle-frame-maximized): Toggle frame maximization according to
3993         `frame-maximization-style', bound to <f11>.
3994         (cycle-frame-maximized): Cycle between all maximization styles and
3995         non-maximized frame, bound to shift-<f11>.
3997 2012-12-12  David Cadé  <codename68@gmail.com>
3999         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4001 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
4003         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4004         (eieio-override-prin1): Don't quote kewords and booleans.
4005         (object-write) <eieio-default-superclass>: Don't put closing parens
4006         on new line, avoid needless empty lines, align values that are objects
4007         with the slot keyword (instead of beginning on the same line).
4008         (eieio-list-prin1): Align value with slot keyword; increase
4009         eieio-print-depth before printing members of the list.
4011 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4013         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4014         a display text-property.
4015         (report-emacs-bug-hook): Don't bother deleting it any more.
4017         * hilit-chg.el (highlight-save-buffer-state): Delete.
4018         Use with-silent-modifications instead.
4019         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4021         * button.el: Handle buttons in display text-properties.
4022         (button--area-button-p, button--area-button-string):
4023         Use (STRING . STRING-POS) representation instead of just STRING.
4025 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
4027         * makefile.w32-in (compile4-SH): Fix a typo that caused term
4028         subdirectory be skipped.
4030 2012-12-11  Glenn Morris  <rgm@gnu.org>
4032         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4034         * progmodes/f90.el (f90-line-continued, f90-indent-region):
4035         Treat preprocessor lines embedded in continuations like comments.
4036         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
4038 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
4040         * calc/calc.el (calc-standard-date-formats): Add more date
4041         formats.
4042         * calc/calc-forms.el (math-parse-iso-date): New function.
4043         (math-parse-date): Use `math-parse-iso-date' when appropriate.
4044         (math-parse-iso-date-validate): Add extra error checking.
4045         (calc-date-notation): Add ability to access new date formats.
4047 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4049         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4050         font-lock as well as when there's no text-property.
4052 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
4054         * hi-lock.el: Refine the choice of default face.
4055         (hi-lock-keyword->face): New function.  Use it wherever we used
4056         cadadadr instead.
4057         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4058         (hi-lock--last-face): Remove var.
4059         (hi-lock--unused-faces): New var to replace it.
4060         (hi-lock-read-face-name): Use/maintain it.
4061         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
4062         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4063         if it has another face.
4065 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4067         * subr.el (w32notify-handle-event): New function.
4068         (inotify-handle-event): Doc fix.
4070 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4072         * subr.el (inotify-event-p, inotify-handle-event): New functions.
4074 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
4076         * simple.el (just-one-space): Doc fix.
4078 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4080         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4082 2012-12-10  Le Wang  <l26wang@gmail.com>
4084         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4085         narrowed buffer (bug#12361).
4087 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
4089         * vc/vc-hooks.el (vc-state): Doc fix.
4091 2012-12-10  Glenn Morris  <rgm@gnu.org>
4093         * mail/rmail.el (rmail-maybe-display-summary):
4094         Preserve buffer, in case select-window changes it.  (Bug#13066)
4096 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4098         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4099         cl-load-hook where they belong.
4101 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4105 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
4107         Parallelize byte compilation on MS-Windows.
4108         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4109         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4110         (WINS_BASIC): Define as concatenation of the above.
4111         (compile): Subdivide into 4 separate and independent jobs that can
4112         be run in parallel.
4113         (compile0-CMD, compile0-SH): New targets for compiling
4114         COMPILE_FIRST files, which are prerequisites for the rest of the
4115         byte-compilation.
4116         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4117         New targets for parallel compilation with cmd.exe.
4118         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4119         compiling under a Unixy shell.
4121 2012-12-09  Chong Yidong  <cyd@gnu.org>
4123         * simple.el (set-mark-default-inactive): Delete this
4124         accidentally-introduced option.
4125         (set-mark-command, exchange-point-and-mark): Remove calls.
4127 2012-12-09  Glenn Morris  <rgm@gnu.org>
4129         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4130         Respect a defcustom's :set function, if appropriate.  (Bug#109)
4131         (eval-defun): Doc fix.
4133 2012-12-08  Juri Linkov  <juri@jurta.org>
4135         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4136         (Info-fontify-node, Info-bookmark-make-record): Remove the
4137         file extension from Info-current-file (Bug#13016).
4139 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4141         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4142         point, still provide some default.
4143         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4144         names, since we don't use it right now.  Actually return the list.
4145         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4147 2012-12-07  Chong Yidong  <cyd@gnu.org>
4149         * novice.el (disabled-command-function): Remove a spurious help
4150         xref (Bug#13043).  Suggested by Kelly Dean.
4152         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4153         syntax is specified (Bug#13025).
4155         * info.el (Info-set-mode-line): Remove the file extension from
4156         Info-current-file if there is one (Bug#13016).
4158 2012-12-07  Glenn Morris  <rgm@gnu.org>
4160         * mail/rmail.el (rmail-mime-decoded): New permanent local.
4161         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4162         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4163         and rmail-mime-decoded.  (Bug#9841)
4165         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
4166         (batch-unrmail, unrmail): Doc fixes.
4167         (unrmail): Respect unrmail-mbox-format.
4168         * mail/rmail.el (rmail-mbox-format): New option.
4169         (rmail-show-message-1): Respect rmail-mbox-format.
4171 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4173         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4175 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
4178         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4179         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4180         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4181         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4182         (cl-progv): Don't rely on dynamic scoping to find the body.
4183         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4184         (cl--proclaims-deferred): Rename from the "cl-" prefix.
4185         (cl-declaim): Use backquotes.
4186         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4187         Use "cl--" prefix for the object's tag.
4189         * ses.el: Use advice-add/remove.
4190         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4191         (copy-region-as-kill, yank): Use advice-add.
4192         (ses-unload-function): Use advice-remove.
4194 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
4196         * button.el: Make them work in header-lines (bug#12817).
4197         (button-map): Add bindings for header-line and mode-line use.
4198         (button-get, button-put, button-label): `button' may now be a string.
4199         (button-activate): Don't make it a defsubst.
4200         (button--area-button-p, button--area-button-string): New functions.
4201         (make-text-button): Fix the return value when `beg' was a string.
4202         (push-button): Handle the mode-line case.
4204 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4207         (sql-signum): Remove.  Use `cl-signum' instead.
4208         (sql-read-passwd): Remove; use read-passwd instread.
4209         (sql-get-login-ext): Use read-string.
4210         (sql-get-login): Use dolist and pcase.
4211         (sql--completion-table): Rename from sql-try-completion.
4212         Use complete-with-action.
4213         (sql-mode): Don't change abbrev-all-caps globally.
4214         (sql-connect): Don't rely on dynamic scoping for `new-name'.
4215         (sql-postgres-completion-object): Initialize vars in their `let'.
4216         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4217         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4218         (sql-comint-interbase): Use a single append, without setq.
4219         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4221         * hi-lock.el: Rework the default face and the serialize regexp code.
4222         (hi-lock--auto-select-face-defaults): Remove.
4223         (hi-lock-string-serialize-serial): Remove.
4224         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4225         make weak.
4226         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4227         equal string.
4228         (hi-lock-set-pattern): Adjust accordingly.
4229         (hi-lock--regexps-at-point): Simplify accordingly.
4230         (hi-lock--auto-select-face-defaults): Remove.
4231         (hi-lock--last-face): New var to replace it.
4232         (hi-lock-read-face-name): Rewrite (bug#11095).
4233         (hi-lock-unface-buffer): Arrange for the face to be the next default.
4235 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
4237         * net/tramp.el (tramp-replace-environment-variables):
4238         Hide compiler warning.
4239         (tramp-file-name-for-operation): Remove `executable-find',
4240         `start-process', `call-process' and `call-process-region'.
4242         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4244         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4245         compatibility.
4247         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4249 2012-12-06  Chong Yidong  <cyd@gnu.org>
4251         * ffap.el (ffap-replace-file-component): Fix typo.
4253 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4255         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4256         fix open-paren-like token test (bug#12785).
4258 2012-12-06  Glenn Morris  <rgm@gnu.org>
4260         * mail/rmailsum.el (rmail-new-summary): Tweak for
4261         rmail-maybe-display-summary changing buffer.  (Bug#13066)
4263 2012-12-06  Juri Linkov  <juri@jurta.org>
4265         * info.el (Info-fontify-node): Don't hide the last newline.
4266         (Bug#12272)
4268 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4270         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4271         so as to enable message-read-from-minibuffer to expand mail aliases.
4273 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4276         the `intangible' property.
4277         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4279 2012-12-05  Deniz Dogan  <deniz@dogan.se>
4281         * net/rcirc.el (rcirc-urls): Update documentation.
4282         (rcirc-condition-filter): New function.
4283         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4284         and exclude consecutive duplicate URLs (Bug#6082).
4286 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
4288         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4289         Check return code of copy command.
4291         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4292         Use group `tramp'.  Add version.
4294 2012-12-05  Chong Yidong  <cyd@gnu.org>
4296         * ffap.el (ffap-url-regexp): Don't require matching at front of
4297         string (Bug#4952).
4298         (ffap-url-p): If only a substring matches, return that.
4299         (ffap-url-at-point): Use the return value of ffap-url-p.
4300         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4301         (find-file-at-point, dired-at-point, dired-at-point-prompter)
4302         (ffap-guess-file-name-at-point): Likewise.
4303         (ffap-replace-file-component): Fix typo.
4305         * info.el (info-display-manual): Add existing Info buffers, whose
4306         files may not be in Info-directory-list, to the completion.
4307         (info--manual-names): New helper function.
4309 2012-12-05  Glenn Morris  <rgm@gnu.org>
4311         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4312         New functions, for detecting and resolving conflicts.  (Bug#10709)
4314 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
4316         * hi-lock.el (hi-lock-auto-select-face): New user variable.
4317         (hi-lock-auto-select-face-defaults): New buffer local variable.
4318         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4319         (hi-lock-unface-buffer): Prompt user with useful defaults.
4320         With prefix arg, unhighlight all hi-lock patterns in buffer.
4322 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4324         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4326 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
4328         * Makefile.in (TRAMP_SRC):
4329         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4331 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
4333         * net/tramp-adb.el: New package.
4335 2012-12-04  Chong Yidong  <cyd@gnu.org>
4337         * terminal.el: Move to obsolete/.
4339         * longlines.el: Move to obsolete/.
4341         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4342         Remove code referring to longlines mode.
4344 2012-12-03  Juri Linkov  <juri@jurta.org>
4346         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
4348 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4350         * textmodes/ispell.el (ispell-init-process)
4351         (ispell-start-process, ispell-internal-change-dictionary):
4352         Make sure personal dictionary name is expanded after initial
4353         `default-directory' value. Use expanded strings for
4354         keep/restart checks and for value (Bug#13019).
4356 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4358         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4360 2012-12-03  Leo Liu  <sdl.web@gmail.com>
4362         * files.el (dir-locals-read-from-file): Check file non-empty
4363         before reading.  (Bug#13038)
4365 2012-12-03  Glenn Morris  <rgm@gnu.org>
4367         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4368         Remove any version extension before checking filename.  (Bug#13006)
4369         (jka-compr-compression-info-list): Belated :version bump.
4371 2012-12-03  Chong Yidong  <cyd@gnu.org>
4373         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4375         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4376         (buffer-menu): Doc fix (Bug#12294).
4378 2012-12-03  Roland Winkler  <winkler@gnu.org>
4380         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4381         of diary-show-all-entries in the diary buffer (Bug#12994).
4383 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
4385         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4386         "<STDIN>".  This is binary safe.
4388 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4390         * calc/calc-forms.el (math-absolute-from-iso-dt)
4391         (math-date-to-iso-dt, math-parse-iso-date-validate)
4392         (math-iso-dt-to-date): New functions.
4393         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4394         (math-fd-isoweekday): New variables.
4395         (calc-date-notation, math-parse-standard-date, math-format-date)
4396         (math-format-date-part): Add support for more formatting codes.
4398 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4400         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4401         current buffer's file name when called interactively (Bug#12488).
4403 2012-12-02  Juri Linkov  <juri@jurta.org>
4405         * info.el (info-display-manual): Don't clobber an existing Info
4406         buffer (Bug#10770).  Add completion (Bug#10771).
4408 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
4410         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4411         before using it for comparison (Bug#5297).
4413 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
4415         * textmodes/css-mode.el (css-current-defun-name): New function.
4416         (css-mode): Use it.
4418         * textmodes/sgml-mode.el (html-current-defun-name): New function.
4419         (html-mode): Use it.
4421 2012-12-01  Chong Yidong  <cyd@gnu.org>
4423         Modularize add-log-current-defun (Bug#2224).
4424         Suggested by Jari Aalto.
4426         * vc/add-log.el (add-log-current-defun-function): Doc fix.
4427         (add-log-current-defun): Move mode-specific code to other files.
4428         (add-log-lisp-like-modes, add-log-c-like-modes)
4429         (add-log-tex-like-modes): Variables deleted.
4431         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4432         (lisp-mode-variables): Use it.
4434         * progmodes/cc-mode.el (c-common-init):
4435         * progmodes/cperl-mode.el (cperl-mode): Set a value for
4436         add-log-current-defun-function.
4438         * progmodes/m4-mode.el (m4-current-defun-name): New function.
4439         (m4-mode): Use it.
4441         * progmodes/perl-mode.el (perl-current-defun-name): New.
4442         (perl-mode): Use it.
4444         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4445         Use lisp-current-defun-name.
4447         * textmodes/tex-mode.el (tex-current-defun-name): New.
4448         (tex-common-initialization): Use it.
4450         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4451         (texinfo-mode): Use it.
4453 2012-12-01  Chong Yidong  <cyd@gnu.org>
4455         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4456         * progmodes/autoconf.el (autoconf-mode):
4457         * progmodes/js.el (js-mode):
4458         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4459         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4460         * progmodes/perl-mode.el (perl-mode):
4461         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4462         * textmodes/css-mode.el (css-mode):
4463         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4464         (sgml-tags-invisible, sgml-guess-indent):
4465         * textmodes/tex-mode.el (tex-common-initialization)
4466         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4467         (doctex-mode, plain-tex-mode, latex-mode):
4468         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4470 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4472         * vc/vc-hg.el (vc-hg-next-revision):
4473         Ensure use of default "tip" output format.  (Bug#6968)
4475 2012-12-01  Kim F. Storm  <storm@cua.dk>
4477         * startup.el (fancy-startup-tail): Add a clickable link
4478         (Bug#2176).
4480 2012-12-01  Chong Yidong  <cyd@gnu.org>
4482         * startup.el (fancy-startup-tail): Improve the message about
4483         auto-save files (Bug#2176).
4485         * files.el (recover-session): Improve the descriptive message, and
4486         use substitute-command-keys.
4488 2012-12-01  Glenn Morris  <rgm@gnu.org>
4490         * ido.el (ido-file-internal):
4491         Handle other-window, other-frame for dired.  (Bug#13036)
4493 2012-11-30  Glenn Morris  <rgm@gnu.org>
4495         * icomplete.el (icomplete-separator): Fix :version.
4497 2012-11-30  Chong Yidong  <cyd@gnu.org>
4499         * shell.el (shell): For C-u M-x shell, use an inactive shell
4500         buffer as the default (Bug#1975).
4501         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4502         (shell-mode): Use them to reapply ansi colorization if Shell mode
4503         is re-enabled.
4505 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4507         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4509 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4511         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4512         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4514 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4516         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4517         by move-to-column (Bug#3234).
4519 2012-11-30  Chong Yidong  <cyd@gnu.org>
4521         * longlines.el (longlines-wrap-line, longlines-encode-region):
4522         Preserve text properties (Bug#1425).
4524 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4526         * vc/vc.el (vc-register): Allow registering a file which is
4527         already registered with a different backend (Bug#10589).
4529 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4530             Stefan Monnier  <monnier@iro.umontreal.ca>
4532         * icomplete.el: Change separator; add ido-style commands.
4533         (icomplete-show-key-bindings): Remove custom var.
4534         (icomplete-get-keys): Remove function.
4535         (icomplete-forward-completions, icomplete-backward-completions):
4536         New commands.
4537         (icomplete-minibuffer-map): New var.
4538         (icomplete-minibuffer-setup): Use it.
4539         (icomplete-exhibit): Don't delay if the list of completions is known.
4540         (icomplete-separator): New custom.
4541         (icomplete-completions): Use it.
4542         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4543         (minibuffer-force-complete-and-exit): New command.
4544         (minibuffer--complete-and-exit): New function extracted from
4545         minibuffer-complete-and-exit.
4546         (minibuffer-complete-and-exit): Use it.
4548         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4549         error message when the file doesn't exist (bug#12974).
4551 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4553         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4555 2012-11-29  Glenn Morris  <rgm@gnu.org>
4557         * files.el (hack-dir-local-variables): Warn if try to set
4558         coding via dir-locals, since it doesn't work.  (Bug#7169)
4560         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4561         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4562         Set buffer-local value of desktop-save-buffer.
4563         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4564         New functions.
4565         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4566         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4568         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4569         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4570         Doc fix.
4571         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4572         Doc fixes.
4574 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4576         * calc/calc-forms.el (calc-date-notation): Fix regexp
4577         used to find time codes.  Fix symbol for seconds.
4579 2012-11-27  Glenn Morris  <rgm@gnu.org>
4581         * emacs-lisp/derived.el (derived-mode-make-docstring):
4582         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4584 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4586         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4587         lexically scoped variables (bug#13005).
4589 2012-11-27  Glenn Morris  <rgm@gnu.org>
4591         * vc/vc-hooks.el (vc-mistrust-permissions):
4592         Default to t, to avoid data-loss.  (Bug#11490)
4594 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4596         * progmodes/python.el (python-indent-guess-indent-offset):
4597         If indentation is guessed make python-indent-offset buffer-local.
4599         Fix Imenu regression.
4600         * progmodes/python.el (python-nav-beginning-of-defun):
4601         Fix forward movement when statement(s) separates point from defun.
4602         (python-imenu-prev-index-position): New function.
4604 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4606         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4608         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4609         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4611 2012-11-27  Glenn Morris  <rgm@gnu.org>
4613         * hippie-exp.el (hippie-expand-try-functions-list):
4614         Re-autoload it.  (Bug#12982)
4616 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4618         * descr-text.el (describe-char-padded-string):
4619         Call internal-char-font only on GUI frames.  (Bug#11964)
4621 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4623         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4624         and obsoletion message.
4626 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4629         the constructs to keep outside of the `cl-block' (bug#12977).
4631 2012-11-27  Chong Yidong  <cyd@gnu.org>
4633         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4634         keep reading until we get the up-event anyway, in order to process
4635         the up-event for mouse-1-click-follows-link (Bug#12971).
4637 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4639         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4640         base function is not yet defined (bug#12965).
4641         (ad-activate-advised-definition): Use ad-compile-function.
4642         (ad-activate): Use cond.
4644 2012-11-25  Leo Liu  <sdl.web@gmail.com>
4646         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4647         (Bug#12979)
4649 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4651         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4652         reftex-section-info-function in order to be compatible with
4653         Texinfo integration.
4655         * textmodes/reftex.el (reftex-section-pre-regexp)
4656         (reftex-section-post-regexp, reftex-section-info-function):
4657         New variable.
4658         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4659         reftex-section-post-regexp, and reftex-section-info-function in order
4660         to be compatible with Texinfo integration.
4662         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4663         use reftex-section-pre-regexp variable in order to be compatible with
4664         Texinfo integration.
4666 2012-11-25  Chong Yidong  <cyd@gnu.org>
4668         * faces.el: Make face-spec-set more analogous to setq.
4669         (face-spec-set): Change the third arg to specify whether this
4670         function is being called via defface, customize, or a third party.
4671         Set the appropriate symbol properties.  Clear the override spec if
4672         setting via Custom.  Initialize face if necessary.  (Bug#4988)
4673         (face-spec-recalc): Allow theme faces to completely replace the
4674         defface spec, in the same way as custom faces (Bug#8454).
4676         * cus-face.el (custom-declare-face): Move face initialization to
4677         face-spec-set.
4678         (custom-theme-set-faces): Don't initialize the face name here, as
4679         that is now done in face-spec-set.
4681         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4682         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4683         Simplify by using the new arg to face-spec-set.
4685         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4686         reset face-override-spec too, and use custom-declare-face.
4688 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
4690         * term/ns-win.el (ns-initialize-window-system): Move creation of
4691         fontsets here (Bug#11964).
4693 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4695         * ses.el (ses-rename-cell): Correct bug on mode-line update after
4696         cell renaming.
4698 2012-11-24  Chong Yidong  <cyd@gnu.org>
4700         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4701         obsolete.
4703         * custom.el (custom-theme-set-variables): Use a topological sort
4704         for ordering by custom dependencies (Bug#12952).
4705         (custom--sort-vars, custom--sort-vars-1): New functions.
4707 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4709         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4710         lexical-binding (bug#12938).
4712 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
4714         * image-mode.el (image-transform-check-size): Use assertions only
4715         for images of type imagemagick.
4717         Otherwise no error, image-transform-fit-to-{width,height} is
4718         silently ignored, as before.  Doc fix.
4720 2012-11-24  Chong Yidong  <cyd@gnu.org>
4722         * faces.el (color-defined-p): Doc fix (Bug#12853).
4724 2012-11-24  Juri Linkov  <juri@jurta.org>
4726         * dired.el (dired-mark): Add optional arg `interactive'.
4727         Check for `use-region-p' if `interactive' is non-nil.
4728         (dired-unmark, dired-flag-file-deletion): Add optional arg
4729         `interactive'.  Call `dired-mark' with the arg `interactive'.
4730         (Bug#10624)
4732         * wdired.el: Revert 2012-10-17 change partly and replace it with
4733         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4734         (wdired-finish-edit): Add marks for new file names to
4735         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
4736         after `revert-buffer'.
4737         (wdired-do-renames): Remove calls to `dired-remove-file',
4738         `dired-add-file', `dired-add-entry'.  (Bug#11795)
4740 2012-11-24  Alan Mackenzie  <acm@muc.de>
4742         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4744         Fix bugs in the state cache.  Enhance a debugging mechanism.
4745         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4746         "brace at column zero" strategy for C++.
4747         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4748         (c-parse-state-point): New variable.
4749         (c-record-parse-state-state): Record old parse state with
4750         `copy-tree'.  Record previous value of point.
4751         (c-debug-parse-state-double-cons): New debugging function.
4752         (c-debug-parse-state): Call the above new function.
4753         (c-toggle-parse-state-debug): Output a confirmatory message.
4755         * progmodes/cc-mode.el (c-before-change, c-after-change):
4756         Call c-invalidate-state-cache from `c-before-change' instead of
4757         `c-after-change'.
4759 2012-11-23  Chong Yidong  <cyd@gnu.org>
4761         * find-cmd.el (find-constituents): Add executable, ipath,
4762         readable, samefile, writable, daystart, regextype (Bug#12856).
4764 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4766         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4768 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4770         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4771         definition.  This fixes a bootstrap failure.
4772         (calc-gregorian-switch): In menu, put dates before regions.
4773         This is easier to follow, lines up better in the menu, and lets us
4774         coalesce regions that switch at the same time.  Give country
4775         names, not "Vatican", as that's better for non-expert users.
4776         Use names that are stable between the date of switch and now, e.g.,
4777         Bohemia and Moravia (which existed then and now) and not
4778         Czechoslovakia (which didn't exist then and doesn't exist now).
4779         What is now the U.S. mostly did not switch at the same time as
4780         Britain, so omit the U.S.  Correct spelling of "Britain".
4781         Catholic Switzerland was too much of a mess, so omit it.
4783 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4785         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4786         after the variable is changed.
4788 2012-11-21  Daniel Colascione  <dancol@dancol.org>
4790         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4791         in SQL declarations for font-lock.
4792         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4794 2012-11-21  Glenn Morris  <rgm@gnu.org>
4796         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4797         (face-italic-p): Add optional argument "inherit".
4799         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4800         Remove -p suffix from names, for consistency with other set-face-*.
4801         (set-face-inverse-video): Fix interactive spec.
4802         * play/gamegrid.el (gamegrid-make-mono-tty-face):
4803         * textmodes/table.el (table--update-cell-face):
4804         Use set-face-inverse-video rather than now obsolete alias.
4806 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
4808         * simple.el (line-move): Don't call line-move-partial if
4809         scroll-conservatively is in effect.  (Bug#12927)
4811 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4814         Fallback on completion-at-point rather than
4815         pcomplete-expand-and-complete, and only if pcomplete actually failed.
4816         (eshell-cmpl-initialize): Setup completion-at-point.
4818         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4820         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4822 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
4824         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4825         are remote, check out-of-band property for both.
4827 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4829         * window.el (switch-to-buffer): Re-add the warning that was lost in the
4830         code rewrite.
4832 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
4834         More minor time fixes.
4835         * calendar/time-date.el: Commentary fix.
4836         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4837         too much other code depends on (0 0) time stamps.
4838         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4839         Add a couple of FIXME comments.
4841         Minor cleanup for times as lists of four integers.
4842         * files.el (dir-locals-directory-cache):
4843         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4844         Doc fixes.
4845         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4846         * ps-bdf.el (bdf-file-newer-than-time):
4847         Process four-integers time stamps, not two.  Doc fixes.
4849 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * uniquify.el (uniquify-managed): Use defvar-local.
4852         (rename-buffer, create-file-buffer): Advise with advice-add.
4853         (uniquify-unload-function): Unadvise accordingly.
4855         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4856         (trace-buffer): Don't purecopy.
4857         (trace-entry-message, trace-exit-message): Add `context' arg.
4858         (trace--timer): New var.
4859         (trace-make-advice): Adjust for use in nadvice.
4860         Add `context' argument.  Delay `display-buffer' via a timer.
4861         (trace-function-internal): Use advice-add.
4862         (trace--read-args): New function.
4863         (trace-function-foreground, trace-function-background): Use it.
4864         (trace-function): Rename to trace-function-foreground and redefine as
4865         an alias to that new name.
4866         (untrace-function, untrace-all): Adjust to the use of nadvice.
4868         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4870         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4872         * subr.el (called-interactively-p-functions): New var.
4873         (internal--called-interactively-p--get-frame): New macro.
4874         (called-interactively-p, interactive-p): Rewrite in Lisp.
4875         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4876         (called-interactively-p-functions): Use it.
4877         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4878         (called-interactively-p-functions): Use it.
4879         * allout.el (allout-called-interactively-p): Don't assume
4880         called-interactively-p is a subr.
4882 2012-11-20  Glenn Morris  <rgm@gnu.org>
4884         * profiler.el (profiler-report-mode-map): Add a menu.
4885         No need to bind `q' because we derive from special-mode.
4886         (profiler-report-find-entry): Handle calls from the menu-bar.
4888 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4890         * emacs-lisp/byte-run.el (defun-declarations-alist):
4891         Allow a compiler-macro to be a lambda expression.
4893         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
4894         eval-when-compile.
4895         (python-syntax-context): Add compiler-macro.
4896         (python-font-lock-keywords): Simplify with De Morgan.
4898         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4900         * files.el (load-file): Require match in minibuffer selection, as was
4901         the case in Emacs-20 before we changed the spec to allow .elc files
4902         (bug#12935).
4904         * json.el: Don't require cl since we don't use it.
4905         * color.el: Don't require cl.
4906         (color-complement): `caddr' -> `nth 2'.
4908         * calendar/time-date.el (time-to-seconds): De-obsolete.
4910 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
4912         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4913         year numbers.
4914         (math-date-to-julian-dt): Adjust the initial approximation for the
4915         year to deal with the new definition of the DATE.
4917 2012-11-19  Daniel Colascione  <dancol@dancol.org>
4919         * term/w32-win.el (cygwin-convert-path-from-windows):
4920         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4922 2012-11-18  Chong Yidong  <cyd@gnu.org>
4924         * filecache.el (file-cache--read-list): New function.
4925         (file-cache-add-directory-list, file-cache-add-file-list)
4926         (file-cache-delete-file-list, file-cache-delete-directory-list):
4927         Use it to read a list of files or directories (Bug#12846).
4928         (file-cache-add-file, file-cache-add-directory)
4929         (file-cache-delete-file-list, file-cache-delete-file-regexp)
4930         (file-cache-delete-directory): Print an message.
4932 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
4934         * calc/calc-forms.el (math-date-to-dt): Use integer date when
4935         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4937 2012-11-18  Glenn Morris  <rgm@gnu.org>
4939         * image.el (insert-image, insert-sliced-image): Doc fix.
4941 2012-11-18  Chong Yidong  <cyd@gnu.org>
4943         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4944         (Bug#12810).
4946 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4948         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4949         response when the target file is in a subdirectory (Bug#12757).
4951 2012-11-18  Chong Yidong  <cyd@gnu.org>
4953         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4955 2012-11-18  Glenn Morris  <rgm@gnu.org>
4957         * emacs-lisp/cl-lib.el (face-underline-p):
4958         Use set-face-underline rather than the alias set-face-underline-p.
4960         * window.el (with-temp-buffer-window): Doc fix.
4961         * subr.el (with-output-to-temp-buffer):
4962         Add doc xref to with-temp-buffer-window.
4964 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
4966         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4967         * calc/calc.el (math-format-date-cache): Declare.
4969 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4971         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4972         It also uses January 1, 1 AD as its day number 1.
4973         * calc/calc-forms.el (math-julian-date-beginning)
4974         (math-julian-date-beginning-int): Implement this.
4976 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
4978         * descr-text.el (quail-find-key):
4979         * dired.el (desktop-file-name):
4980         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4981         * generic-x.el (comint-mode, comint-exec):
4982         * image-dired.el (widget-forward):
4983         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4984         (speedbar-change-expand-button-char)
4985         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4986         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4987         * printing.el (easy-menu-add-item, easy-menu-remove-item)
4988         (widget-field-action, widget-value-set):
4989         * speedbar.el (imenu--make-index-alist):
4990         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4991         (ring-length, ring-insert):
4992         * vcursor.el (compare-windows-skip-whitespace):
4993         * woman.el (dired-get-filename):
4994         Declare functions.
4996         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4998 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5000         * calc/calc.el (calc-gregorian-switch): New variable.
5002         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5003         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5004         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5005         (math-leap-year-p): Add option to distinguish between Julian
5006         and Gregorian calendars.
5007         (math-day-number): Use `math-day-in-year' to do the computations.
5008         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5009         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5010         to do the computations.
5011         (math-date-to-dt): Use `math-date-to-julian-dt' and
5012         `math-date-to-gregorian-dt' to do the computations.
5013         (calcFunc-weekday, math-format-date-part): Use the new version of
5014         the DATE to determine the weekday.
5015         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5016         when necessary.
5018 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
5020         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5021         Cygwin; otherwise use 'file:'.  (Bug#12914)
5022         (cygwin-convert-path-from-windows): Declare, to avoid
5023         byte-compiler warnings.
5025 2012-11-17  Andreas Politz  <politza@fh-trier.de>
5027         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5028         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5029         prefix and negative numeric prefix args (Bug#12795).
5031 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
5033         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5034         Don't signal an error with a score that is too low to add to the
5035         list of top scores. (Bug#12779)
5037 2012-11-17  Chong Yidong  <cyd@gnu.org>
5039         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5041         * filecache.el (file-cache-add-file): Handle relative file name in
5042         the argument (Bug#12694).
5044 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
5046         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5048 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5050         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5052         * emacs-lisp/cl-lib.el: Set more meaningful version number.
5054 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5056         * window.el (enlarge-window, shrink-window): Don't mention return
5057         value in doc-string (Bug#12896).
5058         (window--display-buffer): Don't resize frames - it won't work
5059         with all window managers and defeat pop-up-frame-alist.
5060         (display-buffer-alist): In doc-string explain that CONDITION can
5061         be a function and which arguments are passed to it (Bug#12854).
5062         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
5063         expressions (Bug#12854).
5064         (display-buffer): Pass ACTION argument to
5065         display-buffer-assq-regexp.
5067 2012-11-16  Glenn Morris  <rgm@gnu.org>
5069         * window.el (fit-frame-to-buffer-bottom-margin)
5070         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5072         * faces.el (face-underline-p): Use face-attribute-specified-or.
5074 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
5076         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5078 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5082 2012-11-16  Glenn Morris  <rgm@gnu.org>
5084         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
5085         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5087         * faces.el (face-underline-p): Doc fix.  Handle :underline being
5088         things other than `t' (a string, a list).
5089         (face-inverse-video-p): Doc fix.
5090         (set-face-underline): Rename it back from set-face-underline-p.
5091         Doc fix.  Allow interactive input of values other than t.
5092         (read-face-attribute): Apply formatting to :underline,
5093         since like :box and :stipple it can take list values.
5095         * term.el (ansi-term): Don't let C-x escape-char binding
5096         clobber the more standard C-c binding.  (Bug#12842)
5098         * subr.el (set-temporary-overlay-map): Doc fix.
5100 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5102         * window.el (record-window-buffer)
5103         (display-buffer-record-window): When copying the markers to
5104         window-point preserve window-point-insertion-type. (Bug#12588)
5106 2012-11-16  Glenn Morris  <rgm@gnu.org>
5108         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5109         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5110         Use new names for hooks rather than obsolete aliases.
5112 2012-11-15  Daniel Colascione  <dancol@dancol.org>
5114         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5115         prefix instead of "file:" so that when FILE-NAME begins with "//",
5116         as it does when the target file is on a network share, url-handler
5117         isn't confused.
5119 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5121         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5122         a preactivated advice from an old advice.el; they're not compatible!
5124 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5126         * emacs-lisp/nadvice.el (advice--make-interactive-form):
5127         Fix string-spec case.
5129         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5131 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5133         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5134         (advice--buffer-local-function-sample): New var.
5135         (advice--set-buffer-local, advice--buffer-local): New functions.
5136         (add-function, remove-function): Use them.
5138 2012-11-15  Drew Adams  <drew.adams@oracle.com>
5140         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5142 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5145         potential binding of print-gensym to t, and prettify (back)quotes in
5146         case they appear in args's default values (bug#12884).
5148 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5150         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5151         (advice-eval-interactive-spec): New function.
5152         (advice--make-interactive-form): Support around advice (bug#12844).
5154 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
5156         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5157         more strict.  Add docstring.
5158         (ruby-expression-expansion-re): Extract from
5159         `ruby-match-expression-expansion'.
5160         (ruby-syntax-propertize-function): After everything else, search
5161         for expansions in string literals, mark their insides as
5162         whitespace syntax and save match data for font-lock.
5163         (ruby-font-lock-keywords): Use the 2nd group from expression
5164         expansion matches.
5165         (ruby-match-expression-expansion): Use the match data saved to the
5166         text property in ruby-syntax-propertize-function.
5168 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5170         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5171         (bug#12879).
5173 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5175         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5176         start/end keyword a bit harder.  Works with different values of N.
5177         Add more comments.
5178         (ruby-end-of-block): Update accordingly.
5180 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5182         * woman.el (woman-file-name): Don't mess with unread-command-events
5183         (bug#12861).
5185         * emacs-lisp/advice.el: Layer on top of nadvice.el.
5186         Remove out of date self-require hack.
5187         (ad-do-advised-functions): Use simple `dolist'.
5188         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5189         (ad-advice-definition): Redefine as functions.
5190         (ad-advice-classes): Move before first use.
5191         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5192         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5193         (ad--defalias-fset): Remove functions.
5194         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5195         (ad-get-orig-definition): Rewrite.
5196         (ad-make-advised-definition-docstring): Change base docstring.
5197         (ad-real-orig-definition): Rewrite.
5198         (ad-map-arglists): Change name of called function.
5199         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5200         (ad-make-advised-definition): Simplify.
5201         (ad-assemble-advised-definition): Tweak for new calling context.
5202         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5203         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
5204         function and call ad-activate if needed.
5205         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5206         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5207         (ad-compile-function): Compile ad-Advice-*.
5208         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5209         (ad-start-advice, ad-stop-advice): Remove.
5211 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5213         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5214         period before class method names, not after.  Remove handling of
5215         one impossible case.  Add comments.
5217 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5219         * emacs-lisp/advice.el: Remove support for freezing.
5220         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5221         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5222         Remove support for `freeze'.
5224         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5225         override the default.
5226         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5227         cl--dotimes/dolist.
5228         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5229         `cl' is loaded.
5231         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5232         from add-advice.
5233         (advice--strip-macro): New function.
5234         (advice--defalias-fset): Use them to handle macros.
5235         (advice-add): Use them.
5236         (advice-member-p): Correctly handle macros.
5238 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5240         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5241         Never font-lock the beginning of singleton class as heredoc.
5243 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5245         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5247 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
5249         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5250         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
5251         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5253 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
5255         Fix end-of-defun misbehavior.
5256         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5257         python-beginning-of-defun-function.  Handle nested defuns
5258         correctly.
5259         (python-nav-end-of-defun): Rename from
5260         python-end-of-defun-function.  Ensure forward movement.
5261         (python-info-current-defun): Reimplement to work as intended
5262         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
5263         parent defuns as soon as possible.
5265 2012-11-13  Glenn Morris  <rgm@gnu.org>
5267         * progmodes/flymake.el (flymake-error-bitmap)
5268         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5269         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5271 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5273         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5274         backward, always stop at indentation.  Reverts the change from
5275         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5277 2012-11-13  Glenn Morris  <rgm@gnu.org>
5279         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5280         Add ibuffer-filter-by-derived-mode.
5282         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5283         the same name shadowing each other.
5285         * window.el (with-temp-buffer-window): Doc tweak.
5287         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5289         * help.el (temp-buffer-max-height):
5290         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5291         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5293 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5295         * emacs-lisp/nadvice.el: New package.
5296         * subr.el (special-form-p): New function.
5297         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5298         (elp-all-instrumented-list): Remove var.
5299         (elp-not-profilable): Remove elp-wrapper.
5300         (elp-profilable-p): Use autoloadp and special-form-p.
5301         (elp--advice-name): New const.
5302         (elp-instrument-function): Use advice-add.
5303         (elp--instrumented-p): New predicate.
5304         (elp-restore-function): Use advice-remove.
5305         (elp-restore-all, elp-reset-all): Use mapatoms.
5306         (elp-set-master): Use elp--instrumented-p.
5307         (elp--make-wrapper): Rename from elp-wrapper, return a function
5308         suitable for advice-add.  Use cl-inf.
5309         (elp-results): Use mapatoms+elp--instrumented-p.
5310         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5311         (debug-function-list): Remove var.
5312         (debug): Rename arg, and then let-bind it explicitly inside.
5313         (debugger-setup-buffer): Rename arg.
5314         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5315         (debugger-frame-number): Adjust to new debug-on-entry setup.
5316         (debug--implement-debug-on-entry): Rename from
5317         implement-debug-on-entry, add argument.
5318         (debugger-special-form-p): Remove, use special-form-p instead.
5319         (debug-on-entry): Use advice-add.
5320         (debug--function-list): New function.
5321         (cancel-debug-on-entry): Use it, along with advice-remove.
5322         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5323         (debugger-list-functions): Use debug--function-list instead of
5324         debug-function-list.
5325         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5326         (ad-special-form-p): Remove, use special-form-p instead.
5327         (ad-set-advice-info): Use add-function and remove-function.
5328         (ad--defalias-fset): Adjust accordingly.
5330 2012-11-10  Glenn Morris  <rgm@gnu.org>
5332         * mail/emacsbug.el (report-emacs-bug-tracker-url)
5333         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5334         (report-emacs-bug-create-existing-bugs-buffer)
5335         (report-emacs-bug-parse-query-results)
5336         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
5338         * term.el (term-default-fg-color, term-default-bg-color):
5339         Make obsolete, rather than just saying "deprecated" in the doc.
5341         * term.el (term): Rename from `term-face'.
5342         (term-current-face, ansi-term-color-vector)
5343         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5344         Update all users.
5346 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5348         * server.el (server-create-window-system-frame): Handle Nextstep
5349         specially (Bug#12780).
5351 2012-11-10  Glenn Morris  <rgm@gnu.org>
5353         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5354         Unautoload, and make obsolete.  (Bug#7449)
5356 2012-11-10  Chong Yidong  <cyd@gnu.org>
5358         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5359         rename from diff-remove-trailing-whitespace (Bug#12831).
5361 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5363         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5364         miscompilation of trace.el.
5366 2012-11-10  Glenn Morris  <rgm@gnu.org>
5368         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5370 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5372         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5373         (bug#12812).
5375 2012-11-10  Chong Yidong  <cyd@gnu.org>
5377         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5378         a defcustom with an appropriate :set function.
5379         (minibuffer-default--in-prompt-regexps): New function.
5381 2012-11-10  Glenn Morris  <rgm@gnu.org>
5383         * emacs-lisp/cl.el (define-setf-expander, defsetf)
5384         (define-modify-macro): Doc fixes.
5386         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5387         (gv-define-simple-setter): Update doc of `fix-return'.
5389 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5391         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5392         twice when `fix-return' is set (bug#12813).
5394         * emacs-lisp/cl.el (defsetf): Pass the third arg to
5395         gv-define-simple-setter (bug#12812).
5397         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5398         (bug#12756).
5400 2012-11-10  Glenn Morris  <rgm@gnu.org>
5402         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5404         * emacs-lisp/cl-extra.el (cl-prettyexpand):
5405         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5406         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5407         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5409         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5411 2012-11-10  Leo Liu  <sdl.web@gmail.com>
5413         * ido.el (ido-set-matches-1): Improve flex matching performance by
5414         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
5416 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5419         (ad--defalias-fset): New function.
5420         (ad-safe-fset): Remove.
5421         (ad-make-freeze-definition): Use cl-letf*.
5423 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * subr.el (dolist): Don't bind VAR in RESULT.
5427         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
5428         (fset, documentation): Don't save real def since we don't advise.
5429         (ad-do-advised-functions): Remove problematic `result-form'.
5430         (ad-safe-fset): `ad-real-fset' => `fset'.
5431         (ad-read-advised-function): Don't assume that ad-do-advised-functions
5432         uses CL's dolist internally.
5433         (ad-arglist): Remove unused arg `name'.
5434         (ad-docstring, ad-make-advised-docstring):
5435         `ad-real-documentation' => `documentation'.
5436         (warning-suppress-types): Declare.
5437         (ad-set-arguments): Simple CSE.
5438         (ad-recover-normality): Sanity check.
5440         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5441         (funcall '(lambda ..) ..) into ((lambda ..) ..).
5443 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5445         * ses.el: symbol to coordinate mapping is made by symbol property
5446         `ses-cell'.  This means that the same mapping is done for all SES
5447         sheets.  That is good enough for cells with standard A1 names, but
5448         not for named cell.  So a hash map is added for the latter.
5449         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5450         (ses-sym-rowcol): Use hashmap for named cell.
5451         (ses-is-cell-sym-p): New defun.
5452         (ses-decode-cell-symbol): New defun.
5453         (ses-create-cell-variable): Add cell to hashmap when name is not
5454         A1-like.
5455         (ses-rename-cell): Check that cell new name is not already in
5456         spreadsheet with the use of ses-is-cell-sym-p
5457         (ses-rename-cell): Use hash map for named cells, but accept also
5458         renaming back to A1-like.
5460 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5462         * emacs-lisp/advice.el: Use new dynamic docstrings.
5463         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5464         Use dynamic-docstring-function instead of ad-advice-info.
5465         (ad--make-advised-docstring): New function extracted from
5466         ad-make-advised-docstring.
5467         (ad-make-advised-docstring): Use it.
5468         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5469         from sql-help.
5470         (sql-help): Use it with dynamic-docstring-function.
5472         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5474 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5476         * files.el (hack-one-local-variable--obsolete): New function.
5477         (hack-one-local-variable): Use it for obsolete settings.
5479         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5480         the new name.
5482         * progmodes/js.el (js--filling-paragraph): New var.
5483         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5484         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5485         less sneaky.
5487 2012-11-08  Julien Danjou  <julien@danjou.info>
5489         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5490         `auto-mode-alist' (Bug#12835).
5492 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5494         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5495         (perl--prettify-symbols-alist): New const.
5496         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5497         New functions.
5498         (perl-font-lock-keywords-2): Use them.
5499         (perl-electric-noindent-p): New function.
5500         (perl-mode): Use it to set up electric-indent-mode.
5501         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5502         (perl-mode-map): Remove bindings for them.
5503         (perl-imenu-generic-expression, perl-outline-level):
5504         Match functions&packages in column>0.
5506         * env.el (env--substitute-vars-regexp): New const.
5507         (substitute-env-vars): Use it.  Add `only-defined' arg.
5508         * net/tramp.el (tramp-replace-environment-variables): Use it.
5510         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5511         Byte-compile *before* eval in eval-and-compile.
5512         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5513         (byte-compile-file-form-autoload): Don't hide actual definition.
5514         (byte-compile-maybe-guarded): Accept `functionp' as well.
5516         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5518 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5520         * notifications.el (notifications-get-server-information-method):
5521         New defconst.
5522         (notifications-get-capabilities): Fix docstring.
5523         (notifications-get-server-information): New defun.
5525 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5527         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5528         readability.
5530         * textmodes/ispell.el: Experimental support for support debugging.
5531         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5532         buffer for ispell.
5533         (ispell-print-if-debug): New function to print stuff to
5534         `ispell-debug-buffer' if debugging is enabled.
5535         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5536         show some debugging info.
5537         (ispell-buffer-with-debug): New function that creates a debugging
5538         buffer and calls `ispell-buffer' with debugging enabled.
5540         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5541         comment in autoconf mode. (Bug#12768)
5543 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5545         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5546         frame-first-window, frame-root-window, frame-selected-window,
5547         minibuffer-selected-window, minibuffer-window,
5548         window-absolute-pixel-edges, window-at, window-body-height,
5549         window-body-width, window-display-table, window-combination-limit,
5550         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5551         window-inside-edges, window-inside-pixel-edges, window-left-child,
5552         window-left-column, window-margins, window-next-buffers,
5553         window-next-sibling, window-new-normal, window-new-total,
5554         window-normal-size, window-parameter, window-parameters, window-parent,
5555         window-pixel-edges, window-point, window-prev-buffers,
5556         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5557         window-start, window-text-height, window-top-child, window-top-line,
5558         window-total-height, window-total-width and window-use-time to the list
5559         of functions without side-effects.
5560         (toplevel): Add window-valid-p to the list of error-free functions
5561         without side-effects.
5563 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5565         * textmodes/ispell.el (ispell-program-name):
5566         Update spellchecker parameters when customized.
5568 2012-11-04  Glenn Morris  <rgm@gnu.org>
5570         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5572 2012-11-04  Chong Yidong  <cyd@gnu.org>
5574         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5575         same-window-* variables.
5577 2012-11-04  Juri Linkov  <juri@jurta.org>
5579         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5580         (isearch-describe-key, isearch-describe-mode): Use a display
5581         action instead of binding same-window-* variables (Bug#10040).
5583 2012-11-03  Glenn Morris  <rgm@gnu.org>
5585         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5586         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5588         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5590 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5592         * term/pc-win.el: Don't load term/internal from here.
5594         * loadup.el: Load term/internal from here.
5596 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
5598         * progmodes/python.el (inferior-python-mode): Fix hang in
5599         jit-lock (Bug#12645).
5601 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5603         * window.el (switch-to-visible-buffer)
5604         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5606 2012-11-03  Glenn Morris  <rgm@gnu.org>
5608         * emacs-lisp/cl-lib.el (cl--random-time):
5609         Rename from cl-random-time.  (Bug#12773)
5610         (cl--gensym-counter, cl--random-state): Update callers.
5611         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5613 2012-11-03  Chong Yidong  <cyd@gnu.org>
5615         * cus-start.el: Make cursor-type customizable (Bug#11633).
5617 2012-11-02  Glenn Morris  <rgm@gnu.org>
5619         * filecache.el: No need to load find-lisp when compiling.
5620         (find-lisp-find-files): Autoload it.
5621         (file-cache-add-directory-recursively): Don't require find-lisp.
5623         * image.el (image-type-from-file-name): Trivial simplification.
5625         * emacs-lisp/bytecomp.el (byte-compile-eval):
5626         Decouple "noruntime" and "cl-functions" warnings.
5628 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5630         * play/gomoku.el (gomoku-display-statistics): Update mode line
5631         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5633 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5635         * window.el (quit-restore-window): If the window has been
5636         created on an existing frame and ended up as the sole window on
5637         that frame, do not delete it (Bug#12764).
5639 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5641         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5642         Rename from sh--inside-arithmetic-expression, handle more cases
5643         (bug#11263).
5645         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5646         (sh-font-lock-open-heredoc): Use it (bug#12770).
5648 2012-10-30  Glenn Morris  <rgm@gnu.org>
5650         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
5652         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
5654 2012-10-29  Chong Yidong  <cyd@gnu.org>
5656         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5657         function key is stored in a keyboard macro (Bug#4894).
5659         * thingatpt.el (number-at-point): Apply a thing-at-point property.
5661 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5663         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5664         header comments".
5665         (diff-unified->context, diff-context->unified)
5666         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5668         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5670         * files.el (find-alternate-file): Only ask one question (bug#12487).
5672 2012-10-29  Chong Yidong  <cyd@gnu.org>
5674         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5675         Suggested by Dan Nicolaescu (Bug#6326).
5677         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5679         * startup.el (fancy-about-screen): Don't message (Bug#12680).
5681         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5683         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5685         * face-remap.el (face-remap-add-relative): Handle the case where a
5686         face-remapping-alist entry is a cons cell (Bug#12762).
5688 2012-10-29  Kevin Ryde  <user42@zip.com.au>
5690         * woman.el (woman-parse-numeric-value): Handle picas correctly
5691         (Bug#12639).
5693 2012-10-29  Glenn Morris  <rgm@gnu.org>
5695         * emacs-lisp/cl.el (defsetf): Doc fix.
5697 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5699         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5700         syntax to the matching opener, if any (bug#12547).
5701         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5702         matching open as a "case-(".
5703         (sh-smie-rc-grammar): Add a corresponding rule for it.
5705 2012-10-28  Daniel Hackney  <dan@haxney.org>
5707         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5708         "PKGNAME-autoloads.el" in case we created it.
5710 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5712         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5713         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5714         (completion--twq-all): Disable too-strict assertions.
5716         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5718 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
5720         * profiler.el (profiler-report-make-entry-part): Fix help-echo
5721         text to match the real keybindings.
5723 2012-10-27  Juri Linkov  <juri@jurta.org>
5725         * wdired.el (wdired-keep-marker-rename): New defcustom.
5726         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5727         (Bug#11795)
5729         * dired.el (dired-keep-marker-rename): Add reference to
5730         `wdired-keep-marker-rename' in the docstring.
5731         Add default character value ?R to display initially in
5732         Customization UI instead of ?@.
5734 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
5736         * window.el (display-buffer): In doc-string describe
5737         window-height and window-width alist entries.
5739         * time.el (display-time-world): Restore fit-window-to-buffer
5740         behavior.
5742 2012-10-27  Chong Yidong  <cyd@gnu.org>
5744         * subr.el (insert-buffer-substring-as-yank): Doc fix.
5746 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
5748         * minibuffer.el (completion-category-overrides): New completion
5749         category `bookmark' (bug#11131).
5751 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * emacs-lisp/advice.el (ad-assemble-advised-definition):
5754         Silence bogus compiler warnings for ad-do-it.
5756         * bookmark.el (bookmark-completing-read): Set the completion category
5757         to `bookmark' (bug#11131).
5759 2012-10-26  Bastien  <bzg@altern.org>
5760             Stefan Monnier  <monnier@iro.umontreal.ca>
5762         * face-remap.el: Use lexical-binding.
5763         (text-scale-adjust): Improve docstring.  Use itself for the temporary
5764         overlay-map bindings, so as to repeat the "Use..." message each time.
5766 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5768         * emacs-lisp/macroexp.el (macroexp--expand-all):
5769         Obey byte-compile-warning-enabled-p (bug#12486).
5771         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5772         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5774 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
5776         * mouse.el (mouse-drag-line): Move last form into preceding when
5777         clause (Bug#12731).
5779         * help.el (resize-temp-buffer-window): Fix doc-string.
5781 2012-10-25  David Engster  <deng@randomsample.de>
5783         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5784         Remove.  This feature is already integrated in imenu.
5786         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5787         always loaded.  Require `speedbar' unconditionally.
5789 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5791         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5793         * minibuffer.el (minibuffer-force-complete): Fix thinko.
5795         * net/ldap.el (ldap-search-internal): The official ldif format starts
5796         with a "version: 1" header (bug#12724).
5798         * emacs-lisp/package.el (package-installed-p): Warn if not ready
5799         (bug#12721).
5801 2012-10-25  Glenn Morris  <rgm@gnu.org>
5803         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5805 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5807         * minibuffer.el (minibuffer-force-complete): Use one more marker
5808         for the temporary-overlay-map command (bug#12619).
5810 2012-10-24  Chong Yidong  <cyd@gnu.org>
5812         * time.el (display-time-world-mode): Derive from special-mode.
5813         (display-time-world): Use display-buffer (Bug#12708).
5814         (display-time-world-mode-map): Variable deleted.
5815         (display-time-world-display): Wrap the final delete-char inside
5816         inhibit-read-only.
5818 2012-10-24  Chong Yidong  <cyd@gnu.org>
5820         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5821         Doc fix.
5823         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5825 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5827         * minibuffer.el (completion--all-sorted-completions-location): New var.
5828         (completion--cache-all-sorted-completions)
5829         (completion--flush-all-sorted-completions): Use it.
5830         (completion-in-region, completion-in-region--postch)
5831         (completion-at-point, completion-help-at-point): Use markers in
5832         completion-in-region--data (bug#12619).
5834 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5836         * progmodes/compile.el (compilation-start): Try to handle common
5837         quoting of `cd' argument (bug#12640).
5839         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5840         (bug#12671).
5842 2012-10-23  Glenn Morris  <rgm@gnu.org>
5844         * progmodes/gud.el (gud-menu-map):
5845         Check gdb-active-process is bound.  (Bug#12358)
5847 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5849         * repeat.el (repeat): Set real-this-command (bug#12232).
5851         * htmlfontify.el (hfy-post-html-hook):
5852         * filesets.el (filesets-cache-fill-content-hook):
5853         * arc-mode.el (archive-extract-hook):
5854         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5855         * net/rcirc.el (rcirc-sentinel-functions)
5856         (rcirc-receive-message-functions, rcirc-activity-functions)
5857         (rcirc-print-functions):
5858         * net/dbus.el (dbus-event-error-functions):
5859         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5860         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5861         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5862         * term/sun.el (sun-raw-prefix-hooks):
5863         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5865 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
5867         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5868         Set `tramp-chunksize' to 1.  This improves the performance.
5869         (tramp-smb-wait-for-output): Add timeout to
5870         `tramp-accept-process-output' calls.
5872 2012-10-23  Chong Yidong  <cyd@gnu.org>
5874         * faces.el (font-list-limit): Define as an obsolete variable.
5876         * startup.el (command-line):
5877         * cus-start.el: Don't refer to font-list-limit.
5879         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5881 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5883         * subr.el (internal-temp-output-buffer-show): Rename from
5884         temp-output-buffer-show, since previously compiled files expect this name.
5886 2012-10-23  Glenn Morris  <rgm@gnu.org>
5888         * image.el (image-type-from-file-name): If multiple types match,
5889         return the first one that is supported.  (Bug#9045)
5891 2012-10-22  Glenn Morris  <rgm@gnu.org>
5893         * image.el (imagemagick-enabled-types): Doc fix.
5895 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
5897         * progmodes/which-func.el (which-func-current): The hash-table may have
5898         an explicit nil (bug#12338).
5900 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * electric.el (electric-pair-delete-selection-self-insert-function):
5903         Rename to electric-pair-will-use-region, return a boolean.
5904         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
5906         * delsel.el (delete-selection-helper): Use a function instead of a hook.
5907         (delete-selection-pre-hook): Use use-region-p.
5908         (delete-selection-self-insert-function): Remove.
5909         (self-insert-command): Obey self-insert-uses-region-functions.
5910         (self-insert-iso): Revert to previous setting, since we don't actually
5911         know what that command does.
5912         (delete-selection-self-insert-hooks): Remove.
5914 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
5916         * delsel.el (delete-selection-helper): New function, extracted from
5917         delete-selection-pre-hook.
5918         (delete-selection-pre-hook): Use it.
5919         (delete-selection-self-insert-function): New function.
5920         (delete-selection-self-insert-hooks): New hook.
5921         (self-insert-command, self-insert-iso): Use it.
5922         * electric.el (electric-pair-syntax): New function, extracted from
5923         electric-pair-post-self-insert-function.
5924         (electric-pair-post-self-insert-function): Use it.
5925         (electric-pair-delete-selection-self-insert-function): New function.
5926         (electric-pair-mode): Require delsel and setup
5927         delete-selection-self-insert-hooks (bug#11520).
5929 2012-10-20  Chong Yidong  <cyd@gnu.org>
5931         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5932         no changes to show (Bug#12586).
5934         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5935         list explicitly (Bug#12571).
5937 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
5939         * progmodes/flymake.el (flymake-create-temp-inplace):
5940         Use file-truename.
5942 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
5944         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
5946 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5948         * calc/calc-units.el (math-extract-units): Properly extract powers
5949         of units.
5951 2012-10-20  Daniel Colascione  <dancol@dancol.org>
5953         * frame.el (make-frame): Set x-display-name as we used to in order
5954         to unbreak creating an X11 frame from an Emacs daemon started
5955         without a display.
5957 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5959         * minibuffer.el (minibuffer-force-complete): Make the next completion use
5960         the same completion-field (bug#12221).
5962 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
5964         * emacs-lisp/debug.el (debug): Record height of debugger window
5965         also when debugger will be back (Bug#8789).
5967 2012-10-18  Chong Yidong  <cyd@gnu.org>
5969         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5970         Convert to defcustom.
5971         (gdb-get-source-file): Don't bind pop-up-windows.
5973         * progmodes/gud.el (gud-display-line): Don't specially re-use
5974         other frames for the gdb-mi case (Bug#12648).
5976 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         * emacs-lisp/advice.el: Clean up commentary a bit.
5979         (ad-do-advised-functions, ad-with-originals): Use `declare'.
5980         (byte-code-function-p): Never redefine.
5982         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5984 2012-10-18  Glenn Morris  <rgm@gnu.org>
5986         * dired.el (dired-sort-toggle): Some ls implementations only allow
5987         a single option string.  (Bug#12666)
5989         * minibuffer.el (completion-cycle-threshold): Doc fix.
5991 2012-10-17  Kenichi Handa  <handa@gnu.org>
5993         * international/mule.el (set-keyboard-coding-system):
5994         Recover input meta mode when the new coding system doesn not use 8-bit.
5995         Supply TERMINAL arg to set-input-meta-mode.
5997 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
5999         * wdired.el (wdired-old-marks): New variable.
6000         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6001         (wdired-do-renames): Move point with renamed file and don't lose
6002         mark status (Bug#11795).
6004 2012-10-16  Juri Linkov  <juri@jurta.org>
6006         * replace.el (query-replace-help): Mention multi-buffer replacement
6007         keys in the Help message.  (Bug#12655)
6009 2012-10-15  Chong Yidong  <cyd@gnu.org>
6011         * emacs-lisp/byte-run.el (defsubst): Doc fix.
6013 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
6015         * window.el (display-buffer): Doc fix.
6017         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6018         Adjust the msft regexp to the output of Studio 2010, and move msft
6019         before edg-1.  See the discussion on emacs-devel,
6020         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6021         for the details.
6023 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6025         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6026         (oset): Move uses of object-class-fast macro after its definition.
6028         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6030 2012-10-13  Chong Yidong  <cyd@gnu.org>
6032         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6033         enabled, re-enable it (Bug#11963).
6035 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
6037         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6038         non-nil, restore window configuration (Bug#12623).
6040 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6042         * help-fns.el (describe-variable, describe-function-1):
6043         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6045         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6047 2012-10-12  Glenn Morris  <rgm@gnu.org>
6049         * mail/rmailsum.el (rmail-header-summary):
6050         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
6052 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
6054         * progmodes/python.el (python-mode-map):
6055         Replace subtitute-key-definition with proper command remapping.
6056         (python-nav--up-list): Fix behavior for blocks on the same level.
6058 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6060         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6062         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6063         changes to the format of load-history.
6065         * international/mule-cmds.el (read-char-by-name): Move let-binding of
6066         completion-ignore-case in case that var is buffer-local (bug#12615).
6068 2012-10-11  Kenichi Handa  <handa@gnu.org>
6070         * international/eucjp-ms.el: Re-generated.
6072 2012-10-10  Kenichi Handa  <handa@gnu.org>
6074         * select.el (xselect--encode-string): If a coding is specified for
6075         selection, and that is compatible with COMPOUND_TEXT, use it.
6077 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
6079         * window.el (switch-to-buffer-preserve-window-point): New option.
6080         (switch-to-buffer):
6081         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6083 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6086         Don't document nil as a useful value (bug#12583).
6088 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
6090         * net/tramp.el (tramp-debug-message):
6091         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6092         (with-tramp-progress-reporter): Rename from
6093         `tramp-with-progress-reporter'.
6094         (with-tramp-file-property, with-tramp-connection-property):
6095         Move from tramp-cache.el, rename from `with-file-property' and
6096         `with-connection-property', respectively.
6098         * net/tramp-cache.el: Remove `with-file-property' and
6099         `with-connection-property'.
6101         * net/tramp.el:
6102         * net/tramp-gvfs.el:
6103         * net/tramp-sh.el:
6104         * net/tramp-smb.el: Adapt callees.
6106         * net/trampver.el: Update release number.
6108 2012-10-09  Glenn Morris  <rgm@gnu.org>
6110         * w32-fns.el (set-message-beep):
6111         * term/w32-win.el (set-message-beep): Update declarations.
6113 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6116         (mode-line-widen, mode-line-input-method-map)
6117         (mode-line-coding-system-map, mode-line-remote)
6118         (mode-line-unbury-buffer, mode-line-bury-buffer)
6119         (mode-line-next-buffer, mode-line-previous-buffer):
6120         Replace save-selected-window+select-window => with-selected-window.
6122         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6123         * progmodes/cc-vars.el (bq-process): Remove, unused.
6125         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6127 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
6129         Implemented `backward-up-list'-like navigation.
6130         * progmodes/python.el (python-nav-up-list)
6131         (python-nav-backward-up-list): New functions.
6132         (python-mode-map): Define substitute key for backward-up-list to
6133         python-nav-backward-up-list.
6135 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6137         * progmodes/python.el (python-fill-paragraph): Rename from
6138         python-fill-paragraph-function.  Fixed fill-paragraph for
6139         decorators (Bug#12605).
6141 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6143         * progmodes/python.el (python-shell-output-filter): Handle extra
6144         carriage return in OSX (Bug#12409).
6146 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6148         Fix shell handling of unbalanced quotes and parens in output.
6149         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6150         (python-syntax-propertize-function): Use it.
6151         (python-shell-output-syntax-table): New var.
6152         (inferior-python-mode): Prevent unbalanced parens/quotes from
6153         previous output mess with current input context.
6155 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
6157         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6158         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6160 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
6162         * ffap.el (ffap-replace-file-component): Support Tramp file name
6163         syntax, not only ange-ftp's one.
6165 2012-10-08  Glenn Morris  <rgm@gnu.org>
6167         * cus-start.el (message-log-max): Set :version.
6169         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6171 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
6173         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6174         the minibuffer window (Bug#10851).
6176 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6178         Enhancements on forward-sexp movement.
6179         * progmodes/python.el (python-nav-beginning-of-statement)
6180         (python-nav-end-of-statement): Return point-marker.
6181         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6182         (python-info-current-symbol)
6183         (python-info-statement-starts-block-p): Rename from
6184         python-info-beginning-of-block-p.
6185         (python-info-statement-ends-block-p): Rename from
6186         python-info-end-of-block-p.
6187         (python-info-beginning-of-statement-p)
6188         (python-info-end-of-statement-p)
6189         (python-info-beginning-of-block-p, python-info-end-of-block-p):
6190         New functions.
6192 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6194         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6195         frame-selected-windows.
6197 2012-10-08  Daniel Colascione  <dancol@dancol.org>
6199         * battery.el (battery-status-function): Check for
6200         w32-battery-status itself, not system-time windows-nt.
6202         * frame.el: Require cl-lib.
6203         (display-format-alist): New variable mapping frame types to
6204         functions that initialize them.
6205         (window-system-for-display): New function: interprets
6206         display-format-alist.
6207         (make-frame-on-display): Remove existing display-selection logic
6208         and just forward to make-frame, which will now DTRT.
6209         (make-frame): Restructure to use window-system-for-display to
6210         figure out how to create a frame on a given display.
6211         (display-mouse-p): Look for frame-type w32, not a particular
6212         system-type.
6214         * loadup.el: Load w32 lisp code when we have the w32 feature.
6216         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6217         system-type windows-nt.
6219         * server.el (server-create-window-system-frame): Look for window
6220         type.
6221         (server-proces-filter): Only force a window system when windows-nt
6222         _and_ w32.  Explain why.
6224         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6225         of window systems we configure for the mode.
6227         * startup.el (command-line): Mark window system is initialized
6228         after we've done it.
6230         * common-win.el (x-select-text): Look for w32, not windows-nt.
6232         * ns-win.el: Require cl-lib.  Add ourselves to
6233         display-format-alist.
6234         (ns-initialize-window-system): Assert we're not initialized twice.
6236         * w32-win.el: Enable lexical binding; require cl-lib; add
6237         ourselves to display-format-alist.
6238         (w32-handle-dropped-file): Convert incoming dropped files from
6239         Windows paths to Cygwin ones before passing them on to the rest of
6240         Emacs.
6241         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
6242         (w32-initialize-window-system): Assert we're not initialized twice.
6244         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6245         (x-initialize-window-system): Assert we're not initialized twice.
6247         * w32-common-fns.el: New File.
6248         (w32-version, w32-using-nt, w32-get-clipboard-data)
6249         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6250         (w32-charset-info-alist, x-last-selected, text)
6251         (x-get-selection-value, x-selection-value): Move here.
6253         * w32-fns.el: Require w32-common-fns.
6254         (w32-version, w32-using-nt, w32-get-clipboard-data)
6255         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6256         (w32-charset-info-alist, x-last-selected, text)
6257         (x-get-selection-value, x-selection-value): Move to
6258         w32-common-fns.
6260         * w32-vars.el:
6261         (w32-allow-system-shell, w32-system-shells): Define only in
6262         non-cygwin case.
6264 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6266         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6267         (read-passwd): Remove a few more potential sources of leaks.
6269 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
6271         * progmodes/python.el (inferior-python-mode)
6272         (python-shell-make-comint): Fix initialization of local
6273         variables copied from parent buffer.
6275 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
6277         * term/ns-win.el (ns-read-file-name): Update declaration to match
6278         nsfns.m.
6279         (ns-respond-to-change-font): Change fontsize separately so we are sure
6280         it is set when font is acted upon.
6282 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
6284         Enhancements to indentation.
6285         * progmodes/python.el (python-indent-context): Give priority to
6286         inside-string context.  Make comments indentation markers.
6287         (python-indent-region): Do not mess with strings, unless it's the
6288         enclosing set of quotes.
6290 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         * window.el (internal--before-save-selected-window)
6293         (internal--after-save-selected-window): New functions extracted from
6294         save-selected-window.  Make sure we return the `alist' we construct.
6295         (save-selected-window): Use them.
6297         * textmodes/tex-mode.el (tex-recenter-output-buffer):
6298         Use with-selected-window.
6300         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6301         forms that define macros (bug#12593).
6303 2012-10-07  Kenichi Handa  <handa@gnu.org>
6305         * international/mule-conf.el (compound-text-with-extensions):
6306         Add :mime-charset property as x-ctext.
6308 2012-10-07  Stefan Merten  <smerten@oekonux.de>
6310         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6311         (rst-indent-literal-normal, rst-indent-literal-minimized)
6312         (rst-indent-comment): Correct :version tag.
6313         (rst-official-cvs-rev): Correct version string.
6315 2012-10-07  Glenn Morris  <rgm@gnu.org>
6317         * mail/rmailmm.el (rmail-mime-process-multipart):
6318         Do not confuse a multipart message with an epilogue
6319         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
6321 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
6323         Fix shell output retrieval and comint-prompt-regexp init.
6324         * progmodes/python.el (inferior-python-mode):
6325         (python-shell-make-comint): Fix initialization of
6326         comint-prompt-regexp from copied file local variables.
6327         (python-shell-fetched-lines): Remove var.
6328         (python-shell-output-filter-in-progress): Rename from
6329         python-shell-fetch-lines-in-progress.
6330         (python-shell-output-filter-buffer): Rename from
6331         python-shell-fetch-lines-string.
6332         (python-shell-fetch-lines-filter): Delete function.
6333         (python-shell-output-filter): New function.
6334         (python-shell-send-string-no-output): Use them.
6336 2012-10-07  Glenn Morris  <rgm@gnu.org>
6338         * hi-lock.el (hi-lock-process-phrase):
6339         Try to make it less fragile.  (Bug#7161)
6341         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6343 2012-10-06  Glenn Morris  <rgm@gnu.org>
6345         * ehelp.el (electric-help-mode): Use help-mode rather than
6346         non-existent mode `help'.
6347         (electric-help-map): Use button-buffer-map.  (Bug#10917)
6349         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6350         (reftex-create-bibtex-footer): Fix custom types.
6352         * progmodes/sh-script.el (sh-indent-after-continuation):
6353         Add explicit :group.
6355         * textmodes/rst.el (rst-preferred-decorations)
6356         (rst-shift-basic-offset): Clarify obsolescence versions.
6358         * profiler.el (profiler): Add missing group :version tag.
6359         * avoid.el (mouse-avoidance-banish-position):
6360         * proced.el (proced-renice-command):
6361         * calc/calc.el (calc-ensure-consistent-units):
6362         * calendar/icalendar.el (icalendar-import-format-uid):
6363         * net/tramp.el (tramp-save-ad-hoc-proxies):
6364         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6365         * progmodes/flymake.el (flymake-error-bitmap)
6366         (flymake-warning-bitmap, flymake-fringe-indicator-position):
6367         * progmodes/sh-script.el (sh-indent-after-continuation):
6368         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6369         (verilog-before-save-font-hook, verilog-after-save-font-hook):
6370         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6371         (vhdl-array-index-record-field-in-sensitivity-list)
6372         (vhdl-indent-comment-like-next-code-line):
6373         * textmodes/reftex-vars.el (reftex-ref-style-alist)
6374         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6375         (reftex-cite-key-separator, reftex-create-bibtex-header)
6376         (reftex-create-bibtex-footer):
6377         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6378         (rst-indent-literal-normal, rst-indent-literal-minimized)
6379         (rst-indent-comment): Add missing custom :version tags.
6381         * calendar/timeclock.el (timeclock-modeline-display):
6382         Add missing obsolete alias for renamed user option.
6384         * strokes.el (strokes-modeline-string):
6385         * emulation/crisp.el (crisp-mode-modeline-string):
6386         * eshell/esh-mode.el (eshell-status-in-modeline):
6387         Aliases to defcustoms must come before the defcustom.
6389         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6390         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6391         (cal-tex-cursor-week-monday): Doc fixes.
6392         (cal-tex-cursor-week2-summary): Doc fix.
6393         Rename from cal-tex-cursor-week-at-a-glance.
6395         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6396         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
6398         * calendar/calendar.el (calendar-mode-map):
6399         Add cal-tex-cursor-week2-summary.
6401 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6403         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6405         * subr.el (read-passwd-map): New var.
6406         (read-passwd): Use `read-string' again.
6407         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6409 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
6411         * register.el (append-to-register, prepend-to-register):
6412         Deactivate mark, as does `copy-to-register' (bug#12389).
6414 2012-10-06  Chong Yidong  <cyd@gnu.org>
6416         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6418 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
6420         * international/characters.el: Fix simple mistake ((car chars) ->
6421         elt), delete duplicated code.
6423 2012-10-06  Glenn Morris  <rgm@gnu.org>
6425         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
6427 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6429         * color.el (color-hsl-to-rgb): Fix incorrect results for
6430         small and large hue values.  (Bug#12559)
6432 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
6434         Enhancements to docstring formatting when filling paragraphs.
6435         * progmodes/python.el (python-fill-docstring-style): Rename from
6436         python-fill-string-style.  Added new style.
6437         (python-fill-string): Use new style.  Better checks for
6438         docstrings.
6440 2012-10-05  Glenn Morris  <rgm@gnu.org>
6442         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6444         * color.el (color-name-to-rgb, color-rgb-to-hex)
6445         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6446         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6447         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6448         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6450         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6452 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6454         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6455         to get the correct size across symlinks.
6457         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6459 2012-10-04  Juri Linkov  <juri@jurta.org>
6461         * replace.el (query-replace-interactive): Declare obsolete.
6462         (query-replace-read-from): Add the last incremental search string
6463         to the list of default values accessible via M-n.
6464         (map-query-replace-regexp): Use `read-regexp'.
6465         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6466         (map-query-replace-regexp, replace-string, replace-regexp):
6467         Fix docstrings to replace mentions of `query-replace-interactive'
6468         with alternatives.  (Bug#12526)
6470 2012-10-04  Juri Linkov  <juri@jurta.org>
6472         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6473         (dired-pop-to-buffer): Declare obsolete.
6474         (dired-mark-pop-up): Doc fix.
6476 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
6478         Allow user to set docstring style for fill-paragraph.
6479         * progmodes/python.el
6480         (python-fill-comment-function, python-fill-string-function)
6481         (python-fill-decorator-function, python-fill-paren-function):
6482         Remove :safe for defcustoms.
6483         (python-fill-string-style): New defcustom
6484         (python-fill-paragraph-function): Enhance context detection.
6485         (python-fill-string): Honor python-fill-string-style settings.
6487 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6489         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6490         after setting its buffer (Bug#10805).
6492 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
6494         Fix cornercase for string syntax.
6495         * progmodes/python.el (python-syntax-propertize-function):
6496         Simplify and enhance the regexp for unescaped quotes.  Now it also
6497         matches quotes in weird situations like the single quote in
6498         "something\"'".
6499         (python-syntax-stringify): Simplify num-quotes detecting code.
6501 2012-10-03  Glenn Morris  <rgm@gnu.org>
6503         * help-macro.el (three-step-help):
6504         Revert 2012-09-29 change.  (Bug#12567)
6506 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6508         * menu-bar.el (kill-this-buffer): Don't do anything when
6509         `menu-frame' is not alive or visible (Bug#8184).
6511         * emacs-lisp/debug.el (debug): When quitting the debugger window
6512         restore current buffer (Bug#12502).
6514 2012-10-02  Chong Yidong  <cyd@gnu.org>
6516         * progmodes/hideif.el (hif-lookup, hif-defined):
6517         Handle semantic-c-takeover-hideif.
6519 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6521         Change sampling interval units from ms to ns.
6522         * profiler.el (profiler-sampling-interval): Change units
6523         from ms to ns, multiplying the default by 1000000 so that
6524         it remains 1 ms.
6525         (profiler-report-cpu-line-format): Give enough room for
6526         the maximum counters on 64-bit hosts.
6527         (profiler-report-render-calltree-1): Call them "CPU samples",
6528         not "Time (ms)", since they are not milliseconds now (and
6529         never really were).
6531 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6533         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6534         Fix querying BBDB for entries without a last name (Bug#11580).
6536 2012-10-02  Chong Yidong  <cyd@gnu.org>
6538         * emacs-lisp/eieio.el: Restore Version header.
6540 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6542         * vc/diff-mode.el (diff--auto-refine-data): New var.
6543         (diff-hunk): Use it to delay refinement.
6544         (diff-mode): Remove overlays when we turn off font-lock.
6546         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6547         (table-initialize-table-fixed-width-mode)
6548         (table-set-table-fixed-width-mode): Remove functions.
6549         (table-command-list): Move initialization into declaration.
6550         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6551         (table-with-cache-buffer): Use `declare'.
6552         (table-span-cell): Simplify via CSE.
6553         (table-fixed-width-mode): Use define-minor-mode.
6554         (table-call-interactively, table-funcall, table-apply): Remove.
6555         (table-function): New function, to replace them.
6557         * bookmark.el (bookmark-search-pattern): Remove var.
6558         (bookmark-read-search-input): Remove function.
6559         (bookmark-bmenu-search): Reimplement using a minibuffer.
6561         * faces.el (modeline): Remove obsolete face name.
6563         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6564         and give a non-nil default value.
6565         (add-change-log-entry): Simplify accordingly.
6567 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6569         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6570         (vc-git-log-edit-toggle-amend): New function.
6571         (vc-git-log-edit-toggle-signoff): New function.
6572         (vc-git-log-edit-mode): New major mode.
6573         (vc-git-log-edit-mode-map): Keymap for it.
6574         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6576         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6577         header names.
6578         (log-edit-toggle-header): New function.
6579         (log-edit-extract-headers): Accept function values in HEADERS alist.
6581 2012-10-01  David Engster  <deng@randomsample.de>
6583         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6584         from symbol property and change message to be more consistent with
6585         Emacs proper.
6586         (eieio-describe-generic): Add filename for each implementation.
6587         Fix indices for generic and normal methods.
6588         (eieio-method-def, eieio-class-def): New buttons.
6589         (eieio-help-find-method-definition)
6590         (eieio-help-find-class-definition): New functions.
6591         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6592         class, constructor and method definitions.
6594         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6595         information in symbol property.
6596         (scoped-class): Remove.
6597         (eieio-slot-name-index, call-next-method): Check if it is bound.
6599 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6601         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6602         (eieio-custom-mode): New major mode.
6603         (eieio-customize-object): Use it.
6605 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6607         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6608         specifying the expected class, and whether subclassing is allowed.
6609         (eieio-persistent-convert-list-to-object):
6610         (eieio-persistent-validate/fix-slot-value)
6611         (eieio-persistent-slot-type-is-class-p): New functions.
6612         (eieio-named::slot-missing): Doc fix.
6614         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6615         Stop using unused publd variable.
6617         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6618         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6619         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6620         (eieio-speedbar-handle-click): Do not specify a class for the
6621         method.  Fixes method invocation order problems with EDE.
6623 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6625         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6626         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6628 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6630         * bookmark.el (bookmark-version-control): Give tags in the
6631         :type choices (Bug#12309), and improve doc string.
6632         (bookmark-write-file): Bind `print-circle' to `t' to allow
6633         circular custom bookmark types.  (Bug#12503)
6635 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6637         Revert the FOLLOW-SYMLINKS change for file-attributes.
6638         * files.el (remote-file-name-inhibit-cache, after-find-file):
6639         * time.el (display-time-file-nonempty-p): Undo last change.
6641         * profiler.el (profiler-sampling-interval): Change default back to 1.
6642         See Stefan Monnier in
6643         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6645 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
6647         Shell output catching a la gud-gdb.
6648         * progmodes/python.el (python-shell-fetch-lines-in-progress)
6649         (python-shell-fetch-lines-string, python-shell-fetched-lines):
6650         New Vars.
6651         (python-shell-fetch-lines-filter): New function.
6652         (python-shell-send-string-no-output): Use them.
6654 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
6656         * profiler.el (profiler-sampling-interval): Rename from
6657         profiler-sample-interval.
6658         (profiler-sampling-interval): Default to 10.
6659         (profiler-find-profile): New command (was profiler-find-log).
6660         (profiler-find-profile-other-window): New command.
6661         (profiler-find-profile-other-frame): New command.
6662         (profiler-profile): Introduce API-level data structure.
6664 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
6666         file-attributes has a new optional arg FOLLOW-SYMLINKS.
6667         * files.el (remote-file-name-inhibit-cache):
6668         * time.el (display-time-file-nonempty-p): Use it.
6669         * files.el (after-find-file): Don't chase links before calling
6670         file-exists-p, as file-exists-p already does the right thing.
6672 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
6674         Merge from standalone RefTeX repository.
6676         The following ChangeLog entries are shortened versions of the
6677         original ones with file paths adapted.  A not so strongly edited
6678         version of the original ChangeLog can be found in the commit log.
6680         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6681         (reftex-arg-cite): Use `reftex-cite-key-separator'.
6682         Correctly handle new value type returned by `reftex-citation'.
6684         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6685         that entries with whitespace at various places are found.
6686         Doc fix. Include entries that are cross-referenced from cited entries.
6687         Include @String definitions in the resulting bib file.  Add header
6688         and footer defined in `reftex-create-bibtex-header' and
6689         `reftex-create-bibtex-footer'.
6690         (reftex-do-citation): Make it possible again to insert
6691         non-existent entries.  Save match data when asking for optional
6692         arguments. Return all keys, not just the first one.
6693         (reftex-all-used-citation-keys): Fix regexp to correctly extract
6694         all citations in the same line.
6695         (reftex-parse-bibtex-entry): Accept additional optional argument
6696         `raw' and keep quotes or braces if it is non-nil.  Match fields
6697         containing hyphens besides word constituents.
6698         (reftex-get-string-refs): New function.
6699         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6700         and ask if it should be reread in case it did.
6701         (reftex-pop-to-bibtex-entry)
6702         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6703         entries with spaces or tabs in front of arguments.
6704         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6705         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6706         Match entries containing numbers and symbol constituents.
6707         (reftex-do-citation, reftex-figure-out-cite-format):
6708         Use `reftex-cite-key-separator'.
6710         * textmodes/reftex-dcr.el: Move provide statement to end of file.
6711         (reftex-mouse-view-crossref): Explain why point is set.
6713         * textmodes/reftex-global.el: Whitespace changes.
6715         * textmodes/reftex-index.el: Move provide statement to end of
6716         file.
6717         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6718         (reftex-index-visit-phrases-buffer): Set marker when visiting
6719         buffer.  This allows for returning from the phrases file to the
6720         file one was just editing instead of the file where the last
6721         phrases was added from.
6722         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
6723         punctuation syntax as it usually is not used as string quote in
6724         TeX-related modes and may occur unmatched.  The change also
6725         prevents fontification of quoted content.
6726         (reftex-index-phrases-mode): Use it.
6728         * textmodes/reftex-parse.el (reftex-parse-from-file):
6729         Move backward one char if a `\' was matched after a section macro.
6730         (reftex-parse-from-file): Use beginning of match instead of end as
6731         bound.
6733         * textmodes/reftex-ref.el: Adapt creation of
6734         `reftex-<package>-<macro>' functions to new structure of
6735         `reftex-ref-style-alist'.
6736         (reftex-reference): Use `reftex-ref-style-list' function.
6737         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
6738         reference macro if `reftex-ref-macro-prompt' is non-nil.
6739         (reftex-reference): Pass refstyle to `reftex-format-special'.
6740         Determine reference macro by looking at
6741         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6742         Use only one special format function.
6743         (reftex-varioref-vref, reftex-fancyref-fref)
6744         (reftex-fancyref-Fref): Remove definitions.  The functions are now
6745         generated from `reftex-ref-style-alist'.
6746         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6747         Remove.
6748         (reftex-format-special): New function.
6750         * textmodes/reftex-sel.el
6751         (reftex-select-cycle-ref-style-internal): Adapt to new structure
6752         of `reftex-ref-style-alist'. Remove code for testing macro type.
6753         (reftex-select-toggle-varioref)
6754         (reftex-select-toggle-fancyref): Remove.
6755         (reftex-select-cycle-ref-style-internal)
6756         (reftex-select-cycle-ref-style-forward)
6757         (reftex-select-cycle-ref-style-backward): New functions.
6758         (reftex-select-label-map): Use `v' and `V' for general cycling
6759         through reference styles.  Add `p' for switching between number
6760         and page reference types.
6762         * textmodes/reftex-toc.el (reftex-re-enlarge):
6763         Call `enlarge-window' only if there is something to do because in Emacs
6764         the horizontal version throws an error even if the parameter is 0.
6766         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6767         (reftex-plug-into-AUCTeX): Doc fix.
6768         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6769         string.  Adapt to new name.
6770         (reftex-ref-style-alist): Change structure so that it is not
6771         possible to use multiple different package names within a style.
6772         Remove the symbols for symbols for macro type distinction.
6773         Add characters for macro selection.
6774         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6775         (reftex-create-bibtex-footer): New variables.
6776         (reftex-format-ref-function): Mention third argument of special
6777         format function.
6778         (reftex-ref-style-alist, reftex-ref-style-default-list):
6779         New variables.
6780         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6781         to new implementation.  Mark as obsolete.  Add compatibility code
6782         for honoring the variable values in case they are set.
6783         (reftex-cite-format-builtin, reftex-bibliography-commands):
6784         Add support for ConTeXt.
6785         (reftex-format-ref-function, reftex-format-cite-function):
6786         Fix custom type.
6787         (reftex-cite-key-separator): New variable.
6789         * textmodes/reftex.el (reftex-syntax-table-for-bib)
6790         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6791         `reftex-syntax-table' because parens have to retain their paren
6792         syntax in order for parsing of BibTeX entries like @book(...) to
6793         work.
6794         (reftex-in-comment): Do not error out if `comment-start-skip' is
6795         not set.  Deal correctly with escaped comment characters.
6796         (reftex-tie-multifile-symbols): Add doc string.
6797         Initialize `reftex-ref-style-list'.
6798         (reftex-untie-multifile-symbols): Add doc string.
6799         (reftex-add-index-macros): Doc fix.
6800         (reftex-ref-style-activate, reftex-ref-style-toggle)
6801         (reftex-ref-style-list): New functions.
6802         (reftex-mode-menu): Use them.  Adapt to new structure of
6803         `reftex-ref-style-alist'.
6804         (reftex-select-with-char): Kill the RefTeX Select buffer when
6805         done.
6806         (reftex-remove-if): New function.
6807         (reftex-erase-all-selection-and-index-buffers)
6808         (reftex-mode-menu): Reference styles are now computed from
6809         `reftex-ref-style-alist'.  Fix typo.
6810         (reftex-report-bug): New function.
6811         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6812         algorithms with O(n log n).  Introduce optional argument SORT (not
6813         yet used).
6815 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
6817         Enhancements for triple-quote string syntax.
6818         * progmodes/python.el (python-syntax-propertize-function):
6819         Match both quote cases in one regexp.
6820         (python-syntax-stringify): Handle matches properly.
6822 2012-09-30  Juri Linkov  <juri@jurta.org>
6824         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6825         to nil around the call to `insert' to prevent
6826         directory time modification by lock_file.  (Bug#2295)
6827         * tar-mode.el (tar-summarize-buffer): Idem.
6829 2012-09-30  Juri Linkov  <juri@jurta.org>
6831         * facemenu.el (list-colors-sort): Add option "Luminance".
6832         (list-colors-sort-key): Implement it.
6834         * vc/diff-mode.el (diff-refine-removed):
6835         * vc/ediff-init.el (ediff-fine-diff-A):
6836         * vc/smerge-mode.el (smerge-refined-removed):
6837         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
6839 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
6841         * term/ns-win.el (x-file-dialog): New function.
6843 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
6845         * ido.el (ido-max-directory-size): Default to nil; the current
6846         default is small for POSIX systems, and impractical on Windows 7
6847         now that lstat returns directory sizes for NTFS.
6849 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
6851         In buffer display functions handle window-height/window-width
6852         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
6853         * window.el (window--display-buffer): New argument ALIST.
6854         Obey window-height and window-width alist entries.
6855         (window--try-to-split-window): New argument ALIST.
6856         Bind window-combination-limit to t when the window's size shall be
6857         changed and window-combination-limit equals `window-size'.
6858         (display-buffer-in-atom-window)
6859         (display-buffer-in-major-side-window)
6860         (display-buffer-in-side-window, display-buffer-same-window)
6861         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6862         (display-buffer-pop-up-window, display-buffer-below-selected)
6863         (display-buffer-at-bottom, display-buffer-in-previous-window)
6864         (display-buffer-use-some-window): Adjust all callers of
6865         window--display-buffer and window--try-to-split-window.
6866         (fit-frame-to-buffer): New option.
6867         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6868         is non-nil.
6869         (display-buffer-in-major-side-window): Evaluate window-height /
6870         window-width alist entries.
6872         * help.el (temp-buffer-resize-frames)
6873         (temp-buffer-resize-regexps): Remove options.
6874         (temp-buffer-resize-mode): Adjust doc-string.
6875         (resize-temp-buffer-window): Don't consult
6876         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
6877         temp-buffer-resize-frames.
6879         * dired.el (dired-mark-pop-up):
6880         Call display-buffer-below-selected with a fit-window-to-buffer alist
6881         entry.
6883 2012-09-30  Chong Yidong  <cyd@gnu.org>
6885         * server.el (server-host): Document the security implications.
6886         (server-auth-key): Doc fix.
6888         * startup.el (initial-buffer-choice): Doc fix.
6890         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6892         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6893         restriction change.
6895         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6897         * help-fns.el (help-fns--obsolete): Fix last change.
6899 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6901         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6902         (minor-mode-map-alist): Remove redundant code.
6904         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6905         visited in a buffer.
6906         (cvs-insert-visited-file): New function.
6907         (find-file-hook): Use it.
6909         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6911         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6912         chose face.
6913         (log-edit-empty-buffer-p): Don't require a space after a header.
6915         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6917         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6919         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6920         a proper minor-mode.
6922         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6924 2012-09-29  Glenn Morris  <rgm@gnu.org>
6926         * winner.el (winner-mode): Remove variable (let define-minor-mode
6927         handle it).
6928         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6929         Doc fixes.
6930         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6931         (winner-mode): Use define-minor-mode.
6933         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6934         the full definition in loaddefs, rather than duplicating it.
6936         * help-macro.el (three-step-help): No need to autoload defcustom.
6938         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6939         (inferior-lisp-program, inferior-lisp-load-command)
6940         (inferior-lisp-prompt, inferior-lisp-mode-hook):
6941         No need to autoload defcustoms.
6943         * hippie-exp.el (hippie-expand-try-functions-list)
6944         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6945         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6946         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6947         (hippie-expand-only-buffers): No need to autoload defcustoms.
6948         * progmodes/vhdl-mode.el (vhdl-line-expand):
6949         Explicitly load hippie-exp, so it does not get autoloaded
6950         while hippie-expand-try-functions-list is let-bound.
6952 2012-09-28  Glenn Morris  <rgm@gnu.org>
6954         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6956         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6957         Only "cl.el" counts as cl these days.
6959 2012-09-28  Juri Linkov  <juri@jurta.org>
6961         Display archive errors in the echo area instead of inserting
6962         to the file buffer.
6964         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6965         to STDERR-TEST that can be a regexp matching a successful output.
6966         Create a temporary file and redirect stderr to it.  Search for
6967         STDERR-TEST in the stderr output and display it in the echo area
6968         if no match is found.
6969         (archive-extract-by-file): New function like
6970         `archive-extract-by-stdout' but extracting archives to files
6971         and looking for successful matches in stdout.  Function body is
6972         mostly copied from `archive-rar-extract'.
6973         (archive-rar-extract): Use `archive-extract-by-file'.
6974         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
6976 2012-09-28  Leo Liu  <sdl.web@gmail.com>
6978         * pcomplete.el (pcomplete-show-completions):
6979         Use minibuffer-message to make pcomplete usable in minibuffer.
6981         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6983 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6985         * type-break.el: Use lexical-binding.
6986         (type-break-mode): Use define-minor-mode.
6988         * emacs-lisp/pcase.el (pcase--mark-used): New.
6989         (pcase--u1): Use it (bug#12512).
6991         * custom.el (load-theme): Set buffer-file-name so the load is recorded
6992         in load-history with the right file name.
6994 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
6996         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6997         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6998         (doc-view-get-bounding-box): Make bounding box slicing work for
6999         ODF and DVI documents.
7001 2012-09-28  Glenn Morris  <rgm@gnu.org>
7003         * type-break.el (type-break-mode, type-break-interval)
7004         (type-break-good-rest-interval, type-break-keystroke-threshold):
7005         No need to autoload.
7006         (type-break-good-rest-interval, type-break-keystroke-threshold):
7007         Add :set-after.
7009 2012-09-28  Chong Yidong  <cyd@gnu.org>
7011         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7012         Add :version tag.
7014 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7016         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7018 2012-09-27  Glenn Morris  <rgm@gnu.org>
7020         * faces.el (x-display-name): Declare (for without-x builds).
7022         * linum.el (linum-format): Don't autoload it.  Improve :type.
7024         * progmodes/tcl.el: Don't require outline when compiling.
7025         (outline-regexp, outline-level): Declare.
7026         * textmodes/sgml-mode.el: Don't require outline when compiling.
7027         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7029         * term.el (term-ansi-reset):
7030         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
7032         * vc/vc.el (vc-next-action): Only gripe about committing read-only
7033         files for RCS and SCCS.  (Bug#9781)
7035 2012-09-27  Chong Yidong  <cyd@gnu.org>
7037         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7038         change; value should be t.
7040 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7042         * image-mode.el: Use lexical-binding.
7043         (image-mode-winprops): Use t to stand for the window of
7044         a buffer that's not displayed.
7045         * doc-view.el (doc-view-new-window-function): Handle the new
7046         t in winprops.
7047         (doc-view-enlarge): Make it a real nop if the size is not changed.
7048         (doc-view-display): Handle the case where the buffer is not (yet?)
7049         displayed in any window.
7050         (doc-view-saved-settings): New var.
7051         (doc-view-mode): Use it.
7052         (doc-view-fallback-mode): Set it.
7054         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7055         Set lexical-binding.
7056         (minibuffer-eldef-shorten-default): New var.
7057         (minibuffer-default-in-prompt-regexps): Use it for new default.
7058         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7060 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7062         * international/uni-bidi.el:
7063         * international/uni-category.el:
7064         * international/uni-name.el:
7065         * international/uni-numeric.el: Regenerate.
7067 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
7068             Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * profiler.el: New file.
7072 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7074         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7075         (testcover-reinstrument): Simplify with CSE.
7077 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7079         * window.el (temp-buffer-window-setup): Fix typo in docstring.
7081 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
7083         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7084         (verilog-auto-input, verilog-auto-insert-lisp)
7085         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7086         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7087         (verilog-auto-unused, verilog-auto-wire)
7088         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7089         newline.  Reported by Andrew Jones.
7090         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7091         Reported by Brad Dobbie.
7092         (verilog-batch-delete-trailing-whitespace):
7093         Create verilog-batch-delete-trailing-whitespace.
7094         Reported by Brad Dobbie.
7095         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7096         parameters from another module.  Reported by Dan Katz.
7097         (verilog-auto, verilog-auto-assign-modport)
7098         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7099         AUTOINOUTMODPORT for UVM interface module shell generation.
7100         Reported by Brad Dobbie.
7101         (verilog-auto-inst-interfaced-ports): Make default nil, as more
7102         standard behavior.
7103         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7104         Reported by Matt Martin.
7106 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
7108         * window.el (window--resize-child-windows): When resizing child
7109         windows proportionally, process them in reverse order to
7110         preserve the "when splitting a window the new one gets the odd
7111         line" behavior.
7112         (window--resize-root-window-vertically): When resizing the
7113         minibuffer window try to affect only windows at the bottom of the
7114         frame.  (Bug#12419)
7116 2012-09-25  Chong Yidong  <cyd@gnu.org>
7118         * subr.el (declare): Doc fix.
7120         * help-fns.el (help-fns--obsolete): Handle macros properly.
7122 2012-09-25  Chong Yidong  <cyd@gnu.org>
7124         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7125         this function obsolete.
7127         * calendar/cal-x.el (calendar-two-frame-setup)
7128         (calendar-only-one-frame-setup, calendar-one-frame-setup):
7129         * calendar/calendar.el (american-calendar, european-calendar)
7130         (calendar-for-loop):
7131         * comint.el (comint-dynamic-simple-complete)
7132         (comint-dynamic-complete-as-filename, comint-unquote-filename):
7133         * desktop.el (desktop-load-default):
7134         * dired-x.el (dired-omit-here-always)
7135         (dired-hack-local-variables, dired-default-directory):
7136         * emacs-lisp/derived.el (derived-mode-class):
7137         * emacs-lisp/timer.el (timer-set-time-with-usecs):
7138         * emacs-lock.el (toggle-emacs-lock):
7139         * epa.el (epa-display-verify-result):
7140         * epg.el (epg-sign-keys, epg-start-sign-keys)
7141         (epg-passphrase-callback-function):
7142         * eshell/esh-util.el (eshell-for):
7143         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7144         (eshell-add-to-window-buffer-names):
7145         * files.el (locate-file-completion):
7146         * imenu.el (imenu-example--create-c-index)
7147         (imenu-example--create-lisp-index)
7148         (imenu-example--lisp-extract-index-name)
7149         (imenu-example--name-and-position):
7150         * international/mule-cmds.el (princ-list):
7151         * international/mule-diag.el (decode-codepage-char):
7152         * international/mule-util.el (detect-coding-with-priority):
7153         * iswitchb.el (iswitchb-read-buffer):
7154         * mail/mailalias.el (mail-complete):
7155         * mail/sendmail.el (mail-sent-via):
7156         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7157         (mouse-major-mode-menu):
7158         * password-cache.el (password-read-and-add):
7159         * pcomplete.el (pcomplete-parse-comint-arguments):
7160         * progmodes/sh-script.el (sh-maybe-here-document):
7161         * replace.el (query-replace-regexp-eval):
7162         * savehist.el (savehist-load):
7163         * simple.el (choose-completion-delete-max-match):
7164         * term.el (term-dynamic-simple-complete):
7165         * vc/ediff-init.el (ediff-check-version):
7166         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7167         * vc/vc.el (vc-diff-switches-list):
7168         * view.el (view-return-to-alist-update): Likewise.
7170         * subr.el (eval-next-after-load, makehash, insert-string)
7171         (assoc-ignore-representation, assoc-ignore-case): Use declare to
7172         mark obsolete.
7173         (mode-line-inverse-video): Variable deleted.
7175         * international/mule-util.el (string-to-sequence): Remove.
7177         * calendar/calendar.el (calendar-version):
7178         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7179         (icalendar-convert-diary-to-ical):
7180         * cus-edit.el (custom-mode):
7181         * ansi-color.el (ansi-color-unfontify-region):
7182         * international/latin1-disp.el (latin1-char-displayable-p):
7183         * progmodes/cwarn.el (turn-on-cwarn-mode):
7184         * progmodes/which-func.el (which-func-update-1):
7185         Use define-obsolete-function-alias.
7187         * net/newst-backend.el (newsticker-cache-filename):
7188         * net/newst-treeview.el (newsticker-groups-filename):
7189         Fix incorrect obsolescence declaration.
7191         * allout.el (allout-passphrase-hint-string): Likewise.
7192         (allout-init): Use a declare form to mark obsolete.
7194         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7195         this applies to functions.
7197         * iswitchb.el (iswitchb-read-buffer): Move code of
7198         iswitchb-define-mode-map here, and delete that obsolete function.
7200         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7201         font-lock-reference-face.
7203 2012-09-25  Glenn Morris  <rgm@gnu.org>
7205         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7206         Doc fixes.
7208         * eshell/em-term.el (eshell-term-name):
7209         Default to term-term-name.  (Bug#12485)
7211 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
7213         * progmodes/python.el (python-shell-send-buffer): Better handling
7214         of "if __name__ == '__main__':" conditionals when sending the buffer.
7216 2012-09-24  Glenn Morris  <rgm@gnu.org>
7218         * eshell/esh-cmd.el (eshell-find-alias-function):
7219         Tighten up file-name regexp.  (Bug#12499)
7221 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
7223         Enhancements for triple-quote string syntax.
7224         * progmodes/python.el (python-quote-syntax): Remove.
7225         (python-syntax-propertize-function): New value.
7226         (python-syntax-count-quotes, python-syntax-stringify):
7227         New functions.
7229 2012-09-24  Chong Yidong  <cyd@gnu.org>
7231         * mail/supercite.el (sc-version): Remove obsolete function.
7232         (sc-describe): Don't mark as obsolete, since it is bound.
7233         (sc-submit-bug-report): Remove.
7235         * vc/log-edit.el (cvs-changelog-full-paragraphs)
7236         (cvs-commit-buffer-require-final-newline): Remove.
7237         (log-edit-require-final-newline)
7238         (log-edit-changelog-full-paragraphs): Default to t.
7240         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7241         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7242         * vc/vc.el (vc-checkout-carefully): Likewise.
7244         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7245         (emerge-version): Remove.
7247         * progmodes/compile.el (compile-internal): Remove.
7248         (compilation-parse-errors-function): Fix typo.
7250         * international/mule.el (set-char-table-default): Remove.
7251         (set-coding-priority, make-coding-system, generic-char-p)
7252         (charset-list, charset-bytes, charset-id): Use declare to mark
7253         functions as obsolete.
7255         * vc/pcvs-defs.el (cvs-buffer-name-alist)
7256         (cvs-invert-ignore-marks): Remove references to obsolete vars.
7257         * vc/vc-hooks.el (vc-default-registered): Don't use
7258         vc-master-templates.
7260         * font-lock.el (font-lock-reference-face):
7261         Use define-obsolete-variable-alias.
7263         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7264         * calendar/calendar.el (calendar-font-lock-keywords):
7265         * calendar/diary-lib.el (diary-font-lock-keywords)
7266         (diary-fancy-font-lock-keywords):
7267         * textmodes/reftex-sel.el (reftex-insert-docstruct):
7268         * textmodes/reftex-index.el (reftex-insert-index):
7269         * textmodes/reftex-cite.el (reftex-format-bib-entry):
7270         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7271         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7272         * progmodes/prolog.el (prolog-font-lock-keywords):
7273         * progmodes/idlwave.el (idlwave-idl-keywords):
7274         * progmodes/ada-mode.el (ada-font-lock-keywords):
7275         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7277 2012-09-24  Glenn Morris  <rgm@gnu.org>
7279         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7281 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
7283         * progmodes/python.el (python-indent-line): More consistent cursor
7284         movement behavior.
7286 2012-09-23  Stefan Merten  <smerten@oekonux.de>
7288         * textmodes/rst.el: Fix compiler warning.
7290 2012-09-23  Roland Winkler  <winkler@gnu.org>
7292         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7293         Transcribe also LaTeX hyphenation.
7294         (bibtex-reformat): Bug fix. Do not quote twice the elements of
7295         bibtex-reformat-previous-options.
7297 2012-09-23  Roland Winkler  <winkler@gnu.org>
7299         * proced.el (proced-renice-command): New variable.
7300         (proced-marked-processes): New function.
7301         (proced-with-processes-buffer): New macro.
7302         (proced-send-signal): Use them.
7303         (proced-renice): New command bound to r.
7305 2012-09-23  Roland Winkler  <winkler@gnu.org>
7307         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7308         ibuffer-saved-filter-groups has one element, shortcut the call of
7309         completing-read.  (Bug#12331)
7311 2012-09-23  Chong Yidong  <cyd@gnu.org>
7313         * bindings.el (mode-line-toggle-read-only):
7314         * bs.el (bs-toggle-readonly):
7315         * buff-menu.el (Buffer-menu-toggle-read-only):
7316         * dired.el (dired-toggle-read-only):
7317         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7319 2012-09-23  Chong Yidong  <cyd@gnu.org>
7321         * image.el (image-type-available-p): Adapt to init-image-library
7322         argument changes.
7324 2012-09-22  Juri Linkov  <juri@jurta.org>
7326         * dired.el (dired-mode-map): Add [remap read-only-mode] for
7327         `dired-toggle-read-only'.  (Bug#12462)
7329 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7331         * subr.el (temp-output-buffer-show): New function.
7332         (with-output-to-temp-buffer): Call temp-output-buffer-show
7333         instead of internal-temp-output-buffer-show.
7335 2012-09-22  Chong Yidong  <cyd@gnu.org>
7337         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7338         (Bug#12462).
7340         * repeat.el (repeat): Doc fix (Bug#12348).
7342         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7343         (Bug#10909).
7345         * simple.el (shell-command-on-region): Doc fix.
7346         (read-only-mode): Doc fix.
7348 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
7350         * emacs-lisp/timer.el (run-with-idle-timer)
7351         (timer-activate-when-idle): Warn against reinvoking an idle timer
7352         from within its own timer action.  (Bug#12447)
7354 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7356         * cus-start.el (window-combination-limit): Add new optional
7357         values.
7358         * window.el (temp-buffer-window-show)
7359         (window--try-to-split-window): Handle new values of
7360         window-combination-limit (Bug#1806).
7361         (split-window): Test window-combination-limit for t instead of
7362         non-nil.
7363         (display-buffer-at-bottom): New buffer display action function.
7364         * help.el (temp-buffer-resize-regexps): New option.
7365         (temp-buffer-resize-mode): Rewrite doc-string.
7366         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7367         Don't resize reused window.  Suggested by Glenn Morris.
7369 2012-09-22  Stefan Merten  <smerten@oekonux.de>
7371         * textmodes/rst.el: Revamp section title faces.
7372         (rst-official-version)
7373         (rst-package-emacs-version-alist): Sync with official version
7374         V1.4.0.
7375         (rst-faces-defaults, rst-set-level-default)
7376         (rst-level-face-max, rst-level-face-base-color)
7377         (rst-level-face-base-light, rst-level-face-format-light)
7378         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7379         (rst-adornment-faces-alist): Match new setup.
7380         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7381         (rst-level-5, rst-level-6): New faces.
7383 2012-09-22  Chong Yidong  <cyd@gnu.org>
7385         * simple.el (undo): Handle indirect buffers (Bug#8207).
7387 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7389         IDO: Disable match re-ordering for buffer switching.
7390         * ido.el (ido-buffer-disable-smart-matches): New variable.
7391         (ido-set-matches-1): Use it.  (Bug#2042)
7393 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
7395         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7396         Fix 2011-05-17 change.  (Bug#12418)
7398 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7400         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7402 2012-09-21  Glenn Morris  <rgm@gnu.org>
7404         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7405         Be more robust about locating simple.el.
7407 2012-09-21  Glenn Morris  <rgm@gnu.org>
7409         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7411 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
7413         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
7415 2012-09-20  Juri Linkov  <juri@jurta.org>
7417         * replace.el (query-replace-read-from): Use `read-regexp' instead
7418         of `read-from-minibuffer' when `regexp-flag' is non-nil.
7419         (occur-read-primary-args): Use `read-regexp' instead of
7420         `read-string'.
7421         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7422         `read-from-minibuffer'.
7423         * isearch.el (isearch-occur): Use `read-regexp' instead of
7424         `read-string'.
7425         * dired.el (dired-read-regexp): Use `read-regexp' instead of
7426         `read-from-minibuffer'.
7427         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7428         of `read-string'.  (Bug#7567)
7430         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7431         and allow accepting a list of strings prepended to a list of
7432         standard default values.  Doc fix.  (Bug#12321)
7434         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
7436         * replace.el (read-regexp): Don't add ": " when PROMPT already
7437         ends with a colon and space.  (Bug#12321)
7439 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
7441         * doc-view.el (doc-view-display): Better fix for the cl-assertion
7442         error.
7444 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7446         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7447         Fixes feature request bug#11711.
7448         (rst-mode): Create `imenu-create-index-function'.
7449         (rst-get-stripped-line): Delete after refactoring.
7450         (rst-section-tree, rst-section-tree-rec)
7451         (rst-section-tree-point): Refactor and document properly.
7452         (rst-imenu-find-adornments-for-position)
7453         (rst-imenu-convert-cell, rst-imenu-create-index):
7454         New function.
7456 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7458         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7459         (macroexp--expand-all): Use it.
7460         (macroexp--funcall-and-return): Remove by folding it into its sole
7461         caller (macroexp--warn-and-return).
7462         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7463         Use macroexp--obsolete-warning.
7465         * calc/calc.el: Fix last change by removing the whole chunk, since it
7466         was only needed back when Calc was not bundled.
7468 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7470         * emacs-lisp/debug.el (debug): Restore assignment to
7471         debugger-old-buffer removed on 2012-09-08.
7473 2012-09-20  Juri Linkov  <juri@jurta.org>
7475         * dired-aux.el (dired-diff): Remove (require 'diff) since
7476         `diff-latest-backup-file' is now autoloaded.
7478 2012-09-20  Chong Yidong  <cyd@gnu.org>
7480         * vc/diff.el (diff-latest-backup-file): Autoload.
7482 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * calc/calc.el: Remove redundant autoload shape check.
7485         (sel-mode): Don't defvar.
7486         (calc-get-stack-element): Add `sel-mode' arg instead.
7487         (calc-top, calc-top-list): Pass it this additional argument.
7488         * calc/calc-store.el (calc-store-map):
7489         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7490         (calc-map-equation, calc-outer-product, calc-inner-product):
7491         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7493         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7495 2012-09-19  Juri Linkov  <juri@jurta.org>
7497         * dired-aux.el (dired-diff): Add (require 'diff) because
7498         `diff-latest-backup-file' is not autoloaded.
7499         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7500         of `dired-get-filename' to t to not report error when there is
7501         no default file on the current line.
7503 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7505         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7506         macroexp--eval-if-compile.
7507         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7508         (macroexp--expand-all): Use them (bug#12371).
7510         * doc-view.el (doc-view-guess-paper-size)
7511         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7513 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7515         New feature: set optimal slice from BoundingBox information.
7516         * doc-view.el (doc-view-mode-map): Add keybinding.
7517         (doc-view-menu): Add menu entry.
7518         (doc-view-set-slice): Adapt docstring.
7519         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7520         (doc-view-scale-bounding-box)
7521         (doc-view-set-slice-from-bounding-box): New functions.
7522         (doc-view-paper-sizes): New defvar.
7524 2012-09-19  Glenn Morris  <rgm@gnu.org>
7526         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7527         (byte-compile-log-warning): Autoload.  (Bug#12371)
7529         * calendar/calendar.el (calendar-american-month-header)
7530         (calendar-european-month-header, calendar-iso-month-header)
7531         (calendar-month-header): New options.
7532         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7533         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7535 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7537         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7539 2012-09-18  Juri Linkov  <juri@jurta.org>
7541         * dired-aux.el (dired-diff): Restore original functionality of
7542         getting the default value, but keep new feature of using the
7543         latest existing backup file (`diff-latest-backup-file').
7545 2012-09-18  Juri Linkov  <juri@jurta.org>
7547         * dired.el (dired-mark): If the region is active in Transient Mark
7548         mode, mark all files in the active region.  Doc fix.
7549         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7550         Doc fix.  (Bug#10624)
7552 2012-09-18  Juri Linkov  <juri@jurta.org>
7554         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7555         attributes for M-n are pulled from the file at point.
7556         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7557         Suggested by Drew Adams.  (Bug#10624)
7559 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7561         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7562         whitespace after "end".
7563         (ruby-do-end-to-brace): Collapse block to one line if it fits
7564         within fill-column.
7566 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7568         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7569         value.
7570         (debug): Don't remove debugger window when debugger is expected
7571         to be back.
7573 2012-09-18  Chong Yidong  <cyd@gnu.org>
7575         * custom.el (defface): Doc fix.
7577         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7579 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7581         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7582         to initialize query-on-exit; then test that instead (bug#12288).
7584 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7586         * textmodes/rst.el: Add support for `testcover'.
7587         (rst-defcustom-testcover, rst-testcover-add-compose)
7588         (rst-testcover-add-1value): New functions.
7589         (rst-portable-mark-active-p): Replace by `use-region-p'.
7590         (rst-update-section, rst-classify-adornment)
7591         (rst-find-title-line): Mark `1value' forms.
7592         (rst-classify-adornment): Remove superfluous form.
7593         (rst-update-section, rst-get-adornments-around)
7594         (rst-adornment-complete-p, rst-get-next-adornment)
7595         (rst-adjust, rst-promote-region)
7596         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7597         (rst-find-pfx-in-region, rst-section-tree-rec)
7598         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7599         (rst-toc-node, rst-toc, rst-forward-section)
7600         (rst-iterate-leftmost-paragraphs)
7601         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7602         (rst-bullet-list-region)
7603         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7604         (rst-compile-find-conf, rst-compile)
7605         (rst-repeat-last-character): Fix style.
7607 2012-09-17  Chong Yidong  <cyd@gnu.org>
7609         * comint.el (comint--complete-file-name-data): Don't add a space
7610         if the status is `sole'; that adds a gratuitous space in the
7611         completion-cycling case (Bug#12092).
7613         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7615 2012-09-17  Richard Stallman  <rms@gnu.org>
7617         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7618         only in the mime-shown mode, not in raw mode.
7619         (rmail-mime): Toggle off mime by displaying the message without
7620         mime processing.  (Bug#12305)
7622         * mail/rmail.el (rmail-retry-failure):
7623         Turn off mime processing first.  (Bug#12037)
7625         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7627 2012-09-17  Chong Yidong  <cyd@gnu.org>
7629         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7630         (shell-dynamic-complete-functions): Convert to defcustom.
7631         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7633         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7634         * comint.el (comint-prompt-read-only):
7635         * custom.el (defcustom):
7636         * hi-lock.el (hi-lock-mode):
7637         * ibuffer.el (ibuffer-formats):
7638         * ielm.el (ielm-prompt-read-only):
7639         * novice.el (disable-command):
7640         * saveplace.el (toggle-save-place):
7641         * speedbar.el (speedbar-supported-extension-expressions):
7642         * startup.el (auto-save-list-file-prefix, init-file-user)
7643         (after-init-hook, inhibit-startup-echo-area-message):
7644         * strokes.el (strokes-help):
7645         * time-stamp.el (time-stamp):
7646         * calendar/calendar.el (calendar, diary-file):
7647         * calendar/diary-lib.el (diary-mail-entries, diary)
7648         (diary-list-entries-hook):
7649         * calendar/holidays.el (holidays, calendar-holidays):
7650         * calendar/lunar.el (lunar-phases):
7651         * calendar/solar.el (sunrise-sunset):
7652         * emulation/edt.el (edt-load-keys):
7653         * emulation/viper.el (viper-mode):
7654         * eshell/em-alias.el (eshell-command-aliases-list):
7655         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7656         * international/ogonek.el (ogonek-information):
7657         * net/tramp-cmds.el (tramp-bug):
7658         * net/quickurl.el (quickurl-reread-hook-postfix):
7659         * play/decipher.el (decipher-font-lock-keywords):
7660         * progmodes/cc-styles.el (c-set-style):
7661         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7662         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7663         * progmodes/octave-mod.el (octave-mode):
7664         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7665         * progmodes/verilog-mode.el (verilog-read-defines):
7666         * textmodes/two-column.el (2C-mode): Likewise.
7668 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7670         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7671         that holds many addresses.
7673 2012-09-16  Chong Yidong  <cyd@gnu.org>
7675         * align.el (align-areas): Call the indication function with
7676         positions instead of markers for arguments (Bug#12343).
7678         * files.el (parse-colon-path): Use split-string (Bug#12351).
7680         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7681         (display-buffer-function): Mark as obsolete.
7683         * progmodes/compile.el (compilation-parse-errors): Accept list
7684         values similar to font-lock-keywords (Bug#12136).
7685         Suggested by Oleksandr Manzyuk.
7686         (compilation-error-regexp-alist): Doc fix.
7688 2012-09-15  Glenn Morris  <rgm@gnu.org>
7690         * version.el (emacs-bzr-version-bzr): New function.
7691         (emacs-bzr-get-version): Add optional EXTERNAL argument.
7693         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7694         checkouts, check the parent dirstate matches the branch.
7695         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
7696         empty string.
7698         * version.el (emacs-bzr-version): Doc fix.
7699         (emacs-bzr-version-dirstate): New function.
7700         (emacs-bzr-get-version): For lightweight checkouts, if the parent
7701         is local try and check that it matches the branch.  If not, just
7702         use dirstate information.  (Bug#12441)
7704 2012-09-14  Juri Linkov  <juri@jurta.org>
7706         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7707         (Bug#12399)
7709 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7711         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7713         * emacs-lisp/edebug.el: Miscellaneous cleanup.
7714         Remove obsolete byte-compiler hack that tried to silence some warnings.
7715         (edebug-submit-bug-report): Remove.
7716         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7717         Remove aliases, use the un-prefixed name instead.
7718         (edebug-pop-to-buffer): Consider other frames.
7719         (edebug-original-read):: Make it more obvious that it's always defined.
7720         (edebug--make-form-data-entry, edebug--form-data-name)
7721         (edebug--form-data-begin, edebug--form-data-end): Rename from the
7722         single-dashed name, and implement with cl-defstruct.
7723         (edebug-set-form-data-entry): Use the standard accessors.
7724         (edebug-make-top-form-data-entry): Use push.
7725         (edebug-no-match): Drop useless `funcall'.
7726         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7727         to functions.
7728         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7729         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7730         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7731         (easy-menu-define, with-custom-print): Remove redundant specs.
7732         (edebug-outside-overriding-local-map)
7733         (edebug-outside-overriding-terminal-local-map): Remove, unused.
7734         (edebug--display): Bind unread-command-events directly to nil rather
7735         than binding it to unread-command-events and later setting it to nil.
7736         (edebug--display): Kill edebug-eval-buffer here...
7737         (edebug--recursive-edit): ...rather than here.
7738         Bind standard-output and standard-input.
7739         (edebug-eval): Check cl-macroexpand-all is fboundp.
7740         (edebug-temp-display-freq-count): Fix last change.
7742         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7743         * subr.el (noreturn, 1value): Add `debug' spec.
7744         * emacs-lisp/advice.el: Require cl-lib.
7745         (ad-copy-tree): Remove, use copy-tree instead.
7746         (ad-dolist): Remove use dolist or cl-dolist instead.
7747         (ad-do-return): Remove, use cl-return instead.
7748         (defadvice): Add `debug' spec.
7750 2012-09-13  Juri Linkov  <juri@jurta.org>
7752         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7753         (Bug#12399)
7755 2012-09-13  Glenn Morris  <rgm@gnu.org>
7757         * calc/calc.el (math-compose-expr):
7758         * calc/calc-ext.el (math-compose-expr):
7759         * progmodes/cc-defs.el (cl-macroexpand-all):
7760         * progmodes/cc-langs.el (delete-duplicates, mapcan)
7761         (cl-macroexpand-all): Update declarations.
7763         * vc/vc.el: No need to require ediff.
7764         (ediff-load-version-control): Declare.
7765         (ediff-vc-internal): Fix declaration.
7766         (vc-version-ediff): Require ediff.
7768 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7770         Use a more backwards-compatible timer format (Bug#12430).
7771         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7772         being right after USECS, as that better supports old code that
7773         inadvisedly looked directly at the timer vector.
7775 2012-09-13  Kenichi Handa  <handa@gnu.org>
7777         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7778         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7779         `coding-priority' property of these language environment.
7781 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7783         Fix glitches caused by addition of psec to timers (Bug#12430).
7784         * image.el (image-animate-timer):
7785         * time.el (display-time-world-timer):
7786         Use timer--function and timer--args rather than raw access to
7787         timer vector.
7789 2012-09-13  Glenn Morris  <rgm@gnu.org>
7791         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7792         If not compiling a file, try using load-file-name.
7794 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7796         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7797         Fix last change.
7798         (edebug-update-eval-list): Use `push'.
7800         * emacs-lisp/edebug.el: Use lexical-binding.
7801         Remove the "edebug-" prefix from non-dynamically-scoped variables.
7802         Mark unused args with underscore.
7803         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7804         (edebug-form-data): Use defvar-local.
7805         (edebug-make-before-and-after-form, edebug-make-after-form):
7806         Use backquote.
7807         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7808         Not dynamically scoped any more.
7809         (edebug--enter-trace): Add arguments `function' and `args'.
7810         Rename from edebug-enter-trace.
7811         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
7812         (edebug--update-coverage): Add `after-index' and `value' args.
7813         Rename from edebug-update-coverage.
7814         (edebug-slow-after): Call it accordingly.
7815         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
7816         edebug-recursive-edit.
7817         (edebug--display): Call it accordingly.  Add args `value',
7818         `offset-index', and `arg-mode'.  Rename from edebug-display.
7819         (edebug-debugger, edebug): Call it accordingly.
7820         (edebug-eval-display-list): Use dolist.
7822 2012-09-12  Juri Linkov  <juri@jurta.org>
7824         * info.el (Info-search): Don't check for isearch-mode and
7825         isearch-regexp before let-binding search-spaces-regexp to
7826         Info-search-whitespace-regexp.
7827         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7828         search-whitespace-regexp if isearch-lax-whitespace or
7829         isearch-regexp-lax-whitespace is non-nil.
7830         (Info-mode): Don't set local variable search-whitespace-regexp.
7831         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7833 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7835         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7836         (debugger-env-macro): Remove support for unread-command-char.
7838         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7839         the temporary map re-appearing on emulation-mode-map-alists.
7841         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7842         since 22.1.
7844         * ehelp.el (with-electric-help): Accept functions in
7845         electric-help-form-to-execute.
7846         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7847         And replace unread-command-char -> unread-command-events.
7849 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
7851         Sync with Tramp 2.2.6.
7853         * net/tramp.el (tramp-accept-process-output): Don't use
7854         JUST-THIS-ONE in the XEmacs case.
7856         * net/trampver.el: Update release number.
7858 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
7860         * emacs-lisp/debug.el (debugger-previous-window-height):
7861         New variable.
7862         (debug): When debugger-jumping-flag is non-nil try to restore
7863         height of debugger window.  (Bug#8789)
7865 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7867         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7868         overriding-local-map and pre/post-command-hook here.
7869         (edebug-recursive-edit): Do it here instead (bug#12345).
7870         (edebug-outside-unread-command-char): Remove all uses of
7871         unread-command-char.
7873         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7874         inhibit-debugger is bound instead.
7876 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7878         * subr.el (set-temporary-overlay-map): Add a docstring.
7879         (Bug#12346)
7881 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7883         * minibuffer.el (completion-table-subvert): Fix docstring.
7884         (Bug#12347)
7886 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7888         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
7890 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
7892         * progmodes/sql.el: Version 3.1
7893         (sql-db2-escape-newlines): New variable.
7894         (sql-escape-newlines-filter): Use it.
7896 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
7898         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7900 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
7902         * vc/diff-mode.el (diff-mode-menu):
7903         Bind diff-remove-trailing-whitespace.
7905 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7907         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7908         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7909         (emacs-lisp-byte-code-mode): New functions.
7910         (eval-sexp-add-defvars): Don't skip defvars in column >0.
7911         (eval-defun-2): Remove bogus interactive spec.
7912         (lisp-indent-line): Remove redundant whole-exp code, now done in
7913         indent-according-to-mode.
7914         (save-match-data): Remove redundant indent data.
7916         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7917         Use `declare'.
7919 2012-09-09  Juri Linkov  <juri@jurta.org>
7921         * replace.el (replace-regexp-lax-whitespace): New defcustom.
7922         (replace-lax-whitespace, query-replace-regexp)
7923         (query-replace-regexp-eval, replace-regexp): Doc fix.
7924         (perform-replace, replace-highlight): Let-bind
7925         isearch-lax-whitespace to replace-lax-whitespace and
7926         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7928         * isearch.el (isearch-query-replace): Let-bind
7929         replace-lax-whitespace to isearch-lax-whitespace and
7930         replace-regexp-lax-whitespace to
7931         isearch-regexp-lax-whitespace.  (Bug#10885)
7933 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7935         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7937 2012-09-09  Alan Mackenzie  <acm@muc.de>
7939         * progmodes/cc-engine.el (c-state-cache-init):
7940         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7941         (c-record-parse-state-state):
7942         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7944 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
7946         * register.el (register-separator): Rename from
7947         separator-register.  All uses changed.  Doc fix.
7948         (register): Fix version.
7950 2012-09-09  Chong Yidong  <cyd@gnu.org>
7952         * replace.el (query-replace-map): Bind four new symbols for
7953         requesting window scrolling.
7955         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7956         query-replace-map (Bug#8948).
7958         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7960         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7961         since they are now in query-replace-map.
7963         * window.el (scroll-other-window-down): Make the arg optional.
7965 2012-09-09  Chong Yidong  <cyd@gnu.org>
7967         * files.el (hack-local-variables-confirm): Use quit-window to kill
7968         the *Local Variables* buffer.
7970 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7972         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7973         not just expect to be at its beginning.  Adjust callees.
7974         Succeed when do-end block has no space before the pipe character.
7975         (ruby-brace-to-do-end): When the original block is one-liner,
7976         convert to multiline.  Reindent the result.
7978 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
7980         * register.el (register): New group.
7981         (separator-register): New user option.
7982         (increment-register): Route it to `append-to-register', if
7983         register contains text.  Implication is that `C-x r +' can now be
7984         used for appending to a text register (bug#12217).
7985         (append-to-register, prepend-to-register): Add separator based on
7986         `separator-register'.
7988 2012-09-08  Alan Mackenzie  <acm@muc.de>
7990         AWK Mode: make auto-newline work when there's "==" in the pattern.
7991         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7992         correctly.
7993         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7994         Test more rigorously for "=" token.
7996 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7998         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7999         Only fail when reached LIMIT.
8001 2012-09-08  Chong Yidong  <cyd@gnu.org>
8003         * dired.el (dired-mode-map): Don't bind M-=.
8005         * dired-aux.el (dired-diff): Use backup file as default.
8007 2012-09-08  Drew Adams  <drew.adams@oracle.com>
8009         * subr.el (add-to-history): Fix delete usage (Bug#12314).
8011 2012-09-08  Chong Yidong  <cyd@gnu.org>
8013         * subr.el (syntax-after, syntax-class): Doc fix.
8015 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
8017         * window.el (display-buffer-in-previous-window): New buffer
8018         display action function.
8020         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8021         (debugger-previous-window): New variable.
8022         (debug): Rewrite using display-buffer-in-previous-window,
8023         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
8025 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8027         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
8029 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
8031         * progmodes/python.el (python-shell-send-string):
8032         When default-directory is remote, create temp file on remote
8033         filesystem.
8034         (python-shell-send-file): When file is remote, pass local view of
8035         file paths to remote Python interpreter.  (Bug#12340)
8037 2012-09-07  Chong Yidong  <cyd@gnu.org>
8039         * window.el (switch-to-buffer): Doc fix (Bug#12181).
8041         * files.el (after-find-file): Don't fail on a read-only buffer if
8042         require-final-newline is `visit' or `visit-save' (Bug#11156).
8044         * subr.el (read-char-choice): Allow quitting via ESC ESC.
8046         * userlock.el (ask-user-about-supersession-threat):
8047         Use read-char-choice (Bug#12093).
8049 2012-09-07  Chong Yidong  <cyd@gnu.org>
8051         * subr.el (buffer-narrowed-p): New function.
8053         * ses.el (ses-widen):
8054         * simple.el (count-words--buffer-message):
8055         * net/browse-url.el (browse-url-of-buffer): Use it.
8057         * simple.el (count-words-region): Don't signal an error if there
8058         is a non-nil prefix arg and the mark is not set.
8060         * help.el (describe-key-briefly): Allow the message to be seen
8061         when invoked from the minibuffer (Bug#7014).
8063 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8065         * progmodes/ruby-mode.el (ruby-end-of-defun)
8066         (ruby-beginning-of-defun): Simplify, allow indentation before
8067         block beginning and end keywords.
8068         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8069         (ruby-end-of-defun): Expect that the point is at the beginning of
8070         the defun.
8072 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8074         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8075         (bug#12367).
8076         (cl--make-usage-args): Strip _ from argument names.
8078 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8080         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8081         obsolete alias speedbar-key-map.
8082         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8083         (vhdl-index-menu-init): Don't use obsolete variable
8084         font-lock-maximum-size.
8086 2012-09-06  Chong Yidong  <cyd@gnu.org>
8088         * frame.el (window-system-version): Mark as obsolete.
8090         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8091         of obsolete variable speedbar-key-map.
8093 2012-09-06  Juri Linkov  <juri@jurta.org>
8095         * replace.el (replace-lax-whitespace): New defcustom.
8096         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8097         (replace-string, replace-regexp): Mention it in docstrings.
8098         (perform-replace, replace-highlight): Let-bind
8099         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8100         to the values of replace-lax-whitespace and regexp-flag.
8101         Don't let-bind search-whitespace-regexp.  (Bug#10885)
8103         * isearch.el (isearch-query-replace): Let-bind
8104         replace-lax-whitespace instead of let-binding
8105         replace-search-function and replace-re-search-function.
8106         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8107         and isearch-regexp-lax-whitespace to lazy-highlight variables.
8108         (isearch-toggle-symbol): Set isearch-regexp to nil
8109         in isearch-word mode (like in isearch-toggle-word).
8111 2012-09-06  Juri Linkov  <juri@jurta.org>
8113         * replace.el (replace-search-function)
8114         (replace-re-search-function): Set default values to nil.
8115         (perform-replace): Let-bind isearch-related variables based on
8116         replace-related values, call `isearch-search-fun' and let-bind
8117         the result to `search-function'.  Remove code that sets
8118         `search-function' and `search-string' separately for
8119         `delimited-flag'.
8120         (replace-highlight): Add new argument `delimited-flag' and
8121         rename other arguments to the names used in `perform-replace'.
8122         Let-bind `isearch-word' to the argument `delimited-flag'.
8123         (Bug#10885, bug#10887)
8125 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8127         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8128         ruby-beginning-of-indent, simplify, allow all keywords to have
8129         indentation before them.
8130         (ruby-beginning-of-indent): Adjust for above.  Search until the
8131         found point is not inside a string or comment.
8132         (ruby-font-lock-keywords): Allow symbols to start with "@"
8133         character, give them higher priority than variables.
8134         (ruby-syntax-propertize-function)
8135         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8136         matchers.  Expression expansions are not comments when inside a
8137         string, and there comment syntax status is irrelevant.
8138         (ruby-match-expression-expansion): New function.  Check that
8139         expression expansion is inside a string, and it's not escaped.
8140         (ruby-font-lock-keywords): Use it.
8142 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
8144         * help.el (temp-buffer-max-height): New default value.
8145         (temp-buffer-resize-frames): New option.
8146         (resize-temp-buffer-window): Optionally resize frame.
8148         * window.el (fit-frame-to-buffer-bottom-margin): New option.
8149         (fit-frame-to-buffer): New function.
8151 2012-09-05  Glenn Morris  <rgm@gnu.org>
8153         * emulation/cua-rect.el (cua--init-rectangles):
8154         * textmodes/picture.el (picture-mode-map):
8155         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8156         like forward-char and backward-char.  (Bug#12317)
8158 2012-09-05  Leo Liu  <sdl.web@gmail.com>
8160         * progmodes/flymake.el (flymake-warning-re): New variable.
8161         (flymake-parse-line): Use it.
8163 2012-09-05  Glenn Morris  <rgm@gnu.org>
8165         * calendar/holidays.el (holiday-christian-holidays):
8166         Rename an entry.  (Bug#12289)
8168 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8170         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8171         (bug#12222).
8173 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8175         * loadup.el: Load macroexp.  Remove hack.
8176         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8177         (macroexp--expand-all): Use it to get better warnings.
8178         (macroexp--backtrace, macroexp--trim-backtrace-frame)
8179         (internal-macroexpand-for-load): New functions.
8180         (macroexp--pending-eager-loads): New var.
8181         (emacs-startup-hook): New hack to replace one in loadup.el.
8182         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8183         (cl--compiler-macro-cXXr): Move to top, before they can be used.
8184         (cl-psetf): Simplify.
8185         (cl-defstruct): Add indent rule.
8187 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
8189         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8190         over `user-mail-address' for the SMTP MAIL FROM envelope.
8191         (smtpmail-via-smtp): Ditto.
8193 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
8195         * progmodes/ruby-mode.el: Clean up keybindings.
8196         (ruby-mode-map): Don't bind ruby-electric-brace,
8197         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8198         backward-kill-word, reindent-then-newline-and-indent.
8199         (ruby-mark-defun): Remove.
8200         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
8201         (ruby-mode): Set local beginning-of-defun-function and
8202         end-of-defun-function values.
8204 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
8206         * window.el (temp-buffer-window-setup-hook)
8207         (temp-buffer-window-show-hook): New hooks.
8208         (temp-buffer-window-setup, temp-buffer-window-show)
8209         (with-temp-buffer-window): New functions.
8210         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8211         (special-display-popup-frame): Make sure the window used shows BUFFER.
8213         * help.el (temp-buffer-resize-mode): Fix doc-string.
8214         (resize-temp-buffer-window): New optional argument WINDOW.
8216         * files.el (recover-file, save-buffers-kill-emacs):
8217         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8219 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
8221         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8222         remote definition of `default-directory', ensure we can connect.
8224 2012-09-02  Juri Linkov  <juri@jurta.org>
8226         Toggle whitespace matching mode with M-s SPC.
8227         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8229         * isearch.el (search-whitespace-regexp): Doc fix.
8230         Remove cons cell customization.
8231         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8232         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8233         New variables.
8234         (isearch-forward, isearch-forward-regexp): Doc fix.
8235         (isearch-toggle-lax-whitespace): New command.
8236         (search-forward-lax-whitespace, search-backward-lax-whitespace)
8237         (re-search-forward-lax-whitespace)
8238         (re-search-backward-lax-whitespace): New functions.
8239         (isearch-whitespace-regexp): Remove function.
8240         (isearch-query-replace): Let-bind replace-search-function and
8241         replace-re-search-function.
8242         (isearch-occur): Let-bind search-spaces-regexp according to the
8243         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8244         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8245         condition for C-q SPC.
8246         (isearch-search-fun-default): Use new functions mentioned above.
8247         (isearch-search-forward, isearch-search-backward): Remove functions.
8248         (isearch-search): Don't let-bind search-spaces-regexp.
8249         (isearch-lazy-highlight-space-regexp): Remove variable.
8250         (isearch-lazy-highlight-lax-whitespace)
8251         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8252         (isearch-lazy-highlight-new-loop): Use them.
8253         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8255 2012-09-02  Chong Yidong  <cyd@gnu.org>
8257         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8259 2012-09-02  Glenn Morris  <rgm@gnu.org>
8261         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
8263 2012-09-01  Glenn Morris  <rgm@gnu.org>
8265         * term.el: Tidy up menu definitions.
8266         (term-mode-map): Use easymenu for In/Out, Complete menus.
8267         (term-pager-break-map): Initialize in the defvar.
8268         (term-terminal-menu, term-signals-menu): Define with easymenu.
8269         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
8270         (term-pager-menu): New, extracted from term-process-pager.
8271         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8272         (term-update-mode-line): Propertize line/char and page items.
8273         (term-process-pager): Move keymap initialization elsewhere.
8275 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
8277         * window.el (switch-to-prev-buffer): Handle additional values of
8278         BURY-OR-KILL argument.  Don't switch in minibuffer window.
8279         (switch-to-next-buffer): Don't switch in minibuffer window.
8280         (quit-restore-window): New function based on quit-window.
8281         Handle additional values of former KILL argument.
8282         (quit-window): Call quit-restore-window with appropriate
8283         interpretation of KILL argument.
8284         (display-buffer-below-selected): New buffer display action
8285         function.
8287 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * minibuffer.el (completion-at-point-functions): Complete docstring
8290         (bug#12254).
8292 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8294         Better seed support for (random).
8295         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8296         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8297         * play/mpuz.el, play/tetris.el, play/zone.el:
8298         * calc/calc-comb.el (math-init-random-base):
8299         * play/blackbox.el (bb-init-board):
8300         * play/life.el (life):
8301         * server.el (server-use-tcp):
8302         * type-break.el (type-break):
8303         Remove unnecessary call to (random t).
8304         * net/sasl.el (sasl-unique-id-function):
8305         Change (random t) to (random), now that the latter is more random.
8306         * play/life.el (life-initialized): Remove no-longer-needed var.
8308 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
8310         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8311         Consider frame's buffer predicate when choosing the buffer.
8312         (Bug#12081)
8314 2012-08-30  Richard Stallman  <rms@gnu.org>
8316         * simple.el (special-mode-map): Delete binding for `z'.
8318 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
8320         * progmodes/compile.el (compilation-always-kill): Doc fix.
8322 2012-08-30  Chong Yidong  <cyd@gnu.org>
8324         * window.el (display-buffer-reuse-frames): Make the obsolescence
8325         message more informative.
8327 2012-08-30  Glenn Morris  <rgm@gnu.org>
8329         * paren.el (show-paren-delay):
8330         Add a :set function.  Doc fix.  (Bug#12297)
8332 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
8334         * progmodes/compile.el (compilation-always-kill): New var.
8335         (compilation-start): Use it.
8337 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8339         * simple.el (read-only-mode): Move from files.el for bootstrapping.
8340         * files.el (read-only-mode): Move to simple.el.
8342         * files.el (read-only-mode): New minor mode.
8343         (toggle-read-only): Use it and mark obsolete.
8344         (find-file--read-only):
8345         * vc/vc.el (vc-next-action, vc-checkout):
8346         * vc/vc-cvs.el (vc-cvs-checkout):
8347         * obsolete/vc-mcvs.el (vc-mcvs-update):
8348         * ffap.el (ffap--toggle-read-only): Update callers.
8350 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
8352         * eshell/esh-ext.el (eshell-external-command): Do not examine
8353         remote shell scripts.
8354         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8356         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8357         "/usr/local/sbin".
8359 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8363 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8365         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8366         completion-at-point.  (Bug#12220)
8368         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8370         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8372 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8374         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8375         be buffer-local; add delete-trailing-whitespace (bug#12259).
8377 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
8379         * progmodes/hideif.el (hif-compress-define-list):
8380         Fix typo.  (Bug#11951)
8382 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
8384         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8385         buffer local setting.
8387         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8388         rcirc-encode-coding-system.
8390 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8392         * net/rcirc.el (rcirc-split-message): New function.
8393         (rcirc-send-message): Use it.  (Bug#12051)
8395 2012-08-28  Juri Linkov  <juri@jurta.org>
8397         * info.el (Info-fontify-node): Hide empty lines at the end of
8398         the node.  (Bug#12272)
8400 2012-08-27  Drew Adams  <drew.adams@oracle.com>
8402         * dired.el (dired-pop-to-buffer): Make window start at beginning
8403         of buffer (Bug#12281).
8405 2012-08-26  Chong Yidong  <cyd@gnu.org>
8407         * window.el (special-display-regexps, special-display-frame-alist)
8408         (special-display-buffer-names, special-display-function)
8409         (display-buffer-reuse-frames): Mark as obsolete.
8411         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8413         * help.el (help-print-return-message): Don't treat
8414         display-buffer-reuse-frames specially.
8416 2012-08-26  Chong Yidong  <cyd@gnu.org>
8418         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8419         New variable, replacing gdb-frame-parameters.
8420         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8421         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8422         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8423         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8424         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
8425         the functions directly with gdb-display-buffer-other-frame-action.
8426         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8427         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8428         (gdb-display-stack-buffer, gdb-display-locals-buffer)
8429         (gdb-display-registers-buffer): Define directly.
8430         (def-gdb-display-buffer): Macro deleted.
8431         (gdb-display-buffer): Remove second and third args, callers don't
8432         use them.  Defer to the default display-buffer behavior, apart
8433         from making windows dedicated.
8434         (gdb-setup-windows): Don't call display-buffer unnecessarily.
8436         * progmodes/gud.el (gud-display-line): Just use display-buffer.
8438         * window.el (display-buffer-pop-up-frame): Handle a
8439         pop-up-frame-parameters alist entry.
8440         (display-buffer): Document it.
8442 2012-08-26  Chong Yidong  <cyd@gnu.org>
8444         * isearch.el (search-whitespace-regexp): Make string and nil
8445         values apply to both ordinary and regexp search.  Allow a cons
8446         cell value to distinguish between the two.
8447         (isearch-whitespace-regexp, isearch-search-forward)
8448         (isearch-search-backward): New functions.
8449         (isearch-occur, isearch-search-fun-default, isearch-search)
8450         (isearch-lazy-highlight-new-loop): Use them.
8451         (isearch-forward, isearch-forward-regexp): Doc fix.
8453 2012-08-26  Chong Yidong  <cyd@gnu.org>
8455         * faces.el (help-argument-name): Always inherit from italic
8456         (Bug#12213).
8458 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8460         * window.el (window--even-window-heights): Even heights when
8461         WINDOW and the selected window form a vertical combination.
8462         (display-buffer-use-some-window): Provide that window used gets
8463         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8465 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8467         Fix file time stamp problem with bzr and CVS (Bug#12001).
8468         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8469         in the file's time stamp, since the version control system loses
8470         that information.
8472 2012-08-22  Juri Linkov  <juri@jurta.org>
8474         * info.el (Info-fontify-node): Hide the suffix of the
8475         Info file name in the header line.  (Bug#12187)
8477 2012-08-22  Glenn Morris  <rgm@gnu.org>
8479         * calendar/cal-tex.el (cal-tex-weekly-common):
8480         Restore leading blank page.
8482 2012-08-22  Le Wang  <l26wang@gmail.com>
8484         * misc.el (forward-to-word, backward-to-word): Activate or extend
8485         the region under `shift-select-mode'.  (Bug#12231)
8487 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8489         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8490         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8491         gives details on why the space is never needed.
8493 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8495         * window.el (walk-window-tree, window-with-parameter):
8496         New optional argument MINIBUF to control whether these functions
8497         should run on the minibuffer window.
8498         (window-at-side-list): Don't operate on minibuffer window.
8499         (window-in-direction): Simplify and rewrite doc-string.
8500         (window--size-ignore): Rename to window--size-ignore-p.
8501         Update callers.
8502         (display-buffer-in-atom-window, window--major-non-side-window)
8503         (window--major-side-window, display-buffer-in-major-side-window)
8504         (delete-side-window, display-buffer-in-side-window):
8505         New functions.
8506         (window--side-check, window-deletable-p, delete-window)
8507         (delete-other-windows, split-window): Handle side windows and
8508         atomic windows appropriately.
8509         (window--display-buffer): Call display-buffer-record-window also
8510         when the window buffer did not change.
8512 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8514         * help-fns.el (help-fns--key-bindings):
8515         Abbreviate non-symbol remap targets.  (Bug#12174)
8517 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8519         * dired.el (dired-mark-remembered): Don't clobber point.
8520         (Bug#11795)
8522 2012-08-22  Glenn Morris  <rgm@gnu.org>
8524         * progmodes/bug-reference.el (bug-reference): New custom group.
8525         (bug-reference-bug-regexp): Make it a defcustom.
8527 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8529         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8530         (js-paren-indent-offset, js-square-indent-offset)
8531         (js-curly-indent-offset): Add :safe (Bug#12257).
8533 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8535         * json.el (json-key-format): Add error properties.
8536         (json-encode-key): New function.
8537         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8538         Use json-encode-key.
8540 2012-08-22  Glenn Morris  <rgm@gnu.org>
8542         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8543         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8544         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8545         Update for above change.
8547 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8549         * cus-face.el (custom-face-attributes): Fix customize type for the
8550         :underline attribute.  (Bug#11805)
8552 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8554         * window.el (window-point-1, set-window-point-1): Remove.
8555         (window-in-direction, record-window-buffer)
8556         (set-window-buffer-start-and-point, split-window-below)
8557         (window--state-get-1, display-buffer-record-window):
8558         Replace calls to window-point-1 and set-window-point-1 by calls to
8559         window-point and set-window-point respectively.
8561 2012-08-21  Glenn Morris  <rgm@gnu.org>
8563         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8564         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8565         Use it.
8567         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8568         (cal-tex-shortday): New function.
8569         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8570         (cal-tex-cursor-filofax-daily): Use the above.
8572         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8573         New functions.
8574         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8575         (cal-tex-cursor-filofax-week): Use them.
8577         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8578         New constants.
8579         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8580         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8582         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8583         (cal-tex-end-document): Don't rely on buffer name.
8585         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8586         Use cal-tex-vspace.
8587         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8588         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8589         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8590         Use cal-tex-arg.
8592         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8593         (cal-tex-cursor-week, cal-tex-cursor-week2)
8594         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8595         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8596         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8597         (cal-tex-insert-preamble, cal-tex-b-document)
8598         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8599         Improve cal-tex-cmd usage.
8601         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8602         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8603         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8604         (cal-tex-weekly-paper): New function.
8605         (cal-tex-cursor-week, cal-tex-cursor-week2)
8606         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8607         (cal-tex-cursor-day): Use it.
8609         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8610         (cal-tex-cursor-filofax-week): Remove leading blank page.
8612         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8613         Add autoload cookie.  For now at least, don't use color, since
8614         no other cal-tex function does.
8616         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8617         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8618         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8620 2012-08-21  Juri Linkov  <juri@jurta.org>
8622         * info.el (Info-file-attributes): New variable.
8623         (info-insert-file-contents): Add file attributes to
8624         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8625         `Info-toc-nodes' when previous modtime of the Info file is less
8626         than new modtime.
8627         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8628         of info.el.  (Bug#12230)
8630 2012-08-20  Glenn Morris  <rgm@gnu.org>
8632         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8633         * calendar/holidays.el (calendar-holiday-list):
8634         Report errors with display-warning rather than beep'n'sleep.
8636 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8638         * net/tramp.el (tramp-accept-process-output): Accept only output
8639         from PROC.  Otherwise, process filters and sentinels might be
8640         confused.  (Bug#12145)
8642 2012-08-20  Chong Yidong  <cyd@gnu.org>
8644         * descr-text.el (describe-text-properties-1): Use overlays-in to
8645         report on empty overlays (Bug#3322).
8647 2012-08-20  Glenn Morris  <rgm@gnu.org>
8649         * mail/rmailout.el (rmail-output-read-file-name):
8650         Trap and report errors in rmail-output-file-alist elements.
8652         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8653         since most non-font-lock faces are not also variables).
8655 2012-08-20  Edward Reingold  <reingold@iit.edu>
8657         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8658         New function.  (Bug12160)
8660 2012-08-19  Glenn Morris  <rgm@gnu.org>
8662         * mail/rmailout.el (rmail-output-read-file-name):
8663         Fix previous change (when the alist is nil or does not match).
8665 2012-08-19  Chong Yidong  <cyd@gnu.org>
8667         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8668         (Bug#12228).
8670 2012-08-18  Chong Yidong  <cyd@gnu.org>
8672         * simple.el (yank-handled-properties): New defcustom.
8673         (yank-excluded-properties): Add font-lock-face and category.
8674         (yank): Doc fix.
8676         * subr.el (remove-yank-excluded-properties):
8677         Obey yank-handled-properties.  The special handling of font-lock-face
8678         and category is now done this way, instead of being hard-coded.
8679         (insert-for-yank-1): Remove font-lock-face handling.
8680         (yank-handle-font-lock-face-property)
8681         (yank-handle-category-property): New function.
8683 2012-08-17  Glenn Morris  <rgm@gnu.org>
8685         * mail/rmailout.el (rmail-output-read-file-name):
8686         Check rmail-output-file-alist against the full message body
8687         in the correct rmail buffer.  (Bug#12214)
8689 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
8691         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8692         Eliminate superfluous prompt.  (Bug#12203)
8694 2012-08-17  Chong Yidong  <cyd@gnu.org>
8696         * mouse.el (mouse-appearance-menu): If x-select-font returns a
8697         font spec, set the font directly (Bug#3228).
8699 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
8701         * window.el (delete-window): Fix last fix.
8703 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
8705         * window.el (window-valid-p): Move to window.c.
8706         (window-child, window-child-count, window-last-child)
8707         (window-normalize-window, window-combined-p)
8708         (window-combinations, window-atom-root, window-min-size)
8709         (window-sizable, window-sizable-p, window-size-fixed-p)
8710         (window-min-delta, window-max-delta, window--resizable)
8711         (window--resizable-p, window-resizable, window-total-size)
8712         (window-full-height-p, window-full-width-p, window-body-size)
8713         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8714         (minimize-window, window-deletable-p, delete-window)
8715         (delete-other-windows, set-window-buffer-start-and-point)
8716         (next-buffer, previous-buffer, split-window, balance-windows-2)
8717         (set-window-text-height, window-buffer-height)
8718         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8719         (truncated-partial-width-window-p): Minor code adjustments.
8720         In doc-strings state whether the argument window has to denote a
8721         live, valid or any window.
8723 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
8725         * progmodes/subword.el (subword-forward-function)
8726         (subword-backward-function, subword-forward-regexp)
8727         (subword-backward-regexp): New variables.
8728         (subword-forward, subword-forward-internal, subword-backward-internal):
8729         Use new variables, eg so that different "word" definitions
8730         can be easily used.  (Bug#11411)
8732 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8734         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8735         for composite selectors.
8736         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8737         operation just because we can't find a previous revision.
8739 2012-08-15  Chong Yidong  <cyd@gnu.org>
8741         * frame.el (set-frame-font): Accept font objects.
8743 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8745         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8747 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
8749         * man.el (Man-overstrike-face, Man-underline-face)
8750         (Man-reverse-face): Remove variables.
8751         (Man-overstrike, Man-underline, Man-reverse): New faces.
8752         (Man-fontify-manpage): Use them instead of the variables.
8753         (Man-cleanup-manpage): Comment change.
8754         (Man-ansi-color-map): New variable.
8755         (Man-fontify-manpage): Use it.
8756         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8758         Implement ANSI SGR parameters 22-27 (bug#12146).
8759         * ansi-color.el (ansi-colors): Doc fix.
8760         (ansi-color-context, ansi-color-context-region): Doc fix.
8761         (ansi-color--find-face): New function.
8762         (ansi-color-apply, ansi-color-apply-on-region): Use it.
8763         Rename the local variable `face' to `codes' since it is now a list of
8764         ansi codes.  Doc fix.
8765         (ansi-color-get-face): Remove.
8766         (ansi-color-parse-sequence): New function, derived from
8767         ansi-color-get-face.
8768         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
8769         codes 22-27.
8771 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8773         * subr.el (read-passwd): Allow use from a minibuffer.
8775 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
8777         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8778         inside comments and strings as identifiers.
8780         * progmodes/gud.el (gud-tooltip-print-command): Quote the
8781         expression to evaluate.  This allows to evaluate expressions with
8782         embedded whitespace.
8783         (gud-tooltip-tips): Add a blank before the newline in the
8784         message-box text, for the benefit of message-box emulation on
8785         MS-Windows.
8787         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8788         messages from GDB, pop them up in a tooltip to give feedback to
8789         user.
8790         (gdb-tooltip-print-1): Quote the expression to evaluate.
8791         This allows to evaluate expressions with embedded whitespace.
8792         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8793         if the TTY name is nil or empty (which happens when communicating
8794         with the inferior via pipes, e.g. on MS-Windows).
8795         (gdb-internals): If GDB sends a "&\n" empty debugging message,
8796         don't send that to the GUD buffer.
8798 2012-08-14  Glenn Morris  <rgm@gnu.org>
8800         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8801         Optimize away setq-default with no args, as for setq.  (Bug#12195)
8803 2012-08-14  Chong Yidong  <cyd@gnu.org>
8805         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8807         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8808         (Bug#12085).
8810 2012-08-14  Glenn Morris  <rgm@gnu.org>
8812         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8814 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
8816         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8817         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8818         Use cached shell name.
8820 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8822         * progmodes/python.el (python-shell-send-string):
8823         (python-shell-send-setup-code): Do not use `format' with `message'.
8825 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
8827         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8828         (ruby-percent-literal-beg-re): New constant.
8829         (ruby-syntax-general-delimiters-goto-beg): Rename to
8830         `ruby-syntax-enclosing-percent-literal', improve literal type check.
8831         (ruby-syntax-propertize-general-delimiters): Rename to
8832         `ruby-syntax-propertize-percent-literal', it's a shorter and more
8833         popular term.  Adjust comments everywhere.
8834         (ruby-syntax-propertize-percent-literal): Only propertize when not
8835         inside a simple string or comment.  When the literal is unclosed,
8836         leave the text after it unpropertized.
8837         (ruby-syntax-methods-before-regexp): New constant.
8838         (ruby-syntax-propertize-function): Use it to recognize regexps.
8839         Don't look at the text after regexp, just use the whitelist.
8841 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
8843         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8844         non-nil always load the compiled file if it exists.  (Bug#12197)
8846 2012-08-14  Chong Yidong  <cyd@gnu.org>
8848         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8849         (hi-lock-set-pattern): When deciding whether to use font lock or
8850         overlays, look at font-lock-mode instead of font-lock-fontified
8851         (Bug#12168).
8852         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8853         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8855 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
8857         * subr.el (internal--after-with-selected-window): Fix typo
8858         (Bug#12193).
8860 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8862         Use `completion-table-dynamic' for completion functions.
8863         * progmodes/python.el
8864         (python-shell-completion--do-completion-at-point)
8865         (python-shell-completion--get-completions):
8866         Remove functions.
8867         (python-shell-completion-complete-at-point): New function.
8868         (python-completion-complete-at-point): Use it.
8870 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
8872         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8873         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8875 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * subr.el (function-get): Refine `autoload' arg so it can also
8878         autoload functions for gv.el (bug#12191).
8879         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8880         autoloads macros.
8882         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8883         Prefer pcase-let over destructuring-bind.
8884         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8885         Also, remove whitespace as we go, rather than after accumulating the
8886         various places.
8888         * subr.el (internal--before-with-selected-window)
8889         (internal--after-with-selected-window): Fix typo seleted->selected.
8890         (with-selected-window): Adjust callers.
8891         Reported by Dmitry Gutov <dgutov@yandex.ru>.
8893 2012-08-13  Bastien Guerry  <bzg@gnu.org>
8895         * window.el (special-display-popup-frame): Minor docstring
8896         enhancement.  (Bug#12172)
8898 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
8900         * tar-mode.el (tar-header-data-end): Only ignore size for files of
8901         type 1-6.
8902         (tar-header-block-summarize, tar-get-descriptor): Handle pax
8903         extended headers.
8905         * files.el (hack-local-variables-filter): Remove useless eval.
8907 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
8909         * subr.el (with-selected-window): Fix last change.
8911 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8913         * subr.el (internal--before-with-seleted-window)
8914         (internal--after-with-seleted-window): New functions.
8915         (with-selected-window): Use them, to replace dependency on
8916         tty-top-frame.
8918 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
8920         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8921         binding for `newline'.
8922         (ruby-move-to-block): When moving backward, stop at block opening,
8923         not indentation.
8924         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8925         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8926         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8927         `ruby-toggle-block'.
8929 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8931         * ibuffer.el (ibuffer-do-toggle-read-only):
8932         * dired.el (dired-toggle-read-only):
8933         * buff-menu.el (Buffer-menu-toggle-read-only):
8934         * bindings.el (mode-line-toggle-read-only):
8935         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8937 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
8939         * descr-text.el (describe-char): Put the overlays over the
8940         "displayed as" character.
8942 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
8944         * calc/calc-units.el (math-default-units-table): Give an
8945         initial value.
8946         (math-put-default-units): Add options to put composite units and
8947         unit systems in the default units table.
8948         (calc-convert-units): Send composite units to
8949         `math-put-default-units' when appropriate.
8951 2012-08-11  Glenn Morris  <rgm@gnu.org>
8953         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8955         * tutorial.el (help-with-tutorial):
8956         * emacs-lisp/copyright.el (copyright-update-directory):
8957         * emacs-lisp/autoload.el (autoload-find-generated-file)
8958         (autoload-find-file): Disable local eval: (for insurance).
8960         * files.el (hack-local-variables-filter): If an eval: form is not
8961         known to be safe, and enable-local-variables is :safe, then ignore
8962         the form totally, as is done for non-eval forms.  (Bug#12155)
8963         This is CVE-2012-3479.
8965 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8967         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8968         (rx-form): Simplify.
8970 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
8972         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8973         ?, _, and : are symbol constituents, ! is not (but kinda should be).
8974         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8975         (ruby-syntax-propertize-function): Adjust for changes in
8976         `ruby-syntax-propertize-heredoc'.
8978 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
8980         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8981         binding (use `M-;' instead).
8982         (ruby-singleton-class-p): New function.
8983         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8985 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8987         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8989 2012-08-10  Chong Yidong  <cyd@gnu.org>
8991         * progmodes/python.el (python-shell-get-process-name): Don't mess
8992         with same-window-buffer-names.
8994         * eshell/eshell.el (eshell-add-to-window-buffer-names)
8995         (eshell-remove-from-window-buffer-names): Make obsolete.
8996         (eshell-buffer-name, eshell-unload-hook): Don't use them.
8997         (eshell): Just use pop-to-buffer-same-window instead.
8999 2012-08-10  Chong Yidong  <cyd@gnu.org>
9001         * bindings.el: Bind M-= back to count-words-region.
9003         * simple.el (count-words-region): Accept a prefix arg for acting
9004         on the entire buffer.
9005         (count-words--buffer-message): New helper function.
9007 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9009         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9010         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9011         (event-start, event-end): Use posn-at-point to return a more
9012         informative posn.
9013         (posnp): New function.
9014         * mouse.el (popup-menu-normalize-position): Use it.
9016 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
9018         * mouse.el (popup-menu-normalize-position): New function.
9019         (popup-menu): Use `popup-menu-normalize-position' to normalize
9020         the form for POSITION argument.
9022         * term/x-win.el (x-menu-bar-open):
9023         Use the value returend from (posn-at-point) as position
9024         passed to `popup-menu'.
9026 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9028         * calc/calccomp.el (math-compose-expr): Add extra argument
9029         indicating that parentheses should be put around products in
9030         denominators.  Give multiplication precedence over division during
9031         composition.
9033 2012-08-09  Chong Yidong  <cyd@gnu.org>
9035         * man.el (Man-switches, Man-sed-command, Man-awk-command)
9036         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9037         (Man-untabify-command, manual-program): Convert to defcustom
9038         (Bug#10429).
9040         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9042         * descr-text.el (describe-char): Don't insert extra newlines
9043         (Bug#10127).
9045         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9046         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9048         * align.el (align-region): Delete temporary markers (Bug#10047).
9049         Plus some code cleanups.
9051 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
9053         * progmodes/python.el (python-pdbtrack-tracked-buffer)
9054         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9055         (python-shell-internal-last-output): Use make-local-variable
9056         instead of make-variable-buffer-local.
9058 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
9060         * progmodes/python.el: Enhancements to forward-sexp.
9061         (python-nav-forward-sexp): Rename from
9062         python-nav-forward-sexp-function.
9063         (python-nav--forward-sexp, python-nav--backward-sexp):
9064         New functions.
9066 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9068         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9069         modes and simplification modes.
9071 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9073         * delsel.el (delete-selection-pre-hook): Don't propagate the
9074         file-supersession signals (bug#12161).
9076 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9078         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9079         (cl-map-extents): Add compatibility aliases (bug#12135).
9081 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
9083         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9084         tests by `ignore-error'.
9085         (tramp-find-shell): Open also a new shell, when cache is already
9086         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
9088 2012-08-08  Juri Linkov  <juri@jurta.org>
9090         * bookmark.el: Add `defaults' property to the bookmark record.
9091         (bookmark-current-buffer): Doc fix.
9092         (bookmark-make-record): Add `defaults' property with default values
9093         to the bookmark record.
9094         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9095         with `bookmark-insert-current-bookmark'.
9096         (bookmark-set): Get `defaults' property from the bookmark record
9097         and use it in `read-from-minibuffer'.
9098         (bookmark-insert-current-bookmark): Remove function.
9100         * info.el (Info-bookmark-make-record): Add `defaults' property
9101         with values of canonical Info node name, the current Info file
9102         name and the current Info node name.  (Bug#12107)
9104 2012-08-08  Juri Linkov  <juri@jurta.org>
9106         * files.el (basic-save-buffer): Use `buffer-name' as the default
9107         of `read-file-name' when buffer is not visiting a file (bug#12128).
9109 2012-08-08  Juri Linkov  <juri@jurta.org>
9111         * info.el (Info-isearch-search): Doc fix.
9112         (Info-search): Change search-failed message from "initial node" to
9113         "end of node" (bug#12078).
9114         (Info-isearch-search): Change `isearch-string-state' to
9115         `isearch--state-string'.
9117 2012-08-08  Glenn Morris  <rgm@gnu.org>
9119         * language/persian.el: Remove file.
9120         * language/misc-lang.el: Move unique part of persian.el here.
9121         * loadup.el: Remove language/persian.
9123 2012-08-08  Ã“scar Fuentes  <ofv@wanadoo.es>
9125         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9127 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
9129         * progmodes/python.el: Fix defsubst warning.
9130         (python-syntax-context) Rename from python-info-ppss-context.
9131         (python-syntax-context-type): Rename from
9132         python-info-ppss-context-type.
9133         (python-syntax-comment-or-string-p): Rename from
9134         python-info-ppss-comment-or-string-p.
9136 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
9138         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9140 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
9142         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9143         a defcustom that is quoted with backquote.
9145         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9146         Fix handling of interactive spec when the body uses return.
9147         (math-do-arg-check, math-define-function-body): Use backquote forms.
9148         * calc/calc-ext.el (math-defcache): Likewise.
9149         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9150         * allout.el (allout-new-exposure): Likewise.
9151         * calc/calcalg2.el (math-tracing-integral): Likewise.
9152         * info.el (Info-last-menu-item): Likewise.
9153         * emulation/vip.el (vip-loop): Likewise.
9154         * textmodes/artist.el (artist-funcall): Likewise.
9155         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9156         Construct menu-item directly.
9158         * progmodes/autoconf.el (font-lock-syntactic-keywords):
9159         Don't declare.
9161 2012-08-07  Chong Yidong  <cyd@gnu.org>
9163         * simple.el (deactivate-mark): Preserve text properties when
9164         saving the primary selection (Bug#8384).
9166 2012-08-07  Kevin Ryde  <user42@zip.com.au>
9168         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9169         (woman-parse-numeric-value): On a bad .IP line, issue a warning
9170         and continue processing (Bug#12110).
9172 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9175         syntax-propertize-function (bug#10095).
9177 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * help-fns.el (help-fns--key-bindings, help-fns--signature)
9180         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9181         describe-function-1.
9182         (describe-function-1): Use them.  Move compiler macro after sig.
9183         (help-fns--compiler-macro): Use function-get.  Assume we're already in
9184         standard-output.  Adjust layout to new call order.
9186         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9187         re-binding a symbol that has a symbol-macro (bug#12119).
9189 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
9191         * language/persian.el: New file.  (Bug#11812)
9192         * loadup.el: Add language/persian.el.
9194 2012-08-06  Chong Yidong  <cyd@gnu.org>
9196         * window.el (window--maybe-raise-frame): New function.
9197         (window--display-buffer): Split off from here.
9198         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9199         (display-buffer-pop-up-window, display-buffer-use-some-window):
9200         Obey an inhibit-switch-frame action alist entry.
9201         (display-buffer): Update doc.
9203         * replace.el (occur-after-change-function): Avoid losing focus by
9204         using the inhibit-switch-frame display parameter (Bug#12139).
9206 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
9208         Make internal shell process buffer names start with space.
9209         * progmodes/python.el (python-shell-make-comint): Add optional
9210         argument INTERNAL.
9211         (run-python-internal): Use it.
9212         (python-shell-internal-get-or-create-process): Check for new
9213         internal buffer names.
9215 2012-08-06  Glenn Morris  <rgm@gnu.org>
9217         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9218         Do less getting and setting of environment variables.
9220 2012-08-05  Chong Yidong  <cyd@gnu.org>
9222         * proced.el (proced): Add substitution string to docstring to
9223         trigger autoloading of the proced library on C-h f (Bug#1768).
9225         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9226         Don't show defvars which have no second argument (Bug#8638).
9228         * imenu.el (imenu-generic-expression): Move documentation here
9229         from imenu--generic-function.
9230         (imenu--generic-function): Refer to imenu-generic-expression.
9232 2012-08-05  Vegard Ã˜ye  <vegard_oye@hotmail.com>  (tiny change)
9234         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9235         indentation declaration.
9236         (viper-loop): Add indentation declaration (Bug#7025).
9238 2012-08-05  Chong Yidong  <cyd@gnu.org>
9240         * help-fns.el (describe-variable): Add hyperlink for
9241         directory-local variables files.  Improve buffer-local and
9242         permanent-local reporting; suggested by MON KEY (Bug#6644).
9244         * help-mode.el (help-dir-local-var-def): New button type.
9246         * files.el (kill-buffer-hook): Provide a defvar.
9248 2012-08-05  Glenn Morris  <rgm@gnu.org>
9250         * eshell/esh-ext.el (eshell/addpath):
9251         Also update eshell-path-env.  (Bug#12013)
9253 2012-08-05  Chong Yidong  <cyd@gnu.org>
9255         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9257         * fringe.el (fringe-styles): Add docstring.
9258         (fringe--check-mode): New function.
9259         (set-fringe-mode, set-fringe-style): Use it.
9260         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9262         * files.el (set-auto-mode): Fix invalid setq call.
9264 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9266         * isearch.el: Misc simplification; use defstruct.
9267         (isearch-mode-map): Dense maps now work like sparse ones.
9268         (isearch--state): New defstruct.
9269         (isearch-string-state, isearch-message-state, isearch-point-state)
9270         (isearch-success-state, isearch-forward-state)
9271         (isearch-other-end-state, isearch-word-state, isearch-error-state)
9272         (isearch-wrapped-state, isearch-barrier-state)
9273         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9274         replaced by defstruct's accessors.
9275         (isearch--set-state): Rename from isearch-top-state and change
9276         calling convention.
9277         (isearch-push-state): Use new isearch--get-state.
9278         (isearch-toggle-word): Disable regexp when enabling word.
9279         (isearch-message-prefix): Remove unused arg _c-q-hack.
9280         (isearch-message-suffix): Remove unused arg _ellipsis.
9282 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
9284         * simple.el (list-processes--refresh): For a server use :host or
9285         :local as the address.
9286         (list-processes): Doc fix.
9288 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
9290         * lisp/mpc.el: Support password in host argument.
9291         (mpc--proc-connect): Parse and use new password element.
9292         Set mpc-proc variable instead of returning process.
9293         (mpc-proc): Adjust accordingly.
9295 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
9297         * whitespace.el (whitespace-display-mappings): Use Unicode
9298         codepoints, instead of emacs-mule codepoints.  See
9299         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9300         for the details.
9302         * files.el (file-truename): Don't skip symlink-chasing part on
9303         windows-nt.  Incorporate the resolution of 8+3 short aliases on
9304         Windows into the loop that recursively chases symlinks.
9305         Compare directory and its parent case-insensitively on MS-Windows and
9306         MS-DOS.
9308 2012-08-03  Chong Yidong  <cyd@gnu.org>
9310         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9312         * sort.el (sort-regexp-fields): Doc fix.
9314 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
9316         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9317         labels regex position point at the expected place.
9319 2012-08-03  MON KEY  <monkey@sandpframing.com>
9321         * net/imap.el (imap-interactive-login, imap-authenticate)
9322         (imap-mailbox-lsub, imap-mailbox-list)
9323         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9324         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9325         (imap-parse-response): Doc fix.
9327 2012-08-03  João Távora  <joaotavora@gmail.com>
9329         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9330         if sexp scanning does not move point (Bug#5734).
9332 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
9334         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9335         Add listings, minted, and ctable packages.
9336         (reftex-label-alist-builtin): Move listings, minted, and ctable
9337         entries before LaTeX.
9338         (reftex-label-alist): Docfix.
9340 2012-08-02  Bastien Guerry  <bzg@gnu.org>
9342         * replace.el (occur): Fix docstring (bug#12122).
9344 2012-08-02  Glenn Morris  <rgm@gnu.org>
9346         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9348 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
9350         Obsolete alias inactivate-current-input-method-function (Bug#10150).
9351         * international/mule-cmds.el: Create
9352         inactivate-current-input-method-function as an obsolete alias for
9353         deactivate-current-input-method-function.  See Katsumi Yamaoka in
9354         <http://bugs.gnu.org/10150#46>.
9356 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9358         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9359         of nested `if's.
9361 2012-08-01  Glenn Morris  <rgm@gnu.org>
9363         * progmodes/autoconf.el (autoconf-definition-regexp):
9364         Add AH_TEMPLATE, adjust submatch numbering.
9365         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9366         (autoconf-current-defun-function): Update for above change.
9367         (autoconf-current-defun-function): First skip to end of current word.
9369 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
9371         * calendar/cal-html.el (cal-html-insert-agenda-days):
9372         Fix typo.  (Bug#12018)
9374 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
9376         Shell processes: enhancements to startup and CEDET compatibility.
9377         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9378         (python-shell-make-comint): accept-process-output at startup.
9379         (run-python-internal): Set inferior-python-mode-hook to nil.
9380         (python-shell-internal-get-or-create-process): call sit-for.
9381         (python-preoutput-result): Add obsolete alias.
9382         (python-shell-internal-send-string): Use it.
9383         (python-shell-send-setup-code): Remove call to
9384         accept-process-output.
9386 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
9388         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9389         (Bug#12108)
9391 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
9393         * calc-mode.el (calc-basic-simplification-mode): Rename from
9394         `calc-limited-simplification-mode'.
9395         (calc-alg-simplification-mode): New function.
9396         (calc-set-simplify-mode): Adjust message.
9398         * calc.el (calc-set-mode-line): Adjust mode line display for
9399         basic simplification mode.
9401         * calc-help.el (calc-m-prefix-help): Update help message.
9403         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9404         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9406 2012-07-31  Bastien Guerry  <bzg@gnu.org>
9408         * man.el (man): Fix comment.  (bug#12101)
9410 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
9412         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9413         Don't return a non-nil value when no suitable buffer was found.
9415 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
9417         * progmodes/python.el (run-python-internal): Disable font lock for
9418         internal shells.
9420 2012-07-30  Stefan Merten  <smerten@oekonux.de>
9422         * textmodes/rst.el: Silence `checkdoc-ispell'.
9423         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9424         (rst-official-version, rst-official-cvs-rev)
9425         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9426         (rst-mode-map): New key binding.
9428 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
9430         Update .PHONY listings in makefiles.
9431         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9432         autoloads, update-subdirs, updates, bzr-update, update-authors,
9433         compile-onefile, compile-calc, backup-compiled-files,
9434         compile-after-backup, compile-one-process, mh-autoloads,
9435         bootstrap-clean, distclean, maintainer-clean.
9437 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9439         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9440         (calc-set-mode-line): Don't display "AlgSimp ".
9442         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9443         (calc-lim-simplify-mode): New function.
9444         (calc-set-simplify-mode): Default to 'alg.
9445         (calc-default-simplify-mode): Make algebraic simplifications
9446         the default.
9448         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9449         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9451         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9452         indicate new simplification modes.
9454         * calc/README: Mention new default simplification mode.
9456         * calc/calc.el (math-normalize-error): New variable.
9457         (math-normalize): Set `math-normalize-error' to t
9458         when there's an error.
9460         * calc/calc-alg.el (math-simplify): Don't simplify when
9461         `math-normalize' returns an error.
9463 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9465         * international/mule-cmds.el (set-locale-environment): Revert last
9466         change, since display-graphic-p returns nil when this function is
9467         called during startup.  Instead...
9469         * term/w32console.el (terminal-init-w32console): ...setup the
9470         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9472 2012-07-29  Juri Linkov  <juri@jurta.org>
9474         * simple.el (goto-line): Don't display default line number in the
9475         prompt because it should be displayed by `read-number' (bug#9952).
9476         Add the current line number to the defaults of `goto-line' to
9477         allow its easier modification by users with `M-n' (bug#9201).
9479         * subr.el (read-number): Support multiple default values like in
9480         other minibuffer reading functions.  Replace `read' with
9481         `string-to-number' for consistency with `number-to-string'.
9483 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9485         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9486         * emulation/viper-init.el (viper-deactivate-input-method-action):
9487         Rename from viper-inactivate-input-method-action.
9488         (viper-deactivate-input-method):
9489         Rename from viper-inactivate-input-method.
9490         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9491         * international/mule-cmds.el (deactivate-input-method):
9492         Rename from inactivate-input-method.
9493         Also run input-method-deactivate-hook.
9494         (deactivate-current-input-method-function):
9495         Rename from inactivate-current-input-method-function.
9496         (input-method-deactivate-hook): New hook.
9497         (input-method-inactivate-hook): Mark obsolete.
9498         (inactivate-input-method): Mark obsolete.
9500         * international/quail.el (quail-activate):
9501         Also run quail-deactivate-hook.
9502         (quail-deactivate): Rename from quail-inactivate.
9503         * international/robin.el (robin-activate):
9504         Also run robin-deactivate-hook.
9505         (robin-deactivate): Rename from robin-inactivate.
9507 2012-07-29  Chong Yidong  <cyd@gnu.org>
9509         * simple.el (indicate-copied-region): New function.
9510         (kill-ring-save): Split off from here.
9512         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9513         (kill-rectangle): Set deactivate-mark to t on read-only error.
9515         * register.el (copy-to-register, copy-rectangle-to-register):
9516         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9517         (append-to-register, prepend-to-register): Call indicate-copied-region.
9519 2012-07-29  Juri Linkov  <juri@jurta.org>
9521         * simple.el (async-shell-command-buffer): New defcustom.
9522         (shell-command): Use it.  (Bug#4719)
9524 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9526         * international/mule-cmds.el (set-locale-environment): In a
9527         console session on MS-Windows, set up keyboard and terminal
9528         encoding from the OEM codepage, not the ANSI codepage.
9529         (Bug#12055)
9531 2012-07-28  Chong Yidong  <cyd@gnu.org>
9533         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9534         gdb-get-location.
9536 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9538         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9539         the alist (bug#12029).
9541 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9543         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9544         (compile-always, compile-first)
9545         ($(lisp)/calendar/cal-loaddefs.el)
9546         ($(lisp)/calendar/diary-loaddefs.el)
9547         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9548         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9549         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9550         instead of on update-subdirs.
9551         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9553 2012-07-28  Chong Yidong  <cyd@gnu.org>
9555         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9556         directory if vc-deduce-backend returns nil (Bug#7350).
9558         * simple.el (delete-trailing-lines): New option.
9559         (delete-trailing-whitespace): Obey it (Bug#11879).
9561 2012-07-28  David Engster  <deng@randomsample.de>
9563         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9564         Explanation of new 'symbol-qnames feature in doc-strings.
9565         (xml-maybe-do-ns): Return expanded names as plain symbols if
9566         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9567         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9569 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9571         Consistent completion in inferior python with emacs -nw.
9572         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9573         binding in inferior-python-mode-map with "\t".
9574         (python-shell-completion-complete-at-point)
9575         (python-completion-complete-at-point): Remove interactive spec.
9577 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9579         * calc/calccomp.el (math-compose-expr): Undo previous change.
9581 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9583         * progmodes/python.el (python-mode-map): Add keybinding for
9584         run-python.
9585         (python-shell-make-comint): Fix pop-to-buffer call.
9586         (run-python): Autoload.  New arg SHOW.
9587         (python-shell-get-or-create-process): Do not pop python process
9588         buffer.
9590 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9592         * notifications.el (notifications-on-action-signal)
9593         (notifications-on-closed-signal): Use also the bus address for the map.
9594         (notifications-notify, notifications-close-notification)
9595         (notifications-get-capabilities): Add optional argument BUS.
9597 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9599         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9600         Add support for the lstlisting and minted environments, and for the
9601         ctable macro.
9602         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9603         labels written in keyvals syntax.
9605 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9607         * calc/calccomp.el (math-compose-expr): Use parentheses when
9608         there is a product in the denominator of a fraction.
9610 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9612         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9613         ($(lisp)/calendar/diary-loaddefs.el)
9614         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9615         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9616         Fixes failures in parallel bootstrap because subdirs.el is being
9617         rewritten while the autoload files are built at the same time,
9618         which needs to load subdirs.el.
9620 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9622         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9623         (mouse-drag-line): Don't exit tracking when a switch-frame or
9624         switch-window event occurs (Bug#12006).
9626 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9628         * mouse.el (popup-menu): Fix last change.
9630 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9632         Autoload from Lisp with more care.  Follow aliases when looking for
9633         function properties.
9634         * subr.el (autoloadp): New function.
9635         (symbol-file): Use it.
9636         (function-get): New function.
9637         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9638         autoload-do-load.
9639         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9640         (lisp-indent-function):
9641         * emacs-lisp/gv.el (gv-get):
9642         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9643         * emacs-lisp/byte-opt.el (byte-optimize-form):
9644         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9645         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9646         Use function-get.
9647         * emacs-lisp/cl.el: Don't propagate function properties any more.
9649         * speedbar.el (speedbar-add-localized-speedbar-support):
9650         * emacs-lisp/disass.el (disassemble-internal):
9651         * desktop.el (desktop-load-file):
9652         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9653         (describe-function-1):
9654         * emacs-lisp/find-func.el (find-function-noselect):
9655         * emacs-lisp/elp.el (elp-instrument-function):
9656         * emacs-lisp/advice.el (ad-has-proper-definition):
9657         * apropos.el (apropos-safe-documentation, apropos-macrop):
9658         * emacs-lisp/debug.el (debug-on-entry):
9659         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9660         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9661         * calc/calc.el (name): Use autoloadp & autoload-do-load.
9663 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
9665         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9666         function, not an obsolete variable (Bug#12046).
9668 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
9670         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
9672 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
9674         * emacs-lisp/pp.el (pp-display-expression): Select old selected
9675         window only if it is still live (Bug#12034).
9677 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
9679         * subr.el (redirect-frame-focus): Add advertised calling
9680         convention (Bug#12030).
9682 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9684         Prefer typical American spelling for "acknowledgment".
9685         * vc/add-log.el (change-log-acknowledgment): Rename from
9686         change-log-acknowledgement, with an alias for the old name.
9688 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
9690         * calc-alg.el (math-simplify-divide): Don't cross multiply
9691         in an equation when the lhs is a variable.
9693 2012-07-24  Julien Danjou  <julien@danjou.info>
9695         * net/netrc.el (netrc-find-service-number, netrc-store-data):
9696         Remove, unused.
9698 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
9700         * startup.el (command-line): Don't display an empty user name in
9701         the error message about non-existent home directory, when
9702         init-file-user was set to an empty string.  See
9703         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9704         for the details and context.
9706 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9708         * ses.el (ses-cell-formula-aset): New macro.
9709         (ses-cell-references-aset): New macro.
9710         (ses-cell-p): New function.
9711         (ses-rename-cell): Do no longer rely on complex operations like
9712         ses-cell-set-formula or ses-set-cell to change the cell and handle
9713         the undo at the same time, but rather use lower level new macros
9714         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9715         the undo directly.  Refresh the mode line.
9717 2012-07-21  Leo Liu  <sdl.web@gmail.com>
9719         * progmodes/cc-cmds.el (c-defun-name):
9720         Use match-string-no-properties instead for consistency.
9722 2012-07-20  Leo Liu  <sdl.web@gmail.com>
9724         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9725         (Bug#7879)
9727         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9729 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9731         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9732         * progmodes/bug-reference.el, misearch.el: Provide themselves
9733         (bug#11915).
9735         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9736         of narrowed buffer (bug#11966).
9738 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9740         * ses.el (ses-rename-cell): Set new name also in reference list of
9741         cells of which the renamed cell depends.
9743 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
9745         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9746         to check whether menu-bar is shown or not.  If not shown,
9747         show the menu-bar as a popup menu instead of using tmm.
9748         * mouse.el (popup-menu): Accept `point' as `position' argument.
9750 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
9752         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9753         up inside string symbol literal (bug#11923).
9755 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
9757         * startup.el (fancy-startup-text): Read the whole tutorial, not
9758         just its first 256 bytes.  Prevents gibberish in display of the
9759         tutorial title.
9761 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
9763         Drop idle buffer compaction due to an absence of the
9764         proved efficiency.
9765         * compact.el: Remove.
9767 2012-07-19  Sam Steingold  <sds@gnu.org>
9769         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9770         vc-bzr-pull & vc-bzr-merge-branch.
9771         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9772         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9773         for consistency with compilation-error-regexp-alist.
9774         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9775         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9776         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9777         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9779 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9781         * emacs-lisp/chart.el: Use lexical-binding.
9782         (chart-emacs-storage): Don't hardcode the list of entries.
9784 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9786         Next round of tweaks caused by Fgarbage_collect changes.
9787         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9789 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9791         Compact buffers when idle.
9792         * compact.el: New file.
9794 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9796         * subr.el (eventp): Presume that if it looks vaguely like an event,
9797         it's an event (bug#10190).
9799 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
9801         Enhancements to ppss related code (thanks Stefan).
9802         * progmodes/python.el (python-indent-context)
9803         (python-indent-calculate-indentation, python-indent-dedent-line)
9804         (python-indent-electric-colon, python-nav-forward-block)
9805         (python-mode-abbrev-table)
9806         (python-info-assignment-continuation-line-p): Simplify checks
9807         for ppss context.
9808         (python-info-continuation-line-p): Cleanup.
9809         (python-info-ppss-context): Do not catch 'quote.
9810         (python-info-ppss-context-type)
9811         (python-info-ppss-comment-or-string-p): Simplify.
9813 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
9815         * progmodes/python.el: Enhancements to eldoc support.
9816         (python-info-current-symbol): New function.
9817         (python-eldoc-at-point): Use python-info-current-symbol.
9818         (python-info-current-defun): Fix cornercase on first defun scan.
9819         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9820         and signal error when no inferior python process is available.
9822 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
9824         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9825         assume it's always t.
9826         (vc-git-registered): Remove caching, the function is only called
9827         once.
9828         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9830 2012-07-18  Chong Yidong  <cyd@gnu.org>
9832         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9834         * simple.el (count-words): Report on narrowing (Bug#9959).
9836         * bindings.el: Bind M-= to count-words.
9838         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9840 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
9842         * progmodes/sh-script.el (sh-imenu-generic-expression):
9843         Capture a function with `function' keyword and without parentheses
9844         like "function FOO" (bug#11856).
9846 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
9848         * window.el (split-window-sensibly): Make WINDOW argument
9849         optional.
9851 2012-07-18  Chong Yidong  <cyd@gnu.org>
9853         * subr.el (keyboard-translate): Doc fix (Bug#7261).
9855         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9856         and make C-x 8 RET exit isearch (Bug#11439).
9858         * international/iso-transl.el: Move isearch-mode-map key
9859         definitions to isearch.el.
9861 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9863         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9864         (eieio-defclass): Use gv-define-setter when possible.
9866 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
9868         Reflect recent changes in Fgarbage_collect.
9869         * emacs-lisp/chart.el (chart-emacs-storage): Change to
9870         reflect new format of data returned by Fgarbage_collect.
9872 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9874         New utility functions + python-info-ppss-context fix (Bug#11910).
9875         * progmodes/python.el (python-info-beginning-of-block-statement-p)
9876         (python-info-ppss-comment-or-string-p): New functions.
9877         (python-info-ppss-context): Small fix for string check.
9879 2012-07-17  Juri Linkov  <juri@jurta.org>
9881         * dired-aux.el (dired-do-async-shell-command): Doc fix.
9882         (dired-do-async-shell-command): Don't add `*' at the end of the
9883         command (Bug#11815).
9884         (dired-do-shell-command): Doc fix.
9885         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9886         Join the individual commands using either "&" or ";" as the
9887         separator depending on the values of these trailing characters.
9888         At the end re-add the trailing "&".  (Bug#10598)
9890         * simple.el (async-shell-command): Sync the interactive spec with
9891         `shell-command'.  Doc fix.
9892         (shell-command): Doc fix.
9894 2012-07-17  Juri Linkov  <juri@jurta.org>
9896         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
9898 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9900         Final renames and doc fixes for movement commands (bug#11899).
9901         * progmodes/python.el (python-nav-beginning-of-statement):
9902         Rename from python-nav-statement-start.
9903         (python-nav-end-of-statement): Rename from
9904         python-nav-statement-end.
9905         (python-nav-beginning-of-block): Rename from
9906         python-nav-block-start.
9907         (python-nav-end-of-block): Rename from python-nav-block-end.
9909 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9911         * progmodes/python.el (python-shell-send-string-no-output):
9912         Allow accept-process-output to quit, keeping shell process ready for
9913         future interactions (Bug#11868).
9915 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9917         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9919         * emacs-lisp/elint.el (elint-find-args-in-code):
9920         Use help-function-arglist, so as to handle lexical byte-code.
9922         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9923         change (bug#11826).
9925 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9927         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9928         Avoid spuriously marking the buffer as modified because of c-is-sws.
9930         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9931         as not-a-comment (bug#11946).
9933         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9934         for uninterned vars.
9936         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9937         Use read-event since we don't really want to read chars but bytes.
9939         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9940         $$..$$ but also $..$ using regexps (bug#11953).
9941         Use tex-verbatim for \url and \path.
9942         (tex-font-lock-keywords): Define as defconst like the others.
9943         (tex-common-initialization): Don't use font-lock-syntax-table any more.
9945 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
9947         * international/mule-cmds.el (ucs-insert): Make it an obsolete
9948         alias for insert-char.
9950 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9952         * progmodes/python.el: Simplified imenu implementation.
9953         (python-nav-jump-to-defun): Remove command.
9954         (python-mode-map): Use `imenu' instead.
9955         (python-nav-list-defun-positions-cache)
9956         (python-imenu-include-defun-type, python-imenu-make-tree)
9957         (python-imenu-subtree-root-label, python-imenu-index-alist):
9958         Remove vars.
9959         (python-nav-list-defun-positions, python-nav-read-defun)
9960         (python-imenu-tree-assoc, python-imenu-make-element-tree)
9961         (python-imenu-make-tree, python-imenu-create-index):
9962         Remove functions.
9963         (python-mode): Update to interact with imenu by setting
9964         `imenu-extract-index-name-function' only.
9966 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9968         * progmodes/python.el: Enhancements to navigation commands.
9969         (python-nav-backward-sentence)
9970         (python-nav-forward-sentence): Remove.
9971         (python-nav-backward-statement, python-nav-forward-statement)
9972         (python-nav-statement-start, python-nav-statement-end)
9973         (python-nav-backward-block, python-nav-forward-block)
9974         (python-nav-block-start, python-nav-block-end)
9975         (python-nav-forward-sexp-function)
9976         (python-info-current-line-comment-p)
9977         (python-info-current-line-empty-p): New functions.
9978         (python-indent-context): Use `python-nav-statement-start'.
9980 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
9982         * eshell/em-ls.el (eshell/ls): Use `apply'.
9984         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9985         multi-hops, instead of Tramp internals.
9987         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9989         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9990         when F1 and F2 are located on different hosts.
9992 2012-07-14  Chong Yidong  <cyd@gnu.org>
9994         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9995         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9996         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9997         (xterm-mouse--read-event-sequence-1000)
9998         (xterm-mouse--read-event-sequence-1006): New functions.  For old
9999         mouse protocol, handle M-mouse-X events correctly.
10000         (xterm-mouse-event): New arg specifying mouse protocol.
10001         (turn-on-xterm-mouse-tracking-on-terminal)
10002         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10003         sequence to toggle extended coordinates on newer XTerms.
10004         This appears to be harmless on terminals which do not support this.
10006 2012-07-14  Leo Liu  <sdl.web@gmail.com>
10008         Add fringe bitmap indicators for flymake.  (Bug#11253)
10009         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10010         (flymake-make-overlay): New arg BITMAP.
10011         (flymake-error-bitmap, flymake-warning-bitmap)
10012         (flymake-fringe-indicator-position): New user variables.
10014         * fringe.el: New bitmap exclamation-mark.
10016 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
10018         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10019         also (Bug#7879).
10021 2012-07-14  Chong Yidong  <cyd@gnu.org>
10023         * electric.el (electric-pair-post-self-insert-function): Fix pair
10024         insertion in empty-region case (Bug#11520).
10026 2012-07-14  Chong Yidong  <cyd@gnu.org>
10028         * bindings.el: Consolidate ctl-x-r-map bindings.
10029         Bind copy-rectangle-as-kill to C-x r w.
10031         * rect.el, register.el: Move bindings to bindings.el.
10033 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
10035         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10037 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10039         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
10041 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
10043         * bindings.el (top): Use `mapc' instead of `mapcar'.
10045         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10047 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
10049         * progmodes/sql.el (sql-comint): Suppress the check for program on
10050         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
10051         (Bug#11908)
10053 2012-07-13  Chong Yidong  <cyd@gnu.org>
10055         * bindings.el: Assign a non-nil permanent-local property to
10056         per-buffer variables which lack a default value (Bug#11930).
10058         * help-fns.el (describe-variable): In the "automatically becomes
10059         local" notice, take note of permanent-local variables.
10061 2012-07-13  Chong Yidong  <cyd@gnu.org>
10063         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
10064         to allow printing the message when called from Lisp.
10066         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10067         Remove toggle-read-only.
10069         * bs.el (bs-toggle-readonly):
10070         * buff-menu.el (Buffer-menu-toggle-read-only):
10071         Remove with-no-warnings around toggle-read-only.
10073         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10074         Remove with-no-warnings around toggle-read-only.
10075         (ffap-read-only, ffap-read-only-other-window)
10076         (ffap-read-only-other-frame): Callers changed.
10078         * help-mode.el: Don't require view package.
10079         (help-mode-finish): Set buffer-read-only instead of calling
10080         toggle-read-only.
10082         * bindings.el (mode-line-toggle-read-only):
10083         * dired.el (dired-toggle-read-only):
10084         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10085         with non-nil second arg.
10087         * emacs-lisp/eieio-custom.el (eieio-customize-object):
10088         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10089         directly.
10091 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
10093         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10094         not incf.
10096 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10098         More CL cleanups and reduction of use of cl.el.
10099         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10100         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10101         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10102         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10103         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10104         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10105         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10106         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10107         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10108         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10109         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10110         * eshell/em-cmpl.el, eshell/em-banner.el:
10111         * calendar/parse-time.el: Use cl-lib.
10112         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10113         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10114         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10115         * term/ns-win.el, term.el, shell.el, ps-samp.el:
10116         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10117         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10118         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10119         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10120         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10121         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10122         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10123         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10124         `lambda' rather than with `quote'.
10125         (eshell-do-opt): Adjust accordingly.
10126         (eshell-process-option): Simplify.
10127         * eshell/esh-var.el:
10128         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10129         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10130         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10131         to `pcase--dontcare'.
10132         * emacs-lisp/cl.el (labels): Mark obsolete.
10133         (cl--letf, letf): Move to cl-lib.
10134         (cl--letf*, letf*): Remove.
10135         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10136         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10137         (cl-progv): Rewrite.
10138         (cl--letf, cl-letf): Move from cl.el.
10139         (cl-letf*): New macro.
10140         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10142 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
10144         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10146 2012-07-11  Chong Yidong  <cyd@gnu.org>
10148         * vc/log-edit.el (log-edit-vc-backend): New variable.
10149         (log-edit): Doc fix.
10151         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
10152         argument of log-edit to set up all local variables.
10153         (vc-start-logentry): New optional arg specifying VC backend.
10155         * vc/vc.el (vc-checkin): Use it.
10156         (vc-deduce-fileset): Handle Log Edit buffers.
10157         (vc-diff): Make first argument optional too.
10159         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10161 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
10163         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10164         command, just in case.  The function is not needed anymore.
10165         (eshell-external-command): Do not call `eshell-remote-command'.
10167 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10169         Reduce use of (require 'cl).
10170         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10171         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10172         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10173         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10174         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10175         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10176         * battery.el, avoid.el, abbrev.el: Use cl-lib.
10177         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10178         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10179         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10180         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10181         * calculator.el, autorevert.el, apropos.el: Don't require CL.
10182         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10183         (byte-compile-unfold-bcf, byte-compile-check-variable):
10184         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10185         (byte-compile-nilconstp):
10186         * emacs-lisp/autoload.el (make-autoload): Use pcase.
10187         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10189         * emacs-lisp/gv.el (cond): Make it a valid place.
10190         (if): Simplify slightly.
10192         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10193         (pcase--self-quoting-p): New function.
10194         (pcase--u1): Use it.
10196 2012-07-10  Glenn Morris  <rgm@gnu.org>
10198         * emacs-lisp/authors.el (authors-fixed-entries):
10199         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10201 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10203         Rename configure.in to configure.ac (Bug#11603).
10204         * emacs-lisp/authors.el (authors-canonical-file-name):
10205         * progmodes/autoconf.el (autoconf-mode):
10206         Prefer configure.ac to configure.in.
10208 2012-07-08  Chong Yidong  <cyd@gnu.org>
10210         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10211         Implement the mouse-1-click-follows-link handling properly.
10213         * info.el (Info-link-keymap): Use follow-link mechanism for
10214         header-line links (Bug#374).
10216         * simple.el (deactivate-mark): Do not set the primary selection
10217         if another program has acquired it (Bug#11772).
10219 2012-07-07  Kevin Ryde  <user42@zip.com.au>
10221         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10222         (woman-decode-region): Replace escaped-escapes without destroying
10223         bold or underline (Bug#11552).
10224         (woman2-process-escapes): Handle nofill regions (Bug#11591).
10226 2012-07-07  Chong Yidong  <cyd@gnu.org>
10228         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10229         (interprogram-cut-function, interprogram-paste-function):
10230         Mention that we typically mean the clipboard.
10232 2012-07-06  Glenn Morris  <rgm@gnu.org>
10234         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
10236         * files.el (toggle-read-only): Restrict message to interactive use.
10238 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
10240         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10242         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10244 2012-07-06  Glenn Morris  <rgm@gnu.org>
10246         * Makefile.in (compile-one-process): Rename from "recompile".
10248         * Makefile.in (bzr-update): "compile" is the same as "recompile
10249         autoloads", but parallelizable, so use that instead.
10251 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
10253         * window.el (quit-window): Always restore window height when
10254         it's saved in quit-restore parameter (Bug#11810).
10256 2012-07-06  Glenn Morris  <rgm@gnu.org>
10258         * simple.el (kill-whole-line): Doc tweak.
10260 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
10262         * files.el (file-relative-name): Compare file names
10263         case-insensitively if on MS-Windows or MS-DOS, or if
10264         read-file-name-completion-ignore-case is non-nil.  Don't use
10265         case-fold-search for this purpose.  (Bug#11827)
10267 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
10269         * calendar/cal-dst.el (calendar-current-time-zone):
10270         Return calendar-current-time-zone-cache if non-nil.
10272 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
10273 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
10275         * calendar/cal-dst.el (calendar-current-time-zone):
10276         Return calendar-current-time-zone-cache if non-nil.
10278 2012-07-06  Glenn Morris  <rgm@gnu.org>
10280         * Makefile.in (cvs-update): Remove old alias.
10282 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
10284         Sync with Tramp 2.2.6-pre.
10286         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10287         compatible declaration.
10289         * net/tramp-cmds.el (tramp-append-tramp-buffers):
10290         Protect `list-load-path-shadows' call.
10292         * net/tramp-compat.el (top): Require packages, which aren't
10293         autoloaded anymore for XEmacs.  Protect call of
10294         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10295         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
10296         it hurts at least for SXEmacs.
10297         (tramp-compat-temporary-file-directory): In XEmacs, there is no
10298         standard-value for `temporary-file-directory'.
10300         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10301         Redirect stderr to /dev/null.
10302         (tramp-sh-handle-write-region): uid and gid can be floats.
10303         Reported by Russell Sim <russell.sim@gmail.com>.
10304         (tramp-sh-handle-vc-registered): Hide errors.
10305         (tramp-vc-file-name-handler): Use dummy results for `process-file'
10306         and `start-file-process'.
10307         (tramp-maybe-open-connection): Check also whether `non-essential'
10308         is bound.
10310 2012-07-04  Chong Yidong  <cyd@gnu.org>
10312         * xml.el (xml--parse-buffer): Use xml-syntax-table.
10313         (xml-parse-tag): Likewise, and avoid changing entity tables.
10314         (xml-syntax-table): Define from scratch, making sure not to give
10315         x2000 and other Unicode spaces whitespace syntax, since those are
10316         not spaces in XML.
10317         (xml-parse-fragment): Delete unused function.
10318         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10319         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10320         (xml-entity-ref, xml-pe-reference-re)
10321         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10322         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10323         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10324         (xml-entity-value-re): Use syntax references in regexps where
10325         possible; no need to define inside a let-binding.
10326         (xml-parse-dtd): Use xml-pe-reference-re.
10327         (xml-entity-or-char-ref-re): New defconst.
10328         (xml-parse-string, xml-substitute-special): Use it.
10330 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10332         * files.el (locate-dominating-file): Allow `name' to be a predicate.
10333         (find-file--read-only): New function.
10334         (find-file-read-only, find-file-read-only-other-window)
10335         (find-file-read-only-other-frame): Use it.
10336         (insert-file-contents-literally): Don't `fset'.
10337         (get-free-disk-space): Use locate-dominating-file.
10339         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10340         function is already compiled.
10342         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
10344 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
10346         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10347         files on the same host.
10349 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
10351         * help-fns.el (describe-function-1): Only call
10352         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
10354 2012-07-03  Chong Yidong  <cyd@gnu.org>
10356         * xml.el: Protect parser against XML bombs.
10357         (xml-entity-expansion-limit): New variable.
10358         (xml-parse-string, xml-substitute-special): Use it.
10359         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10361 2012-07-03  Glenn Morris  <rgm@gnu.org>
10363         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10364         Allow linking to specific messages in debbugs reports (eg 123#5).
10366 2012-07-02  Chong Yidong  <cyd@gnu.org>
10368         * xml.el: Fix entity and character reference expansion, allowing
10369         them to expand into markup as per XML spec.
10370         (xml-default-ns): New variable.
10371         (xml-entity-alist): Use XML spec definitions for lt and amp.
10372         (xml-parse-region): Make first two arguments optional.
10373         Discard text properties.
10374         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10375         All callers changed.
10376         (xml-parse-tag): Call xml-parse-tag-1.  For backward
10377         compatibility, this function should not modify buffer contents.
10378         (xml-parse-tag-1): Fix opening-tag regexp.
10379         (xml-parse-string): Rewrite, handling entity and character
10380         references properly.
10381         (xml--entity-replacement-text): Signal an error if a parameter
10382         entity is undefined.
10384 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10386         * comint.el (comint-output-filter): Filter out repeated prompts.
10388         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10389         and file-name-absolute-p.
10390         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10391         internal calls.
10393 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10395         Spelling fixes.
10396         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10397         Rename from byte-compile--refiy-function.  All uses changed.
10399 2012-07-01  Chong Yidong  <cyd@gnu.org>
10401         * xml.el (xml--parse-buffer): New function.  Move most of
10402         xml-parse-region here.
10403         (xml-parse-region): Copy region into a temporary buffer, since
10404         parameter entity substitution requires changing buffer contents.
10405         Use xml--parse-buffer.
10406         (xml-parse-file): Use xml--parse-buffer.
10407         (xml-parse-dtd): Make parameter entity substitution work right.
10408         Use proper regexps for ELEMENT declarations (Bug#7172).
10410 2012-06-30  Glenn Morris  <rgm@gnu.org>
10412         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10414         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10415         Remove outdated and unnecessary dbus declarations.
10417 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
10419         * emacs-lisp/timer.el (timer-until): Subtract results of
10420         float-time, instead of taking float-time of the result of
10421         time-subtract, since float-time signals an error for negative time
10422         arguments.
10424 2012-06-30  Chong Yidong  <cyd@gnu.org>
10426         * xml.el (xml-*-re): Convert defvars into defconsts, and
10427         eval-and-compile them so eval-and-compile works on derivatives.
10428         (xml--entity-replacement-text): Use eval-and-comple.
10430 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
10432         * vc/vc-git.el (vc-git-registered): Use cache property
10433         `git-registered'.
10434         (vc-git-mode-line-string): Call `vc-working-revision' instead of
10435         `vc-git-working-revision' in order to benefit from the cache.
10436         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
10438 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10440         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10441         removed (likely outside Emacs).  (Bug#11757)
10443 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * emacs-lisp/cl-lib.el: Require macroexp.
10447 2012-06-30  Chong Yidong  <cyd@gnu.org>
10449         * xml.el: Implement XML parameter entities.
10450         (xml-parameter-entity-alist): New variable.
10451         (xml-parse-region, xml-parse-fragment): Preserve previous values
10452         of xml-entity-alist and xml-parameter-entity-alist, so that
10453         repeated calls on different documents do not change them.
10454         (xml-parse-tag): Fix doctype regexp.
10455         (xml--entity-replacement-text): New function.
10456         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10457         properly requires url retrieval which is unimplemented.
10458         (xml-escape-string): Doc fix.
10460 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10462         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10464 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10466         * fringe.el (fringe-mode): Doc fix.
10468 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10470         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10471         is non-nil.
10472         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10473         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10475 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10477         * calendar/cal-dst.el (calendar-current-time-zone):
10478         Return calendar-current-time-zone-cache if non-nil.
10480 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10482         * progmodes/which-func.el (which-func-format):
10483         Add mouse-face.  (Bug#11698)
10485 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10487         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10489 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10491         * minibuffer.el (minibuffer-confirm-exit-commands):
10492         Add completion-at-point (bug#11725).
10494 2012-06-29  Glenn Morris  <rgm@gnu.org>
10496         * progmodes/f90.el (f90-font-lock-keywords-2):
10497         Add some preprocessor elements.  (Bug#10499)
10499 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10501         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10502         Use syntax-propertize (bug#11739).
10504 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10506         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10508 2012-06-28  Julien Danjou  <julien@danjou.info>
10510         * term.el (term-handle-colors-array): Use a set of new faces to
10511         color the terminal.  Also uses :inverse-video property.
10512         (term-default-fg-color): Set to nil by default, deprecate in favor
10513         of `term-face'.
10514         (term-default-bg-color): Set to nil by default, deprecate in favor
10515         of `term-face'.
10516         (term-current-face): Use `term-face' by default.
10517         (term-bold-attribute): Variable deleted.
10519 2012-06-28  Glenn Morris  <rgm@gnu.org>
10521         * simple.el (completion-list-mode-finish):
10522         Don't use toggle-read-only.  (Since completion-list-mode has
10523         a special mode-class, it wasn't doing anything extra anyway.)
10525 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         Make inlining of other-mode interpreted functions work (bug#11799).
10528         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10529         (byte-compile): Use it to fix compilation of lexical-binding closures.
10530         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10531         function, if needed.
10533 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10535         * help-mode.el (help-make-xrefs): Don't just withstand
10536         cyclic-variable-indirection but any error in documentation-property.
10538         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10539         memory use.
10540         * bindings.el (bindings--define-key): New function.
10541         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10542         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10543         * bindings.el: Use it to purecopy define-key bindings.
10545         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10547         * emacs-lisp/cl.el (flet): Mark obsolete.
10548         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10549         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10550         * progmodes/js.el (js-c-fill-paragraph):
10551         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10552         (ebrowse-switch-member-buffer-to-derived-class):
10553         * play/5x5.el (5x5-solver): Use cl-flet.
10555         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10556         (cl--symbol-function): New macro.
10557         (cl--letf, cl--letf*): Use it.
10559         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10560         Strip "toggle-" if any.
10562 2012-06-27  Glenn Morris  <rgm@gnu.org>
10564         * info.el (Info-default-directory-list): Move here from paths.el.
10565         * paths.el: Remove file, which is now empty.
10566         * loadup.el: No longer load "paths".
10568         * custom.el (custom-initialize-delay): Doc fix.
10570         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10571         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10572         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10573         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10574         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10575         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10576         * eshell/eshell.el (eshell-defgroup): Remove alias.
10578 2012-06-27  Chong Yidong  <cyd@gnu.org>
10580         * help.el (help-enable-auto-load): New variable.
10582         * help-fns.el (help-fns--autoloaded-p): New function.
10583         (describe-function-1): Refer to a function as "autoloaded" if it
10584         was autoloaded at any time in the past.  Perform autoloading if
10585         help-enable-auto-load is non-nil.
10587 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10589         * makefile.w32-in (compile, compile-always): Depend on
10590         update-subdirs, not on subdirs.el.  Otherwise, several different
10591         sub-targets of 'bootstrap' running in parallel could
10592         simultaneously write to subdirs.el, producing a garbled file.
10594 2012-06-26  Sam Steingold  <sds@gnu.org>
10596         * files.el (file-name-base): New convenience function.
10597         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10598         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10599         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10600         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10601         * textmodes/ispell.el, textmodes/reftex-ref.el:
10602         * textmodes/tex-mode.el: Use it.
10603         Did not touch cedet and org because they are maintained elsewhere.
10605 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10607         * calendar/calendar.el (calendar-exit): Don't try to delete or
10608         iconify last frame.  See:
10609         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10611 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10613         * server.el (server-process-filter): Remember dir in the
10614         process's `server-client-directory' properties.
10616 2012-06-24  Chong Yidong  <cyd@gnu.org>
10618         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10619         non-tag text.
10621 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10623         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10625 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10627         * help-fns.el (describe-variable): Don't croak when doc is not found.
10628         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10629         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10630         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10631         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10632         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10633         ((lambda ..) ..).
10634         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10636 2012-06-23  Chong Yidong  <cyd@gnu.org>
10638         * info.el (Info-mouse-follow-link): Accept symbol values of
10639         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10640         (Info-fontify-node): Use Info-link-keymap for all navigation
10641         buttons, with link-args property to perform the desired action.
10642         (Info-link-keymap): Doc fix.
10643         (Info-next-link-keymap, Info-prev-link-keymap)
10644         (Info-up-link-keymap): Delete now-unused keymaps.
10646 2012-06-23  Chong Yidong  <cyd@gnu.org>
10648         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10650         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10651         system abbrevs.
10653         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10655 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10657         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10658         (bug#11719).
10660         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10661         the requote function doesn't work properly (bug#11714).
10663 2012-06-23  Glenn Morris  <rgm@gnu.org>
10665         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10667 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10669         Further GV/CL cleanups.
10670         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10671         gv-expander.
10672         (gv--defun-declaration): New function.
10673         (defun-declarations-alist): Use it.
10674         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10675         (gv-place): Autoload.
10676         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10677         original definition of dotimes and dolist.
10678         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10679         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10680         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10681         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10682         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10683         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10684         to the function's definition.
10685         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10686         * window.el:
10687         * files.el:
10688         * faces.el:
10689         * env.el: Don't use CL.
10691 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10693         Support higher-resolution time stamps (Bug#9000).
10695         * calendar/time-date.el (with-decoded-time-value): New arg
10696         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
10697         (encode-time-value): New optional arg PICO.  New type 3.
10698         (time-to-seconds) [!float-time]: Support the new picoseconds
10699         component if it's used.
10700         (seconds-to-time, time-subtract, time-add):
10701         Support ps-resolution time stamps as well.
10703         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
10704         (timerp): Timer vectors now have length 9, not 8.
10705         (timer--time): Support new-style (4-part) time stamps.
10706         (timer-next-integral-multiple-of-time): Time stamps now have
10707         picosecond resolution, so take a bit more care about rounding.
10708         (timer-relative-time, timer-inc-time): New optional arg psecs.
10709         (timer-set-time-with-usecs): Set psecs to 0.
10710         (timer--activate): Check psecs component, too.
10712         * proced.el (proced-time-lessp): Support ps-resolution stamps.
10714 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10716         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10717         Move the non-essential binding to the post/pre-command-hook where it is
10718         more obviously correct.
10720         * subr.el (read-passwd): Don't use a history at all.
10721         * savehist.el (savehist-save): Remove password saved accidentally
10722         because of the above bug.
10724 2012-06-22  Bastien Guerry  <bzg@gnu.org>
10726         * files.el (toggle-read-only): Display a message telling whether
10727         the buffer is read-only or not (bug#11726).
10729 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * emacs-lisp/gv.el: New file.
10732         * subr.el (push, pop): Extend to generalized variables.
10733         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10734         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10735         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
10736         gv-define-simple-setter, and gv-define-expander.
10737         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
10738         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10739         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10740         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10741         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10742         gv-letplace.
10743         (cl-defstruct): Don't define setf-method any more.
10744         * emacs-lisp/cl.el (flet): Don't autoload.
10745         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10746         (define-setf-expander, defsetf, define-modify-macro)
10747         (cl-struct-setf-expander): Move from cl-lib.el.
10748         * emacs-lisp/syntax.el:
10749         * emacs-lisp/ewoc.el:
10750         * emacs-lisp/smie.el:
10751         * emacs-lisp/cconv.el:
10752         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10753         (timer--time): Use gv-define-simple-setter.
10754         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10755         to avoid coding-system problems in subr.el.  Adjust all users.
10756         (macroexp--maxsize, macroexp-small-p): New functions.
10757         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10758         * scroll-bar.el (scroll-bar-mode):
10759         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10760         (normal-erase-is-backspace-mode): Don't use the `eq' place.
10761         * winner.el (winner-configuration, winner-make-point-alist)
10762         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10763         * files.el (locate-file-completion-table): Avoid list*.
10765 2012-06-22  Chong Yidong  <cyd@gnu.org>
10767         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10768         (dired-create-files): Doc fix (Bug#11329).
10769         (dired-do-copy): Doc fix (Bug#11334).
10770         (dired-mark-read-string): Doc fix (Bug#11553).
10772         * dired.el (dired-recursive-copies, dired-recursive-deletes):
10773         Doc fix (Bug#11326).
10774         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
10775         (dired-dwim-target): Doc fix.
10777         * wdired.el (wdired-mode): Doc fix.
10779 2012-06-22  Glenn Morris  <rgm@gnu.org>
10781         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10782         (pcmpl-rpm-cache-stamp-file): New constant.
10783         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10784         (pcmpl-rpm-packages): Optionally cache list of packages.
10786         * pcmpl-rpm.el (pcmpl-rpm): New group.
10787         (pcmpl-rpm-query-options): New option.
10788         (pcmpl-rpm-packages): No need to inline it.
10789         Use pcmpl-rpm-query-options.
10791         * calendar/calendar.el (calendar-in-read-only-buffer):
10792         Avoid some needless mode changes.
10794 2012-06-21  Chong Yidong  <cyd@gnu.org>
10796         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10797         (desktop-path): Remove . from the default value (Bug#10977).
10798         (desktop-read): Use user-emacs-directory if desktop-path is nil.
10800 2012-06-20  Chong Yidong  <cyd@gnu.org>
10802         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10804 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
10806         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10807         (bug#11201).
10809 2012-06-20  Chong Yidong  <cyd@gnu.org>
10811         * term.el (term-window-width): Handle the case of a missing right
10812         fringe (Bug#8837).
10813         (term-check-size): Use window-text-height (Bug#5445).
10814         (term-mode): Use define-derived-mode.  Minor cleanups.
10815         Set font-lock-defaults (Bug#7692).
10816         (term-move-columns, term-insert-char, term-emulate-terminal)
10817         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10819 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
10821         * net/ange-ftp.el (ange-ftp-get-passwd):
10822         Bind `enable-recursive-minibuffers'.
10823         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10825 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
10827         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10829 2012-06-19  Glenn Morris  <rgm@gnu.org>
10831         * progmodes/python.el (python-mode): Derive from prog-mode.
10833 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
10835         * emulation/edt.el (edt-default-menu-bar-update-buffers)
10836         (edt-user-menu-bar-update-buffers): New functions.
10837         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10839 2012-06-19  Chong Yidong  <cyd@gnu.org>
10841         * subr.el (with-selected-window): Preserve the selected window's
10842         terminal's top-frame (Bug#4702).
10844         * window.el (save-selected-window): Likewise.
10846 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10848         * progmodes/python.el (python-rx-constituents): Move backquote.
10849         (python-skeleton-define, python-define-auxiliary-skeleton):
10850         Use `declare'.
10852 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
10854         * minibuffer.el (read-file-name-default): Revert the patch from
10855         2012-06-17.
10857 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10859         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10860         (pcase--u1, pcase--q1): Don't use apply-partially.
10862 2012-06-18  Glenn Morris  <rgm@gnu.org>
10864         * progmodes/python.el (python-proc, python-buffer)
10865         (python-send-receive, python-send-string): Fix obsolete versions.
10867 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
10869         * window.el (special-display-p): Completely remove stringp
10870         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10872 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
10874         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10876         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10878         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10879         * net/tramp-sh.el (tramp-maybe-open-connection):
10880         Throw if `non-essential' is non-nil.
10882 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
10884         * window.el (special-display-p): Signal an error if BUFFER-NAME
10885         is not a string (Bug#11713).
10887 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
10889         * progmodes/python.el (python-info-beginning-of-backslash):
10890         Rename from python-info-beginning-of-backlash, as a spelling fix.
10892 2012-06-17  Chong Yidong  <cyd@gnu.org>
10894         * term.el (term-emulate-terminal): If term-check-size is called,
10895         move point to the process mark without resetting point (Bug#4635).
10897 2012-06-17  Glenn Morris  <rgm@gnu.org>
10899         * international/mule-cmds.el (mule-menu-keymap)
10900         (set-language-environment, set-locale-environment): Doc tweaks.
10902 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
10904         * cus-face.el (custom-face-attributes): Add wave-style underline
10905         attribute.
10906         * faces.el (set-face-attribute): Update docstring to describe
10907         wave-style underline attribute.
10909 2012-06-16  Chong Yidong  <cyd@gnu.org>
10911         * term/xterm.el (terminal-init-xterm): Discard input before
10912         querying background mode (Bug#10959).
10914 2012-06-16  Stefan Merten  <smerten@oekonux.de>
10916         * textmodes/rst.el: Added and corrected some comments.
10917         (rst-re-alist-def): Improve symbol syntax.
10918         (rst-mode-syntax-table): Correct syntax entries.
10919         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10920         (rst-official-version, rst-official-cvs-rev): Update version
10921         information.
10923 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
10925         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10926         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10928 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
10930         * progmodes/python.el: New python.el merge.
10931         (python-guess-indent): Obsolete var.
10932         (python-indent-guess-indent-offset): New defcustom.
10933         (python-indent): Obsolete var.
10934         (python-indent-offset): New defcustom.
10935         (python-python-command, python-jython-command): Delete var.
10936         (python-shell-interpreter): New defcustom.
10937         (python-pdbtrack-do-tracking-p): Delete var.
10938         (python-pdbtrack-activate): New defcustom.
10939         (python-use-skeletons): Obsolete var.
10940         (python-skeleton-autoinsert): New defcustom.
10941         (inferior-python-filter-regexp, python-continuation-offset)
10942         (python-honour-comment-indentation, python-indent-string-contents)
10943         (python-jython-packages, python-mode-hook)
10944         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10945         (python-shell-prompt-alist)
10946         (python-source-modes): Delete defcustoms.
10947         (python-check-buffer-name, python-eldoc-setup-code)
10948         (python-eldoc-string-code, python-ffap-setup-code)
10949         (python-ffap-string-code, python-fill-comment-function)
10950         (python-fill-decorator-function, python-fill-paren-function)
10951         (python-fill-string-function, python-imenu-include-defun-type)
10952         (python-imenu-make-tree, python-imenu-subtree-root-label)
10953         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10954         (python-shell-compilation-regexp-alist)
10955         (python-shell-completion-module-string-code)
10956         (python-shell-completion-pdb-string-code)
10957         (python-shell-completion-setup-code)
10958         (python-shell-completion-string-code)
10959         (python-shell-enable-font-lock, python-shell-exec-path)
10960         (python-shell-extra-pythonpaths)
10961         (python-shell-internal-buffer-name, python-shell-interpreter-args)
10962         (python-shell-process-environment)
10963         (python-shell-prompt-block-regexp)
10964         (python-shell-prompt-output-regexp)
10965         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10966         (python-shell-send-setup-max-wait, python-shell-setup-codes)
10967         (python-shell-virtualenv-path): New defcustoms.
10968         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10969         (inferior-python-mode-syntax-table, python--prompt-regexp)
10970         (python-buffer, python-command python-python-command)
10971         (python-default-template, python-imports, python-indent-index)
10972         (python-indent-list, python-indent-list-length)
10973         (python-mode-running, python-pdbtrack-is-tracking-p)
10974         (python-preoutput-continuation, python-preoutput-leftover)
10975         (python-preoutput-result, python-preoutput-skip-next-prompt)
10976         (python-prev-dir/file, python-recursing)
10977         (python-saved-check-command, python-version-checked)
10978         (python-which-func-length-limit)
10979         (view-return-to-alist): Delete vars.
10980         (python-check-custom-command, python-dotty-syntax-table)
10981         (python-imenu-index-alist, python-indent-current-level)
10982         (python-indent-dedenters, python-indent-levels)
10983         (python-nav-beginning-of-defun-regexp)
10984         (python-nav-list-defun-positions-cache)
10985         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10986         (python-shell-internal-buffer)
10987         (python-skeleton-available): New vars.
10988         (def-python-skeleton): Delete macro.
10989         (python-skeleton-define): New macro.
10990         (python-define-auxiliary-skeleton, python-rx): New macros.
10991         (python-insert-class): Delete command.
10992         (python-skeleton-class): New command.
10993         (python-insert-def): Delete command.
10994         (python-skeleton-def): New command.
10995         (python-insert-for): Delete command.
10996         (python-skeleton-for): New command.
10997         (python-insert-if): Delete command.
10998         (python-skeleton-if): New command.
10999         (python-insert-try/except, python-insert-try/finally): Delete commands.
11000         (python-skeleton-try): New command.
11001         (python-insert-while): Delete command.
11002         (python-skeleton-while): New command.
11003         (python-backspace): Delete command.
11004         (python-indent-dedent-line-backspace): New command.
11005         (python-electric-colon): Delete command.
11006         (python-indent-electric-colon): New command.
11007         (python-guess-indent): Delete command.
11008         (python-indent-guess-indent-offset): New command.
11009         (python-shift-left): Delete command.
11010         (python-indent-shift-left): New command.
11011         (python-shift-right): Delete command.
11012         (python-indent-shift-right): New command.
11013         (python-find-function): Delete command.
11014         (python-nav-jump-to-defun): New command.
11015         (python-next-statement): Delete command.
11016         (python-nav-forward-sentence): New command.
11017         (python-previous-statement): Delete command.
11018         (python-nav-backward-sentence): New command.
11019         (python-fill-paragraph): Delete command.
11020         (python-fill-paragraph-function): New command.
11021         (python-send-buffer): Delete command.
11022         (python-shell-send-buffer): New command.
11023         (python-send-defun): Delete command.
11024         (python-shell-send-defun): New command.
11025         (python-send-region, python-send-region-and-go): Delete commands.
11026         (python-shell-send-region)
11027         (python-shell-switch-to-shell): New commands.
11028         (python-send-string): Delete command.
11029         (python-shell-send-string): New command.
11030         (python-switch-to-python): Delete command.
11031         (python-shell-switch-to-shell): New command.
11032         (python-describe-symbol): Delete command.
11033         (python-eldoc-at-point): New command.
11034         (python--set-prompt-regexp, python-args-to-list)
11035         (python-after-info-look, python-check-version)
11036         (python-check-comint-prompt, python-find-imports)
11037         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11038         (python-unload-function, python-expand-template)
11039         (python-maybe-jython, python-preoutput-filter)
11040         (python-pdbtrack-get-source-buffer)
11041         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11042         (python-pdbtrack-toggle-stack-tracking)
11043         (python-pdbtrack-track-stack-file, python-initial-text)
11044         (python-first-word, python-comment-line-p, python-send-command)
11045         (python-setup-brm, python-sentinel, python-set-proc)
11046         (python-skip-out, python-input-filter, python-outdent-p)
11047         (python-outline-level, python-backslash-continuation-line-p)
11048         (python-end-of-block, python-end-of-statement, python-mark-block)
11049         (python-beginning-of-block, python-beginning-of-statement)
11050         (python-blank-line-p, python-beginning-of-string)
11051         (python-open-block-statement-p): Delete functions.
11052         (python-indent-line, python-indent-line-1): Delete functions.
11053         (python-indent-line): New function.
11054         (python-indentation-levels): Delete function.
11055         (python-indent-calculate-levels): New function.
11056         (python-proc): Delete function.
11057         (python-shell-get-process): New function.
11058         (python-send-receive): Delete function.
11059         (python-shell-send-string-no-output): New function.
11060         (python-module-path): Delete function.
11061         (python-ffap-module-path): New function.
11062         (python-completion-at-point)
11063         (python-symbol-completions): Delete functions.
11064         (python-completion-complete-at-point): New function.
11065         (python-load-file): Delete function.
11066         (python-shell-send-file): New function.
11067         (python-calculate-indentation): Delete function.
11068         (python-indent-calculate-indentation): New function.
11069         (python-skip-comments/blanks): Delete function.
11070         (python-util-forward-comment): New function.
11071         (python-continuation-line-p): Delete function.
11072         (python-info-continuation-line-p): New function.
11073         (python-which-func, python-current-defun): Delete function.
11074         (python-info-current-defun): New function.
11075         (python-beginning-of-defun): Delete function.
11076         (python-nav-beginning-of-defun): New function.
11077         (python-close-block-statement-p)
11078         (python-block-end-p): Delete function.
11079         (python-info-closing-block): New function.
11080         (python-comint-output-filter-function)
11081         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11082         (python-fill-comment, python-fill-decorator, python-fill-paren)
11083         (python-fill-string, python-imenu-make-element-tree)
11084         (python-imenu-make-tree, python-imenu-tree-assoc)
11085         (python-indent-context, python-indent-dedent-line)
11086         (python-indent-line-function)
11087         (python-indent-post-self-insert-function)
11088         (python-indent-toggle-levels)
11089         (python-info-assignment-continuation-line-p)
11090         (python-info-beginning-of-backlash)
11091         (python-info-block-continuation-line-p)
11092         (python-info-closing-block-message)
11093         (python-info-line-ends-backslash-p)
11094         (python-info-looking-at-beginning-of-defun)
11095         (python-info-ppss-context, python-info-ppss-context-type)
11096         (python-nav-list-defun-positions, python-nav-read-defun)
11097         (python-nav-sentence-end, python-nav-sentence-start)
11098         (python-pdbtrack-comint-output-filter-function)
11099         (python-pdbtrack-set-tracked-buffer)
11100         (python-shell-calculate-exec-path)
11101         (python-shell-calculate-process-environment)
11102         (python-shell-completion--do-completion-at-point)
11103         (python-shell-completion--get-completions)
11104         (python-shell-completion-complete-at-point)
11105         (python-shell-completion-complete-or-indent)
11106         (python-shell-get-or-create-process)
11107         (python-shell-get-process-name)
11108         (python-shell-internal-get-or-create-process)
11109         (python-shell-internal-get-process-name)
11110         (python-shell-internal-send-string, python-shell-make-comint)
11111         (python-shell-parse-command, python-shell-send-setup-code)
11112         (python-skeleton-add-menu-items)
11113         (python-util-clone-local-variables, python-util-position)
11114         (run-python-internal, python-indentation-levels)
11115         (python-nav-beginning-of-defun)
11116         (python-completion-complete-at-point): New functions.
11117         (run-python): Change arguments.  New API requirements.
11119 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11121         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11122         (bug#11649).
11124         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11125         (macroexp--expand-all): Use it.
11127         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11128         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11129         Use `cl-function' instead.
11131 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
11133         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11134         Suggested by Stefan Monnier while discussing bug#11657.
11136 2012-06-14  Sam Steingold  <sds@gnu.org>
11138         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11140 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11142         * play/doctor.el (doctor-doc): Remove parameter and use
11143         doctor-sent instead of sent.
11144         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
11146 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11148         * files.el: Require cl-lib.
11149         (file-name-non-special): Replace case -> cl-case.
11151         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11153         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11154         mapping from #' to function*.
11156 2012-06-13  Chong Yidong  <cyd@gnu.org>
11158         * mouse.el (mouse-drag-track): Do not set the mark if the user
11159         releases the mouse without selecting anything (Bug#11588).
11161 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11163         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11164         as well (bug#11646).
11166         * loadup.el: Count byte-code functions as well.
11168         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11169         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11171         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11172         (bug#11649).  Add cl-defun and cl-defmacro.
11174 2012-06-13  Drew Adams  <drew.adams@oracle.com>
11176         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11177         Fix last change.
11179 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
11181         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11182         Otherwise, it blocks in batch mode.
11184 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
11186         * help-mode.el (bookmark-make-record-default): Declare.
11188 2012-06-13  Chong Yidong  <cyd@gnu.org>
11190         * emacs-lisp/package.el (list-packages): Compute a list of
11191         packages that are newly-available since the last list-packages
11192         invocation.
11193         (package-menu--new-package-list): New var.
11194         (package-menu--generate, package-menu--print-info)
11195         (package-menu--status-predicate, package-menu-mark-install):
11196         Handle new status label "new".
11198 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11200         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11201         conversion to backquotes.
11203 2012-06-12  Chong Yidong  <cyd@gnu.org>
11205         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11206         Rename from gud-inhibit-global-bindings.
11208         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11210         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11211         hook from nxml-glyph-set-hook.
11213         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11214         declaration.
11216         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11218         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11219         Convert to defcustom.
11221 2012-06-12  Drew Adams  <drew.adams@oracle.com>
11223         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11224         New functions.
11225         (help-mode): Use them.
11227 2012-06-11  Glenn Morris  <rgm@gnu.org>
11229         * progmodes/fortran.el (fortran-font-lock-keywords-3):
11230         Use preprocessor face for directives.
11231         (fortran-directive-re): Doc fix.
11233 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11235         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11236         conversion to backquotes (bug#11652).
11238         Fix compiler-expansion of CL's cXXr functions (bug#11673).
11239         * emacs-lisp/cl-lib.el (cl--defalias): New function.
11240         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11241         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11242         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11243         (cl-ninth, cl-tenth): Mark them as inlinable.
11244         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11245         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11246         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11247         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11248         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11249         (cl-list*, cl-adjoin): Don't put an autoload manually.
11250         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11251         (cl--compiler-macro-list*): Add autoload cookie.
11252         (cl--compiler-macro-cXXr): New function.
11254         * help-fns.el (help-fns--compiler-macro): New function extracted from
11255         describe-function-1; follow aliases and use `compiler-macro' property.
11256         (describe-function-1): Use it.
11258 2012-06-11  Chong Yidong  <cyd@gnu.org>
11260         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11261         is uninstalled, if imagemagick is installed.
11263 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11265         * emacs-lisp/cl-lib.el: Use lexical-binding.
11266         (cl-map-extents, cl-maclisp-member): Remove.
11267         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11268         (cl--set-substring, cl--block-wrapper, cl--block-throw)
11269         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11270         * emacs-lisp/cl-extra.el: Use lexical-binding.
11271         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11272         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11273         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11274         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11275         * emacs-lisp/cl-seq.el: Use lexical-binding.
11276         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11277         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11278         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11279         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11280         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11281         CL's internals.
11283 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
11285         Sync with Tramp 2.2.6-pre.
11287         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11288         `print-length' and `print-level' to nil, in order to avoid
11289         truncation.  Reported by Christopher Schmidt
11290         <christopher@ristopher.com>.
11292         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11294         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11295         New defmacro.
11296         (tramp-compat-copy-directory): Add optional argument
11297         COPY-CONTENTS.  It is not handled yet.
11299         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11300         (tramp-ftp-file-name-p): Simplify.
11302         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11303         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11304         connection vector.
11306         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11307         (tramp-methods): Do not use `tramp-password-end-of-line'.
11308         (tramp-completion-function-alist-putty): Handle UNIX case.
11309         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11310         (tramp-do-file-attributes-with-stat)
11311         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11312         gid as real numbers.  They could run out of integer range on cygwin.
11313         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11314         (tramp-sh-handle-expand-file-name): Handle hops.
11315         (tramp-open-connection-setup-interactive-shell):
11316         Use `tramp-cleanup'.  Move check for busyboxes ...
11317         (tramp-find-shell): ... here.  Simplify implementation.
11318         Set "remote-shell" property also for alternative shells.
11319         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11320         If failing, a regular file would be written otherwise.
11321         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11322         (tramp-find-inline-encoding): Cache the coding commands in the
11323         process cache.  Apply test command on the remote side, if defined.
11324         (tramp-find-inline-compress): Cache the compress commands in the
11325         process cache.
11326         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11327         when requested.  Handle hops.
11328         (tramp-current-connection): New defvar.
11329         (tramp-maybe-open-connection): Use `tramp-cleanup'.
11330         Throw `suppress', if there was a failed connection shortly before.
11331         Handle user interrupt.  (Bug#10187)
11332         (tramp-get-inline-compress, tramp-get-inline-coding):
11333         Read connection properties from the process cache.
11335         * net/tramp-smb.el (tramp-smb-server-version)
11336         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11337         New defconsts.
11338         (tramp-smb-prompt): Extend for powershell prompt.
11339         (tramp-smb-file-name-handler-alist): Add handlers for
11340         `process-file', `shell-command' and `start-file-process'.
11341         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11342         (tramp-smb-winexe-shell-command-switch): New defcustoms.
11343         (tramp-smb-file-name-p): Simplify.
11344         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11345         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11346         (tramp-smb-shell-quote-argument): New defuns.
11347         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11348         Implement using "tar".  By this, time-stamps are preserved.
11349         (tramp-smb-handle-copy-file): Handle also the case of directories.
11350         (tramp-smb-do-file-attributes-with-stat)
11351         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11352         Use `tramp-get-connection-buffer').
11353         (tramp-smb-handle-rename-file): Use "rename", when source and
11354         target are on the same share.
11355         (tramp-smb-maybe-open-connection): Handle wrong passwords.
11356         Use `tramp-smb-server-version'.
11357         (tramp-smb-wait-for-output): Remove prompt.
11359         * net/tramp.el (top): Require 'cl.
11360         (tramp-methods, tramp-rsh-end-of-line):
11361         Remove `tramp-password-end-of-line' from docstring.
11362         (tramp-save-ad-hoc-proxies): New defcustom.
11363         (tramp-completion-function-alist): Adapt docstring.
11364         (tramp-default-password-end-of-line): Remove defcustom.
11365         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
11366         (tramp-user-regexp, tramp-file-name-regexp-unified)
11367         (tramp-file-name-regexp-url): Extend regexp by hop separator.
11368         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11369         (tramp-remote-file-name-spec-regexp): New defconst.
11370         (tramp-file-name-structure): Extend structure for hops.
11371         (tramp-get-method-parameter): Move up.
11372         (tramp-file-name-p, tramp-dissect-file-name)
11373         (with-parsed-tramp-file-name): Handle hops.
11374         (tramp-file-name-hop): New defun.
11375         (tramp-make-tramp-file-name): New optional arg HOP.
11376         (tramp-message-show-progress-reporter-message): New defvar.
11377         (tramp-with-progress-reporter): Use it.  We cannot use
11378         `tramp-message-show-message' here, because this suppresses also
11379         error buffers.
11380         (tramp-error-with-buffer): Suppress buffer view, if
11381         `tramp-message-show-message' is nil.
11382         Use `tramp-get-connection-buffer'.
11383         (tramp-cleanup): New defun.
11384         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11385         (tramp-file-name-handler): If `debug-on-error' is set, propagate
11386         an error unchanged.
11387         (tramp-completion-handle-file-name-all-completions): Handle hops.
11388         Fix an error when called from ido.
11389         (tramp-completion-dissect-file-name): Use better local variable
11390         name.  Add hop to the vector.
11391         (tramp-handle-insert-file-contents): Use progress-reporter for the
11392         whole scenario.
11393         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11394         to `t'.
11395         (tramp-check-for-regexp): Simplify search.
11396         (tramp-enter-password): Remove it.  Move implementation ...
11397         (tramp-action-password): ... here.
11398         (tramp-mode-string-to-int, tramp-local-host-p)
11399         (tramp-make-tramp-temp-file, tramp-read-passwd)
11400         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11401         Set tramp-autoload cookie.
11403         * net/trampver.el: Update release number.
11405 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11406             Michael Albinus  <michael.albinus@gmx.de>
11408         * net/tramp.el (tramp-set-completion-function): Fix docstring.
11409         (tramp-parse-group, tramp-parse-file)
11410         (tramp-parse-shostkeys-sknownhosts): New defuns.
11411         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11412         (tramp-parse-shosts-group, tramp-parse-sconfig)
11413         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11414         (tramp-parse-sknownhosts, tramp-parse-hosts)
11415         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11416         Use them.
11417         (tramp-parse-passwd-group, tramp-parse-netrc-group)
11418         (tramp-parse-putty-group): Don't narrow.
11419         (tramp-parse-putty): Make a loop.
11420         (tramp-file-name-handler): Catch the `suppress' signal.
11422 2012-06-11  Chong Yidong  <cyd@gnu.org>
11424         * image.el (imagemagick-register-types): Put the ImageMagick entry
11425         at the end of image-type-file-name-regexps.
11427 2012-06-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
11429         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11430         (pcase, pcase-let*, pcase-dolist): Use them.
11432 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11434         * emacs-lisp/pcase.el (pcase--let*): New function.
11435         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
11436         (pcase--expand): Use macroexp-let².
11438 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11441         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11442         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11443         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11444         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11445         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11447 2012-06-10  Glenn Morris  <rgm@gnu.org>
11449         * mail/rmail.el (rmail-yank-current-message): Leave point at
11450         correct position.  (Bug#11660)
11452 2012-06-10  Chong Yidong  <cyd@gnu.org>
11454         * allout-widgets.el: Fix code header.
11456 2012-06-10  Chong Yidong  <cyd@gnu.org>
11458         * cus-edit.el (customize-changed-options-previous-release):
11459         Bump to 24.1.
11461 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11463         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11465 2012-06-09  Chong Yidong  <cyd@gnu.org>
11467         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11469 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11471         * window.el (special-display-popup-frame): Don't use
11472         window--display-buffer (Bug#11651).
11474 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11476         Fix parallel builds: make sure loaddefs.el is not being written
11477         while Lisp files are compiled.
11478         (compile): Don't depend on 'mh-autoloads'.
11479         (compile-CMD, compile-SH): Depend on 'autoloads'.
11480         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11482         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11484 2012-06-09  Chong Yidong  <cyd@gnu.org>
11486         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11487         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11488         Doc fixes (Bug#11225).
11490 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11492         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11493         a function if there's a clear indication that it has a compiler-macro.
11494         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11495         (macro-declarations-alist): Add arglist to declaration functions.
11496         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11497         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11498         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11499         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11500         Also add autoload to find the compiler macro.
11501         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11502         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11503         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11504         (cl--compiler-macro-get): New functions, replacing calls to
11505         cl-define-compiler-macro.
11506         (cl-typep) [compiler-macro]: Use macroexp-let².
11508 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11510         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11511         string properly, fixes Bug#11473.
11513 2012-06-08  Chong Yidong  <cyd@gnu.org>
11515         * faces.el (set-face-attribute): Doc fix.
11516         (modify-face): Don't use :bold and :italic.
11517         (error, warning, success): Tweak definitions.
11519         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11520         (custom-modified, custom-set, custom-changed, custom-themed)
11521         (custom-saved, custom-button, custom-button-mouse)
11522         (custom-button-pressed, custom-state, custom-comment-tag)
11523         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11524         (custom-group-subtitle): Use new-style face specs.
11525         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11526         (custom-set-face, custom-changed-face, custom-saved-face)
11527         (custom-button-face, custom-button-pressed-face)
11528         (custom-documentation-face, custom-state-face)
11529         (custom-comment-face, custom-comment-tag-face)
11530         (custom-variable-tag-face, custom-variable-button-face)
11531         (custom-face-tag-face, custom-group-tag-face-1)
11532         (custom-group-tag-face): Remove obsolete face alias.
11534         * epa.el (epa-validity-high, epa-validity-medium)
11535         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11536         (epa-field-name, epa-field-body):
11537         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11538         (font-lock-keyword-face, font-lock-builtin-face)
11539         (font-lock-function-name-face, font-lock-variable-name-face)
11540         (font-lock-type-face, font-lock-constant-face):
11541         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11542         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11543         * speedbar.el (speedbar-button-face, speedbar-file-face)
11544         (speedbar-directory-face, speedbar-tag-face)
11545         (speedbar-selected-face, speedbar-highlight-face)
11546         (speedbar-separator-face):
11547         * whitespace.el (whitespace-newline, whitespace-space)
11548         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11549         (whitespace-line, whitespace-space-before-tab)
11550         (whitespace-space-after-tab, whitespace-indentation)
11551         (whitespace-empty):
11552         * emulation/cua-base.el (cua-global-mark):
11553         * eshell/em-prompt.el (eshell-prompt):
11554         * net/newst-plainview.el (newsticker-new-item-face)
11555         (newsticker-old-item-face, newsticker-immortal-item-face)
11556         (newsticker-obsolete-item-face, newsticker-date-face)
11557         (newsticker-statistics-face, newsticker-default-face):
11558         * net/newst-reader.el (newsticker-feed-face)
11559         (newsticker-extra-face, newsticker-enclosure-face):
11560         * net/newst-treeview.el (newsticker-treeview-face)
11561         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11562         (newsticker-treeview-immortal-face)
11563         (newsticker-treeview-obsolete-face)
11564         (newsticker-treeview-selection-face):
11565         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11566         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11567         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11568         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11569         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11570         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11571         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11572         (mpuz-text):
11573         * progmodes/vera-mode.el (vera-font-lock-number)
11574         (vera-font-lock-function, vera-font-lock-interface):
11575         * textmodes/table.el (table-cell): Use new-style face specs, and
11576         don't use the old :bold and :italic attributes.
11578         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11579         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11580         (ebrowse-member-class, ebrowse-progress): Likewise.
11581         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11582         (ebrowse-file-name-face, ebrowse-default-face)
11583         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11584         (ebrowse-progress-face): Remove obsolete faces.
11586         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11587         Inherit from error and warning faces respectively.
11589         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11590         Likewise.
11591         (flyspell-incorrect-face, flyspell-duplicate-face):
11592         Remove obsolete aliases.
11594 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11596         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11597         Avoid infloop.
11599 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11601         * startup.el (argv, argi): Make lexically scoped.
11602         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11603         * emacs-lisp/cl-macs.el: Use lexical-binding.
11604         Rename cl-bind-* to cl--bind-*.
11605         * files.el: Don't require `cl' since it doesn't use it.
11606         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11608 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11610         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11611         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11612         instead of calling external sort utility.
11613         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11615 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11617         * descr-text.el (describe-char): Mention how to insert the
11618         character, if the current input method doesn't support it.
11619         See the discussion in this thread for the details:
11620         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11622 2012-06-08  Sam Steingold  <sds@gnu.org>
11624         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11625         XF86Back to previous-buffer.
11626         (minibuffer-local-map): Bind them to next-history-element and
11627         previous-history-element respectively.
11628         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11629         help-go-back respectively.
11630         * info.el (Info-mode-map): Bind them to Info-history-forward and
11631         Info-history-back respectively.
11632         These are the keys next to Up on the ThinkPad keyboard.
11634 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11636         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11637         * emacs-lisp/cl-macs.el: Provide itself.
11638         (cl--labels-convert-cache): New var.
11639         (cl--labels-convert): New function.
11640         (cl-flet, cl-labels): New implementation with new semantics, relying on
11641         lexical-binding.
11642         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11643         (cl-closure-vars, cl--function-convert-cache)
11644         (cl--function-convert): Move from cl-macs.el.
11645         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11646         rename by removing the "cl-" prefix.
11647         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11649 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11651         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11652         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11653         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11654         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11655         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11656         (cl-hash-table-count): Add old compatibility aliases.
11658         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11659         Use macroexpand-all-environment instead.
11660         (cl--old-macroexpand): New var.
11661         (cl--sm-macroexpand): New function.
11662         (cl-symbol-macrolet): Use it during macro expansion.
11663         (cl--function-convert-cache): New var.
11664         (cl--function-convert): New function, extracted from
11665         cl-macroexpand-all.
11666         (cl-lexical-let): Use it.
11668         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11669         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11670         (cl-member): Remove old alias.
11672         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11673         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11674         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11675         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11676         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11677         (cl-macroexpand-cmacs): Remove var.
11678         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11679         Use macroexpand-all instead.
11681 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11683         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11684         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11685         (macroexp-copyable-p): New functions and macros.
11686         * emacs-lisp/edebug.el (edebug-unwrap):
11687         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11688         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11689         (pcase--let*): Remove.
11690         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11691         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
11692         macroexp-const-p instead.
11693         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11695         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11696         instead of "cl-" for internal definitions.  Use macroexp-const-p.
11697         (cl-old-bc-file-form): Remove var.
11698         (cl-const-exprs-p): Remove fun.
11699         (cl-labels, cl-macrolet): Use backquote.
11700         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
11701         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11702         (cl-define-setf-expander): Rename from cl-define-setf-method.
11703         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11705         * international/mule-cmds.el: Don't require CL.
11706         (view-hello-file): Don't use `letf'.
11708 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11710         * tmm.el (tmm-prompt): Use string-prefix-p.
11711         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11712         (tmm-add-prompt): Use minibuffer-completion-help.
11713         (tmm-delete-map): Remove.
11715         * subr.el (kbd): Make it its own function.
11717 2012-06-07  Stefan Merten  <smerten@oekonux.de>
11719         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11720         Silence compiler warnings.  Fix versions.
11721         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11722         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11723         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11724         (rst-package-emacs-version-alist): Correct Emacs version to
11725         represent major merge with upstream.
11726         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11728 2012-06-06  Glenn Morris  <rgm@gnu.org>
11730         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11731         Only print environment variables if set.
11733 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11735         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11736         (macroexp--cons): Rename from maybe-cons.
11737         (macroexp--accumulate): Rename from macroexp-accumulate.
11738         (macroexp--all-forms): Rename from macroexpand-all-forms.
11739         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11740         (macroexp--expand-all): Rename from macroexpand-all-1.
11742 2012-06-06  Sam Steingold  <sds@gnu.org>
11744         * calendar/calendar.el (calendar-in-read-only-buffer):
11745         Call `special-mode' to enable the standard read-only keybindings.
11747 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11749         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11750         with "loading" messages (bug#11635).
11752 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
11754         * files.el (enable-remote-dir-locals): New option.
11755         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
11757         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11758         Ensure, that the temp directory is local.
11760         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11761         `temporary-file-directory'.
11763         * progmodes/python.el (python-send-region): Ensure, that the
11764         temporary file is created also in the remote case.
11766 2012-06-06  Glenn Morris  <rgm@gnu.org>
11768         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11769         (vc-rcs-update-changelog): Use it.
11771         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11773         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11774         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11775         (vc-sccs-diff): Replace use of the external vcdiff script.
11777 2012-06-05  Glenn Morris  <rgm@gnu.org>
11779         * ledit.el: Move to obsolete/.
11781 2012-06-05  Sam Steingold  <sds@gnu.org>
11783         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11784         patch (Bug#11140).
11786 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11788         * emacs-lisp/cust-print.el: Move to obsolete.
11790         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11791         compiler-macro expansion.
11793         Add native compiler-macro support.
11794         * emacs-lisp/macroexp.el (macroexpand-all-1):
11795         Support compiler-macros directly.  Properly follow aliases and apply
11796         the compiler macros more thoroughly.
11797         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11798         macroexpand now properly follows aliases.
11799         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11800         (cl-compiler-macroexpand): Use new prop.
11801         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11803         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11805 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
11807         * window.el (get-lru-window, get-mru-window, get-largest-window):
11808         New argument NOT-SELECTED to avoid picking the selected window.
11809         (window--display-buffer-1, window--display-buffer-2): Replace by
11810         new function window--display-buffer
11811         (display-buffer-same-window, display-buffer-reuse-window)
11812         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11813         Use window--display-buffer.
11814         (display-buffer-use-some-window): Remove temporary dedication
11815         hack by calling get-lru-window and get-largest-window with
11816         NOT-SELECTED argument non-nil.  Call window--display-buffer.
11818 2012-06-05  Glenn Morris  <rgm@gnu.org>
11820         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11821         Replace external vcdiff script.
11823 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11825         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11827 2012-06-04  Chong Yidong  <cyd@gnu.org>
11829         * image.el (imagemagick-types-inhibit): Revert last change.
11830         Add INFO and M.
11831         (imagemagick-enabled-types): Remove CIN and EPS*.
11833 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11835         * emacs-lisp/cl-lib.el: Rename from cl.el.
11836         * emacs-lisp/cl.el: New compatibility file.
11837         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11838         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11839         to obey the "cl-" prefix.
11840         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11842 2012-06-03  Glenn Morris  <rgm@gnu.org>
11844         * emacs-lisp/authors.el (authors-aliases): Addition.
11846         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11847         Fix :version.
11849 2012-06-03  Stefan Merten  <smerten@oekonux.de>
11851         * textmodes/rst.el: Add comments.
11852         (rst-transition, rst-adornment): New faces.
11853         (rst-adornment-faces-alist): Make default safe to reevaluate.
11854         Fixes
11855         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11856         Improve customization tags.
11857         (rst-define-level-faces): Clarify meaning.
11859 2012-06-03  Chong Yidong  <cyd@gnu.org>
11861         * progmodes/compile.el (compilation-mode-line-fail)
11862         (compilation-mode-line-run, compilation-mode-line-exit):
11863         New faces.
11864         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11866 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
11868         * progmodes/which-func.el (which-func-update-ediff-windows):
11869         New function.  Use it in ediff-select-hook (Bug#11478).
11871 2012-06-03  Chong Yidong  <cyd@gnu.org>
11873         * bindings.el: Remove explicit help text from format-mode-line.
11874         It is now supplied by mode-line-default-help-echo.
11875         (mode-line-front-space, mode-line-end-spaces)
11876         (mode-line-misc-info): New variables.
11877         (mode-line-modes, mode-line-position): Move the default value to
11878         the variable definition.
11879         (mode-line-default-help-echo): New defcustom.
11880         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11881         (mode-line-modified-help-echo): New functions.
11882         (mode-line-mule-info, mode-line-modified): Use them.
11883         (mode-line-eol-desc, propertized-buffer-identification):
11884         Consistency fixes for help text.
11885         (mode-line-coding-system-map): Allow using mouse-3 to invoke
11886         set-buffer-file-coding-system (Bug#289).
11887         (mode-line-mule-info-help-echo): Update help text.
11889 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11891         * simple.el (execute-extended-command): Set real-this-command
11892         (bug#11506).
11894 2012-06-02  Chong Yidong  <cyd@gnu.org>
11896         Remove incorrect uses of "modeline" in comments, docstrings, and
11897         function/variable names (Bug#10329).
11899         * cus-edit.el (mode-line):
11900         * dframe.el (dframe-mouse-hscroll):
11901         * emacs-lisp/re-builder.el:
11902         * emacs-lisp/easy-mmode.el (define-minor-mode):
11903         * frame.el (set-frame-name):
11904         * help.el (lookup-minor-mode-from-indicator):
11905         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11906         * progmodes/cc-cmds.el (c-toggle-auto-newline)
11907         (c-toggle-hungry-state):
11908         * progmodes/antlr-mode.el (antlr-language-alist):
11909         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11910         * progmodes/vhdl-mode.el (vhdl-mode):
11911         * progmodes/which-func.el (which-func, which-func-cleanup-function):
11912         * term/ns-win.el (ns-face-at-pos):
11913         * term/sup-mouse.el (sup-mouse-report):
11914         * textmodes/flyspell.el (flyspell-mode-line-string):
11915         * textmodes/ispell.el (ispell-highlight-face):
11916         * textmodes/reftex-global.el:
11917         * vc/vc-arch.el (vc-arch-mode-line-string):
11918         * vc/vc-cvs.el (vc-cvs-mode-line-string):
11919         * vc/vc-git.el (vc-git-mode-line-string):
11920         * vc/vc-hooks.el (vc-display-status)
11921         (vc-default-mode-line-string):
11922         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11924         * ansi-color.el (ansi-color-faces-vector): Change default faces.
11926         * dired.el (dired-sort-set-mode-line): Rename from
11927         dired-sort-set-modeline.  All callers changed.
11929         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11930         eshell-status-in-modeline.
11932         * foldout.el (foldout-mode-line-string): Rename from
11933         foldout-modeline-string.  All callers changed.
11934         (foldout-update-mode-line): Rename from foldout-update-modeline.
11936         * subr.el (redraw-modeline): Make into obsolete alias.
11938         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11939         timeclock-modeline-display.  Make old name an alias.
11940         (timeclock-update-mode-line): Likewise.  All callers changed.
11941         (timeclock-mode-line-display): No need to check before using
11942         add-hook.
11943         (timeclock-relative, timeclock-day-over-hook)
11944         (timeclock-use-elapsed, timeclock-mode-string)
11945         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11947         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11948         crisp-mode-modeline-string.
11950         * play/solitaire.el (solitaire-build-mode-line): Rename from
11951         solitaire-build-modeline.  All callers changed.
11953         * play/zone.el (zone-hiding-mode-line): Rename from
11954         zone-hiding-modeline.  All callers changed.
11955         (zone): Remove unusued `modeline-hidden-level' property.
11957         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11958         xscheme-modeline-initialize.  All callers changed.
11960         * strokes.el (strokes-lighter): Rename from
11961         strokes-modeline-string.
11963         * textmodes/sgml-mode.el (html-face-tag-alist)
11964         (html-tag-face-alist): Use mode-line face instead of obsolete
11965         alias modeline.
11967 2012-06-02  Stefan Merten  <smerten@oekonux.de>
11969         * textmodes/rst.el: Always require `cl'.
11970         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11972 2012-06-02  Chong Yidong  <cyd@gnu.org>
11974         * image.el (imagemagick-enabled-types): Rename from
11975         imagemagick-types-enable.  Add many more types.
11976         (imagemagick-types-inhibit): Change default to nil.
11977         (imagemagick-filter-types): Caller changed.
11979 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11981         * emacs-lisp/cl-macs.el: Use backquotes.
11982         (cl-transform-function-property): Use eval-and-compile rather than
11983         abusing `require'.
11984         (defstruct): Use declare-function instead of with-no-warnings.
11986         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11987         (byte-compile-output-docform): Re-add the print-circle bindings.
11988         (byte-compile-fix-header): Use #$ just because it's shorter.
11989         (byte-compile-output-file-form): Remove defun/defmacro.
11991 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
11993         * simple.el (choose-completion): Remove now obsolete binding for
11994         owindow.
11996 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
11998         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11999         in order to avoid "Stack overflow in regexp matcher".
12001 2012-05-31  Glenn Morris  <rgm@gnu.org>
12003         * image.el: For clarity, call imagemagick-register-types at
12004         top-level, rather than relying on a custom :initialize.
12005         (imagemagick-types-enable): New option.  (Bug#11557)
12006         (imagemagick-filter-types): New function.  (Bug#7406)
12007         (imagemagick-register-types): Use imagemagick-filter-types.
12008         If disabling support, remove elements altogether rather
12009         than using an impossible regexp.
12010         (imagemagick-types-inhibit): Give it the default init function.
12012 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12014         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12015         Handle arbitrary file name lengths (Bug#11585).
12017 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
12019         * desktop.el (desktop-read): Clear previous and next buffers for
12020         all windows and bury *Messages* buffer (bug#11556).
12022 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12024         Add `declare' for `defun'.  Align `defmacro's with it.
12025         * emacs-lisp/easy-mmode.el (define-minor-mode)
12026         (define-globalized-minor-mode): Don't autoload the var definitions.
12027         * emacs-lisp/byte-run.el: Use lexical-binding.
12028         (defun-declarations-alist, macro-declarations-alist): New vars.
12029         (defmacro, defun): Use them.
12030         (make-obsolete, define-obsolete-function-alias)
12031         (make-obsolete-variable, define-obsolete-variable-alias):
12032         Use `declare'.
12033         (macro-declaration-function): Mark obsolete.
12034         * emacs-lisp/autoload.el: Use lexical-binding.
12035         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
12037 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12039         * textmodes/ispell.el (ispell-with-no-warnings):
12040         Define as a macro.
12041         (ispell-kill-ispell, ispell-change-dictionary):
12042         Use `called-interactively-p' for Emacs instead of obsolete
12043         `interactive-p'.
12045 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12047         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12048         (macro-declaration-function): Move var from C code.
12049         (macro-declaration-function): Define function with defalias.
12050         * emacs-lisp/macroexp.el (macroexpand-all-1):
12051         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12052         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12053         defun/defmacro any more.
12054         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12055         Provide fallback for unknown arglist.
12056         (byte-compile-arglist-warn): Change calling convention.
12057         (byte-compile-output-file-form): Move print-vars binding.
12058         (byte-compile-output-docform): Simplify accordingly.
12059         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12060         (byte-compile-defmacro-declaration): Remove.
12061         (byte-compile-file-form-defmumble): Generalize to defalias.
12062         (byte-compile-output-as-comment): Return byte-positions.
12063         Simplify callers accordingly.
12064         (byte-compile-lambda): Use `assert'.
12065         (byte-compile-defun, byte-compile-defmacro): Remove.
12066         (byte-compile-file-form-defalias):
12067         Use byte-compile-file-form-defmumble.
12068         (byte-compile-defalias-warn): Remove.
12070 2012-05-29  Stefan Merten  <smerten@oekonux.de>
12072         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12073         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
12075         (rst-mode-abbrev-table): Merge definition.
12076         (rst-mode): Make sure `font-lock-defaults' is buffer local.
12077         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12079 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
12081         * calendar/icalendar.el
12082         (icalendar-export-region): Export UID properly.
12084 2012-05-29  Leo Liu  <sdl.web@gmail.com>
12085         * calendar/icalendar.el (icalendar-import-format):
12086         Add `icalendar-import-format-uid' (Bug#11525).
12087         (icalendar-import-format-uid): New.
12088         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12089         Export UID.
12091 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12093         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12094         different alternative patterns.
12095         (pcase-codegen): Be more careful to preserve identity.
12096         (pcase--u1): Don't forget to mark vars as used.
12098         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12099         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12100         (byte-compile-from-buffer): ...rather than here.
12102         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12103         functions from byte-compile-function-environment.
12105 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
12107         * window.el (window-deletable-p): Avoid deleting the root window
12108         of a frame with an active minibuffer.
12110 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
12112         * simple.el (choose-completion): Use quit-window (Bug#11567).
12114 2012-05-29  Chong Yidong  <cyd@gnu.org>
12116         * whitespace.el (whitespace-cleanup): Fix usage of
12117         whitespace-empty-at-bob-regexp (Bug#11492).
12119 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12121         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12122         revert (Bug#11488).
12124 2012-05-29  Juri Linkov  <juri@jurta.org>
12126         * isearch.el (isearch-mode-map): Bind `M-s _' to
12127         `isearch-toggle-symbol'.  Bind `M-s c' to
12128         `isearch-toggle-case-fold'.
12129         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12130         (isearch-forward): Add `M-s _' to the docstring.
12131         (isearch-forward-symbol, isearch-toggle-case-fold)
12132         (isearch-symbol-regexp): New functions.  (Bug#11381)
12134 2012-05-29  Juri Linkov  <juri@jurta.org>
12136         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
12137         (isearch-occur, isearch-search-and-update): If `isearch-word' is
12138         a function, call it to get the regexp.
12139         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12140         property `isearch-message-prefix' instead of the string "word ".
12141         (isearch-search-fun-default): For the case of `isearch-word',
12142         return a lambda that calls re-search-forward/re-search-backward
12143         with a regexp returned by `word-search-regexp' or by the function
12144         in `isearch-word'.
12146 2012-05-29  Juri Linkov  <juri@jurta.org>
12148         * isearch.el (isearch-search-fun-default): New function.
12149         (isearch-search-fun): Move default part to the new function
12150         `isearch-search-fun-default'.
12151         (isearch-search-fun-function): Set the default value to
12152         `isearch-search-fun-default'.  (Bug#11381)
12154         * comint.el (comint-history-isearch-end):
12155         Use `isearch-search-fun-default'.
12156         (comint-history-isearch-search): Use `isearch-search-fun-default'
12157         and remove spacial case for `isearch-word'.
12158         (comint-history-isearch-wrap): Remove spacial case for
12159         `isearch-word'.
12161         * hexl.el (hexl-isearch-search-function):
12162         Use `isearch-search-fun-default'.
12164         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12165         Use `word-search-regexp' for `isearch-word'.
12167         * misearch.el (multi-isearch-search-fun):
12168         Use `isearch-search-fun-default'.
12170         * simple.el (minibuffer-history-isearch-search):
12171         Use `isearch-search-fun-default' and remove spacial case for
12172         `isearch-word'.
12173         (minibuffer-history-isearch-wrap): Remove spacial case for
12174         `isearch-word'.
12176         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12177         Remove spacial case for `isearch-word'.
12178         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12180 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12182         Decrease XEmacs incompatibilities.
12183         * textmodes/flyspell.el (flyspell-check-pre-word-p):
12184         Use `string-match'.
12185         (flyspell-delete-region-overlays): Use alternative definition for
12186         XEmacs.
12187         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12188         (flyspell-word): Use `process-kill-without-query' if XEmacs.
12189         (flyspell-mode-on): Use `interactive-p' if XEmacs.
12190         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12191         `define-obsolete-face-alias' under XEmacs, but old method.
12193         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12194         `with-no-warnings' definition or Emacs alias.
12195         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12196         (ispell-word): Do not use `region-p' if XEmacs.
12198 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12200         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12201         Check for `ispell-dictionary-base-alist' instead of full
12202         `ispell-dictionary-alist'.
12203         (ispell-init-process): Show spellchecker when starting new Ispell
12204         process.
12206 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12208         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12209         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12211 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
12213         * version.el (motif-version-string, gtk-version-string)
12214         (ns-version-string): Declare.
12216 2012-05-27  Juri Linkov  <juri@jurta.org>
12218         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12219         after the `eval-defun-1' specialcaseing
12220         like in `edebug-eval-defun' (bug#10181).
12222         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12223         like in `eval-defun-1'.
12225 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
12227         * mail/sendmail.el (mail-yank-region):
12228         Recognize rmail-yank-current-message in addition to insert-buffer.
12229         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12230         a *mail* buffer created through rmail-start-mail with sendmail as
12231         mail-user-agent.
12233 2012-05-27  Chong Yidong  <cyd@gnu.org>
12235         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12236         Default to 256 (Bug#11267).
12238         * help.el (describe-mode): Doc fix.
12240 2012-05-26  Glenn Morris  <rgm@gnu.org>
12242         * w32-fns.el (w32-init-info): Remove.
12243         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12245         * info.el (info-initialize): For self-contained NS builds, put the
12246         included info/ directory at the front.  (Bug#2791)
12248         * paths.el (Info-default-directory-list): Make it a defcustom,
12249         mainly so that we can use custom-initialize-delay.
12251 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12253         * subr.el (buffer-has-markers-at): Mark obsolete.
12255         * subr.el (lambda): Use declare.
12257         * emacs-lisp/lisp-mode.el (lambda):
12258         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12260 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12262         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
12264 2012-05-26  Glenn Morris  <rgm@gnu.org>
12266         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12268 2012-05-25  Glenn Morris  <rgm@gnu.org>
12270         * paths.el: Remove no-byte-compile.
12271         * loadup.el: No need to load paths.el uncompiled.
12273         * image.el (imagemagick-types-inhibit): Doc fix.
12275         * version.el: Remove no-byte-compile and associated formatting.
12276         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
12277         is ancient code from when there was an "inc-vers.el".
12279 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12281         * progmodes/gdb-mi.el: Minor style changes.
12282         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12283         Turn into minor modes.
12284         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12285         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12286         (gdb-shell): Remove unneeded let-binding.
12287         (gdb-get-many-fields): Eliminate O(n²) behavior.
12289 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
12291         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12292         platforms that don't link in fontset.c.
12294 2012-05-25  Juri Linkov  <juri@jurta.org>
12296         Use the same diff color scheme as in modern VCSes (bug#10181).
12298         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12299         to avoid confusion with `diff-added' that now uses green colors.
12300         (diff-removed): Use shades of red.
12301         (diff-added): Use shades of green.
12302         (diff-changed): Leave just the yellow color.
12303         (diff-use-changed-face): New variable.
12304         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12305         how to highlight context diff changes.
12306         (diff-refine-change): Use shades of yellow.
12307         (diff-refine-removed): New face that uses shades of red.
12308         (diff-refine-added): New face that uses shades of green.
12309         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12310         `diff-refine-removed' in the call to `smerge-refine-subst'
12311         depending on the value of `diff-use-changed-face'.
12313         * vc/smerge-mode.el (smerge-mine): Use shades of red.
12314         (smerge-other): Use shades of green.
12315         (smerge-base): Use shades of yellow.
12316         (smerge-refined-change): Empty face.
12317         (smerge-refined-removed): New face that uses shades of red.
12318         (smerge-refined-added): New face that uses shades of green.
12319         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
12320         args `props-r' and `props-a', and use them.  Doc fix.
12321         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12322         on its value use different faces `smerge-refined-change',
12323         `smerge-refined-removed', `smerge-refined-added' in the call to
12324         `smerge-refine-subst'.
12326         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12327         Add face condition `min-colors 88' with shades of red.
12328         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12329         `min-colors 88' with shades of green.
12330         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12331         `min-colors 88' with shades of yellow.
12333 2012-05-24  Glenn Morris  <rgm@gnu.org>
12335         * paths.el (prune-directory-list, remote-shell-program): Move to...
12336         * files.el (prune-directory-list, remote-shell-program): ...here.
12337         For the latter, delay initialization, prefer ssh, just search PATH.
12339         * paths.el (term-file-prefix): Move to faces.el (the only user).
12340         * faces.el (term-file-prefix): Move here, make it a defcustom.
12342         * paths.el (news-directory, news-path, news-inews-program):
12343         Move to gnus/nnspool.el.
12345         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12347         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12348         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12349         Make the latter a defcustom, with a delayed initialization.
12351         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12352         These were deleted from Gnus itself late 2010.
12354 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
12356         * progmodes/which-func.el (which-func-ff-hook):
12357         Check against user-error, not error.
12359         * emacs-lisp/edebug.el (top): Do not load or set up loading of
12360         cl-specs.el, which no longer exists.
12362 2012-05-22  Glenn Morris  <rgm@gnu.org>
12364         * info.el (info-emacs-bug): New command.
12365         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12366         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12368 2012-05-21  Glenn Morris  <rgm@gnu.org>
12370         * makefile.w32-in (update-subdirs-SH):
12371         * Makefile.in (update-subdirs): Update for moved update-subdirs.
12373 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12375         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12377         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12378         Simplify Maven regexp, and make sure the file can't start with a space
12379         (bug#11517).
12381 2012-05-21  Glenn Morris  <rgm@gnu.org>
12383         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12384         Scrap superfluous subshells.
12386 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12388         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12389         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12391 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
12393         * calc/calc.el (calc-ensure-consistent-units): New variable.
12395         * calc/calc-units.el (math-consistent-units-p)
12396         (math-check-unit-consistency): New functions.
12397         (calc-quick-units, calc-convert-units):
12398         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12399         is non-nil.
12400         (calc-extract-units): Fix typo.
12402 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12406         * textmodes/flyspell.el: Commenting style, plus code simplifications.
12407         (flyspell-default-deplacement-commands): Don't spell check after
12408         repeated window/frame switches (e.g. triggered by mouse-movement).
12409         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12410         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12411         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12412         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12413         Remove unused vars.
12414         (flyspell-get-casechars, flyspell-get-not-casechars):
12415         Simplify; Don't bother removing a ] just to add it back.
12416         * textmodes/ispell.el (ispell-program-name): Use executable-find.
12418 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12420         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12421         New functions.
12422         (math-function-table): Add support for more C functions.
12424 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12426         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12427         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12428         Protect delay handling for otherchars against empty otherchars.
12430 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12432         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12433         their respective macro declarations.
12434         * skeleton.el (define-skeleton):
12435         * progmodes/compile.el (define-compilation-mode):
12436         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12437         (define-ibuffer-filter):
12438         * emacs-lisp/generic.el (define-generic-mode):
12439         * emacs-lisp/easy-mmode.el (define-minor-mode)
12440         (define-globalized-minor-mode):
12441         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12442         * emacs-lisp/byte-run.el (defsubst):
12443         * custom.el (deftheme): Add doc-string metadata.
12445 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12447         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12449 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12453         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12454         * emacs-lisp/cl-macs.el: Idem.
12455         * emacs-lisp/cl-specs.el: Remove.
12457 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         Minor renaming of internal CL functions and variables.
12460         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12461         (cl--position): Rename from cl-position.
12462         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12463         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12464         (cl--random-state): Rename from *random-state*.
12466 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12468         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12469         parens around the arg list (bug#11499).
12471 2012-05-17  Juri Linkov  <juri@jurta.org>
12473         * isearch.el (word-search-regexp, word-search-backward)
12474         (word-search-forward, word-search-backward-lax)
12475         (word-search-forward-lax): Move functions from search.c
12476         (bug#10145, bug#11381).
12478 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12480         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12481         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12482         Delay for otherchars as for normal word components.
12484 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12486         * minibuffer.el (completion--sifn-requote): Fix last change.
12487         (minibuffer-local-must-match-filename-map):
12488         Move define-obsolete-variable-alias before its var.
12490 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12492         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12494         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12495         behavior.
12496         (completion--string-equal-p): New function.
12497         (completion--twq-all): Use it to get better assertion failure data.
12499         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12500         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12501         (shell--requote-argument): New functions.
12502         (shell-completion-vars): Use them.
12503         (shell--parse-pcomplete-arguments): Rename from
12504         shell-parse-pcomplete-arguments.
12505         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12506         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12507         Obey comint-file-name-quote-list.
12509         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12510         (smie-indent-keyword): Use it.
12512 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12514         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12516 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12518         * net/rlogin.el (rlogin-mode-map): Fix last change.
12520 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12522         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12523         the following \r\n using a single `process-send-string', since the
12524         Lotus SMTP server refuses to accept any commands if they are sent
12525         with two `process-send-string's (Bug#11444).
12527 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12529         * shell.el (shell-parse-pcomplete-arguments):
12530         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12532 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12534         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12535         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12536         (image-transform-width, image-transform-fit-width): New functions.
12537         (image-transform-properties): Use them.
12538         (image-transform-check-size): New function.
12539         (image-toggle-display-image): Use it (for testing).
12540         (image-transform-set-rotation): Reduce angle mod 360.
12541         Delete obsolete comment.
12543 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12545         * image-mode.el: Fix scaling (bug#11399).
12546         (image-transform-resize): Doc fix.
12547         (image-transform-properties): Default scale is 1 and height should
12548         be an integer.
12550 2012-05-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
12552         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12553         than hard-coding `car', to fix misbehavior when moving forward.
12555 2012-05-13  Chong Yidong  <cyd@gnu.org>
12557         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12558         (tabulated-list-entries, tabulated-list-padding)
12559         (tabulated-list-sort-key): Make permanent-local.
12561         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12562         (electric-buffer-list): Put electric buffer menu
12563         command descriptions in this docstring, instead of the docstring
12564         of electric-buffer-menu-mode.  Code cleanups.
12565         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12566         Electric-buffer-menu-mode.
12567         (electric-buffer-update-highlight): Minor code cleanup.
12569 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12571         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12572         (Bug#11447)
12574 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12576         Move define-obsolete-variable-alias before the var's definition.
12577         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12578         * tooltip.el (tooltip-hook):
12579         * textmodes/reftex-toc.el (reftex-toc-map):
12580         * textmodes/reftex-sel.el (reftex-select-label-map)
12581         (reftex-select-bib-map):
12582         * textmodes/reftex-index.el (reftex-index-map)
12583         (reftex-index-phrases-map):
12584         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12585         * progmodes/meta-mode.el (meta-mode-map):
12586         * novice.el (disabled-command-hook):
12587         * loadhist.el (unload-hook-features-list):
12588         * frame.el (blink-cursor):
12589         * files.el (find-file-not-found-hooks, write-file-hooks)
12590         (write-contents-hooks):
12591         * emulation/tpu-edt.el (GOLD-map):
12592         * emacs-lock.el (emacs-lock-from-exiting):
12593         * emacs-lisp/generic.el (generic-font-lock-defaults):
12594         * emacs-lisp/chart.el (chart-map):
12595         * dos-fns.el (register-name-alist):
12596         * dired-x.el (dired-omit-files-p):
12597         * desktop.el (desktop-enable):
12598         * cus-edit.el (custom-mode-hook):
12599         * buff-menu.el (buffer-menu-mode-hook):
12600         * bookmark.el (bookmark-read-annotation-text-func)
12601         (bookmark-exit-hooks):
12602         * allout.el (allout-mode-deactivate-hook)
12603         (allout-exposure-change-hook, allout-structure-added-hook)
12604         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12605         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12606         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12607         comes before the corresponding variable's definition.
12609 2012-05-12  Chong Yidong  <cyd@gnu.org>
12611         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12612         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12613         (Buffer-menu-mode-map): Bind it.
12614         (Buffer-menu--pretty-name): Add a mouse-face property.
12616 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12618         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12619         (prolog-upper-case-string, prolog-lower-case-string)
12620         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12621         (prolog-use-smie, prolog-smie-grammar): New vars.
12622         (prolog-smie-forward-token, prolog-smie-backward-token)
12623         (prolog-smie-rules): New funs.
12624         (prolog-comment-indent): Remove.
12625         (prolog-mode-variables): Use default comment indentation instead.
12626         Setup SMIE.
12627         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12628         (prolog-mode): Don't call them any more.
12629         (prolog-electric-colon, prolog-electric-dash)
12630         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12632         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12634         * minibuffer.el (completion--twq-all): Again, allow case differences.
12636         * term.el: Move keymap initialization code to be more idiomatic.
12637         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12638         (term-terminal-menu): Move initialization into declaration.
12639         (term-escape-char): Let the user set it in her .emacs.
12641         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12642         Provide SMIE-based indentation (not enabled by default yet).
12643         (sh-mode-map): Don't bind electric keys.
12644         Use electric-pair-mode instead of skeleton-pair.
12645         (sh-assignment-regexp): Fit within 80 columns.
12646         (sh-indent-supported): Specify actual shell name instead of boolean.
12647         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12648         (sh-maybe-here-document): Use it.  Make obsolete.
12649         (sh-electric-here-document-mode) New minor mode.
12650         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
12651         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12652         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12653         (sh-smie-rc-grammar, sh-use-smie): New vars.
12654         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12655         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12656         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12657         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12658         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12659         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12660         (sh-set-shell): Use smie-setup if requested.
12662         * term.el (term-set-escape-char): Properly set term-escape-char.
12663         See http://stackoverflow.com/questions/10524656.
12665 2012-05-10  Chong Yidong  <cyd@gnu.org>
12667         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12668         Use url-generic-parse-url, and handle host names and Windows
12669         filenames properly.
12670         (ffap-url-unwrap-remote): Use url-generic-parse-url.
12671         (ffap-url-unwrap-remote): Accept list values, specifying a list of
12672         URL schemes to work on.
12673         (ffap--toggle-read-only): New function.
12674         (ffap-read-only, ffap-read-only-other-window)
12675         (ffap-read-only-other-frame): Use it.
12676         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12677         necessary for ffap-url-unwrap-remote.
12679 2012-05-10  Dave Abrahams  <dave@boostpro.com>
12681         * cus-start.el (create-lockfiles): Add it.
12683 2012-05-09  Chong Yidong  <cyd@gnu.org>
12685         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12686         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12688 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12690         * shell.el (shell-completion-vars): Fix last change (bug#11348).
12692 2012-05-09  Chong Yidong  <cyd@gnu.org>
12694         * ansi-color.el (ansi-color-process-output): Check for validity of
12695         comint-last-output-start before using it.  This avoids a bad
12696         interaction with gdb-mi's input/output buffer.
12698 2012-05-09  Glenn Morris  <rgm@gnu.org>
12700         * files.el (dir-locals-read-from-file):
12701         Mention dir-locals in any error message.
12703 2012-05-09  Chong Yidong  <cyd@gnu.org>
12705         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12706         package (Bug#11410).
12708         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12709         variables into description.
12711 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12713         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12714         shell-delimiter-argument-list (bug#11348).
12715         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12717 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
12719         * textmodes/rst.el: Silence byte-compiler warnings.
12720         (rst-re-alist, rst-reset-section-caches): Move around.
12721         (rst-re): Use `characterp', not `char-valid-p'.
12722         (font-lock-beg, font-lock-end): Declare.
12724         * progmodes/idlw-shell.el (specs): Remove reference to deleted
12725         variable `idlwave-shell-activate-alt-keybindings' and simplify.
12727         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12729 2012-05-08  Glenn Morris  <rgm@gnu.org>
12731         * files.el (auto-mode-alist): Treat ".make" like ".mk".
12733 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12735         * vc/log-edit.el: Add GNU coding standards highlighting.
12736         (log-edit-font-lock-gnu-style)
12737         (log-edit-font-lock-gnu-keywords): New vars.
12738         (log-edit-font-lock-keywords): New fun.
12739         (log-edit-mode): Don't fold case in font-lock.
12740         (log-edit-font-lock-keywords): Do not assume case-folding.
12742         * imenu.el: Misc cleanup.  Make docstrings out of comments.
12743         Use lexical-binding.
12744         (imenu--index-alist, imenu--last-menubar-index-alist)
12745         (imenu-menubar-modified-tick): Use defvar-local.
12746         (imenu--split-menu): Remove unused var.
12747         (imenu--cleanup-seen): Declare as global.
12748         (imenu--cleanup): Use dolist.
12750         * subr.el (defvar-local): Add debug spec and doc-string position.
12752 2012-05-08  Glenn Morris  <rgm@gnu.org>
12754         * language/burmese.el, language/cham.el, language/czech.el:
12755         * language/english.el, language/georgian.el, language/greek.el:
12756         * language/japanese.el, language/khmer.el, language/korean.el:
12757         * language/lao.el, language/misc-lang.el, language/romanian.el:
12758         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12759         * language/thai.el, language/utf-8-lang.el:
12760         Remove no-byte-compile setting.
12762         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
12764 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12766         * progmodes/make-mode.el (makefile-browse):
12767         Remove unnecessary interactive.  (Bug#11324)
12769 2012-05-07  Glenn Morris  <rgm@gnu.org>
12771         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12773         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12775 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12777         * loadup.el: Preload newcomment.el.
12778         * newcomment.el: Move autoload-only code to toplevel.
12780         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12781         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12782         Handle new :right-align column property.
12783         (tabulated-list-print-col): Idem, plus use `display' text-property to
12784         try and preserve alignment for variable pitch fonts.
12786 2012-05-07  Chong Yidong  <cyd@gnu.org>
12788         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12789         (tabulated-list-use-header-line): New var.
12790         (tabulated-list-init-header): Use it.
12791         (tabulated-list-print-fake-header): New function.
12792         (tabulated-list-print): Use it.
12793         (tabulated-list-sort-button-map): Add non-header-line commands.
12794         (tabulated-list-init-header): Add column name property to basic
12795         labels as well.
12796         (tabulated-list-col-sort): Handle non-header-line button case.
12797         (tabulated-list--sort-by-column-name): Fix a corner case.
12799         * buff-menu.el (list-buffers--refresh):
12800         Handle Buffer-menu-use-header-line.
12802 2012-05-06  Chong Yidong  <cyd@gnu.org>
12804         * buff-menu.el: Convert to Tabulated List mode.
12805         (Buffer-menu-buffer+size-width): Make obsolete.
12806         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12807         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12808         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
12809         documentation into docstring of buffer-menu.
12810         (Buffer-menu-toggle-files-only): Add an informative message.
12811         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12812         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12813         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12814         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12815         (Buffer-menu-execute, Buffer-menu-select)
12816         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12817         (Buffer-menu-bury): Use Tabulated List machinery.
12818         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12819         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12820         Delete.
12821         (list-buffers--refresh): New function.
12822         (list-buffers-noselect): Use it.
12823         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12824         (Buffer-menu--pretty-file-name): New helper functions.
12826         * loadup.el: Preload tabulated-list.
12828         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12829         tabulated-list-sort-column.
12830         (tabulated-list-init-header): Add the initial aligning space even
12831         if tabulated-list-padding is zero.
12833 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
12835         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12836         whose cdr is not a cons cell correctly (bug#11038).
12838 2012-05-06  Chong Yidong  <cyd@gnu.org>
12840         * emacs-lisp/tabulated-list.el (tabulated-list-format):
12841         Accept additional plist in column descriptors.
12842         (tabulated-list-init-header): Obey it.
12843         (tabulated-list-get-entry): New function.
12844         (tabulated-list-put-tag): Use it.  Use string-width instead of
12845         length.
12846         (tabulated-list--column-number): New function.
12847         (tabulated-list-print): Use it.
12848         (tabulated-list-print-col): New function.
12849         Set `tabulated-list-column-name' property on each column's text.
12850         (tabulated-list-print-entry): Use it.
12851         (tabulated-list-delete-entry, tabulated-list-set-col):
12852         New functions.
12853         (tabulated-list-sort-column): New command (Bug#11337).
12855         * buff-menu.el (list-buffers): Move C-x C-b binding from
12856         buff-menu.el to bindings.el.
12858         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12859         :advertised-binding feature.
12861 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
12863         * progmodes/compile.el (compilation-internal-error-properties):
12864         Calculate start position correctly when end-col is set but
12865         end-line is not (Bug#11382).
12867 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
12869         * man.el (Man-unindent): Use text-property-default-nonsticky to
12870         prevent untabify from inheriting face properties (Bug#11408).
12872 2012-05-05  Stefan Merten  <smerten@oekonux.de>
12874         * textmodes/rst.el: Major merge with upstream development up to
12875         Docutils SVN r7399 / rst.el V1.2.1.
12877         Clarify maintainership and authors.
12879         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12880         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12881         (rst-official-version, rst-official-cvs-rev, rst-version)
12882         (rst-package-emacs-version-alist): New functions and variables
12883         for version information.
12885         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12886         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12887         (rst-mode-syntax-table, rst-mode): New and corrected functions
12888         and variables representing reStructuredText features.
12890         (rst-re): New function for reStructuredText regexes.  Use in
12891         many places.
12893         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12894         (rst-mode-map): Rebind keys.
12896         (rst-mode-lazy, rst-font-lock-keywords)
12897         (rst-font-lock-extend-region)
12898         (rst-font-lock-extend-region-internal)
12899         (rst-font-lock-extend-region-extend)
12900         (rst-font-lock-find-unindented-line-limit)
12901         (rst-font-lock-find-unindented-line-match)
12902         (rst-adornment-level, rst-font-lock-adornment-level)
12903         (rst-font-lock-adornment-match)
12904         (rst-font-lock-handle-adornment-pre-match-form)
12905         (rst-font-lock-handle-adornment-matcher): Major revision of
12906         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
12908         (rst-preferred-adornments, rst-adjust-hook)
12909         (rst-new-adornment-down, rst-preferred-bullets)
12910         (rst-preferred-bullets, rst-indent, rst-indent-width)
12911         (rst-indent-field, rst-indent-literal-normal)
12912         (rst-indent-literal-minimized, rst-indent-comment): Change,
12913         extend and improve customization.
12915         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12916         (rst-normalize-cursor-position, rst-get-decoration)
12917         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12918         (rst-rstrip, rst-toc-insert-find-delete-contents)
12919         (rst-shift-fill-region, rst-compute-bullet-tabs)
12920         (rst-debug-print-tabs, rst-debug-mark-found)
12921         (rst-shift-region-guts, rst-shift-region-right)
12922         (rst-shift-region-left, rst-use-char-classes)
12923         (rst-font-lock-keywords-function)
12924         (rst-font-lock-indentation-point)
12925         (rst-font-lock-find-unindented-line-begin)
12926         (rst-font-lock-find-unindented-line-end)
12927         (rst-font-lock-find-unindented-line)
12928         (rst-font-lock-adornment-point, rst-font-lock-level)
12929         (rst-adornment-level-alist): Remove functions and variables.
12931         (rst-compare-adornments, rst-get-adornment-match)
12932         (rst-suggest-new-adornment, rst-get-adornments-around)
12933         (rst-adornment-complete-p, rst-get-next-adornment)
12934         (rst-adjust-adornment, rst-display-adornments-hierarchy)
12935         (rst-straighten-adornments): Standardize function names to
12936         use "adornment" instead of "decoration".  Correct callers.
12937         Similar standardizing in many places.
12939         (rst-update-section, rst-adjust, rst-promote-region)
12940         (rst-enumerate-region, rst-bullet-list-region)
12941         (rst-repeat-last-character): Correct use of `interactive'.
12943         (rst-classify-adornment, rst-find-all-adornments)
12944         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12945         (rst-find-leftmost-column, rst-repeat-last-character):
12946         Refactor functions.
12948         (rst-find-title-line, rst-reset-section-caches)
12949         (rst-get-adornments-around, rst-adjust-adornment-work)
12950         (rst-arabic-to-roman, rst-roman-to-arabic)
12951         (rst-insert-list-pos, rst-insert-list-new-item)
12952         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12953         New functions.
12955         (rst-all-sections, rst-section-hierarchy)
12956         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12957         New variables.
12959         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12960         configuration instead of only buffer.  Change where necessary.
12962         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12963         (rst-shift-region, rst-adaptive-fill): New functions for
12964         indentation and filling.
12966         (rst-comment-line-break, rst-comment-indent)
12967         (rst-comment-insert-comment, rst-comment-region)
12968         (rst-uncomment-region): New functions for handling comments.
12970         (rst-compile): Quote shell arguments.
12972         (rst-compile-pdf-preview, rst-compile-slides-preview):
12973         Delete temporary files after use.
12975 2012-05-05  Glenn Morris  <rgm@gnu.org>
12977         * calendar/cal-html.el: Optionally include holidays in the output.
12978         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12979         (cal-html-holidays): New option.
12980         (cal-html-css-default): Add holiday entry.
12981         (holiday-in-range): Autoload it.
12982         (cal-html-htmlify-entry): Add optional class argument.
12983         (cal-html-htmlify-list): Add optional holidays argument.
12984         (cal-html-insert-agenda-days): Include holidays in the output.
12985         (cal-html-one-month): Maybe include holidays.
12987         * calendar/holidays.el (holiday-in-range):
12988         Move here from cal-tex-list-holidays.
12989         * calendar/cal-tex.el (cal-tex-list-holidays):
12990         Make it an obsolete alias for holiday-in-range.  Update all callers.
12992 2012-05-05  Chong Yidong  <cyd@gnu.org>
12994         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12995         Nextstep.
12997 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
12999         * files.el (file-auto-mode-skip): New var.
13000         (set-auto-mode-1): Use it.
13002 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13004         * repeat.el: Use lexical-binding.
13005         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13006         (repeat-undo-count): Remove.
13007         (repeat):
13008         * progmodes/octave-mod.el (octave-abbrev-start):
13009         * progmodes/f90.el (f90-abbrev-start):
13010         * face-remap.el (text-scale-adjust):
13011         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13013         * emacs-lisp/pcase.el (pcase--let*): New function.
13014         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13015         a bit more.
13016         (pcase--split-pred): Be more clever about ruling out overlap between
13017         a predicate and some constant pattern.
13018         (pcase--q1): Use `null' instead of (eq foo nil).
13020         * subr.el (setq-local, defvar-local): New macros.
13021         (kbd): Redefine as an alias.
13022         (with-selected-window): Leave unrelated frames alone.
13023         (set-temporary-overlay-map): New function.
13025 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13027         * subr.el (user-error): New function.
13028         * window.el (switch-to-buffer):
13029         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13030         (smerge-match-conflict):
13031         * simple.el (previous-matching-history-element)
13032         (next-matching-history-element, goto-history-element, undo-more)
13033         (undo-start):
13034         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13035         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13036         (next-file, tags-loop-scan, list-tags, complete-tag):
13037         * progmodes/compile.el (compilation-loop):
13038         * mouse.el (mouse-minibuffer-check):
13039         * man.el (Man-bgproc-sentinel, Man-goto-page):
13040         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13041         (Info-history-forward, Info-follow-reference, Info-menu)
13042         (Info-extract-menu-item, Info-extract-menu-counting)
13043         (Info-forward-node, Info-backward-node, Info-next-menu-item)
13044         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13045         (Info-next-reference, Info-prev-reference, Info-index)
13046         (Info-index-next, Info-follow-nearest-node)
13047         (Info-copy-current-node-name):
13048         * imenu.el (imenu--make-index-alist)
13049         (imenu-default-create-index-function, imenu-add-to-menubar):
13050         * files.el (basic-save-buffer, recover-file):
13051         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13052         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13053         (checkdoc-message-text, checkdoc-defun):
13054         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13055         * cus-edit.el (customize-changed-options, customize-rogue)
13056         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13057         (custom-variable-mark-to-reset-standard)
13058         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13059         (custom-file):
13060         * completion.el (check-completion-length):
13061         * comint.el (comint-search-arg)
13062         (comint-previous-matching-input-string-position)
13063         (comint-previous-matching-input)
13064         (comint-replace-by-expanded-history-before-point, comint-send-input)
13065         (comint-copy-old-input, comint-backward-matching-input)
13066         (comint-goto-process-mark, comint-set-process-mark):
13067         * calendar/calendar.el (calendar-cursor-to-date): Use it.
13068         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13070 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13072         * dabbrev.el (dabbrev--ignore-case-p): New function.
13073         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13074         Use it.
13076         * files.el (automount-dir-prefix): Mark as obsolete.
13078 2012-05-04  Glenn Morris  <rgm@gnu.org>
13080         * patcomp.el, play/bruce.el: Move to obsolete/.
13082 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
13084         Fix minor Y10k bugs.
13085         * arc-mode.el (archive-unixdate):
13086         * autoinsert.el (auto-insert-alist):
13087         * calc/calc-forms.el (math-this-year):
13088         * emacs-lisp/copyright.el (copyright-current-year)
13089         (copyright-update-year, copyright):
13090         * tar-mode.el (tar-clip-time-string):
13091         * time.el (display-time-update):
13092         Don't assume years have 4 digits.
13094 2012-05-04  Chong Yidong  <cyd@gnu.org>
13096         * dos-w32.el (file-name-buffer-file-type-alist)
13097         (direct-print-region-use-command-dot-com):
13098         * ffap.el (ffap-menu-regexp):
13099         * find-file.el (ff-special-constructs):
13100         * follow.el (follow-debug):
13101         * forms.el (forms--debug):
13102         * iswitchb.el (iswitchb-all-frames):
13103         * ido.el (ido-all-frames):
13104         * emacs-lisp/timer.el (timer-max-repeats):
13105         * mail/feedmail.el (feedmail-mail-send-hook)
13106         (feedmail-mail-send-hook-queued):
13107         * mail/footnote.el (footnote-signature-separator):
13108         * mail/mailabbrev.el (mail-alias-separator-string)
13109         (mail-abbrev-mode-regexp):
13110         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13111         * progmodes/idlwave.el (idlwave-libinfo-file)
13112         (idlwave-default-completion-case-is-down)
13113         (idlwave-library-routines): Convert defvars to defcustoms.
13115         * mail/rmail.el (rmail-decode-mime-charset):
13116         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13117         (idlwave-shell-fix-inserted-breaks)
13118         (idlwave-shell-activate-alt-keybindings)
13119         (idlwave-shell-use-breakpoint-glyph):
13120         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13122 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13124         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13126 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
13128         * progmodes/verilog-mode.el (font-lock-keywords):
13129         Fix mis-highligting auto.  Reported by Craig Barner.
13130         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13131         defines from global name space.  Reported by Dan Dever.
13132         (verilog-auto-reset, verilog-auto-reset-widths)
13133         (verilog-auto-tieoff): Support using unbased numbers for
13134         AUTORESET and AUTOTIEOFF.
13135         (verilog-submit-bug-report): Update variable list.
13136         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13137         parenthesis from not matching.  Reported by Michael Rytting.
13138         (verilog-auto-template-lint): Fix hash error when linting modules
13139         with no used templates.
13140         (verilog-warn, verilog-warn-error)
13141         (verilog-warn-fatal): When non-interactive report multiple
13142         warnings before exiting.  Suggested by Brad Dobbie.
13143         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13144         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13145         to report unused template errors.  Reported by Brad Dobbie.
13146         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13147         nets, bug438.  Reported by Vns Blore.
13148         (verilog-auto-inout-module, verilog-auto-reg)
13149         (verilog-read-decls, verilog-read-sub-decls-sig)
13150         (verilog-signals-edit-wire-reg, verilog-signals-with):
13151         Fix passing of Verilog data types in ANSI input/output ports
13152         such as "output logic" into the AUTOs.  Special case "wire" and
13153         "reg" for backwards compatibility presuming Verilog 2001.
13154         (verilog-auto-ascii-enum): Add "auto enum" as alias.
13155         (verilog-preprocess): Fix replication of preprocess output.
13156         Reported by Brad Dobbie.
13157         (verilog-auto-inst-interfaced-ports):
13158         Create verilog-auto-inst-interfaced-ports, bug429.
13159         Reported by Julian Gorfajn.
13160         (verilog-after-save-font-hook)
13161         (verilog-before-save-font-hook): New variable.
13162         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13163         (verilog-save-font-mods): Wrap disabling fontification, reported
13164         by David Rogoff.
13165         (verilog-do-indent, verilog-pretty-declarations-auto)
13166         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13167         Reported by Pierre-David Pfister.
13168         (verilog-set-auto-endcomments): Fix endtask auto comments outside
13169         of class declarations, bug292.  Reported by Kevin Heilman.
13170         (verilog-read-decls): Fix 'parameter type' not appearing in
13171         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
13172         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13173         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
13174         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13175         Reported by David Kravitz.
13177 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
13179         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13180         assignment with tests in ifs and for loops.
13181         (verilog-extended-complete-re, verilog-complete-reg): Change so
13182         that DPI inport functions don't look like fuction declarations.
13183         (verilog-pretty-expr): Don't line up assignment
13184         operations to the test and increment in if and for loops
13185         (verilog-extended-complete-re, verilog-complete-reg): Change so
13186         that DPI inport functions don't look like fuction declarations.
13188 2012-05-03  Kenichi Handa  <handa@m17n.org>
13190         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13191         decoding, and show a warning message without signaling an error
13192         (Bug#11282).
13194 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13196         * emacs-lisp/bytecomp.el
13197         (byte-compile-file-form-custom-declare-variable): Compile all elements,
13198         since cconv.el might have introduced :fun-body, internal-make-closure,
13199         and friends for bytecomp to handle (bug#11391).
13200         * custom.el (defcustom): Avoid ((λ ..) ..).
13202 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13204         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13206 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
13208         * notifications.el (dbus-debug):
13209         * term/linux.el (gpm-mouse-enable):
13210         * term/screen.el (xterm-register-default-colors): Declare.
13212 2012-05-02  Chong Yidong  <cyd@gnu.org>
13214         * cus-start.el (gc-cons-percentage, exec-suffixes)
13215         (dos-display-scancodes, dos-hyper-key, dos-super-key)
13216         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13217         (make-cursor-line-fully-visible, void-text-area-pointer)
13218         (font-list-limit): Add customization data.
13220         * allout.el (allout-exposure-change-functions)
13221         (allout-structure-added-functions)
13222         (allout-structure-deleted-functions)
13223         (allout-structure-shifted-functions): Rename abnormal hooks from
13224         *-hook, and convert to defcustoms.
13225         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13226         Convert to defcustoms.
13227         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13229         * allout-widgets.el: Hook callers changed.
13231 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
13233         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13234         the yanked message in preference to the default value of
13235         buffer-file-coding-system.
13237 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
13239         * window.el (display-buffer--action-function-custom-type):
13240         Fix entry.
13242 2012-05-02  Alan Mackenzie  <acm@muc.de>
13244         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13246 2012-05-01  Glenn Morris  <rgm@gnu.org>
13248         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13250         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
13252         * cus-edit.el (custom-variable-documentation): Simplify with format.
13254 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13255             Stefan Monnier  <monnier@iro.umontreal.ca>
13257         * simple.el (suggest-key-bindings, execute-extended-command):
13258         Move from keyboard.c.
13260 2012-05-01  Chong Yidong  <cyd@gnu.org>
13262         * follow.el: Eliminate advice.
13263         (set-process-filter, process-filter, sit-for): Advice deleted.
13264         (follow-mode-off-hook): Obsolete hook removed.
13265         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13266         Vars deleted.
13267         (follow-auto): Use a :set function.
13268         (follow-mode): Rewritten.  Don't advise process filters.
13269         (follow-switch-to-current-buffer-all, follow-scroll-up)
13270         (follow-scroll-down): Assume follow-mode is bound.
13271         (follow-comint-scroll-to-bottom)
13272         (follow-align-compilation-windows): New functions.
13273         (follow--window-sorter): New function.
13274         (follow-all-followers): Use it to explicitly sort windows by their
13275         positions; don't make assumptions about next-window order.
13276         (follow-windows-start-end, follow-delete-other-windows-and-split)
13277         (follow-calc-win-start): Doc fix.
13278         (follow-windows-aligned-p, follow-select-if-visible): Don't call
13279         vertical-motion unnecessarily.
13280         (follow-adjust-window): New function.
13281         (follow-post-command-hook): Use it.
13282         (follow-call-set-process-filter, follow-call-process-filter)
13283         (follow-intercept-process-output, follow-tidy-process-filter-alist)
13284         (follow-stop-intercept-process-output, follow-generic-filter):
13285         Functions deleted.
13286         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13287         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13288         New functions, replacing advice on scroll-bar-* commands.
13289         (follow-mwheel-scroll): New function (Bug#4112).
13291         * comint.el (comint-adjust-point): New function.
13292         (comint-postoutput-scroll-to-bottom): Use it.
13293         Call follow-comint-scroll-to-bottom for Follow mode buffers.
13295 2012-05-01  Glenn Morris  <rgm@gnu.org>
13297         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13298         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13299         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13300         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13301         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13302         Remove no-byte-compile setting.
13304 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13306         * minibuffer.el (completion-table-with-quoting): Fix compatibility
13307         all-completions code to not return a number in the last cdr.
13309 2012-04-30  Leo Liu  <sdl.web@gmail.com>
13311         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13312         read-only error.
13314 2012-04-29  Chong Yidong  <cyd@gnu.org>
13316         * follow.el (follow-calc-win-end): Rewrite to handle partial
13317         screen lines correctly (Bug#8390).
13318         (follow-avoid-tail-recenter): Minor cleanup.
13320 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         Avoid the obsolete `assoc' package.
13323         * speedbar.el (speedbar-refresh): Avoid adelete.
13324         (speedbar-file-lists): Simplify and avoid aput.
13325         * man.el (Man--sections, Man--refpages): New vars, replacing
13326         Man-sections-alist and Man-refpages-alist.
13327         (Man-build-section-alist, Man-build-references-alist):
13328         Use them; avoid aput.
13329         (Man--last-section, Man--last-refpage): New vars.
13330         (Man-follow-manual-reference): Use them.
13331         Use the `default' arg of completing-read.
13332         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
13334 2012-04-27  Chong Yidong  <cyd@gnu.org>
13336         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13338         * startup.el (x-apply-session-resources): New function.
13340         * term/ns-win.el (ns-initialize-window-system):
13341         * term/w32-win.el (w32-initialize-window-system):
13342         * term/x-win.el (x-initialize-window-system): Use it to properly
13343         set menu-bar-mode and other vars from X resources, even if the
13344         initial frame is not a window-system frame (Bug#2299).
13346         * subr.el (read-key): Avoid running filter function when setting
13347         up temporary tool bar entries (Bug#9922).
13349 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13351         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13352         (Bug#11344)
13354 2012-04-27  Chong Yidong  <cyd@gnu.org>
13356         * select.el (xselect--encode-string): New function, split from
13357         xselect-convert-to-string.
13358         (xselect-convert-to-string): Use it.
13359         (xselect-convert-to-filename, xselect-convert-to-os)
13360         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13361         returned strings are properly encoded (Bug#11315).
13363 2012-04-27  Chong Yidong  <cyd@gnu.org>
13365         * simple.el (delete-active-region): Move to killing custom group.
13367 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13369         * progmodes/which-func.el (which-func-current): Quote %
13370         characters for mode-line processing.
13372 2012-04-27  Chong Yidong  <cyd@gnu.org>
13374         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13375         reaching eob (Bug#11286).
13377 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
13379         * progmodes/gdb-mi.el (gdb-control-level): New variable.
13380         (gdb): Make it buffer-local and init to zero.
13381         (gdb-control-commands-regexp): New variable.
13382         (gdb-send): Don't wrap in "-interpreter-exec console" if
13383         gdb-control-level is positive.  Increment gdb-control-level
13384         whenever the command matches gdb-control-commands-regexp, and
13385         decrement it each time the command is "end".  (Bug#11279)
13387 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
13389         * window.el (adjust-window-trailing-edge, enlarge-window)
13390         (shrink-window, window-resize):
13391         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13392         windows (Bug#11276).
13394 2012-04-27  Chong Yidong  <cyd@gnu.org>
13396         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13397         fix "missing prefix" warning.  All callers changed.
13399 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13401         * emacs-lisp/assoc.el: Move to obsolete/.
13403 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13405         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13407         * term/ns-win.el (ns-define-service):
13408         * progmodes/pascal.el (pascal-goto-defun):
13409         * progmodes/js.el (js--read-tab):
13410         * progmodes/etags.el (tags-lazy-completion-table):
13411         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13412         * emacs-lisp/ewoc.el (ewoc--wrap):
13413         * emacs-lisp/assoc.el (aput, adelete, amake):
13414         * doc-view.el (doc-view-convert-current-doc):
13415         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13417 2012-04-26  Chong Yidong  <cyd@gnu.org>
13419         * image.el (image-type-from-buffer): Only return supported image
13420         type (Bug#9045).
13422         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13423         value, for symmetry with diff-end-of-hunk.
13424         (diff-split-hunk, diff-find-source-location)
13425         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13426         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13427         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13428         compute the relevant hunk or file properly (Bug#6005).
13429         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13431 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13433         * vc/vc-mtn.el:
13434         * vc/vc-hg.el:
13435         * vc/vc-git.el:
13436         * vc/vc-dir.el:
13437         * vc/vc-cvs.el:
13438         * vc/vc-bzr.el:
13439         * vc/vc-arch.el:
13440         * vc/vc.el: Replace lexical-let by lexical-binding.
13441         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13442         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13443         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13445 2012-04-26  Chong Yidong  <cyd@gnu.org>
13447         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13448         (diff-mode-shared-map): Bind it to / and [remap undo].
13450         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13451         (ediff-window-setup-function): Use it as the default, to set up
13452         windows based on whether the current frame is graphical (Bug#2138).
13453         (ediff-choose-window-setup-function-automatically): Make obsolete.
13455         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13457 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13459         * ffap.el: Remove old code for obsolete package.
13460         (ffap-complete-as-file-p): Remove.
13462         Use completion-table-with-quoting for comint and pcomplete.
13463         * comint.el (comint--unquote&requote-argument)
13464         (comint--unquote-argument, comint--requote-argument): New functions.
13465         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13466         (comint-quote-filename): Use regexp-opt-charset.
13467         (comint--common-suffix, comint--common-quoted-suffix)
13468         (comint--table-subvert): Remove.
13469         (comint-unquote-function, comint-requote-function): New vars.
13470         (comint--complete-file-name-data): Use them with
13471         completion-table-with-quoting.
13472         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13473         * pcomplete.el (pcomplete-arg-quote-list)
13474         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13475         (pcomplete-unquote-argument-function): Default to non-nil.
13476         (pcomplete-unquote-argument): Simplify.
13477         (pcomplete--common-quoted-suffix): Remove.
13478         (pcomplete-requote-argument-function): New var.
13479         (pcomplete--common-suffix): New function.
13480         (pcomplete-completions-at-point): Use completion-table-with-quoting
13481         and completion-table-subvert.
13483         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13484         (minibuffer--double-dollars): Preserve properties.
13485         (completion--sifn-requote): New function.
13486         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13488         * minibuffer.el: Add support for completion of quoted/escaped data.
13489         (completion-table-with-quoting, completion-table-subvert): New funs.
13490         (completion--twq-try, completion--twq-all): New functions.
13491         (completion--nth-completion): New function.
13492         (completion-try-completion, completion-all-completions): Use it.
13494 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13496         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13497         Use compilation-message if available to find real filename.
13499 2012-04-25  Chong Yidong  <cyd@gnu.org>
13501         * vc/diff-mode.el (diff-setup-whitespace): New function.
13502         (diff-mode): Use it.
13504         * vc/diff.el (diff-sentinel):
13505         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13506         Whitespace mode variables based on diff style (Bug#8612).
13508 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13510         * progmodes/python.el (python-send-region): Add suffix .py to the
13511         temp file.
13513         * files.el (auto-mode-alist): Use javascript-mode instead.
13515 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13517         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13519         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13520         (soap-resolve-references-for-array-type): Hack to prevent self
13521         references, see Bug#9.
13522         (soap-parse-envelope): Report the contents of the 'detail' node
13523         when receiving a fault reply.
13524         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13526         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13527         (soap-inspect-simple-type): New function.
13529         * net/soap-client.el (soap-simple-type): New struct.
13530         (soap-default-xsd-types, soap-default-soapenc-types)
13531         (soap-decode-basic-type, soap-encode-basic-type):
13532         support unsignedInt and double basic types.
13533         (soap-resolve-references-for-simple-type)
13534         (soap-parse-simple-type, soap-encode-simple-type): New function.
13535         (soap-parse-schema): Parse xsd:simpleType declarations.
13537         * net/soap-client.el (soap-default-xsd-types)
13538         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13539         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13540         the local name of "soapenc:Array".
13541         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13542         decoding integer, byte and anyURI xsd types.
13544 2012-04-25  Chong Yidong  <cyd@gnu.org>
13546         * cus-edit.el (custom-buffer-create-internal): Update header text.
13548 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13550         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13551         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13552         set interactive-mode on in GDB.
13554 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13556         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13557         (ruby-syntax-propertize-regexp): Remove.
13558         (ruby-syntax-propertize-function): Split regexp into chunks.
13559         Match following code directly.
13561 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13563         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13564         (ruby-syntax-propertize-regexp): New function.
13565         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13566         by a special keyword.
13568         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13569         (ruby-syntax-general-delimiters-goto-beg)
13570         (ruby-syntax-propertize-general-delimiters): New functions.
13571         (ruby-syntax-propertize-function): Use them to handle GDL.
13572         (ruby-font-lock-keywords): Move old handling of GDL...
13573         (ruby-font-lock-syntactic-keywords): .. to here.
13574         (ruby-calculate-indent): Adjust indentation for GDL.
13576 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13578         * notifications.el (top): Remove unneeded declarations.
13579         (notifications-specification-version): Change to "1.2".
13580         (notifications-interface, notifications-notify-method)
13581         (notifications-close-notification-method): Fix docstring.
13582         (notifications-get-capabilities-method): New defconst.
13583         (notifications-notify): Add :action-items, :resident and
13584         :transient hints.  Change "image_data" to "image-data" and
13585         "image_path" to "image-path".
13586         (notifications-get-capabilities): New defun.
13588 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13590         * progmodes/python.el: Move hideshow setup to the end.
13592 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13594         * window.el (handle-select-window): Clear echo area since this is
13595         no more done by read_char (Bug#11304).
13597 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13599         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13600         and `/ M' to filter-derived-mode.
13601         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13602         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13603         (ibuffer-mark-by-mode): Use default rather than initial-input.
13604         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13606 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13608         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13609         (ibuffer-filter-by-derived-mode): New filter.
13610         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13612 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13614         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13616 2012-04-23  Chong Yidong  <cyd@gnu.org>
13618         * cus-edit.el (customize-apropos, customize-apropos-options):
13619         Disable matching of non-option variables (Bug#11176).
13620         (customize-option, customize-option-other-window)
13621         (customize-changed-options): Doc fix.
13622         (customize-apropos-options, customize-apropos-faces)
13623         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13625         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13626         Fix word list splitting (Bug#11132).
13627         (apropos-symbol, apropos-keybinding, apropos-label)
13628         (apropos-property, apropos-function-button)
13629         (apropos-variable-button, apropos-misc-button): New faces.
13630         (apropos-symbol-face, apropos-keybinding-face)
13631         (apropos-label-face, apropos-property-face, apropos-match-face):
13632         Variables removed (Bug#8396).
13633         (apropos-library-button, apropos-format-plist, apropos-print)
13634         (apropos-print-doc, apropos-describe-plist): Callers changed.
13636 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13638         * net/xesam.el (xesam-mode-map): Use let-bound map in
13639         initialization.  (Bug#11292)
13641 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13643         Preserve ispell session localwords when switching back to
13644         original buffer.
13646         * textmodes/ispell.el (ispell-buffer-session-localwords):
13647         New buffer-local variable to hold buffer session localwords.
13648         (ispell-kill-ispell): Add option 'clear to delete session
13649         localwords.
13650         (ispell-command-loop, ispell-change-dictionary)
13651         (ispell-buffer-local-words): Preserve session localwords when
13652         needed.
13654         * textmodes/flyspell.el (flyspell-process-localwords)
13655         (flyspell-do-correct): Preserve session localwords when needed.
13657 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13659         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13660         using obsolete `translation-table-for-input'.
13661         (ispell-word, ispell-process-line, ispell-complete-word):
13662         Use plain `insert' instead of removed `ispell-insert-word'.
13664 2012-04-22  Chong Yidong  <cyd@gnu.org>
13666         * cus-edit.el (custom-variable-menu)
13667         (custom-variable-reset-saved, custom-face-menu)
13668         (custom-face-reset-saved): If there is no saved value, make the
13669         "reset-saved" operation bring back the default (Bug#9509).
13670         (custom-face-state): Properly detect themed faces.
13672         * faces.el (face-spec-set): Stop supporting deprecated form of
13673         third arg.
13675 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
13677         Move functions from C to Lisp.  Make non-blocking method calls
13678         the default.  Implement further D-Bus standard interfaces.
13680         * net/dbus.el (dbus-message-internal): Declare function.
13681         Remove unneeded function declarations.
13682         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13683         (dbus-message-type-method-return, dbus-message-type-error)
13684         (dbus-message-type-signal): Declare variables.  Remove local
13685         definitions.
13686         (dbus-interface-dbus, dbus-interface-peer)
13687         (dbus-interface-introspectable, dbus-interface-properties)
13688         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13689         Adapt docstring.
13690         (dbus-interface-objectmanager): New defconst.
13691         (dbus-call-method, dbus-call-method-asynchronously)
13692         (dbus-send-signal, dbus-method-return-internal)
13693         (dbus-method-error-internal, dbus-register-service)
13694         (dbus-register-signal, dbus-register-method): New defuns, moved
13695         from dbusbind.c
13696         (dbus-call-method-handler, dbus-setenv)
13697         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13698         New defuns.
13699         (dbus-call-method-non-blocking): Make it an obsolete function.
13700         (dbus-unregister-object, dbus-unregister-service)
13701         (dbus-handle-event, dbus-register-property)
13702         (dbus-property-handler): Obey the new structure of
13703         `bus-registered-objects'.
13704         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
13705         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13706         Use `dbus-call-method'.
13708 2012-04-22  Chong Yidong  <cyd@gnu.org>
13710         * cus-edit.el (custom-commands, custom-reset-menu)
13711         (Custom-reset-standard): Tweak labels.
13712         (custom-reset-button-menu): Change default to t.
13713         (custom-buffer-create-internal): For the custom-reset-button-menu
13714         case, put the revert button first.
13715         (custom-group-subtitle): New face.
13716         (custom-group-value-create): Align docstring to a specific column.
13718         * wid-edit.el (widget-documentation-link-add): Don't handle
13719         indentation in this function.
13720         (widget-documentation-string-indent-to): New function.
13721         (widget-documentation-string-value-create): Use it.
13723         * autorevert.el (auto-revert):
13724         * epg-config.el (epg):
13725         * ibuffer.el (ibuffer):
13726         * mpc.el (mpc):
13727         * ses.el (ses):
13728         * eshell/eshell.el (eshell):
13729         * net/ange-ftp.el (ange-ftp):
13730         * progmodes/ebnf2ps.el (postscript):
13731         * progmodes/flymake.el (flymake):
13732         * progmodes/prolog.el (prolog):
13733         * progmodes/verilog-mode.el (verilog-mode):
13734         * progmodes/which-func.el (which-func):
13735         * term/xterm.el (xterm):
13736         * textmodes/picture.el (picture):
13737         * textmodes/tildify.el (tildify):
13738         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13739         customization buffers.
13741 2012-04-22  Alan Mackenzie  <acm@muc.de>
13743         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13744         Adding a ) can hide the resulting (..) from searches.  Fix it.
13745         Bound the backward search to the position of the existing (.
13747 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
13749         * progmodes/verilog-mode.el (verilog-mode): Check whether
13750         which-func-modes is t before adding verilog-mode.
13751         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13753 2012-04-21  Leo Liu  <sdl.web@gmail.com>
13755         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13757 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
13759         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13760         filling of the last column of a table (Bug#5635).
13761         (woman-find-next-control-line): New arg, specifying an additional
13762         regexp component for the control line.
13763         (woman2-roff-buffer): Use it.
13764         (woman-break-table): New function.
13765         (woman2-TS): Use it.
13767 2012-04-21  Chong Yidong  <cyd@gnu.org>
13769         * woman.el (woman-set-buffer-display-table, woman-decode-region)
13770         (woman-horizontal-escapes, woman-negative-vertical-space)
13771         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13772         (WoMan-warn-ignored): Use ?\s instead of ?\ .
13774 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13776         * minibuffer.el (completion-file-name-table): Complete user names.
13778 2012-04-20  Leo Liu  <sdl.web@gmail.com>
13780         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13781         and pcase-let*.
13783 2012-04-20  Chong Yidong  <cyd@gnu.org>
13785         * server.el (server-execute): Respect initial-buffer-choice if it
13786         is a string and there are no files to open (Bug#2825).
13787         (server-create-window-system-frame, server-create-tty-frame):
13788         Don't switch buffers here.
13789         (server-process-filter): Only try to open a window system frame if
13790         compiled with graphical support (Bug#8314).
13792 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
13794         * battery.el (battery-echo-area-format): Display remaining time
13795         for sysfs backend too (Bug#11269).
13796         (battery-linux-sysfs): Fix conditional for the charge.
13798 2012-04-20  Chong Yidong  <cyd@gnu.org>
13800         * progmodes/gdb-mi.el (gdb): Revert previous change.
13801         (gdb-inferior-io--init-proc): New function.
13802         (gdb-init-1): Use it.
13803         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13804         responsible for allocating a new pty and hooking it to gdb when
13805         the old pty gets an EIO due to process exit.
13806         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
13807         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13808         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13810 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13812         * window.el (window-min-size, window-sizable, window-min-delta)
13813         (window-max-delta, window--resizable, window-resizable)
13814         (window-total-size, window-full-height-p, window-full-width-p)
13815         (window-in-direction, window--resize-mini-window, window-resize)
13816         (window--resize-child-windows-normal)
13817         (window--resize-child-windows, window--resize-siblings)
13818         (window--resize-this-window, adjust-window-trailing-edge)
13819         (enlarge-window, shrink-window): Doc fixes.
13821 2012-04-20  Chong Yidong  <cyd@gnu.org>
13823         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13824         New function to call delete-process on the gdb-inferior buffer's pty.
13825         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13826         pty process (Bug#11273).
13827         (gdb-update): New arg to suppress talking to the gdb process.
13828         (gdb-done-or-error): Use it.
13829         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13830         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13831         sentinel not being called.
13833         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13835         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13837 2012-04-20  Glenn Morris  <rgm@gnu.org>
13839         * net/network-stream.el (open-network-stream): Doc fix.
13841 2012-04-20  Chong Yidong  <cyd@gnu.org>
13843         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13845 2012-04-20  Alan Mackenzie  <acm@muc.de>
13847         Ensure searching for keywords is case sensitive.
13849         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13850         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13851         (c-defun-name, c-mark-function, c-cpp-define-name)
13852         (c-comment-indent, c-scan-conditionals, c-indent-defun)
13853         (c-context-line-break): Bind case-fold-search to nil.
13855         * progmodes/cc-mode.el (c-font-lock-fontify-region):
13856         Bind case-fold-search to nil.
13858 2012-04-20  Chong Yidong  <cyd@gnu.org>
13860         * mail/sendmail.el (mail-bury): Call return action with the right
13861         Rmail buffer (Bug#11242).
13863         * server.el (server-process-filter): Handle corner case where both
13864         tty and nowait options are present (Bug#11102).
13866 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13868         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13869         (top level): Put into the executable the ident-style '$Id:' tag on
13870         windows-nt as well.
13872 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13874         * electric.el (electric-indent-post-self-insert-function): Check that
13875         electric-indent-mode is enabled in current buffer.
13877 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13879         * imenu.el (imenu-progress-message): Restore; it is "used" in
13880         erc/erc-imenu.el and net/snmp-mode.el.
13882 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13884         * avoid.el (mouse-avoidance-mode): Mark unused arg.
13885         (mouse-avoidance-nudge-mouse): Remove unused binding.
13887         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13889         * descr-text.el (describe-char):
13890         * progmodes/python.el (python-describe-symbol):
13891         Don't call `toggle-read-only', set `buffer-read-only'.
13893         * imenu.el (imenu-default-goto-function): Mark unused args.
13894         (imenu-progress-message): Remove obsolete macro; all callers changed.
13896         * subr.el (keymap-canonicalize): Remove unused binding.
13897         (read-passwd): Mark unused arg.
13899         * tutorial.el (tutorial--display-changes): Remove unused binding.
13900         (tutorial--save-tutorial-to): Remove unused variable.
13902         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13903         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13904         (package-generate-autoloads, package-menu--generate)
13905         (package-menu--find-upgrades): Remove unused bindings.
13907         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13908         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
13909         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13910         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13911         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13912         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13913         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13914         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13915         (cua-delete-char-rectangle): Mark unused args.
13916         (cua-align-rectangle): Remove unused binding.
13918         * mail/rmail.el (compilation--message->loc)
13919         (epa--find-coding-system-for-mime-charset): Declare.
13921         * net/dbus.el (dbus-register-service): Declare.
13922         (dbus-name-owner-changed-handler): Remove unused binding.
13924         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13925         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13926         (nxml-scan-backward-within): Mark unused arg.
13927         (nxml-dynamic-markup-word): Remove unused binding.
13929         * mouse.el (mouse-menu-major-mode-map):
13930         * emacs-lisp/authors.el (authors-scan-change-log)
13931         (authors-add-to-author-list):
13932         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13933         * emacs-lisp/smie.el (smie-auto-fill):
13934         * mail/sendmail.el (mail-bury):
13935         * mail/unrmail.el (unrmail):
13936         * net/tls.el (open-tls-stream):
13937         * textmodes/picture.el (picture-mouse-set-point):
13938         Remove unused bindings.
13940 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
13942         * net/tramp.el (tramp-action-password): Let-bind
13943         `enable-recursive-minibuffers' to t.
13945 2012-04-18  Sam Steingold  <sds@gnu.org>
13947         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13948         instead of 'string to accommodate values like [f11].
13949         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13950         * progmodes/gdb-mi.el: Likewise.
13952 2012-04-18  Leo Liu  <sdl.web@gmail.com>
13954         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13955         current buffer.
13956         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13957         LOCAL is nil.
13959 2012-04-18  Chong Yidong  <cyd@gnu.org>
13961         * simple.el (line-move): Use forward-line if in batch mode
13962         (Bug#11053).
13964 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
13966         * files.el (after-find-file): Do not try to add a final newline if
13967         the buffer is read-only (Bug#11156).
13969 2012-04-17  Richard Stallman  <rms@gnu.org>
13971         * mail/rmail.el (rmail-start-mail):
13972         Pass (rmail-mail-return...) for the return-action.
13973         Pass (rmail-yank-current-message...) for the yank-action.
13974         (rmail-yank-current-message): New function.
13975         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13976         (rmail-reply): Likewise.
13977         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13979         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13980         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
13981         buffer, not newbuf.
13983 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
13985         * server.el (server-ensure-safe-dir): Simplify.
13987 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13989         * emacs-lisp/smie.el: Provide smarter auto-filling.
13990         (smie-auto-fill): New function.
13991         (smie-setup): Use it.
13993         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13995 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
13997         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13998         (comment-indent): Use it.
14000 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14002         * ses.el: The overall change is to add cell renaming, that is
14003         setting fancy names for cell symbols other than name matching
14004         "\\`[A-Z]+[0-9]+\\'" regexp .
14005         (ses-localvars): Add ses--renamed-cell-symb-list.
14006         (ses-create-cell-variable): New defun.
14007         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14008         (ses-relocate-formula): Relocate formulas only for cells the
14009         symbols of which are not renamed, i.e. symbols whose names do not
14010         match regexp "\\`[A-Z]+[0-9]+\\'".
14011         (ses-relocate-all): Relocate values only for cells the symbols of
14012         which are not renamed.
14013         (ses-load): Create cells variables as the (ses-cell ...) are read,
14014         in order to check row col consistency with cell symbol name only
14015         for cells that are not renamed.
14016         (ses-replace-name-in-formula): New defun.
14017         (ses-rename-cell): New defun.
14019 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
14021         * progmodes/perl-mode.el (perl-indent-parens-as-block):
14022         New option (bug#11118).
14023         (perl-calculate-indent): Respect it.
14025 2012-04-17  Glenn Morris  <rgm@gnu.org>
14027         * dired-aux.el (dired-mark-read-string): Doc fix.
14029 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
14031         * dired-aux.el (dired-mark-read-string): Offer optional completion.
14032         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
14034 2012-04-17  Glenn Morris  <rgm@gnu.org>
14036         * mouse.el (mouse-drag-track):
14037         * speedbar.el (speedbar-frame-mode):
14038         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14040 2012-04-16  Leo Liu  <sdl.web@gmail.com>
14042         * progmodes/python.el: Trivial cleanup.
14044 2012-04-16  Glenn Morris  <rgm@gnu.org>
14046         * vc/vc.el (vc-string-prefix-p):
14047         * vc/pcvs-util.el (cvs-string-prefix-p):
14048         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14049         * mpc.el (mpc-string-prefix-p):
14050         Make all of these into obsolete aliases for string-prefix-p.
14051         Update callers.
14052         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14054         * textmodes/two-column.el: Move custom options to the start.
14055         (frame-width): Remove compat definition.
14056         (2C-associate-buffer, 2C-dissociate):
14057         Use with-current-buffer rather than save-excursion.
14058         (2C-dissociate): Force a mode-line update.
14059         (2C-autoscroll): Use ignore-errors.
14061         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14062         Autoload trivia.
14064         * emacs-lisp/cl-extra.el (*random-state*):
14065         Remove unnecessary declaration.
14067         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14069         * play/cookie1.el (cookie-snarf):
14070         Give an explicit error if input file cannot be read.
14072         * play/yow.el (yow-file): Use expand-file-name rather than concat.
14074         * progmodes/perl-mode.el (c-macro-expand):
14075         Remove unnecessary autoload (it is in loaddefs.el).
14077         * textmodes/picture.el (picture-desired-column)
14078         (picture-update-desired-column): Convert comments to doc-strings.
14079         (picture-substitute): Remove function.
14080         (picture-mode-map): Initialize in the defvar.
14082         * woman.el: Remove eval-after-load for tar-mode.
14083         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14084         (woman-tar-extract-file): Autoload it.
14086         * frame.el (automatic-hscrolling): Make this alias obsolete.
14088 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14090         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14091         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14092         (ispell-dictionary-base-alist): Revert to original XEmacs
14093         friendly version for default.  [:alpha:] will be added in
14094         `ispell-set-spellchecker-params' if needed.
14096 2012-04-16  Chong Yidong  <cyd@gnu.org>
14098         * image.el (imagemagick--file-regexp): New variable.
14099         (imagemagick-register-types): Use it.
14100         (imagemagick-types-inhibit): Add :set function.  Allow new value
14101         of t to inhibit all types.
14103         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14104         so we can preload it.
14106         * loadup.el (fboundp): Preload regexp-opt, needed by
14107         imagemagick-register-types.
14109 2012-04-15  Chong Yidong  <cyd@gnu.org>
14111         * frame.el (scrolling): Remove nearly unused customization group.
14113         * scroll-all.el (scroll-all-mode): Move to windows group.
14115 2012-04-15  Chong Yidong  <cyd@gnu.org>
14117         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14119 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14121         Avoid the use of ((lambda ...) ...) in lexical-binding code.
14122         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14124 2012-04-15  Glenn Morris  <rgm@gnu.org>
14126         * simple.el (process-file-side-effects): Doc fix.
14128 2012-04-15  Glenn Morris  <rgm@gnu.org>
14130         * international/mule-cmds.el (set-language-environment): Doc fix.
14132 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14134         * server.el (server-auth-key, server-generate-key): Doc fixes.
14135         (server-get-auth-key): Doc fix.  Use `string-match-p'.
14136         (server-start): Reflow docstring.
14138 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
14140         * server.el (server-generate-key): `called-interactively-p'
14141         requires a parameter.
14143 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
14145         * server.el (server-auth-key): New variable.
14146         (server-generate-key, server-get-auth-key): New function.
14147         (server-start): Use the new variable and functions to allow
14148         setting a permanent server key (bug#9423).
14150 2012-04-14  Leo Liu  <sdl.web@gmail.com>
14152         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14154 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
14156         Spelling fixes.
14157         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14158         Emacs uses American spelling.
14160 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14162         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14163         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
14164         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14165         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
14167 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14169         * progmodes/which-func.el (which-func-modes): Change default.
14171 2012-04-14  Kim F. Storm  <storm@cua.dk>
14173         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14174         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14176 2012-04-14  Chong Yidong  <cyd@gnu.org>
14178         * custom.el (custom-theme-set-variables): Doc fix.
14180 2012-04-14  Glenn Morris  <rgm@gnu.org>
14182         * international/mule.el (set-auto-coding-for-load): Doc fix.
14184 2012-04-14  Alan Mackenzie  <acm@muc.de>
14186         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14187         imenu work again for Objective C Mode.  Correct the *-index values,
14188         these having been disturbed by a previous change in 2011-08.
14190         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14191         Correct two search limits.
14193 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14195         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14197 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
14199         * international/characters.el: Fix sorting.
14201 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14203         * international/characters.el: Add more missing Latin case pairs.
14205 2012-04-14  Glenn Morris  <rgm@gnu.org>
14207         * files.el (dir-locals-set-class-variables): Doc fix.
14209 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14211         * international/characters.el: Add set-case-syntax-pair call for
14212         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14213         counterpart.  (Bug#11209)
14215         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
14217 2012-04-14  Glenn Morris  <rgm@gnu.org>
14219         * calendar/holidays.el (calendar-check-holidays): Doc fix.
14221 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14223         * textmodes/ispell.el (ispell-dictionary-base-alist):
14224         Add data for Hebrew.
14226 2012-04-14  Chong Yidong  <cyd@gnu.org>
14228         * net/rcirc.el (rcirc-cmd-quit):
14229         Revert 2012-03-18 change (Bug#11192).
14231 2012-04-14  Glenn Morris  <rgm@gnu.org>
14233         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14235 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14237         * minibuffer.el (completion-in-region-mode-map):
14238         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
14240 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
14242         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14244 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
14246         * minibuffer.el (minibuffer-local-filename-syntax): New variable
14247         to allow `C-M-f' and `C-M-b' to move to the nearest path
14248         separator (bug#9511).
14250 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
14252         * avoid.el: Require cl when compiling.  And also move the
14253         `provide' to the end.
14255 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14257         * avoid.el (mouse-avoidance-banish-position): New variable.
14258         (mouse-avoidance-banish-destination): Use it (bug#10165).
14260 2012-04-13  Leo Liu  <sdl.web@gmail.com>
14262         * progmodes/which-func.el (which-func-modes): Add objc-mode.
14264 2012-04-13  Ken Brown  <kbrown@cornell.edu>
14266         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14267         this is no longer needed now that cygstart understands file:// URLs.
14268         (browse-url-filename-alist): For the same reason, don't modify
14269         file:// URLs on Cygwin.
14271 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14273         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14274         the region on shift if the binding is already shifted (bug#11221).
14276 2012-04-12  Glenn Morris  <rgm@gnu.org>
14278         * mail/mailpost.el: Move to obsolete/.
14280 2012-04-12  Drew Adams  <drew.adams@oracle.com>
14282         * imenu.el (imenu--generic-function): Ignore invisible definitions
14283         (bug#10123).
14285 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
14287         * hexl.el (hexl-bits): New variable.
14288         (hexl-options): Mention the variable in the doc string.
14289         (hexl-rulerise, hexl-line-displen): New functions.
14290         (hexl-mode): Mention the new variable.
14291         (hexl-mode, hexl-current-address, hexl-current-address):
14292         Use the displen.
14293         (hexl-ascii-start-column): New function.
14294         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14295         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14297 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14299         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14300         '("-i" ENCODING), in 2 separate command-line arguments, to specify
14301         the encoding, as expected by hunspell.
14303 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14305         * battery.el (battery--linux-sysfs-regexp): New const.
14306         (battery-status-function): Use it.  Remove yeeloong special case.
14307         (battery-yeeloong-sysfs): Remove.
14308         (battery-echo-area-format): Remove yeeloong special case.
14310 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14312         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14313         Reported by Noah Friedman.
14315         * subr.el (read-passwd): Use read-string.
14317 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319         * vcursor.el (vcursor-move): Increase the priority of the overlay
14320         (bug#9663).
14322 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
14324         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14325         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14327 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
14329         * textmodes/artist.el (artist-mode): Convert artist-mode to use
14330         define-minor-mode (bug#10760).
14332 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14334         * progmodes/grep.el (rgrep): Tweak the find command line so
14335         that directories matching `grep-find-ignored-files' won't be
14336         pruned (bug#10351).
14338 2012-04-11  Chong Yidong  <cyd@gnu.org>
14340         * startup.el (command-line): Remove support for long-obsolete
14341         variable font-lock-face-attributes.
14343 2012-04-11  Glenn Morris  <rgm@gnu.org>
14345         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14347 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14349         * window.el (window--state-get-1): Obey window-point-insertion-type.
14351 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
14353         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14354         to previous function when point is on the first character of a
14355         function.  Take care of that in `narrow-to-defun' (bug#6157).
14357 2012-04-11  Glenn Morris  <rgm@gnu.org>
14359         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14360         not just file-errors.
14362         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14363         (vc-bzr-sha1): Use internal sha1.
14365 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14367         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14369 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
14371         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14372         that start in the middle of the line (bug#10496).
14374 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
14376         * battery.el (battery-linux-proc-acpi): Only one battery is
14377         discharged at a time, but that seems to confuse battery.el when
14378         computing `rate-type' for the battery not being discharged
14379         (bug#10332).
14381 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14383         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14385         * international/quail.el: Use dolist and simplify.
14386         (quail-define-package, quail-update-keyboard-layout)
14387         (quail-define-rules): Use dolist.
14388         (quail-insert-kbd-layout, quail-get-translation): CSE.
14390         * tmm.el: Use dolist, remove left over hook.
14391         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14392         Use dolist.
14393         (calendar-load-hook): Don't mess with it.
14395         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14396         Use derived-mode-p.  Run the diff asynchronously.
14398 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14400         * obsolete/mouse-sel.el: Add an Obsolete-since header.
14402 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
14404         * misc.el: Display absolute path of loaded DLLs (bug#10424).
14405         (list-dynamic-libraries--loaded): New function.
14406         (list-dynamic-libraries--refresh): Use it.
14408 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
14410         * progmodes/python.el (python-fill-paragraph):
14411         Make python-fill-region in a multiline string work when font-lock is
14412         disabled (bug#7018).
14414 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
14416         * language/european.el (cp775): Add oem/legacy (en)coding on
14417         DOS/MS Windows for the Baltic languages.  There are still plenty
14418         of texts written in this encoding/codepage (bug#6519).
14420 2012-04-10  Glenn Morris  <rgm@gnu.org>
14422         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14423         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14425 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
14427         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14428         next-line "n" and previous-line "p" in order to make recentf more
14429         consistent with ibuffer, dired or org-mode (bug#9387).
14431 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14433         * image.el (put-image): Return the overlay created instead of the
14434         optional input string (bug#7834).  Note that this may break code
14435         that is (for some reason or other) depending on `put-image'
14436         returning the string.
14438         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14440         * simple.el (zap-to-char): Allow zapping using input methods
14441         (bug#1580).
14443         * textmodes/fill.el (fill-region): Leave point and mark where they
14444         were before filling (bug#5399).
14446 2012-04-09  Glenn Morris  <rgm@gnu.org>
14448         * version.el (emacs-bzr-get-version):
14449         Handle lightweight checkouts of local branches.
14451 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14453         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14455 2012-04-09  Chong Yidong  <cyd@gnu.org>
14457         * custom.el (custom-variable-p): Return nil for non-symbol
14458         arguments instead of signaling an error.
14459         (user-variable-p): Obsolete alias for custom-variable-p.
14461         * apropos.el (apropos-variable):
14462         * files-x.el (read-file-local-variable):
14463         * simple.el (set-variable):
14464         * woman.el (woman-mini-help):
14465         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14467 2012-04-09  Glenn Morris  <rgm@gnu.org>
14469         * startup.el (normal-top-level): Don't look for leim-list.el
14470         in places where it will not be found.  (Bug#910)
14472         * international/mule-cmds.el (set-default-coding-systems):
14473         * files.el (normal-mode):
14474         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14475         This function was removed with ucs-tables.el in 2008.
14477 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14479         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14480         ispell-encoding8-command to "-i", without a trailing space.
14481         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14482         separate command-line arguments, to specify the encoding, since
14483         that's how hunspell expects it.
14485 2012-04-08  Glenn Morris  <rgm@gnu.org>
14487         * loadup.el: Load bindings before cus-start.
14488         This reduces somewhat the number of "rogue" settings in emacs -Q.
14490 2012-04-07  Glenn Morris  <rgm@gnu.org>
14492         * version.el (emacs-bzr-get-version): New function.
14493         (emacs-bzr-version): New variable.
14494         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14495         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14497 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14499         * international/uni-bidi.el, international/uni-category.el:
14500         * international/uni-combining.el, international/uni-decimal.el:
14501         * international/uni-decomposition.el, international/uni-digit.el:
14502         * international/uni-lowercase.el, international/uni-mirrored.el:
14503         * international/uni-name.el, international/uni-numeric.el:
14504         * international/uni-titlecase.el, international/uni-uppercase.el:
14505         Update for Unicode 6.1.
14507 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14509         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14511 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14513         * window.el (shrink-window): Mention the `window-min-height'
14514         variable in the doc string.
14516 2012-04-05  Bastien Guerry  <bzg@altern.org>
14518         * color.el (color-lighten-name): Fix typo.
14520 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14522         * server.el (server--on-display-p): New function.
14523         (server--on-display-p): Use it.
14525 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
14527         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14528         (bug#11145).
14530 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * comint.el (comint--common-quoted-suffix): Check string boundary
14533         before comparing (bug#11158).
14534         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14536 2012-04-04  Chong Yidong  <cyd@gnu.org>
14538         * minibuffer.el (completion-extra-properties): Doc fix.
14540         * subr.el (delayed-warnings-hook): Doc fix.
14542 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14544         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14545         selection (Bug#11159).
14546         (epa-insert-keys): Inform that the default public key will be
14547         exported if no key is selected.
14549 2012-04-04  Richard Stallman  <rms@gnu.org>
14551         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14553 2012-04-03  Chong Yidong  <cyd@gnu.org>
14555         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14556         mail-insert-file, not its obsolete alias mail-attach-file.
14558 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14560         * notifications.el (notifications-notify): Fix docstring.
14562 2012-04-02  Glenn Morris  <rgm@gnu.org>
14564         * emacs-lisp/authors.el (authors-aliases): Another addition.
14566 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14568         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14569         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14570         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14572 2012-04-01  Chong Yidong  <cyd@gnu.org>
14574         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14575         Handle root directory properly.
14576         (copy-directory): Caller changed.
14578         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14579         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14581 2012-03-31  Glenn Morris  <rgm@gnu.org>
14583         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14585         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14587         * calendar/calendar.el (calendar-window-list)
14588         (calendar-hide-window): Restore.  (Bug#11140)
14589         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14591         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14593 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14595         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14596         Check if file is a symlink (Bug#10489).
14598         * files.el (copy-directory): Likewise.
14600 2012-03-30  Chong Yidong  <cyd@gnu.org>
14602         * image.el (imagemagick-types-inhibit)
14603         (imagemagick-register-types): Doc fix.
14605 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14607         * textmodes/ispell.el (ispell-get-extended-character-mode):
14608         Disable extended-char-mode for hunspell.  hunspell does not support it
14609         and treats ~word as ordinary words in pipe mode.
14611 2012-03-30  Glenn Morris  <rgm@gnu.org>
14613         * tutorial.el (help-with-tutorial): Ensure local variables don't
14614         happen to make the buffer read-only.  (Bug#11127)
14616 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14618         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14619         (perl-calculate-indent): Return `noindent' in strings.
14621 2012-03-28  Sam Steingold  <sds@gnu.org>
14623         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14624         instead of the broken adhockery which does not prevent calendar
14625         buffers from being displayed at random after exit.
14626         (calendar-window-list, calendar-hide-window): Remove the broken
14627         adhockery.
14629 2012-03-28  Glenn Morris  <rgm@gnu.org>
14631         * replace.el (query-replace-map): Doc fix.
14633 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14635         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14636         contents.  (Bug#11109)
14638 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14640         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14641         (bug#11077).
14642         (avl-tree--check, avl-tree--check-node): New funs.
14644 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
14646         * window.el (switch-to-visible-buffer): New option.
14647         (switch-to-prev-buffer, switch-to-next-buffer):
14648         Observe switch-to-visible-buffer.  Make sure that checking for a window
14649         showing a buffer already is done on the same frame.
14651 2012-03-27  Glenn Morris  <rgm@gnu.org>
14653         * startup.el (mail-host-address): Doc fix.
14655 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14657         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14658         than 197 variables.
14660 2012-03-26  Ami Fischman  <ami@fischman.org>
14662         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14664 2012-03-26  Glenn Morris  <rgm@gnu.org>
14666         * files.el (save-buffers-kill-emacs): Doc fix.
14668         * startup.el (normal-top-level, command-line, command-line-1):
14669         Give them doc strings.
14671 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
14673         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14674         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14676 2012-03-25  Chong Yidong  <cyd@gnu.org>
14678         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14679         theme if it was previously enabled before (Bug#11031).
14681         * cus-theme.el (custom-theme-write-faces): Retrieve current face
14682         spec with custom-face-get-current-spec if its :shown-value is not
14683         determined yet (Bug#9337).
14684         (customize-create-theme, custom-theme-revert): Doc fixes.
14686         * button.el (button-at): Minor addition to docstring.
14688 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
14690         * vc/vc.el (vc-merge): Fix a prompt.
14692 2012-03-24  Chong Yidong  <cyd@gnu.org>
14694         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14695         point (Bug#9623).
14697         * button.el (button-at): Minor addition to docstring.
14699 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14701         * newcomment.el (comment-choose-indent): No space after BOL.
14703 2012-03-22  Sam Steingold  <sds@gnu.org>
14705         * window.el (switch-to-prev-buffer): Revert last patch because the
14706         bug turned out to be an advertised feature (Elisp manual 28.14).
14708 2012-03-22  Glenn Morris  <rgm@gnu.org>
14710         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
14711         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14713 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14715         * net/network-stream.el (network-stream-open-starttls): Make error
14716         message under Windows be less misleading.
14718 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
14720         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14721         understands (bug#9942).
14723 2012-03-22  Chong Yidong  <cyd@gnu.org>
14725         * simple.el (end-of-visible-line): Handle return value of
14726         next-single-property-change properly (Bug#9371).
14728 2012-03-22  Kenichi Handa  <handa@m17n.org>
14730         * international/quail.el (quail-insert-kbd-layout): Fix previous
14731         change.  To avoid unwanted bidi reordering, use
14732         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14734 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
14736         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14737         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14738         (ruby-beginning-of-indent): Be more careful with the difference
14739         between word-boundary and symbol boundary.
14740         (ruby-mode-syntax-table): Make : a symbol constituent.
14742 2012-03-21  Andreas Politz  <politza@fh-trier.de>
14744         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14746 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14748         * progmodes/etags.el (tags-completion-at-point-function):
14749         Improve last fix.
14751         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14753 2012-03-21  Sam Steingold  <sds@gnu.org>
14755         * progmodes/etags.el (tags-completion-at-point-function):
14756         Avoid the error when point is inside the pattern.
14758 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
14760         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14761         line (Bug#10855).
14763 2012-03-21  Drew Adams  <drew.adams@oracle.com>
14765         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14767 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
14769         * ido.el (ido-set-current-directory, ido-read-internal)
14770         (ido-choose-completion-string, ido-completion-help): Handle nil
14771         value of ido-completion-buffer (Bug#11008).
14773 2012-03-21  Sam Steingold  <sds@gnu.org>
14775         * window.el (switch-to-prev-buffer): Do not switch to a visible
14776         window previous buffer, just like with the frame previous buffers.
14778 2012-03-21  Chong Yidong  <cyd@gnu.org>
14780         * faces.el (make-face, make-empty-face, copy-face):
14781         * face-remap.el (face-remap-add-relative, face-remap-set-base):
14782         Doc fixes.
14784 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14786         * wid-edit.el (widget-complete-field): Remove (bug#11051).
14787         (widget-complete): Remove broken use of it.
14789 2012-03-20  Chong Yidong  <cyd@gnu.org>
14791         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14792         Use string-width and truncate-string-width to handle arbitrary
14793         characters.
14795 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
14797         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14798         to draw rectangles, not squares.  (Regression introduced by revno
14799         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14801 2012-03-18  Chong Yidong  <cyd@gnu.org>
14803         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14804         it is not yet defined (for temacs).
14806 2012-03-18  Leo Liu  <sdl.web@gmail.com>
14808         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14809         prefix.
14811 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14813         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14814         (ispell-choices-win-default-height, ispell-silently-savep)
14815         (ispell-dictionary-alist, ispell-encoding8-command)
14816         (ispell-check-version, ispell-aspell-find-dictionary)
14817         (ispell-valid-dictionary-list, ispell-words-keyword)
14818         (ispell-get-word, ispell-internal-change-dictionary)
14819         (ispell-region, ispell-skip-region-list)
14820         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14821         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14822         (ispell-message-text-end, ispell-message)
14823         (ispell-buffer-local-parsing): Doc fix.
14825 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
14827         * htmlfontify.el: Add support for code block fontification for ODT
14828         export (Bug #9914).
14829         (hfy-optimisations): Define new option
14830         `body-text-only'
14831         (hfy-fontify-buffer): Honor above setting.
14832         (hfy-begin-span, hfy-end-span): New routines factored out form
14833         `hfy-fontify-buffer'.
14834         (hfy-begin-span-handler, hfy-end-span-handler): New variables
14835         that permit insertion of custom tags.
14836         (hfy-fontify-buffer): Use above handlers.
14837         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14838         (hfy-face-to-css): Re-defined to be a variable.
14839         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
14840         over multiple runs.  This is made possible by having the caller let
14841         bind a special variable `hfy-user-sheet-assoc'.
14842         (htmlfontify-string): New defun.
14843         (hfy-compile-face-map): Make sure that the last char in the
14844         buffer is correctly fontified.
14845         (hfy-face-resolve-face): Whitespace only change.
14847 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14849         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14850         message more clear.
14852 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14854         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14856 2012-03-16  Alan Mackenzie  <acm@muc.de>
14858         Further optimize the handling of large macros.
14860         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14861         limit to a call of `c-literal-limits'.
14862         (c-determine-+ve-limit): New function.
14863         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14864         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14865         In CASE 5B, restrict a search limit to 500.
14866         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14868         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14869         Restrict macro bounds to +-500 from after-change's BEG END.
14871 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14873         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14875 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
14877         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14878         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
14880 2012-03-16  Glenn Morris  <rgm@gnu.org>
14882         * view.el (view-buffer, view-buffer-other-window)
14883         (view-buffer-other-frame): Doc fixes re special mode-class.
14885         * subr.el (eval-after-load): If named feature is provided not from
14886         a file, run after-load forms.  (Bug#10946)
14888         * calendar/calendar.el (calendar-insert-at-column):
14889         Handle non-unit-width characters a bit better.  (Bug#10978)
14891 2012-03-15  Chong Yidong  <cyd@gnu.org>
14893         * emacs-lisp/ring.el (ring-extend): New function.
14894         (ring-insert+extend): Extend the ring correctly (Bug#11019).
14896         * comint.el (comint-read-input-ring)
14897         (comint-add-to-input-history): Grow comint-input-ring lazily.
14899 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14901         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14902         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14904         * imenu.el: Fix multiple inheritance breakage (bug#9199).
14905         (imenu-add-to-menubar): Don't add a redundant index.
14906         (imenu-update-menubar): Handle a dynamically composed keymap.
14908 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14910         * mail/sendmail.el (mail-encode-header):
14911         Bind rfc2047-encode-encoded-words to nil.
14913 2012-03-13  Glenn Morris  <rgm@gnu.org>
14915         * calendar/calendar.el (calendar-string-spread):
14916         Handle non-unit-width characters a bit better.  (Bug#10978)
14918 2012-03-13  Leo Liu  <sdl.web@gmail.com>
14920         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14921         directory and file as argument (Bug#10822).
14923 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14925         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14926         For dynamically generated code, follow $PC.
14927         (gdb-disassembly-handler-custom): Handle no function name case.
14929 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
14931         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14932         * emulation/ws-mode.el (ws-query-replace):
14933         * sort.el (sort-regexp-fields):
14934         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
14936 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14938         * dabbrev.el: Fix cycle completion order (bug#10963).
14939         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14940         (dabbrev-completion): Don't use an obarray; provide
14941         a cycle-sort-function.
14943 2012-03-12  Leo Liu  <sdl.web@gmail.com>
14945         * simple.el (kill-new): Use equal-including-properties for comparison.
14946         (kill-do-not-save-duplicates): Doc fix.
14948 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14950         * dabbrev.el: Fix cycle completion (bug#10963).
14951         Use lexical binding and wrap to 80 columns.
14952         (dabbrev-completion): Delay computing the list of completions.
14954 2012-03-12  Kenichi Handa  <handa@m17n.org>
14956         * international/quail.el (quail-insert-kbd-layout): Surround each
14957         row by LRO and PDF instead of inserting many LRMs.  Pad the left
14958         and right of each non-spacing marks.  Insert invisible space
14959         between lower and upper characters to prevent composition.
14961 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14963         * minibuffer.el (minibuffer-complete): Don't get confused when the
14964         function is run twice via different commands (bug#10958).
14965         (complete-with-action): Fix docstring.
14967 2012-03-12  Chong Yidong  <cyd@gnu.org>
14969         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14970         (nxml-completion-at-point-function): New function.
14971         (nxml-mode): Use it.
14972         (nxml-bind-meta-tab-to-complete-flag): Default to t.
14974         * emacs-lisp/package.el (package-unpack, package-unpack-single):
14975         Load generated autoloads file before byte compiling (Bug#10970).
14976         (package--make-autoloads-and-compile): New helper fun.
14978 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
14980         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14982 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
14984         * autorevert.el (auto-revert-handler): Ensure, that
14985         file-readable-p is applied only for local files or in
14986         auto-revert-tail-mode.
14988 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
14990         * server.el (server-eval-at): Handle non-tcp connections.
14991         Decode result string.
14993         * server.el (server-msg-size): New constant.
14994         (server-reply-print): New function.
14995         (server-eval-and-print): Use it.
14996         (server-eval-at): Use server-quote-arg and server-unquote-arg.
14997         Handle -print-nonl.
14999 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
15001         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15002         (Bug#10987).
15004 2012-03-11  Chong Yidong  <cyd@gnu.org>
15006         * simple.el (goto-line): Doc fix (Bug#9938).
15008         * subr.el (save-window-excursion): Doc fix (Bug#9979).
15010         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15011         when finished (Bug#10963).
15013 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
15015         * window.el (split-window-below): Fix bug in case where
15016         split-window-keep-point is nil (Bug#10971).
15018 2012-03-11  Juri Linkov  <juri@jurta.org>
15020         * replace.el (replace-highlight): Set isearch-word to nil
15021         unconditionally.  (Bug#10887)
15023 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
15025         * net/mairix.el (mairix-replace-invalid-chars): Rename from
15026         mairix-replace-illegal-chars; all callers changed.  Don't remove
15027         ^, ~, and = characters: they are meaningful in mairix search specs.
15028         (mairix-widget-create-query): Add usage information about mairix
15029         search forms: negating words, searching for substrings, etc.
15031 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
15033         * international/fontset.el (font-encoding-alist): Add an entry for
15034         ksx1001 (Bug#5667).
15036 2012-03-10  Richard Stallman  <rms@gnu.org>
15038         * mail/sendmail.el (mail-encode-header):
15039         Set rfc2047-encode-encoded-words.
15041         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15043         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15044         view buffer means not swapped.
15045         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15046         (rmail-write-region-annotate): Error if real text has disappeared.
15048         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15050 2012-03-10  Chong Yidong  <cyd@gnu.org>
15052         * emulation/cua-rect.el (cua--init-rectangles):
15053         * emulation/cua-base.el (cua--init-keymaps):
15054         Add delete-forward-char to remappings (Bug#9666).
15056 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
15058         * speedbar.el (speedbar-unhighlight-one-tag-line):
15059         Avoid unhighlighting due to frame switching (Bug#10275).
15061 2012-03-10  Chong Yidong  <cyd@gnu.org>
15063         * minibuffer.el (completion-in-region, completion-help-at-point):
15064         Give the completion field overlay a high priority (Bug#6830).
15066         * dired.el (dired-goto-file): Recognize absolute file name
15067         listings (Bug#7126).
15068         (dired-goto-file-1): New helper function.
15069         (dired-toggle-read-only): Inhibit warnings.
15071 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
15073         * net/dbus.el (dbus-property-handler): Return empty array if
15074         there are no properties.
15076 2012-03-09  Leo Liu  <sdl.web@gmail.com>
15078         * savehist.el (savehist-printable): Stricter check for string
15079         value (Bug#10937).
15081 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
15083         * mail/smtpmail.el (smtpmail-send-it):
15084         Bind coding-system-for-write to *-unix, so that FCC files are kept in
15085         valid mbox format.
15087 2012-03-09  Glenn Morris  <rgm@gnu.org>
15089         * files.el (dir-locals-find-file):
15090         Don't check result is regular, readable.
15091         (dir-locals-read-from-file): Demote errors.
15093 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
15095         * international/quail.el (quail-insert-kbd-layout):
15096         Insert invisible LRM characters before each character in a keyboard
15097         layout cell, to prevent their reordering by bidi display engine.
15098         For details, see the discussion in
15099         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15101 2012-03-08  Alan Mackenzie  <acm@muc.de>
15103         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15104         the starting position; make it extend the marked region when
15105         invoked repeatedly - all under appropriate circumstances.
15106         Fixes bugs #5525, #10906.
15108 2012-03-08  Glenn Morris  <rgm@gnu.org>
15110         * files.el (locate-dominating-file, dir-locals-find-file):
15111         Undo 2012-03-06 change.
15113 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
15115         * international/quail.el (quail-help):
15116         Force bidi-paragraph-direction be left-to-right.  See discussion in
15117         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15118         for the reason.
15120 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
15122         Avoid superfluous registering of signals.  (Bug#10807)
15124         * notifications.el (notifications-on-action-object)
15125         (notifications-on-close-object): New defvars.
15126         (notifications-on-action-signal, notifications-on-closed-signal):
15127         Unregister the signal if not needed any longer.
15128         (notifications-notify): Register `notifications-action-signal' or
15129         `notifications-closed-signal', if :on-action or :on-close has been
15130         passed as argument.
15132 2012-03-07  Chong Yidong  <cyd@gnu.org>
15134         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15135         non-X platforms.
15137 2012-03-06  Glenn Morris  <rgm@gnu.org>
15139         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15140         (x-disown-selection-internal, x-get-selection-internal):
15141         Doc fix (add arglist signatures).  (Bug#10783)
15143 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15145         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15146         Handle breakpoints with no "type".
15148 2012-03-06  Glenn Morris  <rgm@gnu.org>
15150         * files.el (locate-dominating-file): Add optional predicate argument.
15151         (dir-locals-find-file): Make use of above change.
15153 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
15155         * info.el (Info-insert-dir): Also try "dir.gz".
15157 2012-03-06  Glenn Morris  <rgm@gnu.org>
15159         * files.el (dir-locals-find-file):
15160         Ignore non-readable or non-regular files.  (Bug#10928)
15162         * files.el (locate-dominating-file): Doc fix.
15164 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
15166         * calendar/calendar.el (calendar-set-mode-line):
15167         `getenv' returns a string.  (Bug#10951)
15169 2012-03-05  Leo Liu  <sdl.web@gmail.com>
15171         * simple.el (backward-delete-char-untabify): Constrain point to
15172         field (Bug#10939).
15174         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15176 2012-03-05  Chong Yidong  <cyd@gnu.org>
15178         * simple.el (count-words): If called from Lisp, return the word
15179         count, for symmetry with `count-lines'.  Arglist changed.
15180         (count-words--message): Args changed.  Consolidate counting code
15181         from count-words and count-words-region.
15182         (count-words-region): Caller changed.
15183         (count-lines-region): Make it an obsolete alias.
15185 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
15187         * saveplace.el (save-place-to-alist)
15188         (save-place-ignore-files-regexp): Allow value nil to disable this
15189         feature.
15191 2012-03-04  Chong Yidong  <cyd@gnu.org>
15193         * faces.el (face-spec-reset-face): For the default face, reset the
15194         attributes to default values (Bug#10748).
15196 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15198         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15199         previous patch: Check `message-send-mail-function', and not the
15200         default function (bug#10897).
15202 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
15204         * notifications.el (notifications-on-action-signal)
15205         (notifications-on-closed-signal): Check for unique service name of
15206         incoming event.  Fix error in removing entry.
15207         (top): Register for signals with wildcard service name.
15208         (notifications-notify): Use daemon unique service name for map entries.
15210 2012-03-04  Chong Yidong  <cyd@gnu.org>
15212         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15214 2012-03-04  Glenn Morris  <rgm@gnu.org>
15216         * abbrev.el (copy-abbrev-table, abbrev-table-p)
15217         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15218         (expand-abbrev, define-abbrev-table): Doc fixes.
15220 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15222         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15223         `message-default-send-mail-function' and not `send-mail-function'
15224         when doing the prompting for `sendmail-query-once' before sending
15225         in Message buffers (bug#10897).
15227         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15228         This is inconsistent with all the other stream functions, which leave
15229         the setting up to the higher levels (if so wanted) (bug#10931).
15231 2012-03-02  Alan Mackenzie  <acm@muc.de>
15233         Depessimize the handling of very large macros.
15235         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15236         (c-macro-cache-syntactic): New variables to implement a one
15237         element macro cache.
15238         (c-invalidate-macro-cache): New function.
15239         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15240         Adapt to use the new cache.
15241         (c-state-safe-place): Use better the cache of safe positions.
15242         (c-state-semi-nonlit-pos-cache)
15243         (c-state-semi-nonlit-pos-cache-limit):
15244         New variables for...
15245         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
15246         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15247         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15248         Use c-state-semi-safe-place.
15250         * progmodes/cc-langs.el (c-get-state-before-change-functions):
15251         Add c-invalidate-macro-cache to the C, C++, Obj entries.
15253 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
15255         * jka-compr.el (jka-compr-call-process):
15256         Apply `file-accessible-directory-p' only when the default directory is
15257         not remote.
15259 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
15261         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
15262         access of FILE2, if FILE1 does not exist.
15264         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15265         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15267         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15268         Add "PAGER=" to `process-environment'.
15270 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
15272         * progmodes/sql.el: Bug fix
15273         (sql-get-login-ext): Save login values in globals.
15274         (sql-get-login): Use new version of `sql-get-login-ext'.
15275         (sql-interactive-mode): Set global `sql-connection' to nil.
15276         (sql-connect): Set global values for connection.
15277         (sql-product-interactive): Save global values as buffer local.
15279 2012-02-29  Leo Liu  <sdl.web@gmail.com>
15281         * abbrev.el (define-abbrevs): Reset sys to nil.
15283 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15285         * files.el (file-equal-p): Rename from `files-equal-p'.
15286         Return nil when one or both files don't exist.
15287         (file-subdir-of-p): Now only top directory must exists,
15288         return nil if it doesn't.
15289         (copy-directory): No need to test with `file-subdir-of-p' after
15290         creating dir.
15291         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15292         to `file-equal-p'.
15294 2012-02-28  Glenn Morris  <rgm@gnu.org>
15296         * shell.el (shell-mode):
15297         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15298         * play/landmark.el (landmark-font-lock-face-O):
15299         * play/handwrite.el (handwrite):
15300         * play/gomoku.el (gomoku-O):
15301         * net/browse-url.el (browse-url-browser-display):
15302         * international/mule.el (define-charset):
15303         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15304         * filesets.el (filesets-find-file-delay):
15305         * eshell/em-xtra.el (eshell-xtra):
15306         * eshell/em-unix.el (eshell-grep):
15307         * emulation/viper.el (viper-mode):
15308         * emacs-lisp/regexp-opt.el (regexp-opt-group):
15309         * emacs-lisp/easymenu.el (easy-menu-define):
15310         * calendar/timeclock.el (timeclock-use-display-time):
15311         * bs.el (bs-mode):
15312         * bookmark.el (bookmark-save-flag):
15313         Doc fix (standardize possessive apostrophe usage).
15315 2012-02-27  Chong Yidong  <cyd@gnu.org>
15317         * emulation/viper-cmd.el (viper-intercept-ESC-key):
15318         Fix key-binding lookup for ESC key (Bug#9146).
15320         * font-lock.el (font-lock-specified-p): Rename from
15321         font-lock-spec-present.  Callers changed.
15323 2012-02-27  Daniel Hackney  <dan@haxney.org>
15325         * emacs-lisp/package.el (package-compute-transaction):
15326         Handle holding a package version to t in package-load-list.
15328 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
15330         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15331         (tramp-get-inode, tramp-get-device): Use cached values.
15333 2012-02-26  Alan Mackenzie  <acm@muc.de>
15335         Check there is a font-lock specification before doing initial
15336         fontification.
15338         * font-core.el (font-lock-mode): Move the conditional from
15339         :after-hook to font-lock-initial-fontify.
15340         (font-lock-default-function): Move the check for a specification
15341         to font-lock-spec-present.
15343         * font-lock.el (font-lock-initial-fontify): Call ...
15344         (font-lock-spec-present): New function.
15346 2012-02-26  Jim Blandy  <jimb@red-bean.com>
15348         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15349         (gdb-send): Apply it to the operand of the '-interpreter-exec
15350         console' command, so that we can pass arguments with (say) quotes
15351         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
15353 2012-02-26  Chong Yidong  <cyd@gnu.org>
15355         * help-fns.el (describe-function-1): Clarify description of
15356         remapping (Bug#10844).
15358         * files.el (files-equal-p): Doc fix.
15359         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
15360         and quit the loop once a mismatch is found.
15362 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
15364         * bs.el (bs--show-with-configuration): Don't throw an error
15365         if the window cannot be split; otherwise, subsequent calls to
15366         bs-show fail, restoring a stale window config.  (Bug#10882)
15368 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15370         * term/ns-win.el (global-map): Bind ns-drag-file to
15371         ns-find-file (Bug#5855, Bug#10050).
15373 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
15375         * calendar/parse-time.el (parse-time-string): Allow extractor to
15376         return nil.
15378 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
15380         * net/tramp.el (tramp-file-name-for-operation):
15381         Add `files-equal-p' and `file-subdir-of-p'.
15383         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15384         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15385         Add COPY-CONTENTS argument.
15387 2012-02-25  Chong Yidong  <cyd@gnu.org>
15389         Add custom groups for VC backends, for consistency with vc-bzr.
15391         * vc/vc-arch.el (vc-arch):
15392         * vc/vc-cvs.el (vc-cvs):
15393         * vc/vc-git.el (vc-git):
15394         * vc/vc-hg.el (vc-hg):
15395         * vc/vc-mtn.el (vc-mtn):
15396         * vc/vc-rcs.el (vc-rcs):
15397         * vc/vc-sccs.el (vc-sccs):
15398         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15399         All relevant defcustoms reassigned.
15401 2012-02-25  Chong Yidong  <cyd@gnu.org>
15403         * newcomment.el (comment-styles): Add autoload (Bug#10868).
15405         * term/x-win.el (x-initialize-window-system): Reduce default for
15406         x-selection-timeout to 5 seconds (Bug#8869).
15408 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15410         * files.el (files-equal-p, file-subdir-of-p): New functions.
15411         (copy-directory): Error when trying to copy a directory on itself.
15412         Add missing copy-contents arg to tramp handler.
15413         * dired-aux.el (dired-copy-file-recursive): Same.
15414         (dired-create-files): Modify destination when source is equal to
15415         dest when copying files.
15416         Return also when dest is a subdir of source.  (Bug#10489)
15418 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
15420         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15421         (Bug#10874)
15423 2012-02-23  Alan Mackenzie  <acm@muc.de>
15425         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15426         parameter "after-hook:" to allow the expansion to run code after
15427         the execution of the mode hooks.
15429         * font-lock.el (font-lock-initial-fontify): New function extracted
15430         from font-lock-mode-internal.
15432         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15433         :after-hook.
15435 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15437         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15438         (completion--cache-all-sorted-completions): New function.
15439         (completion-all-sorted-completions): Use it.
15440         (completion--do-completion, minibuffer-force-complete):
15441         Use it to re-instate the flush hook.
15443         * icomplete.el (icomplete-completions): Replace last fix with a better
15444         one (bug#10850).
15446 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15448         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15449         when it might call us back infinitely (bug#10797).
15451 2012-02-23  Glenn Morris  <rgm@gnu.org>
15453         * minibuffer.el (completion-category-overrides): Doc fix.
15455 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15457         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15458         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15460 2012-02-23  Glenn Morris  <rgm@gnu.org>
15462         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15463         (authors-obsolete-files-regexps, authors-ignored-files)
15464         (authors-ambiguous-files, authors-renamed-files-alist):
15465         Add more entries.
15467 2012-02-23  Juri Linkov  <juri@jurta.org>
15469         * isearch.el (isearch-occur): Sync interactive spec with occur's
15470         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15472         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15474 2012-02-22  Juri Linkov  <juri@jurta.org>
15476         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15477         (ucs-insert): Doc fix.  Check for hex digits in the string.
15478         Don't display `nil' in the error message.  (Bug#10857)
15480 2012-02-22  Alan Mackenzie  <acm@muc.de>
15482         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15484 2012-02-22  Glenn Morris  <rgm@gnu.org>
15486         * ffap.el (ffap-c-path):
15487         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15489 2012-02-22  Chong Yidong  <cyd@gnu.org>
15491         * custom.el (load-theme): Doc fix.
15493 2012-02-22  Glenn Morris  <rgm@gnu.org>
15495         * dired-x.el (dired-guess-shell-alist-default):
15496         Remove escape sequences from nroff output.  (Bug#172)
15498 2012-02-21  Glenn Morris  <rgm@gnu.org>
15500         * vc/emerge.el (emerge-defvar-local):
15501         Set `permanent-local' property rather than unused `preserved'.
15503         * textmodes/picture.el (picture-delete-char): New alias.
15504         (picture-mode-map): Use it.  (Bug#10860)
15505         (picture-mode): Doc fix.
15507 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15509         * newcomment.el (uncomment-region-default): Remove unused binding.
15511 2012-02-21  Glenn Morris  <rgm@gnu.org>
15513         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15514         (picture-self-insert, picture-tab-chars): Doc fix.
15515         (picture-mode-map): Fix C-a, C-e.
15517 2012-02-20  Glenn Morris  <rgm@gnu.org>
15519         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15521 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15523         * icomplete.el (icomplete-completions): Check FROM arg before
15524         passing to substring (Bug#10850).
15526 2012-02-19  Chong Yidong  <cyd@gnu.org>
15528         * comint.el: Require ansi-color.
15529         (comint-output-filter-functions): Add ansi-color-process-output.
15531         * ansi-color.el: Don't set comint-output-filter-functions; it is
15532         now in the initial value defined in comint.el.
15533         (ansi-color-apply-face-function): New variable.
15534         (ansi-color-apply-on-region): Use it.
15535         (ansi-color-apply-overlay-face): New function.
15537         * shell.el (shell): No need to require ansi-color.
15538         (shell-mode): Use ansi-color-apply-face-function to highlight
15539         color escapes using font-lock-face property (Bug#10835).
15541 2012-02-19  Chong Yidong  <cyd@gnu.org>
15543         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15544         mode-line formats (Bug#10839).
15546 2012-02-18  Glenn Morris  <rgm@gnu.org>
15548         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15550         * mail/undigest.el (unforward-rmail-message): Doc fix.
15552         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15554 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15556         * international/characters.el (script-list): Sync with the latest
15557         Unicode Character Database.
15559 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15561         * international/titdic-cnv.el: Remove duplicate coding tag.
15562         * language/cham.el: Likewise.
15563         * language/tai-viet.el: Likewise.
15565 2012-02-18  Glenn Morris  <rgm@gnu.org>
15567         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15568         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15569         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15570         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15571         * calendar/holidays.el (holiday-bahai-holidays)
15572         (calendar-holidays, list-holidays):
15573         Use utf-8 Bahá'í in doc-strings, menus, etc.
15575 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15577         * saveplace.el (save-place-ignore-files-regexp): New variable
15578         allowing for excluding files from saving their location of point.
15579         The default value matches the temporary commit message editing
15580         files from Git, SVN, Bazaar, and Mercurial.
15581         (save-place-to-alist): Use it.
15583 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15584             Stefan Monnier  <monnier@iro.umontreal.ca>
15586         * newcomment.el (uncomment-region-default): Don't leave extra space
15587         when an arg is provided (bug#8150).
15589 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15591         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15593 2012-02-17  Glenn Morris  <rgm@gnu.org>
15595         * net/socks.el: Require network-stream.  (Bug#10599)
15597 2012-02-17  Kenichi Handa  <handa@m17n.org>
15599         * international/charprop.el:
15600         * international/uni-name.el:
15601         * international/uni-old-name.el:
15602         * international/uni-comment.el: Regenerate.
15604 2012-02-16  Glenn Morris  <rgm@gnu.org>
15606         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15607         Interactively in calendar buffer, give an error if not on a date.
15609 2012-02-15  Glenn Morris  <rgm@gnu.org>
15611         * shell.el (shell-delimiter-argument-list):
15612         Revert 2011-02-17 change.  (Bug#8027)
15614 2012-02-15  Chong Yidong  <cyd@gnu.org>
15616         * minibuffer.el (completion-at-point-functions): Doc fix.
15618         * custom.el (defcustom): Doc fix; note use of defvar.
15620 2012-02-15  Glenn Morris  <rgm@gnu.org>
15622         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15623         Doc fixes.
15625 2012-02-14  Glenn Morris  <rgm@gnu.org>
15627         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15629 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15631         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15632         way the ports list is computed.
15633         (smtpmail-query-smtp-server): Prompt the user for a port number if
15634         we can't connect to any of the standard ports (bug#10810).
15636 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15638         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15640 2012-02-13  Glenn Morris  <rgm@gnu.org>
15642         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
15644 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15646         * net/gnutls.el (gnutls-trustfiles): New variable.
15647         (gnutls-negotiate): Use it.
15649 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
15651         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15652         does its stuff if Gnus is running.
15654 2012-02-13  Alan Mackenzie  <acm@muc.de>
15656         Fix a loop in c-set-fl-decl-start.
15658         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15659         c-backward-syntactic-ws actually moves backwards.
15661 2012-02-13  Leo Liu  <sdl.web@gmail.com>
15663         * net/rcirc.el (rcirc-markup-attributes): Move point to the
15664         beginning so that all \C-o chars are removed.
15666 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
15668         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15670 2012-02-12  Alan Mackenzie  <acm@muc.de>
15672         Fix infinite loop with long macros.
15673         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15675 2012-02-12  Chong Yidong  <cyd@gnu.org>
15677         * window.el (display-buffer): Doc fix (Bug#10785).
15679 2012-02-12  Glenn Morris  <rgm@gnu.org>
15681         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15682         (x-disown-selection-internal, x-get-selection-internal):
15683         Sync docs with the xselect.c versions.
15685         * allout-widgets.el: Add missing license notice.
15687 2012-02-11  Glenn Morris  <rgm@gnu.org>
15689         * select.el (x-get-selection-internal, x-own-selection-internal)
15690         (x-disown-selection-internal):
15691         * x-dnd.el (x-get-selection-internal): Update declarations.
15693         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15695         * window.el (window-sides-slots):
15696         * tool-bar.el (tool-bar-position):
15697         * term/xterm.el (xterm-extra-capabilities):
15698         * ses.el (ses-self-reference-early-detection):
15699         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15700         (verilog-auto-wire-type)
15701         (verilog-auto-delete-trailing-whitespace)
15702         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15703         (verilog-auto-tieoff-declaration):
15704         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15705         (sql-oracle-statement-starters, sql-oracle-scan-on):
15706         * progmodes/prolog.el (prolog-align-comments-flag)
15707         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15708         (prolog-left-indent-regexp, prolog-paren-indent-p)
15709         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15710         (prolog-types, prolog-mode-specificators)
15711         (prolog-determinism-specificators, prolog-directives)
15712         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15713         (prolog-electric-dot-flag)
15714         (prolog-electric-dot-full-predicate-template)
15715         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15716         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15717         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15718         (prolog-program-switches, prolog-prompt-regexp)
15719         (prolog-debug-on-string, prolog-debug-off-string)
15720         (prolog-trace-on-string, prolog-trace-off-string)
15721         (prolog-zip-on-string, prolog-zip-off-string)
15722         (prolog-use-standard-consult-compile-method-flag)
15723         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15724         (prolog-imenu-max-lines, prolog-info-predicate-index)
15725         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15726         (prolog-char-quote-workaround):
15727         * progmodes/cc-vars.el (c-defun-tactic):
15728         * net/tramp.el (tramp-encoding-command-interactive)
15729         (tramp-local-end-of-line):
15730         * net/soap-client.el (soap-client):
15731         * net/netrc.el (netrc-file):
15732         * net/gnutls.el (gnutls):
15733         * minibuffer.el (completion-category-overrides)
15734         (completion-cycle-threshold)
15735         (completion-pcm-complete-word-inserts-delimiters):
15736         * man.el (Man-name-local-regexp):
15737         * mail/feedmail.el (feedmail-display-full-frame):
15738         * international/characters.el (glyphless-char-display-control):
15739         * eshell/em-ls.el (eshell-ls-date-format):
15740         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15741         (lisp-lambda-list-keyword-parameter-indentation)
15742         (lisp-lambda-list-keyword-parameter-alignment):
15743         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15744         * dired-x.el (dired-omit-verbose):
15745         * cus-theme.el (custom-theme-allow-multiple-selections):
15746         * calc/calc.el (calc-highlight-selections-with-faces)
15747         (calc-lu-field-reference, calc-lu-power-reference)
15748         (calc-note-threshold):
15749         * battery.el (battery-mode-line-limit):
15750         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15751         (archive-7z-update):
15752         * allout.el (allout-prefixed-keybindings)
15753         (allout-unprefixed-keybindings)
15754         (allout-inhibit-auto-fill-on-headline)
15755         (allout-flattened-numbering-abbreviation):
15756         * allout-widgets.el (allout-widgets-auto-activation)
15757         (allout-widgets-icons-dark-subdir)
15758         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15759         (allout-widgets-theme-dark-background)
15760         (allout-widgets-theme-light-background)
15761         (allout-widgets-item-image-properties-emacs)
15762         (allout-widgets-item-image-properties-xemacs)
15763         (allout-widgets-run-unit-tests-on-load)
15764         (allout-widgets-time-decoration-activity)
15765         (allout-widgets-hook-error-post-time)
15766         (allout-widgets-track-decoration):
15767         Add missing :version tags to new defcustoms and defgroups.
15769         * progmodes/sql.el (sql-ansi-statement-starters)
15770         (sql-oracle-statement-starters): Add custom type.
15772         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15773         (prolog-system-version): Give it a type.
15775 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
15777         * term/pc-win.el (x-select-text, x-selection-owner-p)
15778         (x-own-selection-internal, x-disown-selection-internal)
15779         (x-get-selection-internal): Sync doc strings and argument lists
15780         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
15782 2012-02-11  Leo Liu  <sdl.web@gmail.com>
15784         * progmodes/python.el (python-end-of-statement): Fix infinite
15785         loop.  (Bug#10788)
15787 2012-02-10  Glenn Morris  <rgm@gnu.org>
15789         * international/mule-cmds.el (unify-8859-on-encoding-mode)
15790         (unify-8859-on-decoding-mode): Properly mark as obsolete.
15792 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
15794         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15795         about SMTP before checking the From header.
15797         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15798         into own function for reuse by emacsbug.el.
15800 2012-02-10  Leo Liu  <sdl.web@gmail.com>
15802         * subr.el (condition-case-unless-debug): Rename from
15803         condition-case-no-debug.  All callers changed.
15804         (with-demoted-errors): Fix caller.
15806         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15807         * nxml/rng-valid.el (rng-do-some-validation):
15808         * emacs-lisp/package.el (package-refresh-contents)
15809         (package-menu-execute):
15810         * desktop.el (desktop-create-buffer):
15811         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15813 2012-02-10  Glenn Morris  <rgm@gnu.org>
15815         * textmodes/bibtex.el:
15816         Add missing :version tags for new/changed defcustoms.
15818         * files.el (remote-file-name-inhibit-cache): Doc fixes.
15820 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
15822         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15823         (smtpmail-via-smtp): Use it, or fall back on the From address.
15824         (smtpmail-send-it): Ditto.
15826 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15828         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15829         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
15830         (byte-compile-tmp-var): New const.
15831         (byte-compile-defvar): Use it to minimize .elc size.
15832         Just use `defvar' rather than simulate it (bug#10761).
15834 2012-02-09  Glenn Morris  <rgm@gnu.org>
15836         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
15838         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15839         Add :version tags.
15841         * progmodes/compile.el (compilation-error-screen-columns)
15842         (compilation-first-column, compilation-filter-start): Doc fixes.
15844         * vc/log-view.el (log-view-toggle-entry-display):
15845         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15847         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15848         (report-emacs-bug-can-use-xdg-email):
15849         (report-emacs-bug-insert-to-mailer): Doc fixes.
15850         (report-emacs-bug): Message fix.
15852         * net/browse-url.el (browse-url-can-use-xdg-open)
15853         (browse-url-xdg-open): Doc fixes.
15855         * electric.el (electric-indent-mode, electric-pair-mode)
15856         (electric-layout-rules, electric-layout-mode): Doc fixes.
15857         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15859 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
15861         * server.el (server-unselect-display): Don't inadvertently kill
15862         the current buffer.  (Bug#10729)
15864 2012-02-08  Glenn Morris  <rgm@gnu.org>
15866         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15867         (sql-list-table): Doc fixes.
15869         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15870         Comment out (does nothing).
15872         * completion.el (dynamic-completion-mode):
15873         * dirtrack.el (dirtrack-debug-mode):
15874         * electric.el (electric-layout-mode):
15875         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15876         * face-remap.el (text-scale-mode, buffer-face-mode):
15877         * iimage.el (iimage-mode):
15878         * image-mode.el (image-transform-mode):
15879         * minibuffer.el (completion-in-region-mode):
15880         * scroll-lock.el (scroll-lock-mode):
15881         * simple.el (next-error-follow-minor-mode):
15882         * tar-mode.el (tar-subfile-mode):
15883         * tooltip.el (tooltip-mode):
15884         * vcursor.el (vcursor-use-vcursor-map):
15885         * wid-browse.el (widget-minor-mode):
15886         * emulation/tpu-edt.el (tpu-edt-mode):
15887         * emulation/tpu-extras.el (tpu-cursor-free-mode):
15888         * international/iso-ascii.el (iso-ascii-mode):
15889         * language/thai-util.el (thai-word-mode):
15890         * mail/supercite.el (sc-minor-mode):
15891         * net/goto-addr.el (goto-address-mode):
15892         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15893         * progmodes/cwarn.el (cwarn-mode):
15894         * progmodes/flymake.el (flymake-mode):
15895         * progmodes/glasses.el (glasses-mode):
15896         * progmodes/hideshow.el (hs-minor-mode):
15897         * progmodes/pascal.el (pascal-outline-mode):
15898         * textmodes/enriched.el (enriched-mode):
15899         * vc/smerge-mode.el (smerge-mode):
15900         Doc fixes (minor mode argument).
15902 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
15904         * ls-lisp.el (ls-lisp-sanitize): New function.
15905         (ls-lisp-insert-directory): Use it to fix or remove any elements
15906         in file-alist with missing attributes.  (Bug#4673)
15908 2012-02-07  Alan Mackenzie  <acm@muc.de>
15910         Fix spurious recognition of c-in-knr-argdecl.
15912         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15913         putative K&R region.
15915 2012-02-07  Alan Mackenzie  <acm@muc.de>
15917         * progmodes/cc-engine.el (c-forward-objc-directive):
15918         Prevent looping in "#pragma mark @implementation".
15920 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
15922         * notifications.el (notifications-on-closed-signal): Make `reason'
15923         optional.  (Bug#10744)
15925 2012-02-07  Glenn Morris  <rgm@gnu.org>
15927         * emacs-lisp/easy-mmode.el (define-minor-mode):
15928         Doc fixes for the macro and the mode it defines.
15930         * image.el (imagemagick-types-inhibit): Doc fix.
15932         * cus-start.el (imagemagick-render-type): Add it.
15934 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
15936         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15937         Set the default at load time, too, so that `font-lock-fontify-buffer'
15938         can be called without setting up the entire mode first.  This fixes
15939         a bug in `mm-inline-text' with C MIME parts.
15941 2012-02-06  Chong Yidong  <cyd@gnu.org>
15943         * simple.el (list-processes--refresh): Delete exited processes
15944         (Bug#8094).
15946         * comint.el (comint-next-prompt): next-single-char-property-change
15947         and prev-single-char-property-change never return nil (Bug#8657).
15949         * custom.el (defcustom): Doc fix (Bug#9711).
15951 2012-02-05  Chong Yidong  <cyd@gnu.org>
15953         * cus-edit.el (custom-variable-reset-backup): Quote the value
15954         before storing it in the customized-value property (Bug#6712).
15955         (custom-display): Add a customization type tag.
15956         (custom-buffer-create-internal): Improve tooltip message.
15958         * wid-edit.el (widget-field-value-get): New optional arg to
15959         suppress trailing whitespace truncation.
15960         (character): Use it (Bug#2689).
15962 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
15964         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15965         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15967 2012-02-05  Chong Yidong  <cyd@gnu.org>
15969         * cus-edit.el (custom-variable-value-create): For mismatched
15970         types, show the current value (Bug#7600).
15972         * custom.el (defcustom): Doc fix.
15974 2012-02-05  Glenn Morris  <rgm@gnu.org>
15976         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15978 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
15980         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15981         (pp-buffer): Use `ignore-errors', `looking-at-p'.
15982         (pp-last-sexp): Use `looking-at-p'.
15984 2012-02-04  Glenn Morris  <rgm@gnu.org>
15986         * files.el (revert-buffer):
15987         Doc fix (mention revert-buffer-in-progress-p).
15989         * emacs-lisp/ert-x.el (ert-simulate-command):
15990         Check deferred-action-list (which is obsolete) is bound.
15992         * subr.el (with-wrapper-hook): Doc fixes.
15994         * simple.el (filter-buffer-substring-functions)
15995         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15997 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
15999         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16000         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
16002 2012-02-04  Leo Liu  <sdl.web@gmail.com>
16004         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16006 2012-02-04  Glenn Morris  <rgm@gnu.org>
16008         * image.el (image-extension-data): Add obsolete alias.
16010         * isearch.el (isearch-update): Doc fix.
16012         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16014         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16016 2012-02-03  Glenn Morris  <rgm@gnu.org>
16018         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
16019         (image-animate-timeout): Doc fix.
16021         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16023 2012-02-02  Glenn Morris  <rgm@gnu.org>
16025         * server.el (server-auth-dir): Doc fix.
16026         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
16028         * subr.el (run-mode-hooks): Doc fix.
16030 2012-02-02  Juri Linkov  <juri@jurta.org>
16032         * image-mode.el (image-toggle-display-image): Remove tautological
16033         `major-mode' from the `derived-mode-p' test.
16035 2012-02-02  Kenichi Handa  <handa@m17n.org>
16037         * composite.el (compose-region): Cancel previous change.
16039 2012-02-02  Kenichi Handa  <handa@m17n.org>
16041         * composite.el (compose-region, compose-string): Signal error for
16042         a null string component (Bug#6988).
16044 2012-02-01  Chong Yidong  <cyd@gnu.org>
16046         * view.el (view-buffer-other-window, view-buffer-other-frame):
16047         Handle special modes like view-buffer (Bug#10650).
16048         (view-buffer): Simplify.
16050         * frame.el (set-frame-font): Tweak meaning of third argument.
16052         * dynamic-setting.el (font-setting-change-default-font):
16053         Use set-frame-font (Bug#9982).
16055 2012-02-01  Glenn Morris  <rgm@gnu.org>
16057         * progmodes/compile.el (compilation-internal-error-properties):
16058         Respect compilation-first-column in the "*compilation*" buffer.
16060         * emacs-lisp/easy-mmode.el (define-minor-mode):
16061         Relax :variable's test for a named function.
16063 2012-01-31  Alan Mackenzie  <acm@muc.de>
16065         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16066         off by one error.
16068 2012-01-31  Chong Yidong  <cyd@gnu.org>
16070         * frame.el (set-frame-font): New arg ALL-FRAMES.
16072         * menu-bar.el (menu-set-font): Use set-frame-font.
16074         * faces.el (face-spec-reset-face): Don't apply unspecified
16075         attribute values to the default face.
16077 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
16079         * progmodes/cwarn.el (cwarn): Remove dead link.
16080         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16081         Remove * from defcustom docstrings.
16082         (turn-on-cwarn-mode): Make obsolete.
16083         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16084         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16086 2012-01-31  Glenn Morris  <rgm@gnu.org>
16088         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16089         Fix :variable handling of mode a symbol not equal to modefun.
16090         Allow named functions to be used as the cdr of :variable.
16092 2012-01-30  Glenn Morris  <rgm@gnu.org>
16094         * emacs-lisp/authors.el (authors-fixed-entries):
16095         Remove reference to deleted file rnewspost.el.
16097 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
16099         * window.el (window-with-parameter): Remove unused variable `windows'.
16100         (window--side-check): Remove unused variable `code'.
16101         (window--resize-siblings): Remove unused variable `first'.
16102         (adjust-window-trailing-edge): Remove unused variable `failed'.
16103         (window-deletable-p, window--delete): Remove unused variable `buffer'.
16104         Use `let', not `let*'.
16105         (balance-windows-2): Remove unused variable `found'.
16106         (window--state-put-2): Remove unused variable `splits'.
16107         (window-state-put): Remove unused variable `selected'.
16108         (same-window-p): Use `string-match-p'.
16109         (display-buffer-assq-regexp): Remove unused variable `value'.
16110         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16111         Mark argument ALIST as ignored.
16112         (pop-to-buffer): Remove unused variable `old-window'.
16114 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
16116         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16117         and .lzma compressed files.
16119 2012-01-29  Chong Yidong  <cyd@gnu.org>
16121         * frame.el (window-system-default-frame-alist): Doc fix.
16123         * dynamic-setting.el (font-setting-change-default-font): Don't
16124         change the default face if SET-FONT argument is non-nil (Bug#9982).
16126 2012-01-29  Samuel Bronson  <naesten@gmail.com>
16128         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16130 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
16132         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16133         breakpoints in files outside current directory (Bug#6098).
16135 2012-01-29  Chong Yidong  <cyd@gnu.org>
16137         * progmodes/python.el: Require ansi-color at top-level.
16139         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16140         Define and use in Emacs Lisp mode (Bug#9360).
16141         (lisp-mode-abbrev-table): Add doc.
16142         (lisp-mode-variables): Don't set local-abbrev-table.
16143         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16145 2012-01-28  Roland Winkler  <winkler@gnu.org>
16147         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16149 2012-01-28  Roland Winkler  <winkler@gnu.org>
16151         * textmodes/bibtex.el (bibtex-entry-alist): New function.
16152         (bibtex-set-dialect): Use it.  Either set global values of
16153         dialect-dependent variables or bind these variables buffer-locally
16154         (Bug#10254).
16155         (bibtex-mode): Call bibtex-set-dialect via
16156         hack-local-variables-hook.
16157         (bibtex-dialect): Update docstring.
16158         Add safe-local-variable predicate.
16159         (bibtex-entry-alist, bibtex-field-alist): Initialize via
16160         bibtex-set-dialect.
16161         (bibtex-mode-map): Define menu for each dialect.
16162         (bibtex-entry): Fix docstring.
16164 2012-01-28  Chong Yidong  <cyd@gnu.org>
16166         * eshell/esh-arg.el (eshell-quote-argument): New function.
16168         * eshell/esh-ext.el (eshell-invoke-batch-file):
16169         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16170         first arg to eshell-parse-command (Bug#10523).
16172 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16174         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16175         `default-directory' is non-nil.
16177 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16179         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16180         line that displays system-configuration-options.  (Bug#9924)
16182 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16184         * descr-text.el (describe-char): Show information about POS, in
16185         addition to information about the character at POS.  Improve and
16186         update the doc string.  Change "code point" to "code point in
16187         charset", to avoid confusion with the character's Unicode code
16188         point shown above that.  (Bug#10129)
16190 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16192         * descr-text.el (describe-char): Show the raw character, not only
16193         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
16194         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16195         for the reasons.
16197 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
16199         * emacs-lisp/package.el (package-install):
16200         Run package-refresh-contents if there is no archive yet (Bug#9798).
16202 2012-01-28  Chong Yidong  <cyd@gnu.org>
16204         * emacs-lisp/package.el (package-maybe-load-descriptor):
16205         New function, split from package-maybe-load-descriptor.
16206         (package-maybe-load-descriptor): Use it.
16207         (package-download-transaction): Fully load required packages
16208         inside the loop, so that `require' calls work (Bug#10593).
16209         (package-install): No need to call package-initialize now.
16211 2012-01-28  Chong Yidong  <cyd@gnu.org>
16213         * simple.el (deactivate-mark): Doc fix (Bug#8614).
16215         * tooltip.el (tooltip-mode): Doc fix.
16216         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16218         * frame.el (set-cursor-color): Doc fix (Bug#352).
16220         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16221         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16223         * cus-edit.el (custom-buffer-create-internal): Fix search button
16224         action (Bug#10542).
16225         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16227 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
16229         * dired.el (dired-mark-files-regexp):
16230         Include any subdirectory components.  (Bug#10445)
16232 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16234         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16235         Handle [host]:port syntax.  (Bug#10533)
16237 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
16239         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16241 2012-01-26  Glenn Morris  <rgm@gnu.org>
16243         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16244         * term.el (term-raw-escape-map): Use Control-X-prefix.
16245         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
16247 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
16249         * window.el (window-state-get, window--state-get-1): Don't deal
16250         with fixed-sizeness of windows.  Simplify code.
16252 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
16254         * window.el (window--state-get-1, window--state-put-2):
16255         Don't save and restore the mark.
16257 2012-01-25  Chong Yidong  <cyd@gnu.org>
16259         * custom.el (custom-variable-p): Doc fix.
16261 2012-01-25  Glenn Morris  <rgm@gnu.org>
16263         * dired.el (dired-goto-file): Handle some of the more common
16264         characters that `ls -b' escapes.  (Bug#10596)
16266         * progmodes/compile.el (compilation-next-error-function):
16267         Respect compilation-first-column in the "*compilation*" buffer.
16268         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
16270         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
16272 2012-01-24  Glenn Morris  <rgm@gnu.org>
16274         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
16276 2012-01-24  Julien Danjou  <julien@danjou.info>
16278         * color.el (color-rgb-to-hsl): Fix value computing.
16279         (color-hue-to-rgb): New function.
16280         (color-hsl-to-rgb): New function.
16281         (color-clamp, color-saturate-hsl, color-saturate-name)
16282         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16283         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16285 2012-01-24  Glenn Morris  <rgm@gnu.org>
16287         * vc/vc-rcs.el (vc-rcs-create-tag):
16288         * vc/vc-sccs.el (vc-sccs-create-tag):
16289         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
16291 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16293         * eshell/esh-util.el (eshell-read-hosts-file):
16294         Skip comment lines.  (Bug#10549)
16296         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
16298 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
16300         * subr.el (display-delayed-warnings): Doc fix.
16301         (collapse-delayed-warnings): New function to collapse identical
16302         adjacent warnings.
16303         (delayed-warnings-hook): Add it.
16305 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
16307         * net/tramp.el (tramp-action-login): Set connection property "login-as".
16309         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16310         (tramp-default-user-alist): Don't add "pscp".
16311         (tramp-do-copy-or-rename-file-out-of-band): Use connection
16312         property "login-as", if set.  (Bug#10530)
16314 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
16316         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16317         "plink1" and "psftp".  (Bug#10530)
16319 2012-01-21  Kenichi Handa  <handa@m17n.org>
16321         * international/mule-cmds.el (prefer-coding-system): Show a
16322         warning message if the default value of file-name-coding-system
16323         was not changed.
16325 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
16327         * windmove.el (windmove-reference-loc):
16328         Fix windmove-reference-loc miscalculation.
16330 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
16332         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16333         default unit.
16335 2012-01-21  Glenn Morris  <rgm@gnu.org>
16337         * international/mule.el (auto-coding-alist): Add .tbz.
16339         * files.el (local-enable-local-variables): Doc fix.
16340         (inhibit-local-variables-regexps): Rename from
16341         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
16342         Doc fix.  Add some extensions from auto-coding-alist.
16343         (inhibit-local-variables-suffixes):
16344         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
16345         (inhibit-local-variables-p):
16346         New function, extracted from set-auto-mode-1.
16347         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
16348         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
16349         (hack-local-variables): Doc fix.  Make the mode-only case
16350         respect enable-local-variables and friends.
16351         Respect inhibit-local-variables-regexps for file-locals, but
16352         not for directory-locals.
16353         (set-visited-file-name):
16354         Take account of inhibit-local-variables-regexps.
16355         Whether it applies may change as the file name is changed.
16356         * jka-cmpr-hook.el (jka-compr-install):
16357         * jka-compr.el (jka-compr-uninstall):
16358         Update for inhibit-first-line-modes-suffixes name change.
16360 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
16362         * help-macro.el (make-help-screen): Temporarily restore original
16363         binding for minor-mode-map-alist (Bug#10454).
16365 2012-01-19  Julien Danjou  <julien@danjou.info>
16367         * color.el (color-name-to-rgb): Use the white color to find the max
16368         color component value and return correctly computed values.
16369         (color-name-to-rgb): Add missing float conversion for max value.
16371 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
16373         * window.el (window--state-get-1, window-state-get): Do not use
16374         special state value for window-persistent-parameters.
16375         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
16376         (window--state-put-2): Reset all window parameters to nil before
16377         assigning values of persistent parameters.
16379 2012-01-18  Alan Mackenzie  <acm@muc.de>
16381         Eliminate sluggishness and hangs in fontification of "semicolon
16382         deserts".
16384         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16385         Change value 10000 -> 3000.
16386         (c-state-safe-place): Reformulate so it doesn't stack up an
16387         infinite number of wrong entries in c-state-nonlit-pos-cache.
16388         (c-determine-limit-get-base, c-determine-limit): New functions to
16389         determine backward search limits disregarding literals.
16390         (c-find-decl-spots): Amend commenting.
16391         (c-cheap-inside-bracelist-p): New function which detects "={".
16393         * progmodes/cc-fonts.el
16394         (c-make-font-lock-BO-decl-search-function): Give a limit to a
16395         backward search.
16396         (c-font-lock-declarations): Fix an occurrence of point being
16397         undefined.  Check additionally for point being in a bracelist or
16398         near a macro invocation without a semicolon so as to avoid a
16399         fruitless time consuming search for a declarator.  Give a more
16400         precise search limit for declarators using the new
16401         c-determine-limit.
16403 2012-01-18  Glenn Morris  <rgm@gnu.org>
16405         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16406         (set-auto-mode): Doc fixes.
16408 2012-01-17  Glenn Morris  <rgm@gnu.org>
16410         * isearch.el (search-nonincremental-instead): Fix doc typo.
16412         * dired.el (dired-insert-directory): Handle newlines in directory name.
16413         (dired-build-subdir-alist): Unescape newlines in directory name.
16415 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
16417         * net/tramp.el (tramp-local-end-of-line): New defcustom.
16418         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16419         (tramp-action-terminal): Use it.  (Bug#10530)
16421 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16423         * minibuffer.el (completion--replace): Strip properties (bug#10062).
16425 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
16427         * window.el (window-state-ignored-parameters): Remove variable.
16428         (window--state-get-1): Rename argument MARKERS to IGNORE.
16429         Handle persistent window parameters.  Make copy of clone-of
16430         parameter only if requested.  (Bug#10348)
16431         (window--state-put-2): Install a window parameter only if it has
16432         a non-nil value or an existing parameter shall be overwritten.
16434 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
16436         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16438 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
16440         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16441         don't pass the (nil) value of `upnode' to string-match.
16443 2012-01-14  Chong Yidong  <cyd@gnu.org>
16445         * startup.el (command-line): Fix X resource class for cursorColor.
16446         Fix values recognized by the cursorBlink resource.
16448 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16450         * epg.el (epg--make-temp-file): Avoid permission race condition
16451         when running on old Emacs versions (bug#10403).
16453 2012-01-14  Glenn Morris  <rgm@gnu.org>
16455         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16457 2012-01-13  Alan Mackenzie  <acm@muc.de>
16459         Fix filling for when filladapt mode is enabled.
16461         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16462         c-mask-paragraph, pass in `fill-paragraph' rather than
16463         `fill-region-as-paragraph'.  (This is a reversion of a previous
16464         change.)
16465         * progmodes/cc-mode.el (c-basic-common-init):
16466         Make fill-paragraph-handle-comment buffer local and set it to nil.
16468 2012-01-13  Glenn Morris  <rgm@gnu.org>
16470         * dired.el (dired-switches-escape-p): New function.
16471         (dired-insert-directory): Use dired-switches-escape-p.
16472         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16474         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16476 2012-01-12  Glenn Morris  <rgm@gnu.org>
16478         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16479         changes in adaptive-fill-regexp.  (Bug#10276)
16481 2012-01-11  Alan Mackenzie  <acm@muc.de>
16483         Fix Emacs bug #10463 - put `widen's around the critical spots.
16485         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16486         widen around each invocation of c-state-pp-to-literal.  Remove an
16487         unused let variable.
16489 2012-01-11  Glenn Morris  <rgm@gnu.org>
16491         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16492         Doc fix.
16494 2012-01-10  Chong Yidong  <cyd@gnu.org>
16496         * net/network-stream.el (network-stream-open-starttls):
16497         Avoid emitting a confusing error message when the server gives a bad
16498         response to the capability command.
16500 2012-01-10  Glenn Morris  <rgm@gnu.org>
16502         * mail/unrmail.el (unrmail): Tweak previous change.
16504 2012-01-09  Chong Yidong  <cyd@gnu.org>
16506         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16508 2012-01-08  Alan Mackenzie  <acm@muc.de>
16510         Optimize font locking in long enum definitions.
16512         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16513         arm to a cond form to handle enums.
16514         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16515         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16517 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16519         * files.el (move-file-to-trash): Preserve default file modes on error.
16520         (Bug#10401)
16522 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16524         * faces.el (set-face-attribute): Clarify the meaning of the nil
16525         frame (bug#10294).
16527         * subr.el (with-selected-frame): Mention that the selected frame
16528         is restored (bug#9980).
16530         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16531         (bug#9759).
16533         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16534         (password-read): Don't autoload unused function.
16536 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16538         * progmodes/which-func.el (which-func-mode): Turn into a
16539         non-interactive function and mark as obsolete (bug#10428).
16541 2012-01-06  Chong Yidong  <cyd@gnu.org>
16543         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16544         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16545         functions, along with 1 and -1.
16547 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16549         * time.el (display-time-load-average)
16550         (display-time-default-load-average): Doc fixes.  See the thread
16551         starting at
16552         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16553         for the details.
16555 2012-01-06  Glenn Morris  <rgm@gnu.org>
16557         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16558         has no messages.  (Bug#10377)
16560         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16561         than Info-edit.  (Bug#10385)
16563         * time.el (display-time-load-average, display-time-next-load-average):
16564         Doc fixes.
16566         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16567         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16569         * calendar/calendar.el (calendar-mode):
16570         Locally set scroll-margin to 0.  (Bug#10379)
16572 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16574         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16576 2012-01-05  Glenn Morris  <rgm@gnu.org>
16578         * eshell/em-unix.el (diff-no-select): Autoload it.
16579         (eshell/diff): Use diff-no-select.  (Bug#10420)
16581 2012-01-05  Chong Yidong  <cyd@gnu.org>
16583         * shell.el (shell-dynamic-complete-functions): Revert last change.
16584         (shell-command-completion-function): New function.
16585         (shell-completion-vars): Use it to implement
16586         shell-completion-execonly (Bug#10417).
16588         * custom.el (enable-theme): Don't set custom-safe-themes.
16590         * cus-theme.el (custom-theme-merge-theme):
16591         Ignore custom-enabled-themes and custom-safe-themes.
16593 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16595         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16596         first prompt in `sql-interacive-mode'.
16597         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16598         keywords.
16599         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16600         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16601         context of original buffer.  Invoke `sql-login-hook'.
16603 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16605         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16606         letters in cite-prefix.
16608 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16610         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16612 2012-01-03  Chong Yidong  <cyd@gnu.org>
16614         * shell.el (shell-dynamic-complete-functions):
16615         Put pcomplete-completions-at-point, so as to try
16616         comint-filename-completion first (Bug#10417).
16618 2012-01-02  Richard Stallman  <rms@gnu.org>
16620         * battery.el (battery-status-function):
16621         Detect when to use battery-yeeloong-sysfs.
16622         (battery-echo-area-format): Add string for Yeeloong.
16623         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16624         (battery-yeeloong-sysfs): New function.
16626 2012-01-02  Chong Yidong  <cyd@gnu.org>
16628         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16629         (dirtrack): Merge code for handling relative filenames in prompt
16630         from shell-dir-cookie-watcher.
16631         (dirtrack-debug-message): New arg to avoid excess format calls.
16633         * shell.el (shell-dir-cookie-re): Variable deleted.
16634         (shell-dir-cookie-watcher): Function deleted.
16635         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16636         with dirtrack-mode.
16638 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16640         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16641         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16642         libgnutls-26.dll.
16644 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
16646         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16648 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
16650         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16651         headers of non-MIME messages, when rmail-enable-mime is non-nil.
16653 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
16655         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16656         also for alternative shells.
16657         (tramp-open-connection-setup-interactive-shell): Check, whether
16658         the shell is a busybox.
16659         (tramp-send-command): Don't suppress multiple prompts for
16660         busyboxes, it hurts.
16662 2011-12-28  Chong Yidong  <cyd@gnu.org>
16664         * progmodes/gdb-mi.el (gdb-get-source-file-list)
16665         (gdb-get-source-file): Move mode line update to
16666         gdb-get-source-file (Bug#10087).
16668 2011-12-25  Chong Yidong  <cyd@gnu.org>
16670         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16671         gud-gdb-marker-filter without taking it as an argument.
16672         (gud-gdb-run-command-fetch-lines): Caller changed.
16673         (gud-gdb-completion-function): New variable.
16674         (gud-gdb-completion-at-point): Use it.
16675         (gud-gdb-completions-1): Split from gud-gdb-completions.
16677         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16678         function as separate arguments.
16679         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16680         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16681         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16682         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16683         (gdb-stopped, def-gdb-auto-update-trigger)
16684         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16685         (gdb-get-changed-registers, gdb-get-main-selected-frame):
16686         Callers changed.
16687         (gud-gdbmi-completions): New function.
16688         (gdb): Use it for generating the completion table.
16690 2011-12-24  Alan Mackenzie  <acm@muc.de>
16692         Introduce a mechanism to widen the region used in context font
16693         locking.  Use this to protect declarations from losing their contexts.
16695         * progmodes/cc-langs.el (c-before-font-lock-functions):
16696         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16697         (c-before-context-fontification-functions): New defvar, a list of
16698         functions to be run just before context (etc.) font locking.
16700         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16701         New, functionality extracted from
16702         c-neutralize-syntax-in-and-mark-CPP.
16703         (c-in-after-change-fontification): New variable.
16704         (c-after-change): Set c-in-after-change-fontification.
16705         (c-set-fl-decl-start): Rejig its interface, so it can be called
16706         from both after-change and context fontifying.
16707         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16708         New functions.
16709         (c-standard-font-lock-fontify-region-function): New variable.
16710         (c-font-lock-fontify-region): New function.
16712 2011-12-24  Juri Linkov  <juri@jurta.org>
16714         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16715         (Bug#10348)
16717 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
16719         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16720         existence of source file.  (Bug#10325)
16722 2011-12-23  Alan Mackenzie  <acm@muc.de>
16724         Fix unstable fontification inside templates.
16726         * progmodes/cc-langs.el (c-before-font-lock-functions):
16727         Newly created from the singular version.  The (c c++ objc) entry now
16728         additionally has c-set-fl-decl-start.  The other languages (apart
16729         from AWK) have that as a single entry.
16731         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16732         The functionality for "local" declarations has been extracted to
16733         c-set-fl-decl-start.
16735         * progmodes/cc-mode.el (c-common-init, c-after-change):
16736         Changes due to pluralisation of c-before-font-lock-functions.
16737         (c-set-fl-decl-start): New function, extracted from
16738         c-font-lock-enclosing-decls and enhanced.
16740 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
16742         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16744 2011-12-22  Juri Linkov  <juri@jurta.org>
16746         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
16748 2011-12-22  Chong Yidong  <cyd@gnu.org>
16750         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16752 2011-12-21  Drew Adams  <drew.adams@oracle.com>
16754         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
16756 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
16758         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16760 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16762         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
16763         highlighting and support.  Fix up comments for capitalization.
16764         (cfengine-mode-debug): New var.
16765         (cfengine3-mode): Change the modeline indicator to "CFE3".
16766         (cfengine3-font-lock-keywords): Improve defun highlighting.
16767         (cfengine2-actions): Rename from `cfengine-actions'.
16768         (cfengine2-font-lock-keywords): Rename from
16769         `cfengine-font-lock-keywords'.
16770         (cfengine2-imenu-expression): Rename from
16771         `cfengine-imenu-expression'.
16772         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16773         (cfengine2-beginning-of-defun): Rename from
16774         `cfengine-beginning-of-defun'.
16775         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16776         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16777         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
16778         modeline indicator to "CFE2".
16779         (cfengine-mode): Defalias to `cfengine-auto-mode'.
16780         (cfengine-mode-abbrevs): Mark obsolete.
16782 2011-12-21  Chong Yidong  <cyd@gnu.org>
16784         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16785         filename argument.
16787 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
16789         * window.el (window-normalize-buffer-to-display): Remove.
16790         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16792 2011-12-19  Chong Yidong  <cyd@gnu.org>
16794         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16795         Don't signal an error in a predicate function; return non-nil.
16796         (vc-dir-mark-file): Move the error here.
16797         (vc-dir-mark-unmark): If acting on the region, keep going if one
16798         of the entries cannot be marked/unmarked.
16799         (vc-dir-mark-all-files): If current entry is a directory, mark
16800         only child files, as documented.
16802 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16804         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16805         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16806         addition.
16808 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
16810         * term/ns-win.el (ns-get-selection-internal)
16811         (ns-store-selection-internal): Declare.
16812         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16813         Declare as obsolete.
16814         (ns-get-pasteboard, ns-paste-secondary):
16815         Use ns-get-selection-internal.
16816         (ns-set-pasteboard, ns-copy-including-secondary):
16817         Use ns-store-selection-internal.
16819 2011-12-17  Chong Yidong  <cyd@gnu.org>
16821         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16822         (vc-deduce-fileset): Doc fix.
16824 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
16826         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16828 2011-12-13  Sam Steingold  <sds@gnu.org>
16830         * man.el (Man-getpage-in-background): When running under a
16831         window-system, ignore $MANWIDTH and $COLUMNS.
16833 2011-12-15  Kenichi Handa  <handa@m17n.org>
16835         * language/ethio-util.el: Change coding tag to utf-8-emacs.
16836         (setup-ethiopic-environment-internal): Comment out key-binding for
16837         ethio-toggle-punctuation.
16839 2011-12-13  Alan Mackenzie  <acm@muc.de>
16841         Add the switch statement to AWK Mode.
16843         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16844         "default" to the keywords regexp.
16846         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16847         expression as the rest.
16848         (c-nonlabel-token-key): Allow string literals for AWK.
16849         Refactor for the other modes.
16851         Large brace-block initialisation makes CC Mode slow: Fix.
16852         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16853         routines.  Limit backward searching in c-font-lock-enclosing.decl.
16855         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16856         pp-state and literal type in addition to the limits.
16857         (c-state-safe-place): New defun, extracted from c-state-literal-at.
16858         (c-state-literal-at): Use the above new defun.
16859         (c-slow-in-literal, c-fast-in-literal): Remove.
16860         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16862         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16863         being in a literal.  Add a limit for backward searching.
16865         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16866         c-slow-in-literal.
16868 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16870         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16872 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
16874         * window.el (delete-other-windows): Use correct frame in call to
16875         window-with-parameter.
16877 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
16879         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16880         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16881         (makefile-gmake-statements, makefile-makepp-statements):
16882         Use it and add new makepp keywords.
16883         (makefile-makepp-font-lock-keywords): Add new patterns.
16884         (makefile-match-function-end): Match new [...] and [[...]].
16886 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
16888         * ses.el (ses-call-printer-return, ses-cell-property-get)
16889         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16890         (ses-create-cell-variable, ses-reset-header-string)
16891         (ses-cell-set-formula, ses-repair-cell-reference-all)
16892         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16893         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16894         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16895         (ses-aset-with-undo, ses-load, ses-truncate-cell)
16896         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16897         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16898         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16899         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16900         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16901         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16902         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16903         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16905 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16907         * ses.el: The overall change is to add cell renaming, that is
16908         setting fancy names for cell symbols other than name matching
16909         "\\`[A-Z]+[0-9]+\\'" regexp .
16910         (ses-create-cell-variable): New defun.
16911         (ses-relocate-formula): Relocate formulas only for cells the
16912         symbols of which are not renamed, i.e. symbols whose names do not
16913         match regexp "\\`[A-Z]+[0-9]+\\'".
16914         (ses-relocate-all): Relocate values only for cells the symbols of
16915         which are not renamed.
16916         (ses-load): Create cells variables as the (ses-cell ...) are read,
16917         in order to check row col consistency with cell symbol name only
16918         for cells that are not renamed.
16919         (ses-replace-name-in-formula): New defun.
16920         (ses-rename-cell): New defun.
16922 2011-12-11  Chong Yidong  <cyd@gnu.org>
16924         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16925         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16927 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
16929         * window.el (other-window): Fix docstring.
16931 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16933         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16934         `from' or `to' address before taking its substring.
16935         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16936         encoded name is chopped in the middle of the encoded string, and
16937         thus displayed encoded.
16939 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
16941         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16943 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16945         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
16946         to use texinfo-update-node and commands that call it if the
16947         Texinfo file uses @node lines without next/prev/up pointers.
16948         Correct outdated description about texinfo-master-menu.
16949         (texinfo-all-menus-update, texinfo-master-menu)
16950         (texinfo-update-node, texinfo-every-node-update)
16951         (texinfo-multiple-files-update): Doc fix.  Warn against updating
16952         all the @node lines.
16953         (texinfo-master-menu): Only call texinfo-update-node if the prefix
16954         argument is numeric.  Explain better in the doc string what the
16955         function really does.
16956         (texinfo-insert-master-menu-list): Improve the error message
16957         displayed if there's no menu in the Top node.
16958         (Bug#2975)  See also this thread:
16959         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16961 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
16963         * speedbar.el (speedbar-supported-extension-expressions):
16964         Add .adb and .ads, commonly used for Ada source code (bug#10256).
16966 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
16968         * printing.el (pr-mode-alist):
16969         * simple.el (filter-buffer-substring-functions)
16970         (completion-list-insert-choice-function):
16971         * window.el (window-with-parameter, window-atom-root)
16972         (window-sides-slots, window-size-fixed, window-min-delta)
16973         (window-max-delta, window--resize-mini-window)
16974         (window--resize-child-windows-normal, window-tree)
16975         (delete-other-windows, quit-window, split-window)
16976         (display-buffer-record-window, special-display-buffer-names)
16977         (special-display-regexps, special-display-popup-frame)
16978         (same-window-p, split-window-sensibly)
16979         (display-buffer-overriding-action, display-buffer-alist)
16980         (display-buffer-base-action, display-buffer, switch-to-buffer)
16981         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16982         (fit-window-to-buffer, recenter-positions)
16983         (mouse-autoselect-window-state, mouse-autoselect-window-select):
16984         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16985         and remove unneeded backslashes in docstrings.
16987 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16989         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16991         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16992         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16993         end in ".mk".
16994         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16995         when reading the makefile (bug#10116).
16997 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16999         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17000         (bug#10116).
17002 2011-12-06  Glenn Morris  <rgm@gnu.org>
17004         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17006 2011-12-06  Chong Yidong  <cyd@gnu.org>
17008         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17010 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
17012         * textmodes/table.el (table-shorten-cell): Fix typo.
17014 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
17016         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17018 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
17020         * descr-text.el (describe-char): Fix display of strong
17021         right-to-left characters and directional embeddings and overrides.
17023         * simple.el (what-cursor-position): Fix display of codepoints of
17024         strong right-to-left characters.
17026 2011-12-05  Chong Yidong  <cyd@gnu.org>
17028         * faces.el (read-color): Doc fix.
17030 2011-12-05  Glenn Morris  <rgm@gnu.org>
17032         * align.el (align--set-marker): Add doc-string.
17033         Don't try to move something that is not a marker.  (Bug#10216)
17035 2011-12-04  Glenn Morris  <rgm@gnu.org>
17037         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17038         overly zealous deletion of trailing whitespace.
17040 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
17042         * server.el (server-delete-client): On Windows, do not try to delete
17043         the only terminal.
17044         (server-process-filter): On Windows, treat requests for a tty frame as
17045         if they were for a GUI frame if the running server is in GUI mode.
17047 2011-12-03  Glenn Morris  <rgm@gnu.org>
17049         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
17051 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17053         * electric.el: Streamline electric-indent's hook.
17054         (electric-indent-chars): Revert to simple list.
17055         (electric-indent-functions): New var.
17056         (electric-indent-post-self-insert-function): Use it.
17058         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17059         there's no inferior buffer (bug#10196).
17060         (prolog-consult-compile): Don't use toggle-read-only.
17062 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
17064         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17065         interrupt.  (Bug#10187)
17067 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17069         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17070         (bug#9160).
17072         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17073         (bug#10191).
17075 2011-12-02  Juri Linkov  <juri@jurta.org>
17077         * info.el (Info-search): Display "end of manual" when Isearch
17078         reaches the end of single-file Info manual.  (Bug#9918)
17080 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
17082         * isearch.el (isearch-message-prefix): Run the input method part
17083         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
17085 2011-12-02  Juri Linkov  <juri@jurta.org>
17087         * isearch.el (isearch-occur): Use `word-search-regexp' for
17088         `isearch-word'.
17089         (isearch-search-and-update): Add condition for `isearch-word' and
17090         call `word-search-regexp'.  (Bug#10145)
17092 2011-12-01  Glenn Morris  <rgm@gnu.org>
17094         * eshell/em-hist.el (eshell-hist-initialize):
17095         Handle eshell-history-size nil and HISTSIZE set or unset.
17096         (eshell-history-file-name, eshell-history-size): Fix custom type.
17098 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17100         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17102 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
17104         * progmodes/verilog-mode.el (verilog-pretty-expr):
17105         Rework verilog-pretty-expr to handle new assignment operators in system
17106         verilog, such as += *= and the like.
17107         (verilog-assignment-operator-re): Regular expression to find the
17108         assigment operator in a verilog assignment.
17109         (verilog-assignment-operation-re): Regular expression to find an
17110         assignment statement for pretty-expr.
17111         (verilog-in-attribute-p): Query returns true if point is in an
17112         attribute context; used to skip these for expression line up from
17113         pretty-expr.
17114         (verilog-in-parameter-p): Query returns true if point is in an
17115         parameter definition context; used to skip these for expression
17116         line up from pretty-expr.
17117         (verilog-in-parenthesis-p): Query returns true if point is in a
17118         parenthetical expression, specifically ( ) but not [ ] or { };
17119         used by pretty-expr.
17120         (verilog-just-one-space): If there is no space, don't add one.
17121         (verilog-get-lineup-indent-2): Specifically skip just attribute
17122         contexts for expression lineup, rather than skipping all
17123         parenthetical expressions.
17124         (verilog-calculate-indent): Fix comment, and fix indent.
17125         (verilog-do-indent): Indent declarations in lists (suggested by
17126         Joachim Lechner).
17127         (verilog-mode-abbrev-table): Populate abbrev mode with the various
17128         skeleton items.
17129         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17130         by Alain Mellan).
17132 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
17134         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17135         parameters with embedded comments.  Reported by Ray Stevens.
17136         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17137         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17138         Reported by Tim Holt.
17139         (verilog-auto): Fix AUTOing a upper module then AUTOing module
17140         instantiated by upper module causing wrong expansion until AUTOed a
17141         second time.  Reported by K C Buckenmaier.
17142         (verilog-diff-auto): Fix showing .* as a difference when
17143         `verilog-auto-star-save' off.  Reported by Dan Dever.
17144         (verilog-auto-reset, verilog-read-always-signals)
17145         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17146         temporary signals in reset list if
17147         verilog-auto-reset-blocking-in-non is nil, and match assignment
17148         style to each signal's assignment type, bug381.
17149         Reported by Thomas Esposito.
17150         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17151         (verilog-uvm-statement-re): Support UVM indentation and
17152         highlighting, with old OVM keywords only.
17153         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17154         Support AUTOTIEOFF creating non-wire data types.
17155         Suggested by Jonathan Greenlaw.
17156         (verilog-auto-insert-lisp, verilog-delete-to-paren)
17157         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17158         (verilog-inject-sense, verilog-read-inst-pins)
17159         (verilog-read-sub-decls, verilog-read-sub-decls-line):
17160         Fix mismatching parenthesis inside commented out code when deleting
17161         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
17162         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17163         non-numeric vector width.  Reported by Alex Reed.
17164         (verilog-auto-ascii-enum): Add "onehot" option to work around not
17165         detecting signals with parameter widths.  Reported by Alex Reed.
17166         (verilog-auto-delete-trailing-whitespace):
17167         With `verilog-auto-delete-trailing-whitespace' remove trailing
17168         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
17169         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17170         Fix verilog-scan-cache corruption when running user AUTO expansion
17171         hooks that call indentation routines.
17172         (verilog-simplify-range-expression): Fix typo ignoring lower case
17173         identifiers.
17174         (verilog-delete-auto): Fix delete-autos to also remove user created
17175         automatics, as long as they start with AUTO.
17176         (verilog-batch-diff-auto, verilog-diff-auto)
17177         (verilog-diff-function): Add `verilog-diff-auto' and bind to
17178         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
17179         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17180         (verilog-in-paren-quick, verilog-re-search-backward-quick)
17181         (verilog-re-search-forward-quick, verilog-syntax-ppss):
17182         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17183         is disabled and its cache will get corrupt, causing AUTOS not to
17184         expand.  Instead use only -quick functions.
17185         (verilog-scan-region): Fix scanning over escaped quotes.
17186         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17187         (verilog-re-search-backward-quick)
17188         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17189         related functions now ignore strings, to fix misparsing of strings
17190         with magic comments embedded in them.
17191         (verilog-read-auto-template):
17192         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17193         Reported by Brad Dobbie.
17194         (verilog-read-auto-template):
17195         Fix 'verilog-auto-inst-template-numbers' with comments.
17196         Reported by Brad Dobbie.
17197         (verilog-auto-inst, verilog-auto-inst-param)
17198         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17199         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
17200         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17201         debugging templates without merge conflicts, bug357.
17202         Reported by Brad Dobbie.
17203         (verilog-read-auto-template):
17204         Fix verilog-auto-inst-template-numbers with multiple templates.
17205         Reported by Brad Dobbie.
17206         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17207         abbrevs so user won't be asked to save.
17208         (verilog-read-auto-lisp-present): Fix to start at beginning of
17209         buffer in case called outside of verilog-auto.
17210         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17211         to "X-2".  Reported by Matthew Myers.
17212         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17213         all inputs from module templates.  Reported by Leith Johnson.
17214         (verilog-module-inside-filename-p): Fix locating programs as with
17215         modules.
17216         (verilog-auto-inst-port): Fix vl-width expressions when using
17217         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
17218         (verilog-decls-get-regs, verilog-decls-get-signals,
17219         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17220         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17221         verilog-read-decls): Combine reg and wire structures into one var
17222         structure to represent SystemVerilog concepts.
17223         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17224         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17225         (verilog-auto-wire-type, verilog-insert-definition):
17226         Add verilog-auto-wire-type and AUTOLOGIC to support using
17227         SystemVerilog "logic" keyword instead of "wire"/"reg".
17228         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17229         to declares outputs that also have assignments (presumably in an
17230         ifdef or generate if so there's not a driver conflict).
17231         Reported by Matthew Myers.
17232         (verilog-auto-declare-nettype, verilog-insert-definition):
17233         Add verilog-auto-declare-nettype to fix declarations using
17234         `default_nettype none.  Reported by Julian Gorfajn.
17235         (verilog-read-always-signals-recurse, verilog-read-decls)
17236         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17237         malformed end statement, bug325.  Reported by Joshua Wise and
17238         Andrew Drake.
17239         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17240         (verilog-inst-comment-re): Fix not deleting Interfaced comment
17241         when expanding .* in interfaces, bug320.
17242         Reported by Pierre-David Pfister.
17243         (verilog-read-module-name): Fix import statements between module
17244         name and open parenthesis, bug317.
17245         Reported by Pierre-David Pfister.
17246         (verilog-simplify-range-expression): Fix simplification of
17247         multiplications inside AUTOWIRE connections, bug303.
17248         (verilog-auto-inst-port): Support parameter expansion in
17249         multidimensional arrays.
17250         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17251         after "assert property".  Reported by Julian Gorfajn.
17252         (verilog-simplify-range-expression): Fix "couldn't merge" errors
17253         with multiplication, bug303.
17254         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17255         Reported by Jan Frode Lonnum.
17257 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
17259         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17260         (hfy-shell-file-name, hfy-shell):
17261         * international/fontset.el (x-decompose-font-name): Fix typos.
17263 2011-11-29  Ken Brown  <kbrown@cornell.edu>
17265         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17266         (gdb-version): Remove defvar.
17267         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17268         (gdb-gud-context-command, gdb-non-stop-handler)
17269         (gdb-current-context-command, gdb-stopped): Use it.
17270         (gdb-init-1): Enable pretty printing here.
17271         (gdb-non-stop-handler): Don't enable pretty-printing here.
17272         Check to see if the target supports non-stop mode; if not, turn off
17273         non-stop mode.  Use the following.
17274         (gdb-check-target-async): New defun.
17275         (gud-watch, gdb-stopped): Fix whitespace.
17276         (gdb-get-source-file): Don't try to display the source file if
17277         `gdb-main-file' is nil.
17279 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17281         * align.el: Try to generate fewer markers (bug#10047).
17282         (align--set-marker): New macro.
17283         (align-region): Use it.
17285 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17287         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17289 2011-11-29  Chong Yidong  <cyd@gnu.org>
17291         * indent.el (indent-for-tab-command, indent-according-to-mode):
17292         Doc fix.
17293         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
17295 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
17297         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17298         aware of remote file names.  (Bug#10124)
17300 2011-11-29  Chong Yidong  <cyd@gnu.org>
17302         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17304 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17306         * files.el (find-file): Don't use force-same-window (bug#10144).
17307         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17308         use pop-to-buffer if the selected window can't be used.
17309         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17311 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
17313         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17314         special-mode-map.
17316 2011-11-28  Chong Yidong  <cyd@gnu.org>
17318         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17320 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
17322         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17323           gdb-get-source-file-list on gdb-create-source-file-list.
17325 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
17327         * whitespace.el (whitespace-newline): Use a different foreground
17328         color for 16-color light-background displays.
17330 2011-11-24  Chong Yidong  <cyd@gnu.org>
17332         * window.el (display-buffer--special-action): Doc fix.
17334 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
17336         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17337         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17338         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17339         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17340         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17341         (avl-tree-stack-first):
17342         * emacs-lisp/cconv.el (cconv--analyse-use):
17343         * net/gnutls.el (gnutls-negotiate): Fix typos.
17345 2011-11-24  Glenn Morris  <rgm@gnu.org>
17347         * lpr.el (lpr-windows-system, lpr-lp-system):
17348         * mail/binhex.el (binhex-begin-line):
17349         * progmodes/grep.el (grep-history, grep-find-history):
17350         * textmodes/flyspell.el:
17351         * vc/pcvs-defs.el (cvs-global-menu):
17352         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17353         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17354         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17356         * net/tls.el: Fix case of "GnuTLS".
17358         * paths.el (rmail-file-name): Format doc-string for make-docfile.
17360         * version.el (emacs-build-system): Give it a doc-string.
17362 2011-11-24  Juri Linkov  <juri@jurta.org>
17364         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17366 2011-11-24  Glenn Morris  <rgm@gnu.org>
17368         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17369         if called on a non-mime message just toggle the headers.  (Bug#8006)
17371 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
17373         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17374         (allout-lead-with-comment-string, allout-structure-deleted-hook)
17375         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17376         (allout-rebullet-heading, allout-open-sibtopic)
17377         (allout-toggle-current-subtree-encryption)
17378         (allout-toggle-subtree-encryption, allout-encrypt-string)
17379         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17380         (allout-distinctive-bullets-string, allout-auto-activation):
17381         * window.el (window-normalize-buffer-to-display):
17382         * progmodes/verilog-mode.el (verilog-batch-indent):
17383         * textmodes/bibtex.el (bibtex-field-braces-opt)
17384         (bibtex-field-strings-opt):
17385         * vc/cvs-status.el (cvs-tree-merge):
17386         Fix typos.
17388 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
17390         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17391         `non-essential' to t, in order to avoid remote connections.
17393 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
17395         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17396         On MS-DOS and MS-Windows, compare with loaddefs.el
17397         case-insensitively.
17399 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17401         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
17403 2011-11-23  Glenn Morris  <rgm@gnu.org>
17405         * paths.el (rmail-file-name): Reformat the doc-string so that it
17406         is picked up.
17408         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17409         (rmail-auto-file): Ignore case in the "special" field names,
17410         as mail-fetch-field does for all others.
17412         * mail/rmail.el (rmail-forward):
17413         * mail/rmailkwd.el (rmail-set-label):
17414         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17415         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
17417         * mail/rmail.el (rmail-current-message): Doc fix.
17419         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
17421 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17423         * server.el (server-eval-and-print): Allow C-g (bug#6585).
17425 2011-11-22  Glenn Morris  <rgm@gnu.org>
17427         * mail/rmailmm.el (test-rmail-mime-handler)
17428         (test-rmail-mime-bulk-handler)
17429         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17431 2011-11-21  Juri Linkov  <juri@jurta.org>
17433         * calc/calc.el (calc-read-key-sequence):
17434         Let-bind `input-method-function' to nil.  (Bug#10018)
17436 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17438         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17439         Tell the caller that the next line needs recomputation, even
17440         though it doesn't start a sexp (bug#10094).
17442 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17444         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17446 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17448         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17449         Use force-same-window.
17451 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17453         * descr-text.el (describe-char-unicode-data):
17454         * json.el (json-string-escape):
17455         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17456         (Footnote-unicode, Footnote-style-p):
17457         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17459 2011-11-20  Chong Yidong  <cyd@gnu.org>
17461         * window.el (replace-buffer-in-windows): Restore interactive spec.
17463 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17465         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17467         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17468         (byte-compile-global-not-obsolete-vars): New var.
17469         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17470         Use it.
17471         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17473 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17475         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17476         * progmodes/pascal.el (electric-pascal-equal):
17477         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17478         * xml.el (xml-substitute-special): Fix typos.
17480 2011-11-20  Glenn Morris  <rgm@gnu.org>
17482         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17483         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17484         Doc fixes.
17485         (rmail-decode-mime-charset): Mark as obsolete.
17487         * mail/rmailsum.el (rmail-message-regexp-p-1):
17488         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17489         Before using mime functions, check they are set.  (Bug#10077)
17491 2011-11-19  Juri Linkov  <juri@jurta.org>
17493         * info.el (Info-finder-find-node): Use `package--builtins' instead
17494         of `package-alist'.  Use node names formed by the pattern "Keyword "
17495         and the keyword name.
17497 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17499         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17501 2011-11-19  Juri Linkov  <juri@jurta.org>
17503         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17504         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17505         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17506         `old-history', `old-history-forward'.  Add let-binding
17507         `window-selected'.  Remove calls to `kill-buffer',
17508         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17509         before calling `Info-find-node', so `Info-find-node-2' will reread
17510         the Info file.  Restore window positions only when `window-selected'
17511         is non-nil.
17513 2011-11-19  Juri Linkov  <juri@jurta.org>
17515         * isearch.el (isearch-lazy-highlight-new-loop):
17516         Remove condition `(not isearch-error)'.  (Bug#9918)
17518         * misearch.el (multi-isearch-search-fun): Add condition
17519         `(not bound)' to ignore lazy-highlighting search.
17520         Add the search-failed message "end of multi" when the end of
17521         multi-sequence is reached.  Uncapitalize the search-failed
17522         message "Repeat for next buffer".
17524         * info.el (Info-search): Add the search-failed message
17525         "end of the manual" when the end of the manual is reached
17526         in Isearch mode.
17528 2011-11-19  Juri Linkov  <juri@jurta.org>
17530         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17531         Use non-destructive `remove' instead of `delete' because
17532         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17533         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17535 2011-11-19  Juri Linkov  <juri@jurta.org>
17537         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17538         to nil instead of binding `search-ring' and `regexp-search-ring'.
17539         (Bug#9185)
17541 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17543         * simple.el (line-move): Force movement by logical lines for any
17544         hscrolled window, not only when auto-hscroll-mode is on.
17545         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17547 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17549         * language/european.el (macintosh): Define as alias for mac-roman.
17551 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17553         * mail/rmailmm.el (rmail-mime-display-header)
17554         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17555         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17556         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17557         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17558         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17559         of a raw aref.
17560         (rmail-mime-entity-segment): To get past the tagline, move forward
17561         2 more lines, to account for the 2 empty lines that precede and
17562         follow the line with the buttons.
17563         (rmail-mime-update-tagline): Move one more line, to get past the
17564         empty line that follows the buttons in the tagline.  (Bug#9520)
17566 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17568         * window.el (window-max-delta-1, window-min-delta-1)
17569         (window-min-size-1, window-state-get-1, window-state-put-1)
17570         (window-state-put-2): Use "window--" prefix.
17572 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17574         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17575         (smie-warning-count): New var.
17576         (smie-set-prec2tab): Use it.
17577         (smie-bnf->prec2): Improve warnings.  Add docstring.
17578         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17579         (smie-bnf--set-class): New function.
17580         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17581         corner case.
17583         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17584         (compilation-error-properties, compilation-move-to-column):
17585         Handle compilation-first-column while in the target buffer.
17587         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17588         Don't hardcode point-min==1.
17590         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17591         (eshell-rewrite-for-command): Remove workaround.
17592         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17593         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17594         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17596         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17598 2011-11-17  Glenn Morris  <rgm@gnu.org>
17600         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17601         Ignore buffer-local generated-autoload-file if it is the same
17602         as the global value.  (Bug#10049)
17604 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17606         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17607         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17608         (reftex-toc-previous-heading, reftex-toc-max-level)
17609         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17610         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17611         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17612         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17613         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17614         (reftex-toc-rename-label, reftex-toc-visit-location)
17615         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17616         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17617         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17618         leaving "*toc*" only for references to the buffer.
17620 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17622         * window.el (window-resize, delete-window, split-window):
17623         Replace window-splits by window-combination-resize.
17624         * cus-start.el (window-splits): Replace by window-combination-resize.
17626 2011-11-17  Glenn Morris  <rgm@gnu.org>
17628         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17629         Make bash entry derive from sh entry, not shell entry.
17631 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17633         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17634         local file name.
17636 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17638         * menu-bar.el (menu-bar-file-menu):
17639         * printing.el (pr-ps-utility):
17640         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17641         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17642         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17643         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17644         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17645         (icalendar--convert-cyclic-to-ical)
17646         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17647         (icalendar--convert-ical-to-diary)
17648         (icalendar--convert-recurring-to-diary)
17649         (icalendar--convert-non-recurring-all-day-to-diary)
17650         (icalendar-import-format-sample):
17651         * progmodes/idlw-shell.el (idlwave-shell-mode):
17652         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17653         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17654         (vhdl-ps-print-init): Fix typos.
17656 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
17658         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17659         FSF and collapse date sequence, obscure author/maintainer email address
17660         better, remove extra version line, track relocation of author's webpage.
17662         * progmodes/python.el (python-pdbtrack-input-prompt)
17663         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17664         regular python pdb prompts.  Adjustments shamelessly taken exactly as
17665         suggested in EmacsWiki page (tiny change):
17666         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17668 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17670         * expand.el (expand-pos, expand-index, expand-point):
17671         Remove redundant info from docstring.
17672         (expand-add-abbrevs): Doc fix.
17673         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17674         (expand-sample-perl-mode-expand-list): Fix typos.
17676         * net/dbus.el (dbus-event-member-name):
17677         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17678         * term/pc-win.el (msdos-create-frame-with-faces):
17679         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17681 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17683         * window.el (split-window, window-state-get-1)
17684         (window-state-put-1, window-state-put-2): Rename occurrences of
17685         window-nest to window-combination-limit.
17686         * cus-start.el (window-nest): Rename to window-combination-limit.
17688 2011-11-16  Chong Yidong  <cyd@gnu.org>
17690         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17691         regexp (Bug#10033).
17693 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17695         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17696         `completing-read' will remove *Completions* and will preserve
17697         current-buffer for us.
17698         (tmm-add-prompt): Users of *Completions* will always (re)set its
17699         major mode.
17700         (tmm-old-comp-map): Remove.
17702 2011-11-16  Glenn Morris  <rgm@gnu.org>
17704         * mail/rmailedit.el: Require rmailmm when compiling.
17705         (rmail-old-mime-state): New declaration.
17706         (rmail-edit-current-message): If editing a mime message,
17707         edit the "raw" message from the mbox buffer.
17708         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
17710 2011-11-15  Glenn Morris  <rgm@gnu.org>
17712         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17713         which wasn't being used.  Add optional arg to force given state.
17714         (rmail-mime): Add optional arg to force given state.
17716 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17718         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17719         * frame.el (display-mm-dimensions-alist):
17720         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17721         (outline-move-subtree-down):
17722         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17723         (newsticker--treeview-do-get-node):
17724         * net/quickurl.el (quickurl-list-buffer-name):
17725         * progmodes/dcl-mode.el (dcl-mode):
17726         * progmodes/gdb-mi.el (gdb-mapcar*):
17727         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17729 2011-11-15  Glenn Morris  <rgm@gnu.org>
17731         * mail/rmail.el (rmail-file-coding-system): It's only ever used
17732         in a boolean sense, so just make it a boolean, and fix the doc.
17733         (rmail-show-mime-function, rmail-mime-feature)
17734         (rmail-require-mime-maybe): Doc fixes.
17735         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17737         * mail/rmailmm.el (rmail-show-mime): Doc fix.
17739 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17741         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17742         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17743         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17744         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17746 2011-11-15  Glenn Morris  <rgm@gnu.org>
17748         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17749         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17750         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17751         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17752         (rmail-mime, rmail-show-mime): Doc fixes.
17754         * term/ns-win.el (mode-line-frame-identification):
17755         Leave it alone.  (Bug#10051)
17757         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
17759         * mail/rmailout.el (rmail-output-to-rmail-buffer):
17760         Handle empty buffers.  (Bug#9978)
17762 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
17764         * international/mule.el (define-charset):
17765         * mail/rmailmm.el (rmail-mime-find-header-encoding):
17766         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17767         * progmodes/verilog-mode.el (verilog-backward-token):
17768         * textmodes/ispell.el (lookup-words):
17769         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17771 2011-11-14  Glenn Morris  <rgm@gnu.org>
17773         * progmodes/executable.el
17774         (executable-make-buffer-file-executable-if-script-p):
17775         Handle file-modes returning nil.
17777         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17778         message - not necessary, and causes problems.  (Bug#9831)
17780         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17782         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17784         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17785         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
17786         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17788 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
17790         * window.el (window-resize, delete-window): Use window-splits
17791         variable instead of function.
17792         (window-state-get-1, window-state-put-2, window-state-put):
17793         Don't deal with windows' splits status.
17795 2011-11-12  Glenn Morris  <rgm@gnu.org>
17797         * apropos.el (apropos-do-all, apropos-library, apropos-value)
17798         (apropos-documentation): Doc fixes.
17800 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
17802         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17803         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17805 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17807         * electric.el (electric-indent-post-self-insert-function): Make it
17808         possible for a char to only indent in some circumstances.
17809         (electric-indent-mode): Simplify.
17811 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
17813         * window.el (windows-with-parameter): Remove unused function.
17814         (windows-at-side): Rename to window-at-side-list.
17815         (window-check, window-atom-check, window-atom-check-1)
17816         (window-side-check, window-size-ignore, window-size-fixed-1)
17817         (window-in-direction-2): Prefix with "window--".
17818         (window-tree-1): Rename to window--subtree, fix doc-string.
17820 2011-11-11  Glenn Morris  <rgm@gnu.org>
17822         * subr.el (eval-after-load): If FILE is already loaded,
17823         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
17825 2011-11-10  Glenn Morris  <rgm@gnu.org>
17827         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17828         Call svn via vc-svn-command rather than vc-do-command.
17829         (vc-svn-command): Add --non-interactive.  (Bug#9993)
17830         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17832         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17833         Add toggle-read-only.  (Bug#7292)
17834         * files.el (toggle-read-only): Mention that it should only
17835         be used interactively.  (Bug#10006)
17837 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17839         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17840         Adjust regexp for OCaml warnings.
17842         * electric.el (electric-pair-post-self-insert-function): Let user
17843         turn it off buffer-locally (bug#9932).
17845         * progmodes/python.el (python-beginning-of-statement):
17846         Rewrite (bug#2703).
17848         * progmodes/compile.el: Better handle TABs (bug#9749).
17849         (compilation-internal-error-properties)
17850         (compilation-next-error-function): Obey the target buffer's
17851         compilation-error-screen-columns.
17853 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
17855         * progmodes/meta-mode.el: Remove obsolete comments.
17856         (meta-right-comment-regexp, meta-ignore-comment-regexp):
17857         Fix typos in docstrings.
17859 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
17861         * window.el (window-size-fixed-p): Rewrite doc-string.
17862         (window-resizable-p): Rename to window--resizable-p.  Update callers.
17863         (window--resizable): New function.  Make all callers of
17864         window-resizable call window--resizable instead.
17865         (window-resizable): Rewrite in terms of window--resizable.
17867 2011-11-08  Glenn Morris  <rgm@gnu.org>
17869         * progmodes/delphi.el (delphi-mode-syntax-table):
17870         Let define-derived-mode define a proper syntax table.  (Bug#9994)
17872 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17874         * window.el: Stay away from defsubst.
17875         (window-list-no-nils): Remove.
17876         (window-state-get-1, window-state-get): Use backquote instead.
17878 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17880         * emacs-lisp/find-func.el (find-function-read):
17881         Fix incorrect use of default argument in `completing-read'.
17883 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
17885         * window.el (display-buffer-function, special-display-function):
17886         Mention display-buffer-record-window but do not mention
17887         help-setup parameter in doc-strings.
17888         (window-min-delta): Fix doc-string typo.
17890 2011-11-08  Chong Yidong  <cyd@gnu.org>
17892         * window.el (window-total-height, window-total-width): Doc fix.
17893         (window-body-size): Move from C.
17894         (window-body-height, window-body-width): Move to C.
17896 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17898         * window.el: Make special-display like display-buffer-alist (bug#9532).
17899         (display-buffer--special-action): New function, morphed
17900         from display-buffer--special.
17901         (display-buffer): Use it to handle special-display-buffers at higher
17902         priority (just after display-buffer-alist).
17903         (display-buffer-fallback-action, display-buffer--other-frame-action)
17904         (pop-to-buffer-same-window): Remove display-buffer--special.
17906 2011-11-07  Glenn Morris  <rgm@gnu.org>
17908         * calendar/cal-menu.el (cal-menu-set-date-title):
17909         Do nothing if not in a calendar.  (Bug#9976)
17911 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17913         * files.el (find-file): Always use selected-window.
17915 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
17917         * window.el (window-combinations): Make WINDOW argument
17918         mandatory.  Rewrite doc-string.
17919         (walk-window-subtree, window-atom-check, window-min-delta)
17920         (window-max-delta, window--resize-this-window)
17921         (window--resize-root-window-vertically, window-tree)
17922         (balance-windows, window-state-put): Rewrite doc-strings as to
17923         not mention the term "subwindow".
17924         (window--resize-subwindows-skip-p): Rename to
17925         window--resize-child-windows-skip-p.
17926         (window--resize-subwindows-normal): Rename to
17927         window--resize-child-windows-normal.
17928         (window--resize-subwindows): Rename to
17929         window--resize-child-windows.
17930         (window-or-subwindow-p): Rename to window--in-subtree-p.
17932 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17934         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17935         Ensure that mbox format messages end in two newlines (Bug#9974).
17937 2011-11-06  Chong Yidong  <cyd@gnu.org>
17939         * window.el (window-combination-p): Function deleted; its
17940         side-effect is not used in any existing code.
17941         (window-combinations, window-combined-p): Call window-*-child
17942         directly.
17944 2011-11-05  Chong Yidong  <cyd@gnu.org>
17946         * window.el (window-valid-p): Rename from window-any-p.
17947         (window-size-ignore, window-state-get): Callers changed.
17948         (window-normalize-window): Rename from window-normalize-any-window.
17949         New arg LIVE-ONLY, replacing window-normalize-live-window.
17950         (window-normalize-live-window): Delete.
17951         (window-combination-p, window-combined-p, window-combinations)
17952         (walk-window-subtree, window-atom-root, window-min-size)
17953         (window-sizable, window-sizable-p, window-size-fixed-p)
17954         (window-min-delta, window-max-delta, window-resizable)
17955         (window-resizable-p, window-full-height-p, window-full-width-p)
17956         (window-current-scroll-bars, window-point-1, set-window-point-1)
17957         (window-at-side-p, window-in-direction, window-resize)
17958         (adjust-window-trailing-edge, maximize-window, minimize-window)
17959         (window-deletable-p, delete-window, delete-other-windows)
17960         (record-window-buffer, unrecord-window-buffer)
17961         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17962         (quit-window, split-window, window-state-put)
17963         (set-window-text-height, fit-window-to-buffer)
17964         (shrink-window-if-larger-than-buffer): Callers changed.
17966 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
17968         * mail/rmail.el (rmail-simplified-subject): Decode subject with
17969         rfc2047-decode-string.
17970         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17971         warnings.
17973         * window.el (window-body-height, window-body-width): Mention in
17974         the doc string that the return values are in frame's canonical
17975         units.  (Bug#9949)
17977 2011-11-03  Alan Mackenzie  <acm@muc.de>
17979         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17980         change in cc-engine.el.
17982 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17984         * window.el (switch-to-buffer): Use `force-same-window' interactively.
17986 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
17988         * window.el (quit-window): Call unrecord-window-buffer after
17989         showing another buffer in the window.  (Bug#9937)
17990         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17992 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
17994         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17995         Accept status with more than 9 shelves.  (Bug#9935)
17996         Reported by Colin D Bennett <colin@gibibit.com>.
17998 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
18000         * help.el (with-help-window): Don't reference
18001         temp-buffer-show-specifiers in doc-string.
18003 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
18005         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18006         menu-item.
18008 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18010         * whitespace.el: New version 13.2.2.
18011         (whitespace-newline-mode): Disable properly.  Reported by Sarah
18012         <EmacsWiki>.
18014 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
18016         * net/newst-treeview.el: Remove "Time-stamp".
18017         (newsticker--group-manage-orphan-feeds): Do not call
18018         newsticker--treeview-tree-update.
18019         (newsticker-treeview-update, newsticker-treeview):
18020         Call newsticker--treeview-tree-update if necessary.
18022 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
18024         * window.el (window-iso-combination-p, window-iso-combined-p)
18025         (window-iso-combinations): Remove "iso-" infix.
18026         Suggested by Chong Yidong.
18027         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18028         (window-max-delta-1, window-resize, window--resize-siblings)
18029         (window--resize-this-window, adjust-window-trailing-edge)
18030         (split-window, balance-windows-1)
18031         (shrink-window-if-larger-than-buffer):
18032         * calendar/calendar.el (calendar-generate-window):
18033         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18035 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18037         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18038         in place (bug#9907).
18039         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18040         (eshell-rewrite-if-command, eshell-rewrite-for-command)
18041         (eshell-structure-basic-command, eshell-rewrite-while-command)
18042         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18043         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18044         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18045         (eshell-do-pipelines-synchronously, eshell-eval-command):
18046         Use backquotes and prefer setq to set.
18047         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18048         (eshell-macrop): Use functionp.
18049         (eshell-do-eval): Handle multiple expressions in `while' body.
18051 2011-10-30  Chong Yidong  <cyd@gnu.org>
18053         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18054         instead of set-mark (Bug#9810).
18056 2011-10-30  Chong Yidong  <cyd@gnu.org>
18058         * window.el (split-window-below, split-window-right): Rename from
18059         split-window-above-each-other and split-window-side-by-side
18060         respectively.  All callers changed.
18061         (split-window-sensibly, split-window-sensibly): Use them.
18062         (split-window-keep-point): Doc fix.
18064         * isearch.el: Add isearch-scroll property to split-window-below
18065         and split-window-right.
18067         * follow.el (follow-mode):
18068         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18069         * progmodes/ada-xref.el (ada-gdb-application):
18070         * emulation/vip.el (vip-buffer-in-two-windows):
18071         * image-dired.el (image-dired-dired-with-window-configuration):
18072         * dired-x.el (dired-do-find-marked-files):
18073         * dired.el (dired-pop-to-buffer):
18074         * bs.el (bs--show-with-configuration):
18075         * vc/emerge.el (emerge-setup-windows):
18076         * textmodes/two-column.el (2C-two-columns):
18077         * textmodes/reftex-toc.el (reftex-toc):
18078         * progmodes/gdb-mi.el (gdb-setup-windows):
18079         * progmodes/fortran.el (fortran-window-create):
18080         * net/newst-treeview.el (newsticker--treeview-window-init):
18081         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18082         * emulation/tpu-edt.el (tpu-gold-map):
18083         * emulation/crisp.el (crisp-mode-map):
18084         * calendar/calendar.el (calendar-basic-setup): Callers changed.
18086 2011-10-29  Chong Yidong  <cyd@gnu.org>
18088         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18090         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18092         * textmodes/flyspell.el (flyspell-word): Fix char offset for
18093         forged Ispell output (Bug#7904).
18095         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18097 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18099         * doc-view.el: Avoid ugly errors about not finding nil.
18100         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18101         (doc-view-dvipdf-program, doc-view-unoconv-program)
18102         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18103         Avoid nil or absolute file name as default value.
18104         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18106 2011-10-28  Alan Mackenzie  <acm@muc.de>
18108         * progmodes/cc-defs.el (c-version): -> 5.32.2.
18110 2011-10-28  Alan Mackenzie  <acm@muc.de>
18112         Amend the handling of c-beginning/end-of-defun in nested declaration
18113         scopes.
18115         * progmodes/cc-vars.el (c-defun-tactic): Move here from
18116         cc-langs.el.  Change it to a defcustom.
18118         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18119         cc-vars.el.
18121         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18122         Prevent "class foo : bar" being spuriously recognized as a label.
18124         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18125         Add parameter `inclusive' (to include enclosing braces in the region).
18126         (c-widen-to-enclosing-decl-scope): New function.
18127         (c-while-widening-to-decl-block): New macro.
18128         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18129         outward for defun boundaries, and correspondingly change symbol
18130         `respect-enclosure' to `go-outward'.
18131         (c-declaration-limits): Change algorithm to report only the "innermost"
18132         defun's boundaries.
18134 2011-10-28  Deniz Dogan  <deniz@dogan.se>
18136         * net/rcirc.el (rcirc-mode): Use hard newlines.
18138 2011-10-28  Alan Mackenzie  <acm@muc.de>
18140         Amend to indent and fontify macros "which include their own semicolon"
18141         correctly, using the "virtual semicolon" mechanism.
18143         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18145         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18146         Recode to scan one line at a time rather than having \n and \r
18147         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18148         (c-forward-label): Amend for virtual semicolons.
18149         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18151         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18152         of the new C macros.
18154         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18155         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18156         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18157         (c-opt-cpp-macro-define): Make into a full language variable.
18158         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18159         AWK Mode (including \n, \r) removed, no longer needed.
18161         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18162         Invoke c-make-macro-with-semi-re.
18164         * progmodes/cc-vars.el (c-macro-with-semi-re):
18165         (c-macro-names-with-semicolon): New variables.
18166         (c-make-macro-with-semi-re): New function.
18168 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18170         * vc/log-edit.el: Fill empty field rather than adding new one.
18171         (log-edit-add-field): New function.
18172         (log-edit-insert-changelog): Use it.
18174 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18176         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18178 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18180         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18181         (gdb--check-interpreter): New function.
18182         (gdb): Use it.
18184 2011-10-27  Glenn Morris  <rgm@gnu.org>
18186         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18187         (least-positive-float, least-negative-float)
18188         (least-positive-normalized-float, least-negative-normalized-float)
18189         (float-epsilon, float-negative-epsilon):
18190         Remove unnecessary declarations.
18192         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18193         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18194         (least-positive-float, least-negative-float)
18195         (least-positive-normalized-float, least-negative-normalized-float)
18196         (float-epsilon, float-negative-epsilon): Add doc-strings,
18197         based on those in cl.texi.
18199         * files.el (set-visited-file-name): If the major-mode changed,
18200         reload the local variables.  (Bug#9796)
18202 2011-10-27  Chong Yidong  <cyd@gnu.org>
18204         * subr.el (change-major-mode-after-body-hook): New hook.
18205         (run-mode-hooks): Run it.
18207         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18208         Use change-major-mode-before-body-hook.
18210         * simple.el (fundamental-mode):
18211         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18212         change introducing fundamental-mode-hook.
18214 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
18216         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18218 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
18220         * ido.el (ido-file-name-all-completions-1): Do not require
18221         tramp.el explicitly.  (Bug#7583)
18223 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18225         * progmodes/octave-mod.el:
18226         * progmodes/octave-inf.el: Update maintainer.
18228 2011-10-26  Chong Yidong  <cyd@gnu.org>
18230         * subr.el (with-wrapper-hook): Rewrite doc.
18232 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
18234         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18235         filenames "/method:foo:".  (Bug#9793)
18237 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18239         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18240         (bug#9865).
18242 2011-10-24  Glenn Morris  <rgm@gnu.org>
18244         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
18246 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
18248         * notifications.el: Add the requirement of a running D-Bus session
18249         bus to the Commentary.
18251 2011-10-24  Juri Linkov  <juri@jurta.org>
18253         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18254         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18255         (Bug#9364)
18257 2011-10-24  Juri Linkov  <juri@jurta.org>
18259         * info.el (Info-following-node-name-re): Add newline to the list
18260         of allowed characters for leading space.  (Bug#9824)
18262 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18264         * progmodes/octave-inf.el (inferior-octave-mode-map):
18265         Fix C-c C-h binding.
18266         * progmodes/octave-mod.el (octave-help): Remove.
18268 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
18270         Sync with Tramp 2.2.3.
18272         * net/tramp-cache.el (top): Pacify byte-compiler using
18273         `init-file-user' and `site-run-file'.
18275         * net/trampver.el: Update release number.
18277 2011-10-23  Chong Yidong  <cyd@gnu.org>
18279         * files.el (toggle-read-only): Remove obsolete comment about
18280         version control.
18282         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18283         for toggle-read-only.  Note that this hasn't called vc-next-action
18284         since 2008-05-02, though it wasn't documented at the time.
18286         * vc/ediff-init.el (ediff-toggle-read-only-function):
18287         Use toggle-read-only.
18289 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
18291         Fix bug #9560, sporadic wrong indentation; improve instrumentation
18292         of c-parse-state.
18294         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18295         correct faulty logical expression.
18296         (c-parse-state-state, c-record-parse-state-state):
18297         (c-replay-parse-state-state): New defvar/defuns.
18298         (c-debug-parse-state): Use new functions.
18300 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
18302         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18303         last fix.  Use window-in-direction correctly.
18305 2011-10-21  Chong Yidong  <cyd@gnu.org>
18307         * progmodes/idlwave.el (idlwave-mode):
18308         * progmodes/vera-mode.el (vera-mode): No need to set
18309         require-final-newline; that's done in prog-mode.
18310         Suggested by Stefan Monnier.
18312 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
18314         * mouse.el (mouse-drag-window-above)
18315         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18316         (mouse-drag-mode-line-1, mouse-drag-header-line)
18317         (mouse-drag-vertical-line-rightward-window): Remove.
18318         (mouse-drag-line): New function.
18319         (mouse-drag-mode-line, mouse-drag-header-line)
18320         (mouse-drag-vertical-line): Call mouse-drag-line.
18321         * window.el (window-at-side-p, windows-at-side): New functions.
18323 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
18325         * tar-mode.el (tar-grind-file-mode):
18326         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
18328 2011-10-21  Chong Yidong  <cyd@gnu.org>
18330         * progmodes/idlwave.el (idlwave-mode):
18331         * progmodes/vera-mode.el (vera-mode):
18332         Use mode-require-final-newline.
18334 2011-10-20  Glenn Morris  <rgm@gnu.org>
18336         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
18338 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
18340         * emulation/cua-base.el (cua-set-mark): Fix case of string.
18342 2011-10-20  Chong Yidong  <cyd@gnu.org>
18344         * emulation/cua-base.el (cua-mode):
18345         * mail/footnote.el (footnote-mode):
18346         * mail/mailabbrev.el (mail-abbrevs-mode):
18347         * net/xesam.el (xesam-minor-mode):
18348         * progmodes/bug-reference.el (bug-reference-mode):
18349         * progmodes/cap-words.el (capitalized-words-mode):
18350         * progmodes/compile.el (compilation-minor-mode)
18351         (compilation-shell-minor-mode):
18352         * progmodes/gud.el (gud-tooltip-mode):
18353         * progmodes/hideif.el (hide-ifdef-mode):
18354         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18355         * progmodes/subword.el (subword-mode):
18356         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18357         * progmodes/which-func.el (which-function-mode):
18358         * term/tvi970.el (tvi970-set-keypad-mode):
18359         * term/vt100.el (vt100-wide-mode):
18360         * textmodes/flyspell.el (flyspell-mode):
18361         * textmodes/ispell.el (ispell-minor-mode):
18362         * textmodes/nroff-mode.el (nroff-electric-mode):
18363         * textmodes/paragraphs.el (use-hard-newlines):
18364         * textmodes/refill.el (refill-mode):
18365         * textmodes/reftex.el (reftex-mode):
18366         * textmodes/rst.el (rst-minor-mode):
18367         * textmodes/sgml-mode.el (html-autoview-mode)
18368         (sgml-electric-tag-pair-mode):
18369         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18370         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18371         * emulation/crisp.el (crisp-mode):
18372         * emacs-lisp/eldoc.el (eldoc-mode):
18373         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18374         minor mode behavior.
18376 2011-10-19  Juri Linkov  <juri@jurta.org>
18378         * descr-text.el (describe-char): Add #x2010 and #x2011 to
18379         the list of hard-coded chars with escape-glyph face.
18381 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18383         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18385 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
18387         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18388         running process.
18390 2011-10-19  Glenn Morris  <rgm@gnu.org>
18392         * vc/vc-bzr.el (vc-bzr-after-dir-status):
18393         Ignore ignored files.  (Bug#9726)
18395 2011-10-19  Chong Yidong  <cyd@gnu.org>
18397         Doc fix for minor modes, stating that an omitted argument enables
18398         the mode unconditionally when called from Lisp.
18400         * abbrev.el (abbrev-mode):
18401         * allout.el (allout-mode):
18402         * autoinsert.el (auto-insert-mode):
18403         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18404         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18405         (global-auto-revert-mode):
18406         * battery.el (display-battery-mode):
18407         * composite.el (global-auto-composition-mode)
18408         (auto-composition-mode):
18409         * delsel.el (delete-selection-mode):
18410         * desktop.el (desktop-save-mode):
18411         * dired-x.el (dired-omit-mode):
18412         * dirtrack.el (dirtrack-mode):
18413         * doc-view.el (doc-view-minor-mode):
18414         * double.el (double-mode):
18415         * electric.el (electric-indent-mode, electric-pair-mode):
18416         * emacs-lock.el (emacs-lock-mode):
18417         * epa-hook.el (auto-encryption-mode):
18418         * follow.el (follow-mode):
18419         * font-core.el (font-lock-mode):
18420         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18421         * help.el (temp-buffer-resize-mode):
18422         * hilit-chg.el (highlight-changes-mode)
18423         (highlight-changes-visible-mode):
18424         * hi-lock.el (hi-lock-mode):
18425         * hl-line.el (hl-line-mode, global-hl-line-mode):
18426         * icomplete.el (icomplete-mode):
18427         * ido.el (ido-everywhere):
18428         * image-file.el (auto-image-file-mode):
18429         * image-mode.el (image-minor-mode):
18430         * iswitchb.el (iswitchb-mode):
18431         * jka-cmpr-hook.el (auto-compression-mode):
18432         * linum.el (linum-mode):
18433         * longlines.el (longlines-mode):
18434         * master.el (master-mode):
18435         * mb-depth.el (minibuffer-depth-indicate-mode):
18436         * menu-bar.el (menu-bar-mode):
18437         * minibuf-eldef.el (minibuffer-electric-default-mode):
18438         * mouse-sel.el (mouse-sel-mode):
18439         * msb.el (msb-mode):
18440         * mwheel.el (mouse-wheel-mode):
18441         * outline.el (outline-minor-mode):
18442         * paren.el (show-paren-mode):
18443         * recentf.el (recentf-mode):
18444         * reveal.el (reveal-mode, global-reveal-mode):
18445         * rfn-eshadow.el (file-name-shadow-mode):
18446         * ruler-mode.el (ruler-mode):
18447         * savehist.el (savehist-mode):
18448         * scroll-all.el (scroll-all-mode):
18449         * scroll-bar.el (scroll-bar-mode):
18450         * server.el (server-mode):
18451         * shell.el (shell-dirtrack-mode):
18452         * simple.el (auto-fill-mode, transient-mark-mode)
18453         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18454         (line-number-mode, column-number-mode, size-indication-mode)
18455         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18456         * strokes.el (strokes-mode):
18457         * time.el (display-time-mode):
18458         * t-mouse.el (gpm-mouse-mode):
18459         * tool-bar.el (tool-bar-mode):
18460         * tooltip.el (tooltip-mode):
18461         * type-break.el (type-break-mode-line-message-mode)
18462         (type-break-query-mode):
18463         * view.el (view-mode):
18464         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18465         (global-whitespace-mode, global-whitespace-newline-mode):
18466         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18468         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18469         Fix autogenerated docstring.
18471 2011-10-19  Juri Linkov  <juri@jurta.org>
18473         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18474         by checking environment variables "DESKTOP_SESSION" and
18475         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18477 2011-10-19  Juri Linkov  <juri@jurta.org>
18479         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18480         (browse-url-chromium-program, browse-url-chromium-arguments):
18481         New defcustoms.
18482         (browse-url-default-browser): Check for `browse-url-chromium' and
18483         call `browse-url-chromium-program'.
18484         (browse-url-chromium): New command.  (Bug#9779)
18486 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18488         * facemenu.el (list-colors-duplicates): On Windows, detect more
18489         duplicates by assuming that only colors matching "^System" are
18490         special "system colors".  (Bug#9722)
18492 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18494         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18495         to distinguish the author from the committer.
18497 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18499         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18501 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18503         * international/mule.el (sgml-html-meta-auto-coding-function):
18504         Add support for detecting encoding in HTML5 specified only as
18505         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18506         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18508 2011-10-18  Glenn Morris  <rgm@gnu.org>
18510         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18512 2011-10-18  Chong Yidong  <cyd@gnu.org>
18514         * faces.el (cursor): Doc fix.
18516 2011-10-17  Chong Yidong  <cyd@gnu.org>
18518         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18520 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18522         * dirtrack.el (dirtrack): Support shell buffers with path
18523         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18525 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18527         * json.el: Bump version to 1.3 and note change in History.
18528         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18530 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18532         * comint.el (comint-insert-input, comint-send-input)
18533         (comint-get-old-input-default, comint-backward-matching-input)
18534         (comint-next-prompt): Use nil instead of `input' for field property of
18535         past user input (bug#114).
18537         * minibuffer.el (completion--replace): Inherit surrounding properties
18538         (bug#114).
18539         (minibuffer-complete-and-exit): Use it.
18541         * comint.el (comint--table-subvert): Quote the all-completions output
18542         (bug#9160).
18544 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18546         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18548         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18549         window on right of selected.  (Bug#9350) Reword other window
18550         entries and separate them from frame entries.
18552 2011-10-15  Glenn Morris  <rgm@gnu.org>
18554         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18555         Doc fixes.
18557 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18559         * net/network-stream.el (network-stream-open-starttls):
18560         Improve detection of failure due to lack of TLS support.
18562         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18563         putting the input text in front and in bold.
18565 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18567         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18569         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18570         empty buffer.
18572         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18573         unread-command-events rather than pushing yet-another event.
18575 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18577         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18578         the explanation of the possible choices.  Make the options passed
18579         to completing-read shorter.
18581 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
18583         * textmodes/flyspell.el (flyspell-large-region): Make sure
18584         extended character mode is used if defined (Bug#1339).
18586 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18588         * simple.el (what-cursor-position): Fix the display of the
18589         character info for LRE, LRO, RLE, and RLO characters by appending
18590         an invisible PDF.
18592 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18594         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18595         even in case of error; add debug spec; simplify data flow.
18596         (with-timeout-handler): Remove.
18598 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18600         Fix Bug#6019, Bug#9315.
18602         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18603         complete `buffer-file-name', the local file name part could look
18604         remotely (for example on VMS).
18606         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18607         `tramp-run-real-handler'.
18608         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18609         already quoted by '"'.
18611         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18612         Let `file-name-handler-alist' be nil, the local file name part
18613         could look remotely (for example on VMS).
18615 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18617         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18618         from here...
18619         (flyspell-post-command-hook): ...to here.
18621 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18623         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18624         if not needed.
18625         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18626         using completion.  Protect against "slow" callers.
18627         Remove the "message hack".
18629 2011-10-11  Juri Linkov  <juri@jurta.org>
18631         * isearch.el (isearch-lazy-highlight-word): New variable.
18632         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18633         Use it.  (Bug#9727)
18635 2011-10-11  Glenn Morris  <rgm@gnu.org>
18637         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18638         like f90-previous-statement does.
18640 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18642         * eshell/eshell.el (eshell-command): History should be saved
18643         only in interactive use, to avoid error.
18645 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18647         * minibuffer.el (completion-file-name-table): Fix last change,
18648         i.e. ignore normal errors but not the other ones.
18650 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
18652         * window.el (special-display-buffer-names)
18653         (special-display-regexps): Remove some remnants of earlier
18654         changes from doc-strings.
18655         (quit-windows-on): New function.
18657         * vc/vc.el (vc-revert, vc-rollback):
18658         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18659         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
18660         (Bug#6183) (Bug#7074) (Bug#7447)
18662 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
18664         * window.el (frame-auto-hide-function): Add version tag.
18665         (Bug#9699)
18667 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
18669         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18670         condition.
18672 2011-10-09  Leo Liu  <sdl.web@gmail.com>
18674         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18675         (Bug#9701)
18677 2011-10-08  Glenn Morris  <rgm@gnu.org>
18679         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18680         before the first code statement zero indent.  (Bug#9690)
18682 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
18684         * simple.el (count-words-region): Always count in the region.
18685         Report the number of lines and characters too.
18686         (count-words): New command, which counts in the buffer if the
18687         region is inactive, as count-words-region used to.
18688         (count-words--message): New function.  Handle plurals.
18689         (count-lines-region): Make it an alias for count-words-region.
18691         * bindings.el (esc-map): Replace count-lines-region with
18692         count-words-region.
18694 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
18696         * window.el (window--delete): Delete dedicated frame
18697         unconditionally when argument KILL is non-nil.  (Bug#9699)
18698         (switch-to-buffer): Fix doc-string typo.
18700 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18702         * eshell/eshell.el (eshell-command): Avoid using hooks.
18704 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
18706         * bindings.el ([M-left],[M-right]): Bind to left-word and
18707         right-word respectively.
18709 2011-10-07  Glenn Morris  <rgm@gnu.org>
18711         * cus-start.el (debug-on-quit): Fix custom type.
18713 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18715         * subr.el (define-key-after): Clarify that the function is not
18716         useful for non-menu keymaps.
18718         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18720 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18722         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18723         in current minibuffer (Fix bug with recursive minibuffers).
18725 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
18727         * progmodes/gdb-mi.el (gdb): Doc fix.
18729 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
18731         * window.el (frame-auto-hide-function): New option replacing
18732         frame-auto-delete.  Suggested by Stefan Monnier.
18733         (window--delete): Call frame-auto-hide-function instead of
18734         investigating frame-auto-delete.
18735         (window-point-1, set-window-point-1): New functions.
18736         (window-in-direction, record-window-buffer, window-state-get-1)
18737         (display-buffer-record-window): Use window-point-1 instead of
18738         window-point.
18739         (set-window-buffer-start-and-point): Use set-window-point-1.
18741 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18743         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18745 2011-10-05  Glenn Morris  <rgm@gnu.org>
18747         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18748         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
18750 2011-10-05  Leo Liu  <sdl.web@gmail.com>
18752         * subr.el (read-char-choice): Fix argument to buffer-live-p which
18753         works with buffer object.
18755 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18757         * mpc.el (mpc-tool-bar-map): Add labels.
18759 2011-10-04  Glenn Morris  <rgm@gnu.org>
18761         * calendar/holidays.el (calendar-check-holidays): Doc fix.
18763 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
18765         * window.el (window--delete): New function.
18766         (frame-auto-delete): Resuscitate option.
18767         (bury-buffer, replace-buffer-in-windows)
18768         (quit-window): Rewrite using window--delete.
18769         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18770         Pass display-buffer-mark-dedicated to window--display-buffer-2
18771         (Bug#9639).
18773 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18775         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18776         returns a list (bug#9554).  Add remote file name completion.
18777         * comint.el (comint--table-subvert): Curry and get quote&unquote
18778         functions as arguments.
18779         (comint--complete-file-name-data): Adjust call accordingly.
18780         * pcomplete.el (pcomplete--table-subvert): Remove.
18781         (pcomplete-completions-at-point): Use comint--table-subvert instead.
18783         * minibuffer.el (completion-table-case-fold): Use currying.
18784         (completion--styles-type, completion--cycling-threshold-type):
18785         New constants.
18786         (completion-styles, completion-category-overrides)
18787         (completion-cycle-threshold): Use them.
18788         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18789         completion-table-case-fold.
18791 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
18793         * minibuffer.el (completion-category-overrides): Fix type of styles
18794         and add more user friendly tags (bug#9660).
18796 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18798         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18799         (mule-input-method-string): New widget.
18800         (default-input-method, language-info-custom-alist): Use it.
18802 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18804         * pcomplete.el: Require comint.
18805         (pcomplete--common-suffix): Remove.
18806         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18807         (pcomplete--table-subvert): Sync with comint--table-subvert.
18808         (pcomplete--entries): Use comint-completion-file-name-table.
18809         * comint.el (comint-unquote-filename): Simplify.
18810         (comint-completion-file-name-table): New function (bug#9616).
18811         (comint--complete-file-name-data): Use it.
18813         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18814         (pcmpl-gnu-tar-buffer): Remove.
18815         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18816         around.  Make sure pcomplete-suffix-list is only changed temporarily.
18817         Don't look inside the tar's file if it's too large.
18819 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
18821         * cus-edit.el (custom-mode-map):
18822         * epa.el (epa-key-list-mode-map):
18823         * man.el (Man-mode-map):
18824         * startup.el (splash-screen-keymap):
18825         * simple.el (special-mode-map): Use scroll-up-command and
18826         scroll-down-command.
18828         * progmodes/idlw-help.el (idlwave-help-mode-map):
18829         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18830         * net/newst-plainview.el (newsticker-mode-map):
18831         * emulation/ws-mode.el (wordstar-mode-map):
18832         * emulation/vi.el (vi-com-map):
18833         * calc/calc-graph.el (calc-graph-show-dumb):
18834         * term/sun.el (terminal-init-sun):
18835         * term/ns-win.el (global-map):
18836         * progmodes/grep.el (grep-mode-map):
18837         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18838         * mail/rmail.el (rmail-mode-map):
18839         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18841         * custom.el (custom-safe-themes, load-theme): Treat value of t for
18842         custom-safe-themes as special.
18844 2011-10-01  Julien Danjou  <julien@danjou.info>
18846         * notifications.el (notifications-notify): Fix docstring.
18848 2011-10-01  Per Starbäck  <per@starback.se>
18850         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
18852 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
18854         * startup.el (command-line-1): Fix last fix by inserting
18855         initial-scratch-message into *scratch* before displaying it.
18856         (Bug#9605) and (Bug#9636)
18858 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
18860         * simple.el (line-move): If auto-hscroll-mode is disabled and the
18861         window is hscrolled, move by logical lines.  (Bug#9607)
18862         (line-move-visual): Update the doc string to the above effect.
18864 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
18866         * window.el (display-buffer-record-window): When WINDOW is the
18867         selected window use `point' instead of `window-point'.  (Bug#9626)
18869         * startup.el (command-line-1): Use insert-before-markers when
18870         inserting initial-scratch-message.  (Bug#9605)
18872         * help.el (help-window): Remove variable.
18874 2011-09-29  Glenn Morris  <rgm@gnu.org>
18876         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18878 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
18880         * descr-text.el (describe-char-categories): Accept category
18881         descriptions more than one line long.
18883 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18885         * simple.el (delete-trailing-whitespace): Fix last change.
18887         * progmodes/perl-mode.el (perl-syntax-propertize-function):
18888         Don't confuse "y => 3" as the beginning of a `y' operation.
18890         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18891         object has more than 4 slots (bug#9613).
18893 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
18895         * subr.el (with-output-to-temp-buffer):
18896         * net/quickurl.el (quickurl, quickurl-browse-url):
18897         Fix typos in docstrings.
18899 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
18901         * minibuffer.el (completion-styles)
18902         (completion-category-overrides): Cross reference each other in doc
18903         strings.
18905 2011-09-27  Glenn Morris  <rgm@gnu.org>
18907         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18908         to split-string.  (Bug#9606)
18910 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18912         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18913         (bug#9615).
18915 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
18917         * emacs-lisp/package.el (list-packages): Fix echo area message.
18919 2011-09-27  Leo Liu  <sdl.web@gmail.com>
18921         * ido.el (ido-read-internal): Accept cons cell HIST arg.
18923 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
18925         * net/dbus.el (dbus-unregister-object): Don't release services for
18926         registered signals.  (Bug#9581)
18928 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
18930         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18931         function that picks between cfengine 2 and 3 support
18932         automatically.  Update docs accordingly.
18934 2011-09-22  Kenichi Handa  <handa@m17n.org>
18936         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18937         ZERO.
18938         (indian-itrans-v5-table-for-tamil): New variable.
18939         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18941 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
18943         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18944         that's true if the current command involved collapsing of text.
18945         It's reset to false at the beginning of the next command.
18946         (allout-post-command-business): Move the cursor to the beginning
18947         of entry if the cursor is hidden and collapsing activity just
18948         happened.
18950 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
18952         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18953         tracking (Bug#9541).
18955 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
18957         * net/newst-reader.el (newsticker-html-renderer)
18958         (newsticker-show-news): Automatically load html rendering package
18959         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
18960         because w3m-fill-column is let-bound" and the error "Symbol's value
18961         as variable is void: w3m-fill-column".
18963 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
18965         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18966         Release services only if they are defined.  (Bug#9581)
18968 2011-09-23  Richard Stallman  <rms@gnu.org>
18970         * textmodes/paragraphs.el (forward-sentence): For backwards case,
18971         distinguish start of paragraph from start of its text.
18973         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18975         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18976         (rmail-generate-viewer-buffer): Put that hook on view buffer.
18977         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18979 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
18981         * international/mule-diag.el (mule-diag): Insert a newline after
18982         each fontset description.
18984 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18986         * simple.el (delete-trailing-whitespace):
18987         Document last change; simplify.
18989 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
18991         * simple.el (delete-trailing-whitespace): Also delete
18992         extra newlines at the end of the buffer.
18994         * textmodes/picture.el: Make motion commands obey shift-select-mode.
18995         (picture-newline): Use forward-line so as to ignore fields.
18997 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18999         * subr.el (with-wrapper-hook): Fix edebug spec.
19001 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19003         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19004         (bug#4538).
19006 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
19008         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19009         Fix nasty bug using wrong cached values.
19011 2011-09-23  Alan Mackenzie  <acm@muc.de>
19013         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19015 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
19017         * window.el (pop-to-buffer): Ensure right window is selected if we
19018         chose another frame.
19020 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
19022         * simple.el (what-cursor-position): Use get-char-property-change
19023         and next-single-char-property-change, to be able to show display
19024         properties that come from overlays as well as text properties.
19026 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
19028         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19030         * cmuscheme.el (run-scheme, switch-to-scheme):
19031         * cus-edit.el (customize-group, custom-buffer-create)
19032         (customize-browse):
19033         * info.el (info):
19034         * shell.el (shell):
19035         * mail/sendmail.el (mail):
19036         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19038 2011-09-22  Richard Stallman  <rms@gnu.org>
19040         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19041         move back only to line beg, don't move back over blank lines.
19043 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
19045         * files.el (copy-directory): Set directory attributes only in case
19046         they could be retrieved from the source directory.  (Bug#9565)
19048 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
19050         * progmodes/hideshow.el (hs-looking-at-block-start-p)
19051         (hs-find-block-beginning, hs-hide-level-recursive):
19052         Ignore strings as well as comments.  (Bug#9502)
19054 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
19056         * progmodes/sql.el (sql-comint-postgres):
19057         Convert port number to a string.  (Bug#9566)
19059 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
19061         * window.el (quit-window): Undedicate window when switching to
19062         previous buffer.  Reported by Thierry Volpiatto
19063         <thierry.volpiatto@gmail.com>.
19064         (special-display-popup-frame): When popping up a new frame reset
19065         its previous buffers to nil.  Simplify code.
19067 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
19069         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19070         and process filter, as done also in `shell-command'.
19072 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
19074         * window.el (set-window-buffer-start-and-point):
19075         Call set-window-start with NOFORCE argument t.
19076         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19077         (quit-window): Reword doc-string.  Handle new format of
19078         quit-restore parameter.  Don't delete window if it has a
19079         previous buffer we can show instead of the present one.
19080         (display-buffer-record-window): Rewrite using a new format for
19081         the quit-restore window parameter
19082         (special-display-popup-frame, display-buffer-same-window)
19083         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19084         (display-buffer-pop-up-window, display-buffer-use-some-window):
19085         Adapt symbol passed to display-buffer-record-window.
19086         * help.el (help-window-setup): Handle new format of quit-restore
19087         parameter.
19089 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19091         * faces.el (face-list): Fix docstring (bug#9564).
19093         * window.el (display-buffer--action-function-custom-type):
19094         Don't include internal functions in the Custom interface.
19096 2011-09-20  Juri Linkov  <juri@jurta.org>
19098         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19099         (Info-forward-node, Info-backward-node, Info-next-preorder)
19100         (Info-last-preorder): Use it.  (Bug#9528)
19102 2011-09-20  Juri Linkov  <juri@jurta.org>
19104         * info.el (Info-last-preorder): Visit last menu item only when
19105         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19107 2011-09-20  Julien Danjou  <julien@danjou.info>
19109         * password-cache.el (password-cache-remove): Remove entries even if the
19110         value is nil, so that password with a nil value (negative caching) is
19111         possible to invalidate.
19113 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
19115         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19116         all whitespace around breakpoint.  (Bug#9553)
19117         (f90-find-breakpoint): Only break at whitespace inside a comment.
19119 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19121         * minibuffer.el (completion-file-name-table): Keep track of errors.
19122         (completion-table-with-predicate): Handle the case where pred1 is nil.
19123         * pcomplete.el (pcomplete-completions-at-point): Simplify.
19125 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19127         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19128         (debugger-return-value): Signal an error if the debugging context does
19129         not await any return value.
19131         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19132         * image-mode.el (image-toggle-display-text)
19133         (image-toggle-display-image): Stay away from evil `intangible'.
19135 2011-09-19  Leo Liu  <sdl.web@gmail.com>
19137         * replace.el (occur-revert-arguments): Make it permanent-local.
19138         (occur-mode): Don't call font-lock-defontify.
19140 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
19142         * net/ldap.el (ldap-search-internal): Don't push empty search
19143         result (Bug#9508).
19145 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19147         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19149 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
19151         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19152         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19154 2011-09-18  Juri Linkov  <juri@jurta.org>
19156         * buff-menu.el (Buffer-menu-mode-map):
19157         * dired.el (dired-mode-map):
19158         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19159         (lisp-interaction-mode-map):
19160         * emacs-lisp/package.el (package-menu-mode-map):
19161         * epa.el (epa-key-list-mode-map):
19162         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19163         (menu-bar-options-menu):
19164         * outline.el (outline-mode-menu-bar-map):
19165         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19166         * vc/vc-dir.el (vc-dir-menu-map):
19167         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19168         Capitalize non-function content words in menu item strings.
19170         * dired.el (dired-mode-map): Add menu item for
19171         `image-dired-dired-toggle-marked-thumbs'.
19173 2011-09-18  Juri Linkov  <juri@jurta.org>
19175         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19176         to `isearch-case-fold-search' and restore its original value
19177         after the `isearch-mode' call.
19179 2011-09-18  Juri Linkov  <juri@jurta.org>
19181         * progmodes/grep.el (grep-process-setup): Don't check code for 1
19182         because `zgrep' returns 1 for successful matches (bug#9226).
19184 2011-09-18  Juri Linkov  <juri@jurta.org>
19186         * info.el (Info-extract-menu-node-name): Check the second match
19187         for empty string (second test-case of bug#9528).
19188         (Info-last-preorder): Let-bind `Info-history' to nil to not add
19189         intermediate nodes to the history (first test-case of bug#9528).
19191 2011-09-18  Juri Linkov  <juri@jurta.org>
19193         * info.el (Info-mode-syntax-table): New variable.
19194         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19196 2011-09-18  Juri Linkov  <juri@jurta.org>
19198         * info.el (Info-file-supports-index-cookies):
19199         Increment line-beginning-position's arg from 3 to 4 because makeinfo
19200         outputs one more line for long file names (bug#4142).
19202 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19204         * newcomment.el (comment-normalize-vars): If prompting for
19205         comment-start, set comment-start-skip too (Bug#8424).
19207 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
19209         * icomplete.el: Fix previous fix of Bug#5849.
19210         (icomplete-mode): Don't set completion-show-inline-help.
19211         (icomplete-minibuffer-setup): Set completion-show-inline-help
19212         locally during icompletion.
19214 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19216         * woman.el (woman2-process-escapes): Don't delete unrecognized
19217         escapes (Bug#7843).
19219         * files.el (inhibit-first-line-modes-regexps): Add image files.
19220         (hack-local-variables-prop-line): Return nil for malformed
19221         prop-lines (Bug#9044).
19223 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
19225         * net/tramp.el (top): Don't require 'shell.
19226         (tramp-methods): Fix docstring.
19227         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19228         Return complete remote file name.  Handle "smb" case.
19229         Use `tramp-tmpdir', if defined for the respective method.
19230         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19232         * net/tramp-compat.el (top): Require 'shell.
19234         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19235         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19236         `tramp-current-host'.
19237         (tramp-get-remote-tmpdir): Remove.
19239         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19240         `tramp-tmpdir' entries.
19241         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19242         (tramp-smb-handle-file-attributes): Ignore errors.
19243         (tramp-smb-wait-for-output): Check also for process end.
19245 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19247         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19248         when sending QUIT (bug#9312).
19250 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
19252         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19253         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19254         occur-mode-display-occurrence.
19255         (occur-edit-mode): Add usage message.
19256         (occur-cease-edit): New command.
19257         (occur-after-change-function): Use text properties to find the
19258         position of the prefix text.
19259         (occur-engine): Set stickiness of prefix text properties.
19261 2011-09-17  Glenn Morris  <rgm@gnu.org>
19263         * progmodes/etags.el (complete-tag):
19264         Fix call to completion-in-region.  (Bug#9526)
19266 2011-09-17  Juri Linkov  <juri@jurta.org>
19268         * textmodes/ispell.el (ispell-word): Add to the error message
19269         the word, ispell program name and current dictionary (bug#9121).
19270         (ispell-tex-arg-end): Capitalize "error" in the error message.
19272 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
19274         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19275         check.  (Bug#4251)
19277 2011-09-17  Juri Linkov  <juri@jurta.org>
19279         * window.el (window-safe-min-height, window-safe-min-width):
19280         Fix typos (followup to bug#9522).
19282 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
19284         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19286 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
19288         * simple.el (line-move): If goal-column is set, move by logical
19289         lines, not by display lines.  (Bug#971)
19290         (next-line, previous-line, goal-column, line-move-visual): Doc fix
19291         to reflect the above change.
19293 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19295         * image.el (imagemagick-register-types): Use regexp-opt.
19297 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19299         * window.el (display-buffer-base-action): Rename from
19300         display-buffer-default-action.  Make default value empty.
19301         (display-buffer-overriding-action): Convert to defvar.
19302         (display-buffer-fallback-action): New var.
19304 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19306         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19307         declaration.
19308         (package--add-to-archive-contents): If there is a duplicate entry
19309         with an older version, remove it.
19310         (package-menu-mark-delete, package-menu-mark-install)
19311         (package-menu-mark-unmark): Make unused args optional.
19312         (package-menu-mark-obsolete-for-deletion):
19313         Use package-menu-get-status instead of a regexp search.
19314         (package-menu-get-status): Use tabulated-list-entry.
19315         (package-menu-mark-upgrades): New command.
19316         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
19317         (package-menu-execute): Do installation before deletion.
19318         (package-menu-refresh, package-menu-execute): Use derived-mode-p
19319         instead of checking major-mode.
19320         (package-menu--find-upgrades): New function.
19322 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19324         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19325         passwords in the log buffer.
19326         (smtpmail-process-filter): Update the process marker so that the
19327         "broken by peer" status message is inserted in the right place.
19329 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19331         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19332         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19333         bibtex-completion-at-point-function.
19334         (bibtex-completion-at-point-function): Use them.
19336         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19338         * mpc.el (mpc-constraints-tag-lookup): New function.
19339         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19340         also to browser "album|playlist".
19342 2011-09-14  Juri Linkov  <juri@jurta.org>
19344         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
19345         (isearch-edit-string): Use length of `isearch-string' when
19346         `isearch-fail-pos' returns nil.
19347         (isearch-message): Remove duplicate code and call
19348         `isearch-fail-pos' with arg `t'.
19350 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
19352         * replace.el (occur-mode-goto-occurrence): Don't force using other
19353         window (Bug#9499).
19355         * dired-aux.el (dired-do-chmod): Don't provide initial input.
19357 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
19359         * window.el (display-buffer-window): Remove.
19360         (display-buffer-record-window): Use help-setup window parameter
19361         instead of variable display-buffer-window.
19362         (display-buffer-function, special-display-buffer-names)
19363         (special-display-function): Mention help-setup parameter instead
19364         of display-buffer-window in doc-string.
19365         * help.el (help-window-setup): New argument help-window.
19366         Use help-window-setup parameter instead of display-buffer-window.
19367         Reword some messages.
19368         (with-help-window): Pass window used for displaying the buffer
19369         to help-window-setup.  Don't set display-buffer-window.
19371 2011-09-13  Glenn Morris  <rgm@gnu.org>
19373         * emacs-lisp/debug.el (debugger-make-xrefs):
19374         Preserve point.  (Bug#9462)
19376 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19378         * window.el (window-deletable-p): Use next-frame.
19380 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
19382         * window.el (window-auto-delete): Remove.
19383         (window-deletable-p): Remove argument FORCE.  Don't deal with
19384         dedication and previous buffers.
19385         (switch-to-prev-buffer): Don't delete window.
19386         (delete-windows-on): Delete a window's frame if and only if the
19387         window is dedicated.
19388         (replace-buffer-in-windows): Delete buffer's window or frame if
19389         and only if window is dedicated.
19390         (quit-window): Handle quit-restore as before last change.
19391         (bury-buffer): Delete window only if window-deletable-p returns t.
19393 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19395         * window.el (window-deletable-p): Never delete the last frame on a
19396         given terminal.
19398 2011-09-13  Glenn Morris  <rgm@gnu.org>
19400         * help.el (describe-key-briefly): Copy previous standard-output change.
19402 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
19404         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
19406 2011-09-13  Glenn Morris  <rgm@gnu.org>
19408         * emacs-lisp/lisp-mode.el (lisp-indent-function):
19409         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19411 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
19413         * dired-aux.el (dired-mark-read-string): Don't return default
19414         value on empty input (Bug#9361).
19415         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19416         Omit initial minibuffer contents.
19417         (dired-do-chmod): Signal an error on empty input.
19418         (dired-mark-read-string): Don't return default on empty input.
19420         * files.el (file-modes-symbolic-to-number): Doc fix.
19422 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19424         * international/mule-cmds.el (ucs-completions): Remove.
19425         (read-char-by-name): Use complete-with-action instead; add metadata.
19427 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19429         * window.el (display-buffer--action-function-custom-type)
19430         (display-buffer--action-custom-type): New vars.
19431         (display-buffer-alist, display-buffer-default-action)
19432         (display-buffer-overriding-action): Add defcustom types.
19434         * frame.el (delete-other-frames): Doc fix (Bug#276).
19436 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19438         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19440 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19442         Change modes that used same-window-* vars to use switch-to-buffer.
19444         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19445         Use switch-to-buffer.
19447         * cus-edit.el (customize-group, custom-buffer-create)
19448         (customize-browse, custom-buffer-create-other-window):
19449         Use switch-to-buffer or switch-to-buffer-other-window.
19451         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19452         (Info-prev, Info-up, Info-speedbar-goto-node)
19453         (info-display-manual): Use switch-to-buffer.
19454         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19456         * mail/sendmail.el (mail): Use switch-to-buffer.
19457         (mail-recover): Use switch-to-buffer-other-window.
19459         * cmuscheme.el (run-scheme, switch-to-scheme):
19460         * ielm.el (ielm):
19461         * shell.el (shell):
19462         * net/rlogin.el (rlogin):
19463         * net/telnet.el (telnet, rsh):
19464         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19466 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19468         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19470 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19472         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19473         so don't mention it (bug#9301).
19474         (dired-sort-toggle-or-edit): Clarify string further.
19476         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19477         match `x', `w32' and `ns', like the manual says (bug#9029).
19479         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19480         (process-kill-buffer-query-function): Mention the buffer name in
19481         the query.
19483         * image-mode.el (image-next-line): The line parameter is mandatory
19484         (bug#9258).
19486         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19487         which can be useful (bug#9301).
19489         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19491         * subr.el (match-string): Mention that the current buffer should
19492         be the same as the search was done in (bug#9282).
19494         * facemenu.el: Disable the remove-* commands if the mark isn't
19495         active (bug#9162).
19497 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19499         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19500         of display-buffer.
19501         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19503         * replace.el (occur-mode-goto-occurrence)
19504         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19505         and display-buffer.
19507         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19508         display-buffer.
19510         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19511         special-display and same-window variables.
19512         (mail-other-window): Use switch-to-buffer-other-window.
19513         (mail-other-frame): USe switch-to-buffer-other-frame.
19515         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19516         Use display-buffer-other-frame.
19517         (gdb-display-gdb-buffer): Use pop-to-buffer.
19519         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19521         * progmodes/python.el: Don't set same-window-buffer-names.
19523         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19525         * window.el (display-buffer-alist): Add *Python*.
19527 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19529         * window.el (display-buffer-alist): Add entry for buffers
19530         previously handled same-window-*.
19531         (display-buffer-alist, display-buffer-default-action)
19532         (display-buffer-overriding-action): Mark as risky.
19533         (display-buffer-alist): Document action function changes.
19534         (display-buffer--same-window-action)
19535         (display-buffer--other-frame-action): New variables.
19536         (switch-to-buffer, display-buffer-other-frame): Use them.
19537         (display-buffer): Rename reuse-frame entry to reusable-frames.
19538         (display-buffer-reuse-selected-window): Function deleted.
19539         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19540         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19541         (display-buffer-special): New function.
19542         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19543         display-buffer-reuse-or-pop-window.  Split off special-display
19544         part into display-buffer-special.
19545         (display-buffer-use-some-window): Don't perform any special
19546         pop-up-frames handling.
19547         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19548         (display-buffer--maybe-same-window): Rename from
19549         display-buffer-maybe-same-window.
19551         * info.el: Don't set same-window-regexps.
19552         (info-setup): New function.
19553         (info-other-window, info): Call it.
19555         * cus-edit.el: Don't set same-window-regexps.
19556         (customize-group): New argument.
19557         (customize-group-other-window): Use it.
19558         (customize-face, customize-face-other-window): Likewise.
19559         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19561         * net/rlogin.el:
19562         * net/telnet.el:
19563         * progmodes/gud.el: Don't set same-window-regexps.
19565         * cmuscheme.el:
19566         * ielm.el:
19567         * shell.el:
19568         * mail/sendmail.el:
19569         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19571 2011-09-10  Juri Linkov  <juri@jurta.org>
19573         * isearch.el (isearch-edit-string): Remove obsolete mention of
19574         `C-w' (`isearch-yank-word-or-char') from docstring.
19575         (isearch-query-replace): Fix typo in docstring (bug#9466).
19577 2011-09-10  Juri Linkov  <juri@jurta.org>
19579         * paren.el (show-paren-function): Don't show escaped parens.
19580         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19582 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19584         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19585         (mm-default-file-encoding): Remove autoload forms, they are
19586         replaced with autoload cookies in mml.el and mm-encode.el.
19587         (mail-add-attachment): New command.
19588         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19589         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19590         the doc string.
19591         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19593 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19595         * simple.el (count-words-region): Use buffer if there's no region
19596         (bug#9429).
19598 2011-09-09  Juri Linkov  <juri@jurta.org>
19600         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19601         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19602         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19604 2011-09-09  Alan Mackenzie  <acm@muc.de>
19606         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19607         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19609 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19611         Fix for Savannah bug#9392.
19612         * simple.el (mail-encode-mml): New defvar.
19614         * mail/rmail.el (mail-encode-mml): Add a defvar.
19615         (rmail-enable-mime-composing): Default to t.
19616         (rmail-forward): Use MIME method of forwarding only if both
19617         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19618         Set mail-encode-mml non-nil if the MIME method was used.
19620         * mail/sendmail.el (mml-to-mime): Add autoload form.
19621         (mail-encode-mml): Add a defvar.
19622         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19623         to nil.
19624         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19625         message through mml-to-mime, and reset mail-encode-mml to nil.
19627 2011-09-09  Glenn Morris  <rgm@gnu.org>
19629         * woman.el (woman-if-body): When processing an .el block,
19630         do not delete the next .el block as well.  (Bug#9447)
19631         (woman-special-characters): Add oq, cq, and hy characters.
19633 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19635         * window.el (window-deletable-p): Make sure window is live before
19636         invoking window-prev-buffers.
19638 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19640         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19642 2011-09-08  Juri Linkov  <juri@jurta.org>
19644         * progmodes/compile.el (compilation-environment): Make it
19645         a defcustom (bug#8340).
19647 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19649         * window.el (frame-auto-delete): Rename to window-auto-delete.
19650         Make it control auto-deletion of windows and/or frames.
19651         (window-deletable-p): New argument FORCE.  Rewrite conditions
19652         for deleting window/frame.  (Bug#9419)
19653         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19654         Rewrite handling of case when window/frame can be deleted.
19655         (delete-windows-on): Call window-deletable-p with new FORCE
19656         argument t.  (Bug#9456)
19658 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
19660         * help-mode.el (help-mode): Restore autoload.
19662 2011-09-07  Juri Linkov  <juri@jurta.org>
19664         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19665         `compilation-environment'.  Set buffer-local
19666         `compilation-environment' to `thisenv' later after (funcall mode).
19667         (Bug#8340)
19669         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
19670         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19671         instead of replacing its value.  (Bug#8340)
19673 2011-09-07  Juri Linkov  <juri@jurta.org>
19675         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19676         based on text properties put by `grep-filter' instead of matching
19677         escape sequences.
19678         (grep-mode): Set buffer-local `compilation-error-screen-columns'
19679         to the value of `grep-error-screen-columns' (bug#9438).
19681 2011-09-07  Juri Linkov  <juri@jurta.org>
19683         * simple.el (next-error-highlight, next-error-highlight-no-select):
19684         Doc fix (bug#9432).
19686 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
19688         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19689         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
19691 2011-09-07  Leo Liu  <sdl.web@gmail.com>
19693         * net/rcirc.el (rcirc-mode): Conditionally initialize
19694         rcirc-input-ring.
19696 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19698         * emacs-lisp/find-func.el (find-function-C-source): Only set
19699         find-function-C-source-directory after checking that we found a source
19700         file there (bug#9440).
19702 2011-09-06  Alan Mackenzie  <acm@muc.de>
19704         * isearch.el (isearch-other-meta-char): Wherever a key list is
19705         unread, "unread" the prefix arg, too.  This fixes bug #8901.
19707 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
19709         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19711 2011-09-05  Juri Linkov  <juri@jurta.org>
19713         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19715 2011-09-05  Juri Linkov  <juri@jurta.org>
19717         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19718         keeping point where processing of grep matches begins, and
19719         continue to delete remaining escape sequences from the same point.
19720         (grep-filter): Make leading zero optional in "0?1;31m" because
19721         git-grep emits "\033[1;31m" escape sequences unlike expected
19722         "\033[01;31m" as GNU Grep does (bug#9408).
19723         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19725 2011-09-05  Juri Linkov  <juri@jurta.org>
19727         * subr.el (y-or-n-p): Capitalize "yes".
19729 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
19731         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
19732         `tramp-cache-unload-hook' where appropriate.
19733         (tramp-methods): Rename `tramp-remote-sh' to
19734         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
19735         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19737         * net/tramp-sh.el (top): Don't require 'shell.
19738         (tramp-methods): Add `tramp-remote-shell' and
19739         `tramp-remote-shell-args' entries.
19740         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19741         (tramp-sh-handle-shell-command): Remove.
19742         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19743         Use `tramp-remote-shell'.
19745 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
19747         * mail/sendmail.el (sendmail-query-once-function): Delete.
19748         (sendmail-query-once): Save directly to send-mail-function.
19749         Update message-send-mail-function too.
19751         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19753 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19755         * progmodes/python.el (python-mode-map): Use correct function to
19756         start python interpreter from menu-bar (as reported by Geert
19757         Kloosterman).
19758         (inferior-python-mode-map): Fix typo.
19759         (python-shell-map): Remove.
19761 2011-09-03  Deniz Dogan  <deniz@dogan.se>
19763         * net/rcirc.el (rcirc-print): Simplify code for
19764         rcirc-scroll-show-maximum-output.  There is no need to walk
19765         through all windows to find the right one.
19767 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19769         * help.el (help-return-method): Doc fix.
19771 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
19773         * window.el (window-deletable-p): Don't return a non-nil value
19774         when there's a buffer that was shown in the window before.
19775         (Bug#9419)
19776         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19777         Set window's previous buffers to nil.
19779 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
19781         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19782         newline before and after the tag line, so it doesn't interfere
19783         with determining the paragraph direction of bidirectional text.
19785 2011-09-03  Leo Liu  <sdl.web@gmail.com>
19787         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
19789 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19791         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19792         (pop-to-buffer): Change interactive spec.  Pass second argument
19793         directly to display-buffer.
19794         (display-buffer): Fix interactive spec.  Use functionp to
19795         distinguish between a function and a list of functions.
19797         * abbrev.el (edit-abbrevs):
19798         * arc-mode.el (archive-extract):
19799         * autoinsert.el (auto-insert):
19800         * bookmark.el (bookmark-bmenu-list):
19801         * files.el (find-file):
19802         * view.el (view-buffer):
19803         * progmodes/compile.el (compilation-goto-locus):
19804         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19806 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19808         * window.el (display-buffer-alist): Doc fix.
19809         (display-buffer): Add docstring.  Don't treat
19810         display-buffer-default specially.
19811         (display-buffer-reuse-selected-window)
19812         (display-buffer-same-window, display-buffer-maybe-same-window)
19813         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19814         (display-buffer-pop-up-window)
19815         (display-buffer-reuse-or-pop-window)
19816         (display-buffer-use-some-window): New functions.
19817         (display-buffer-default-action): Use them.
19818         (display-buffer-default): Delete.
19819         (pop-to-buffer-1): Fix choice of actions.
19821 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19823         * minibuffer.el (completion--insert-strings): Don't get confused by
19824         completion entries that end with an LF char.
19826 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
19828         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19830 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
19832         * window.el (display-buffer): Restore interactive spec.
19833         (display-buffer-same-window, display-buffer-other-window):
19834         New functions.
19835         (pop-to-buffer-1): New function.  Use the above.
19836         (pop-to-buffer, pop-to-buffer-same-window): Use it.
19837         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19839         * view.el (view-buffer-other-window, view-buffer-other-frame):
19840         Just use pop-to-buffer.
19842 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19844         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
19846 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
19848         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
19850 2011-08-31  Richard Stallman  <rms@gnu.org>
19852         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19853         of the separation of rmail-view-buffer from rmail-buffer.
19854         If you say no to "replace original", the decrypt is in the
19855         view buffer.  If you say yes, the decrypt goes into the
19856         rmail buffer also.
19858 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
19860         * window.el (display-buffer-window): Rewrite doc-string.
19861         (display-buffer-record-window): New function.
19862         (display-buffer-macro-specifiers)
19863         (display-buffer-even-window-sizes, display-buffer-set-height)
19864         (display-buffer-set-width, display-buffer-in-window)
19865         (display-buffer-reuse-window, display-buffer-split-specifiers)
19866         (display-buffer-side-specifiers, display-buffer-split-window-1)
19867         (display-buffer-split-window, display-buffer-split-atom-window)
19868         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19869         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19870         (display-buffer-other-window-means-other-frame)
19871         (display-buffer-normalize-special)
19872         (display-buffer-normalize-default)
19873         (display-buffer-normalize-argument)
19874         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19875         (display-buffer-normalize-specifiers, display-buffer-frame)
19876         (display-buffer-same-window, display-buffer-same-frame)
19877         (display-buffer-other-window)
19878         (display-buffer-same-frame-other-window)
19879         (display-buffer-other-frame, pop-to-buffer-same-window)
19880         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19881         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19882         (switch-to-buffer-same-frame)
19883         (switch-to-buffer-other-window-same-frame)
19884         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19885         (display-buffer-alist-set-1, display-buffer-alist-set-2)
19886         (display-buffer-alist-set): Remove.
19887         (display-buffer-function, special-display-buffer-names)
19888         (special-display-regexps, special-display-function):
19889         In doc-string refer to display-buffer-window and quit-restore
19890         parameter.
19891         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19892         (special-display-frame-alist, special-display-popup-frame)
19893         (same-window-buffer-names, same-window-regexps, same-window-p)
19894         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19895         (split-window-preferred-function, split-height-threshold)
19896         (split-width-threshold, window-splittable-p)
19897         (split-window-sensibly, window--try-to-split-window)
19898         (window--frame-usable-p, even-window-heights)
19899         (window--even-window-heights, window--display-buffer-1)
19900         (window--display-buffer-2, display-buffer-other-frame):
19901         Restore old Emacs 23 code, order and doc-strings where applicable.
19902         (display-buffer-default, display-buffer-assq-regexp): New functions.
19903         (display-buffer-alist): Rewrite doc-string.
19904         (display-buffer-default-action)
19905         (display-buffer-overriding-action): New variables.
19906         (display-buffer, switch-to-buffer): Rewrite.
19907         (pop-to-buffer): Restore Emacs 23 behavior but use
19908         window-normalize-buffer-to-display.
19909         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19910         Restore Emacs 23 behavior but use
19911         window-normalize-buffer-to-switch-to.
19912         (pop-to-buffer-same-window): Rewrite.
19913         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19914         Rewrite using Emacs 23 options.
19916 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
19918         * net/tramp.el (tramp-root-regexp): Remove.
19919         (tramp-completion-file-name-regexp-unified)
19920         (tramp-completion-file-name-regexp-separate)
19921         (tramp-completion-file-name-regexp-url): Don't use leading volume
19922         letter on w32 systems.  (Bug#5303, Bug#9311)
19923         (tramp-drop-volume-letter): Simplify definition.
19924         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19926 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19928         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19929         (bug#9356).
19931 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
19933         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19935 2011-08-29  Juri Linkov  <juri@jurta.org>
19937         * isearch.el (isearch-done): Don't display message "Mark saved"
19938         when arg `edit' is non-nil to prevent its flicker in the echo area.
19940 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19942         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19943         obsolete packages for deletion.
19945 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
19947         * help-mode.el (help-mode-map): Add special-mode-map to parent.
19948         (help-mode): Derive help-mode from special-mode.  Don't invoke
19949         view-mode from help-mode.
19950         (help-xref-override-view-map): Remove.
19951         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19952         view-mode is not used anymore.
19954 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19956         * server.el (server-port): Doc fix.
19958         * cus-theme.el (custom-theme-choose-mode): Inherit from
19959         special-mode (Bug#9124).
19960         (custom-theme-choose-mode-map): Add special-mode to parent.
19962 2011-08-28  Alan Mackenzie  <acm@muc.de>
19964         * progmodes/cc-fonts.el
19965         (c-make-font-lock-BO-decl-search-function): New function.
19966         (c-basic-matchers-after - "Fontify the clauses after various
19967         keywords"): Extract the three keyword lists for the 3 erroneous
19968         constructs from the list of four, and use the new function above
19969         in place of an old one.
19971 2011-08-28  Deniz Dogan  <deniz@dogan.se>
19973         * net/rcirc.el (rcirc-insert-prev-input)
19974         (rcirc-insert-next-input): Remove unused argument.
19976 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19978         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19980 2011-08-27  Alan Mackenzie  <acm@muc.de>
19982         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19983         handle function pointer parameters properly.
19985 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
19987         * window.el (display-buffer-reuse-window): Fix case where
19988         selected window was reused with non-nil OTHER-WINDOW argument.
19989         (Bug#9381)
19991 2011-08-27  Deniz Dogan  <deniz@dogan.se>
19993         * net/rcirc.el (rcirc-check-auth-status): Adding support for
19994         oftc's NickServ messages.
19996 2011-08-27  Glenn Morris  <rgm@gnu.org>
19998         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
20000 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
20002         * emacs-lisp/package.el (package-install): Call package-initialize
20003         if called interactively.
20005 2011-08-26  Leo Liu  <sdl.web@gmail.com>
20007         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
20009 2011-08-25  Juri Linkov  <juri@jurta.org>
20011         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20012         `search-whitespace-regexp' (bug#9364).
20014 2011-08-25  Juri Linkov  <juri@jurta.org>
20016         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20017         `regexp-search-ring' to their global values to protect from
20018         updating by `read-from-minibuffer' (bug#9185).
20020 2011-08-25  Juri Linkov  <juri@jurta.org>
20022         * textmodes/ispell.el (ispell-command-loop): Add newline
20023         at the end of the "Use option `i'..." line.
20025 2011-08-25  Juri Linkov  <juri@jurta.org>
20027         * battery.el (display-battery-mode): If `battery-status-function'
20028         or `battery-mode-line-format' is nil, display the message and set
20029         `display-battery-mode' to nil (bug#9363).
20031 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
20033         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20034         bidi-string-mark-left-to-right; they are unnecessary now.
20036 2011-08-25  Deniz Dogan  <deniz@dogan.se>
20038         * net/quickurl.el: Documentation typo fixes.
20040 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
20042         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20044 2011-08-25  Glenn Morris  <rgm@gnu.org>
20046         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20048         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20049         (smtpmail-via-smtp): Handle nil response from smtp.
20051 2011-08-24  Juri Linkov  <juri@jurta.org>
20053         * proced.el (proced-marked): Inherit from `error' instead of
20054         `font-lock-warning-face'.
20056         * ibuffer.el (ibuffer-marked-face): Change default face from
20057         `font-lock-warning-face' to `warning'.
20058         (ibuffer-deletion-face): Change default face from
20059         `font-lock-type-face' to `error'.
20061         * battery.el (battery-update): Use the face `error' instead of
20062         `font-lock-warning-face' (bug#6117).
20064 2011-08-24  Juri Linkov  <juri@jurta.org>
20066         * faces.el (success): Change face color from "Green3" to
20067         "ForestGreen" on light background (bug#9353).
20069 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
20071         * window.el (quit-window): Rename from quit-restore-window.
20072         Use same arglist as old quit-window.
20073         (frame-auto-delete): Doc fix.
20075         * view.el (view-mode-exit): Use quit-window.
20077 2011-08-24  Juri Linkov  <juri@jurta.org>
20079         * isearch.el (isearch-ring-adjust1): Start visiting previous
20080         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20081         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20082         for empty search string (when the last search string is reused
20083         automatically) to adjust the isearch ring to the last element and
20084         prepare the correct index for further M-p commands (bug#9185).
20086 2011-08-24  Kenichi Handa  <handa@m17n.org>
20088         * international/ucs-normalize.el: If decomposition property of
20089         CHAR is the default one (i.e. a list of CHAR itself), treat it as
20090         nil.
20091         (nfd, nfkd): Likewise.
20093 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20095         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20096         from process filters aren't reliably transmitted to the surrounding
20097         accept-process-output.
20098         (mpc-proc-check): New function.
20099         (mpc-proc-sync): Use it (bug#8293)
20101 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20103         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20104         Add compatibility functions (bug#9313).
20106 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
20108         * cus-start.el (all): Add entry for bidi-paragraph-direction.
20110         * international/uni-bidi.el: Regenerate.
20112 2011-08-23  Kenichi Handa  <handa@m17n.org>
20114         * international/charprop.el:
20115         * international/uni-bidi.el:
20116         * international/uni-category.el:
20117         * international/uni-combining.el:
20118         * international/uni-comment.el:
20119         * international/uni-decimal.el:
20120         * international/uni-decomposition.el:
20121         * international/uni-digit.el:
20122         * international/uni-lowercase.el:
20123         * international/uni-mirrored.el:
20124         * international/uni-name.el:
20125         * international/uni-numeric.el:
20126         * international/uni-old-name.el:
20127         * international/uni-titlecase.el:
20128         * international/uni-uppercase.el: Regenerate.
20130 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
20132         * help.el (help-window-setup): Fix message displayed when other
20133         window is reused.  (Bug#9341)
20135 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20137         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20138         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20140         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20141         Mark obsolete.
20142         * shell.el (shell-parse-pcomplete-arguments): New function.
20143         (shell-completion-vars): Use it instead (bug#9160).
20145 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20147         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20148         strings and comments (bug#9333).
20150         * emacs-lisp/debug.el (debug-arglist): New function.
20151         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
20152         (debug-on-entry-1): Handle interpreted closures (bug#9120).
20154 2011-08-22  Juri Linkov  <juri@jurta.org>
20156         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20157         Revert regexp that highlights output switches to its old
20158         pre-2010-10-28 value and remove one `?' from it (bug#9319).
20160         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20161         to check for empty output (bug#9226).
20163 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
20165         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20166         symbol-constituent as the default, as that stops font-lock from
20167         working properly (Bug#8843).
20169 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20171         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20172         `coding-system-for-*' around the process open call to avoid
20173         auth-source side effects.
20174         (smtpmail-try-auth-methods): Expand the secret password.
20175         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20176         probe hangs.
20178 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20180         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20182         * emacs-lisp/find-func.el (find-function-noselect): New arg
20183         lisp-only.
20185         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20186         signal an error for built-in functions (Bug#6664).
20188 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20190         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20191         (smtpmail-try-auth-methods): Use it.
20193 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20195         * font-lock.el (font-lock-fontify-region)
20196         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20197         (font-lock-default-unfontify-buffer)
20198         (font-lock-default-fontify-region)
20199         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20201         * progmodes/compile.el (compilation-error-properties):
20202         Fix confusion between file struct and message struct (Bug#9319).
20203         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20204         `ant' regexp.
20206         * net/browse-url.el (browse-url-firefox): Don't call
20207         browse-url-firefox-sentinel unless using -remote (Bug#9328).
20209 2011-08-20  Glenn Morris  <rgm@gnu.org>
20211         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20213         * tutorial.el (tutorial--default-keys): Update some default bindings.
20215         * files.el (hack-local-variables): Fully ignore case for "mode:".
20217 2011-08-20  Alan Mackenzie  <acm@muc.de>
20219         Resolve invalid use of a regexp in regexp-opt.
20221         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20222         detection for a java annotation.
20224         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20225         detection for a java annotation.
20227         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20228         handling for java.
20229         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20231 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
20233         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20234         (Bug#9274).
20236 2011-08-20  Alan Mackenzie  <acm@muc.de>
20238         Fontify CPP expressions correctly when starting in the middle of
20239         such a construct.  Mainly for when jit-lock etc. starts a chunk
20240         here.
20242         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20243         variable.
20244         (c-make-font-lock-search-form): New function, extracted from
20245         c-make-font-lock-search-function.
20246         (c-make-font-lock-search-function): Use the above function.
20247         (c-make-font-lock-context-search-function): New function.
20248         (c-cpp-matchers): Enhance the preprocessor expression case with
20249         the above function
20250         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20251         which takes an expression.
20253         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20255 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
20257         * window.el (display-buffer-reuse-window)
20258         (display-buffer-pop-up-window): Don't reuse or split a side
20259         window.
20261 2011-08-19  Glenn Morris  <rgm@gnu.org>
20263         * files.el (hack-local-variables-prop-line, hack-local-variables):
20264         Downcase "Mode:".  (Bug#9331)
20266 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
20268         * international/characters.el: Add L and R categories.
20270         * subr.el (bidi-string-mark-left-to-right): Rename from
20271         string-mark-left-to-right.  Use category search.
20273         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20275 2011-08-18  Juri Linkov  <juri@jurta.org>
20277         * faces.el (error, warning, success): New faces with definitions
20278         copied from old default values of `font-lock-warning-face',
20279         `compilation-warning', `compilation-info' (bug#6117).
20281         * font-lock.el (font-lock-warning-face): Inherit from `error'.
20283         * progmodes/compile.el (compilation-error): Inherit from `error'.
20284         (compilation-warning): Inherit from `warning'.
20285         (compilation-info): Inherit from `success'.
20287         * dired.el (dired-marked): Inherit from `warning'.
20288         (dired-flagged): Inherit from `error'.
20290 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20292         * mail/smtpmail.el (auth-source): Require to avoid problems with
20293         binding variables (bug#9298).  Also clean up some unused
20294         autoloads.
20296         * net/network-stream.el (network-stream-open-starttls):
20297         Support using starttls.el without using gnutls-cli.
20299 2011-08-17  Juri Linkov  <juri@jurta.org>
20301         * progmodes/grep.el (rgrep): Handle the case when
20302         `grep-find-command' is a cons cell (bug#9278).
20304 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
20306         * window.el (display-buffer-pop-up-frame): Run frame creation
20307         function with BUFFER current (as special-display-popup-frame
20308         does).  Reported by Drew Adams.
20310 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
20312         * epa-mail.el: Simplify GnuPG group expansion using
20313         epg-expand-group.
20314         (epa-mail-group-alist, epa-mail-group-modtime)
20315         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20316         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20317         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20318         Remove.
20320 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
20322         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20324 2011-08-16  Alan Mackenzie  <acm@muc.de>
20326         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20327         Correct, to avoid the inside of macros.
20329 2011-08-16  Richard Stallman  <rms@gnu.org>
20331         * epa-mail.el: Handle GnuPG group definitions.
20332         (epa-mail-group-alist, epa-mail-group-modtime)
20333         (epa-mail-gnupg-conf-file): New variables.
20334         (epa-mail-parse-groups, epa-mail-sync-groups)
20335         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20336         (epa-mail-expand-recipients): New functions.
20337         (epa-mail-encrypt): Call epa-mail-expand-recipients.
20339         * mail/rmail.el (rmail-epa-decrypt): New command.
20341         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20342         Don't bind buffer-read-only, just inhibit-read-only.
20343         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20344         (epa-decrypt-armor-in-region): Make error message clearer.
20346 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20348         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20349         and "a2b" to "ab" for `prefix'.
20351 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
20353         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20354         filter groups.
20355         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
20356         Fourquet (Bug#8804).
20358 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
20360         * startup.el (argi): Declare as global variable (bug#9275).
20362 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
20364         * subr.el (string-mark-left-to-right): Search the entire string
20365         for RTL script, not just the terminating character.  Doc fix.
20367 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20369         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20370         New function.
20371         (js--regexp-literal, js-syntax-propertize-function): Remove.
20372         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20373         (js-mode-map): Don't rebind electric keys.
20374         (js-insert-and-indent): Remove.
20375         (js-mode): Setup electric-layout and electric-indent instead.
20377         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20379 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
20381         * epa.el (epa-progress-callback-function): Fix the logic of
20382         displaying progress.
20383         * epa-file.el (epa-file-insert-file-contents): Make progress
20384         display more user-friendly.
20385         (epa-file-write-region): Ditto.
20387 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
20389         * subr.el (string-mark-left-to-right): New function.
20391         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20392         Use string-mark-left-to-right.
20393         (list-buffers-noselect): Caller changed.
20395         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20396         Use string-mark-left-to-right.
20397         (tabulated-list-print): Recenter after moving point.
20399 2011-08-10  Juri Linkov  <juri@jurta.org>
20401         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20402         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20403         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20405 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
20407         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20408         (Bug#7554).
20410 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
20412         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20413         character.  (Bug#6594)
20415 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
20417         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20418         (image-dired--with-db-file): New macro.
20419         (image-dired-write-tags, image-dired-remove-tag)
20420         (image-dired-create-gallery-lists, image-dired-write-comments)
20421         (image-dired-get-comment, image-dired-mark-tagged-files)
20422         (image-dired-list-tags, image-dired-gallery-generate): Use it.
20423         (image-dired-gallery-generate): Use insert-file-contents.
20425         * time.el (display-time-world-list, display-time-world-display):
20426         * time-stamp.el (time-stamp-string):
20427         * vc/add-log.el (add-change-log-entry): Use setenv instead of
20428         set-time-zone-rule (Bug#7337).
20430 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
20432         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20433         (epg-error-to-string, epg-errors-to-string): New function.
20434         (epg-wait-for-completion): Reverse errors list.
20435         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20436         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20437         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20438         (epg-sign-keys, epg-generate-key-from-file)
20439         (epg-generate-key-from-string): Format errors by using
20440         epg-errors-to-string (bug#9255).
20441         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20443 2011-08-07  Juri Linkov  <juri@jurta.org>
20445         * faces.el (list-faces-display): Remove extra angle bracket
20446         from `help-mode-map'.
20448         * info.el (Info-history-toc-nodes): Doc fix.
20450         * longlines.el (longlines-mode): Doc fix.
20452 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20454         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20455         of statements and in a few more cases (bug#9183).
20457         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20458         New functions.
20459         (cl-transform-lambda): Use them (bug#9239).
20461 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20463         * window.el (display-buffer-same-window)
20464         (display-buffer-same-frame, display-buffer-other-window)
20465         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20466         (pop-to-buffer-other-window)
20467         (pop-to-buffer-same-frame-other-window)
20468         (pop-to-buffer-other-frame): Make them defuns.
20469         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20471 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20473         * subr.el (make-composed-keymap): Move from C.  Change calling
20474         convention, and improve docstring to bring attention to a subtle point.
20475         * minibuffer.el (completing-read-default): Adjust accordingly.
20477 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20479         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20480         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20482         * net/trampver.el: Update release number.
20484 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20486         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20487         "in" (bug#9190).
20489 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20491         * mail/sendmail.el (sendmail-query-once): Restore the current
20492         buffer after querying (bug#9074).
20494         * dired.el (dired-flagged): Use different faces for marked and
20495         flagged files (bug#6117).
20497         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20498         (bug#4433).
20500         * ido.el (ido-mode): Switch off the message if called
20501         non-interactively.
20503         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20504         before 587, since it appears that that's more likely to work for
20505         more people.
20507         * cus-edit.el (custom-file): When running under emacs -q, always
20508         refuse to save the customizations, even if the .emacs file doesn't
20509         exist.
20511         * info.el: Remove the `Info-beginning-of-buffer' function
20512         (bug#8325).
20514         * net/network-stream.el (network-stream-open-starttls):
20515         Use `starttls-available-p' to see whether starttls.el can be used.
20517 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20519         * window.el (display-buffer-in-window): Don't set dedicated status
20520         of window here (Bug#9215).
20521         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20522         (display-buffer-pop-up-side-window)
20523         (display-buffer-in-side-window): Set dedicated status of window here.
20525 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20527         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20528         before binding generated-autoload-file.
20530 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20532         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20534 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20536         Sync with Tramp 2.2.2.
20538         * net/trampver.el: Update release number.
20540 2011-07-30  Juri Linkov  <juri@jurta.org>
20542         * dired-aux.el (dired-touch-initial): Remove function.
20543         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20544         current time, and `default' to the last modification time of the
20545         current marked file (bug#6887).
20547 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20549         * simple.el (goto-line): Use string-to-number to provide a
20550         numeric argument to read-number (bug#9163).
20552 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20554         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20555         connection process, it could be nil.
20557 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20559         Simplify url handling in rcirc-mode.
20561         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20562         (rcirc-browse-url-at-mouse): Remove.
20563         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20565 2011-07-26  Alan Mackenzie  <acm@muc.de>
20567         Fontify bitfield declarations properly.
20569         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20570         (c-symbol-chars): Now exported as a lang variable.
20571         (c-not-primitive-type-keywords): New lang variable.
20573         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20574         QT keyword "more" to prevent "more slots: ...." being spuriously
20575         parsed as a bitfield declaration.
20577         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20578         Refactor and enhance to handle bitfield declarations.
20579         (c-punctuation-in): New function.
20580         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20581         declarations properly.
20583 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20585         * calendar/icalendar.el (icalendar--all-events): Take care of
20586         multiple vcalendars in a single file.
20587         (icalendar--convert-float-to-ical): Checkdoc fixes.
20589 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20591         * image.el (insert-image): Clarifying docstring.
20593 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20595         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20596         `tramp-send-command-and-check' if there is no error.
20597         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20599 2011-07-22  Alan Mackenzie  <acm@muc.de>
20601         Prevent cc-langs.elc being loaded at run time.
20603         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20604         cc-langs.
20606         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20607         "(require 'cc-langs)".  Quote a form so it will evaluate at
20608         (cc-mode's) compilation time.
20610 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20612         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20613         loading.  (Bug#9114)
20615 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20617         * window.el (display-buffer-pop-up-window)
20618         (display-buffer-pop-up-side-window)
20619         (display-buffer-in-side-window): Call display-buffer-set-height
20620         and display-buffer-set-width after setting the new window's
20621         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20623 2011-07-20  Sam Steingold  <sds@gnu.org>
20625         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20626         (etags-tags-included-tables): Call `convert-standard-filename' on
20627         the file names contained in TAGS so that windows Emacs can handle
20628         TAGS files created by cygwin ctags.
20630 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20632         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20633         which apparently didn't work.
20635 2011-07-19  Roland Winkler  <winkler@gnu.org>
20637         * proced.el (proced-send-signal): For *Marked Processes* buffer
20638         put point at beginning of buffer.
20640 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20642         * proced.el (proced-format): Make header lines align with the text
20643         (bug#1779).
20645 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20647         * view.el (view-buffer): Allow running in `special' modes if we're
20648         visiting a file (bug#8615).
20650 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
20652         * window.el (display-buffer-alist-of-strings-p)
20653         (display-buffer-alist-set-1, display-buffer-alist-set-2):
20654         New functions.
20655         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20656         more accurately.
20658 2011-07-18  Alan Mackenzie  <acm@muc.de>
20660         Fontify declarators properly when, e.g., a jit-lock chunk begins
20661         inside a declaration.
20663         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20665         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20666         New function.
20667         (c-complex-decl-matchers): Insert reference to
20668         c-font-lock-enclosing-decls.
20670         * progmodes/cc-engine.el (c-backward-single-comment):
20671         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20672         to nil around calls to (forward-comment -1).
20674 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20676         * image.el (put-image): Doc typo fix.
20678         * progmodes/etags.el (tags-search): Doc typo fix.
20680         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20681         password if we get errors 550 to 554.
20683 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20685         * net/gnutls.el (gnutls-log-level): Remove.
20687         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20688         indentation character (bug#6380).
20690         * files.el (buffer-offer-save): Made permanently local (bug#6241).
20692         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20693         to clarify what the problem is (bug#4291).
20695         * simple.el (current-kill): Clarify what
20696         `interprogram-paste-function' does (bug#7500).
20697         (auto-fill-mode): Document `auto-fill-function' in relation to
20698         `auto-fill-mode' (bug#2470).
20700 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
20702         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20703         method if slot is read-only (bug#9035).
20705 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
20707         * frame.el (select-frame-set-input-focus): New argument NORECORD.
20708         * window.el (pop-to-buffer): Select window used even if it was
20709         selected before, see discussion of (Bug#8615), (Bug#6954).
20710         Pass argument NORECORD on to select-frame-set-input-focus.
20712 2011-07-15  Glenn Morris  <rgm@gnu.org>
20714         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
20715         Respect help-form.
20717 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
20719         * net/gnutls.el (gnutls-min-prime-bits): New variable.
20720         (gnutls-negotiate): Use it.
20722 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20724         * net/gnutls.el (gnutls-negotiate):
20725         Upcase `gnutls-algorithm-priority'.
20727 2011-07-15  Glenn Morris  <rgm@gnu.org>
20729         * jka-compr.el (jka-compr-verbose): Move from here...
20730         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
20731         Add missing :version tag.
20732         * info.el: No need to require jka-compr when compiling.
20734 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20736         * net/gnutls.el (gnutls-algorithm-priority): New variable.
20737         (gnutls-negotiate): Use it.
20739         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20741         * info.el (Info-beginning-of-buffer): New command.
20742         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20743         announcing `b' as the key (bug#8325).
20744         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20746         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20748         * international/mule-cmds.el
20749         (describe-specified-language-support): Make the error message
20750         clearer (bug#8905).
20752         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20754         * isearch.el (isearch-barrier): Add a doc string, since it's
20755         mentioned in a function doc string (bug#8678).
20757 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
20759         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20760         buffer argument (Bug#9083) and self-identifying label argument.
20762 2011-07-15  Glenn Morris  <rgm@gnu.org>
20764         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
20766 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20768         * man.el (Man-fontify-manpage): Fix message when formatting the
20769         man page (bug#7929).
20771 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20773         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20774         argument LRM; if non-nil, append an invisible LRM character to the
20775         buffer name.
20776         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20777         last argument non-nil, when formatting buffer names.
20778         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20779         paragraph direction.
20781 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20783         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20784         the man page name (bug#7929).
20786         * image.el (put-image): Mention the `put-image' overlay property
20787         (bug#7834).
20789         * scroll-bar.el (set-scroll-bar-mode): Mention that
20790         `scroll-bar-mode' lists the values (bug#7772).
20792         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20793         command (bug#7729).
20795         * rect.el (apply-on-rectangle): Return the point after the last
20796         operation.
20797         (string-rectangle): Go to the point after the last operation
20798         (bug#7522).
20800         * printing.el (pr-toggle-region): Clarify the documentation
20801         slightly (bug#7493).
20803         * time.el (display-time-update):
20804         Allow `display-time-mail-function' to return nil (bug#7158).
20805         Fix suggested by Detlev Zundel.
20807         * vc/diff.el (diff): Clarify the order the file names are read
20808         (bug#7111).
20810         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20811         the doc string (bug#7015).
20813         * font-lock.el (font-lock-maximum-decoration): Mention what
20814         numeric levels mean (bug#6935).
20816         * startup.el (initial-buffer-choice): Don't mention the `none'
20817         selection, which is against policy.
20819 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
20821         * window.el (display-buffer-normalize-special):
20822         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20824 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20826         * subr.el (version<, version<=, version=): Mention "-CVS" and
20827         "-12345" alpha version numbers.
20829 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20831         * bindings.el: Add advertised binding for set-mark-command
20832         (Bug#5772).
20834 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20836         * bindings.el (mode-line-other-buffer):
20837         * bookmark.el (bookmark-bmenu-2-window):
20838         * bs.el (bs-cycle-next, bs-cycle-previous):
20839         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20840         switch-to-buffer.
20842         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20843         Delete.
20845 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
20847         * follow.el (follow-debug-message, follow-redisplay):
20848         * jka-cmpr-hook.el (with-auto-compression-mode):
20849         Fix typos in docstrings.
20851 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20853         * subr.el (with-silent-modifications): Clarify somewhat what the
20854         macro inhibits (bug#6525).
20856         * simple.el (eval-expression): Note what it does if called
20857         interactively (bug#6495).
20859 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20861         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20862         Use pop-to-buffer buffer-or-name if it is nil.
20864         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20865         Remove switch-to-buffer.
20867 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20869         * files.el (make-directory): Clarify that an error will be raised
20870         if there's an error (bug#6397).
20872         * startup.el (initial-buffer-choice): Add `none' as a choice
20873         (bug#6234).
20875         * subr.el (add-hook): Clarify section about buffer-local hooks
20876         (bug#6218).
20878         * dired.el (dired-flagged): Clarify doc string (bug#6117).
20880 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20882         * tabify.el (untabify): Preserve the current column so that point
20883         doesn't move (bug#6032).
20885 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20887         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20888         Rewrite to avoid awkward possessive "s" (bug#5986).
20890 2011-07-13  Glenn Morris  <rgm@gnu.org>
20892         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
20893         (dired-insert-directory): Give a message the first time
20894         if ls is found not to support --dired.
20896 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20898         * simple.el (toggle-truncate-lines): Clarify what is toggled
20899         (bug#5580).  Text by Drew Adams.
20901 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20903         * simple.el (blink-matching-open): Make the error message from the
20904         last change less verbose.
20906 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20908         * font-lock.el (font-lock-comment-face): Use the high contrast
20909         "yellow" color for font-lock-comment-face on low color terminals
20910         using a dark background color (bug#4221).
20912 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20914         * dired.el (dired-insert-set-properties): Make the doc string
20915         reflect what it does now (bug#5325).
20917         * simple.el (blink-matching-open): Say that we were unable to find
20918         the match within the limit, if we're limited (bug#5122).
20920         * international/mule-cmds.el (prefer-coding-system): Add an
20921         example (bug#4869).
20923         * progmodes/etags.el (tags-search): Document `file-list-form'
20924         (bug#4731).
20926 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
20928         * net/browse-url.el (browse-url-default-browser)
20929         (browse-url-browser-function): Make the default browser choice a
20930         bit more logical (bug#4300).  Also clean up the doc string.
20932 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20934         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20935         binary endings (bug#4440).
20937 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20939         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20940         which can be pretty annoying (bug#8971).
20942         * jka-compr.el (jka-compr-verbose): New variable, and use
20943         throughout (bug#8971).
20945         * info.el (Info-find-file): Fall back on the installation
20946         directory if we can't find the info node anywhere else.
20948 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
20950         * vc/vc.el (vc-revert-file):
20951         Don't set file time-stamp in the past.  (Bug#5181)
20953 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20955         * files.el (after-find-file): Give a better error message when
20956         trying to find a symlink that points to a file that doesn't exist
20957         (bug#4398).
20959         * progmodes/cc-vars.el: Remove (probably) misleading comment
20960         (bug#4396).
20962 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
20964         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20966 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20968         * mouse-sel.el: Hack restoring functionality, while keeping
20969         compatibility with 2010-07-03 changes to mouse selection.
20970         (mouse-sel-primary-overlay): New var.
20971         (mouse-sel-selection-alist): Use it.
20972         (mouse-sel-mode): Doc fix; remove points that are default features
20973         of mouse.el.
20975 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
20977         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20978         Fix previous fix (bug#2490).
20980 2011-07-12  Roland Winkler  <winkler@gnu.org>
20982         * textmodes/bibtex.el (bibtex-initialize):
20983         Use pop-to-buffer-same-window.
20984         (bibtex-search-entries): Fix interactive call.
20986 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20988         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20989         Fontise bytecomp Error lines more correctly (bug#2490).
20990         Fix suggested by Johan BockgÃ¥rd.
20992         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20994         * dired-x.el (dired-guess-default): Use `delete-dups'.
20996 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20998         * dired.el (dired-mark-prompt):
20999         * dired-aux.el (dired-read-shell-command): Doc fix.
21001 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21003         * mail/sendmail.el (sendmail-query-once):
21004         Use `customize-save-variable' unconditionally, now that it works under
21005         emacs -Q.
21007         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21009         * cus-edit.el (custom-file): Take an optional no-error variable.
21010         (customize-save-variable): Set the variable, and give a warning if
21011         running under "emacs -q".
21013 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
21015         * loadhist.el (unload-feature-special-hooks):
21016         Add `auto-coding-functions', `fill-nobreak-predicate' and
21017         `find-directory-functions' (bug#5327).
21019 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21021         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21023         * cus-edit.el (custom-guess-name-alist): -alist variables should
21024         use the `alist' type (bug#3120).  Suggested by Drew Adams.
21026         * printing.el: Add documentation to all the `pr-toggle-' commands.
21028 2011-07-11  Leo Liu  <sdl.web@gmail.com>
21030         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21031         backends where it makes sense (bug#2623).
21033 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21035         * dired-x.el (dired-guess-default): Remove duplicate shell command
21036         entries (bug#2028).
21037         (dired-guess-default): Fix grammar in doc string (bug#2028).
21038         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21040         * subr.el (remove-duplicates): New conveniency function.
21042 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21044         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21045         (bug#1526).
21047 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
21049         * window.el (display-buffer-normalize-default): Don't invert
21050         meaning of even-window-heights.  Reported by Eli Zaretskii
21051         <eliz@gnu.org>.
21053 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
21055         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21057 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
21059         * window.el (display-buffer): Fix arguments to
21060         display-buffer-reuse-window in last change.
21062         * faces.el (link): Use a less saturated blue on light backgrounds.
21064         * startup.el (fancy-startup-text, fancy-about-text)
21065         (fancy-startup-tail): Use font-lock faces, for background safety.
21067 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
21069         * emulation/viper-cmd.el (viper-change-state-to-vi):
21070         Limit triggering of abbrev expansion (Bug#9038).
21072 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
21074         * window.el (display-buffer-default-specifiers): Remove.
21075         (display-buffer-macro-specifiers): Remove default specifiers.
21076         (display-buffer-alist): Default to nil.
21077         (display-buffer-reuse-window): New optional argument other-window.
21078         (display-buffer-pop-up-window): Allow splitting internal
21079         windows.  Check whether a live window was created.
21080         (display-buffer-other-window-means-other-frame)
21081         (display-buffer-normalize-arguments): Rename to
21082         display-buffer-normalize-argument and rewrite.  Set the
21083         other-window specifier.
21084         (display-buffer-normalize-special): New function.
21085         (display-buffer-normalize-options): Rename to
21086         display-buffer-normalize-default and rewrite.
21087         (display-buffer-normalize-options-inhibit): Remove.
21088         (display-buffer-normalize-specifiers): Rewrite.
21089         (display-buffer): Process other-window specifier and call
21090         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
21091         more faithfully.
21092         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21093         (display-buffer-alist-set): Don't handle 'unset default values.
21094         (display-buffer-in-window, display-buffer-alist-set):
21095         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
21096         <tassilo@member.fsf.org>.
21098 2011-07-09  Leo Liu  <sdl.web@gmail.com>
21100         * register.el (insert-register): Restore accidental change on
21101         2011-06-26.  (Bug#9028)
21103 2011-07-09  Glenn Morris  <rgm@gnu.org>
21105         * subr.el (remq): Handle the empty list.  (Bug#9024)
21107 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
21109         * mail/sendmail.el (send-mail-function): No longer delay custom
21110         initialization.
21111         * custom.el (custom-initialize-delay): Doc fix.
21113 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21115         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21117 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
21119         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21120         human-friendly prompt.
21122 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21124         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21125         provided by a particular plugin.
21127 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21129         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21130         save customizations (with "emacs -Q"), just set the variable
21131         instead of erroring out.
21133         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21135 2011-07-08  Juri Linkov  <juri@jurta.org>
21137         * arc-mode.el (archive-zip-expunge, archive-zip-update)
21138         (archive-zip-update-case): Use 7z if found by `executable-find'.
21139         The order of searching the available programs is the same as in
21140         `archive-zip-extract' (bug#8968).
21142 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21144         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21145         (menu-bar-options-menu): Tweak descriptions.
21147 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21149         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21150         menu items into verb phrases (bug#1421).  Also refill to fit under
21151         80 columns.
21153 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21155         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21156         (Info-read-node-name): Doc fix (Bug#1084).
21158         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21159         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21160         (end-of-sexp, beginning-of-sexp)
21161         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21162         (forward-symbol, forward-same-syntax, word-at-point)
21163         (sentence-at-point): Doc fix (Bug#1144).
21165 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21167         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21168         should cover it (bug#1281).
21170         * cus-edit.el (custom-show): Mark as obsolete.
21172         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21173         negotiation fails, then possibly try again with a non-encrypted
21174         connection (bug#9017).
21176         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21177         be used.
21179 2011-07-07  Richard Stallman  <rms@gnu.org>
21181         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21182         property, and handle its changed format.
21183         Look for the correct line number.
21184         Use file's line contents (but not past first =) to find
21185         correct line in message.
21187 2011-07-07  Kenichi Handa  <handa@m17n.org>
21189         * international/characters.el (build-unicode-category-table):
21190         Delete it.
21191         (unicode-category-table): Set it by unicode-property-table-internal.
21193         * international/mule-cmds.el (char-code-property-alist): Move to
21194         to src/chartab.c.
21195         (get-char-code-property): Call unicode-property-table-internal to
21196         load a file.  Call get-unicode-property-internal where necessary.
21197         (put-char-code-property): Call unicode-property-table-internal to
21198         load a file.  Call put-unicode-property-internal where necessary.
21199         put-unicode-property-internal where necessary.
21200         (char-code-property-description):
21201         Call unicode-property-table-internal to load a file.
21203         * international/charprop.el:
21204         * international/uni-bidi.el:
21205         * international/uni-category.el:
21206         * international/uni-combining.el:
21207         * international/uni-comment.el:
21208         * international/uni-decimal.el:
21209         * international/uni-decomposition.el:
21210         * international/uni-digit.el:
21211         * international/uni-lowercase.el:
21212         * international/uni-mirrored.el:
21213         * international/uni-name.el:
21214         * international/uni-numeric.el:
21215         * international/uni-old-name.el:
21216         * international/uni-titlecase.el:
21217         * international/uni-uppercase.el: Regenerate.
21219         * loadup.el: Load international/charprop.el before
21220         international/characters.
21222 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21224         * window.el (next-buffer, previous-buffer): Signal an error if
21225         called from a minibuffer window.
21227         * bindings.el: Revert 2011-07-04 change.
21229 2011-07-06  Richard Stallman  <rms@gnu.org>
21231         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21232         (rmail-mime-insert-bulk, rmail-mime-insert-text):
21233         Treat markers like ints.
21234         (rmail-mime-entity): Doc fix.
21236 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21238         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21239         defcustom again for backwards compatibility.
21241         * simple.el (shell-command-on-region): Fill.
21243         * dired-aux.el (dired-kill-line): Add a doc string.
21245         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21246         to "\\sw\\|\\s_" (bug#358).
21248         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21249         (dired-unmark-backward): Ditto.
21250         (dired-flag-backup-files): Ditto.
21252         * dired-x.el (dired-mark-sexp): Ditto.
21254 2011-07-06  Richard Stallman  <rms@gnu.org>
21256         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21257         (rmail-mime-entity): New arg TRUNCATED.
21258         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21259         New functions.
21260         (rmail-mime-save): Warn if entity is truncated.
21261         (rmail-mime-toggle-hidden): Likewise, for showing.
21262         (rmail-mime-process-multipart): Record when an entity is truncated.
21264         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21265         if ENTITY is a string.
21267 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21269         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21270         of faces when `M-C-x'-ing their definitions (bug#8378).
21271         Also clean up the code slightly.
21273         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21274         because that makes the colors go away.
21276         * mail/sendmail.el (send-mail-function): Change the default to
21277         `sendmail-query-once'.
21278         (sendmail-query-once): Add an autoload cookie.
21280         * net/network-stream.el (network-stream-open-starttls): Try using
21281         a plain connection even if the server offered STARTTLS, and we
21282         kinda wanted to use it, if Emacs doesn't have any STARTTLS
21283         capability.  This should make smtpmail.el work in slightly more
21284         configurations.
21286 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
21288         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21289         New defun.
21290         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21292 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
21294         * progmodes/sql.el: Version 3.0
21295         (sql-product-alist): Add product :completion-object,
21296         :completion-column, and :statement attributes.
21297         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21298         (sql-mode-syntax-table): Mark all punctuation.
21299         (sql-font-lock-keywords-builder): Temporarily remove fallback on
21300         ansi keywords.
21301         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21302         (sql-mode-oracle-font-lock-keywords): Improve.
21303         (sql-oracle-show-reserved-words): New function for development.
21304         (sql-product-font-lock): Simplify for source code buffers.
21305         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21306         New functions.
21307         (sql-highlight-product): Set product specific syntax table.
21308         (sql-mode-map): Add statement movement functions.
21309         (sql-ansi-statement-starters, sql-oracle-statement-starters):
21310         New variable.
21311         (sql-statement-regexp, sql-beginning-of-statement)
21312         (sql-end-of-statement, sql-signum): New functions.
21313         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21314         (sql-show-sqli-buffer): Bug fix.
21315         (sql-interactive-mode): Store connection data as buffer local.
21316         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
21317         with sql-interactive-mode.
21318         (sql-save-connection): Save buffer local settings.
21319         (sql-connection-menu-filter): Change menu entry name.
21320         (sql-product-interactive): Bug fix.
21321         (sql-preoutput-hold): New variable.
21322         (sql-interactive-remove-continuation-prompt): Bug fixes.
21323         (sql-debug-redirect): New variable.
21324         (sql-str-literal): New function.
21325         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21326         Redesign.
21327         (sql-oracle-save-settings, sql-oracle-restore-settings)
21328         (sql-oracle-list-all, sql-oracle-list-table): New functions.
21329         (sql-completion-object, sql-completion-column)
21330         (sql-completion-sqlbuf): New variables.
21331         (sql-build-completions-1, sql-build-completions)
21332         (sql-try-completion): New functions.
21333         (sql-read-table-name): Use them.
21334         (sql-contains-names): New buffer local variable.
21335         (sql-list-all, sql-list-table): Use it.
21336         (sql-oracle-completion-types): New variable.
21337         (sql-oracle-completion-object, sql-sqlite-completion-object)
21338         (sql-postgres-completion-object): New functions.
21340 2011-07-06  Glenn Morris  <rgm@gnu.org>
21342         * window.el (pop-to-buffer): Doc fix.
21344 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
21346         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21348 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
21350         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21352         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21354 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
21356         * button.el (button): Inherit from link face.  Suggested by Dan
21357         Nicolaescu.
21359 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21361         * progmodes/gdb-mi.el: Fit in 80 columns.
21362         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21363         switch-to-buffer.
21365         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21366         if imenu is simply not configured (bug#8941).
21368 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
21370         * allout.el (allout-post-undo-hook): New allout outline-change
21371         event hook to signal undo activity.
21372         (allout-post-command-business): Run allout-post-undo-hook if an
21373         undo just occurred.
21374         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21375         * allout-widgets.el (allout-widgets-after-undo-function):
21376         Ensure the integrity of the current item's decoration after it has been
21377         in the vicinity of an undo.
21378         (allout-widgets-mode): Include allout-widgets-after-undo-function
21379         on the new allout-post-undo-hook.
21381 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21383         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21384         Let define-derived-mode define it.
21385         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21386         cycles of abbrev-table inheritance (bug#8998).
21388 2011-07-05  Roland Winkler  <winkler@gnu.org>
21390         * textmodes/bibtex.el: Add support for biblatex.
21391         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21392         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21393         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21394         (bibtex-entry-alist, bibtex-field-alist): New variables.
21395         (bibtex-entry-field-alist): Obsolete alias for
21396         bibtex-BibTeX-entry-alist.
21397         (bibtex-entry-alist, bibtex-field-alist): New widgets.
21398         (bibtex-set-dialect): New command.
21399         (bibtex-entry-type, bibtex-entry-head)
21400         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21401         Bind via bibtex-set-dialect.
21402         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21403         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21404         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21405         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21406         Define via bibtex-set-dialect.
21407         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21408         Obey bibtex-no-opt-remove-re.
21409         (bibtex-vec-push, bibtex-vec-incr): New functions.
21410         (bibtex-format-entry, bibtex-field-list)
21411         (bibtex-print-help-message, bibtex-validate)
21412         (bibtex-search-entries): Use new format of bibtex-entry-alist.
21414 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21416         * progmodes/compile.el (compilation-goto-locus):
21417         * net/tramp-cmds.el (tramp-append-tramp-buffers):
21418         * bs.el (bs-cycle-next, bs-cycle-previous):
21419         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21420         * bindings.el (mode-line-other-buffer):
21421         * autoinsert.el (auto-insert):
21422         * arc-mode.el (archive-extract):
21423         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21425 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21427         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21428         Fix check of `emacs-lock-unlockable-modes'.
21429         Coerce true values of `emacs-lock--try-unlocking' to t.
21431 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21433         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21434         * emacs-lock.el: New file.
21436 2011-07-05  Julien Danjou  <julien@danjou.info>
21438         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21439         than `boundp' to check if face is set.
21441 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21443         * register.el (registerv-make):
21444         * window.el (window-min-height): Fix typos in docstrings.
21446 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21448         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21449         Update doc string.
21451 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21453         * server.el (server-execute): Catch quit and call
21454         `server-return-error' to pass the error back to emacsclient and
21455         close the connection (bug#8942).
21457 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21459         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21460         insecure exception for current topic.  Also note that auto-saves
21461         are handled differently.
21463         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21464         State variables for tracking auto-save inhibition situation.
21466         (allout-write-contents-hook-handler): Rename from
21467         'allout-write-file-hook-handler', and describe how it depends on
21468         write-contents-functions sensitivity to non-nil value to prevent
21469         file write.
21471         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21472         this in individual buffers, only in the starting buffer, so this
21473         is not the right way for us to inhibit auto-save in a buffer
21474         according to its condition.
21476         (allout-mode): Use new allout-write-contents-hook-handler, and
21477         only with write-contents-functions.  Remove auto-save provisions -
21478         they're implemented elsewhere.
21480         (allout-before-change-handler): If undo is in progress, note that
21481         for attention of allout-post-command-business.
21483         (allout-post-command-business): If the command we're following was
21484         an undo, check for change in the status of encrypted items and
21485         adjust auto-save inhibitions accordingly.
21487         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21488         according to whether there are or aren't any plain-text topics
21489         pending encryption.
21491         (allout-inhibit-auto-save-info-for-decryption):
21492         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21493         if there are plain-text topics pending encryption.
21495         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21496         buffer-saved-size and some allout state to not inhibit auto-saves
21497         if there are no longer any plain-text topics pending encryption.
21499         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21500         No longer provide for exemption of the current topic.
21502 2011-07-04  Juri Linkov  <juri@jurta.org>
21504         Add 7z operations to delete and save changed members (bug#8968).
21505         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21506         New defcustoms.
21507         (archive-7z-write-file-member): New function.
21508         (archive-7z-summarize): Fix the number of dashes in the
21509         listing output.
21511 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21513         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21514         (bug#8958).
21516 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21518         * bindings.el: Ignore next-buffer and previous-buffer in
21519         minibuffer-local-map.
21521         * font-lock.el (font-lock-builtin-face): Change light background
21522         color to dark slate blue (Bug#6693).
21524 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21526         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21528 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21530         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21531         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21532         Add switch-to-buffer.
21534 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21536         * isearch.el (isearch-search-fun-function): Clarify further the
21537         meaning of the function returned.
21539 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21541         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21543         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21544         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21545         Use it.
21546         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21547         `tramp-default-remote-path' does not exist.
21548         (tramp-send-command-and-read): New optional argument NOERROR.
21549         (tramp-open-connection-setup-interactive-shell)
21550         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21551         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21552         (tramp-process-sentinel): Flush also process' connection property.
21553         (tramp-sh-handle-start-file-process): Do not set process
21554         sentinel.  It is done now ...
21555         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21557 2011-07-04  MON KEY  <monkey@sandpframing.com>
21559         * play/animate.el (animate-string): Doc fixes and allow changing
21560         the buffer name (bug#5417).
21562 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21564         * play/animate.el (animation-buffer-name): Rename from *animate*.
21566 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21568         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21569         This is simpler and helps future-proof the code.
21570         (timer-until): Use time-subtract and float-time.
21571         (timer--time-less-p): Use time-less-p.
21573 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21575         * type-break.el (timep): Use the value of `float-time' to avoid a
21576         byte-compiler warning.
21578         * server.el (server-eval-and-print): Return any result, even nil.
21580 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21582         * type-break.el: Accept time formats that the builtins accept.
21583         (timep, type-break-time-difference): Accept any format that
21584         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21585         This is simpler and helps future-proof the code.
21586         (type-break-time-difference): Round rather than ignoring
21587         subseconds components.
21589 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21591         * info.el (Info-apropos-matches): Make non-interactive, since it
21592         doesn't seem to do anything useful as a command (bug#8829).
21594 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21596         * frame.el (frame-background-mode, frame-set-background-mode):
21597         Move from faces.el.
21598         (frame-default-terminal-background): New function.
21600         * custom.el (custom-push-theme): Don't record faces in `changed'
21601         theme; this doesn't work correctly for per-frame face settings.
21602         (disable-theme): Use face-set-after-frame-default to reset faces.
21603         (custom--frame-color-default): New function.
21605 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21607         * dired.el (dired-flagging-regexp): Remove unused variable
21608         (bug#8769).
21610 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21612         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21613         `perl-Test2' extend to match possible "fail #N" rep count
21614         (bug#8377).
21616 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21618         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21619         `smtpmail-via-smtp' now returns the error instead of nil.
21621         * isearch.el (isearch-search-fun-function): Clarify the doc string
21622         (bug#8101).
21624 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21626         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21627         unnecessary spaces (bug#8987).
21629 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21631         * net/network-stream.el (open-network-stream): Use the
21632         :end-of-capability command thoughout.
21634 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21636         * net/network-stream.el (open-network-stream): Add the
21637         :end-of-capability command parameter, used by pop3.el.
21639 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21641         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21643         * fringe.el (fringe-query-style): Remove redundant text " (type ?
21644         for list)" (bug#6475).
21646         * files.el (file-expand-wildcards): Ignore non-readable
21647         sub-directories while trying to find matches instead of signaling
21648         an error (bug#6297).
21650         * man.el (Man-reference-regexp): Allow matching possible
21651         word-wrapped references (bug#6289).
21653         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21654         for consistency with the other vc buffers (bug#6197).
21655         (vc-checkin): Ditto.
21657         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21659         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21661 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21663         * custom.el (defcustom): Clarify that :set is only used in the
21664         Customize user interface (bug#6089).
21666         * progmodes/flymake.el (flymake-mode): If the buffer isn't
21667         associated with a file, refuse to run instead of erroring out
21668         (bug#6084).
21670         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21671         the doc string, since it appears that using `fill-column' always
21672         controls the width (bug#7845).
21674         * simple.el (shell-command-on-region): Say where the error output
21675         went if `shell-command-default-error-buffer' is set (bug#6857).
21677 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
21679         * allout.el (allout-yank-processing): Adjust cursor position for
21680         backwards-deleted space.
21682         (allout-rebullet-heading): Register changes with
21683         allout-exposure-changed-hook, so the modified topic is properly
21684         decorated.
21686 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21688         * minibuffer.el (completion-in-region): Document PREDICATE
21689         (bug#7136).
21691         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21692         of keyword/argument pairs (bug#6904).
21694         * replace.el (multi-occur):
21695         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21697 2011-07-02  Drew Adams  <drew.adams@oracle.com>
21699         * dired.el (dired-mark-if): Make the message about whether it's
21700         marking or unmarking clearer (bug#8523).
21702 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21704         * disp-table.el (display-table-print-array): New function.
21705         (describe-display-table): Use it to print the vectors more pretty
21706         (Bug#8859).
21708 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
21710         * window.el (window-state-get-1): Don't assign clone numbers.
21711         Add clone-of item to list of window parameters.
21712         (window-state-put-2): Don't process clone numbers.
21713         (display-buffer-alist): Fix doc-string.
21715 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21717         * subr.el (remq): Don't allocate if it's not needed.
21718         (keymap--menu-item-binding, keymap--menu-item-with-binding)
21719         (keymap--merge-bindings): New functions.
21720         (keymap-canonicalize): Use them to refine the canonicalization.
21721         * minibuffer.el (minibuffer-local-completion-map)
21722         (minibuffer-local-must-match-map): Move initialization from C.
21723         (minibuffer-local-filename-completion-map): Move initialization from C;
21724         don't inherit from anything here.
21725         (minibuffer-local-filename-must-match-map): Make obsolete.
21726         (completing-read-default): Use make-composed-keymap to combine
21727         minibuffer-local-filename-completion-map with either
21728         minibuffer-local-must-match-map or
21729         minibuffer-local-filename-completion-map.
21731 2011-07-01  Glenn Morris  <rgm@gnu.org>
21733         * type-break.el (type-break-time-sum): Use dolist.
21735         * textmodes/flyspell.el (flyspell-word-search-backward):
21736         Replace CL function.
21738 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21740         * mouse.el (mouse--strip-first-event): New function.
21741         (function-key-map): Use it to map fringe clicks to normal clicks
21742         by default.
21744         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21745         (vc-bzr-revision-completion-table): Add support for annotate and date.
21747         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21748         inherit from parent.
21750 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21752         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21753         (dired-show-file-type): Doc fixup (bug#8818).
21755         * dired.el (dired-mode): Fix up the doc string as suggested by
21756         Drew Adams (bug#8817).
21758         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21759         cookie, since the manual says that it should be possible to add
21760         this function to `find-file-hook' (bug#8709).
21762 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21764         * progmodes/cfengine.el: Moved all cfengine3.el functionality
21765         here.  Noted Ted Zlatanov as the maintainer.
21766         (cfengine-common-settings, cfengine-common-syntax): New functions
21767         to set up common things between `cfengine-mode' and
21768         `cfengine3-mode'.
21769         (cfengine3-mode): New mode.
21770         (cfengine3-defuns cfengine3-defuns-regex
21771         (cfengine3-class-selector-regex cfengine3-category-regex)
21772         (cfengine3-vartypes cfengine3-font-lock-keywords)
21773         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21774         (cfengine3-indent-line): Add from cfengine3.el.
21776 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
21778         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21780         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21782 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
21784         * window.el (same-window-buffer-names, same-window-regexps)
21785         (same-window-p, special-display-frame-alist)
21786         (special-display-popup-frame, special-display-function)
21787         (special-display-buffer-names, special-display-regexps)
21788         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21789         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21790         (split-window-preferred-function, split-height-threshold)
21791         (split-width-threshold, even-window-heights)
21792         (display-buffer-mark-dedicated, window-splittable-p)
21793         (split-window-sensibly, window-safely-shrinkable-p):
21794         Un-obsolete.
21795         (display-buffer): Don't spread args with function specifier
21796         because special-display-popup-frame won't like it.
21798 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21800         Time-stamp simplifications and fixes.
21801         These improve accuracy slightly, and future-proof the code
21802         against some potential changes to current-time format.
21804         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21805         by using time-since and float-time.
21807         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21808         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
21809         + NNN microseconds".
21811         * type-break.el (type-break-time-sum): Rewrite using time-add.
21813         * play/hanoi.el (hanoi-current-time-float): Remove.
21814         All uses replaced by float-time.
21816         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21817         This yields a more-accurate answer.
21818         (rng-time-to-float): Remove; no longer needed.
21820         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21822         * calendar/timeclock.el (timeclock-seconds-to-time):
21823         Defalias to seconds-to-time, since they're the same thing.
21825         * emacs-lisp/elp.el (elp-elapsed-time):
21826         * emacs-lisp/benchmark.el (benchmark-elapse):
21827         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21829 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21831         * window.el (bury-buffer): Don't iconify the only frame.
21832         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21833         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
21835 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
21837         * eshell/em-smart.el (eshell-smart-display-navigate-list):
21838         Add mouse-yank-primary.
21840 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21842         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21844 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21846         * emacs-lisp/find-func.el (find-library--load-name): New fun.
21847         (find-library-name): Use it to find relative load names when provided
21848         absolute file name (bug#8803).
21850 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21852         * textmodes/flyspell.el (flyspell-word): Consider words that
21853         differ only in case as potential doublons (bug#5687).
21855         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21856         Remove two rather uninteresting debugging-like messages to make
21857         debbugs.el more silent.
21859         * comint.el (comint-password-prompt-regexp): Accept "Response" as
21860         a password-like phrase.
21862 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
21864         * progmodes/cc-guess.el: New file.
21866         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21868         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21869         derived from `c-basic-common-init'.
21871         * progmodes/cc-mode.el (top-level): Require cc-guess.
21872         (c-basic-common-init): Use `cc-choose-style-for-mode'.
21874 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
21876         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21878 2011-06-30  Alan Mackenzie  <acm@muc.de>
21880         * progmodes/cc-engine.el (c-guess-continued-construct):
21881         Correct the handling of template-args-cont, particularly for when font
21882         lock is disabled.  Name this case as "CASE G".
21884 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
21886         * allout.el (allout-yank-processing): Fix injection of extra space
21887         between bullet and non-whitespace character in first topic when
21888         pasting, ensuring that the actual spacing in the pasted topic
21889         following the bullet char is preserved.  This extra space was
21890         causing pasted encrypted topics to get a decrypted status even
21891         when the content was actually still encrypted.  Now the decryption
21892         status from before the paste is preserved.
21894         (allout-flag-region): Set all allout overlays so they evaporate
21895         when reduced to zero length (evanescent), to prevent overlay
21896         leakage.
21898 2011-06-30  Glenn Morris  <rgm@gnu.org>
21900         * w32-fns.el (w32-charset-info-alist): Declare.
21902         * find-dired.el (find-grep-options): Simplify.
21904         * term/ns-win.el (ns-set-resource): Declare.
21906         * ses.el (row, col): Declare dynamic variables honestly.
21908         * textmodes/reftex-parse.el (index-tags): Declare.
21910 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
21912         * cus-edit.el (customize-push-and-save): New function.
21914         * files.el (hack-local-variables-confirm): Use it.
21916         * custom.el (load-theme): New arg NO-CONFIRM.
21917         Use customize-push-and-save (Bug#8720).
21918         (custom-enabled-themes): Doc fix.
21920         * cus-theme.el (customize-create-theme)
21921         (custom-theme-merge-theme): Callers to load-theme changed.
21923 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21925         * thingatpt.el (thing-at-point-short-url-regexp): Require that
21926         short URLs have at least one dot in them (bug #7614).
21928         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21929         nil, because using a pty is apparently too slow (bug #895).
21931 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21933         * mail/sendmail.el (sendmail-query-once): New function.
21934         (sendmail-query-once-function): New variable.
21936 2011-06-29  Glenn Morris  <rgm@gnu.org>
21938         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21940         * ses.el (top-level): Require cl when compiling.
21941         (ses-set-localvars): Fix error statement.
21942         Call it at compile time to silence a storm of warnings.
21944 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
21946         * window.el (normalize-live-buffer): Rename to
21947         window-normalize-buffer.
21948         (normalize-live-frame): Rename to window-normalize-frame.
21949         (normalize-any-window): Rename to window-normalize-any-window.
21950         (normalize-live-window): Rename to window-normalize-live-window.
21951         (make-window-atom): Rename to window-make-atom.
21952         (window-resize-reset): Rename to window--resize-reset.
21953         (window-resize-reset-1): Rename to window--resize-reset-1.
21954         (resize-mini-window): Rename to window--resize-mini-window.
21955         (resize-subwindows-skip-p): Rename to
21956         window--resize-subwindows-skip-p.
21957         (resize-subwindows-normal): Rename to
21958         window--resize-subwindows-normal.
21959         (resize-subwindows): Rename to window--resize-subwindows.
21960         (resize-other-windows): Rename to window--resize-siblings.
21961         (resize-this-window): Rename to window--resize-this-window.
21962         (resize-root-window): Rename to window--resize-root-window.
21963         (resize-root-window-vertically): Rename to
21964         window--resize-root-window-vertically.
21965         (normalize-buffer-to-display): Rename to
21966         window-normalize-buffer-to-display.
21967         (normalize-buffer-to-switch-to): Rename to
21968         window-normalize-buffer-to-switch-to.
21969         Correspondingly update all callers of the functions listed
21970         above.
21971         (display-buffer-alist, display-buffer-normalize-arguments)
21972         (display-buffer-normalize-options, display-buffer)
21973         (display-buffer-alist-set): Use "function" instead of
21974         "fun-with-args".
21976 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
21978         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21979         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
21980         debbugs.gnu.org.  Mention acknowledgment email.
21982 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21984         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21985         buffer multibyteness, since it shouldn't matter.
21987 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
21989         * window.el (display-buffer-in-side-window): Handle dedicated
21990         windows as in display-buffer-reuse-window.
21991         (display-buffer-normalize-alist): Use value of override
21992         specifier.
21993         (display-buffer-normalize-specifiers): Use value of
21994         other-window-means-other-frame specifier.
21995         (display-buffer-alist): Rewrite some texts in widgets.
21996         (display-buffer): Spread arguments when calling function
21997         specified by fun-with-args.
21999 2011-06-28  Deniz Dogan  <deniz@dogan.se>
22001         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22002         Unnest `let'.
22004         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22005         selectors (Bug#5732).
22006         (css-proprietary-nmstart-re): Use `regexp-opt'.
22008 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
22010         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22011         (eshell-ls-date-format): New defcustom.
22012         (eshell-ls-file): Use it.
22014 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22016         * help-fns.el (describe-variable): Fix message for terminal-local vars.
22018 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22020         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22021         (ange-ftp-make-tmp-name): New arg.
22022         (ange-ftp-file-local-copy): Use it.
22024 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
22026         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22027         no-conversion (Bug#8870).
22029 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
22031         * window.el (window-right, window-left, window-child)
22032         (window-child-count, window-last-child)
22033         (window-iso-combination-p, walk-window-tree-1)
22034         (window-atom-check-1, window-tree-1, delete-window)
22035         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22036         new naming conventions - window-vchild, window-hchild,
22037         window-next and window-prev are now called window-top-child,
22038         window-left-child, window-next-sibling and window-prev-sibling
22039         respectively.
22040         (resize-window-reset): Rename to window-resize-reset.
22041         (resize-window-reset-1): Rename to window-resize-reset-1.
22042         (resize-window): Rename to window-resize.
22043         (window-min-height, window-min-width)
22044         (resize-mini-window, resize-this-window, resize-root-window)
22045         (resize-root-window-vertically, adjust-window-trailing-edge)
22046         (enlarge-window, shrink-window, maximize-window)
22047         (minimize-window, delete-window, quit-restore-window)
22048         (split-window, balance-windows, balance-windows-area-adjust)
22049         (balance-windows-area, window-state-put-2)
22050         (display-buffer-even-window-sizes, display-buffer-set-height)
22051         (display-buffer-set-width, set-window-text-height)
22052         (fit-window-to-buffer): Rename all "resize-window" prefixed
22053         calls to use the "window-resize" prefix convention.
22054         (display-buffer-alist): Fix symbol for label specifier.
22055         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22056         corresponding specifier.
22057         Reported by Juanma Barranquero <lekktu@gmail.com>.
22059 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22061         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22062         convention.
22063         (ses-call-printer): Does not pass an empty string to formatter when the
22064         cell is empty to keep from barking printer Calc math-format-value.
22066 2011-06-27  Richard Stallman  <rms@gnu.org>
22068         * battery.el (battery-mode-line-limit): New variable.
22069         (battery-update): Handle it.
22071         * mail/rmailmm.el (rmail-mime-process-multipart):
22072         Handle truncated messages.
22074 2011-06-27  Glenn Morris  <rgm@gnu.org>
22076         * progmodes/flymake.el (flymake-err-line-patterns):
22077         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
22079 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22081         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22082         (ses--clean-!, ses--clean-_): New functions.
22083         (ses-range): Add configurability of readout order, and conversion
22084         to Calc vector.
22086         * ses.el (ses-repair-cell-reference-all): New function.
22087         (ses-cell-symbol): Set macro as safe, so that it can be used in
22088         formulas.
22090         * ses.el: Update cycle detection algorithm.
22091         (ses-localvars): Add ses--Dijkstra-attempt-nb and
22092         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22093         (ses-set-localvars): New function.
22094         (ses-make-cell): Add property-list as a cell element.
22095         (ses-cell-property-get-fun, ses-cell-property-get)
22096         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22097         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22098         New functions.
22099         (ses-cell-property-set, ses-cell-property-pop)
22100         (ses-cell-property-get-handle): New macro.
22101         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22102         New aliases, used for code readability.
22103         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22104         cycle detection.
22105         (ses-self-reference-early-detection): New defcustom.
22106         (ses-formula-references): Robustify against self-referring cells.
22107         (ses-mode): Use ses-set-localvars.
22108         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22109         before lauching the update processing.
22110         (ses-initialize-Dijkstra-attempt): New function.
22111         (ses-recalculate-cell): Update for cycle detection based on
22112         Dijkstra algorithm.
22114         * ses.el: Fix commenting and indenting convention.
22116 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22118         * bs.el (bs-cycle-next): Complete last change.
22120 2011-06-27  Drew Adams  <drew.adams@oracle.com>
22122         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22124 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22126         * net/network-stream.el (network-stream-open-starttls):
22127         Don't re-get capabilities unless we've reestablished connection.
22128         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22130         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22131         to binary to possibly avoid line encoding issues on Windows (among
22132         other things).
22134 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22136         * net/network-stream.el (open-network-stream): Return an :error
22137         saying what the problem was, if possible.
22139         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22140         server.
22142         * net/network-stream.el (network-stream-open-starttls): If we
22143         wanted to use STARTTLS, and the server offered it, but we weren't
22144         able to because we had no STARTTLS support, then close the connection.
22145         (open-network-stream): Return an :error element, if present.
22147 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22149         * hl-line.el (hl-line-sticky-flag): Doc fix.
22150         (global-hl-line-sticky-flag): New option (Bug#8323).
22151         (global-hl-line-highlight): Obey it.
22153         * vc/vc.el (vc-revert-show-diff): Default to t.
22155 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
22157         * allout-widgets.el (allout-widgets-post-command-business):
22158         Stop decorating intermediate isearch matches.  They're not being
22159         undecorated when an isearch is continued past, and isearch
22160         automatically collapses them.  This leads to "widget leaks", where
22161         decorated items accumulate in collapsed areas.  Lines with lots of
22162         hidden widgets can slow down cursor travel, substantially.
22163         Too much complicated machinery would be needed to ensure undecoration,
22164         so we're doing without this nicety.
22166         (allout-widgets-tally-string): Don't try to do a hash-table-count
22167         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
22168         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22169         *Messages* when allout-widgets-maintain-tally is t.
22171 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
22173         * window.el (display-buffer-normalize-argument): Rename to
22174         display-buffer-normalize-arguments.  Handle special meaning of
22175         LABEL argument.  Respect special-display-function when popping up
22176         a new frame.  Fix code searching for a window showing the buffer
22177         on another frame.
22178         (display-buffer-normalize-specifiers):
22179         Call display-buffer-normalize-arguments.
22180         (display-buffer-in-window): Don't undedicate the window if its
22181         buffer remains the same.
22182         Reported by Drew Adams <drew.adams@oracle.com>.
22183         (display-buffer-alist): Add choice for same-window macro
22184         specfier.
22185         (display-buffer): Mention special meaning of LABEL argument in
22186         doc-string.  Fix quoting.  Don't pop up a new frame even as
22187         fallback.
22189 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
22191         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22192         avoid deleting the current window in some cases (bug#8911).
22194 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
22196         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22197         (Bug#8934)
22199 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22201         * net/network-stream.el (network-stream-open-starttls):
22202         Use built-in TLS support if `gnutls-available-p' is true.
22203         (network-stream-open-tls): Ditto.
22205 2011-06-26  Leo Liu  <sdl.web@gmail.com>
22207         * register.el (registerv): New struct.
22208         (registerv-make): New function.
22209         (jump-to-register, describe-register-1, insert-register):
22210         Support the jump-func, print-func and insert-func slot of a registerv
22211         struct.  (Bug#8415)
22213 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22215         * vc/vc.el (vc-revert-show-diff): New defcustom.
22216         (vc-diff-internal): New arg specifying diff buffer.
22217         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
22218         reuse an existing *vc-diff* buffer (Bug#8927).
22220         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22222 2011-06-26  Glenn Morris  <rgm@gnu.org>
22224         * progmodes/f90.el (f90-critical-indent): New option.
22225         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22226         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22227         (f90-mode): Doc fix.
22228         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22229         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22230         (f90-beginning-of-block, f90-next-block, f90-indent-region)
22231         (f90-match-end): Handle block, critical.
22233 2011-06-25  Glenn Morris  <rgm@gnu.org>
22235         * calendar/diary-lib.el (diary-included-files): Doc fix.
22236         (diary-include-files): New function, extracted from
22237         diary-include-other-diary-files and diary-mark-included-diary-files.
22238         (diary-include-other-diary-files, diary-mark-included-diary-files):
22239         Just call diary-include-files.
22240         (diary-mark-entries): Reset diary-included-files on first call.
22242         * calendar/diary-lib.el (diary-mark-entries)
22243         (diary-mark-included-diary-files):
22244         Visit included diary-files in temp buffers.
22246         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22247         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22248         (f90-start-block-re, f90-imenu-generic-expression)
22249         (f90-looking-at-program-block-start, f90-no-block-limit):
22250         Add support for submodules.
22252         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22253         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22255 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
22257         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22258         buffer-file-type before setting its value, to avoid disastrous
22259         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
22261 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22263         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22265         * ses.el (ses-unload-function):
22266         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22268         * proced.el (proced-unload-function):
22269         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22271 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
22273         * server.el (server-create-window-system-frame): Add parameters arg.
22274         (server-process-filter): Doc fix.  Handle frame-parameters.
22276 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22278         Fix bug#8730, bug#8781.
22280         * loadhist.el (unload--set-major-mode): New function.
22281         (unload-feature): Use it.
22283         * progmodes/python.el (python-after-info-look): Add autoload cookie.
22284         (python-unload-function): New function.
22286 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22288         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22290 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
22292         * net/browse-url.el (browse-url-firefox-program): Add icecat to
22293         the candidates list.
22295 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
22297         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22299 2011-06-23  Richard Stallman  <rms@gnu.org>
22301         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22302         (rmail-variables): Set next-error-move-function.
22303         (rmail-what-message): Take argument POS.
22304         (rmail-next-error-move): New function.
22306 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22308         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22309         messages for adjacent non-terminals.
22311 2011-06-23  Richard Stallman  <rms@gnu.org>
22313         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22314         (rmail-show-message-1): Preserve buffer modified flag.
22315         (rmail-start-mail): Don't specify use of rmail-mail-return;
22316         that's done by mail-bury now.
22317         (rmail-mail-return): Handle arg NEWBUF.
22319 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
22321         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22322         SIZE is a number.
22324 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
22326         * window.el (get-lru-window, get-mru-window)
22327         (get-largest-window): Never return a minibuffer window.
22328         (display-buffer-pop-up-window): Fix a bug that could lead to
22329         reusing the minibuffer window.
22330         (display-buffer): Pass original specifier argument to
22331         display-buffer-function instead of the normalized one.
22332         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22334 2011-06-22  Leo Liu  <sdl.web@gmail.com>
22336         * minibuffer.el (completing-read-function)
22337         (completing-read-default): Move from minibuf.c.
22339 2011-06-22  Richard Stallman  <rms@gnu.org>
22341         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22342         to Rmail even if not started by a special Rmail command.
22344         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22345         Copy the buffer currently showing just one message.
22347 2011-06-22  Roland Winkler  <winkler@gnu.org>
22349         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22350         (bibtex-clean-entry): First delete the old key so that a
22351         customized algorithm for generating the new key does not get
22352         confused by the old key.
22353         (bibtex-url): Obey regexp of first step.
22354         (bibtex-search-entries): Do not use add-to-list with local
22355         list-var.
22357 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22359         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22360         stored a user name, then query for the password first, instead of
22361         waiting for SMTP to give an error message and the trying again.
22363 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
22365         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22366         BUFFER in call-process.
22368 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22370         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22371         QUIT twice.
22372         (smtpmail-try-auth-methods): Require user name and password from
22373         auth-source.
22375 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
22377         * window.el (display-buffer-default-specifiers)
22378         (display-buffer-alist): Remove entries for pop-up-frame-alist.
22379         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22380         (split-window): Normalize SIDE argument (Bug#8916).
22382         * frame.el (pop-up-frame-alist, pop-up-frame-function)
22383         (special-display-frame-alist, special-display-popup-frame):
22384         Remove duplicate declarations.  These are now in window.el.
22386 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22388         * mail/smtpmail.el (smtpmail-via-smtp):
22389         Set :use-starttls-if-possible so that we always use STARTTLS if the
22390         server supports it.  SMTP servers that support STARTTLS commonly
22391         require it.
22393         * net/network-stream.el (network-stream-open-starttls): Support
22394         upgrading to STARTTLS always, even if we don't have built-in support.
22395         (open-network-stream): Add the :always-query-capabilities keyword.
22397         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22398         upgrades with `open-network-stream', and rely solely on
22399         auth-source for all credentials.  Big changes throughout the file,
22400         but in particular:
22401         (smtpmail-auth-credentials): Remove.
22402         (smtpmail-starttls-credentials): Remove.
22403         (smtpmail-via-smtp): Check for servers saying they want AUTH after
22404         MAIL FROM, too.
22406         * net/network-stream.el (network-stream-open-starttls):
22407         Provide support for client certificates both for external and built-in
22408         STARTTLS.
22409         (auth-source): Require.
22410         (open-network-stream): Document the :client-certificate keyword.
22411         (network-stream-certificate): Change cert-cert to cert and
22412         cert-key to key.
22414 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
22416         * net/tramp-cache.el (top): Don't load the persistency file when
22417         "emacs -Q" has been called.
22419 2011-06-21  Tim Harper  <timcharper@gmail.com>
22421         * term/ns-win.el (ns-initialize-window-system):
22422         Set application-specific `ApplePressAndHoldEnabled' system
22423         resource to NO as it is not yet supported by the NS port.
22425 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
22427         * misc.el (list-dynamic-libraries--refresh): Compute header here...
22428         (list-dynamic-libraries): ...not here.
22430 2011-06-21  Leo Liu  <sdl.web@gmail.com>
22432         * subr.el (sha1): Implement sha1 using secure-hash.
22434 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
22436         * window.el (display-buffer-alist): In default value do not
22437         enforce searching a window on any but the selected frame.
22438         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22439         (display-buffer-select-window): Remove function.
22440         (display-buffer-in-window): When a window on another frame gets
22441         reused, do not select it any more but just raise its frame if
22442         necessary (Bug#8851) and (Bug#8856).
22443         (display-buffer-normalize-options): Handle pop-up-frames related
22444         options more faithfully.
22445         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22446         window if it is on another frame.
22447         (display-buffer-alist, display-buffer-default-specifiers):
22448         Don't make new frame unsplittable by default.
22449         (display-buffer-normalize-argument): Fix doc-string typo and use
22450         'same-frame-other-window instead of 'other-window when associating
22451         with display-buffer-macro-specifiers.
22453 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
22455         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22456         New functions.
22457         (5x5-mode-map, 5x5-mode-menu): Bind them.
22458         (5x5-draw-grid): Tweak the solver's rendering.
22460 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22462         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22463         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22465 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22467         * menu-bar.el: Use function variable instead of switch-to-buffer.
22468         (menu-bar-select-buffer-function): New variable.
22469         (menu-bar-update-buffers): Use it (bug#8876).
22471 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22473         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22474         variable's status.
22476 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22478         * x-dnd.el (x-dnd-version-from-flags)
22479         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22480         and long as number (Bug#8899).
22481         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22483 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22485         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22486         (completion-try-completion, completion-all-completions): Compute the
22487         metadata argument if it's missing; make it optional (bug#8795).
22489         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22490         (widget-complete): Use new :completion-function property.
22491         (widget-completions-at-point): New function.
22492         (default): Use :completion-function instead of :complete.
22493         (widget-default-completions): Rename from widget-default-complete;
22494         Rewrite.
22495         (widget-string-complete, widget-file-complete, widget-color-complete):
22496         Remove functions.
22497         (file, symbol, function, variable, coding-system, color):
22498         * international/mule-cmds.el (default-input-method, charset)
22499         (language-info-custom-alist):
22500         * cus-edit.el (face): Use new property :completions.
22502         * progmodes/pascal.el (pascal-completions-at-point): New function.
22503         (pascal-mode): Use it.
22504         (pascal-mode-map): Use completion-at-point.
22505         (pascal-toggle-completions): Make obsolete.
22506         (pascal-complete-word, pascal-show-completions):
22507         * progmodes/octave-mod.el (octave-complete-symbol):
22508         Redefine as obsolete alias.
22509         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22510         Signal absence of completion info for old Octave,
22511         (inferior-octave-complete): Redefine as obsolete alias.
22512         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22513         (meta-completions-at-point): Rename from meta-complete-symbol and
22514         adapt it for use on completion-at-point-functions.
22515         (meta-common-mode): Use it.
22516         (meta-looking-at-backward, meta-match-buffer): Remove.
22517         (meta-complete-symbol): Redefine as obsolete alias.
22518         (meta-common-mode-map): Use completion-at-point.
22519         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22520         (makefile-mode-map): Use completion-at-point.
22521         (makefile-completions-at-point): Rename from makefile-complete and
22522         adapt it for use on completion-at-point-functions.
22523         (makefile-mode): Use it.
22524         (makefile-complete): Redefine as obsolete alias.
22526 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22528         * net/rcirc.el: Delete trailing whitespaces once and for all.
22530 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22532         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22534 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22536         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22538         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22540 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22542         * window.el (display-buffer-other-window-means-other-frame):
22543         Call display-buffer-normalize-alist.
22544         (display-buffer-normalize-specifiers-1): Rename to
22545         display-buffer-normalize-argument.  New argument other-frame.
22546         Rewrite.
22547         (display-buffer-normalize-specifiers-2): Rename to
22548         display-buffer-normalize-options.
22549         (display-buffer-normalize-alist-1): New function.
22550         (display-buffer-normalize-specifiers-3): Rename to
22551         display-buffer-normalize-alist.
22552         Call display-buffer-normalize-alist-1.
22553         (display-buffer-normalize-options-inhibit): New variable.
22554         (display-buffer-normalize-specifiers): Rewrite calling
22555         display-buffer-normalize-alist,
22556         display-buffer-normalize-argument, and
22557         display-buffer-normalize-options.  Don't call the latter if
22558         display-buffer-normalize-options-inhibit is non-nil.
22559         (frame-auto-delete): New option.
22560         (window-deletable-p): Use frame-auto-delete.
22561         (window-list-no-nils, window-state-ignored-parameters)
22562         (window-state-get-1, window-state-get, window-state-put-list)
22563         (window-state-put-1, window-state-put-2, window-state-put):
22564         New functions.
22565         (display-buffer-normalize-options): Move special-display-p group
22566         after pop-up-frame group (Bug#8851) and (Bug#8856).
22568 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22570         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22571         groups (Bug#8776).
22572         (rx-submatch-n): New function.
22573         (rx): Document it.
22575         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22576         (Bug#8768).
22578         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22580         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22582         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22583         anytime existing face settings are present (Bug#8889).
22585         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22586         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22587         Remove unused argument.
22589 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22591         * window.el (display-buffer-default-specifiers):
22592         Remove pop-up-frame.  Add pop-up-window-min-height,
22593         pop-up-window-min-width, and another reuse-window specifier
22594         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22595         (display-buffer-normalize-specifiers-2):
22596         Handle split-height-threshold and split-width-threshold also when
22597         pop-up-windows is unset.  Add a reuse-window specifier for the
22598         case popping up a new window fails.
22599         (special-display-popup-frame): Remove double quoting.
22600         (display-buffer-normalize-specifiers-1): Fix thinko.
22602 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22604         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22605         according to comint-completion-addsuffix.
22607         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22608         (pcomplete-suffix-list): Mark as obsolete.
22609         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22610         pcomplete-seen in the closure.
22611         (pcomplete-comint-setup): Setup completion-at-point as well.
22612         (pcomplete--entries): New function.
22613         (pcomplete--env-regexp): New var.
22614         (pcomplete-entries): Rewrite to work with partial-completion and
22615         without relying on pcomplete-suffix-list.
22616         (pcomplete-pare-list): Remove, unused.
22618 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22620         * window.el (display-buffer-alist): Set pop-up-window-min-height
22621         and pop-up-window-min-width in default value.  Reported by
22622         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22623         other-window-means-other-frame.
22624         (display-buffer-macro-specifiers): Comment out entry for
22625         other-window specifier.
22626         (display-buffer-other-window-means-other-frame): New function.
22627         (display-buffer-normalize-specifiers-1): New arguments
22628         buffer-name and label.  Treat other-window case specially.
22629         (display-buffer-normalize-specifiers-2): Treat other-window case
22630         specially.
22631         (display-buffer-normalize-specifiers-3): New function.
22632         (display-buffer-normalize-specifiers):
22633         Call display-buffer-normalize-specifiers-3.
22635 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22637         * window.el (same-window-p): Fix two typos introduced when
22638         adding with-no-warnings.
22639         (display-buffer-normalize-specifiers-1): Don't check
22640         pop-up-frames for 'unset initialization.
22641         (display-buffer-normalize-specifiers-2): Major rewrite using
22642         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22643         (pop-up-frames, display-buffer-reuse-frames)
22644         (display-buffer-mark-dedicated): Don't initialize to 'unset.
22645         Suggested by David Engster <deng@randomsample.de>.
22646         (even-window-heights): Initialize to 'unset.
22647         (display-buffer-alist-set): Handle new 'unset initializations.
22648         (display-buffer-macro-specifiers): Don't pop up a new frame in the
22649         other window case.
22651 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
22653         * window.el (display-buffer-normalize-specifiers-1):
22654         Respect current value of pop-up-frames for most reasonable values of
22655         second argument of display-buffer (Bug#8865).
22656         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22657         (switch-to-buffer-other-window-same-frame)
22658         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
22659         Adams (Bug#8875).
22660         (display-buffer): Don't check noninteractive when calling
22661         display-buffer-pop-up-frame.
22662         (display-buffer-pop-up-frame): Never pop up a frame in
22663         noninteractive mode (Bug#8857).
22664         (enlarge-window, shrink-window): Don't report an error when the
22665         window can't be resized as requested (Bug#8862).
22667 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22669         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22671         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22673         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22675 2011-06-15  Alan Mackenzie  <acm@muc.de>
22677         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22678         for declarators, disable knr checking to speed up for normal files.
22679         2: Refactor, replacing a sequence of nested if forms by a cond form.
22681 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22683         * net/network-stream.el (open-network-stream): Add the keyword
22684         :always-query-capabilities for the case where you want to force a
22685         `plain' network connection, but the protocol still requires the
22686         capabilitiy command (i.e., SMTP and EHLO).
22688         * subr.el (process-live-p): Rename from `process-alive-p' for
22689         consistency with other `-live-p' functions.
22691 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22693         * window.el (same-window-buffer-names, same-window-regexps)
22694         (special-display-frame-alist, special-display-popup-frame)
22695         (special-display-function, special-display-buffer-names)
22696         (special-display-regexps, pop-up-frame-alist)
22697         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22698         (pop-up-windows, split-window-preferred-function)
22699         (split-height-threshold, split-width-threshold, even-window-heights)
22700         (display-buffer-mark-dedicated): Don't encourage the use of
22701         display-buffer-alist from Elisp code.
22703 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
22705         * progmodes/python.el (python-mode): Derive from prog-mode.
22706         * progmodes/ps-mode.el (ps-mode):
22707         * progmodes/mixal-mode.el (mixal-mode):
22708         * progmodes/cfengine.el (cfengine-mode):
22709         * progmodes/ld-script.el (ld-script-mode): Likewise.
22711 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
22713         * window.el (display-buffer-alist): Trim default value to avoid
22714         popping up a new frame (Bug#8857) or reusing an arbitrary window
22715         on another frame.
22716         (display-buffer): Do not fall back on popping up a new frame in
22717         batch mode (Bug#8857).
22719 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
22721         * cus-theme.el (describe-theme-1): Use custom-theme-p.
22722         (custom-theme-summary): New function.
22723         (customize-themes): Use it.
22725 2011-06-13  Glenn Morris  <rgm@gnu.org>
22727         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22729 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
22731         * help.el (help-window): Remove variable.
22732         (help-window-point-marker, temp-buffer-max-height)
22733         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22734         (help-print-return-message): Don't set help-window.
22735         (resize-temp-buffer-window): Rewrite cod eand doc-string.
22736         (help-window-setup-finish): Remove.
22737         (help-window-display-message, help-window-setup)
22738         (with-help-window): Major rewrite based on new
22739         display-buffer-window variable.
22741         * help-mode.el (help-mode-finish): Remove help-window related
22742         code.
22744         * view.el (view-exits-all-viewing-windows): Remove reference to
22745         view-return-to-alist in doc-string.
22746         (view-return-to-alist): Make obsolete.
22747         (view-buffer): Call pop-to-buffer-same-window and remove
22748         undo-window code.
22749         (view-buffer-other-window): Call pop-to-buffer-other-window and
22750         simplify code.  Ignore second argument.
22751         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22752         simplify code.  Ignore second argument.
22753         (view-return-to-alist-update): Make obsolete.
22754         (view-mode-enter): Rename second argument to QUIT-RESTORE.
22755         Rewrite using quit-restore window parameters.
22756         (view-mode-exit): Rename second argument to EXIT-ONLY.
22757         Rewrite using quit-restore-window.
22758         (View-exit, View-exit-and-edit, View-leave, View-quit)
22759         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22760         appropriate arguments.
22761         (view-end-message): Use quit-restore window parameter.
22763         * window.el (display-buffer-function): Rewrite doc-string.
22764         (display-buffer-window, display-buffer-alist): New variables.
22765         (display-buffer-split-specifiers)
22766         (display-buffer-side-specifiers)
22767         (display-buffer-macro-specifiers): New constants.
22768         (display-buffer-even-window-sizes, display-buffer-set-height)
22769         (display-buffer-set-width, display-buffer-select-window)
22770         (display-buffer-in-window, display-buffer-reuse-window)
22771         (display-buffer-split-window-1, display-buffer-split-window)
22772         (display-buffer-split-atom-window, display-buffer-pop-up-window)
22773         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22774         (display-buffer-in-side-window, normalize-buffer-to-display)
22775         (display-buffer-normalize-specifiers-1)
22776         (display-buffer-normalize-specifiers-2)
22777         (display-buffer-normalize-specifiers, display-buffer-frame):
22778         New functions.
22779         (display-buffer): Major rewrite.
22780         (display-buffer-other-window, display-buffer-other-frame)
22781         (pop-to-buffer, switch-to-buffer-other-window)
22782         (switch-to-buffer-other-frame): Rewrite.
22783         (display-buffer-same-window, display-buffer-same-frame)
22784         (display-buffer-same-frame-other-window)
22785         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22786         (pop-to-buffer-other-window)
22787         (pop-to-buffer-same-frame-other-window)
22788         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22789         (switch-to-buffer-other-window-same-frame): New functions.
22790         (same-window-p, special-display-p): Rewrite disabling warnings.
22791         Make obsolete.
22792         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22793         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22794         Make obsolete
22795         (same-window-buffer-names, same-window-regexps)
22796         (special-display-frame-alist, special-display-popup-frame)
22797         (special-display-function, special-display-buffer-names)
22798         (special-display-regexps, pop-up-frame-alist)
22799         (pop-up-frame-function, split-window-preferred-function)
22800         (split-height-threshold, split-width-threshold)
22801         (even-window-heights): Make obsolete.
22803 2011-06-12  Glenn Morris  <rgm@gnu.org>
22805         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
22806         Misc simplifications.
22808 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
22810         * window.el (window-safely-shrinkable-p): Restore function which
22811         was inadvertently removed in change from 2011-06-11.  Declare as
22812         obsolete.
22814         * calendar/calendar.el (calendar-generate-window):
22815         Use window-iso-combined-p instead of combination of one-window-p and
22816         window-safely-shrinkable-p.
22818 2011-06-12  Glenn Morris  <rgm@gnu.org>
22820         * progmodes/fortran.el (fortran-mode-syntax-table):
22821         * progmodes/f90.el (f90-mode-syntax-table):
22822         Set % to punctuation.  (Bug#8820)
22823         (f90-find-tag-default): Remove, no longer needed.
22825 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
22827         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22829 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
22831         * image.el (image-animated-p): Return animation delay in seconds.
22832         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22833         (image-animate-timeout): Remove DELAY argument.  Don't assume
22834         every subimage has the same delay; get it from image-animated-p.
22835         (image-animate): Caller changed.
22837 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
22839         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22840         to ignored backtrace functions.
22842 2011-06-11  Glenn Morris  <rgm@gnu.org>
22844         * calendar/appt.el (appt-disp-window-function): Doc fix.
22845         (appt-check): Handle overlapping appointments.  (Bug#8337)
22847 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
22849         * window.el (window-tree-1, window-tree): New functions, moving
22850         the latter to window.el.
22851         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22852         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22853         (bw-refresh-edges): Remove.
22854         (balance-windows-1, balance-windows-2): New functions.
22855         (balance-windows): Rewrite in terms of window tree functions,
22856         balance-windows-1 and balance-windows-2.
22857         (bw-adjust-window): Remove.
22858         (balance-windows-area-adjust): New function with functionality of
22859         bw-adjust-window but using resize-window.
22860         (set-window-text-height): Rewrite doc-string.
22861         Use normalize-live-window and resize-window.
22862         (enlarge-window-horizontally, shrink-window-horizontally):
22863         Rename argument to DELTA.
22864         (window-buffer-height): New function.
22865         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22866         Rewrite using new window resize routines.
22867         (kill-buffer-and-window, mouse-autoselect-window-select):
22868         Use ignore-errors instead of condition-case.
22869         (quit-window): Call delete-frame instead of delete-windows-on
22870         for the only buffer on frame.
22872 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22874         * loadup.el (top-level): Load window before files for the sake
22875         of replace-buffer-in-windows.
22877         * files.el (read-buffer-to-switch)
22878         (switch-to-buffer-other-window)
22879         (switch-to-buffer-other-frame, display-buffer-other-frame):
22880         Move to window.el.
22882         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22883         (previous-buffer): Move to window.el.
22885         * bindings.el (unbury-buffer): Move to window.el.
22887         * window.el (delete-other-windows-vertically): Move after
22888         definition of delete-other-windows.
22889         (other-window, delete-windows-on, replace-buffer-in-windows):
22890         Move here from window.c.
22891         (record-window-buffer, unrecord-window-buffer)
22892         (set-window-buffer-start-and-point, switch-to-prev-buffer)
22893         (switch-to-next-buffer): New functions.
22894         (get-next-valid-buffer, last-buffer, next-buffer): Move here
22895         from simple.el.  Call switch-to-next-buffer.
22896         (previous-buffer): Move here from simple.el.
22897         Call switch-to-prev-buffer.
22898         (bury-buffer): Move here from buffer.c.  Switch to previous
22899         buffer when window cannot be deleted.
22900         (unbury-buffer): Move here from bindings.el.
22901         (ctl-x-map): Move binding for other-window from window.c to
22902         here.
22903         (read-buffer-to-switch, switch-to-buffer-other-window)
22904         (switch-to-buffer-other-frame): Move here from files.el.
22905         (normalize-buffer-to-switch-to): New functions.
22906         (switch-to-buffer): Move here from buffer.c.
22907         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22909 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22911         * window.el (window-min-height, window-min-width): Move here
22912         from window.c.  Add defcustoms and rewrite doc-strings.
22913         (resize-mini-window, resize-window): New functions.
22914         (adjust-window-trailing-edge, enlarge-window, shrink-window):
22915         Move here from window.c.
22916         (maximize-window, minimize-window): New functions.
22917         (delete-window, delete-other-windows, split-window): Move here
22918         from window.c.
22919         (window-split-min-size): New function.
22920         (split-window-keep-point): Mention split-window-above-each-other
22921         instead of split-window-vertically.
22922         (split-window-above-each-other, split-window-vertically):
22923         Rename split-window-vertically to split-window-above-each-other
22924         and provide defalias for old definition.
22925         (split-window-side-by-side, split-window-horizontally):
22926         Rename split-window-horizontally to split-window-side-by-side
22927         and provide defalias for the old definition.
22928         (ctl-x-map): Move bindings for delete-window,
22929         delete-other-windows and enlarge-window here from window.c.
22930         Replace bindings for split-window-vertically and
22931         split-window-horizontally by bindings for
22932         split-window-above-each-other and split-window-side-by-side.
22934         * cus-start.el (all): Remove entries for window-min-height and
22935         window-min-width.  Add entries for window-splits and
22936         window-nest.
22938 2011-06-09  Glenn Morris  <rgm@gnu.org>
22940         * calendar/appt.el (appt-mode-line): New function.
22941         (appt-check, appt-disp-window): Use it.
22943         * files.el (hack-one-local-variable-eval-safep):
22944         Allow minor-modes with explicit +/-1 arguments.
22946 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
22948         * term/xterm.el (xterm): Add defgroup.
22949         (xterm-extra-capabilities): Add defcustom to supply known xterm
22950         capabilities, skip querying them, or query them (default).
22951         (terminal-init-xterm): Use it.
22952         (terminal-init-xterm-modify-other-keys): New function to set up
22953         modifyOtherKeys support to simplify `terminal-init-xterm'.
22955 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
22957         * window.el (resize-window-reset, resize-window-reset-1)
22958         (resize-subwindows-skip-p, resize-subwindows-normal)
22959         (resize-subwindows, resize-other-windows, resize-this-window)
22960         (resize-root-window, resize-root-window-vertically)
22961         (window-deletable-p, window-or-subwindow-p)
22962         (frame-root-window-p): New functions.
22964 2011-06-09  Glenn Morris  <rgm@gnu.org>
22966         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22967         (ange-ftp-get-files): Use it.
22969 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22971         * mail/sendmail.el (mail-recover-1, mail-recover):
22972         * files.el (recover-file, recover-session):
22973         Handle dired-listing-switches not being just a single short option.
22975 2011-06-09  Glenn Morris  <rgm@gnu.org>
22977         * calendar/appt.el (appt-display-message, appt-disp-window):
22978         Handle lists of appointments.
22980 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22982         * window.el (one-window-p): Move down in code.
22983         Rewrite doc-string.
22984         (window-current-scroll-bars): Rewrite doc-string.
22985         Normalize live window argument.
22986         (walk-windows, get-window-with-predicate, count-windows):
22987         Rewrite doc-string.  Use window-list-1.
22988         (window-in-direction-2, window-in-direction, get-mru-window):
22989         New functions.
22991 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
22993         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22994         Doc fix (Bug#8713).
22996 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
22998         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23000 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
23002         * loadhist.el (unload-feature-special-hooks):
23003         Add `comint-output-filter-functions'.
23005 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
23007         * calendar/appt.el (appt-check): Move some initializations into the let.
23009 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23011         * window.el (window-height): Defalias to window-total-height.
23012         (window-width): Defalias to window-body-width.
23014 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
23016         * image-mode.el (image-toggle-animation): New command.
23017         (image-mode-map): Bind it to RET.
23018         (image-mode): Update message.
23019         (image-toggle-display-image): Avoid a spurious cache flush.
23020         (image-transform-rotation): Doc fix.
23021         (image-transform-properties): Return quickly in the normal case.
23022         (image-animate-loop): Rename from image-animate-max-time.
23024         * image.el (image-animate-max-time): Move to image-mode.el.
23025         (create-animated-image): Remove unnecessary function.
23026         (image-animate): Rename from image-animate-start.  New arg.
23027         (image-animate-stop): Remove; just use image-animate-timer.
23028         (image-animate-timer): Use car-safe.
23029         (image-animate-timeout): Rename argument.
23031 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
23033         * window.el (get-lru-window, get-largest-window): Move here from
23034         window.c.  Rename first argument to ALL-FRAMES.
23035         Rephrase doc-strings.
23036         (get-buffer-window-list): Rewrite using window-list-1.
23037         Rephrase doc-string.
23038         (window-safe-min-height, window-safe-min-width): New constants.
23039         (window-size-ignore, window-min-size, window-min-size-1)
23040         (window-sizable, window-sizable-p, window-size-fixed-1)
23041         (window-size-fixed-p, window-min-delta-1, window-min-delta)
23042         (window-max-delta-1, window-max-delta, window-resizable)
23043         (window-resizable-p, window-total-height, window-total-width)
23044         (window-body-width): New functions.
23045         (window-full-height-p, window-full-width-p): Rewrite using
23046         window-total-size.
23047         (window-body-height): Rewrite using window-body-size.
23049 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
23051         * window.el (window-right, window-left, window-child)
23052         (window-child-count, window-last-child, window-any-p)
23053         (normalize-live-buffer, normalize-live-frame)
23054         (normalize-any-window, normalize-live-window)
23055         (window-iso-combination-p, window-iso-combined-p)
23056         (window-iso-combinations)
23057         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23058         (windows-with-parameter, window-with-parameter)
23059         (window-atom-root, make-window-atom, window-atom-check-1)
23060         (window-atom-check, window-side-check, window-check):
23061         New functions.
23062         (ignore-window-parameters, window-sides, window-sides-vertical)
23063         (window-sides-slots): New variables.
23064         (window-size-fixed): Move down in code.  Minor doc-string fix.
23066 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
23068         * comint.el (comint-dynamic-complete-as-filename)
23069         (comint-dynamic-complete-filename): Correctly call
23070         completion-in-region.
23072 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23074         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23075         in last change.
23077 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23079         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23080         (rcirc): Use it to prompt for encryption.
23082 2011-06-05  Roland Winkler  <winkler@gnu.org>
23084         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23085         (bibtex-search-entries): New command bound to C-c C-a.
23086         (bibtex-display-entries): New function.
23088 2011-06-05  Roland Winkler  <winkler@gnu.org>
23090         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23091         (bibtex-insert-kill): After yanking insert newline if necessary.
23092         (bibtex-initialize): Call bibtex-string-files-init only once.
23093         (bibtex-mode): Do not call easy-menu-add.
23094         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23095         (bibtex-yank): Set arg properly if nil.
23097 2011-06-05  Roland Winkler  <winkler@gnu.org>
23099         * textmodes/bibtex.el (bibtex-search-entry-globally):
23100         New variable.
23101         (bibtex-search-entry): Use it.
23103 2011-06-05  Roland Winkler  <winkler@gnu.org>
23105         * textmodes/bibtex.el (bibtex-entry-format): New option
23106         sort-fields.
23107         (bibtex-format-entry, bibtex-reformat): Honor this option.
23108         (bibtex-parse-entry): Return fields in proper order.
23110 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
23112         * doc-view.el (doc-view-remove-if): Move computation of result out
23113         of `dolist' to silence misleading lexical-binding warning.
23115 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
23117         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23118         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23120 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23122         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23123         "SunOS 5.10".
23125 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23127         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23128         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23129         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23130         (tramp-parse-putty):
23131         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23132         (tramp-completion-function-alist-ssh)
23133         (tramp-completion-function-alist-telnet)
23134         (tramp-completion-function-alist-su)
23135         (tramp-completion-function-alist-putty): Set `tramp-autoload'
23136         cookie.
23138         * net/tramp-ftp.el:
23139         * net/tramp-sh.el:
23140         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23141         load "tramp.el" `tramp-set-completion-function'.
23143 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23145         * shell.el: Require and use pcomplete.
23146         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23147         (shell-completion-vars): Set pcomplete-default-completion-function.
23149 2011-06-04  Deniz Dogan  <deniz@dogan.se>
23151         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23152         `memq' (Bug#8799).
23154 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23156         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23158 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
23160         * bs.el (bs--mark-unmark, bs--nth-wrapper):
23161         * mpc.el (mpc-select-extend, mpc-songpointer-context):
23162         * vc/log-view.el (log-view-beginning-of-defun):
23163         * vc/smerge-mode.el (smerge-apply-resolution-patch)
23164         (smerge-refine-forward, smerge-refine-chopup-region):
23165         Silence warning for unused `dotimes' counter variables.
23167 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23169         * net/tramp.el (tramp-with-progress-reporter): Rename from
23170         with-progress-reporter.  Use `declare'.
23171         * net/tramp-smb.el:
23172         * net/tramp-sh.el:
23173         * net/tramp-gvfs.el: Update all uses.
23175 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
23177         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23178         buffer isn't killed before making it current.
23180 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23182         Silence various byte-compiler warnings.
23183         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23184         `access-type' and new obsolescence format.
23185         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23186         new format.
23187         (byte-compile-check-variable): New `access-type' argument.
23188         Only warn if the access-type is obsolete.
23189         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23190         (byte-compile-variable-set): Adjust callers.
23191         * help-fns.el (describe-variable): Adjust to new obsolescence format.
23192         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23193         setting it as obsolete.
23194         * simple.el (minibuffer-completing-symbol):
23195         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23196         access as obsolete.
23197         * minibuffer.el (minibuffer-completing-file-name): Don't make it
23198         obsolete yet.
23199         * international/quail.el (quail-mouse-choose-completion): Remove unused
23200         code referring to obsolete var.
23201         (quail-choose-completion-string): Remove.
23202         * server.el (server-clients-with, server-kill-buffer-query-function)
23203         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23204         * proced.el (proced-send-signal):
23205         * emacs-lisp/lisp.el (lisp-complete-symbol):
23206         Replace completion-annotate-function with completion-extra-properties.
23208 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23210         * simple.el (goto-line): Use read-number.
23211         (overriding-map-is-bound): Remove.
23212         (saved-overriding-map): Change default.
23213         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23214         Take the map as argument.
23215         (universal-argument, negative-argument, digit-argument): Use it.
23216         (restore-overriding-map): Adjust.
23217         (do-auto-fill): Use fill-forward-paragraph.
23218         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23220         * minibuffer.el (minibuffer-inactive-mode-map): New var.
23221         (minibuffer-inactive-mode): New major mode.
23222         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23223         the *Messages* buffer" hack.
23224         (mouse-popup-menubar): Don't burp if the event is a normal key.
23226         Miscellaneous tweaks.
23227         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23228         lexical scoping as in subr.el's dolist and dotimes.
23229         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23230         Silence compiler warning.
23231         * thingatpt.el (forward-whitespace): Trivial coding style fix.
23232         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23233         * international/ccl.el (ccl-compile): Trivial simplification.
23234         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23235         * emacs-lisp/testcover.el (testcover-end): Remove spurious
23236         `printflag' argument.
23237         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23238         Purecopy the whole obsolescence data.
23240 2011-06-01  Leo Liu  <sdl.web@gmail.com>
23242         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23243         improve doc-string as suggested by Marco Pessotto
23244         <melmothx@gmail.com>.
23245         (rcirc-print): Fix last change.
23247 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23249         * minibuffer.el (complete-with-action): Return nil for the metadata and
23250         boundaries of non-functional tables.
23251         (completion-table-dynamic): Return nil for the metadata.
23252         (completion-table-with-terminator): Add default case, using
23253         complete-with-action.
23254         (completion--metadata): New function.
23255         (completion-all-sorted-completions, minibuffer-completion-help): Use it
23256         to try and avoid pathological performance problems.
23257         (completion--embedded-envvar-table): Return `category' metadata.
23259 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23261         * subr.el (process-alive-p): New tiny convenience function.
23263 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23265         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23266         content but also its previous major mode.
23268 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
23270         * emacs-lisp/debug.el (debug): Restore the previous content of the
23271         *Backtrace* buffer when we exit with C-M-c.
23273 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23275         * minibuffer.el: Add metadata method to completion tables.
23276         (completion-category-overrides): New defcustom.
23277         (completion-metadata, completion--field-metadata)
23278         (completion-metadata-get, completion--styles)
23279         (completion--cycle-threshold): New functions.
23280         (completion-try-completion, completion-all-completions):
23281         Add `metadata' argument to choose completion-styles.
23282         (completion--do-completion): Use metadata to choose cycling.
23283         (completion-all-sorted-completions): Use metadata for sorting.
23284         Remove :completion-cycle-penalty which is not needed any more.
23285         (completion--try-word-completion): Add `metadata' argument.
23286         (minibuffer-completion-help): Check metadata for annotation function
23287         and sorting.
23288         (completion-file-name-table): Return `category' metadata.
23289         (minibuffer-completing-file-name): Make obsolete.
23290         * simple.el (minibuffer-completing-symbol): Make obsolete.
23291         * icomplete.el (icomplete-completions): Pass new `metadata' param to
23292         completion-try-completion.
23294 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23296         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23298 2011-05-30  Leo Liu  <sdl.web@gmail.com>
23300         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23301         (rcirc-print): Decode all incoming messages (bug#8744).
23302         (rcirc-decode-coding-system): Allow value nil for automatic coding
23303         system detection.
23305 2011-06-01  Glenn Morris  <rgm@gnu.org>
23307         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23309 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23311         * image.el (image-animate-max-time): Allow nil and t values.
23312         Default to nil.
23313         (create-animated-image): Doc fix.
23314         (image-animate-start): Remove second arg; just use
23315         image-animate-max-time.
23316         (image-animate-timeout): Doc fix.  Args changed.
23318         * image-mode.el (image-toggle-display-image): Ensure that the
23319         image spec passed to the animate timer is the same object as in
23320         the buffer's display property (Bug#6981).
23321         (image-transform-properties): Doc fix.
23323         * image.el (image-animate-max-time): Default to nil.
23325 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
23327         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23328         entire buffer list (Bug#8184).
23330 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23332         * image.el (imagemagick-types-inhibit)
23333         (imagemagick-register-types): Doc fix.
23335 2011-05-29  Deniz Dogan  <deniz@dogan.se>
23337         * net/rcirc.el (rcirc): Use the user's stored encryption method by
23338         default.
23340 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23342         * select.el: Don't perform clipboard-manager saving in hooks;
23343         leave the hooks empty.
23345 2011-05-28  Leo Liu  <sdl.web@gmail.com>
23347         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23348         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
23349         (occur-edit-mode): New major mode (Bug#8463).
23350         (occur-after-change-function): New function.
23351         (occur-engine): Give Occur tags a read-only property.
23353 2011-05-28  Kevin Ryde  <user42@zip.com.au>
23355         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23357 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23359         * bindings.el (help-echo): Make the initial non-indicator dash
23360         empty on graphical terminals (Bug#7295).
23362         * files.el (auto-mode-alist): Move config rule after the
23363         in-stripping one (Bug#8547).
23365         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23367         * startup.el (normal-splash-screen): Remove gratuitous mode-line
23368         setting (Bug#8740).
23370 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
23372         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23373         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23374         (Bug#8539).
23376 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23378         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23380 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
23382         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23383         (hs-hide-block-at-point, hs-find-block-beginning)
23384         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23385         (Bug#8279).
23387 2011-05-28  Glenn Morris  <rgm@gnu.org>
23389         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
23391 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23393         * help-fns.el (describe-function-1): If the function is a derived
23394         major mode, print the parent mode.
23396         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23397         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23399 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23401         * minibuffer.el (completion--capf-wrapper): Check applicability before
23402         returning non-nil for non-exclusive completion data.
23403         * progmodes/etags.el (tags-completion-at-point-function):
23404         * info-look.el (info-lookup-completions-at-point): Mark as
23405         non-exclusive.
23406         (info-complete): Adjust accordingly.
23408         * info-look.el: Convert to lexical-binding and completion-at-point.
23409         (info-lookup-completions-at-point): New function.
23410         (info-complete): Use it and completion-in-region.
23412 2011-05-28  Drew Adams  <drew.adams@oracle.com>
23414         * isearch.el: Let M-e start with point at the first mismatched char.
23415         (isearch-fail-pos): New function.
23416         (isearch-edit-string): Use it.
23418 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23420         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23422 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
23424         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
23425         traversal functions for avl-trees.
23426         (avl-tree--stack): New struct.
23427         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23428         (avl-tree-enter): Add optional `updatefun' arg.
23429         (avl-tree--do-enter): Add optional `updatefun' arg.
23430         Change return value.
23431         (avl-tree-delete): Add optional `test' and `nilflag' args.
23432         (avl-tree--do-delete): Add `test' and `nilflag' args.
23433         Change return value.
23434         (avl-tree-member): Add optional `nilflag'
23435         (avl-tree-member-p): New function.
23436         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23437         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23438         (avl-tree-stack-empty-p): New functions.
23440         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23441         avl-tree--del-balance1 and make it work both ways.
23442         (avl-tree--del-balance2): Remove.
23443         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23444         make it work both ways.
23445         (avl-tree--enter-balance2): Remove.
23446         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23447         New macros.
23448         (avl-tree--mapc, avl-tree-map): Add direction argument.
23450 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23452         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23454 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23456         * select.el: Support clipboard managers with built-in function
23457         x-clipboard-manager-save, via delete-frame-functions and
23458         kill-emacs-hook.
23459         (xselect-convert-to-targets): Add MULTIPLE target to list.
23460         (xselect-convert-to-save-targets): New function.
23462 2011-05-27  Kenichi Handa  <handa@m17n.org>
23464         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23465         let-binding rfc2047-encode-encoded-words to nil.
23467 2011-05-27  Glenn Morris  <rgm@gnu.org>
23469         * mail/emacsbug.el: Don't require url-util.
23471         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23473         * files.el (set-auto-mode):
23474         Also respect mode: entries at the end of the file.  (Bug#8586)
23476 2011-05-26  Glenn Morris  <rgm@gnu.org>
23478         * files.el (hack-local-variables-prop-line, hack-local-variables):
23479         Downcase mode names, as seems to be traditional.
23480         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23482         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23483         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23485 2011-05-25  Julien Danjou  <julien@danjou.info>
23487         * textmodes/rst.el (rst-define-level-faces): Do not define face
23488         symbol if it is already defined.
23490 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23492         * play/5x5.el (5x5-new-game, 5x5-randomize):
23493         Reset 5x5-solver-output to nil when a new grid is cast.
23494         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23495         these debugging traces, as defmacro breaks the compiled code.
23497 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23499         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23501 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23503         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23504         (vc-bzr-sha1): Adapt.
23506         * sha1.el: Remove.  Function `sha1' is now builtin.
23508         * bindings.el: Provide sha1 feature.
23510 2011-05-24  Kenichi Handa  <handa@m17n.org>
23512         * mail/sendmail.el: Require `rfc2047'.
23513         (mail-insert-from-field): Do not perform RFC2047 encoding.
23514         (mail-encode-header): New function.
23515         (sendmail-send-it): Set buffer-file-coding-system of the work
23516         buffer to the return value of select-message-coding-system.
23517         Call mail-encode-header.
23519         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23521 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23523         * mail/supercite.el (sc-default-cite-frame):
23524         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23526 2011-05-24  Glenn Morris  <rgm@gnu.org>
23528         * progmodes/python.el (brm-menu): Declare.
23530         * emulation/viper.el (viper-set-hooks): Declare.
23532         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23533         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23534         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23535         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23536         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23537         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23539 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23541         Add an :exit-function for completion-at-point.
23543         * minibuffer.el (completion--done): New fun.
23544         (completion--do-completion): Use it.  New arg `expect-exact'.
23545         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23546         since completion--do-completion does it for us now.
23547         (minibuffer-force-complete): Use completion--done and
23548         completion--replace.  Handle sole-completion case with more care.
23549         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23550         (completion-extra-properties): New var.
23551         (completion-annotate-function): Make obsolete.
23552         (minibuffer-completion-help): Adjust accordingly.
23553         Use completion-list-insert-choice-function.
23554         (completion-at-point, completion-help-at-point):
23555         Bind completion-extra-properties.
23556         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23557         * simple.el (completion-list-insert-choice-function): New var.
23558         (completion-setup-function): Preserve it.
23559         (choose-completion): Pay attention to it, shuffle the code a bit.
23560         (choose-completion-string): New arg `insert-function'.
23562         * textmodes/bibtex.el: Convert to lexical binding.
23563         (bibtex-mode-map): Use completion-at-point.
23564         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23565         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23566         (bibtex-complete): Define as obsolete alias.
23567         (bibtex-complete-internal): Remove.
23568         (bibtex-format-entry): Remove unused sub-group in regexp.
23569         * shell.el (shell--command-completion-data)
23570         (shell-environment-variable-completion):
23571         * pcomplete.el (pcomplete-completions-at-point):
23572         * comint.el (comint--complete-file-name-data): Use :exit-function
23573         instead of completion-table-with-terminator so it also works for
23574         choose-completion.
23576 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23578         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23580         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23581         (bug#8710).
23583         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23585 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23587         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23588         customization variable and implement: If non-nil, auto-fill will
23589         be inhibited while on topic's header line.
23591 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23593         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23594         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23595         always have a solution in grid size = 5 cases.
23596         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23597         (5x5-solver-output, 5x5-log-buffer): New vars.
23598         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23599         Make these variables buffer local to achieve 5x5 multi-session-ness.
23600         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23601         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23602         (5x5-solve-suggest): New funs.
23603         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23604         randomize a grid so that we ensure that there is always a solution.
23605         (5x5-make-random-grid): Allow other movement than flipping.
23607 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23609         * emacs-lisp/advice.el (ad-read-advised-function):
23610         Use `function-called-at-point' as the default, if it has
23611         advice and passes PREDICATE.
23613 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23615         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23616         byte-compile-lambda if it's actually a lambda.
23618         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23619         Fix function quoting.  Use backquote better.
23621 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23623         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23624         matching (Bug#8516).
23626 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23628         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23629         different face (Bug#8178).
23631 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23633         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23634         defface (Bug#8144).
23636 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23638         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23639         funcall as well (bug#8712).  Warn when performing those conversions.
23640         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23642         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23644 2011-05-22  Glenn Morris  <rgm@gnu.org>
23646         * files.el (hack-local-variables-prop-line): Small simplifications.
23647         (hack-local-variables, hack-local-variables-prop-line):
23648         If MODE-ONLY, return the mode, rather than just `t'.
23650 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23652         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23654 2011-05-21  Glenn Morris  <rgm@gnu.org>
23656         * files.el (hack-local-variables-prop-line, hack-local-variables):
23657         If only interested in the mode, don't bother doing the other stuff.
23659         * image-mode.el (image-after-revert-hook):
23660         Redraw all frames on which the image is visible.  (Bug#8567)
23662         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
23664         * wid-edit.el (widget-checklist-match-inline):
23665         Fix 2011-04-19 change.  (Bug#8649)
23667 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23669         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23670         Also allow singlespace after single-letter capitals followed by a dot.
23672         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23673         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23675 2011-05-20  Nix  <nix@esperi.org.uk>
23677         * files.el (basic-save-buffer-2):
23678         Fix handling of break-hardlink-on-save with non-existent files.
23680 2011-05-19  Deniz Dogan  <deniz@dogan.se>
23682         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23683         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23685 2011-05-19  Glenn Morris  <rgm@gnu.org>
23687         * progmodes/f90.el (f90-type-def-re):
23688         Handle "type, bind(c)".  (Bug#8691)
23690         * emacs-lisp/autoload.el (batch-update-autoloads):
23691         Set autoload-excludes by parsing loadup.el rather than Makefiles.
23693 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
23695         * net/tramp.el (tramp-process-actions): Set "first-password-request"
23696         property for the correct connection in case of multihops.
23698 2011-05-18  Glenn Morris  <rgm@gnu.org>
23700         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23701         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23703         Rationalize calendar handling of day and month abbrev-arrays.
23704         * calendar/calendar.el (calendar-customized-p): New function.
23705         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23706         (calendar-day-name-array, calendar-month-name-array): Doc fix.
23707         Add :set function.
23708         (calendar-abbrev-length, calendar-day-abbrev-array)
23709         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23710         (calendar-day-abbrev-array, calendar-month-abbrev-array):
23711         Elements may no longer be nil.
23712         (calendar-day-name, calendar-month-name):
23713         Update for changed nature of abbrev arrays.
23714         * calendar/diary-lib.el (diary-name-pattern):
23715         Update for changed nature of abbrev arrays.
23716         (diary-mark-entries-1): Update calendar-make-alist calls.
23717         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23718         * calendar/cal-html.el (cal-html-day-abbrev-array):
23719         Simply inherit from calendar-day-abbrev-array.
23721 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23723         * progmodes/grep.el (grep-mode): Disable default
23724         compilation-directory-matcher setting (bug#8684).
23726 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
23728         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23729         instead of "head" and "tail".  There were problems with SunOS 5.9,
23730         and it performs better.
23732 2011-05-17  Glenn Morris  <rgm@gnu.org>
23734         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23736         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23737         Replace obsolete function.
23739         * shell.el (pcomplete-parse-arguments-function): Declare.
23741         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23742         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23743         (appt-check): Doc fixes.
23744         (appt-disp-window-function, appt-delete-window-function):
23745         Remove needless special case in custom :type.
23746         (appt-display-count): Default to 0, not nil.
23747         (appt-check): Reset appt-display-count to 0, not nil.
23749 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
23751         * progmodes/python.el (python-font-lock-keywords):
23752         Add the Python 3.X keyword "nonlocal" (bug#8639).
23754 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23756         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23758 2011-05-16  Kevin Ryde  <user42@zip.com.au>
23760         * info-look.el (makefile-automake-mode): New setups, looking in
23761         automake manual, then makefile-mode.
23762         (makefile-mode): Remove automake manual, have it just in
23763         makefile-automake-mode since there's various things different or
23764         not relevant to plain make.
23765         (makefile-mode): Remove "other-modes" non-existent automake-mode,
23766         believe a hypothetical automake-mode would go to makefile-mode,
23767         not the other way around.
23769 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23771         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23772         hunk-end tags (Bug#8672).
23774         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23775         vc-annotate-show-diff-revision-at-line (Bug#8671).
23777 2011-05-14  Glenn Morris  <rgm@gnu.org>
23779         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23780         in the middle of an existing one with multiple authors.  (Bug#8645)
23781         (change-log-font-lock-keywords): Also handle multiple author lines
23782         with leading tabs.  (Bug#8644)
23784         * calendar/appt.el (appt-check): Rename some local variables.
23785         Some simplification/reordering.
23787         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23788         (feedmail-sendmail-f-doesnt-sell-me-out)
23789         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23790         (feedmail-debug-sit-for, feedmail-queue-express-hook)
23791         (feedmail-queue-runner-message-sender): Set :version.
23792         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23793         (bbdb-dwim-net-address, vm-mail): Declare.
23794         (feedmail-binmail-gnulinuxish-template):
23795         Rename from feedmail-binmail-linuxish-template.
23796         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23797         Use insert-buffer-substring.
23799 2011-05-14  Bill Carpenter  <bill@carpenter.org>
23801         * mail/feedmail.el (feedmail-patch-level): Increase.
23802         (feedmail-debug): New custom group.
23803         (feedmail-confirm-outgoing-timeout)
23804         (feedmail-sendmail-f-doesnt-sell-me-out)
23805         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23806         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23807         (feedmail-sender-line, feedmail-from-line)
23808         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23809         (feedmail-spray-this-address)
23810         (feedmail-spray-address-fiddle-plex-list)
23811         (feedmail-queue-use-send-time-for-date)
23812         (feedmail-queue-use-send-time-for-message-id)
23813         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23814         (feedmail-buffer-eating-function):
23815         Doc fixes.
23816         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23817         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23818         (feedmail-message-action-scroll-down): New functions.
23819         (feedmail-queue-directory, feedmail-queue-draft-directory):
23820         Use expand-file-name.
23821         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23822         Remove C-v help entry.
23823         (feedmail-queue-buffer-file-name): New variable.
23824         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23825         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23826         (feedmail-message-action-send-strong, feedmail-message-action-edit)
23827         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23828         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23829         (feedmail-message-action-toggle-spray)
23830         (feedmail-run-the-queue-no-prompts)
23831         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23832         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23833         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23834         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23835         (feedmail-envelope-deducer, feedmail-fiddle-from)
23836         (feedmail-fiddle-sender, feedmail-default-date-generator)
23837         (feedmail-fiddle-date, feedmail-fiddle-message-id)
23838         (feedmail-fiddle-spray-address)
23839         (feedmail-fiddle-list-of-spray-fiddle-plexes)
23840         (feedmail-fiddle-list-of-fiddle-plexes)
23841         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23842         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23843         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23844         Change default.  Doc fix.
23845         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23846         (feedmail-binmail-linuxish-template): New constant.
23847         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
23848         Respect feedmail-sendmail-f-doesnt-sell-me-out.
23849         (feedmail-send-it): Add debug call.
23850         Use feedmail-queue-buffer-file-name, and
23851         feedmail-send-it-immediately-wrapper.
23852         (feedmail-message-action-send): Add debug call.
23853         Use feedmail-send-it-immediately-wrapper.
23854         (feedmail-queue-express-to-queue): Add debug call.
23855         Run feedmail-queue-express-hook.
23856         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
23857         (feedmail-message-action-help-blat):
23858         Rename from feedmail-queue-send-edit-prompt-help-first.
23859         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
23860         Check line-endings.  Handle errors better.
23861         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23862         Doc fix.  Add debug call.
23863         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
23864         Use feedmail-queue-send-edit-prompt-inner.
23865         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23866         (feedmail-queue-send-edit-prompt-inner): New function, extracted
23867         from feedmail-queue-send-edit-prompt.
23868         (feedmail-queue-send-edit-prompt-help)
23869         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23870         (feedmail-tidy-up-slug): Add debug call.
23871         Respect feedmail-queue-slug-suspect-regexp.
23872         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23873         (feedmail-dump-message-to-queue): Add debug call.
23874         Expand queue-directory.
23875         (feedmail-dump-message-to-queue): Change message slightly.
23876         Use feedmail-say-chatter.
23877         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
23878         (feedmail-send-it-immediately-wrapper): New function.
23879         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
23880         Insert empty string rather than newline.  Handle full-frame case.
23881         Use catch/throw.  Use feedmail-say-chatter.
23882         (feedmail-fiddle-from): Try mail-host-address.
23883         (feedmail-default-message-id-generator): Doc fix.
23884         Bind system-time-locale.  Handle missing end.
23885         (feedmail-fiddle-x-mailer): Add debug call.
23886         Handle feedmail-x-mailer-line being nil.
23887         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23888         Add debug call.  Use buffer-substring-no-properties.
23889         (feedmail-say-debug, feedmail-say-chatter): New functions.
23890         (feedmail-find-eoh): Give an explicit error.
23892 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
23894         * net/newst-treeview.el (newsticker-treeview-face): Change default
23895         family from helvetica to sans.
23896         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23897         etc/images/newsticker.
23899         * net/newst-reader.el (newsticker-feed-face): Change default
23900         family from helvetica to sans.
23902         * net/newst-plainview.el (newsticker-new-item-face)
23903         (newsticker-old-item-face, newsticker-immortal-item-face)
23904         (newsticker-obsolete-item-face, newsticker-date-face)
23905         (newsticker-statistics-face): Change default family from
23906         helvetica to sans.
23907         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23908         etc/images/newsticker.
23910         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23911         (newsticker--process-auto-mark-filter-match): Tell user about
23912         auto-marking.
23914 2011-05-13  Didier Verna  <didier@xemacs.org>
23916         Common Lisp indentation improvements on defmethod and lambda-lists.
23917         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23918         TODO entries.
23919         (lisp-lambda-list-keyword-parameter-indentation)
23920         (lisp-lambda-list-keyword-parameter-alignment)
23921         (lisp-lambda-list-keyword-alignment): New customizable user options.
23922         (lisp-indent-defun-method): Improve docstring.
23923         (extended-loop-p): Fix comment.
23924         (lisp-indent-lambda-list-keywords-regexp): New variable.
23925         (lisp-indent-lambda-list): New function.
23926         (lisp-indent-259): Use it.
23927         (lisp-indent-defmethod): Support for more than one
23928         method qualifier and properly indent methods lambda-lists.
23929         (defgeneric): Provide a missing common-lisp-indent-function property.
23931 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23933         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23934         bounds for the empty string (bug#8667).
23936 2011-05-13  Glenn Morris  <rgm@gnu.org>
23938         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23940         * mail/sendmail.el (sendmail-program): Try executable-find first.
23941         (sendmail-send-it): `sendmail-program' cannot be unbound.
23943         * calendar/appt.el (appt-make-list): Simplify.
23944         (appt-time-msg-list): Doc fix.
23945         (appt-check): Change mode-line message at the time of the appointment.
23947 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
23949         * progmodes/ld-script.el (ld-script-keywords)
23950         (ld-script-builtins): Update keywords list.
23952 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23954         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23956         * shell.el (shell-completion-vars): New function.
23957         (shell-mode):
23958         * simple.el (read-shell-command): Use it.
23959         (blink-matching-open): No need for " [...]" in minibuffer-message.
23961 2011-05-12  Glenn Morris  <rgm@gnu.org>
23963         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23964         (appt-check): Simplify.
23966 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
23968         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23969         literal "/dev/null".
23971 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23973         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23974         Fix typo.
23976 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
23978         * progmodes/which-func.el (which-function):
23979         Use add-log-current-defun instead of add-log-current-defun-function,
23980         which might not be defined (Bug#8260).
23982 2011-05-12  Glenn Morris  <rgm@gnu.org>
23984         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23985         Let byte-compile-initial-macro-environment always take precedence.
23987 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23989         * net/rcirc.el: Add support for SSL/TLS connections.
23990         (rcirc-server-alist): New field `encryption'.
23991         (rcirc): Check `encryption' settings.
23992         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
23993         Merge make-local-variable into `set'.
23994         (rcirc--connection-open-p): New function.
23995         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23996         the process is not a network process (e.g. running gnutls-cli).
23997         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23998         Make rcirc-(en|de)code-coding-system local here.
23999         (rcirc-mode): Merge make-local-variable into `set'.
24000         (rcirc-parent-buffer): Make permanent buffer-local.
24001         (rcirc-multiline-minor-mode): Don't do it here.
24002         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24003         there's no server buffer.
24005 2011-05-11  Glenn Morris  <rgm@gnu.org>
24007         * newcomment.el (comment-kill): Prefix "unused" local.
24009         * term/w32console.el (get-screen-color): Declare.
24011         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24012         Handle symbol elements of byte-compile-initial-macro-environment.
24014 2011-05-10  Leo Liu  <sdl.web@gmail.com>
24016         * bookmark.el (bookmark-bmenu-mode-map):
24017         Bind bookmark-bmenu-search to `/'.
24019         * mail/footnote.el: Convert to utf-8 encoding.
24020         (footnote-unicode-string, footnote-unicode-regexp): New variable.
24021         (Footnote-unicode): New function.
24022         (footnote-style-alist): Add unicode style to the list.
24023         (footnote-style): Doc fix.
24025 2011-05-10  Jim Meyering  <meyering@redhat.com>
24027         Fix doubled-word typos.
24028         * international/quail.el (quail-insert-kbd-layout): and and -> and
24029         * kermit.el: and and -> and
24030         * net/ldap.el (ldap-search-internal): to to -> to
24031         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24032         * progmodes/js.el (js-mode): and and -> and
24033         * textmodes/artist.el (artist-move-to-xy): at at -> at
24034         (artist-draw-region-trim-line-endings): if if -> if
24035         And Safetyc -> Safety.
24036         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24038 2011-05-10  Glenn Morris  <rgm@gnu.org>
24039             Stefan Monnier  <monnier@iro.umontreal.ca>
24041         * files.el (hack-one-local-variable-eval-safep):
24042         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
24044 2011-05-10  Glenn Morris  <rgm@gnu.org>
24046         * calendar/diary-lib.el (diary-list-entries-hook)
24047         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24048         (diary-nongregorian-marking-hook, diary-list-entries)
24049         (diary-include-other-diary-files, diary-mark-entries)
24050         (diary-mark-included-diary-files): Doc fixes.
24052 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24054         * misc.el: Require tabulated-list.el during compilation.
24056 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24058         * progmodes/compile.el (compilation-start):
24059         Run compilation-filter-hook for the async case too.
24060         (compilation-filter-hook): Doc fix.
24062 2011-05-09  Deniz Dogan  <deniz@dogan.se>
24064         * wdired.el: Remove outdated installation comment.  Fix usage
24065         comment.
24067 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24069         * misc.el: Implement new command `list-dynamic-libraries'.
24070         (list-dynamic-libraries--loaded-only-p): New variable.
24071         (list-dynamic-libraries--refresh): New function.
24072         (list-dynamic-libraries): New command.
24074 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24076         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24077         Fix the ant regexp to handle end-line and end-column info from jikes.
24078         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
24079         higher priority to avoid clobbering by gnu.
24081 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24083         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24084         if the face has existing theme settings (Bug#8454).
24086 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
24088         * progmodes/perl-mode.el (perl-imenu-generic-expression):
24089         Only match variables declared via `my' or `our' (Bug#8261).
24091         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24092         special file names `.' and `..' (Bug#8259).
24094 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24096         * progmodes/grep.el (grep-mode-font-lock-keywords):
24097         Remove buffer-changing entries.
24098         (grep-filter): New function.
24099         (grep-mode): Add it to compilation-filter-hook.
24101         * progmodes/compile.el (compilation-filter-hook)
24102         (compilation-filter-start): New defvars.
24103         (compilation-filter): Call compilation-filter-hook prior to
24104         updating the process mark.
24106 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24108         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24110 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
24112         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24113         mailclient-send-it even if window-system is nil.  (Bug#8595)
24115         * term/w32console.el (terminal-init-w32console):
24116         Call get-screen-color and use its output to set the frame
24117         background-mode.  (Bug#8597)
24119 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24121         Make bytecomp.el understand that defmethod defines funs (bug#8631).
24122         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24123         New functions.
24124         (defgeneric, eieio--defmethod): Use them.
24125         (eieio-defgeneric): Remove.
24126         (defmethod): Call defgeneric in a way visible to the byte-compiler.
24128 2011-05-07  Glenn Morris  <rgm@gnu.org>
24130         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24131         Use let rather than let*.
24132         (timeclock-find-discrep): Remove unused local.
24134         * calendar/diary-lib.el (diary-comment-start): Doc fix.
24136         * calendar/appt.el (appt-time-msg-list): Doc fix.
24138 2011-05-06  Noah Friedman  <friedman@splode.com>
24140         * apropos.el (apropos-print-doc): Only use
24141         emacs-lisp-docstring-fill-column when it is bound to an integer,
24142         per that variable's documentation.
24144 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24146         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24147         and warnings are not silently discarded (e.g. use -d instead of -P).
24149 2011-05-06  Glenn Morris  <rgm@gnu.org>
24151         * calendar/appt.el (appt-message-warning-time): Doc fix.
24152         (appt-warning-time-regexp): New option.
24153         (appt-make-list): Respect appt-message-warning-time.
24155         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24156         New options.
24157         (diary-add-to-list): Strip comments from the displayed string.
24158         (diary-mode): Set comment-start and comment-end.
24160         * vc/diff-mode.el (smerge-refine-subst): Declare.
24161         (diff-refine-hunk): Don't require smerge-mode when compiling.
24163 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
24165         * simple.el (list-processes): Return nil as the docstring says.
24167 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24169         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24170         to "".
24171         (ange-ftp-write-region, ange-ftp-insert-file-contents)
24172         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24173         determining of binary transfer.  (Bug#7383)
24175 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24177         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24178         Fix port computation bug.  (Bug#8618)
24180 2011-05-05  Glenn Morris  <rgm@gnu.org>
24182         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24184         * simple.el (shell-dynamic-complete-functions)
24185         (comint-dynamic-complete-functions): Declare.
24187         * net/network-stream.el (gnutls-negotiate):
24188         * simple.el (tabulated-list-print): Fix declarations.
24190         * progmodes/gud.el (syntax-symbol, syntax-point):
24191         Remove unnecessary and incorrect declarations.
24193         * emacs-lisp/check-declare.el (check-declare-scan):
24194         Handle byte-compile-initial-macro-environment in bytecomp.el.
24196 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24198         Fix earlier half-done eieio-defmethod change (bug#8338).
24199         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24200         Streamline and change calling convention.
24201         (defmethod): Adjust accordingly and simplify.
24202         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24203         new eieio--defmethod.
24204         (slot-boundp): Minor CSE simplification.
24206 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
24208         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24209         (glasses-make-readable): Use glasses-separate-capital-groups.
24211 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
24213         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24214         (warning-series): Doc fix.
24215         (display-warning): Don't try to create the buffer if we just found it.
24217 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
24219         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24220         (autoload-find-generated-file): New function.
24221         (generate-file-autoloads): Bind generated-autoload-file to
24222         buffer-file-name.
24223         (update-file-autoloads, update-directory-autoloads):
24224         Use autoload-find-generated-file.  If called interactively, prompt for
24225         output file (Bug#7989).
24226         (batch-update-autoloads): Doc fix.
24228 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
24230         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24232 2011-05-04  Glenn Morris  <rgm@gnu.org>
24234         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24235         function, so it follows changes in calendar-date-style.
24236         (diary-fancy-date-matcher): New function.
24237         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24238         (diary-fancy-font-lock-fontify-region-function):
24239         Use diary-fancy-date-pattern as a function.
24241         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24242         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
24244 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
24246         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24247         instead of positional arguments.  Allow :keylist and :crlfiles
24248         arguments.
24249         (open-gnutls-stream): Call it.
24251         * net/network-stream.el (network-stream-open-starttls): Adjust to
24252         call `gnutls-negotiate' with :process and :hostname arguments.
24254 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24256         * minibuffer.el (completion--message): New function.
24257         (completion--do-completion, minibuffer-complete)
24258         (minibuffer-force-complete, minibuffer-complete-word): Use it.
24259         (completion--do-completion): Don't ignore completion-auto-help when in
24260         icomplete-mode.
24262         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24263         internal encoding (e.g. tibetan zero is not whitespace).
24264         (global-whitespace-mode): Prefer save-current-buffer.
24265         (whitespace-trailing-regexp): Remove useless save-match-data.
24266         (whitespace-empty-at-bob-regexp): Minor simplification.
24268 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
24270         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24272 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
24274         * textmodes/ispell.el (ispell-add-per-file-word-list):
24275         Use `concat' to create string for insertion.
24277 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24279         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24280         Avoid open-line which runs post-self-insert-hook.
24281         (bibtex-fill-entry): Remove unused `end' var.
24283 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
24285         * textmodes/ispell.el (ispell-add-per-file-word-list):
24286         Protect against `nil' value of `comment-start' (Bug#8579).
24288 2011-05-03  Leo Liu  <sdl.web@gmail.com>
24290         * isearch.el (isearch-yank-pop): New command.
24291         (isearch-mode-map): Bind it to `M-y'.
24292         (isearch-forward): Mention it.
24294 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24296         * simple.el (minibuffer-complete-shell-command): Remove.
24297         (minibuffer-local-shell-command-map): Use completion-at-point.
24298         (read-shell-command): Setup completion vars here instead.
24299         (read-expression-map): Bind TAB to symbol completion.
24301         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24302         error directly rather via storing it into `results'.
24304 2011-05-02  Leo Liu  <sdl.web@gmail.com>
24306         * vc/diff.el: Fix description.
24308 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24310         * server.el (server-eval-at): New function.
24312 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24314         * net/network-stream.el (open-network-stream): Take a :nowait
24315         parameter and pass it on to `make-network-process'.
24316         (network-stream-open-plain): Ditto.
24318 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
24320         * faces.el (face-spec-set-match-display): Don't match toolkit
24321         options on terminal frames.
24323 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24325         * progmodes/pascal.el: Use lexical binding.
24326         (pascal-mode-map): Remove author preferences.
24328         * pcomplete.el (pcomplete-std-complete): Don't abuse
24329         completion-at-point.
24331 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24333         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24334         removing code that has been dead since 1991 or so.
24336         * startup.el (command-line): When warning about "_emacs", use a
24337         delayed warning to allow the user to filter it out.
24339 2011-04-28  Deniz Dogan  <deniz@dogan.se>
24341         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24342         user has not joined.
24344 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24346         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24347         aren't any completions at point.
24349 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24351         * subr.el (display-delayed-warnings): New function.
24352         (delayed-warnings-hook): New variable.
24354 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24356         * minibuffer.el (completion-at-point, completion-help-at-point):
24357         Don't presume that a given completion-at-point-function will always
24358         use the same calling convention.
24360         * pcomplete.el (pcomplete-completions-at-point):
24361         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
24362         pcomplete-seen is non-nil.
24363         (pcomplete-comint-setup): Also recognize the new comint/shell
24364         completion functions.
24365         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24366         pcomplete-seen is non-nil.
24368 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
24370         * calendar/icalendar.el (diary-lib): Add require statement.
24371         (icalendar--create-uid): Read out a uid from a text-property on
24372         the first character in the entry.  This allows for code to add its
24373         own uid to the entry.
24374         (icalendar--convert-float-to-ical): Add export of
24375         `diary-float'-entries save for those with the optional DAY
24376         argument.
24378 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
24380         * subr.el (shell-quote-argument): Use alternate escaping strategy
24381         when we spot a variable reference in a string.
24383 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24385         * cus-start.el (all): Define customization for debug-on-event.
24387 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24389         * subr.el (shell-quote-argument): Escape correctly under Windows.
24391 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24393         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24395 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
24397         * net/tramp.el (tramp-process-actions): Add POS argument.
24398         Delete region between POS and (pos).
24400         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24401         Use `nil' position in `tramp-process-actions' call.
24402         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24404         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24405         position in `tramp-process-actions' call.
24407         * net/trampver.el: Update release number.
24409 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24411         * custom.el (defcustom): Obey lexical-binding.
24413         Fix octave-inf completion problems reported by Alexander Klimov.
24414         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24415         Inherit from octave-mode-syntax-table.
24416         (inferior-octave-mode): Set info-lookup-mode.
24417         (inferior-octave-completion-at-point): New function.
24418         (inferior-octave-complete): Use it and completion-in-region.
24419         (inferior-octave-dynamic-complete-functions): Use it as well, and use
24420         comint-filename-completion.
24421         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24422         symbol elements which shouldn't be word elements.
24423         (octave-font-lock-keywords, octave-beginning-of-defun)
24424         (octave-function-header-regexp): Adjust regexps accordingly.
24425         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24427 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
24429         * net/gnutls.el (gnutls-errorp): Declare before first use.
24431 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
24433         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24434         verify-error, and verify-hostname-error parameters.  Check whether
24435         default trustfile exists before going to use it.  Add missing
24436         argument to gnutls-message-maybe call.  Return value.
24437         Reported by Claudio Bley <claudio.bley@gmail.com>.
24438         (open-gnutls-stream): Add usage example.
24440         * net/network-stream.el (network-stream-open-starttls): Give host
24441         parameter to `gnutls-negotiate'.
24442         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24443         * subr.el (shell-quote-argument): Escape correctly under Windows.
24445 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24447         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24448         Use correct match group (bug#8438).
24450 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24452         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24453         (package-menu--generate): New arg specifying packages to show.
24454         (package-menu-refresh, package-menu-execute, list-packages):
24455         Callers changed.
24456         (package-show-package-list): New function, replacing deleted
24457         package--list-packages (renamed because it is non-internal).
24459         * finder.el (finder-list-matches): Use package-show-package-list
24460         instead of deleted package--list-packages.
24462         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24463         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24464         (vc-annotate-mode-map): Bind it to RET.
24466 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24468         * progmodes/etags.el (next-file): Don't use set-buffer to change
24469         buffers (Bug#8478).
24471 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24473         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24475         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24476         (apropos-accumulator): Doc fix.
24477         (apropos-function, apropos-macro, apropos-command)
24478         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24479         (apropos-plist): Add face property.
24480         (apropos-symbols-internal): Fix indentation.
24481         (apropos-print): Simplify help, and recognize apropos-multi-type.
24482         (apropos-print-doc): Use button-type-get to extract the button's
24483         face property.  Fill docstring (Bug#8352).
24485 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24487         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24489         * play/mpuz.el (mpuz-silent): Doc fix.
24490         (mpuz-mode-map): Use mapc.
24491         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24492         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24493         Fix typos in docstrings.
24495         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24496         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24498         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24500 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24502         * minibuffer.el (completion--do-completion): Avoid the "Next char
24503         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24505         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24506         mouse-2 into unread-command-events, it is interpreted correctly.
24508         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24509         (image-toggle-display): Doc fix.
24511 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24513         * textmodes/page.el (what-page): Use line-number-at-pos to
24514         calculate line number (Bug#6825).
24516 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24518         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24519         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24520         Pass argument NO-DEFAULT to `find-tag-interactive'.
24522 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24524         Lexical-binding cleanup.
24526         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24527         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24528         * progmodes/ada-prj.el (ada-prj-initialize-values)
24529         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24530         (ada-prj-show-value):
24531         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24532         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24533         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24534         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24535         * progmodes/bug-reference.el (bug-reference-push-button):
24536         * progmodes/fortran.el (fortran-line-length):
24537         * progmodes/glasses.el (glasses-change):
24538         * progmodes/octave-mod.el (octave-fill-paragraph):
24539         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24540         (python-pdbtrack-grub-for-buffer, python-sentinel):
24541         * progmodes/sql.el (sql-save-connection):
24542         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24543         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24544         Mark unused parameters.
24546         * progmodes/compile.el (compilation--flush-directory-cache)
24547         (compilation--flush-parse, compile-internal): Mark unused parameters.
24548         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24549         (compilation-next-error-function): Remove unused variable `timestamp'.
24551         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24552         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24554         * progmodes/dcl-mode.el (dcl-end-of-command):
24555         Remove unused variable `start'.
24556         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24557         (dcl-option-value-basic, dcl-option-value-offset)
24558         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24559         Mark unused parameters.
24560         (dcl-save-local-variable): Remove unused variable `val'.
24561         (mode): Declare.
24563         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24564         Mark unused parameters.
24565         (delphi-ignore-changes): Move before first use.
24566         (delphi-charset-token-at): Remove unused variable `start'.
24567         (delphi-else-start): Remove unused variable `if-count'.
24568         (delphi-comment-block-start, delphi-comment-block-end):
24569         Remove unused variable `kind'.
24570         (delphi-indent-line): Remove unused variable `new-point'.
24572         * progmodes/ebrowse.el (ebrowse-files-list)
24573         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24574         Mark unused parameters.  Don't quote `lambda'.
24575         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24576         Don't quote `lambda'.
24577         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24578         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24579         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24580         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24581         Use `ignore-errors'.
24582         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24583         (ebrowse-view/find-file-and-search-pattern)
24584         (ebrowse-view/find-member-declaration/definition):
24585         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24586         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24587         Rename parameter PREFIX-ARG to PREFIX.
24588         (ebrowse-tags-read-name): Remove unused variables `start' and
24589         `member-info'.
24590         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24591         to `tags-file'.
24593         * progmodes/etags.el (local-find-tag-hook): Declare.
24594         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24595         Mark unused parameters.
24597         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24598         (executable-interpret): Mark unused parameter.
24600         * progmodes/flymake.el (flymake-process-sentinel)
24601         (flymake-after-change-function)
24602         (flymake-create-temp-with-folder-structure)
24603         (flymake-get-include-dirs-dot): Mark unused parameters.
24604         (flymake-safe-delete-directory): Remove unused variable `err'.
24606         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24607         (speedbar-timer-fn, speedbar-line-text)
24608         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24609         (speedbar-center-buffer-smartly): Declare functions.
24610         (gdb-find-watch-expression): Remove unused variable `array'.
24611         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24612         (gdb-starting): Mark unused parameters.
24613         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24614         (gdb-table-string): Remove unused variable `res'.
24615         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24616         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24617         (gdb-display-buffer): Remove unused variable `cur-size'.
24619         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24620         allow lexical-binding compilation.
24621         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24622         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24623         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24624         Mark unused parameters.
24625         (gud-gdb-marker-filter): Remove unused variable `match'.
24626         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24627         lambda expressions and funcall them, instead of using `fset'.
24629         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24630         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24632         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24633         variable `header-beg'; use `let'.
24635         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24636         `restart', `last-sexp' and `at-do'.
24638         * progmodes/js.el (js--debug): Mark unused parameter.
24639         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24640         (js--splice-into-items): Remove unused variable `item'.
24641         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24643         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24644         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24645         (makefile-complete): Remove unused variable `try'.
24646         (makefile-fill-paragraph, makefile-match-function-end):
24647         Mark unused parameters.
24649         * progmodes/octave-inf.el (inferior-octave-complete):
24650         Remove unused variable `proc'.
24651         (inferior-octave-output-digest): Mark unused parameter.
24653         * progmodes/perl-mode.el (perl-calculate-indent):
24654         Remove unused variable `err'.
24656         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24657         (prolog-indent-line): Mark unused parameters.
24658         (prolog-indent-line): Remove unused variable `beg'.
24660         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24661         (reporter-dont-compact-list): Declare.
24663         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24664         Remove unused variable `char'.
24665         (sh-debug): Mark unused parameter.
24666         (sh-get-indent-info): Remove unused variable `start'.
24667         (sh-calculate-indent): Remove unused variable `var'.
24669         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24670         (simula-electric-keyword): Remove unused variable `null'.
24671         (simula-search-backward, simula-search-forward): Remove unused
24672         variables `begin' and `end'.
24674         * progmodes/vera-mode.el (vera-guess-basic-syntax):
24675         Remove unused variable `pos'.
24676         (vera-electric-tab, vera-comment-uncomment-region):
24677         Mark unused parameters.
24678         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24680 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
24682         * emacs-lisp/package.el (package--builtins, package-alist)
24683         (package-load-descriptor, package-built-in-p, package-activate)
24684         (define-package, package-installed-p)
24685         (package-compute-transaction, package-buffer-info)
24686         (package--push): Doc fix.  Distinguish more clearly between
24687         version strings and version lists.
24689 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
24691         Lexical-binding cleanup.
24693         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24694         (5x5-make-mutate-best):
24695         * play/fortune.el (fortune-in-buffer):
24696         * play/gomoku.el (gomoku-init-display):
24697         * play/solitaire.el (solitaire, solitaire-do-check):
24698         * play/tetris.el (tetris-default-update-speed-function):
24699         Mark unused parameters.
24701         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24702         (bubbles--shift): Remove unused variable `char-org'.
24703         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
24704         (bubbles--show-images): Remove unused variable `char'.
24706         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24707         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24708         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24709         (decipher-analyze-buffer): Use ?\s.
24710         (decipher-make-checkpoint): Remove unused variable `mapping'.
24712         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24714         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24715         Remove unused variable `result'; use `let'.
24717         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24718         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24719         (gametree-children-shown-p, gametree-compute-reduced-score):
24720         Use `ignore-errors'.
24722         * play/handwrite.el (ps-lpr-switches): Declare.
24723         (handwrite): Remove unused variables `pmin' and `lastp'.
24725         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24727         * play/landmark.el (landmark-init-display)
24728         (landmark-update-naught-weights): Mark unused parameters.
24729         (landmark-y): Remove unused variable `noise'.  Simplify.
24730         (landmark-human-plays): Remove unused variable `score'.
24732         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24733         (mpuz-try-proposal): Remove unused variable `game'.
24735         * play/zone.el (life-patterns): Declare.
24737 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
24739         * vc/vc.el (ediff-vc-internal): Declare function.
24741 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24743         * shell.el: Use lexical-binding and std completion UI.
24744         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24745         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24746         comint-preoutput-filter-functions rather than on
24747         comint-output-filter-functions.
24748         (shell-command-completion, shell--command-completion-data)
24749         (shell-filename-completion, shell-environment-variable-completion)
24750         (shell-c-a-p-replace-by-expanded-directory): New functions.
24751         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24752         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24753         (shell-dynamic-complete-environment-variable): Use them.
24754         (shell-dynamic-complete-as-environment-variable)
24755         (shell-dynamic-complete-as-command): Remove.
24756         (shell-match-partial-variable): Match past point.
24757         * comint.el: Clean up use of completion-at-point-functions.
24758         (comint-completion-at-point): New function.
24759         (comint-mode): Use it completion-at-point-functions.
24760         (comint-dynamic-complete): Make it obsolete.
24761         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24762         (comint-c-a-p-replace-by-expanded-history): New function.
24763         (comint-dynamic-complete-functions)
24764         (comint-replace-by-expanded-history): Use it.
24765         * minibuffer.el (completion-table-with-terminator): Allow dynamic
24766         termination strings.  Try harder to avoid second try-completion.
24767         (completion-in-region-mode-map): Disable bindings that don't work yet.
24769         * comint.el: Use lexical-binding.  Require CL.
24770         (comint-dynamic-complete-functions): Use comint-filename-completion.
24771         (comint-completion-addsuffix): Tweak custom type.
24772         (comint-filename-completion, comint--common-suffix)
24773         (comint--common-quoted-suffix, comint--table-subvert)
24774         (comint--complete-file-name-data): New functions.
24775         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24776         (comint-dynamic-list-filename-completions): Use them.
24777         (comint-dynamic-simple-complete): Make obsolete.
24779         * minibuffer.el (completion-in-region-mode):
24780         Keep completion-in-region-mode--predicate global.
24781         (completion-in-region--postch):
24782         Assume completion-in-region-mode--predicate is not null.
24784         * progmodes/flymake.el (flymake-start-syntax-check-process):
24785         Obey `dir'.  Simplify.
24787         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24788         we're in VC after all.
24790 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
24792         * vc/vc.el (vc-diff-build-argument-list-internal)
24793         (vc-version-ediff, vc-ediff): New commands.
24794         (vc-version-diff): Use vc-diff-build-argument-list-internal.
24796 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24798         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24799         add sanity check.
24801         * obsolete/erc-hecomplete.el: Make obsolete.
24802         * obsolete/: Standardize obsolescence info in the header.
24804 2011-04-20  Glenn Morris  <rgm@gnu.org>
24806         * calendar/solar.el (solar-horizontal-coordinates):
24807         Use the longitude argument rather than `calendar-longitude'.
24808         (solar-date-next-longitude): Remove unused locals.
24810 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24812         * whitespace.el: New version 13.2.1.
24814 2011-04-20  felix  <EmacsWiki>  (tiny change)
24816         * whitespace.el (global-whitespace-mode): Keep highlight when
24817         switching between major modes on a file.
24819 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24821         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24822         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24823         multi-line comments as well.
24825 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
24827         Lexical-binding cleanup.
24829         * arc-mode.el (archive-mode-revert):
24830         * cmuscheme.el (scheme-interactively-start-process):
24831         * custom.el (custom-initialize-delay):
24832         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24833         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24834         * emacs-lock.el (emacs-lock-clear-sentinel):
24835         * ezimage.el (defezimage):
24836         * follow.el (follow-avoid-tail-recenter):
24837         * fringe.el (set-fringe-mode-1):
24838         * generic-x.el (bat-generic-mode-compile):
24839         * help-mode.el (help-info-variable, help-do-xref)
24840         (help-mode-revert-buffer):
24841         * help.el (view-emacs-todo):
24842         * iswitchb.el (iswitchb-completion-help):
24843         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24844         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24845         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24846         * locate.el (locate-update):
24847         * longlines.el (longlines-encode-region)
24848         (longlines-after-change-function):
24849         * outline.el (outline-isearch-open-invisible):
24850         * ps-def.el (declare-function, charset-dimension, char-width)
24851         (encode-char):
24852         * ps-mule.el (ps-mule-plot-string):
24853         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24854         (recentf-edit-list-select, recentf-edit-list-validate)
24855         (recentf-open-files-action):
24856         * rect.el (delete-whitespace-rectangle-line)
24857         (rectangle-number-line-callback):
24858         * register.el (window-configuration-to-register)
24859         (frame-configuration-to-register):
24860         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24861         * select.el (xselect-convert-to-string, xselect-convert-to-length)
24862         (xselect-convert-to-targets, xselect-convert-to-delete)
24863         (xselect-convert-to-filename, xselect-convert-to-charpos)
24864         (xselect-convert-to-lineno, xselect-convert-to-colno)
24865         (xselect-convert-to-os, xselect-convert-to-host)
24866         (xselect-convert-to-user, xselect-convert-to-class)
24867         (xselect-convert-to-name, xselect-convert-to-integer)
24868         (xselect-convert-to-atom, xselect-convert-to-identity):
24869         * subr.el (declare, ignore, process-kill-without-query)
24870         (text-clone-maintain):
24871         * terminal.el (te-get-char, te-tic-sentinel):
24872         * tool-bar.el (tool-bar-make-keymap):
24873         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24874         * type-break.el (type-break-mode, type-break-noninteractive-query):
24875         * view.el (View-back-to-mark):
24876         * wid-browse.el (widget-browse-action, widget-browse-widget)
24877         (widget-browse-widgets, widget-browse-sexp):
24878         * widget.el (define-widget-keywords):
24879         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24880         Mark unused parameters.
24882         * align.el (align-adjust-col-for-rule): Mark unused parameter.
24883         (align-areas): Remove unused variable `look'.
24884         (align-region): Remove unused variables `real-end' and `pos-list'.
24886         * apropos.el (apropos-score-doc): Remove unused variable `i'.
24888         * bindings.el (mode-line-modified, mode-line-remote):
24889         Mark unused parameters.
24890         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24892         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24893         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24895         * comint.el (comint-history-isearch-pop-state)
24896         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24897         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24898         (comint-substitute-in-file-name): Doc fix.
24900         * completion.el (cmpl-statistics-block): Mark unused parameter.
24901         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24902         (save-completions-to-file, load-completions-from-file):
24903         Remove unused local variable `e'.
24905         * composite.el (compose-chars): Remove unused variable `len'.
24906         (lgstring-insert-glyph): Remove unused variable `g'.
24907         (compose-glyph-string): Remove unused variables `ascent',
24908         `descent', `lbearing' and `rbearing'.
24909         (compose-glyph-string-relative): Remove unused variables
24910         `lbearing', `rbearing' and `wadjust'.
24911         (compose-gstring-for-graphic): Remove unused variables `header',
24912         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
24913         (compose-gstring-for-terminal): Remove unused variables `header'
24914         and `nchars'.  Use `let', not `let*'.
24916         * cus-edit.el (Custom-set, Custom-save, custom-reset)
24917         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24918         (Custom-buffer-done, custom-buffer-create-internal)
24919         (custom-browse-visibility-action, custom-browse-group-tag-action)
24920         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24921         (widget-magic-mouse-down-action, custom-toggle-parent)
24922         (custom-add-parent-links, custom-toggle-hide-variable)
24923         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24924         (custom-toggle-hide-face, face, hook, custom-group-link-action)
24925         (custom-face-menu-create, custom-variable-menu-create, get)
24926         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24927         (custom-reset-standard-save-and-update): Remove unused variable `value'.
24928         (customize-apropos): Remove unused variable `tests'.
24929         (custom-group-value-create): Remove unused variable `hidden-p'.
24930         (sort-fold-case): Declare.
24932         * cus-theme.el (custom-reset-standard-faces-list)
24933         (custom-reset-standard-variables-list): Declare.
24934         (customize-create-theme, custom-theme-revert, custom-theme-write)
24935         (custom-theme-choose-mode, customize-themes, custom-theme-save):
24936         Mark unused parameters.
24938         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24940         * delim-col.el (delimit-columns-max): Move defvar before first use.
24942         * descr-text.el (describe-char-categories): Don't quote `lambda'.
24943         (describe-char): Don't quote `lambda'.  Mark unused parameter.
24945         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24946         (auto-insert): Declare.
24947         (desktop-restore-file-buffer): Rename desktop-* parameters;
24948         mark unused ones.
24949         (desktop-create-buffer): Rename desktop-* parameters and bind them.
24950         (desktop-buffer): Rename desktop-* parameters.
24952         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24953         (dframe-reposition-frame-xemacs, dframe-help-echo)
24954         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24955         Mark unused parameters.
24957         * dired-aux.el (backup-extract-version-start, overwrite-query)
24958         (overwrite-backup-query, rename-regexp-query)
24959         (rename-non-directory-query): Declare.
24960         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24961         (dired-add-entry): Remove unused variable `orig-file-name'.
24962         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24963         Use parameter PRESERVE-TIME instead of accessing dynamic variable
24964         `dired-copy-preserve-time' directly.
24965         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24966         (dired-insert-subdir-newpos): Rename unused variable `pos'.
24968         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24969         (dired-virtual-revert, dired-make-relative-symlink):
24970         Mark unused parameters.
24971         (manual-program): Declare.
24972         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24973         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24974         wrapped in `with-no-warnings' to avoid replacing one warning by another.
24976         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24978         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24980         * echistory.el (electric-history-in-progress, Helper-return-blurb):
24981         Declare.
24983         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24985         * electric.el (Electric-command-loop): Rename parameter
24986         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24988         * expand.el (expand-in-literal): Remove unused variable `here'.
24990         * facemenu.el (facemenu-add-new-color):
24991         Remove unused variable `docstring'.
24993         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24994         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24995         (face-attr-construct): Mark unused parameter.  Doc fix.
24996         (read-color): Remove unused variable `hex-string'.
24998         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24999         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25000         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25001         (display-buffer-other-frame): Remove unused variable `old-window'.
25002         (kill-buffer-hook): Declare.
25003         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25004         Mark unused parameters.
25005         (after-find-file): Pass 1 to `auto-save-mode', not t.
25007         * files-x.el (auto-insert): Declare.
25008         (modify-file-local-variable-prop-line): Remove unused variable `val'.
25010         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25011         variable `buf'.  Mark unused parameter.
25012         (find-lisp-insert-directory): Mark unused parameter.
25014         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25015         (format-encode-region): Remove unused variables `cur-buf' and `result'.
25016         (format-common-tail): Remove, unused.
25017         (format-deannotate-region): Remove unused variable `loc'.
25018         (format-annotate-region): Remove unused variable `p'.
25019         (format-annotate-single-property-change): Remove unused variables
25020         `default' and `tail'.
25022         * forms.el (read-file-filter): Declare.
25023         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25025         * frame.el (frame-creation-function-alist): Mark unused parameter.
25026         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25028         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25029         Remove unused parameters.
25030         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25031         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25033         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25034         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25035         (hfy-prepare-tag-map): Mark unused parameters.
25036         (htmlfontify-buffer): Use `called-interactively-p'.
25038         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25039         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25040         (ibuffer-do-occur): Mark unused parameters.
25041         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25042         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25044         * ibuffer.el: Don't quote `lambda'.
25045         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25046         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25047         Mark unused parameters.
25049         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25050         (ido-completing-read): Mark unused parameters.
25051         (ido-copy-current-word): Mark unused parameters;
25052         remove unused variable `name'.
25053         (ido-sort-merged-list): Remove unused parameter `dirs'.
25055         * ielm.el (ielm-input-sender): Mark unused parameter.
25056         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25057         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25058         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25059         `ielm-string' as a dynamic variable accessible from the IELM prompt.
25060         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
25062         * image-dired.el (image-dired-display-thumbs): Remove unused
25063         variables `curr-file' and `count'.
25064         (image-dired-remove-tag): Remove unused variable `start'.
25065         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25066         variable `curr-file'
25067         (image-dired-rotate-original): Remove unused variable `temp-file'.
25068         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25069         Remove unused variable `file'.
25070         (image-dired-gallery-generate): Remove unused variable `curr'.
25071         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25073         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25075         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25077         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25079         * isearch.el (minibuffer-history-symbol): Declare.
25080         (isearch-edit-string): Remove unused variable `err'.
25081         (isearch-message-prefix, isearch-message-suffix):
25082         Mark unused parameters.
25084         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25086         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25088         * makesum.el (double-column): Remove unused variable `cnt'.
25090         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25091         (ido-ignore-item-temp-list): Declare.
25093         * mouse-drag.el (mouse-drag-throw): Remove unused variables
25094         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25095         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25096         (mouse-drag-drag): Remove unused variables `mouse-delta' and
25097         `mouse-col-delta'.
25099         * mouse-sel.el (mouse-extend-internal):
25100         Remove unused variable `orig-window-frame'.
25102         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25103         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25104         Move declarations before first use.
25105         (pcomplete-opt): Mark unused parameters; doc fix.
25107         * proced.el (proced-revert): Mark unused parameter.
25108         (proced-send-signal): Remove unused variable `err'.
25110         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25111         Rename parameter PREFIX-ARG to ARG.
25112         (ps-basic-plot-string, ps-basic-plot-whitespace):
25113         Mark unused parameters.
25115         * replace.el (replace-count): Define.
25116         (occur-revert-function): Mark unused parameters.
25117         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25118         (isearch-case-fold-search, isearch-string): Declare.
25119         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25120         bind `case-fold-search'.  Remove unused variables `beg' and `end',
25121         and simplify.
25122         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25123         COUNT and bind `replace-count'.
25124         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25125         to COUNT.
25127         * savehist.el (print-readably, print-string-length): Declare.
25129         * shadowfile.el (shadow-expand-cluster-in-file-name):
25130         Remove unused variable `cluster'.
25131         (shadow-copy-file): Remove unused variable `i'.
25132         (shadow-noquery, shadow-clusters, shadow-site-cluster)
25133         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25134         (shadow-define-literal-group, shadow-define-regexp-group)
25135         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25137         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25138         (shell): Use `called-interactively-p'.
25139         (shell-directory-tracker): Remove unused variable `chdir-failure'.
25141         * simple.el (compilation-context-lines, comint-file-name-quote-list)
25142         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25143         (delete-backward-char): Remove unused variable `ocol'.
25144         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25145         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25146         (event-apply-hyper-modifier, event-apply-shift-modifier)
25147         (event-apply-control-modifier, event-apply-meta-modifier):
25148         Mark unused parameters.
25149         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25150         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25152         * speedbar.el (speedbar-ignored-directory-expressions)
25153         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25154         (speedbar-find-file, speedbar-dir-follow)
25155         (speedbar-directory-buttons-follow, speedbar-tag-find)
25156         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25157         (speedbar-buffers-line-directory, speedbar-buffer-click):
25158         Mark unused parameters.
25159         (speedbar-tag-file): Remove unused variable `mode'.
25160         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25162         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25164         * talk.el (talk): Remove unused variable `display'.
25166         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25167         (tar-write-region-annotate): Mark unused parameter.
25169         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25170         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25171         Declare them, wrapped in `with-no-warnings' to avoid replacing one
25172         warning by another.
25174         * time-stamp.el (time-stamp-string-preprocess):
25175         Remove unused variable `require-padding'.
25177         * tree-widget.el (widget-glyph-enable): Declare.
25178         (tree-widget-action): Mark unused parameter.
25180         * w32-fns.el (x-get-selection): Mark unused parameter.
25181         (autoload-make-program, generated-autoload-file): Declare.
25183         * wdired.el (wdired-revert): Mark unused parameters.
25184         (wdired-xcase-word): Remove unused variable `err'.
25186         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25187         (whitespace-help-scroll): Remove unused variable `data-help'.
25189         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25190         (widget-image-insert, widget-after-change, default)
25191         (widget-default-format-handler, widget-default-notify)
25192         (widget-default-prompt-value, widget-info-link-action)
25193         (widget-url-link-action, widget-function-link-action)
25194         (widget-variable-link-action, widget-file-link-action)
25195         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25196         (widget-field-prompt-internal, widget-field-action, widget-field-match)
25197         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25198         (widget-insert-button-action, widget-delete-button-action, visibility)
25199         (widget-documentation-link-action, widget-documentation-string-action)
25200         (widget-const-prompt-value, widget-regexp-match, symbol)
25201         (widget-coding-system-prompt-value)
25202         (widget-key-sequence-value-to-external, sexp)
25203         (widget-sexp-value-to-internal, character, vector, cons)
25204         (widget-choice-prompt-value, widget-boolean-prompt-value)
25205         (widget-color--choose-action): Mark unused parameters.
25206         (widget-item-match-inline, widget-choice-match-inline)
25207         (widget-checklist-match, widget-checklist-match-inline)
25208         (widget-group-match): Rename parameter VALUES to VALS.
25209         (widget-field-value-set): Remove unused variable `size'.
25210         (widget-color-action): Remove unused variables `value' and `start'.
25212         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25213         variable `dir'.  Doc fix.
25214         (windmove-find-other-window): Don't pass it.
25216         * window.el (count-windows): Mark unused parameter.
25217         (bw-adjust-window): Remove unused variable `err'.
25219         * woman.el (woman-file-name): Remove unused variable `default'.
25220         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25221         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25222         (global-font-lock-mode): Declare.
25223         (woman-decode-region): Mark unused parameter.
25224         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25226         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25227         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25228         (x-dnd-handle-moz-url): Remove unused variable `title'.
25229         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25231         * xml.el (xml-parse-tag, xml-parse-attlist):
25232         Remove unused variable `pos'.
25234 2011-04-19  Glenn Morris  <rgm@gnu.org>
25236         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25237         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25238         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25239         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25240         * calendar/cal-html.el (cal-html-insert-minical):
25241         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25242         (calendar-mark-date-pattern):
25243         Prefix "unused" locals.
25245         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25246         optional argument `style'.
25248         * calendar/appt.el (appt-make-list):
25249         * calendar/cal-china.el (calendar-chinese-date-string):
25250         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25251         (diary-hebrew-yahrzeit):
25252         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25253         * calendar/calendar.el (calendar-generate-window):
25254         * calendar/time-date.el (time-to-days):
25255         Remove unused local variables.
25257 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
25259         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25260         glyphless-char-display table.
25261         (tabulated-list-glyphless-char-display): New var.
25263 2011-04-18  Sam Steingold  <sds@gnu.org>
25265         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25266         to acknowledgments.
25268 2011-04-17  Glenn Morris  <rgm@gnu.org>
25270         * calendar/diary-lib.el (diary-sexp-entry):
25271         * calendar/holidays.el (holiday-sexp):
25272         Set debug-on-error rather than the removed stack-trace-on-error.
25274 2011-04-16  Glenn Morris  <rgm@gnu.org>
25276         * progmodes/f90.el: Use lexical-binding.
25277         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25279 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25281         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25282         (mail-mode): Setup mailalias completion here instead.
25283         * mail/mailalias.el: Use lexical-binding.
25284         (pattern, mailalias-done): Declare dynamic.
25285         (mail-completion-at-point-function): New function, from mail-complete.
25286         (mail-complete): Use it.
25287         (mail-completion-expand): New function.
25288         (mail-get-names): Use it.
25289         (mail-directory, mail-directory-process, mail-directory-stream):
25290         Don't use `pattern' for lexically bound arg.
25292         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25294         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25295         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25296         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25298         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25299         (byte-save-window-excursion, byte-temp-output-buffer-setup)
25300         (byte-interactive-p): Define them again, for use when inlining
25301         old code.
25303 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
25305         * loadup.el: Use `string-to-number', not `string-to-int'.
25307 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25309         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25310         gud-gdb-complete-command.
25311         (gud-gdb-completions): New function, from gud-gdb-complete-command.
25312         (gud-gdb-completion-at-point): New function.
25313         (gud-gdb-completions): Remove.
25315 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
25317         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25318         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
25319         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25320         whether `executable-find' is bound.
25322         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25324 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25326         * minibuffer.el (completion-in-region-mode-predicate)
25327         (completion-in-region-mode--predicate): New vars.
25328         (completion-in-region, completion-in-region--postch)
25329         (completion-in-region-mode): Use them.
25330         (completion--capf-wrapper): Also return the hook function.
25331         (completion-at-point, completion-help-at-point):
25332         Adjust and provide a predicate.
25334         Preserve arg names for advice of subr and lexical functions (bug#8457).
25335         * help-fns.el (help-function-arglist): Consolidate the subr and
25336         new-byte-code cases.  Add argument `preserve-names' to extract names
25337         from the docstring when needed.
25338         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25339         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25340         (ad-arglist): Use help-function-arglist's new arg.
25341         (ad-definition-type): Use cond.
25343 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
25345         * autorevert.el (auto-revert-handler):
25346         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25347         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25348         Don't quote lambda.
25350         * image-mode.el (image-transform-set-scale):
25351         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25353 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25355         * net/network-stream.el (network-stream-open-starttls): Only do
25356         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25357         Upgrades via gnutls-cli are too slow to be done opportunistically.
25359 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
25361         * dframe.el (dframe-current-frame): Remove spurious quote.
25363 2011-04-12  Glenn Morris  <rgm@gnu.org>
25365         * calendar/cal-tex.el (cal-tex-end-document):
25366         Try to automatically use latin1 input if needed.
25368         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25369         Don't try to cons a mark onto an empty element.
25371 2011-04-11  Leo Liu  <sdl.web@gmail.com>
25373         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25374         buffers.
25375         (ido-kill-buffer-at-head): Support killing virtual buffers.
25377 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
25379         * minibuffer.el (completion-show-inline-help): New var.
25380         (completion--do-completion, minibuffer-complete)
25381         (minibuffer-force-complete, minibuffer-complete-word):
25382         Inhibit minibuffer messages if completion-show-inline-help is nil.
25384         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25385         to avoid interference from inline help (Bug#5849).
25387 2011-04-10  Leo Liu  <sdl.web@gmail.com>
25389         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25390         Fix typo.
25392 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
25394         * image-mode.el (image-toggle-display-image): Signal an error if
25395         not in Image mode.
25396         (image-transform-mode, image-transform-resize)
25397         (image-transform-set-rotation): Doc fix.
25398         (image-transform-set-resize): Delete.
25399         (image-transform-set-scale, image-transform-fit-to-height)
25400         (image-transform-fit-to-width): Handle image-toggle-display-image
25401         and image-transform-resize directly.
25403 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
25405         * doc-view.el (doc-view-fit-width-to-window)
25406         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25407         New functions for fitting the shown image to the Emacs window size.
25408         (doc-view-mode-map): Add bindings for the new functions.
25410 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
25412         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25413         Fix typo in docstring.
25415 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25417         * files.el (file-size-human-readable): Produce one digit after
25418         decimal, like "ls -lh" does.
25420         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25421         the file size representation.
25423         * simple.el (list-processes): If async subprocesses are not
25424         available, error out with a clear error message.
25426 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
25428         * help.el (help-form-show): New function, to be called from C.
25429         Put help-form output in a buffer named differently than *Help*.
25431 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25433         * files.el (file-size-human-readable): New function.
25435         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25436         computing the representation inline.  Don't require `cl'.
25438 2011-04-08  Glenn Morris  <rgm@gnu.org>
25440         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25442         * net/browse-url.el (browse-url-firefox):
25443         Test system-type, not system-configuration.
25445         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25446         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25447         Use log-edit-empty-buffer-p.  (Bug#7598)
25449         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25450         (rlogin-mode-map): Initialize in the defvar.
25451         (rlogin): Use ignore-errors.
25453         * replace.el (occur-mode-map): Some fixes for menu items.
25455 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25457         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25459 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25461         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25462         issuing unused warnings.
25464         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25465         macro directly.
25467         * simple.el: Lisp reimplement of list-processes.  Based on an
25468         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25469         (process-menu-mode): New major mode.
25470         (list-processes--refresh, list-processes):
25471         (process-menu-visit-buffer): New functions.
25473         * files.el (save-buffers-kill-emacs): Don't assume any return
25474         value of list-processes, which is undocumented anyway.
25476 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25478         * emacs-lisp/tabulated-list.el: New file.
25480         * emacs-lisp/package.el: Use Tabulated List mode.
25481         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25482         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25483         table format using Tabulated List mode variables.
25484         (package--push): New macro, replacing package-list-maybe-add.
25485         (package-menu--generate): Use package--push.  Renamed from
25486         package--generate-package-list.
25487         (package-menu-refresh, list-packages): Use it.
25488         (package-menu--print-info): Rename from package-print-package.
25489         Return insertion data instead of inserting it directly.
25490         (package-menu-describe-package, package-menu-execute):
25491         Use tabulated-list-get-id.
25492         (package-menu-mark-delete, package-menu-mark-install)
25493         (package-menu-mark-unmark, package-menu-backup-unmark)
25494         (package-menu-mark-obsolete-for-deletion):
25495         Use tabulated-list-put-tag.
25496         (package--list-packages, package-menu-revert)
25497         (package-menu-get-package, package-menu-get-version)
25498         (package-menu-sort-by-column): Functions deleted.
25499         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25500         (package-menu--status-predicate, package-menu--version-predicate)
25501         (package-menu--name-predicate)
25502         (package-menu--description-predicate): Handle arguments in the
25503         Tabulated List format.
25504         (package-list-packages-no-fetch): Call list-packages.
25506 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25508         * files.el (after-find-file-from-revert-buffer): Remove variable.
25509         (after-find-file): Don't bind it.
25510         (revert-buffer-in-progress-p): New variable.
25511         (revert-buffer): Bind it.
25512         Pass nil for `after-find-file-from-revert-buffer'.
25514         * saveplace.el (save-place-find-file-hook): Use new variable
25515         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25517 2011-04-06  Glenn Morris  <rgm@gnu.org>
25519         * Makefile.in (AUTOGEN_VCS): New variable.
25520         (autoloads): Use $AUTOGEN_VCS.
25522         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25523         * calendar/calendar.el (calendar-mode-map):
25524         Check for toolkit scroll bars.  (Bug#8305)
25526 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25528         * minibuffer.el (completion-in-region--postch)
25529         (completion-in-region-mode): Remove unnecessary messages.
25531 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25533         * font-lock.el (font-lock-refresh-defaults):
25534         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25535         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25537         * info.el (Info-directory-list, Info-read-node-name-2)
25538         (Info-split-parameter-string): Doc fixes.
25539         (Info-virtual-nodes): Reflow docstring.
25540         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25541         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25542         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25543         Fix typos in docstrings.
25544         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25545         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25546         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25547         (Info-restore-desktop-buffer): Mark unused parameters.
25548         (Info-directory-find-file, Info-directory-find-node)
25549         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25550         (Info-virtual-index-find-node, Info-apropos-find-file)
25551         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25552         Mark unused parameters; fix typos in docstrings.
25553         (Info-virtual-index): Remove unused local variable `nodename'.
25555 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25557         * net/rcirc.el: Update my e-mail address.
25558         (rcirc-mode-map): Remove M-o binding.
25560 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25562         * startup.el (command-line): Save the cursor's theme-face
25563         directly, instead of using face-override-spec.
25565         * custom.el (load-theme): Minor optimization in assigning faces.
25567 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25569         * help-fns.el (describe-variable): Complete all variables having
25570         documentation, including keywords.
25571         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25573 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25575         Convert to lexical-binding.
25577         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25578         (bs--get-marked-string, bs--get-modified-string)
25579         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25580         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25581         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25583         * ehelp.el (electric-help-execute-extended)
25584         (electric-help-ctrl-x-prefix):
25585         * hexl.el (hexl-revert-buffer-function):
25586         * linum.el (linum-after-change, linum-after-scroll):
25587         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25589         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25591 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25593         * epa-dired.el:
25594         * epa-mail.el:
25595         * epa-hook.el:
25596         * epa-file.el:
25597         * epa.el:
25598         * epg.el: Use lexical binding.
25600 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25602         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25604         * textmodes/flyspell.el (flyspell-word): Recognize default
25605         dictionary case for flyspell-mark-duplications-exceptions.
25606         Use regexp matching for languages.
25607         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25608         default dictionary (Bug#7926).
25610 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25612         * emacs-lisp/package.el (package--with-work-buffer):
25613         Recognize https URLs.
25615         * net/network-stream.el: Move from gnus/proto-stream.el.
25616         Change prefix to network-stream throughout.
25617         (open-protocol-stream): Merge into open-network-stream, leaving
25618         open-protocol-stream as an alias.  Handle nil BUFFER args.
25620         * subr.el (open-network-stream): Move to net/network-stream.el.
25622 2011-04-02  Glenn Morris  <rgm@gnu.org>
25624         * find-dired.el (find-exec-terminator): New option.
25625         (find-ls-option): Test for -ls support.
25626         (find-ls-subdir-switches): Test for -b in find-ls-option.
25627         (find-dired, find-grep-dired): Doc fixes.
25628         (find-dired): Use find-exec-terminator.
25630         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25631         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25632         (find-name-arg): Remove purecopy.
25634         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25635         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25636         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25637         accordingly.  Don't add the null-device if not needed.
25639         * files.el (save-some-buffers): Doc fix.
25641 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25643         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25645 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
25647         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25648         Use `dolist' rather than `mapcar'.
25650 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25652         Add lexical binding.
25654         * subr.el (apply-partially): Use new closures rather than CL.
25655         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25656         (dolist, dotimes): Use slightly different expansion for lexical code.
25657         (functionp): Move to C.
25658         (letrec): New macro.
25659         (with-wrapper-hook): Use it and apply-partially instead of CL.
25660         (eval-after-load): Preserve lexical-binding.
25661         (save-window-excursion, with-output-to-temp-buffer): Turn them
25662         into macros.
25664         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25666         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25667         than the arglist.
25668         (help-add-fundoc-usage): Don't add `Not documented'.
25669         (help-function-arglist): Handle closures, subroutines, and new
25670         byte-code-functions.
25671         (help-make-usage): Remove leading underscores.
25672         (describe-function-1): Handle closures.
25673         (describe-variable): Use special-variable-p for completion.
25675         * files.el (lexical-binding): Declare safe.
25677         * emacs-lisp/pcase.el: Don't use destructuring-bind.
25678         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
25679         (pcase): Add `let' pattern.
25680         Change memoization so it actually works.
25681         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25682         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25683         <let>: New case.
25685         * emacs-lisp/macroexp.el: Use lexical binding.
25686         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
25687         Don't convert ' to #' without checking that it's indeed quoting
25688         a lambda.
25690         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25691         Use eval-sexp-add-defvars.
25692         (eval-sexp-add-defvars): New fun.
25694         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25696         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25697         Don't autoload.
25698         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25699         than the internal `byte-compile-lambda'.
25700         (defmethod): Don't hide code under quotes.
25701         (eieio-defmethod): New `code' argument.
25703         * emacs-lisp/eieio-comp.el: Remove.
25705         * emacs-lisp/edebug.el (edebug-eval-defun)
25706         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25707         (edebug-toggle): Avoid `eval'.
25709         * emacs-lisp/disass.el (disassemble-internal): Handle new
25710         `closure' objects.
25711         (disassemble-1): Handle new byte codes.
25713         * emacs-lisp/cl.el (pushnew): Silence warning.
25715         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25716         (cl-byte-compile-throw): Remove.
25717         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25719         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25720         closures.
25722         * emacs-lisp/cconv.el: New file.
25724         * emacs-lisp/bytecomp.el: Use lexical binding instead of
25725         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
25726         (byte-compile-initial-macro-environment):
25727         Handle declare-function here.
25728         (byte-compile--lexical-environment): New var.
25729         (byte-stack-ref, byte-stack-set, byte-discardN)
25730         (byte-discardN-preserve-tos): New lap codes.
25731         (byte-interactive-p): Don't use any more.
25732         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25733         New macros.
25734         (byte-compile-lapcode): Use them and handle new lap codes.
25735         (byte-compile-obsolete): Remove.
25736         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25737         (byte-compile-arglist-warn): Check late def of inlinable funs.
25738         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25739         since they should have been expanded by now.
25740         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25741         (byte-compile-from-buffer): Remove unused second arg.
25742         (byte-compile-preprocess): New function.
25743         (byte-compile-toplevel-file-form): New function to distinguish
25744         file-form calls from outside from file-form calls from hunk-handlers.
25745         (byte-compile-file-form): Simplify.
25746         (byte-compile-file-form-defsubst): Remove.
25747         (byte-compile-file-form-defmumble): Simplify now that
25748         byte-compile-lambda always returns a byte-code-function.
25749         (byte-compile): Preprocess.
25750         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25751         Remove, not used any more.
25752         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25753         (byte-compile-make-args-desc): New funs.
25754         (byte-compile-lambda): Handle lexical functions.  Always return
25755         a byte-code-function.
25756         (byte-compile-reserved-constants): New var, to make up room for
25757         closed-over variables.
25758         (byte-compile-constants-vector): Obey it.
25759         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25760         (byte-compile-macroexpand-declare-function): New function.
25761         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25762         byte-code-functions.
25763         (byte-compile-form): Check obsolescence here.
25764         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25765         (byte-compile-variable-ref): Remove.
25766         (byte-compile-dynamic-variable-op): New fun.
25767         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25768         (byte-compile-variable-set): New funs.
25769         (byte-compile-discard): Add 2 args.
25770         (byte-compile-stack-ref, byte-compile-stack-set)
25771         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25772         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25773         macroexpand-all instead.
25774         (byte-compile-quote-form): Remove.
25775         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25776         (byte-compile-bind, byte-compile-unbind): New funs.
25777         (byte-compile-let): Handle let* and lexical binding.
25778         (byte-compile-let*): Remove.
25779         (byte-compile-catch, byte-compile-unwind-protect)
25780         (byte-compile-track-mouse, byte-compile-condition-case):
25781         Handle a new :fun-body form, used for lexical scoping.
25782         (byte-compile-save-window-excursion)
25783         (byte-compile-with-output-to-temp-buffer): Remove.
25784         (byte-compile-defun): Simplify.
25785         (byte-compile-stack-adjustment): New fun.
25786         (byte-compile-out): Use it.
25787         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25789         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25790         handler any more.
25792         * emacs-lisp/byte-opt.el: Use lexical binding.
25793         (byte-inline-lapcode): Remove (to bytecomp).
25794         (byte-compile-inline-expand): Pay attention to inlining to/from
25795         lexically bound code.
25796         (byte-compile-unfold-lambda): Don't handle byte-code-functions
25797         any more.
25798         (byte-optimize-form-code-walker): Don't handle save-window-excursion
25799         any more and don't call compiler-macros.
25800         (byte-compile-splice-in-already-compiled-code): Remove.
25801         (byte-code): Don't inline any more.
25802         (disassemble-offset): Receive `bytes' as argument rather than via
25803         dynamic scoping.
25804         (byte-compile-tag-number): Declare before first use.
25805         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25806         `return' even if make-spliceable.
25807         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25808         obsolete interactive-p.
25809         (byte-optimize-lapcode): Optimize new lap-codes.
25810         Don't trip up on new form of `byte-constant' lap code.
25812         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25814         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25816         * custom.el (custom-initialize-default, custom-declare-variable):
25817         Use `defvar'.
25819         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25820         New variables.
25821         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25822         (COMPILE_FIRST): Add macroexp and cconv.
25823         * makefile.w32-in: Mirror changes in Makefile.in.
25825         * vc/cvs-status.el:
25826         * vc/diff-mode.el:
25827         * vc/log-edit.el:
25828         * vc/log-view.el:
25829         * vc/smerge-mode.el:
25830         * textmodes/bibtex-style.el:
25831         * textmodes/css-mode.el:
25832         * startup.el:
25833         * uniquify.el:
25834         * minibuffer.el:
25835         * newcomment.el:
25836         * reveal.el:
25837         * server.el:
25838         * mpc.el:
25839         * emacs-lisp/smie.el:
25840         * doc-view.el:
25841         * dired.el:
25842         * abbrev.el: Use lexical binding.
25844 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
25846         * info.el (info-display-manual): New function.
25848 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25850         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25852 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
25854         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25855         an entry for that server in rcirc-authinfo.  (Bug#8385)
25857 2011-03-31  Glenn Morris  <rgm@gnu.org>
25859         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25861         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25863 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
25865         * progmodes/python.el (python-default-interpreter)
25866         (python-python-command-args, python-jython-command-args)
25867         (python-which-shell, python-which-args, python-which-bufname)
25868         (python-file-queue, python-comint-output-filter-function)
25869         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25870         variables and functions.
25872 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25874         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25875         (completion-in-region-mode): New minor mode.
25876         (completion-in-region): Use it.
25877         (completion-in-region--data, completion-in-region-mode-map): New vars.
25878         (completion-in-region--postch): New function.
25879         (completion--capf-misbehave-funs, completion--capf-safe-funs):
25880         New vars.
25881         (completion--capf-wrapper): New function.
25882         (completion-at-point): Use it to track well-behavedness of
25883         hook functions.
25884         (completion-help-at-point): New command.
25886 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
25888         * vc/add-log.el (add-change-log-entry): Don't use whitespace
25889         syntax class to search for whitespace on a single line
25890         (Message-ID: <4D938140.4030905@redhat.com>).
25892 2011-03-30  Leo Liu  <sdl.web@gmail.com>
25894         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25895         New commands.
25896         (edit-abbrevs-map): Bind them here.
25897         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
25899 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
25901         * allout.el (allout-hide-by-annotation, allout-flag-region):
25902         Reduce possibility of overlay leakage by making them volatile.
25904         * allout-widgets.el (allout-widgets-tally): Define as nil so the
25905         hash is not shared between buffers.  Mode initialization is
25906         responsible for giving it a useful starting value.
25907         (allout-item-span): Reduce possibility of overlay leakage by
25908         making them volatile.
25909         (allout-widgets-count-buttons-in-region): Add diagnostic function
25910         for tracking down button overlay leaks.
25912 2011-03-29  Leo Liu  <sdl.web@gmail.com>
25914         * ido.el (ido-read-internal): Use the default history var
25915         minibuffer-history if no HISTORY is specified.
25917 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
25919         * net/imap.el (imap-shell-open, imap-process-connection-type):
25920         Use imap-process-connection-type for 'shell' streams as well as
25921         Kerberos, SSL, other subprocesses.
25923 2011-03-28  Leo Liu  <sdl.web@gmail.com>
25925         * abbrev.el (abbrev-table-empty-p): New function.
25926         (prepare-abbrev-list-buffer): Place empty abbrev tables after
25927         nonempty ones.  (Bug#5937)
25929 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
25931         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25933 2011-03-27  Leo Liu  <sdl.web@gmail.com>
25935         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25936         for foreground and background colors.
25937         (ansi-color-make-color-map): Adapt.
25939 2011-03-25  Leo Liu  <sdl.web@gmail.com>
25941         * midnight.el (midnight-time-float): Remove.  Note it calculates
25942         the microsecond component incorrectly and seconds-to-time does the
25943         same job.
25944         Remove redundant (require 'timer).
25946         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25947         (ido-completions): Remove unused arguments.  (Bug#8329)
25949 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25951         * minibuffer.el (completion--flush-all-sorted-completions):
25952         Remove itself from hook.
25953         (completion-at-point): Let the functions perform the completion
25954         immediately and return nil or t.
25955         * comint.el (comint-dynamic-complete-functions): Now identical to
25956         completion-at-point-functions.
25957         (comint-dynamic-list-input-ring): Remove unused var `index'.
25958         (comint--match-partial-filename, comint--unquote&expand-filename):
25959         New funs, split from comint-match-partial-filename.
25960         (comint-dynamic-complete): Use completion-at-point.
25961         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25963 2011-03-24  Drew Adams  <drew.adams@oracle.com>
25965         * thingatpt.el: Support `defun'.
25967 2011-03-23  Leo Liu  <sdl.web@gmail.com>
25969         * abbrevlist.el: Move to obsolete/abbrevlist.el.
25971         * help-mode.el (help-mode-finish): Tweak regexp.
25973 2011-03-23  Glenn Morris  <rgm@gnu.org>
25975         * eshell/esh-opt.el (eshell-eval-using-options):
25976         Do not bind unused local variable `eshell-option-stub'.
25978         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25980 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25982         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25983         keymap variable in `with-no-warnings' to avoid a warning when the
25984         keymap has been already `defconst'ed.
25986 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25988         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25989         encode all chars in abbrevs; otherwise use emacs-mule or
25990         utf-8-emacs.  (Bug#8308)
25992 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25994         * simple.el (backward-delete-char-untabify):
25995         Avoid warning about using `delete-backward-char'.
25997         * image.el (image-type-file-name-regexps): Make it variable.
25998         `imagemagick-register-types' modifies it, and the user may want
25999         to add new extensions for known image types.
26000         (imagemagick-register-types): Throw error if not using ImageMagick.
26002 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26004         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26005         located before rcirc-prompt-end-marker.
26006         (rcirc-complete): Error if point is not after rcirc prompt.
26007         Handle the case when table is nil.
26008         (rcirc-user-authenticated): Define to fix compiler warning.
26010 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
26012         * custom.el (custom--inhibit-theme-enable): Make it affect only
26013         custom-theme-set-variables and custom-theme-set-faces.
26014         (provide-theme): Ignore custom--inhibit-theme-enable.
26015         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26016         (custom-enabling-themes): Delete variable.
26017         (enable-theme): Accept only loaded themes as arguments.
26018         Ignore the special custom-enabled-themes variable.
26019         (custom-enabled-themes): Forbid themes from setting this.
26020         Eliminate use of custom-enabling-themes.
26021         (custom-push-theme): Quote "changed" custom var entry.
26023 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26025         * ido.el (ido-read-internal): Add ido-selected to history instead
26026         of user input.
26028 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26030         * subr.el (deferred-action-list, deferred-action-function):
26031         Mark obsolete.
26033 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26035         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26036         change on 2011-02-13 (bug#8309).
26038         * minibuffer.el (read-file-name-function): Change default value.
26039         (read-file-name--defaults): Rename from read-file-name-defaults.
26040         (read-file-name-default): Rename from read-file-name.
26041         (read-file-name): Call read-file-name-function.
26043 2011-03-21  Glenn Morris  <rgm@gnu.org>
26045         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26046         Doc fixes.
26048 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
26050         * cus-theme.el: Add missing provide statement.
26051         (customize-create-theme): Extract theme value correctly.
26052         (custom-theme-visit-theme): Autoload.
26053         (customize-create-theme): Prompt before inserting default faces.
26055 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
26057         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26058         units and musical notes.
26060 2011-03-20  Leo Liu  <sdl.web@gmail.com>
26062         * ido.el (ido-read-internal): Use completing-read-default.
26063         (ido-completing-read): Fix compatibility with completing-read.
26065 2011-03-20  Christian Ohler  <ohler@gnu.org>
26067         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26068         (ert-delete-all-tests): Use `called-interactively-p' rather than
26069         `interactive-p'.
26070         (ert--make-xrefs-region): Respect END.
26072 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26074         * dired-aux.el (dired-create-directory): Signal an error if the
26075         directory already exists (Bug#8246).
26077         * facemenu.el (list-colors-display): Call list-faces-display
26078         inside with-help-window.
26079         (list-colors-print): Use display property to align the final
26080         column, instead of checking window-width.
26082 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
26084         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26085         windows-nt systems.
26086         (emerge-protect-metachars): Quote correctly for ms-dos and
26087         windows-nt systems.
26089 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
26091         * info.el (info-initialize): Replace all uses of `:' with
26092         path-separator for compatibility with non-Unix systems.
26093         Cache quoting of path-separator.  (Bug#8258)
26095 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
26097         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26098         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26099         (mouse-avoidance-mode): Fix typos in docstrings.
26101 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26103         * startup.el (package-subdirectory-regexp): Move from package.el.
26104         Omit \\` and \\', and let callers add them.
26106         * emacs-lisp/package.el (package-strip-version)
26107         (package-load-all-descriptors): Add \\` and \\' to
26108         package-subdirectory-regexp before using it.
26109         (package-untar-buffer): New arg DIR; ensure that file untars only
26110         into this expected directory.  Remove superfluous delete-region.
26111         (package-unpack): Caller changed.
26112         (package-tar-file-info): Use package-subdirectory-regexp.
26114 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26116         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26117         diff-mode-shared-map (bug#8284).
26118         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26120 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26122         * calendar/time-date.el (format-seconds): Use assoc instead of
26123         assoc-string, since assoc-string doesn't exist in XEmacs.
26125 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
26127         * custom.el (custom-known-themes): Reflow docstring.
26128         (custom-theme-load-path): Fix typo in docstring.
26129         (load-theme): Fix typo in error message.
26130         (custom-available-themes, custom-variable-theme-value):
26131         Use `let', not `let*'.
26133 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
26135         * calc/README: Mention inclusion of musical notes.
26137         * calc/calc-units.el (calc-lu-quant): Rename from
26138         `calc-logunits-quantity'.
26139         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26140         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26141         (calc-db): Rename from `calc-dblevel'.
26142         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26143         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26144         (calc-np): Rename from `calc-nplevel'.
26145         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26146         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26147         (calc-lu-plus): Rename from `calc-logunits-add'.
26148         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26149         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26150         (calc-lu-minus): Rename from `calc-logunits-sub'.
26151         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26152         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26153         (calc-lu-times): Rename from `calc-logunits-mul'.
26154         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26155         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26156         (calc-lu-divide): Rename from `calc-logunits-div'.
26157         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26158         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26160         * calc/calc-ext.el (calc-init-extensions): Update the names of the
26161         functions being autoloaded.
26163         * calc/calc.el (calc-lu-power-reference): Rename from
26164         `calc-logunits-power-reference'.
26165         (calc-lu-field-reference): Rename from
26166         `calc-logunits-field-reference'.
26168         * calc/calc-help.el (calc-l-prefix-help):
26169         Mention musical note functions.
26171 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26173         * minibuffer.el (completion-all-sorted-completions):
26174         Use :completion-cycle-penalty text property if present.
26176 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
26178         * allout.el (allout-yank-processing): Adjust for new rebulleting
26179         regime so bullet being yanked is used without prompting the user
26180         for a choice.
26182 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26184         * startup.el (command-line): Warn the user that _emacs is deprecated.
26186 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26188         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26189         (delphi-verbose, delphi-comment-face, delphi-string-face)
26190         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26191         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26192         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26193         (delphi-new-comment-line, delphi-font-lock-defaults)
26194         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26195         Fix typos in docstrings.
26197 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
26199         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26200         Invert the roles of character and string values for INSTEAD, so a
26201         string is used for the more common case of a defaulting prompt.
26203 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26205         * progmodes/ruby-mode.el (ruby-backward-sexp):
26206         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26207         * play/gamegrid.el (gamegrid-make-face):
26208         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26209         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26210         * notifications.el (notifications-notify):
26211         * net/xesam.el (xesam-search-engines):
26212         * net/quickurl.el (quickurl-list-insert):
26213         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26215 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
26217         * startup.el (command-line): Update package subdirectory regexp.
26219 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26221         * allout.el (allout-abbreviate-flattened-numbering)
26222         (allout-mode-deactivate-hook): Fix up obsolescence "date".
26224         * subr.el (read-char-choice): Only show the cursor after the prompt,
26225         not after the answer.
26227 2011-03-15  Kevin Ryde  <user42@zip.com.au>
26229         * help-fns.el (variable-at-point): Skip leading quotes, if any
26230         (bug#8253).
26232 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26234         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26235         warning message.
26237 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
26239         * shell.el (shell): When called interactively, offer to change the
26240         shell file name on remote hosts.
26242 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
26244         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26245         integration for LDAP parameters.  The host, base, user or binddn,
26246         and secret tokens can be specified in a netrc file, for instance.
26247         This is optional because an `auth-source' parameter must be
26248         specified in the search attributes.
26250 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
26252         * help.el (describe-mode): Link to the mode's definition (bug#8185).
26254 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26256         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26257         into declaration.  Remove redundant and harmful binding.
26259 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
26261         * files.el (file-ownership-preserved-p): Pass `integer' as an
26262         explicit 2nd argument to `file-attributes'.  If the file's owner
26263         is the Administrators group on Windows, and the current user is
26264         Administrator, consider that a match.
26266         * server.el (server-ensure-safe-dir): Consider server directory
26267         safe on MS-Windows if its owner is the Administrators group while
26268         the current Emacs user is Administrator.  Use `=' to compare
26269         numerical UIDs, since they could be integers or floats.
26271 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
26273         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26275 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
26277         Sync with Tramp 2.2.1.
26279         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26281         * net/trampver.el: Update release number.
26283 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26285         * progmodes/compile.el (compilation--previous-directory): Fix up
26286         various nil/dead-marker mismatches (bug#8014).
26287         (compilation-directory-properties, compilation-error-properties):
26288         Don't call it at a position past the one we're about to change.
26290         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26291         Disable obsolescence warnings in the file that declares it.
26293 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
26295         * allout-widgets.el (allout-widgets-tally):
26296         Initialize allout-widgets-tally as a hash table rather than nil to
26297         prevent mode-line redisplay warnings.  Also, clarify the module
26298         description and fix a comment typo.
26300 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
26302         * help-fns.el (describe-variable): Don't complete keywords.
26303         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26305 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
26307         * emacs-lisp/package.el (package-version-join): Impose a standard
26308         string representation for pre/alpha/beta version lists.
26309         (package-unpack-single): Standardize the directory name by passing
26310         it through package-version-join.
26311         (package-strip-rcs-id): Accept any version string that does not
26312         signal an error in version-to-list.
26314 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
26316         * simple.el (delete-trailing-whitespace): Return nil for the
26317         benefit of `write-file-functions'.
26319 2011-03-10  Glenn Morris  <rgm@gnu.org>
26321         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26323         * vc/vc-git.el (vc-git-program): New option.
26324         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26325         (vc-git--call): Use it.
26327         * eshell/esh-util.el (eshell-condition-case): Doc fix.
26329         * cus-edit.el (Custom-newline): If no button at point, look
26330         for a subgroup button at start-of-line.  (Bug#2298)
26332         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26334 2011-03-10  Julien Danjou  <julien@danjou.info>
26336         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26337         `cursor-type' is nil.
26339 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
26341         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26343 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
26345         * allout.el: Change so yank of distinctive-bullet items
26346         preserves the existing header prefix, rebulleting it if necessary,
26347         rather than replacing it.  This is necessary for proper operation
26348         of cooperative addons like allout-widgets.
26349         (allout-make-topic-prefix, allout-rebullet-heading):
26350         Change SOLICIT arg to INSTEAD, and interpret additionally a string
26351         value as alternate bullet to be used, instead of prompting the user
26352         for a bullet character.
26354 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
26356         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26357         Do not use `tramp-file-name-port', because this returns also
26358         `tramp-default-port'.
26360 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
26362         * net/rcirc.el (rcirc-handler-001): Remove useless
26363         with-rcirc-process-buffer.
26364         (rcirc-check-auth-status): Swap arguments to string-match.
26366 2011-03-09  Glenn Morris  <rgm@gnu.org>
26368         * shell.el (shell-mode):
26369         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
26371         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26372         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
26374 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26376         * emacs-lisp/package.el (package-refresh-contents)
26377         (package-menu-execute): Use condition-case-no-debug.
26379 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
26381         * simple.el (shell-command-to-string): Use `process-file'.
26383         * emacs-lisp/package.el (package-tar-file-info): Handle also
26384         remote files.
26386         * emacs-lisp/package-x.el (package-upload-buffer-internal):
26387         Use `equal' for upload base check.
26389 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
26391         * textmodes/texinfo.el (texinfo-environments):
26392         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
26394 2011-03-08  Glenn Morris  <rgm@gnu.org>
26396         * cus-start.el (cursor-in-non-selected-windows):
26397         Fix :set quoting oddness.  (Bug#8192)
26399         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26400         in some setf expressions.  (Bug#2159)
26402 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26404         * custom.el (custom-available-themes): Return themes in
26405         alphabetical order.
26407 See ChangeLog.15 for earlier changes.
26409 ;; Local Variables:
26410 ;; coding: utf-8
26411 ;; End:
26413   Copyright (C) 2011-2013 Free Software Foundation, Inc.
26415   This file is part of GNU Emacs.
26417   GNU Emacs is free software: you can redistribute it and/or modify
26418   it under the terms of the GNU General Public License as published by
26419   the Free Software Foundation, either version 3 of the License, or
26420   (at your option) any later version.
26422   GNU Emacs is distributed in the hope that it will be useful,
26423   but WITHOUT ANY WARRANTY; without even the implied warranty of
26424   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26425   GNU General Public License for more details.
26427   You should have received a copy of the GNU General Public License
26428   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.