Add reveal-filename function instead of 3 set-generated-*-file funcs, as suggested...
[emacs.git] / lisp / ChangeLog
bloba09d37352f7198f0832f56400b2999f97acb5b79
1 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3         * bookmark.el (bookmark-completing-read): Improve handling of empty
4         string (bug#14176).
6 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12         New faster Imenu implementation (bug#14058).
13         * progmodes/python.el:
14         (python-imenu-prev-index-position):
15         (python-imenu-format-item-label-function)
16         (python-imenu-format-parent-item-label-function)
17         (python-imenu-format-parent-item-jump-label-function):
18         New vars.
19         (python-imenu-format-item-label)
20         (python-imenu-format-parent-item-label)
21         (python-imenu-format-parent-item-jump-label)
22         (python-imenu--put-parent, python-imenu--build-tree)
23         (python-imenu-create-index, python-imenu-create-flat-index)
24         (python-util-popn): New functions.
25         (python-mode): Set imenu-create-index-function to
26         python-imenu-create-index.
28 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * winner.el (winner-active-region): Use region-active-p, activate-mark
31         and deactivate-mark (bug#14225).
33         * simple.el (deactivate-mark): Don't inline it.
35 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
37         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
39 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
41         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
42         file extensions from the archive-mode entry in order to prefer
43         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
45 2013-04-18  Leo Liu  <sdl.web@gmail.com>
47         * bindings.el (help-event-list): Add ?\?.
49 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * subr.el (with-wrapper-hook): Declare obsolete.
52         * simple.el (filter-buffer-substring-function): New hook.
53         (filter-buffer-substring): Use it.
54         (filter-buffer-substring-functions): Mark obsolete.
55         * minibuffer.el (completion-in-region-function): New hook.
56         (completion-in-region): Use it.
57         (completion-in-region-functions): Mark obsolete.
58         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
59         * abbrev.el (abbrev-expand-function): New hook.
60         (expand-abbrev): Use it.
61         (abbrev-expand-functions): Mark obsolete.
62         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
63         and :filter-return.
65 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
67         * progmodes/python.el (python-nav--syntactically): Fix cornercases
68         and do not care about match data.
70 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
73         completion tables when completing error conditions and
74         `declare' arguments.
75         (lisp-complete-symbol, field-complete): Mark as obsolete.
76         (check-parens): Unmatched parens are user errors.
77         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
79 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
81         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
82         command changed buffer (ie. `flyspell-pre-buffer' is not current
83         buffer), which prevents making decisions based on invalid value of
84         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
85         cause an error when `flyspell-pre-point' was nil after switching
86         buffers.
87         (flyspell-post-command-hook): No longer needs to change buffers when
88         checking pre-word.  While at it remove unnecessary progn.
90 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
92         * textmodes/ispell.el (ispell-add-per-file-word-list):
93         Fix `flyspell-correct-word-before-point' error when accepting
94         words and `coment-padding' is an integer by using
95         `comment-normalize-vars' (Bug #14214).
97 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
99         New defun movement commands.
100         * progmodes/python.el (python-nav--syntactically)
101         (python-nav--forward-defun, python-nav-backward-defun)
102         (python-nav-forward-defun): New functions.
104 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
106         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
107         (python-syntax-context): Use named compiler-macro for backwards
108         compatibility with Emacs 24.x.
110 2013-04-17  Leo Liu  <sdl.web@gmail.com>
112         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
113         octave-hide-process-buffer.
115 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
118         (bug#14216).
120 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
122         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
123         Fix adjustment of offset when receiving incomplete responses from GDB
124         (bug#14129).
126 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
129         python-mode-abbrev-table.
130         (python-skeleton-define): Adjust accordingly.
131         (python-mode-abbrev-table): New table that inherits from it so that
132         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
134         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
135         (abbrev-symbol): Use it.
136         (abbrev--before-point): Use it since we already handle inheritance.
138 2013-04-16  Leo Liu  <sdl.web@gmail.com>
140         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
141         binding to info-lookup-symbol.
143 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
145         * minibuffer.el (completion--twq-all):
146         * term/ns-win.el (ns-initialize-window-system):
147         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
149 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
152         global bindings.
154         * doc-view.el (doc-view-start-process): Handle url-handler directories.
156 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
158         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
159         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
160         to nil.
161         (ruby-end-of-defun): Remove the unused arg, change the docstring
162         to reflect that this function is only used as the value of
163         `end-of-defun-function'.
164         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
165         to reflect an earlier change that beginning/end-of-defun functions
166         jump between methods in a class definition, as well as top-level
167         functions.
169 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * minibuffer.el (minibuffer-complete): Don't just scroll
172         a *Completions* that's been iconified.
173         (minibuffer-force-complete): Make sure repetitions do cycle when going
174         through completion-in-region -> minibuffer-complete.
176 2013-04-15  Alan Mackenzie  <acm@muc.de>
178         Correct the placement of c-cpp-delimiters when there're #s not at
179         col 0.
181         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
182         place a submatch around the #.
183         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
184         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
185         on the #, not BOL.
187 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * emacs-lisp/nadvice.el: Properly test names when adding advice.
190         (advice--member-p): New arg `name'.
191         (advice--add-function, advice-member-p): Use it (bug#14202).
193 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
195         Reformulate java imenu-generic-expression.
196         The old expression contained ill formed regexps.
198         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
199         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
200         (cc-imenu-java-method-arg-regexp): New defconsts.
201         (cc-imenu-java-build-type-args-regex): New defun.
202         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
203         handling of spaces in the regexp.
205 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
207         * textmodes/ispell.el (ispell-command-loop): Remove
208         flyspell highlight of a word when ispell accepts it (bug #14178).
210 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
212         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
213         uses code from the previous `ange-ftp-run-real-handler'.
214         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
215         only in case that function exist.  This is needed for proper
216         unloading of Tramp.
218 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
220         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
222         * textmodes/reftex.el (reftex-compile-variables): Use it.
224 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * files.el (normal-mode): Only use default major-mode if no other mode
227         was specified.
229         * emacs-lisp/trace.el (trace-values): New function.
231         * files.el: Allow : in local variables (bug#14089).
232         (hack-local-variable-regexp): New var.
233         (hack-local-variables-prop-line, hack-local-variables): Use it.
235 2013-04-13  Roland Winkler  <winkler@gnu.org>
237         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
238         data before it gets modified by bibtex-beginning-of-entry.
240 2013-04-13  Roland Winkler  <winkler@gnu.org>
242         * textmodes/bibtex.el (bibtex-url): Doc fix.
244 2013-04-13  Roland Winkler  <winkler@gnu.org>
246         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
247         does not visit a BibTeX file, exclude it from the list of buffers
248         returned by bibtex-initialize.
250 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
252         * window.el (split-window): Remove interactive form, since as a
253         command this function is a special case of split-window-below.
254         Correct doc string.
256 2013-04-12  Roland Winkler  <winkler@gnu.org>
258         * faces.el (read-face-name): Do not override value of arg default.
259         Allow single faces and strings as default values.  Remove those
260         elements from return value that are not faces.
261         (describe-face): Simplify.
262         (face-at-point): New optional args thing and multiple so that this
263         function can provide the same functionality previously provided by
264         read-face-name.
265         (make-face-bold, make-face-unbold, make-face-italic)
266         (make-face-unitalic, make-face-bold-italic, invert-face)
267         (modify-face, read-face-and-attribute): Use face-at-point.
269         * cus-edit.el (customize-face, customize-face-other-window)
270         * cus-theme.el (custom-theme-add-face)
271         * face-remap.el (buffer-face-set)
272         * facemenu.el (facemenu-set-face): Use face-at-point.
274 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
276         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
278 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
280         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
281         off leading { and trailing } from field values.
283 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * emacs-lisp/timer.el (timer--check): New function.
286         (timer--time, timer-set-function, timer-event-handler): Use it.
287         (timer-set-idle-time): Simplify.
288         (timer--activate): CSE.
289         (timer-event-handler): Give more info in error message.
290         (internal-timer-start-idle): New function, moved from C.
292         * mpc.el (mpc-proc): Add `restart' argument.
293         (mpc-proc-cmd): Use it.
294         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
295         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
296         less often.
298 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
300         * progmodes/sh-script.el: Implement `sh-mode' own
301         `add-log-current-defun-function' (bug#14112).
302         (sh-current-defun-name): New function.
303         (sh-mode): Use the function.
305 2013-04-09  Bastien Guerry  <bzg@gnu.org>
307         * simple.el (choose-completion-string): Fix docstring (bug#14163).
309 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
311         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
313         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
314         timer (bug#14156).
316 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
318         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
319         declaration.
321 2013-04-07  Leo Liu  <sdl.web@gmail.com>
323         * pcmpl-x.el: New file.
325 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
327         Do not set x-display-name until X connection is established.
328         This is needed to prevent from weird situation described at
329         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
330         * frame.el (make-frame): Set x-display-name after call to
331         window system initialization function, not before.
332         * term/x-win.el (x-initialize-window-system): Add optional
333         display argument and use it.
334         * term/w32-win.el (w32-initialize-window-system):
335         * term/ns-win.el (ns-initialize-window-system):
336         * term/pc-win.el (msdos-initialize-window-system):
337         Add compatible optional display argument.
339 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
341         * files.el (normal-backup-enable-predicate): On MS-Windows and
342         MS-DOS compare truenames of temporary-file-directory and of the
343         file, so that 8+3 aliases (usually found in $TEMP on Windows)
344         don't fail comparison by compare-strings.  Also, compare file
345         names case-insensitively on MS-Windows and MS-DOS.
347 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
350         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
352 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
354         * whitespace.el (whitespace-color-on, whitespace-color-off):
355         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
357 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
359         * ispell.el (ispell-set-spellchecker-params):
360         Really set `ispell-args' for all equivs.
362 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
364         * ido.el (ido-completions): Use extra elements of ido-decorations
365         (bug#14143).
366         (ido-decorations): Update docstring.
368 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
370         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
371         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
372         nil during initialization, in order not to miss changes since the
373         file was opened.  (Bug#14140)
375 2013-04-05  Leo Liu  <sdl.web@gmail.com>
377         * kmacro.el (kmacro-call-macro): Fix bug#14135.
379 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
381         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
383 2013-04-04  Glenn Morris  <rgm@gnu.org>
385         * electric.el (electric-pair-inhibit-predicate): Add :version.
387 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
390         when a package is required several times (bug#14082).
392 2013-04-04  Roland Winkler  <winkler@gnu.org>
394         * faces.el (read-face-name): Behave as promised by the docstring.
395         Assume that arg default is a list of faces.
396         (describe-face): Call read-face-name with list of default faces.
398 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
400         * bookmark.el: Fix deletion of bookmarks (bug#13972).
401         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
402         (bookmark-bmenu-execute-deletions): Only skip first line if it's
403         the header.
404         (bookmark-exit-hook-internal): Save even if list is empty.
406 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
408         * emacs-lisp/package.el (package-pinned-packages): New var.
409         (package--add-to-archive-contents): Obey it (bug#14118).
411 2013-04-03  Alan Mackenzie  <acm@muc.de>
413         Handle `parse-partial-sexp' landing inside a comment opener
414         (Bug#13244). Also adapt to the new values of element 7 of a parse
415         state.
417         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
418         parameter `not-in-delimiter'.  Handle being inside comment opener.
419         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
420         character in case we're typing a '*' after a '/'.
421         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
422         instead by passing the parameter to c-state-pp-to-literal.
424         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
425         for elt. 7 of a parse state.
427 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
429         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
430         * international/latin1-disp.el, international/mule-util.el:
431         * language/cyril-util.el, language/european.el, language/ind-util.el:
432         * language/lao-util.el, language/thai.el, language/tibet-util.el:
433         * language/tibetan.el, language/viet-util.el:
434         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
436 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
439         (electric-pair-post-self-insert-function): Use it.
440         (electric-pair-default-inhibit): New function, extracted from
441         electric-pair-post-self-insert-function.
443 2013-03-31  Roland Winkler  <winkler@gnu.org>
445         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
447 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
449         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
451 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
453         Un-indent after "pass" and "return" statements (Bug#13888)
454         * progmodes/python.el (python-indent-block-enders): New var.
455         (python-indent-calculate-indentation): Use it.
457 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
459         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
460         defun.  Defining it as defalias could introduce too eager
461         byte-compiler optimization.  (Bug#14030)
463 2013-03-30  Chong Yidong  <cyd@gnu.org>
465         * iswitchb.el (iswitchb-read-buffer): Fix typo.
467 2013-03-30  Leo Liu  <sdl.web@gmail.com>
469         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
470         (kmacro-execute-from-register): Pass the keyboard macro to
471         kmacro-call-macro or repeating won't work correctly.
473 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
475         * progmodes/subword.el: Back to using `forward-symbol'.
477         * subr.el (forward-whitespace, forward-symbol)
478         (forward-same-syntax): Move from thingatpt.el.
480 2013-03-29  Leo Liu  <sdl.web@gmail.com>
482         * kmacro.el (kmacro-to-register): New command.
483         (kmacro-execute-from-register): New function.
484         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
486 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
488         * mpc.el: Use defvar-local and setq-local.
489         (mpc--proc-connect): Connection failures are not bugs.
490         (mpc-mode-map): `follow-link' only applies to the buffer's content.
491         (mpc-volume-map): Bind to the up-events.
493 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
495         * progmodes/subword.el (superword-mode): Use `forward-sexp'
496         instead of `forward-symbol'.
498 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
501         (edebug--recursive-edit): Use it.
502         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
503         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
505 2013-03-28  Leo Liu  <sdl.web@gmail.com>
507         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
509 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
511         * facemenu.el (list-colors-callback): New defvar.
512         (list-colors-redisplay): New function.
513         (list-colors-display): Install list-colors-redisplay as the
514         revert-buffer-function.  (Bug#14063)
516 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
519         and suffixes don't overlap (bug#14061).
521         * case-table.el: Use lexical-binding.
522         (case-table-get-table): New function.
523         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
525 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
527         * progmodes/subword.el: Add `superword-mode' to do word motion
528         over symbol_words (parallels and leverages `subword-mode' which
529         does word motion inside MixedCaseWords).
531 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
533         * eshell/em-unix.el: Move su and sudo to...
534         * eshell/em-tramp.el: ...Eshell tramp module.
536 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
538         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
539         Change return value to be a sexp.  Delay `get-buffer' to after
540         restoring the desktop (bug#13951).
542 2013-03-26  Leo Liu  <sdl.web@gmail.com>
544         * register.el: Move semantic tag handling back to
545         cedet/semantic/senator.el.  (Bug#14052)
547 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
549         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
550         into the prompt either (bug#13963).
552 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
554         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
555         part of "(error-foo)".
557 2013-03-24  Juri Linkov  <juri@jurta.org>
559         * replace.el (list-matching-lines-prefix-face): New defcustom.
560         (occur-1): Pass `list-matching-lines-prefix-face' to the function
561         `occur-engine' if `face-differs-from-default-p' returns t.
562         (occur-engine): Add `,' inside backquote construct to evaluate
563         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
564         Pass `prefix-face' to the functions `occur-context-lines' and
565         `occur-engine-add-prefix'.
566         (occur-engine-add-prefix, occur-context-lines): Add optional arg
567         `prefix-face' and propertize the prefix with `prefix-face'.
568         (Bug#14017)
570 2013-03-24  Leo Liu  <sdl.web@gmail.com>
572         * nxml/rng-valid.el (rng-validate-while-idle)
573         (rng-validate-quick-while-idle): Guard against deleted buffer.
574         (Bug#13999)
576         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
577         is the last entry in kill-buffer-hook.
579         * files.el (kill-buffer-hook): Doc fix.
581 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
583         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
584         Make it safe-local.
586         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
588 2013-03-23  Leo Liu  <sdl.web@gmail.com>
590         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
591         Remove.
593         * nxml/rng-valid.el (rng-validate-mode)
594         (rng-after-change-function, rng-do-some-validation):
595         * nxml/rng-maint.el (rng-validate-buffer):
596         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
597         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
598         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
599         (nxml-extend-after-change-region): Use with-silent-modifications.
601         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
602         timer-idle-list.
604         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
605         (rng-next-error-1, rng-previous-error-1): Do not let-bind
606         timer-idle-list.  (Bug#13999)
608 2013-03-23  Juri Linkov  <juri@jurta.org>
610         * info.el (info-index-match): New face.
611         (Info-index, Info-apropos-matches): Add a nested subgroup to the
612         main pattern and add text properties with the new face to matches
613         in index entries relative to the beginning of the index entry.
614         (Bug#14015)
616 2013-03-21  Eric Ludlam  <zappo@gnu.org>
618         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
619         Inhibit read only while inserting objects.
621 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
623         * progmodes/cfengine.el: Update docs to mention
624         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
625         symbol motion.  Remove "_" from the word syntax.
627 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
629         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
630         syntax for both `cfengine2-mode' and `cfengine3-mode'.
632 2013-03-20  Juri Linkov  <juri@jurta.org>
634         * info.el (Info-next-reference-or-link)
635         (Info-prev-reference-or-link): New functions.
636         (Info-next-reference, Info-prev-reference): Use them.
637         (Info-try-follow-nearest-node): Handle footnote navigation.
638         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
640 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
642         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
643         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
645 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
647         Suppress unnecessary non-ASCII chatter during build process.
648         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
649         (batch-skkdic-convert): Suppress most of the chatter.
650         It's not needed so much now that machines are faster,
651         and its non-ASCII component was confusing; see Dmitry Gutov in
652         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
654 2013-03-20  Leo Liu  <sdl.web@gmail.com>
656         * ido.el (ido-chop): Fix bug#10994.
658 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
660         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
661         Remove vars.
662         (whitespace-color-on, whitespace-color-off):
663         Use `font-lock-fontify-buffer' (Bug#13817).
665 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
667         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
668         remapping in mode-line.
669         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
671 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
673         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
674         value for `whitespace-line' face (Bug#13875).
675         (whitespace-font-lock-keywords): Change description.
676         (whitespace-color-on): Don't save `font-lock-keywords' value, save
677         the constructed keywords instead.
678         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
680 2013-03-19  Leo Liu  <sdl.web@gmail.com>
682         * progmodes/compile.el (compilation-display-error): New command.
683         (compilation-mode-map, compilation-minor-mode-map): Bind it to
684         C-o.  (Bug#13992)
686 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
688         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
690 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
692         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
694 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
696         * net/tramp-compat.el (tramp-compat-user-error): New defun.
698         * net/tramp-adb.el (tramp-adb-handle-shell-command):
699         * net/tramp-gvfs.el (top):
700         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
701         (tramp-handle-shell-command): Use it.
702         (tramp-dissect-file-name): Raise an error when hostname is a
703         method name, and neither method nor user is specified.
705         * net/trampver.el: Update release number.
707 2013-03-18  Leo Liu  <sdl.web@gmail.com>
709         Make sure eldoc can be turned off properly.
710         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
711         eldoc-mode.
712         (eldoc-display-message-p): Revert last change.
713         (eldoc-display-message-no-interference-p)
714         (eldoc-print-current-symbol-info): Tweak.
716 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
718         * doc-view.el (doc-view-new-window-function): Check the new window
719         overlay's display property instead the char property of the
720         buffer's first char.  Use `with-selected-window' instead of
721         `save-window-excursion' with `select-window'.
722         (doc-view-document->bitmap): Check the current doc-view overlay's
723         display property instead the char property of the buffer's first char.
725 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
727         Automate the build of ja-dic.el (Bug#13984).
728         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
729         from the input, rather than assume that it's been done for us by the
730         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
731         the current date into a ja-dic.el comment, as that complicates
732         regression testing.
734 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
736         * whitespace.el: Fix double evaluation.
737         (whitespace-space, whitespace-hspace, whitespace-tab)
738         (whitespace-newline, whitespace-trailing, whitespace-line)
739         (whitespace-space-before-tab, whitespace-indentation)
740         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
741         obsolete defvars.
742         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
743         (whitespace-color-on): Use a single font-lock-add-keywords call.
744         Fix double-evaluation of face variables.
746 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
748         * net/tramp-adb.el (tramp-adb-parse-device-names):
749         Use `start-process' instead of `call-process'.  Otherwise, the
750         function might be blocked under MS Windows.  (Bug#13299)
752 2013-03-17  Leo Liu  <sdl.web@gmail.com>
754         Extend eldoc to display info in the mode-line.  (Bug#13978)
755         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
756         (eldoc-mode-line-string): New variable.
757         (eldoc-minibuffer-message): New function.
758         (eldoc-message-function): New variable.
759         (eldoc-message): Use it.
760         (eldoc-display-message-p)
761         (eldoc-display-message-no-interference-p):
762         Support eldoc-post-insert-mode.
764         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
765         (eval-expression): Run it.
767 2013-03-17  Roland Winkler  <winkler@gnu.org>
769         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
770         strings in the list of return values.
772 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
774         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
775         radix before checking for HMS forms.
777 2013-03-16  Leo Liu  <sdl.web@gmail.com>
779         * progmodes/scheme.el: Add indentation and font-locking for λ.
780         (Bug#13975)
782 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
784         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
785         token before point (bug#13942).
787 2013-03-16  Leo Liu  <sdl.web@gmail.com>
789         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
791 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
793         * startup.el (command-line-normalize-file-name): Fix handling of
794         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
795         <xfq.free@gmail.com> in
796         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
798 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
800         Sync with Tramp 2.2.7.
802         * net/trampver.el: Update release number.
804 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
806         * doc-view.el Fix bug#13887.
807         (doc-view-insert-image): Don't modify overlay associated to
808         non-live windows, and implement horizontal centering of image in
809         case it's smaller than the window.
810         (doc-view-new-window-function): Force redisplay of new windows on
811         doc-view buffers.
813 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
815         * saveplace.el (save-place-alist-to-file): Don't sort
816         `save-place-alist', just pretty-print it (bug#13882).
818 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
820         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
821         whether `default-file-name-coding-system' is bound.  It isn't in
822         XEmacs.
824 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
826         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
827         backquotes for `obsolete' (bug#13929).
829         * international/mule.el (find-auto-coding): Include file name in
830         obsolescence warning (bug#13922).
832 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
834         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
835         for CFEngine 3-specific indentation.
836         (cfengine3-indent-line): Use it.  Fix up category regex.
837         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
839 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * type-break.el (type-break-file-name):
842         * textmodes/remember.el (remember-data-file):
843         * strokes.el (strokes-file):
844         * shadowfile.el (shadow-initialize):
845         * saveplace.el (save-place-file):
846         * ps-bdf.el (bdf-cache-file):
847         * progmodes/idlwave.el (idlwave-config-directory):
848         * net/quickurl.el (quickurl-url-file):
849         * international/kkc.el (kkc-init-file-name):
850         * ido.el (ido-save-directory-list-file):
851         * emulation/viper.el (viper-custom-file-name):
852         * emulation/vip.el (vip-startup-file):
853         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
854         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
856 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
858         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
859         * language/thai-word.el: Switch to UTF-8.
861 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
863         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
865 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
867         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
868         Use with-current-buffer and don't move point.
869         (net-utils-run-simple): Remove useless code.
870         (net-utils-remove-ctl-m): Remove unused custom.
872 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
874         * international/characters.el (glyphless-set-char-table-range): New fun.
875         (update-glyphless-char-display): Use it (bug#13744).
877 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
879         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
880         namespaces in the syntax, indent closer for hanging brace
881         correctly, allow single-quote delimited 'strings', and make
882         `cfengine3-mode' the default.
884 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
886         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
887         Use lexical-binding.  Fix up docstring according to conventions.
888         (gdbmi-debug-mode): New var.
889         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
890         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
891         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
892         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
893         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
894         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
895         (gdbmi-bnf-incomplete-record-result): New functions.
896         (gdb-car<): Remove function.
897         (gdbmi-record-list): Remove variable.
898         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
899         (gdbmi-bnf-result-state-configs): New const.
900         (gud-gdbmi-marker-filter): Rewrite.
901         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
902         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
903         Add `token' argument.
904         (gdb-done, gdb-error): New functions.
905         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
907 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
909         * term/xterm.el (xterm--report-background-handler): Don't burp
910         upon timeout.
911         (xterm--version-handler): Extract from terminal-init-xterm.
912         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
913         Allow multiple handlers.
914         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
916         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
917         (xterm--report-background-handler, xterm--query): New functions.
918         (terminal-init-xterm): Use them.
920 2013-03-11  Michael R. Mauger  <michael@mauger.com>
922         * progmodes/sql.el Version 3.2
923         Please note that my address changed to <michael@mauger.com>;
924         the <mmaug@yahoo.com> address remains active.
925         (sql-connection-alist): Updates documentation to fix bug#13715.
926         (sql-connect): Handle missing `sql-connection-alist' correctly.
927         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
928         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
929         property.
930         (sql-default-value): New function.
931         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
932         values were not used.
933         (sql-rename-buffer): Make sure alternate buffer name has no text
934         properties.
935         (sql-input-sender, sql-execute-feature): Fetch variable with
936         `buffer-local-value' rather than `with-current-buffer'.
937         (sql-*): Use #' function syntax consistently.
938         (sql-*): Use message/error/user-error consistently.
940 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
942         * xt-mouse.el (xterm-mouse-event-read): Remove.
943         (xterm-mouse--read-event-sequence-1000)
944         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
946 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * term/xterm.el (xterm-function-map): Support format used with
949         formatOtherKeys=1 (bug#13839).
951         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
952         (with-no-warnings): Use `declare'.
954         * whitespace.el (whitespace-enable-predicate): New variable.
955         (whitespace-enable-predicate): Use it.
957         * comint.el (comint-send-input, comint-snapshot-last-prompt)
958         (comint-output-filter, comint-update-fence):
959         Use with-silent-modifications.
961 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
963         * replace.el (occur-read-regexp-defaults-function): New var.
964         (occur-read-regexp-defaults): New defun.
965         (occur-read-primary-args): Propagate above change (bug#13892).
967 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * mouse.el (mouse-drag-track): Remove left-over debugging code.
971 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
973         Major rewrite due to changed D-Bus interface of GVFS 1.14.
975         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
976         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
977         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
978         New defconst.
979         (tramp-gvfs-file-name-handler-alist) [directory-files]
980         [directory-files-and-attributes, file-exists-p, file-modes]:
981         Use Tramp default handler.
982         [file-acl, file-selinux-context, process-file, set-file-acl]:
983         [set-file-modes, set-file-selinux-context, shell-command]:
984         [start-file-process]: Remove handler.
985         [verify-visited-file-modtime]: New handler.
986         (tramp-gvfs-dbus-string-to-byte-array)
987         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
988         calls of `dbus-string-to-byte-array' and
989         `tramp-gvfs-dbus-byte-array-to-string'.
990         (tramp-gvfs-handle-copy-file)
991         (tramp-gvfs-handle-delete-directory)
992         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
993         (tramp-gvfs-handle-file-directory-p)
994         (tramp-gvfs-handle-file-executable-p)
995         (tramp-gvfs-handle-file-name-all-completions)
996         (tramp-gvfs-handle-file-readable-p)
997         (tramp-gvfs-handle-file-writable-p)
998         (tramp-gvfs-handle-insert-directory)
999         (tramp-gvfs-handle-insert-file-contents)
1000         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1001         (tramp-gvfs-handle-set-visited-file-modtime)
1002         (tramp-gvfs-handle-write-region): Rewrite.
1003         (tramp-gvfs-handle-file-acl)
1004         (tramp-gvfs-handle-file-selinux-context)
1005         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1006         (tramp-gvfs-handle-set-file-modes)
1007         (tramp-gvfs-handle-set-file-selinux-context)
1008         (tramp-gvfs-handle-shell-command)
1009         (tramp-gvfs-handle-start-file-process)
1010         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1011         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1012         over the symlinks.  Fix user handling.
1013         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1014         of the D-Bus signals.
1015         (tramp-gvfs-connection-mounted-p): Handle different names of the
1016         D-Bus methods.
1017         (tramp-gvfs-mount-spec-entry): New defun.
1018         (tramp-gvfs-mount-spec): Use it.
1019         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1020         there is a share name.  Handle different names of the D-Bus
1021         signals and methods.  Set connection properties needed for
1022         `tramp-check-cached-permissions'.
1023         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1024         Return t or nil.
1026         * net/tramp.el (tramp-backtrace): Move up.
1027         (tramp-error): Dump a backtrace into the debug buffer when
1028         `tramp-verbose > 9.
1029         (tramp-file-mode-type-map, tramp-file-mode-from-int)
1030         (tramp-file-mode-permissions, tramp-get-local-uid)
1031         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1032         tramp-sh.el.
1034         * net/tramp-sh.el (tramp-file-mode-type-map)
1035         (tramp-check-cached-permissions, tramp-file-mode-from-int)
1036         (tramp-file-mode-permissions, tramp-get-local-uid)
1037         (tramp-get-local-gid): Move to tramp.el.
1039 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         Separate mouse-1-click-follows-link from mouse-drag-region.
1042         * mouse.el (mouse--down-1-maybe-follows-link): New function.
1043         (key-translation-map): Use it to implement mouse-1-click-follows-link.
1044         (mouse-drag-line, mouse-drag-track):
1045         Remove mouse-1-click-follows-link code.
1046         (mouse--remap-link-click-p): Remove.
1048 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
1050         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1051         (hi-lock-read-regexp-defaults):  New defun.
1052         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1053         (hi-lock-face-phrase-buffer): Propagate above change.
1054         Update docstring (bug#13892).
1056         * subr.el (find-tag-default-as-regexp): New defun.
1057         * replace.el (read-regexp): Propagate above change.
1059 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1061         * calc/calc-units.el (calc-convert-units): Fix the way that default
1062         new units are stored.
1064 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1066         * bookmark.el: Define a face to highlight bookmark names in
1067         bookmark menu buffers, where the default is a bold face similarly
1068         to buffer names in buffer menu buffers.
1069         (bookmark-menu-bookmark): New face to highlight bookmark names.
1070         (bookmark-insert-location): Remove duplicated text property to
1071         conform to buffer list (see `list-buffers').
1072         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1073         `bookmark-menu-bookmark' to bookmark names.
1075 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1076             Karl Fogel  <kfogel@red-bean.com>
1078         * bookmark.el: Display the bookmark list header similarly to the
1079         buffer list header (see `list-buffers'), where the default is now
1080         an immovable/immutable header line.
1081         (bookmark-bmenu-use-header-line): New variable.
1082         (bookmark-bmenu-inline-header-height): New name for
1083         `bookmark-bmenu-header-height', to avoid confusion with the code
1084         for the new immovable header.  All references changed.
1085         (bookmark-bmenu-set-header): New function.
1086         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1087         Conditionalize header construction accordingly.
1088         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1089         the inline header height.
1090         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1091         Conditionalize the skipping of the inline header height.
1093 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
1095         * progmodes/js.el (js--multi-line-declaration-indentation):
1096         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1098 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
1100         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1101         Only propertize regexp when not inside a string (Bug#13885).
1103 2013-03-06  Alan Mackenzie  <acm@muc.de>
1105         Correct the position of point in some line-up functions.
1106         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1107         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1108         point at column 0 rather than at a random place in the line.
1110 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
1112         * net/tramp-compat.el (tramp-compat-delete-directory):
1113         Implement TRASH argument.
1115 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1117         Keep pre-existing highlighting in completion candidates (Bug#13250).
1118         * minibuffer.el (completions-first-difference): State that the
1119         face is "added" in the docstring.
1120         (completions-common-part): Same.  And don't inherit from default.
1121         (completion-hilit-commonality): Prepend 'completions-common-part
1122         and 'completion-first-difference faces to the 'face property,
1123         instead of replacing the value(s).
1124         (completion--insert-strings): Same with 'completions-annotations face.
1125         (completion-hilit-commonality): Use 'face instead of
1126         'font-lock-face, because it gets priority if the completion
1127         strings already have 'face set.
1129 2013-03-04  Alan Mackenzie  <acm@muc.de>
1131         Replace `last-command-event' by `last-command-char' in XEmacs.
1132         * progmodes/cc-defs.el (c-last-command-char): New macro.
1133         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1134         (c-semi&comma-no-newlines-before-nonblanks)
1135         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1136         in place of `last-command-event'.
1137         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1138         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1139         (c-electric-paren, c-electric-continued-statement): Use the new
1140         macro in place of `last-command-event'.
1142 2013-03-04  Glenn Morris  <rgm@gnu.org>
1144         * files.el (inhibit-local-variables-regexps):
1145         Add .diff and .patch.  (Bug#13862)
1147 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1149         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1150         whether the "su" command is available on the device.
1152 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1154         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1155         (tramp-adb-handle-process-file): Remove superfluous setting.
1156         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1157         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1158         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1160 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1162         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1163         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1164         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1165         Use dict-key rather than dict-name for the error message.
1167 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1169         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1170         when reverting (bug#13831).
1172 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1174         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1175         Always expand affix-file before storing to protect against changed
1176         `default-directory'.
1177         (ispell-print-if-debug): Make sure message is printed at the end
1178         of the debug buffer.
1180 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1182         * net/tramp.el (tramp-obsolete-methods): New defconst.
1183         (tramp-warned-obsolete-methods): New defvar.
1184         (tramp-find-method): Check for obsolete methods.  Map them to a
1185         replacement method if appropriate.
1187         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1188         Remove methods.
1189         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1190         "ssh2" and "plink1".
1192 2013-02-28  Dale Sedivec  <dale@codefu.org>
1194         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1195         Return valid syntax-table property value when converting
1196         quotes within text from string syntax to punctuation syntax (bug#13844).
1198 2013-02-28  Juri Linkov  <juri@jurta.org>
1200         * dired-aux.el (dired-diff): If file at point is a backup file,
1201         use its original as the default value, and reverse the order
1202         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1204 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1206         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1207         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1209 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1211         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1213         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1214         Ask hunspell about available and default dictionaries.
1215         (ispell-parse-hunspell-affix-file): Extract relevant info from
1216         hunspell affix file.
1217         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1218         `ispell-dictionary-alist' entry for given dictionary after info
1219         provided by `ispell-parse-hunspell-affix-file'.
1220         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1221         of parsed hunspell dicts and associated affix files.
1222         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1223         of parsed hunspell dicts and associated parameters.
1224         (ispell-set-spellchecker-params):
1225         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1226         previously done.
1227         (ispell-start-process):
1228         Call `ispell-hunspell-fill-dictionary-entry' for current
1229         dictionary if it is not initialized.
1231 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1233         * imenu.el: Comment nitpicks.
1235 2013-02-28  Sam Steingold  <sds@gnu.org>
1237         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1238         See <http://stackoverflow.com/questions/14720205>.
1240 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1242         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1243         (net-utils-mode): Use it.
1244         (net-utils--revert-cmd): New var.
1245         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1246         (traceroute): Use net-utils-run-simple.
1248 2013-02-28  Glenn Morris  <rgm@gnu.org>
1250         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1252 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1255         (doc-view-fallback-mode): Remove overlays here.
1256         (doc-view-toggle-display): Instead of here.  Don't throw away
1257         image-mode-winprops-alist.
1258         (doc-view-goto-page): Don't mess with hscroll.
1260 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1262         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1263         &optional (bug#13819).
1265 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1267         * net/tramp-adb.el (tramp-adb-parse-device-names)
1268         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1270 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1272         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1273         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1274         defined.  POSIX environments fall back to the "C" locale then and
1275         emit a warning, which shall be suppressed.
1277 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1279         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1280         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1282 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1286 2013-02-25  Juri Linkov  <juri@jurta.org>
1288         * replace.el (read-regexp): Let-bind `default' to the first
1289         element of `defaults' if it's a list, otherwise it should be
1290         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1291         a list, otherwise make a list with the string value.  Doc fix.
1292         (Bug#13805)
1294 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1296         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1297         that match "\`\.#", to avoid compiling lock files, even if they
1298         are readable (as they are on MS-Windows).
1300 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * files.el (basic-save-buffer): Remove redundant directory-creation.
1304 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1306         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1307         Add option to force `pi' to remain symbolic.
1308         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1309         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1310         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1311         derivatives, when necessary.
1313 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1315         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1316         (ps-mode-octal-region): Use string-make-unibyte.
1318 2013-02-23  Glenn Morris  <rgm@gnu.org>
1320         * emulation/viper-cmd.el (viper-submit-report):
1321         * progmodes/ps-mode.el (ps-mode-maintainer-address):
1322         * progmodes/vera-mode.el (vera-mode-help-address):
1323         * textmodes/artist.el (artist-maintainer-address):
1324         * textmodes/reftex.el (reftex-report-bug):
1325         * vc/ediff-util.el (ediff-submit-report):
1326         Add bug-gnu-emacs to bug report address.
1328         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1329         Remove bug report entries.
1330         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1332         * emacs-lisp/bytecomp.el (byte-compile-level): New.
1333         (byte-compile-file, byte-compile-from-buffer):
1334         Use separate input/output buffers for each level of recursive
1335         byte-compile-file calls.  (Bug#13787)
1337 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
1339         * net/tramp.el (tramp-methods): Fix docstring.
1340         (tramp-ssh-controlmaster-options): Rename it from
1341         `tramp-ssh-controlmaster-template'.  Return a string.
1342         (tramp-default-method): Adapt check for
1343         `tramp-ssh-controlmaster-options'.
1345         * net/tramp-sh.el (tramp-methods):
1346         Replace `tramp-ssh-controlmaster-template' by "%c".
1347         (tramp-do-copy-or-rename-file-out-of-band)
1348         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
1349         that it is applied for the first hop only.
1351 2013-02-22  Juri Linkov  <juri@jurta.org>
1353         * isearch.el (isearch-lazy-highlight-new-loop):
1354         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1355         to `isearch-other-end' if it is not nil.  (Bug#13402)
1357         * replace.el (replace-highlight): Let-bind `isearch-other-end'
1358         to `match-beg'.
1360         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1361         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1362         and `isearch-error' to nil.
1364 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
1366         * progmodes/python.el (python-info-current-defun):
1367         Enhance match-data cluttering prevention.
1369 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
1371         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1373         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1374         Handle multibyte file names.
1376 2013-02-22  Glenn Morris  <rgm@gnu.org>
1378         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1379         (sgml-transformation-function): Give it a :set function.
1380         (sgml-tag): Doc fix.
1382         * cmuscheme.el (scheme-buffer):
1383         * progmodes/inf-lisp.el (inferior-lisp-buffer):
1384         * progmodes/tcl.el (inferior-tcl-buffer):
1385         * textmodes/tex-mode.el (tex-command): Doc fixes.
1387         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1389         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
1391 2013-02-21  Bastien Guerry  <bzg@gnu.org>
1393         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
1395 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1397         * progmodes/python.el (python-info-current-defun):
1398         Enhance match-data cluttering prevention.
1400 2013-02-21  Glenn Morris  <rgm@gnu.org>
1402         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1403         loaded while outline-regexp is let bound.  (Bug#9584)
1405 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1407         * progmodes/python.el (python-info-current-defun): Fix failed
1408         defun name retrieval because of unwanted match-data cluttering.
1410 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
1412         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1413         defconst.  Apply independent check for ControlPersist.
1415         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1416         temporarily, via "env".
1418 2013-02-21  Glenn Morris  <rgm@gnu.org>
1420         * info.el (Info-enable-edit): Remove.
1421         (Info-edit): Disable it rather than using Info-enable.
1422         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1423         (Info-cease-edit): Make editing of Info files obsolete.
1425         * informat.el (Info-tagify):
1426         Handle buffers not visiting files.  (Bug#13763)
1428 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
1430         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1432 2013-02-21  Glenn Morris  <rgm@gnu.org>
1434         * files.el (basic-save-buffer): Move check for existing parent
1435         directory after hooks.  (Bug#13773)
1437 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1439         * simple.el (command-execute): Move from C.  Add obsolete check.
1440         (extended-command-history): Move from C.
1442 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
1444         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1445         (jka-compr-mode-alist-additions): Handle .txz suffix for
1446         XZ-compressed tar archives (bug#13770).
1448 2013-02-20  Bastien Guerry  <bzg@gnu.org>
1450         * outline.el (outline-regexp, outline-heading-end-regexp):
1451         Make variables, not options (bug#13731).
1453 2013-02-20  Glenn Morris  <rgm@gnu.org>
1455         * image.el (image-current-frame): Change from variable to function.
1456         (image-show-frame): Rename from image-nth-frame.  Update callers.
1457         * image-mode.el (image-multi-frame): New variable.
1458         (image-mode-map, image-mode, image-goto-frame):
1459         Use image-multi-frame rather than image-current-frame.
1460         (image-mode, image-goto-frame): Use image-current-frame as
1461         function rather than as variable.
1463         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1464         * emacs-lisp/cl-macs.el (cl--make-type-test)
1465         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1467 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1469         * net/tramp-cache.el (tramp-get-hash-table): New defun.
1470         (tramp-get-file-property, tramp-set-file-property)
1471         (tramp-get-connection-property, tramp-set-connection-property): Use it.
1472         (tramp-flush-file-property, tramp-flush-directory-property):
1473         Rename argument to KEY.
1474         (tramp-flush-connection-property): Simplify a little bit.
1475         (tramp-connection-property-p): New defun.
1476         (top): Reapply saved values only if there isn't a corresponding
1477         entry in `tramp-connection-properties'.
1479 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
1481         * progmodes/python.el (python-indent-context):
1482         Fix python-info-line-ends-backslash-p call.
1483         (python-info-line-ends-backslash-p)
1484         (python-info-beginning-of-backslash): Respect line-number argument.
1485         (python-info-current-line-comment-p):
1486         Fix behavior when not at beginning-of-line.
1487         (python-util-position): Remove function.
1488         (python-util-goto-line): New function.
1490 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1492         * eshell/em-unix.el (eshell/su): Require tramp.
1493         (eshell/sudo): Require tramp.  Remove now unnecessary check.
1495         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1496         `tramp-current-connection' in order to avoid an error when several
1497         commands are invoked in a short time in eshell and friends.
1499 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         Cleanup some of EIEIO's namespace.
1502         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1503         Use it to define all the class-* and object-* field accessors (renamed
1504         to eieio--class-* and eieio--object-*).  Update all uses.
1505         (eieio--class-num-slots, eieio--object-num-slots): Rename from
1506         class-num-slots and object-num-slots.
1507         (eieio--check-type): New macro.
1508         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1509         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1510         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1511         (object-assoc-list-safe): Use it.
1512         (eieio-defclass): Tighten regexp.
1513         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
1514         Remove unreachable code.
1515         (object-class-fast): Declare obsolete.
1516         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1517         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1518         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1519         Rename from class-name, object-name, object-set-name-string,
1520         object-class, object-class-name, class-parents, class-children,
1521         class-precedence-list, class-parent; with obsolete alias.
1522         (class-of, class-direct-superclasses, class-direct-subclasses):
1523         Declare obsolete.
1524         (eieio-defmethod): Use `memq'; remove unreachable code.
1525         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1526         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1527         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1529 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1531         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1532         commentary.
1534 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
1536         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1537         Use font-lock-keyword-face for macros and special forms (bug#8345).
1539 2013-02-17  Didier Verna  <didier@didierverna.net>
1541         * net/network-stream.el (network-stream-open-starttls):
1542         Check that response to the starttls-command is non-nil.  (Bug#13706)
1544 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1547         Don't assume all identifier chars have syntax word.
1548         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1549         Remove bar-not-symbol.  Adjust callers.
1550         (lisp-mode-variables): Don't set a font-lock-syntax-table.
1552 2013-02-17  Leo Liu  <sdl.web@gmail.com>
1554         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1556 2013-02-17  Glenn Morris  <rgm@gnu.org>
1558         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1560         * image-mode.el (image-mode-map): Add image-dired menu entry.
1562         * image-dired.el (tumme): Make this alias obsolete.
1564 2013-02-16  Glenn Morris  <rgm@gnu.org>
1566         * image.el (image-animated-types): Remove.
1567         (image-multi-frame-p): Rename from image-animated-p, and generalize.
1568         (image-animated-p): Make obsolete alias.
1569         (image-animate, image-nth-frame, image-animate-timeout):
1570         Use image-multi-frame-p.
1571         (image-animate-timeout): If no delay, use image-default-frame-delay.
1572         * image-mode.el (image-mode, image-toggle-animation):
1573         Use image-multi-frame-p.  (Bug#763, bug#10739)
1574         (image-mode): Adjust startup message for a multi-frame image.
1576         * image-mode.el (image-mode-map): Give it a menu.
1578 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
1580         * net/tramp-cache.el (tramp-connection-properties): New customer
1581         option.
1582         (tramp-get-connection-property): Use it.
1584         * net/tramp-compat.el (top): Require 'trampver.
1586         * net/tramp-sh.el (tramp-remote-process-environment):
1587         Set tramp-autoload cookie.
1589 2013-02-16  Kevin Ryde  <user42@zip.com.au>
1591         * info-look.el (info-lookup-select-mode): If major-mode has no
1592         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1594 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
1596         * replace.el (read-regexp): Tighten the regexp that matches tag.
1597         When tag is retrieved with `find-tag-default', use regexp that
1598         matches tag at point.  Also update docstring (Bug#13687).
1600 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
1602         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1603         add watch for the file, not its parent directory, since w32notify
1604         sets up the watch for the directory internally.  (Bug#13725)
1606 2013-02-16  Glenn Morris  <rgm@gnu.org>
1608         * image.el (image-default-frame-delay): New variable.
1609         (image-animated-p): Use image-default-frame-delay.
1610         (image-minimum-frame-delay): New constant.
1611         (image-animate-timeout): Use image-minimum-frame-delay.
1613         * image.el (image-nth-frame): New, split from image-animate-timeout.
1614         (image-animate-timeout): Use image-nth-frame.
1615         * image-mode.el (image-goto-frame, image-next-frame)
1616         (image-previous-frame): New commands.
1617         (image-mode-map): Add new frame commands.
1619 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
1621         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1622         If col-desc already has help-echo, use it.  (Bug#13563)
1624 2013-02-16  Glenn Morris  <rgm@gnu.org>
1626         * image.el (image-current-frame): New variable.
1627         (image-animate-timeout): Set image-current-frame.
1628         * image-mode.el (image-mode): For animated images,
1629         display a frame counter via mode-line-process.
1631         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1633 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1637 2013-02-15  Alan Mackenzie  <acm@muc.de>
1639         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1640         global minor mode has been enabled, call the minor mode function
1641         for a new buffer once only, after the major mode hook, whilst
1642         allowing that hook explicitly to disable the minor mode.
1643         (MODE-disable-in-buffer): New (generated) function.
1644         (disable-MODE): New (generated) buffer local variable.
1646 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
1648         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1649         `iswitchb-next-match' and `iswitchb-prev-match' resply.
1650         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1651         `ido-next-match' and `ido-prev-match' resply.
1652         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1653         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1654         `icomplete-backward-completions' (Bug#13708).
1656 2013-02-15  Glenn Morris  <rgm@gnu.org>
1658         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1660 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1662         * net/goto-addr.el (goto-address-fontify): Add start and end args.
1663         (goto-address-fontify-region): Use them instead of narrowing, so
1664         syntax-ppss has access to the whole buffer.
1666 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1668         * progmodes/python.el: Explain how to restore "cc-mode"-like
1669         forward-sexp movement in header documentation (Bug#13642).
1670         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1671         comments and strings (GH bug 114).
1673 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1675         * progmodes/python.el (python-info-current-defun): Fix current
1676         defun detection (Bug#13618).
1678 2013-02-15  Chong Yidong  <cyd@gnu.org>
1680         * xml.el (xml-parse-string): Fix typo in handling of bad character
1681         references.
1683 2013-02-15  Glenn Morris  <rgm@gnu.org>
1685         * play/fortune.el (fortune-compile): Simplify and fix previous change.
1687 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
1689         * net/tramp.el (tramp-debug-message):
1690         Add `tramp-condition-case-unless-debug'.
1691         (tramp-debug-on-error): New defvar.
1692         (tramp-condition-case-unless-debug): New defun.
1693         (tramp-file-name-handler): Use it.
1695 2013-02-14  Juri Linkov  <juri@jurta.org>
1697         * info.el (Info-isearch-filter): Treat non-nil values of
1698         `search-invisible' including its default value `open'
1699         like the value `t' to match hidden text.  (Bug#13402)
1701 2013-02-14  Glenn Morris  <rgm@gnu.org>
1703         * help-fns.el (find-lisp-object-file-name): Give special treatment
1704         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
1706 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
1708         * net/quickurl.el (quickurl-save-urls):
1709         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
1711 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1713         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1714         depth for unfinished percent literal.  Not using it in the caller.
1715         (ruby-move-to-block): Jump over multiline literals of all types,
1716         ignoring code-looking contents inside them.
1717         (ruby-add-log-current-method): Improve performance at the expense
1718         of accuracy.  `ruby-block-contains-point' is relatively slow, so
1719         only use it for method and singleton class blocks.
1721 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1723         Use ControlMaster where applicable.  (Bug#13677)
1725         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1726         replacing `tramp-detect-ssh-controlmaster'.
1727         (tramp-default-method): Use it.
1729         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1730         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1731         arguments.
1732         [scpc, rsyncc]: Remove methods.
1733         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1734         and "ssh2_old".
1735         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1736         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1738 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1740         * emacs-lisp/package.el (package--initialized): Move before first use.
1742 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
1744         * icomplete.el (icomplete-hide-common-prefix): New user option.
1745         (icomplete-first-match): New face.
1746         (icomplete-completions): Correct handling of "complete but not
1747         unique" (Bug#12638).
1749 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
1751         * descr-text.el (describe-char): Display the script (bug#13698).
1753 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1755         * tmm.el: Use lexical-binding and current-active-maps.
1756         (tmm-menubar): Use map-keymap and pcase.
1757         (tmm--completion-table): New function.
1758         (tmm-prompt): Use it to fix the menu order.
1759         (tmm-get-keybind): Use current-active-maps.
1761 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
1763         Add dired-hide-details-mode.  (Bug#6799)
1765         * locate.el (locate-mode): Set parent mode property to dired-mode.
1767         * find-dired.el (find-dired): Call dired-insert-set-properties on
1768         initial information line.  Set process mark on end of buffer.
1769         (find-dired-sentinel):
1770         Call dired-insert-set-properties on summary.
1772         * dired.el (dired-hide-details-hide-symlink-targets)
1773         (dired-hide-details-hide-information-lines): New options.
1774         (dired-insert-directory):
1775         Set properties after final treatment of output.
1776         (dired-insert-set-properties):
1777         Set dired-hide-details-* properties.
1778         (dired-mode-map): Bind dired-hide-details-mode.
1779         (dired-mode): Set buffer-invisibility-spec to a list.
1780         (dired-next-line): Skip hidden lines.
1781         (dired-previous-line): Use dired-next-line.
1782         (dired-hide-details-mode): New minor mode.
1783         (dired-hide-details-update-invisibility-spec): New function.
1785 2013-02-13  Glenn Morris  <rgm@gnu.org>
1787         * play/yow.el: Move to obsolete/.  (Bug#9384)
1789 2013-02-13  Juri Linkov  <juri@jurta.org>
1791         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1792         to select `ediff-control-frame' and set input focus correctly on Xfce.
1793         (Bug#12218)
1795 2013-02-13  Juri Linkov  <juri@jurta.org>
1797         * image-mode.el (image-mode-map):
1798         * doc-view.el (doc-view-mode-map):
1799         * vc/ediff-util.el (ediff-setup-keymap):
1800         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1802 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1804         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1805         performance.  Instead of recalculating indentation fully for each
1806         line, sum up indentation depth based only on visited lines.
1807         (ruby-parse-partial): Increase the depth after "do" even when END
1808         is right after it.
1809         (ruby-parse-partial): When END is in the middle of a percent
1810         literal, increase the depth if the delimiter chars belong to the
1811         paren syntax class.
1813 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
1815         * play/fortune.el (fortune-compile): Also make the compiled file
1816         if it does not exist at all, not just if it is old.  (Bug#5338)
1818 2013-02-13  Glenn Morris  <rgm@gnu.org>
1820         * emacs-lisp/package.el (package-menu-execute): Doc fix.
1822 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
1824         * lisp/emacs-lisp/package.el (package-menu-execute):
1825         Add optional noquery argument.  (Bug#13625)
1827 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1829         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1830         if DIR exists and PARENTS is non-nil.
1832 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
1834         * progmodes/js.el (js--multi-line-declaration-indentation):
1835         Silence byte-compiler warning.
1837 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
1839         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1841         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1842         only if it doesn't exist.
1844         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1845         Set process marker.
1847 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
1849         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1850         UserInstallation when calling soffice to work around LibreOffice
1851         bug 37531.
1853 2013-02-12  Glenn Morris  <rgm@gnu.org>
1855         * files.el (basic-save-buffer):
1856         Offer to create a non-existing directory.  (Bug#3016)
1858         * calc/calc-graph.el (calc-graph-show-dumb):
1859         * calendar/calendar.el (calendar-mode-map):
1860         * cus-edit.el (custom-mode-map):
1861         * ehelp.el (electric-help-map):
1862         * emulation/vip.el (vip-mode-map):
1863         * epa.el (epa-key-list-mode-map):
1864         * info.el (Info-mode-map):
1865         * mail/rmail.el (rmail-mode-map):
1866         * mail/rmailsum.el (rmail-summary-mode-map):
1867         * man.el (Man-mode-map):
1868         * net/newst-plainview.el (newsticker-mode-map):
1869         * progmodes/cpp.el (cpp-edit-mode-map):
1870         * progmodes/grep.el (grep-mode-map):
1871         * progmodes/idlw-help.el (idlwave-help-mode-map):
1872         * simple.el (special-mode-map):
1873         * startup.el (splash-screen-keymap):
1874         * view.el (view-mode-map):
1875         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1877 2013-02-11  Elias Pipping  <pipping@lavabit.com>
1879         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1880         (bug#13679).
1882 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1886 2013-02-11  Glenn Morris  <rgm@gnu.org>
1888         * vc/diff.el (diff-use-labels): New variable.
1889         (diff-no-select): Use --label rather than -L, and first
1890         check that it is supported.  (Bug#11067)
1892         * files.el (enable-dir-local-variables): New variable.
1893         (hack-dir-local-variables): Respect enable-dir-local-variables.
1894         * tutorial.el (help-with-tutorial):
1895         Ignore directory-local variables.  (Bug#11127)
1897         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1898         (vc-svn-global-switches): ... to here.  (Bug#13513)
1900 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
1902         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1903         Handle "foo (bar, default: xxx): " prompts.
1905 2013-02-10  Chong Yidong  <cyd@gnu.org>
1907         * files.el (basic-save-buffer-1): Do not set
1908         buffer-file-coding-system-explicit (Bug#4533).
1910         * mail/emacsbug.el (report-emacs-bug): Change binding of
1911         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1913 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1915         * calc/calc.el (calc-allow-units-as-numbers): New variable.
1916         * calc/calc-units.el (calc-convert-units): Use new variable.
1918 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1920         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1922         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1923         buffer-file-type.
1925         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1926         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1927         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1928         coding-system-for-write instead.
1930         * jka-compr.el (jka-compr-write-region): Don't bind
1931         buffer-file-type.
1933         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1934         buffer-file-type.
1936         * files.el (file-name-buffer-file-type-alist): Remove defvar.
1937         (insert-file-contents-literally): Remove reference to
1938         file-name-buffer-file-type-alist.
1940         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1941         make-obsolete.
1942         (find-buffer-file-type-match, find-buffer-file-type): Remove.
1943         (find-buffer-file-type-coding-system): Remove references to
1944         find-buffer-file-type-match, find-buffer-file-type, and
1945         buffer-file-type.
1946         Don't put find-buffer-file-type-coding-system into
1947         file-coding-system-alist.
1948         (find-file-binary, find-file-text): Bind coding-system-for-read
1949         instead of file-name-buffer-file-type-alist.
1951 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
1953         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1954         converter (Bug#13622).
1955         (doc-view-unoconv-program): Make obsolete alias.
1956         (doc-view-odf->pdf-converter-program): New variable.
1957         (doc-view-odf->pdf-converter-function): New variable.
1958         (doc-view-mode-p): Use it.
1959         (doc-view-odf->pdf-converter-unoconv):
1960         Rename from `doc-view-odf->pdf-converter-unoconv'.
1961         (doc-view-odf->pdf-converter-soffice): New function.
1962         (doc-view-convert-current-doc):
1963         Use `doc-view-odf->pdf-converter-function'.
1965 2013-02-09  Chong Yidong  <cyd@gnu.org>
1967         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1968         view-echo-area-messages (Bug#13340).
1970         * help.el (view-echo-area-messages): Use display-buffer.
1972         * dired-x.el (dired-do-run-mail): Prompt for confirmation
1973         (Bug#13561).
1975 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1978         Eval body right away, now that we do eager macroexpansion (bug#13605).
1980         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1981         (fundamental-mode): Use run-mode-hooks.
1983         * eshell/esh-proc.el (eshell/kill): Fix last change.
1984         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1986 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1988         * eshell/esh-proc.el (eshell/kill): Rewrite.
1990         * eshell/em-ls.el (show-almost-all): Declare.
1991         (eshell-do-ls): Add support for -A argument.
1993 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
1995         * icomplete.el (icomplete-forward-completions)
1996         (icomplete-backward-completions): Handle corner case (bug#13602).
1998 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
2000         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2001         be nil.  Handle this.  (Bug#13636)
2003 2013-02-07  Richard Stallman  <rms@gnu.org>
2005         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2006         `save-buffer-coding-system'.
2008 2013-02-07  Alan Mackenzie  <acm@muc.de>
2010         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
2011         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2012         (c-parse-state-get-strategy): Don't return 'BOD any more.
2013         (c-append-lower-brace-pair-to-state-cache):
2014         Extra parameter HERE instead of narrowing.
2015         Widen to top of buffer before searching backwards for a brace pair.
2016         (c-state-push-any-brace-pair): Add HERE parameter to function call.
2017         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2018         Narrow to parameter HERE, in place of being called narrowed.
2019         (c-remove-stale-state-cache): Extra parameter HERE in place of
2020         narrowing.  Check there's an open brace in the cache before
2021         searching for its match.
2022         (c-invalidate-state-cache-1): Add HERE parameter to function call.
2023         (c-parse-state-1): Don't narrow here for 'forward strategy,
2024         instead passing extra parameter HERE to several functions.
2025         Remove 'BOD strategy.
2027 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2029         * emacs-lisp/package.el (describe-package-1): Tell what archive is
2030         used to install the package.
2032 2013-02-06  Glenn Morris  <rgm@gnu.org>
2034         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2035         if we can't get user input.  (Bug#6567)
2037         * startup.el (command-line): If simple.el is missing,
2038         test and warn about for some possible causes.
2040 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
2042         * cus-start.el (all): Add ns-use-native-fullscreen.
2044 2013-02-05  Glenn Morris  <rgm@gnu.org>
2046         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2048         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2049         Fix directory creation in fallback case.
2051 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2053         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2054         (vc-update-change-log): Use dolist.
2056 2013-02-04  Chong Yidong  <cyd@gnu.org>
2058         * thingatpt.el: Rewrite the URL detection routines, absorbing some
2059         code from ffap.el.
2060         (thing-at-point-beginning-of-url-regexp): New var.
2061         (thing-at-point-uri-schemes): Update list of URI schemes.
2062         (thing-at-point-url-regexp): Variable deleted.
2063         (thing-at-point-markedup-url-regexp): Disallow newlines.
2064         (thing-at-point-newsgroup-regexp)
2065         (thing-at-point-newsgroup-heads)
2066         (thing-at-point-default-mail-uri-scheme): New variables.
2067         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
2068         method to find the possible bounds of the URI at point.
2069         New optional argument to find ill-formed URIs.
2070         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
2071         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
2072         the scheme-adding heuristics from ffap-url-at-point.
2073         (thing-at-point--bounds-of-well-formed-url): New function.
2074         Do parens matching to decide whether to include parens in the URI
2075         (Bug#9153).
2077         * ffap.el: Require thingatpt.
2078         (ffap-url-at-point): Delegate URI detection to thing-at-point.
2079         All URI-valid characters are now recognized (Bug#5673).
2080         (ffap-string-at-point): Use use-region-p.
2081         (ffap-url-regexp): Extra character is handled by thing-at-point.
2082         (ffap-string-at-point-mode-alist): Allow parentheses.
2083         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2084         Convert to aliases; code moved to thingatpt.el.
2085         (ffap-gnus-hook): Use setq-local.
2087 2013-02-04  Glenn Morris  <rgm@gnu.org>
2089         * emacs-lisp/ert.el (ert--explain-format-atom):
2090         Don't try to print non-characters as characters.  (Bug#13543)
2092 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
2094         * net/tramp.el (tramp-debug-message): Extend function exclude list.
2095         (tramp-backtrace): New defun.
2096         (tramp-handle-insert-file-contents): Use `visit' when inserting
2097         the local copy.
2099         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2100         Use `remote-file-name-inhibit-cache'.
2102 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2105         (bug#13614).
2107         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2108         current-load-list (bug#13366).
2110 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
2112         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2113         Identify g++ template instantiation trace.  (Bug#12287)
2114         (compilation-mode-hook, compilation-start-hook)
2115         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2117 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * mouse.el (mouse-drag-track): Always deactivate the mark before
2120         running the final event's command since that command is in charge of
2121         activating the mark if needed (bug#13523).
2123 2013-02-02  Juri Linkov  <juri@jurta.org>
2125         * replace.el (perform-replace): Move let-bindings of isearch-*
2126         variables deeper to the loop that searches for the next match.
2127         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2128         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2129         (Bug#13579)
2131         * isearch.el (isearch-search-fun-default): Check for null
2132         first element of isearch-cmds as a precaution when it's used
2133         with inactive isearch.
2135 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2137         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2138         error when buffer in question is narrowed so position 1 is out of
2139         visible part.
2141 2013-02-02  Glenn Morris  <rgm@gnu.org>
2143         * textmodes/remember.el (remember-clipboard): Doc fix.
2145 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2147         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2148         properties (bug#13179).
2150 2013-02-02  Juri Linkov  <juri@jurta.org>
2152         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2153         instead of hard-coded default face `match'.  (Bug#9438)
2155 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2157         * vc/vc-arch.el (vc-arch-registered):
2158         * vc/vc-bzr.el (vc-bzr-registered):
2159         * vc/vc-cvs.el (vc-cvs-registered):
2160         * vc/vc-git.el (vc-git-registered):
2161         * vc/vc-hg.el (vc-hg-registered):
2162         * vc/vc-mtn.el (vc-mtn-registered):
2163         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2164         (Bug#13139)
2166         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2167         prefix argument.  (Bug#11656)
2169 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2173 2013-02-01  Glenn Morris  <rgm@gnu.org>
2175         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2176         if the backend is known not to support it.
2178         * imenu.el (imenu-default-create-index-function):
2179         Tweak infinite loop test to check for forward motion as well as none.
2181 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2183         * net/soap-client.el (soap-invoke): Encode the string for
2184         `url-request-data' as UTF-8.
2185         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2187 2013-02-01  Glenn Morris  <rgm@gnu.org>
2189         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2191         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2193 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2195         * net/tramp.el (tramp-tramp-file-p): Comment check for
2196         `string-as-unibyte'.  The function does not exist on XEmacs, and
2197         likely we need another approach.
2199         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2200         `tramp-gw-*' variables are bound.
2202 2013-01-31  Glenn Morris  <rgm@gnu.org>
2204         * files.el (basic-save-buffer-2): Choose coding system for
2205         writing the file before backing it up, to reduce delay between
2206         backing up and writing the new version.  (Bug#13522)
2208 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2210         * simple.el (cycle-spacing): New command.
2211         (just-one-space): Use it.
2213 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2215         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2216         (opascal-newline-always-indents): Remove custom.
2217         (opascal-tab, opascal-newline): Remove commands.
2218         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2219         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2220         (opascal-save-match-data): Remove, use save-match-data instead.
2221         (opascal-save-state): Use with-silent-modifications.
2223         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2224         (bug#13585).
2226 2013-01-30  Juri Linkov  <juri@jurta.org>
2228         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2229         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2230         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2232 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2234         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2235         column if we're just deleting the backslashes.
2236         (makefile-fill-paragraph): Use eolp.
2238 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2240         * autorevert.el (auto-revert-use-notify): Fix docstring.
2242 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2244         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2246 2013-01-30  Glenn Morris  <rgm@gnu.org>
2248         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2249         unread-command-events twice in some cases.  This tries to implement
2250         the 2012-07-26 changes in a different way.  (Bug#13560)
2252 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2254         * progmodes/python.el
2255         (python-pdbtrack-comint-output-filter-function): Enhancements on
2256         stacktrace detection.  (thanks @gnovak)
2258 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2260         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2261         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2262         Use defvar-local.
2263         (jit-lock-register): Use setq-local.
2265 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2267         * calc-units.el (math-default-units-table): Remove initial value.
2268         (calc-convert-units): Treat expressions where all the units cancel as
2269         if they didn't have units.
2271 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2273         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2274         (tramp-completion-reread-directory-timeout): Fix type.
2275         (tramp-connection-min-time-diff): New defcustom.
2277         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2279 2013-01-30  Glenn Morris  <rgm@gnu.org>
2281         * imenu.el (imenu-default-create-index-function):
2282         Put back a version of the infinite loop test removed 2013-01-23.
2284 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2286         * progmodes/python.el (python-shell-parse-command):
2287         Find python-shell-interpreter with modified environment.
2289 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2291         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2293 2013-01-29  Alan Mackenzie  <acm@muc.de>
2295         Amend to fontify /regexp/s in actions correctly.
2296         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2297         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2298         are no longer included.
2299         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2300         What used to be these variables without "-line" in the name.
2301         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2302         (c-awk-non-arith-op-bra-re): Now also matches {.
2303         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2304         "return", and "case".
2305         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2306         by /.
2307         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2308         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2310 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2312         * autorevert.el (auto-revert-use-notify):
2313         Use `custom-initialize-default' for initialization.  (Bug#13583)
2315         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2317         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2318         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
2319         in `tramp-file-name-handler'.
2320         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2321         compatibility.
2322         (tramp-compute-multi-hops): Check, whether
2323         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2325 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2327         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2328         (bug#13297).
2330 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2332         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2333         checks made superfluous by the \_< operator.
2334         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2335         temporarily) broken indentation.
2336         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2337         Highlight nested constants, too.  \_< broke that.
2339 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2341         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2342         instead of "\\b".
2344 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
2346         * autorevert.el (auto-revert-handler): Notifications which result
2347         from a saved file shall not be taken into account.  (Bug#13557)
2349 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
2351         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2352         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2353         (lisp-mode): Pass t for it.  (Bug#13556)
2355 2013-01-25  Alan Mackenzie  <acm@muc.de>
2357         AWK Mode: Fix indentation bug at top level.  Bug #12274.
2359         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2360         just before CASE 5D.
2362 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
2364         * net/socks.el (socks-nslookup-host): Use string-to-number.
2366 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
2368         * autorevert.el (auto-revert-remote-files)
2369         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2370         (auto-revert-notify-enabled, auto-revert-use-notify)
2371         (auto-revert-notify-watch-descriptor-hash-list)
2372         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2373         (auto-revert-notify-event-descriptor)
2374         (auto-revert-notify-event-action)
2375         (auto-revert-notify-event-file-name): Doc fix.
2376         (global-auto-revert-mode): Reorder checks.
2377         (auto-revert-notify-rm-watch): Respect changed values of
2378         `auto-revert-notify-watch-descriptor-hash-list'.
2379         (auto-revert-notify-add-watch): Check for
2380         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
2381         `inotify-add-watch'.  Watch `default-directory' instead of
2382         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
2383         has a changed meaning now.  (Bug#13540)
2384         (auto-revert-notify-handler): Change implementation wrt events
2385         returning from a directory.
2386         (auto-revert-handler): Reorder implementation for checks of remote
2387         files.
2388         (auto-revert-buffers): Fix parentheses error.
2390 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
2392         * progmodes/python.el: Enhancements to header documentation about
2393         skeletons.  (Bug#5716)
2395         * imenu.el (imenu-default-create-index-function): Remove useless
2396         infinite loop check.  (Bug#13438)
2398 2013-01-25  Alan Mackenzie  <acm@muc.de>
2400         Fix a bug in the state cache mechanism.  Refactor this a bit.
2402         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2403         `cache-pos' element from the return value.
2404         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2405         buffer to enable proper searching from beyond HERE.  Amend the
2406         test for detecting the sought brace pair.  Amend the value written
2407         to the "brace desert cache" when the brace isn't found.
2408         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2409         and several other variables analogously.
2410         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2411         parameter to a locally calculated variable.
2412         (c-parse-state-1): Change the calling conventions to the two
2413         defuns involving `cache-pos'.
2415 2013-01-25  Chong Yidong  <cyd@gnu.org>
2417         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2419 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
2421         * paren.el (show-paren-function): Make sure to set 'priority and
2422         'face only if the overlay does exist.
2424 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
2426         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2428         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2429         basic attributes.
2430         (tramp-sh-handle-set-file-acl): Improve error checking.
2432 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
2434         * doc-view.el (doc-view-display): Force mode line update until all
2435         document is converted.  Suggested by Stefan Monnier (Bug#13164).
2437 2013-01-23  Bastien Guerry  <bzg@gnu.org>
2439         * paren.el (show-paren-function): Make sure an overlay exists
2440         before trying to delete it.  Also use `pos' as a position only
2441         when it is an integer.
2443 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
2445         * play/gametree.el (gametree-break-line-here): Use point-marker.
2447 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
2449         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2450         Mark descriptive parts with `display' property.
2452 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2454         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2455         New variable to map standard dict names to hunspell ones.
2456         (ispell-set-spellchecker-params): Make sure specific dict names
2457         are used for standard dicts with hunspell.
2459 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
2461         * textmodes/reftex-cite.el (reftex-format-citation): Add format
2462         chars for note (%N) and url (%U).
2463         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2465 2013-01-21  Juri Linkov  <juri@jurta.org>
2467         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2468         in addition to existing separate binding `meta f10' in `global-map'.
2469         (Bug#13484)
2471 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
2473         Improve XEmacs compatibility.
2475         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2477         * net/tramp-adb.el (top): Require `time-date'.
2478         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2479         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2480         Use `tramp-file-name-handler'.
2481         (tramp-adb-maybe-open-connection):
2482         Use `tramp-compat-set-process-query-on-exit-flag'.
2484         * net/tramp-sh.el (tramp-sh-handle-file-acl):
2485         Use `tramp-compat-funcall'.
2487         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2488         `tramp-compat-funcall'.
2490 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
2492         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2493         reimplementation using "adb shell command ..." instead of running
2494         remote shell interactively.
2496 2013-01-20  Glenn Morris  <rgm@gnu.org>
2498         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2499         Add native profiler menu entries.
2501         * profiler.el (profiler-running-p): New function.
2502         (profiler-cpu-profile): Use profiler-running-p.
2503         (profiler-report-mode-map): Add some more menu entries.
2505 2013-01-19  Glenn Morris  <rgm@gnu.org>
2507         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2508         fixes 2012-12-07 change.  (Bug#13499)
2510 2013-01-19  Leo Liu  <sdl.web@gmail.com>
2512         * dired.el (dired-get-marked-files): Prune erroneous values due to
2513         last change.  (Bug#13152)
2515 2013-01-19  Glenn Morris  <rgm@gnu.org>
2517         * progmodes/etags.el (tags-table-check-computed-list):
2518         Preserve point in tags buffer.  (Bug#13412)
2520         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2522 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
2523             Chong Yidong  <cyd@gnu.org>
2525         * image-mode.el (image-next-file, image-previous-file):
2526         New commands (Bug#8453).
2527         (image-mode-map): Bind them to n and p.
2528         (image-mode--images-in-directory): New helper function.
2530 2013-01-19  Chong Yidong  <cyd@gnu.org>
2532         * image-mode.el (image-mode-fit-frame): Add a frame argument.
2533         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
2534         save and restore the old window configuration.
2536 2013-01-18  Leo Liu  <sdl.web@gmail.com>
2538         * progmodes/js.el: Tweak autoload cookie for alias.
2540 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2542         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2543         buffer local, again.  This was lost with the fix on 2013-01-12.
2545 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
2547         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2548         order to support several eshell buffers in parallel.
2550 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2552         * autorevert.el (auto-revert-use-notify): In the :set function, do
2553         not modify `kill-buffer-hook'.
2554         (auto-revert-notify-rm-watch):
2555         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2556         (auto-revert-notify-add-watch): Do not call
2557         `auto-revert-notify-rm-watch', but add it to a buffer local
2558         `kill-buffer-hook'.
2560 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2563         call to `eval' rather than a backquoted lambda.
2565 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2567         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2568         to return an explicit nil.
2569         (advice--remove-function): Change accordingly.
2571         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2572         the use of nadvice.el.
2574         * progmodes/which-func.el (which-function): Silence imenu errors
2575         (bug#13433).
2577 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2579         * progmodes/sql.el (sql-imenu-generic-expression):
2580         (sql-mode-font-lock-object-name): Match schema qualified names.
2581         (sql-connect): Use string keys.
2582         (sql-product-interactive): Wait for interpreter prompt.
2583         (sql-comint-oracle): Set process coding based on NLS_LANG.
2585 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2587         * progmodes/sql.el (sql-output-to-send): Remove, unused.
2588         (sql-interactive-remove-continuation-prompt):
2589         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2591 2013-01-14  Leo Liu  <sdl.web@gmail.com>
2593         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2594         (Bug#13420)
2596 2013-01-14  Glenn Morris  <rgm@gnu.org>
2598         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2599         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2601 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2603         * progmodes/python.el (python-nav-end-of-statement):
2604         Fix cornercase when handling multiline strings.
2606 2013-01-13  Richard Stallman  <rms@gnu.org>
2608         * mail/sendmail.el (mail-position-on-field): Add doc string.
2610         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2611         Get current message boundaries and pass them to
2612         message-forward-make-body-mime.  Minor style changes.
2614 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
2616         * cus-start.el (all): Avoid warnings about
2617         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2619 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
2621         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2623 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2625         * jit-lock.el (jit-lock-debug-mode): New minor mode.
2626         (jit-lock--debug-fontifying): New var.
2627         (jit-lock--debug-fontify): New function.
2628         * subr.el (condition-case-unless-debug): Don't prevent catching the
2629         error, just let the debbugger run.
2630         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2631         timer code and don't drop errors silently.
2633 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
2635         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2636         `permanent-local' property.
2637         (auto-revert-notify-handler): Use `file-equal-p'.
2639 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
2641         * autorevert.el (auto-revert-notify-handler): Fix filtering of
2642         file notification by ACTION. For filtering by file name, compare
2643         only the non-directory part of the file name.
2645 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2647         * autorevert.el: Use cl-lib instead of cl.
2649         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2650         (vc-bzr-checkin): Use it.
2651         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2652         will preserve match-data.
2654 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
2656         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2657         (js--declaration-keyword-re): New var.
2658         (js--multi-line-declaration-indentation): New function.
2659         (js--proper-indentation): Use it.
2661 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2663         * calc/calc.el (calc-highlight-selections-with-faces)
2664          (calc-dispatch):
2665         * comint.el (comint-history-isearch-message):
2666         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2667         * ffap.el (ffap-string-at-point-region, ffap-next)
2668         (ffap-string-at-point, ffap-string-around)
2669         (ffap-copy-string-as-kill, ffap-highlight-overlay)
2670         (ffap-literally):
2671         * font-lock.el (font-lock-keywords-alist)
2672         (font-lock-removed-keywords-alist):
2673         * help-mode.el (help-xref-symbol-regexp):
2674         * info.el (Info-find-emacs-command-nodes):
2675         * international/mule.el (add-to-coding-system-list):
2676         * isearch.el (isearch-message-function, isearch-fail-pos):
2677         * misearch.el (multi-isearch-next-buffer-function):
2678         * newcomment.el (comment-box):
2679         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2680         (pr-setting-database):
2681         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2682         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2683         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2684         (pike-font-lock-keywords-3):
2685         * progmodes/compile.el (compile):
2686         * progmodes/etags.el (tags-table-files)
2687         (tags-table-files-function, tags-included-tables-function):
2688         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2689         (gdb-restore-windows):
2690         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2691         (ps-n-up-filling-database):
2692         * server.el (server-buffer, server-log):
2693         * simple.el (newline, delete-backward-char, delete-forward-char)
2694         (minibuffer-history-isearch-message, kill-line, track-eol)
2695         (temporary-goal-column):
2696         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2697         (flyspell-default-deplacement-commands):
2698         * textmodes/ispell.el (ispell-accept-output):
2699         * textmodes/sgml-mode.el (html-tag-help):
2700         * vc/compare-w.el (compare-ignore-whitespace)
2701         (compare-ignore-case, compare-windows-dehighlight):
2702         * vc/diff.el (diff):
2703         * whitespace.el (whitespace-point)
2704         (whitespace-font-lock-refontify, whitespace-bob-marker)
2705         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2707 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
2709         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2710         (auto-revert-notify-rm-watch): Ignore errors.
2711         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
2712         inotify, and '(size last-write-time) for w32notify.
2713         Set buffer-local `auto-revert-use-notify' to nil when adding a file
2714         watch fails - this is a fallback to the file modification check.
2715         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2716         (auto-revert-notify-event-action)
2717         (auto-revert-notify-event-file-name): New defuns.
2718         (auto-revert-notify-handler): Use them.  Implement first
2719         plausibility checks.
2720         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2722 2013-01-11  Julien Danjou  <julien@danjou.info>
2724         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2725         max are almost equal. Also return the correct value for V which is
2726         already between 0 and 1.
2728 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2730         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2732 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
2734         * autorevert.el (auto-revert-notify-rm-watch)
2735         (auto-revert-notify-add-watch): Fix typos in w32notify function
2736         names.
2738 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2740         * autorevert.el (auto-revert-notify-enabled): Move up.
2741         (auto-revert-use-notify): New defcustom.
2742         (auto-revert-mode, global-auto-revert-mode)
2743         (auto-revert-notify-add-watch, auto-revert-handler)
2744         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2745         `auto-revert-notify-enabled'.
2747 2013-01-10  Elias Pipping  <pipping@exherbo.org>
2749         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2750         * doc-view.el (doc-view-document->bitmap):
2751         Use doc-view-single-page-converter-function instead of
2752         single-page-converter arg; adjust callers.
2754 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
2756         * progmodes/which-func.el (which-function): Understand Semantic's use
2757         of overlays in imenu--index-alist.
2759 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2761         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
2762         (Man-man-k-use-anchor): New var.
2763         (Man-parse-man-k): New function.
2764         (Man-completion-table): Use it.
2765         (man): Flush the completion cache between uses.
2767 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2769         * autorevert.el: Add file watch support.
2770         (auto-revert-notify-enabled): New defconst.
2771         (auto-revert-notify-watch-descriptor-hash-list)
2772         (auto-revert-notify-watch-descriptor)
2773         (auto-revert-notify-modified-p): New defvars.
2774         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2775         (auto-revert-notify-handler): New defuns.
2776         (auto-revert-mode, global-auto-revert-mode): Remove file watches
2777         when mode is disabled.
2778         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2779         (auto-revert-buffers): Add file watches for active buffers.
2781 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
2783         * cus-start.el (toplevel): Only allow float values for
2784         scroll-up-aggressively and scroll-down-aggressively.
2785         Allow any number for line-spacing.
2787 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2789         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2790         (doc-view-pdf->png-converter-function): Use mupdf if available.
2791         (doc-view-djvu->png-converter-function)
2792         (doc-view-ps->png-converter-function): Remove.
2793         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2794         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2795         (doc-view-already-converted-p): Adjust accordingly.
2796         (doc-view-mode-p): Simplify.
2797         (doc-view-enlarge): Use setq-local.
2798         (doc-view-pdf->png-converter-ghostscript)
2799         (doc-view-djvu->png-converter-ddjvu)
2800         (doc-view-pdf->png-converter-mupdf): Rework to call
2801         doc-view-start-process directly.
2802         (doc-view-pdf/ps->png): Simplify accordingly.
2803         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2804         (doc-view-document->bitmap): Rename from doc-view-document->png.
2805         (doc-view-convert-current-doc): Merge pdf and djvu cases.
2806         (doc-view-set-slice-from-bounding-box): Fix completion table.
2807         (doc-view-mode): Use add-hook for after-revert-hook.
2809 2013-01-10  Glenn Morris  <rgm@gnu.org>
2811         * emacs-lisp/authors.el (authors-ignored-files)
2812         (authors-valid-file-names, authors-renamed-files-alist):
2813         Add some more entries.
2815 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * image-mode.el (image-mode-winprops): Don't throw away the fallback
2818         `t' pseudo-window entry.
2820 2013-01-10  Alan Mackenzie  <acm@muc.de>
2822         Fix bugs in the c-parse-state mechanism.  Reuse some markers
2823         instead of continually generating new ones.
2825         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2826         (c-state-old-cpp-end-marker): New variables.
2827         (c-append-lower-brace-pair-to-state-cache): Start a backward
2828         search for "}" definitively outside CPP constructs.
2829         (c-remove-stale-state-cache): Inform the caller of a need to
2830         search back for a brace pair in certain circumstances.
2831         (c-state-maybe-marker): New macro.
2832         (c-parse-state): Reuse markers when appropriate.
2834 2013-01-10  Glenn Morris  <rgm@gnu.org>
2836         * simple.el (execute-extended-command): Doc fix.
2837         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
2839 2013-01-10  Chong Yidong  <cyd@gnu.org>
2841         * faces.el (read-face-name): Doc fix.
2843 2013-01-10  Roland Winkler  <winkler@gnu.org>
2845         * emacs-lisp/crm.el: Allow any regexp for separators.
2846         (crm-default-separator): All spaces around the default comma separator.
2847         (crm--completion-command): New macro.
2848         (crm-completion-help, crm-complete, crm-complete-word): Use it.
2849         (crm-complete-and-exit): Handle non-single-char separators.
2851 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2853         * doc-view.el: Add support for DjVu (bug#13164).
2854         (doc-view-djvu->png-converter-function): New config var.
2855         (doc-view-single-page-converter-function, doc-view--image-type)
2856         (doc-view--image-file-extension): New vars.
2857         (doc-view-mode): Initialize them.
2858         (doc-view-goto-page): Use them.
2859         (doc-view-mode-p): Add support for ddjvu.
2860         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2861         (doc-view-set-up-single-converter): New funs.
2862         (doc-view-pdf/ps->png): Extend for djvu.
2863         (doc-view-document->png): Rename from doc-view-pdf->png.
2864         (doc-view-convert-current-doc): Handle djvu.
2865         (doc-view-insert-image, doc-view-display)
2866         (doc-view-already-converted-p): Don't hardcode png.
2867         (doc-view-set-doc-type): Recognize djvu docs.
2869 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2871         * doc-view.el: Add support for mupdf converter (bug#13164).
2872         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2873         (doc-view-ps->png-converter-function): New config vars.
2874         (doc-view-pdf->png-converter-ghostscript)
2875         (doc-view-ps->png-converter-ghostscript)
2876         (doc-view-pdf->png-converter-mupdf): New functions.
2877         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2879 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
2881         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2882         first in session cache: When `tramp-own-remote-path' is in
2883         `tramp-remote-path', the remote path is only set in the session
2884         cache.
2886 2013-01-09  Glenn Morris  <rgm@gnu.org>
2888         * emacs-lisp/trace.el (trace-function-foreground)
2889         (trace-function-background): Doc fix.
2891 2013-01-09  Juri Linkov  <juri@jurta.org>
2893         * international/mule-cmds.el (read-char-by-name): Move let-binding
2894         of completion-ignore-case around completing-read to fix regression
2895         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2896         `string-match-p' using the nil value of `case-fold-search' and
2897         `completion-ignore-case' in `completion-pcm--all-completions'.
2898         (Bug#12615).
2900 2013-01-09  Glenn Morris  <rgm@gnu.org>
2902         * progmodes/compile.el (compilation-parse-errors):
2903         Fix typo.  (Bug#13369)
2905 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2907         * comint.el (comint-send-input): Check size of buffer before
2908         waiting for process output, in case already accepted.  (Bug#13290)
2910 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2912         Spelling fixes.
2913         * net/tramp-adb.el (tramp-adb-get-toolbox):
2914         Fix misspelling of 'unknown'.
2916 2013-01-08  Juri Linkov  <juri@jurta.org>
2918         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2919         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2920         Use underline style wave on terminals that support it.  (Bug#13000)
2922 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2924         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2925         the predicate returns nil.
2927         * simple.el: Use lexical-binding.
2928         (primitive-undo): Use pcase.
2929         (minibuffer-history-isearch-push-state): Use a closure.
2931 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2933         * simple.el (primitive-undo): Move from undo.c.
2935 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2937         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2938         (cvs-mode-remove-handled): Use it (bug#13380).
2940         * emacs-lisp/nadvice.el (advice--tweak): New function.
2941         (advice--remove-function, advice--subst-main): Use it.
2943         * emacs-lisp/advice.el: Update commentary.
2945 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
2947         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2948         Remove spurious entry.
2950 2013-01-08  Glenn Morris  <rgm@gnu.org>
2952         * net/tramp.el (tramp-default-host-alist): Add :version.
2954 2013-01-08  Juri Linkov  <juri@jurta.org>
2956         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2957         single completion.  (Bug#12456)
2958         (info--manual-names): Expand node completions into an explicit list
2959         before appending it to another list.  Filter out internal buffers
2960         with the leading space in the buffer name.  (Bug#10771)
2962 2013-01-08  Juri Linkov  <juri@jurta.org>
2964         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2965         that defaults to the Top node.
2966         (Info-goto-node, Info-read-node-name): Doc fix to mention that
2967         the short format (FILENAME) goes to the Top node.
2968         (Info-build-node-completions): Rename arg `file' to `filename'.
2969         (Bug#13365)
2971 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2973         * menu-bar.el (menu-bar-search-documentation-menu):
2974         Use `apropos-user-option' and fix the help message.
2976 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2978         * apropos.el (apropos-do-all): Update docstring.
2979         (apropos-user-option-button): New face.
2980         (apropos-user-option): Rename from `apropos-variable' and update
2981         docstring.
2982         (apropos-variable): Rewrite, now show all variables by default.
2983         (apropos-print): Mention "User option" instead of "Variable" when
2984         printing doc for user options.  (Bug#13276)
2986 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
2988         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2989         Handle filename correctly, when parsing "source -> target" symlink
2990         output.
2991         (tramp-adb-handle-set-file-times): New defun.
2993 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2995         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2996         advice list when the interactive-spec of ad-Advice-* changes.
2998 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3000         * wid-edit.el (widget-default-get): Work for inlined elements.
3001         (Bug#12670)
3003 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
3005         * net/tramp.el (tramp-default-host-alist): New defcustom.
3006         (tramp-find-host): Use it.
3007         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
3008         `eshell-directory-change-hook'.
3010         * net/tramp-adb.el (top): Add adb specific entry in
3011         `tramp-default-host-alist'.
3012         (tramp-adb-file-name-host): Remove function.
3013         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3014         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3016         * net/tramp-sh.el: Move eshell integration code to tramp.el.
3018 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
3020         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3022 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
3024         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3025         consist of more than one digit.
3026         (tramp-adb-file-name-handler-alist):
3027         Use `tramp-handle-file-exists-p' consistently.
3028         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3029         (tramp-adb-handle-file-exists-p): Remove function.
3030         (tramp-adb-file-name-host): New defun.
3031         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3032         Use it.
3033         (tramp-adb-maybe-open-connection): Set "remote-path" property.
3035 2013-01-06  Chong Yidong  <cyd@gnu.org>
3037         * vc/vc.el (vc-next-action): Detect buffer modifications
3038         conflicting with locking VCS operation (Bug#11490).
3040         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3042 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
3044         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3045         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3047 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
3049         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3050         parsing of ls output using regular expression (handle filenames
3051         with spaces).  Use virtual device number.
3052         (tramp-do-parse-file-attributes-with-ls): New defun (Code
3053         cleanup).
3055 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3057         * epg.el: Silence byte-compiler warnings.
3058         (epg--start): Use delete-char instead of delete-backward-char.
3059         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3061 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3063         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3064         Suggested by Eli Zaretskii  <eliz@gnu.org>.
3066 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
3068         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3069         non-negative integers.  Otherwise, the default values are used.
3070         (tramp-convert-file-attributes): Convert uid and gid to integers.
3072 2013-01-04  Glenn Morris  <rgm@gnu.org>
3074         * term.el (term-handle-colors-array): Ensure face attributes
3075         are fully specified, not nil.  (Bug#13337)
3077         * term.el (term-default-fg-color, term-default-bg-color):
3078         Fix custom type.
3080         * progmodes/etags.el (tags-compression-info-list): Doc fix.
3081         (tag-find-file-of-tag-noselect): Check auto-compression-mode
3082         rather than 'jka-compr being loaded.  (Bug#13338)
3084 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
3086         * icomplete.el (icomplete-completions):
3087         Honor icomplete-prospects-height once more following
3088         2012-11-29 changes.  (Bug#13224)
3090 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3092         * subr.el (internal--called-interactively-p--get-frame): Find aliases
3093         of called-interactively-p as well (bug#13237).
3095         * view.el (view--enable, view--disable): Rename from view-mode-enable
3096         and view-mode-disable and assume it's called from view-mode.
3097         (view-mode-enable, view-mode-disable): Redefine as obsolete
3098         compatibility layer above view-mode.
3099         (view-mode-enter): Call `view-mode'.
3101         * files.el (after-find-file): Call `view-mode'.
3103         * doc-view.el (doc-view-scale-internally): New var.
3104         (doc-view-enlarge, doc-view-insert-image): Obey it.
3106 2013-01-03  Daiki Ueno  <ueno@gnu.org>
3108         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3109         exist.  (Bug#13344)
3111 2013-01-03  Glenn Morris  <rgm@gnu.org>
3113         * mail/rmail.el (rmail-set-header-1): Ignore case.
3114         Handle multi-line headers.  (Bug#13330)
3116         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3117         Handle paragraph starting at beginning of buffer.
3119         * subr.el (eval-after-load): Don't purecopy the form, so that it
3120         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3122         * emacs-lisp/byte-run.el (defun): Place cl declarations
3123         after any interactive spec.  (Bug#13265)
3125 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3127         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3128         defun.  Don't check for DECL if DOCSTRING isn't a string.
3129         (defun): Likewise.
3131 2013-01-02  Glenn Morris  <rgm@gnu.org>
3133         * eshell/em-cmpl.el (eshell-pcomplete):
3134         More thoroughly imitate pcomplete.  (Bug#13293)
3136         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3137         Return nil for empty path elements.  (Bug#13296)
3139 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
3141         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3142         order to improve efficiency (Based on Daniel Colascione's
3143         <dancol@dancol.org> patch).  (Bug#13182)
3145 2013-01-02  Glenn Morris  <rgm@gnu.org>
3147         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3149 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3151         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3152         neither DOCSTRING nor DECL was given.  (Bug#13316)
3154 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3156         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3157         `error' call.
3158         (tramp-do-copy-or-rename-file): Ignore errors when calling
3159         `set-file-extended-attributes'.
3161         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3162         Add handler for `file-acl'.
3163         (tramp-smb-handle-file-acl): New defun.
3165 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3167         * calc/README: Mention ISO 8601 week-numbering dates.
3169 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3171         * view.el (view-mode-enable): New argument run-view-mode-hook.
3172         Run view-mode-hook only when it's non-nil (Bug#13315).
3173         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3174         argument t.
3176 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
3178         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3179         (No device connected, invalid device name). (Bug #13299)
3181 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3183         * window.el (window-resizable--p): Rename to window-resizable-p.
3184         (window-resize-no-error): New function.
3186         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3187         broken in fix from 2012-12-28.
3189 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3191         * subr.el (special-form-p): Don't signal errors on undef aliases.
3193 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3195         * calc/calc-forms.el (math-parse-date): Try using
3196         `math-parse-iso-date' when it looks like it might be needed.
3197         Allow times of 24:00.
3198         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3199         of 24:00.
3201 2012-12-30  Glenn Morris  <rgm@gnu.org>
3203         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3204         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3205         (rmail-summary-displayed, rmail-summary): Declare.
3206         (mairix-rmail-display): Just require rmail.
3208 2012-12-30  Chong Yidong  <cyd@gnu.org>
3210         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3211         check for the tarball contents.
3213 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3215         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3216         tarfile content listings (Bug#13136).
3218 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3220         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3221         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3223 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3225         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3226         integers, if they are real numbers.  (Bug#13282)
3228         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3229         Return `t' on success.
3231         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3232         Add handler for `set-file-selinux-context'.
3234 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3236         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3237         (tramp-sh-handle-set-file-acl): Return `t' on success.
3239 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3241         * files.el (backup-buffer-copy, basic-save-buffer-2):
3242         If set-file-extended-attributes fails, fall back on set-file-modes
3243         instead of signaling an error.  (Bug#13298)
3244         (basic-save-buffer): Likewise.
3246 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3248         * progmodes/python.el: Support other commands triggering
3249         python-indent-line so indentation cycling continues to work.
3250         (python-indent-trigger-commands): New defcustom.
3251         (python-indent-line): Use it.
3253 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3255         * progmodes/python.el (python-shell-send-region): Add blank lines
3256         for non sent code so backtraces remain correct.
3258 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3260         * progmodes/python.el: Remove cl dependency.
3261         (python-syntax-count-quotes): Replace incf call.
3262         (python-fill-string): Replace setf call.
3264 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3266         * info.el (info-other-window): New arg, for consistency with info.
3268 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3270         * mail/rmail.el (rmail-maybe-display-summary):
3271         Rewrite (Bug#13066).
3273 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3275         * epg.el (epg--start): Modify process-environment locally.
3277 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3279         * epg.el: Support pinentry-curses.
3280         Suggested by Werner Koch in
3281         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3282         (epg-agent-file, epg-agent-mtime): New variable.
3283         (epg--start): Record the modified time of gpg-agent socket file,
3284         to restore Emacs frame after pinentry-curses termination.
3285         (epg-wait-for-completion): Restore Emacs frame here.
3287 2012-12-27  Juri Linkov  <juri@jurta.org>
3289         * info.el (Info-file-completions): New variable.
3290         (Info-read-node-name-1): Complete node names in the Info file
3291         when a file name is given.  Call `Info-build-node-completions'
3292         with a file name.
3293         (Info-build-node-completions): Add new arg `file'.  When it is
3294         non-nil, visit it in a temporary buffer and cache its completions in
3295         `Info-current-file-completions'.  Move most of the function body to
3296         `Info-build-node-completions-1'.
3297         (Info-build-node-completions-1): New function with the body from
3298         `Info-build-node-completions'.  (Bug#12456)
3300 2012-12-27  Juri Linkov  <juri@jurta.org>
3302         * frame.el (frame-maximization-style): Remove user option.
3303         (cycle-frame-maximized): Remove function.
3304         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3305         (toggle-frame-fullscreen): New command bound to <f11> instead of
3306         `toggle-frame-maximized'.
3307         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3309 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3311         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3313         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3314         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3315         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3316         for `file-accessible-directory-p'.  (Bug#13275)
3318 2012-12-27  Sam Steingold  <sds@gnu.org>
3320         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3321         continuations, see <http://stackoverflow.com/questions/3582436>.
3323 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
3325         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3326         "module" and "def" to have indentation before them.
3327         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3329         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3331 2012-12-27  Alan Mackenzie  <acm@muc.de>
3333         Speed up fontification where there's large brace blocks.
3334         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3335         to a call of c-beginning-of-decl-1.
3337 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3339         * comint.el (comint-adjust-window-point): New function.
3340         (comint-postoutput-scroll-to-bottom):
3341         Call comint-adjust-window-point (Bug#13248).
3343 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
3345         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3346         Rakefile regexp.
3347         (auto-mode-alist): Associate .gemspec files with ruby-mode
3348         (https://bugs.ruby-lang.org/issues/5453).
3350 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
3352         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3353         Suppress coloring, if possible (required for BusyBox based systems like
3354         CyanogenMod).
3355         (tramp-adb-handle-file-attributes)
3356         (tramp-adb-handle-insert-directory)
3357         (tramp-adb-handle-file-name-all-completions): Use it.
3358         (tramp-adb-get-toolbox): New defun.  Check for remote shell
3359         implementation (BusyBox or Toolbox).
3361 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
3363         * startup.el (initial-buffer-choice): Allow function as value
3364         (Bug#13251).
3365         (command-line-1): Handle case where initial-buffer-choice
3366         specifies a function.
3367         * server.el (server-execute): Handle case where
3368         initial-buffer-choice specifies a function.
3370 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3372         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3373         its own function.
3374         (smtpmail-try-auth-methods): Forget the user name/password if the
3375         login is unsuccessful (bug#12424).
3377 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
3379         * notifications.el (notifications-notify): Protect body with
3380         `with-demoted-errors'.
3382         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3383         Check properties of remote device.  Restart connection, if there is a
3384         change.
3386 2012-12-21  Chong Yidong  <cyd@gnu.org>
3388         * sort.el (sort-subr): Doc fix (Bug#13056).
3390 2012-12-21  Bastien Guerry  <bzg@gnu.org>
3392         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
3394 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
3396         * simple.el (process-file): Overwrite stderr file, if exists.
3398 2012-12-21  Daiki Ueno  <ueno@gnu.org>
3400         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3401         (epg-error): Set `error-message' property.
3403 2012-12-21  Chong Yidong  <cyd@gnu.org>
3405         * international/mule-cmds.el (read-char-by-name): Signal an error
3406         if the user does not supply a valid character (Bug#13177).
3408         * simple.el (transpose-subr-1): Preserve marker positions by
3409         changing the insertion sequence (Bug#13122).
3411 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3413         * simple.el (kill-region): Deactivate mark even for empty regions
3414         (Bug#13169).
3416 2012-12-21  Chong Yidong  <cyd@gnu.org>
3418         * help-fns.el (describe-variable): Make sure we get the right
3419         buffer name (Bug#13105).  Suggested by Kelly Dean.
3421 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
3423         * comint.el (comint-redirect-previous-input-string): New variable.
3424         (comint-redirect-setup, comint-redirect-cleanup)
3425         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
3426         (comint-redirect-preoutput-filter): Fix verbose message.
3428 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3430         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
3431         is too long for Tramp.  See discussion in
3432         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3434         * progmodes/compile.el (compilation-start): Remove line escape
3435         template.
3437 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
3439         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3440         Adjust comment.
3442 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
3444         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3445         following non-comment text (bug#13207).
3446         (lm-header-multiline): Continuation lines need to be indented more than
3447         the first line.
3448         (lm-homepage): New function.
3449         (lm-with-file): Don't be confused if narrowing is in effect.
3451 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3453         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3454         very beginning of a hunk (e.g. killing the first line).
3456 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
3458         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3459         and text properties from returned ACL string.
3460         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3461         for "setfacl" command.
3463 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
3465         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3466         `tramp-cleanup-this-connection', when the process has died.
3467         (Bug#13151)
3469 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3471         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3473 2012-12-17  Kevin Ryde  <user42@zip.com.au>
3475         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3477 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
3479         Add support for preserving ACL entries of files.
3481         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3482         `set-file-acl' handlers.
3484         * net/tramp-adb.el (tramp-adb-handle-copy-file):
3485         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3487         * net/tramp-compat.el (tramp-compat-copy-file):
3488         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3490         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3491         Add `file-acl' and `set-file-acl' handlers.
3492         (tramp-gvfs-handle-copy-file):
3493         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3494         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3495         New defuns.
3497         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3498         Add `file-acl' and `set-file-acl' handlers.
3499         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3500         (tramp-sh-handle-set-file-acl): New defuns.
3501         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3502         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3504         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3505         Add `file-acl' and `set-file-acl' handlers.
3506         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3508 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3510         * help-macro.el (make-help-screen): Instead of switch-to-buffer
3511         use pop-to-buffer with NORECORD argument t.  As buffer name, use
3512         *Metahelp* with a leading space (Bug#13190).
3514 2012-12-16  Romain Francoise  <romain@orebokech.com>
3516         * files.el (file-extended-attributes)
3517         (set-file-extended-attributes): New functions.
3518         (backup-buffer): Use them to handle both SELinux context and ACL
3519         entries.
3520         (backup-buffer-copy): Work with an alist of extended attributes,
3521         rather than an SELinux context.
3522         (basic-save-buffer-2): Ditto.
3524 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
3526         * battery.el (battery-bsd-apm): New function.
3528 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
3530         * calc/calc.el (calc-standard-date-formats): Adjust one of the
3531         standard date formats.
3533 2012-12-15  Juri Linkov  <juri@jurta.org>
3535         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3536         `isearch-insert-char-by-name'.
3537         (with-isearch-suspended): New defmacro with body mostly from
3538         `isearch-edit-string' except the part that sets
3539         `isearch-new-string' and `isearch-new-message'.
3540         (isearch-edit-string): Use new macro `with-isearch-suspended' with
3541         body that sets `isearch-new-string' and `isearch-new-message'.
3542         (isearch-insert-char-by-name): New command.
3543         * international/mule-cmds.el (read-char-by-name): Let-bind
3544         `enable-recursive-minibuffers' to t.
3545         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3547 2012-12-15  Juri Linkov  <juri@jurta.org>
3549         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3550         (Bug#13175)
3552 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
3554         * dired-x.el (dired-guess-shell-command): Put colon at the end of
3555         the prompt.  (Bug#13045)
3557 2012-12-14  Glenn Morris  <rgm@gnu.org>
3559         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3560         Try to include filename in non-bytecomp warning.  (Bug#13132)
3562 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3564         Fix permissions bugs with setgid directories etc. (Bug#13125)
3565         * files.el (backup-buffer): Don't rely on 9th output of
3566         file-attributes, as it's now a placeholder.  Instead, use the new
3567         optional arg of file-ownership-preserved-p.
3568         (file-ownership-preserved-p): New optional arg GROUP.
3569         Fix mishandling of setuid directories that would cause this
3570         function to return t when it should have returned nil.
3571         Document what happens if the file does not exist, and when
3572         it's not known whether the ownership will be preserved.
3573         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3574         Likewise.
3575         (tramp-get-local-gid): Use group-gid for integer, as that's
3576         faster and more reliable.
3578 2012-12-14  Julien Danjou  <julien@danjou.info>
3580         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3581         Update keywords list, data type and PL/pgSQL.
3583 2012-12-14  Dave Abrahams  <dave@boostpro.com>
3585         * vc/ediff-util.el (ediff-buffer-type): New function.
3586         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3587         rather than taking it as as argument.
3588         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3590 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
3592         * json.el: Add pretty-print option (bug#12634).
3593         (json-encoding-separator, json-encoding-default-indentation)
3594         (json--encoding-current-indentation, json-encoding-pretty-print)
3595         (json-encoding-lisp-style-closings): New vars.
3596         (json--with-indentation): New macro.
3597         (json-encode-hash-table, json-encode-alist, json-encode-plist)
3598         (json-encode-array): Use it to obey json-encoding-pretty-print.
3599         (json-pretty-print-buffer, json-pretty-print): New commands.
3601 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3603         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3604         Extract `ruby-syntax-propertize-expansions'.
3605         (ruby-syntax-propertize-expansions): Only change syntax on
3606         certain string delimiters, to punctuation.  This way the common
3607         functions like forward-word and thing-at-point still work.
3608         (ruby-match-expression-expansion): Improve readability.
3609         (ruby-block-contains-point): New function.
3610         (ruby-add-log-current-method): Handle several edge cases.
3612 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3614         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3615         unload-feature finishes even when aborting an ongoing edebug session.
3616         Also, do not worry about edebug-mode, unload-feature takes care of it.
3618 2012-12-13  Andreas Schwab  <schwab@suse.de>
3620         * net/tls.el (tls-program): Update customize type.
3622 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3624         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3625         (edebug-setup-hook, cl-read-load-hooks): Use it.
3626         (edebug-unload-function): New function.  (Bug#13163)
3628 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
3630         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3631         Otherwise, there could be errors in autoloading.  (Bug#13151)
3633 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
3635         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3636         sequences.
3638 2012-12-13  Alan Mackenzie  <acm@muc.de>
3640         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
3641         * progmodes/cc-engine.el (c-backward-comments): Add code to work
3642         around `forward-comment' not recognizing ^M as whitespace.
3644 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3646         * progmodes/python.el (python-skeleton-class)
3647         (python-skeleton-def): Do not add space after defun name.
3649 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3652         (cl--symbol-function): Remove (now that funbound is like nil).
3654 2012-12-12  Glenn Morris  <rgm@gnu.org>
3656         * button.el (button--area-button-p): Fix typo.
3658 2012-12-12  Sam Steingold  <sds@gnu.org>
3660         * frame.el (frame-maximization-style): New user option.
3661         (toggle-frame-maximized): Toggle frame maximization according to
3662         `frame-maximization-style', bound to <f11>.
3663         (cycle-frame-maximized): Cycle between all maximization styles and
3664         non-maximized frame, bound to shift-<f11>.
3666 2012-12-12  David Cadé  <codename68@gmail.com>
3668         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3670 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
3672         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3673         (eieio-override-prin1): Don't quote kewords and booleans.
3674         (object-write) <eieio-default-superclass>: Don't put closing parens
3675         on new line, avoid needless empty lines, align values that are objects
3676         with the slot keyword (instead of beginning on the same line).
3677         (eieio-list-prin1): Align value with slot keyword; increase
3678         eieio-print-depth before printing members of the list.
3680 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3683         a display text-property.
3684         (report-emacs-bug-hook): Don't bother deleting it any more.
3686         * hilit-chg.el (highlight-save-buffer-state): Delete.
3687         Use with-silent-modifications instead.
3688         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3690         * button.el: Handle buttons in display text-properties.
3691         (button--area-button-p, button--area-button-string):
3692         Use (STRING . STRING-POS) representation instead of just STRING.
3694 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
3696         * makefile.w32-in (compile4-SH): Fix a typo that caused term
3697         subdirectory be skipped.
3699 2012-12-11  Glenn Morris  <rgm@gnu.org>
3701         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3703         * progmodes/f90.el (f90-line-continued, f90-indent-region):
3704         Treat preprocessor lines embedded in continuations like comments.
3705         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
3707 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
3709         * calc/calc.el (calc-standard-date-formats): Add more date
3710         formats.
3711         * calc/calc-forms.el (math-parse-iso-date): New function.
3712         (math-parse-date): Use `math-parse-iso-date' when appropriate.
3713         (math-parse-iso-date-validate): Add extra error checking.
3714         (calc-date-notation): Add ability to access new date formats.
3716 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3718         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3719         font-lock as well as when there's no text-property.
3721 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
3723         * hi-lock.el: Refine the choice of default face.
3724         (hi-lock-keyword->face): New function.  Use it wherever we used
3725         cadadadr instead.
3726         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3727         (hi-lock--last-face): Remove var.
3728         (hi-lock--unused-faces): New var to replace it.
3729         (hi-lock-read-face-name): Use/maintain it.
3730         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
3731         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3732         if it has another face.
3734 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3736         * subr.el (w32notify-handle-event): New function.
3737         (inotify-handle-event): Doc fix.
3739 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3741         * subr.el (inotify-event-p, inotify-handle-event): New functions.
3743 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
3745         * simple.el (just-one-space): Doc fix.
3747 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3749         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3751 2012-12-10  Le Wang  <l26wang@gmail.com>
3753         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3754         narrowed buffer (bug#12361).
3756 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
3758         * vc/vc-hooks.el (vc-state): Doc fix.
3760 2012-12-10  Glenn Morris  <rgm@gnu.org>
3762         * mail/rmail.el (rmail-maybe-display-summary):
3763         Preserve buffer, in case select-window changes it.  (Bug#13066)
3765 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3767         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3768         cl-load-hook where they belong.
3770 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3774 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
3776         Parallelize byte compilation on MS-Windows.
3777         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3778         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3779         (WINS_BASIC): Define as concatenation of the above.
3780         (compile): Subdivide into 4 separate and independent jobs that can
3781         be run in parallel.
3782         (compile0-CMD, compile0-SH): New targets for compiling
3783         COMPILE_FIRST files, which are prerequisites for the rest of the
3784         byte-compilation.
3785         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3786         New targets for parallel compilation with cmd.exe.
3787         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3788         compiling under a Unixy shell.
3790 2012-12-09  Chong Yidong  <cyd@gnu.org>
3792         * simple.el (set-mark-default-inactive): Delete this
3793         accidentally-introduced option.
3794         (set-mark-command, exchange-point-and-mark): Remove calls.
3796 2012-12-09  Glenn Morris  <rgm@gnu.org>
3798         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3799         Respect a defcustom's :set function, if appropriate.  (Bug#109)
3800         (eval-defun): Doc fix.
3802 2012-12-08  Juri Linkov  <juri@jurta.org>
3804         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3805         (Info-fontify-node, Info-bookmark-make-record): Remove the
3806         file extension from Info-current-file (Bug#13016).
3808 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3811         point, still provide some default.
3812         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3813         names, since we don't use it right now.  Actually return the list.
3814         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3816 2012-12-07  Chong Yidong  <cyd@gnu.org>
3818         * novice.el (disabled-command-function): Remove a spurious help
3819         xref (Bug#13043).  Suggested by Kelly Dean.
3821         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3822         syntax is specified (Bug#13025).
3824         * info.el (Info-set-mode-line): Remove the file extension from
3825         Info-current-file if there is one (Bug#13016).
3827 2012-12-07  Glenn Morris  <rgm@gnu.org>
3829         * mail/rmail.el (rmail-mime-decoded): New permanent local.
3830         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3831         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3832         and rmail-mime-decoded.  (Bug#9841)
3834         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
3835         (batch-unrmail, unrmail): Doc fixes.
3836         (unrmail): Respect unrmail-mbox-format.
3837         * mail/rmail.el (rmail-mbox-format): New option.
3838         (rmail-show-message-1): Respect rmail-mbox-format.
3840 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3842         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3844 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
3847         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3848         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3849         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3850         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3851         (cl-progv): Don't rely on dynamic scoping to find the body.
3852         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3853         (cl--proclaims-deferred): Rename from the "cl-" prefix.
3854         (cl-declaim): Use backquotes.
3855         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3856         Use "cl--" prefix for the object's tag.
3858         * ses.el: Use advice-add/remove.
3859         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3860         (copy-region-as-kill, yank): Use advice-add.
3861         (ses-unload-function): Use advice-remove.
3863 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
3865         * button.el: Make them work in header-lines (bug#12817).
3866         (button-map): Add bindings for header-line and mode-line use.
3867         (button-get, button-put, button-label): `button' may now be a string.
3868         (button-activate): Don't make it a defsubst.
3869         (button--area-button-p, button--area-button-string): New functions.
3870         (make-text-button): Fix the return value when `beg' was a string.
3871         (push-button): Handle the mode-line case.
3873 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3875         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3876         (sql-signum): Remove.  Use `cl-signum' instead.
3877         (sql-read-passwd): Remove; use read-passwd instread.
3878         (sql-get-login-ext): Use read-string.
3879         (sql-get-login): Use dolist and pcase.
3880         (sql--completion-table): Rename from sql-try-completion.
3881         Use complete-with-action.
3882         (sql-mode): Don't change abbrev-all-caps globally.
3883         (sql-connect): Don't rely on dynamic scoping for `new-name'.
3884         (sql-postgres-completion-object): Initialize vars in their `let'.
3885         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3886         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3887         (sql-comint-interbase): Use a single append, without setq.
3888         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3890         * hi-lock.el: Rework the default face and the serialize regexp code.
3891         (hi-lock--auto-select-face-defaults): Remove.
3892         (hi-lock-string-serialize-serial): Remove.
3893         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3894         make weak.
3895         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3896         equal string.
3897         (hi-lock-set-pattern): Adjust accordingly.
3898         (hi-lock--regexps-at-point): Simplify accordingly.
3899         (hi-lock--auto-select-face-defaults): Remove.
3900         (hi-lock--last-face): New var to replace it.
3901         (hi-lock-read-face-name): Rewrite (bug#11095).
3902         (hi-lock-unface-buffer): Arrange for the face to be the next default.
3904 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
3906         * net/tramp.el (tramp-replace-environment-variables):
3907         Hide compiler warning.
3908         (tramp-file-name-for-operation): Remove `executable-find',
3909         `start-process', `call-process' and `call-process-region'.
3911         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3913         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3914         compatibility.
3916         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3918 2012-12-06  Chong Yidong  <cyd@gnu.org>
3920         * ffap.el (ffap-replace-file-component): Fix typo.
3922 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3924         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3925         fix open-paren-like token test (bug#12785).
3927 2012-12-06  Glenn Morris  <rgm@gnu.org>
3929         * mail/rmailsum.el (rmail-new-summary): Tweak for
3930         rmail-maybe-display-summary changing buffer.  (Bug#13066)
3932 2012-12-06  Juri Linkov  <juri@jurta.org>
3934         * info.el (Info-fontify-node): Don't hide the last newline.
3935         (Bug#12272)
3937 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3939         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3940         so as to enable message-read-from-minibuffer to expand mail aliases.
3942 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3944         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3945         the `intangible' property.
3946         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3948 2012-12-05  Deniz Dogan  <deniz@dogan.se>
3950         * net/rcirc.el (rcirc-urls): Update documentation.
3951         (rcirc-condition-filter): New function.
3952         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3953         and exclude consecutive duplicate URLs (Bug#6082).
3955 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
3957         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3958         Check return code of copy command.
3960         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3961         Use group `tramp'.  Add version.
3963 2012-12-05  Chong Yidong  <cyd@gnu.org>
3965         * ffap.el (ffap-url-regexp): Don't require matching at front of
3966         string (Bug#4952).
3967         (ffap-url-p): If only a substring matches, return that.
3968         (ffap-url-at-point): Use the return value of ffap-url-p.
3969         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3970         (find-file-at-point, dired-at-point, dired-at-point-prompter)
3971         (ffap-guess-file-name-at-point): Likewise.
3972         (ffap-replace-file-component): Fix typo.
3974         * info.el (info-display-manual): Add existing Info buffers, whose
3975         files may not be in Info-directory-list, to the completion.
3976         (info--manual-names): New helper function.
3978 2012-12-05  Glenn Morris  <rgm@gnu.org>
3980         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3981         New functions, for detecting and resolving conflicts.  (Bug#10709)
3983 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
3985         * hi-lock.el (hi-lock-auto-select-face): New user variable.
3986         (hi-lock-auto-select-face-defaults): New buffer local variable.
3987         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3988         (hi-lock-unface-buffer): Prompt user with useful defaults.
3989         With prefix arg, unhighlight all hi-lock patterns in buffer.
3991 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3993         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3995 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
3997         * Makefile.in (TRAMP_SRC):
3998         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4000 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
4002         * net/tramp-adb.el: New package.
4004 2012-12-04  Chong Yidong  <cyd@gnu.org>
4006         * terminal.el: Move to obsolete/.
4008         * longlines.el: Move to obsolete/.
4010         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4011         Remove code referring to longlines mode.
4013 2012-12-03  Juri Linkov  <juri@jurta.org>
4015         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
4017 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4019         * textmodes/ispell.el (ispell-init-process)
4020         (ispell-start-process, ispell-internal-change-dictionary):
4021         Make sure personal dictionary name is expanded after initial
4022         `default-directory' value. Use expanded strings for
4023         keep/restart checks and for value (Bug#13019).
4025 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4027         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4029 2012-12-03  Leo Liu  <sdl.web@gmail.com>
4031         * files.el (dir-locals-read-from-file): Check file non-empty
4032         before reading.  (Bug#13038)
4034 2012-12-03  Glenn Morris  <rgm@gnu.org>
4036         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4037         Remove any version extension before checking filename.  (Bug#13006)
4038         (jka-compr-compression-info-list): Belated :version bump.
4040 2012-12-03  Chong Yidong  <cyd@gnu.org>
4042         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4044         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4045         (buffer-menu): Doc fix (Bug#12294).
4047 2012-12-03  Roland Winkler  <winkler@gnu.org>
4049         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4050         of diary-show-all-entries in the diary buffer (Bug#12994).
4052 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
4054         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4055         "<STDIN>".  This is binary safe.
4057 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4059         * calc/calc-forms.el (math-absolute-from-iso-dt)
4060         (math-date-to-iso-dt, math-parse-iso-date-validate)
4061         (math-iso-dt-to-date): New functions.
4062         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4063         (math-fd-isoweekday): New variables.
4064         (calc-date-notation, math-parse-standard-date, math-format-date)
4065         (math-format-date-part): Add support for more formatting codes.
4067 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4069         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4070         current buffer's file name when called interactively (Bug#12488).
4072 2012-12-02  Juri Linkov  <juri@jurta.org>
4074         * info.el (info-display-manual): Don't clobber an existing Info
4075         buffer (Bug#10770).  Add completion (Bug#10771).
4077 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
4079         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4080         before using it for comparison (Bug#5297).
4082 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
4084         * textmodes/css-mode.el (css-current-defun-name): New function.
4085         (css-mode): Use it.
4087         * textmodes/sgml-mode.el (html-current-defun-name): New function.
4088         (html-mode): Use it.
4090 2012-12-01  Chong Yidong  <cyd@gnu.org>
4092         Modularize add-log-current-defun (Bug#2224).
4093         Suggested by Jari Aalto.
4095         * vc/add-log.el (add-log-current-defun-function): Doc fix.
4096         (add-log-current-defun): Move mode-specific code to other files.
4097         (add-log-lisp-like-modes, add-log-c-like-modes)
4098         (add-log-tex-like-modes): Variables deleted.
4100         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4101         (lisp-mode-variables): Use it.
4103         * progmodes/cc-mode.el (c-common-init):
4104         * progmodes/cperl-mode.el (cperl-mode): Set a value for
4105         add-log-current-defun-function.
4107         * progmodes/m4-mode.el (m4-current-defun-name): New function.
4108         (m4-mode): Use it.
4110         * progmodes/perl-mode.el (perl-current-defun-name): New.
4111         (perl-mode): Use it.
4113         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4114         Use lisp-current-defun-name.
4116         * textmodes/tex-mode.el (tex-current-defun-name): New.
4117         (tex-common-initialization): Use it.
4119         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4120         (texinfo-mode): Use it.
4122 2012-12-01  Chong Yidong  <cyd@gnu.org>
4124         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4125         * progmodes/autoconf.el (autoconf-mode):
4126         * progmodes/js.el (js-mode):
4127         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4128         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4129         * progmodes/perl-mode.el (perl-mode):
4130         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4131         * textmodes/css-mode.el (css-mode):
4132         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4133         (sgml-tags-invisible, sgml-guess-indent):
4134         * textmodes/tex-mode.el (tex-common-initialization)
4135         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4136         (doctex-mode, plain-tex-mode, latex-mode):
4137         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4139 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4141         * vc/vc-hg.el (vc-hg-next-revision):
4142         Ensure use of default "tip" output format.  (Bug#6968)
4144 2012-12-01  Kim F. Storm  <storm@cua.dk>
4146         * startup.el (fancy-startup-tail): Add a clickable link
4147         (Bug#2176).
4149 2012-12-01  Chong Yidong  <cyd@gnu.org>
4151         * startup.el (fancy-startup-tail): Improve the message about
4152         auto-save files (Bug#2176).
4154         * files.el (recover-session): Improve the descriptive message, and
4155         use substitute-command-keys.
4157 2012-12-01  Glenn Morris  <rgm@gnu.org>
4159         * ido.el (ido-file-internal):
4160         Handle other-window, other-frame for dired.  (Bug#13036)
4162 2012-11-30  Glenn Morris  <rgm@gnu.org>
4164         * icomplete.el (icomplete-separator): Fix :version.
4166 2012-11-30  Chong Yidong  <cyd@gnu.org>
4168         * shell.el (shell): For C-u M-x shell, use an inactive shell
4169         buffer as the default (Bug#1975).
4170         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4171         (shell-mode): Use them to reapply ansi colorization if Shell mode
4172         is re-enabled.
4174 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4176         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4178 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4180         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4181         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4183 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4185         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4186         by move-to-column (Bug#3234).
4188 2012-11-30  Chong Yidong  <cyd@gnu.org>
4190         * longlines.el (longlines-wrap-line, longlines-encode-region):
4191         Preserve text properties (Bug#1425).
4193 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4195         * vc/vc.el (vc-register): Allow registering a file which is
4196         already registered with a different backend (Bug#10589).
4198 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4199             Stefan Monnier  <monnier@iro.umontreal.ca>
4201         * icomplete.el: Change separator; add ido-style commands.
4202         (icomplete-show-key-bindings): Remove custom var.
4203         (icomplete-get-keys): Remove function.
4204         (icomplete-forward-completions, icomplete-backward-completions):
4205         New commands.
4206         (icomplete-minibuffer-map): New var.
4207         (icomplete-minibuffer-setup): Use it.
4208         (icomplete-exhibit): Don't delay if the list of completions is known.
4209         (icomplete-separator): New custom.
4210         (icomplete-completions): Use it.
4211         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4212         (minibuffer-force-complete-and-exit): New command.
4213         (minibuffer--complete-and-exit): New function extracted from
4214         minibuffer-complete-and-exit.
4215         (minibuffer-complete-and-exit): Use it.
4217         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4218         error message when the file doesn't exist (bug#12974).
4220 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4222         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4224 2012-11-29  Glenn Morris  <rgm@gnu.org>
4226         * files.el (hack-dir-local-variables): Warn if try to set
4227         coding via dir-locals, since it doesn't work.  (Bug#7169)
4229         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4230         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4231         Set buffer-local value of desktop-save-buffer.
4232         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4233         New functions.
4234         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4235         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4237         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4238         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4239         Doc fix.
4240         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4241         Doc fixes.
4243 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4245         * calc/calc-forms.el (calc-date-notation): Fix regexp
4246         used to find time codes.  Fix symbol for seconds.
4248 2012-11-27  Glenn Morris  <rgm@gnu.org>
4250         * emacs-lisp/derived.el (derived-mode-make-docstring):
4251         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4253 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4255         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4256         lexically scoped variables (bug#13005).
4258 2012-11-27  Glenn Morris  <rgm@gnu.org>
4260         * vc/vc-hooks.el (vc-mistrust-permissions):
4261         Default to t, to avoid data-loss.  (Bug#11490)
4263 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4265         * progmodes/python.el (python-indent-guess-indent-offset):
4266         If indentation is guessed make python-indent-offset buffer-local.
4268         Fix Imenu regression.
4269         * progmodes/python.el (python-nav-beginning-of-defun):
4270         Fix forward movement when statement(s) separates point from defun.
4271         (python-imenu-prev-index-position): New function.
4273 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4275         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4277         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4278         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4280 2012-11-27  Glenn Morris  <rgm@gnu.org>
4282         * hippie-exp.el (hippie-expand-try-functions-list):
4283         Re-autoload it.  (Bug#12982)
4285 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4287         * descr-text.el (describe-char-padded-string):
4288         Call internal-char-font only on GUI frames.  (Bug#11964)
4290 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4292         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4293         and obsoletion message.
4295 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4298         the constructs to keep outside of the `cl-block' (bug#12977).
4300 2012-11-27  Chong Yidong  <cyd@gnu.org>
4302         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4303         keep reading until we get the up-event anyway, in order to process
4304         the up-event for mouse-1-click-follows-link (Bug#12971).
4306 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4309         base function is not yet defined (bug#12965).
4310         (ad-activate-advised-definition): Use ad-compile-function.
4311         (ad-activate): Use cond.
4313 2012-11-25  Leo Liu  <sdl.web@gmail.com>
4315         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4316         (Bug#12979)
4318 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4320         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4321         reftex-section-info-function in order to be compatible with
4322         Texinfo integration.
4324         * textmodes/reftex.el (reftex-section-pre-regexp)
4325         (reftex-section-post-regexp, reftex-section-info-function):
4326         New variable.
4327         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4328         reftex-section-post-regexp, and reftex-section-info-function in order
4329         to be compatible with Texinfo integration.
4331         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4332         use reftex-section-pre-regexp variable in order to be compatible with
4333         Texinfo integration.
4335 2012-11-25  Chong Yidong  <cyd@gnu.org>
4337         * faces.el: Make face-spec-set more analogous to setq.
4338         (face-spec-set): Change the third arg to specify whether this
4339         function is being called via defface, customize, or a third party.
4340         Set the appropriate symbol properties.  Clear the override spec if
4341         setting via Custom.  Initialize face if necessary.  (Bug#4988)
4342         (face-spec-recalc): Allow theme faces to completely replace the
4343         defface spec, in the same way as custom faces (Bug#8454).
4345         * cus-face.el (custom-declare-face): Move face initialization to
4346         face-spec-set.
4347         (custom-theme-set-faces): Don't initialize the face name here, as
4348         that is now done in face-spec-set.
4350         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4351         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4352         Simplify by using the new arg to face-spec-set.
4354         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4355         reset face-override-spec too, and use custom-declare-face.
4357 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
4359         * term/ns-win.el (ns-initialize-window-system): Move creation of
4360         fontsets here (Bug#11964).
4362 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4364         * ses.el (ses-rename-cell): Correct bug on mode-line update after
4365         cell renaming.
4367 2012-11-24  Chong Yidong  <cyd@gnu.org>
4369         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4370         obsolete.
4372         * custom.el (custom-theme-set-variables): Use a topological sort
4373         for ordering by custom dependencies (Bug#12952).
4374         (custom--sort-vars, custom--sort-vars-1): New functions.
4376 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4378         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4379         lexical-binding (bug#12938).
4381 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
4383         * image-mode.el (image-transform-check-size): Use assertions only
4384         for images of type imagemagick.
4386         Otherwise no error, image-transform-fit-to-{width,height} is
4387         silently ignored, as before.  Doc fix.
4389 2012-11-24  Chong Yidong  <cyd@gnu.org>
4391         * faces.el (color-defined-p): Doc fix (Bug#12853).
4393 2012-11-24  Juri Linkov  <juri@jurta.org>
4395         * dired.el (dired-mark): Add optional arg `interactive'.
4396         Check for `use-region-p' if `interactive' is non-nil.
4397         (dired-unmark, dired-flag-file-deletion): Add optional arg
4398         `interactive'.  Call `dired-mark' with the arg `interactive'.
4399         (Bug#10624)
4401         * wdired.el: Revert 2012-10-17 change partly and replace it with
4402         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4403         (wdired-finish-edit): Add marks for new file names to
4404         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
4405         after `revert-buffer'.
4406         (wdired-do-renames): Remove calls to `dired-remove-file',
4407         `dired-add-file', `dired-add-entry'.  (Bug#11795)
4409 2012-11-24  Alan Mackenzie  <acm@muc.de>
4411         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4413         Fix bugs in the state cache.  Enhance a debugging mechanism.
4414         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4415         "brace at column zero" strategy for C++.
4416         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4417         (c-parse-state-point): New variable.
4418         (c-record-parse-state-state): Record old parse state with
4419         `copy-tree'.  Record previous value of point.
4420         (c-debug-parse-state-double-cons): New debugging function.
4421         (c-debug-parse-state): Call the above new function.
4422         (c-toggle-parse-state-debug): Output a confirmatory message.
4424         * progmodes/cc-mode.el (c-before-change, c-after-change):
4425         Call c-invalidate-state-cache from `c-before-change' instead of
4426         `c-after-change'.
4428 2012-11-23  Chong Yidong  <cyd@gnu.org>
4430         * find-cmd.el (find-constituents): Add executable, ipath,
4431         readable, samefile, writable, daystart, regextype (Bug#12856).
4433 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4435         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4437 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4439         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4440         definition.  This fixes a bootstrap failure.
4441         (calc-gregorian-switch): In menu, put dates before regions.
4442         This is easier to follow, lines up better in the menu, and lets us
4443         coalesce regions that switch at the same time.  Give country
4444         names, not "Vatican", as that's better for non-expert users.
4445         Use names that are stable between the date of switch and now, e.g.,
4446         Bohemia and Moravia (which existed then and now) and not
4447         Czechoslovakia (which didn't exist then and doesn't exist now).
4448         What is now the U.S. mostly did not switch at the same time as
4449         Britain, so omit the U.S.  Correct spelling of "Britain".
4450         Catholic Switzerland was too much of a mess, so omit it.
4452 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4454         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4455         after the variable is changed.
4457 2012-11-21  Daniel Colascione  <dancol@dancol.org>
4459         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4460         in SQL declarations for font-lock.
4461         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4463 2012-11-21  Glenn Morris  <rgm@gnu.org>
4465         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4466         (face-italic-p): Add optional argument "inherit".
4468         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4469         Remove -p suffix from names, for consistency with other set-face-*.
4470         (set-face-inverse-video): Fix interactive spec.
4471         * play/gamegrid.el (gamegrid-make-mono-tty-face):
4472         * textmodes/table.el (table--update-cell-face):
4473         Use set-face-inverse-video rather than now obsolete alias.
4475 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
4477         * simple.el (line-move): Don't call line-move-partial if
4478         scroll-conservatively is in effect.  (Bug#12927)
4480 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4482         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4483         Fallback on completion-at-point rather than
4484         pcomplete-expand-and-complete, and only if pcomplete actually failed.
4485         (eshell-cmpl-initialize): Setup completion-at-point.
4487         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4489         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4491 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
4493         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4494         are remote, check out-of-band property for both.
4496 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4498         * window.el (switch-to-buffer): Re-add the warning that was lost in the
4499         code rewrite.
4501 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
4503         More minor time fixes.
4504         * calendar/time-date.el: Commentary fix.
4505         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4506         too much other code depends on (0 0) time stamps.
4507         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4508         Add a couple of FIXME comments.
4510         Minor cleanup for times as lists of four integers.
4511         * files.el (dir-locals-directory-cache):
4512         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4513         Doc fixes.
4514         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4515         * ps-bdf.el (bdf-file-newer-than-time):
4516         Process four-integers time stamps, not two.  Doc fixes.
4518 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4520         * uniquify.el (uniquify-managed): Use defvar-local.
4521         (rename-buffer, create-file-buffer): Advise with advice-add.
4522         (uniquify-unload-function): Unadvise accordingly.
4524         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4525         (trace-buffer): Don't purecopy.
4526         (trace-entry-message, trace-exit-message): Add `context' arg.
4527         (trace--timer): New var.
4528         (trace-make-advice): Adjust for use in nadvice.
4529         Add `context' argument.  Delay `display-buffer' via a timer.
4530         (trace-function-internal): Use advice-add.
4531         (trace--read-args): New function.
4532         (trace-function-foreground, trace-function-background): Use it.
4533         (trace-function): Rename to trace-function-foreground and redefine as
4534         an alias to that new name.
4535         (untrace-function, untrace-all): Adjust to the use of nadvice.
4537         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4539         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4541         * subr.el (called-interactively-p-functions): New var.
4542         (internal--called-interactively-p--get-frame): New macro.
4543         (called-interactively-p, interactive-p): Rewrite in Lisp.
4544         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4545         (called-interactively-p-functions): Use it.
4546         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4547         (called-interactively-p-functions): Use it.
4548         * allout.el (allout-called-interactively-p): Don't assume
4549         called-interactively-p is a subr.
4551 2012-11-20  Glenn Morris  <rgm@gnu.org>
4553         * profiler.el (profiler-report-mode-map): Add a menu.
4554         No need to bind `q' because we derive from special-mode.
4555         (profiler-report-find-entry): Handle calls from the menu-bar.
4557 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4559         * emacs-lisp/byte-run.el (defun-declarations-alist):
4560         Allow a compiler-macro to be a lambda expression.
4562         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
4563         eval-when-compile.
4564         (python-syntax-context): Add compiler-macro.
4565         (python-font-lock-keywords): Simplify with De Morgan.
4567         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4569         * files.el (load-file): Require match in minibuffer selection, as was
4570         the case in Emacs-20 before we changed the spec to allow .elc files
4571         (bug#12935).
4573         * json.el: Don't require cl since we don't use it.
4574         * color.el: Don't require cl.
4575         (color-complement): `caddr' -> `nth 2'.
4577         * calendar/time-date.el (time-to-seconds): De-obsolete.
4579 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
4581         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4582         year numbers.
4583         (math-date-to-julian-dt): Adjust the initial approximation for the
4584         year to deal with the new definition of the DATE.
4586 2012-11-19  Daniel Colascione  <dancol@dancol.org>
4588         * term/w32-win.el (cygwin-convert-path-from-windows):
4589         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4591 2012-11-18  Chong Yidong  <cyd@gnu.org>
4593         * filecache.el (file-cache--read-list): New function.
4594         (file-cache-add-directory-list, file-cache-add-file-list)
4595         (file-cache-delete-file-list, file-cache-delete-directory-list):
4596         Use it to read a list of files or directories (Bug#12846).
4597         (file-cache-add-file, file-cache-add-directory)
4598         (file-cache-delete-file-list, file-cache-delete-file-regexp)
4599         (file-cache-delete-directory): Print an message.
4601 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
4603         * calc/calc-forms.el (math-date-to-dt): Use integer date when
4604         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4606 2012-11-18  Glenn Morris  <rgm@gnu.org>
4608         * image.el (insert-image, insert-sliced-image): Doc fix.
4610 2012-11-18  Chong Yidong  <cyd@gnu.org>
4612         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4613         (Bug#12810).
4615 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4617         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4618         response when the target file is in a subdirectory (Bug#12757).
4620 2012-11-18  Chong Yidong  <cyd@gnu.org>
4622         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4624 2012-11-18  Glenn Morris  <rgm@gnu.org>
4626         * emacs-lisp/cl-lib.el (face-underline-p):
4627         Use set-face-underline rather than the alias set-face-underline-p.
4629         * window.el (with-temp-buffer-window): Doc fix.
4630         * subr.el (with-output-to-temp-buffer):
4631         Add doc xref to with-temp-buffer-window.
4633 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
4635         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4636         * calc/calc.el (math-format-date-cache): Declare.
4638 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4640         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4641         It also uses January 1, 1 AD as its day number 1.
4642         * calc/calc-forms.el (math-julian-date-beginning)
4643         (math-julian-date-beginning-int): Implement this.
4645 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
4647         * descr-text.el (quail-find-key):
4648         * dired.el (desktop-file-name):
4649         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4650         * generic-x.el (comint-mode, comint-exec):
4651         * image-dired.el (widget-forward):
4652         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4653         (speedbar-change-expand-button-char)
4654         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4655         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4656         * printing.el (easy-menu-add-item, easy-menu-remove-item)
4657         (widget-field-action, widget-value-set):
4658         * speedbar.el (imenu--make-index-alist):
4659         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4660         (ring-length, ring-insert):
4661         * vcursor.el (compare-windows-skip-whitespace):
4662         * woman.el (dired-get-filename):
4663         Declare functions.
4665         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4667 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4669         * calc/calc.el (calc-gregorian-switch): New variable.
4671         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4672         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4673         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4674         (math-leap-year-p): Add option to distinguish between Julian
4675         and Gregorian calendars.
4676         (math-day-number): Use `math-day-in-year' to do the computations.
4677         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4678         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4679         to do the computations.
4680         (math-date-to-dt): Use `math-date-to-julian-dt' and
4681         `math-date-to-gregorian-dt' to do the computations.
4682         (calcFunc-weekday, math-format-date-part): Use the new version of
4683         the DATE to determine the weekday.
4684         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4685         when necessary.
4687 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
4689         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4690         Cygwin; otherwise use 'file:'.  (Bug#12914)
4691         (cygwin-convert-path-from-windows): Declare, to avoid
4692         byte-compiler warnings.
4694 2012-11-17  Andreas Politz  <politza@fh-trier.de>
4696         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4697         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4698         prefix and negative numeric prefix args (Bug#12795).
4700 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
4702         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4703         Don't signal an error with a score that is too low to add to the
4704         list of top scores. (Bug#12779)
4706 2012-11-17  Chong Yidong  <cyd@gnu.org>
4708         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4710         * filecache.el (file-cache-add-file): Handle relative file name in
4711         the argument (Bug#12694).
4713 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
4715         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4717 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4719         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4721         * emacs-lisp/cl-lib.el: Set more meaningful version number.
4723 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4725         * window.el (enlarge-window, shrink-window): Don't mention return
4726         value in doc-string (Bug#12896).
4727         (window--display-buffer): Don't resize frames - it won't work
4728         with all window managers and defeat pop-up-frame-alist.
4729         (display-buffer-alist): In doc-string explain that CONDITION can
4730         be a function and which arguments are passed to it (Bug#12854).
4731         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
4732         expressions (Bug#12854).
4733         (display-buffer): Pass ACTION argument to
4734         display-buffer-assq-regexp.
4736 2012-11-16  Glenn Morris  <rgm@gnu.org>
4738         * window.el (fit-frame-to-buffer-bottom-margin)
4739         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4741         * faces.el (face-underline-p): Use face-attribute-specified-or.
4743 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
4745         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4747 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4749         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4751 2012-11-16  Glenn Morris  <rgm@gnu.org>
4753         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
4754         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4756         * faces.el (face-underline-p): Doc fix.  Handle :underline being
4757         things other than `t' (a string, a list).
4758         (face-inverse-video-p): Doc fix.
4759         (set-face-underline): Rename it back from set-face-underline-p.
4760         Doc fix.  Allow interactive input of values other than t.
4761         (read-face-attribute): Apply formatting to :underline,
4762         since like :box and :stipple it can take list values.
4764         * term.el (ansi-term): Don't let C-x escape-char binding
4765         clobber the more standard C-c binding.  (Bug#12842)
4767         * subr.el (set-temporary-overlay-map): Doc fix.
4769 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4771         * window.el (record-window-buffer)
4772         (display-buffer-record-window): When copying the markers to
4773         window-point preserve window-point-insertion-type. (Bug#12588)
4775 2012-11-16  Glenn Morris  <rgm@gnu.org>
4777         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4778         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4779         Use new names for hooks rather than obsolete aliases.
4781 2012-11-15  Daniel Colascione  <dancol@dancol.org>
4783         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4784         prefix instead of "file:" so that when FILE-NAME begins with "//",
4785         as it does when the target file is on a network share, url-handler
4786         isn't confused.
4788 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4791         a preactivated advice from an old advice.el; they're not compatible!
4793 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4795         * emacs-lisp/nadvice.el (advice--make-interactive-form):
4796         Fix string-spec case.
4798         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4800 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4802         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4803         (advice--buffer-local-function-sample): New var.
4804         (advice--set-buffer-local, advice--buffer-local): New functions.
4805         (add-function, remove-function): Use them.
4807 2012-11-15  Drew Adams  <drew.adams@oracle.com>
4809         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4811 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4814         potential binding of print-gensym to t, and prettify (back)quotes in
4815         case they appear in args's default values (bug#12884).
4817 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4820         (advice-eval-interactive-spec): New function.
4821         (advice--make-interactive-form): Support around advice (bug#12844).
4823 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
4825         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4826         more strict.  Add docstring.
4827         (ruby-expression-expansion-re): Extract from
4828         `ruby-match-expression-expansion'.
4829         (ruby-syntax-propertize-function): After everything else, search
4830         for expansions in string literals, mark their insides as
4831         whitespace syntax and save match data for font-lock.
4832         (ruby-font-lock-keywords): Use the 2nd group from expression
4833         expansion matches.
4834         (ruby-match-expression-expansion): Use the match data saved to the
4835         text property in ruby-syntax-propertize-function.
4837 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4839         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4840         (bug#12879).
4842 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4844         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4845         start/end keyword a bit harder.  Works with different values of N.
4846         Add more comments.
4847         (ruby-end-of-block): Update accordingly.
4849 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * woman.el (woman-file-name): Don't mess with unread-command-events
4852         (bug#12861).
4854         * emacs-lisp/advice.el: Layer on top of nadvice.el.
4855         Remove out of date self-require hack.
4856         (ad-do-advised-functions): Use simple `dolist'.
4857         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4858         (ad-advice-definition): Redefine as functions.
4859         (ad-advice-classes): Move before first use.
4860         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4861         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4862         (ad--defalias-fset): Remove functions.
4863         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4864         (ad-get-orig-definition): Rewrite.
4865         (ad-make-advised-definition-docstring): Change base docstring.
4866         (ad-real-orig-definition): Rewrite.
4867         (ad-map-arglists): Change name of called function.
4868         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4869         (ad-make-advised-definition): Simplify.
4870         (ad-assemble-advised-definition): Tweak for new calling context.
4871         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4872         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
4873         function and call ad-activate if needed.
4874         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4875         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4876         (ad-compile-function): Compile ad-Advice-*.
4877         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4878         (ad-start-advice, ad-stop-advice): Remove.
4880 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4882         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4883         period before class method names, not after.  Remove handling of
4884         one impossible case.  Add comments.
4886 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4888         * emacs-lisp/advice.el: Remove support for freezing.
4889         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4890         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4891         Remove support for `freeze'.
4893         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4894         override the default.
4895         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4896         cl--dotimes/dolist.
4897         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4898         `cl' is loaded.
4900         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4901         from add-advice.
4902         (advice--strip-macro): New function.
4903         (advice--defalias-fset): Use them to handle macros.
4904         (advice-add): Use them.
4905         (advice-member-p): Correctly handle macros.
4907 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4909         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4910         Never font-lock the beginning of singleton class as heredoc.
4912 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4914         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4916 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
4918         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4919         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
4920         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4922 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4924         Fix end-of-defun misbehavior.
4925         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4926         python-beginning-of-defun-function.  Handle nested defuns
4927         correctly.
4928         (python-nav-end-of-defun): Rename from
4929         python-end-of-defun-function.  Ensure forward movement.
4930         (python-info-current-defun): Reimplement to work as intended
4931         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
4932         parent defuns as soon as possible.
4934 2012-11-13  Glenn Morris  <rgm@gnu.org>
4936         * progmodes/flymake.el (flymake-error-bitmap)
4937         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4938         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4940 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4942         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4943         backward, always stop at indentation.  Reverts the change from
4944         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4946 2012-11-13  Glenn Morris  <rgm@gnu.org>
4948         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4949         Add ibuffer-filter-by-derived-mode.
4951         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4952         the same name shadowing each other.
4954         * window.el (with-temp-buffer-window): Doc tweak.
4956         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4958         * help.el (temp-buffer-max-height):
4959         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4960         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4962 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4964         * emacs-lisp/nadvice.el: New package.
4965         * subr.el (special-form-p): New function.
4966         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4967         (elp-all-instrumented-list): Remove var.
4968         (elp-not-profilable): Remove elp-wrapper.
4969         (elp-profilable-p): Use autoloadp and special-form-p.
4970         (elp--advice-name): New const.
4971         (elp-instrument-function): Use advice-add.
4972         (elp--instrumented-p): New predicate.
4973         (elp-restore-function): Use advice-remove.
4974         (elp-restore-all, elp-reset-all): Use mapatoms.
4975         (elp-set-master): Use elp--instrumented-p.
4976         (elp--make-wrapper): Rename from elp-wrapper, return a function
4977         suitable for advice-add.  Use cl-inf.
4978         (elp-results): Use mapatoms+elp--instrumented-p.
4979         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4980         (debug-function-list): Remove var.
4981         (debug): Rename arg, and then let-bind it explicitly inside.
4982         (debugger-setup-buffer): Rename arg.
4983         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4984         (debugger-frame-number): Adjust to new debug-on-entry setup.
4985         (debug--implement-debug-on-entry): Rename from
4986         implement-debug-on-entry, add argument.
4987         (debugger-special-form-p): Remove, use special-form-p instead.
4988         (debug-on-entry): Use advice-add.
4989         (debug--function-list): New function.
4990         (cancel-debug-on-entry): Use it, along with advice-remove.
4991         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4992         (debugger-list-functions): Use debug--function-list instead of
4993         debug-function-list.
4994         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4995         (ad-special-form-p): Remove, use special-form-p instead.
4996         (ad-set-advice-info): Use add-function and remove-function.
4997         (ad--defalias-fset): Adjust accordingly.
4999 2012-11-10  Glenn Morris  <rgm@gnu.org>
5001         * mail/emacsbug.el (report-emacs-bug-tracker-url)
5002         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5003         (report-emacs-bug-create-existing-bugs-buffer)
5004         (report-emacs-bug-parse-query-results)
5005         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
5007         * term.el (term-default-fg-color, term-default-bg-color):
5008         Make obsolete, rather than just saying "deprecated" in the doc.
5010         * term.el (term): Rename from `term-face'.
5011         (term-current-face, ansi-term-color-vector)
5012         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5013         Update all users.
5015 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5017         * server.el (server-create-window-system-frame): Handle Nextstep
5018         specially (Bug#12780).
5020 2012-11-10  Glenn Morris  <rgm@gnu.org>
5022         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5023         Unautoload, and make obsolete.  (Bug#7449)
5025 2012-11-10  Chong Yidong  <cyd@gnu.org>
5027         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5028         rename from diff-remove-trailing-whitespace (Bug#12831).
5030 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5032         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5033         miscompilation of trace.el.
5035 2012-11-10  Glenn Morris  <rgm@gnu.org>
5037         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5039 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5042         (bug#12812).
5044 2012-11-10  Chong Yidong  <cyd@gnu.org>
5046         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5047         a defcustom with an appropriate :set function.
5048         (minibuffer-default--in-prompt-regexps): New function.
5050 2012-11-10  Glenn Morris  <rgm@gnu.org>
5052         * emacs-lisp/cl.el (define-setf-expander, defsetf)
5053         (define-modify-macro): Doc fixes.
5055         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5056         (gv-define-simple-setter): Update doc of `fix-return'.
5058 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5060         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5061         twice when `fix-return' is set (bug#12813).
5063         * emacs-lisp/cl.el (defsetf): Pass the third arg to
5064         gv-define-simple-setter (bug#12812).
5066         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5067         (bug#12756).
5069 2012-11-10  Glenn Morris  <rgm@gnu.org>
5071         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5073         * emacs-lisp/cl-extra.el (cl-prettyexpand):
5074         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5075         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5076         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5078         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5080 2012-11-10  Leo Liu  <sdl.web@gmail.com>
5082         * ido.el (ido-set-matches-1): Improve flex matching performance by
5083         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
5085 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5087         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5088         (ad--defalias-fset): New function.
5089         (ad-safe-fset): Remove.
5090         (ad-make-freeze-definition): Use cl-letf*.
5092 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5094         * subr.el (dolist): Don't bind VAR in RESULT.
5096         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
5097         (fset, documentation): Don't save real def since we don't advise.
5098         (ad-do-advised-functions): Remove problematic `result-form'.
5099         (ad-safe-fset): `ad-real-fset' => `fset'.
5100         (ad-read-advised-function): Don't assume that ad-do-advised-functions
5101         uses CL's dolist internally.
5102         (ad-arglist): Remove unused arg `name'.
5103         (ad-docstring, ad-make-advised-docstring):
5104         `ad-real-documentation' => `documentation'.
5105         (warning-suppress-types): Declare.
5106         (ad-set-arguments): Simple CSE.
5107         (ad-recover-normality): Sanity check.
5109         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5110         (funcall '(lambda ..) ..) into ((lambda ..) ..).
5112 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5114         * ses.el: symbol to coordinate mapping is made by symbol property
5115         `ses-cell'.  This means that the same mapping is done for all SES
5116         sheets.  That is good enough for cells with standard A1 names, but
5117         not for named cell.  So a hash map is added for the latter.
5118         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5119         (ses-sym-rowcol): Use hashmap for named cell.
5120         (ses-is-cell-sym-p): New defun.
5121         (ses-decode-cell-symbol): New defun.
5122         (ses-create-cell-variable): Add cell to hashmap when name is not
5123         A1-like.
5124         (ses-rename-cell): Check that cell new name is not already in
5125         spreadsheet with the use of ses-is-cell-sym-p
5126         (ses-rename-cell): Use hash map for named cells, but accept also
5127         renaming back to A1-like.
5129 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5131         * emacs-lisp/advice.el: Use new dynamic docstrings.
5132         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5133         Use dynamic-docstring-function instead of ad-advice-info.
5134         (ad--make-advised-docstring): New function extracted from
5135         ad-make-advised-docstring.
5136         (ad-make-advised-docstring): Use it.
5137         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5138         from sql-help.
5139         (sql-help): Use it with dynamic-docstring-function.
5141         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5143 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5145         * files.el (hack-one-local-variable--obsolete): New function.
5146         (hack-one-local-variable): Use it for obsolete settings.
5148         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5149         the new name.
5151         * progmodes/js.el (js--filling-paragraph): New var.
5152         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5153         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5154         less sneaky.
5156 2012-11-08  Julien Danjou  <julien@danjou.info>
5158         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5159         `auto-mode-alist' (Bug#12835).
5161 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5163         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5164         (perl--prettify-symbols-alist): New const.
5165         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5166         New functions.
5167         (perl-font-lock-keywords-2): Use them.
5168         (perl-electric-noindent-p): New function.
5169         (perl-mode): Use it to set up electric-indent-mode.
5170         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5171         (perl-mode-map): Remove bindings for them.
5172         (perl-imenu-generic-expression, perl-outline-level):
5173         Match functions&packages in column>0.
5175         * env.el (env--substitute-vars-regexp): New const.
5176         (substitute-env-vars): Use it.  Add `only-defined' arg.
5177         * net/tramp.el (tramp-replace-environment-variables): Use it.
5179         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5180         Byte-compile *before* eval in eval-and-compile.
5181         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5182         (byte-compile-file-form-autoload): Don't hide actual definition.
5183         (byte-compile-maybe-guarded): Accept `functionp' as well.
5185         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5187 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5189         * notifications.el (notifications-get-server-information-method):
5190         New defconst.
5191         (notifications-get-capabilities): Fix docstring.
5192         (notifications-get-server-information): New defun.
5194 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5196         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5197         readability.
5199         * textmodes/ispell.el: Experimental support for support debugging.
5200         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5201         buffer for ispell.
5202         (ispell-print-if-debug): New function to print stuff to
5203         `ispell-debug-buffer' if debugging is enabled.
5204         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5205         show some debugging info.
5206         (ispell-buffer-with-debug): New function that creates a debugging
5207         buffer and calls `ispell-buffer' with debugging enabled.
5209         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5210         comment in autoconf mode. (Bug#12768)
5212 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5214         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5215         frame-first-window, frame-root-window, frame-selected-window,
5216         minibuffer-selected-window, minibuffer-window,
5217         window-absolute-pixel-edges, window-at, window-body-height,
5218         window-body-width, window-display-table, window-combination-limit,
5219         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5220         window-inside-edges, window-inside-pixel-edges, window-left-child,
5221         window-left-column, window-margins, window-next-buffers,
5222         window-next-sibling, window-new-normal, window-new-total,
5223         window-normal-size, window-parameter, window-parameters, window-parent,
5224         window-pixel-edges, window-point, window-prev-buffers,
5225         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5226         window-start, window-text-height, window-top-child, window-top-line,
5227         window-total-height, window-total-width and window-use-time to the list
5228         of functions without side-effects.
5229         (toplevel): Add window-valid-p to the list of error-free functions
5230         without side-effects.
5232 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5234         * textmodes/ispell.el (ispell-program-name):
5235         Update spellchecker parameters when customized.
5237 2012-11-04  Glenn Morris  <rgm@gnu.org>
5239         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5241 2012-11-04  Chong Yidong  <cyd@gnu.org>
5243         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5244         same-window-* variables.
5246 2012-11-04  Juri Linkov  <juri@jurta.org>
5248         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5249         (isearch-describe-key, isearch-describe-mode): Use a display
5250         action instead of binding same-window-* variables (Bug#10040).
5252 2012-11-03  Glenn Morris  <rgm@gnu.org>
5254         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5255         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5257         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5259 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5261         * term/pc-win.el: Don't load term/internal from here.
5263         * loadup.el: Load term/internal from here.
5265 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
5267         * progmodes/python.el (inferior-python-mode): Fix hang in
5268         jit-lock (Bug#12645).
5270 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5272         * window.el (switch-to-visible-buffer)
5273         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5275 2012-11-03  Glenn Morris  <rgm@gnu.org>
5277         * emacs-lisp/cl-lib.el (cl--random-time):
5278         Rename from cl-random-time.  (Bug#12773)
5279         (cl--gensym-counter, cl--random-state): Update callers.
5280         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5282 2012-11-03  Chong Yidong  <cyd@gnu.org>
5284         * cus-start.el: Make cursor-type customizable (Bug#11633).
5286 2012-11-02  Glenn Morris  <rgm@gnu.org>
5288         * filecache.el: No need to load find-lisp when compiling.
5289         (find-lisp-find-files): Autoload it.
5290         (file-cache-add-directory-recursively): Don't require find-lisp.
5292         * image.el (image-type-from-file-name): Trivial simplification.
5294         * emacs-lisp/bytecomp.el (byte-compile-eval):
5295         Decouple "noruntime" and "cl-functions" warnings.
5297 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5299         * play/gomoku.el (gomoku-display-statistics): Update mode line
5300         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5302 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5304         * window.el (quit-restore-window): If the window has been
5305         created on an existing frame and ended up as the sole window on
5306         that frame, do not delete it (Bug#12764).
5308 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5310         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5311         Rename from sh--inside-arithmetic-expression, handle more cases
5312         (bug#11263).
5314         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5315         (sh-font-lock-open-heredoc): Use it (bug#12770).
5317 2012-10-30  Glenn Morris  <rgm@gnu.org>
5319         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
5321         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
5323 2012-10-29  Chong Yidong  <cyd@gnu.org>
5325         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5326         function key is stored in a keyboard macro (Bug#4894).
5328         * thingatpt.el (number-at-point): Apply a thing-at-point property.
5330 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5332         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5333         header comments".
5334         (diff-unified->context, diff-context->unified)
5335         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5337         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5339         * files.el (find-alternate-file): Only ask one question (bug#12487).
5341 2012-10-29  Chong Yidong  <cyd@gnu.org>
5343         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5344         Suggested by Dan Nicolaescu (Bug#6326).
5346         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5348         * startup.el (fancy-about-screen): Don't message (Bug#12680).
5350         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5352         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5354         * face-remap.el (face-remap-add-relative): Handle the case where a
5355         face-remapping-alist entry is a cons cell (Bug#12762).
5357 2012-10-29  Kevin Ryde  <user42@zip.com.au>
5359         * woman.el (woman-parse-numeric-value): Handle picas correctly
5360         (Bug#12639).
5362 2012-10-29  Glenn Morris  <rgm@gnu.org>
5364         * emacs-lisp/cl.el (defsetf): Doc fix.
5366 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5368         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5369         syntax to the matching opener, if any (bug#12547).
5370         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5371         matching open as a "case-(".
5372         (sh-smie-rc-grammar): Add a corresponding rule for it.
5374 2012-10-28  Daniel Hackney  <dan@haxney.org>
5376         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5377         "PKGNAME-autoloads.el" in case we created it.
5379 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5381         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5382         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5383         (completion--twq-all): Disable too-strict assertions.
5385         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5387 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
5389         * profiler.el (profiler-report-make-entry-part): Fix help-echo
5390         text to match the real keybindings.
5392 2012-10-27  Juri Linkov  <juri@jurta.org>
5394         * wdired.el (wdired-keep-marker-rename): New defcustom.
5395         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5396         (Bug#11795)
5398         * dired.el (dired-keep-marker-rename): Add reference to
5399         `wdired-keep-marker-rename' in the docstring.
5400         Add default character value ?R to display initially in
5401         Customization UI instead of ?@.
5403 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
5405         * window.el (display-buffer): In doc-string describe
5406         window-height and window-width alist entries.
5408         * time.el (display-time-world): Restore fit-window-to-buffer
5409         behavior.
5411 2012-10-27  Chong Yidong  <cyd@gnu.org>
5413         * subr.el (insert-buffer-substring-as-yank): Doc fix.
5415 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
5417         * minibuffer.el (completion-category-overrides): New completion
5418         category `bookmark' (bug#11131).
5420 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * emacs-lisp/advice.el (ad-assemble-advised-definition):
5423         Silence bogus compiler warnings for ad-do-it.
5425         * bookmark.el (bookmark-completing-read): Set the completion category
5426         to `bookmark' (bug#11131).
5428 2012-10-26  Bastien  <bzg@altern.org>
5429             Stefan Monnier  <monnier@iro.umontreal.ca>
5431         * face-remap.el: Use lexical-binding.
5432         (text-scale-adjust): Improve docstring.  Use itself for the temporary
5433         overlay-map bindings, so as to repeat the "Use..." message each time.
5435 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5437         * emacs-lisp/macroexp.el (macroexp--expand-all):
5438         Obey byte-compile-warning-enabled-p (bug#12486).
5440         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5441         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5443 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
5445         * mouse.el (mouse-drag-line): Move last form into preceding when
5446         clause (Bug#12731).
5448         * help.el (resize-temp-buffer-window): Fix doc-string.
5450 2012-10-25  David Engster  <deng@randomsample.de>
5452         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5453         Remove.  This feature is already integrated in imenu.
5455         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5456         always loaded.  Require `speedbar' unconditionally.
5458 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5460         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5462         * minibuffer.el (minibuffer-force-complete): Fix thinko.
5464         * net/ldap.el (ldap-search-internal): The official ldif format starts
5465         with a "version: 1" header (bug#12724).
5467         * emacs-lisp/package.el (package-installed-p): Warn if not ready
5468         (bug#12721).
5470 2012-10-25  Glenn Morris  <rgm@gnu.org>
5472         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5474 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5476         * minibuffer.el (minibuffer-force-complete): Use one more marker
5477         for the temporary-overlay-map command (bug#12619).
5479 2012-10-24  Chong Yidong  <cyd@gnu.org>
5481         * time.el (display-time-world-mode): Derive from special-mode.
5482         (display-time-world): Use display-buffer (Bug#12708).
5483         (display-time-world-mode-map): Variable deleted.
5484         (display-time-world-display): Wrap the final delete-char inside
5485         inhibit-read-only.
5487 2012-10-24  Chong Yidong  <cyd@gnu.org>
5489         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5490         Doc fix.
5492         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5494 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5496         * minibuffer.el (completion--all-sorted-completions-location): New var.
5497         (completion--cache-all-sorted-completions)
5498         (completion--flush-all-sorted-completions): Use it.
5499         (completion-in-region, completion-in-region--postch)
5500         (completion-at-point, completion-help-at-point): Use markers in
5501         completion-in-region--data (bug#12619).
5503 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5505         * progmodes/compile.el (compilation-start): Try to handle common
5506         quoting of `cd' argument (bug#12640).
5508         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5509         (bug#12671).
5511 2012-10-23  Glenn Morris  <rgm@gnu.org>
5513         * progmodes/gud.el (gud-menu-map):
5514         Check gdb-active-process is bound.  (Bug#12358)
5516 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * repeat.el (repeat): Set real-this-command (bug#12232).
5520         * htmlfontify.el (hfy-post-html-hook):
5521         * filesets.el (filesets-cache-fill-content-hook):
5522         * arc-mode.el (archive-extract-hook):
5523         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5524         * net/rcirc.el (rcirc-sentinel-functions)
5525         (rcirc-receive-message-functions, rcirc-activity-functions)
5526         (rcirc-print-functions):
5527         * net/dbus.el (dbus-event-error-functions):
5528         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5529         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5530         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5531         * term/sun.el (sun-raw-prefix-hooks):
5532         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5534 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
5536         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5537         Set `tramp-chunksize' to 1.  This improves the performance.
5538         (tramp-smb-wait-for-output): Add timeout to
5539         `tramp-accept-process-output' calls.
5541 2012-10-23  Chong Yidong  <cyd@gnu.org>
5543         * faces.el (font-list-limit): Define as an obsolete variable.
5545         * startup.el (command-line):
5546         * cus-start.el: Don't refer to font-list-limit.
5548         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5550 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * subr.el (internal-temp-output-buffer-show): Rename from
5553         temp-output-buffer-show, since previously compiled files expect this name.
5555 2012-10-23  Glenn Morris  <rgm@gnu.org>
5557         * image.el (image-type-from-file-name): If multiple types match,
5558         return the first one that is supported.  (Bug#9045)
5560 2012-10-22  Glenn Morris  <rgm@gnu.org>
5562         * image.el (imagemagick-enabled-types): Doc fix.
5564 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
5566         * progmodes/which-func.el (which-func-current): The hash-table may have
5567         an explicit nil (bug#12338).
5569 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5571         * electric.el (electric-pair-delete-selection-self-insert-function):
5572         Rename to electric-pair-will-use-region, return a boolean.
5573         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
5575         * delsel.el (delete-selection-helper): Use a function instead of a hook.
5576         (delete-selection-pre-hook): Use use-region-p.
5577         (delete-selection-self-insert-function): Remove.
5578         (self-insert-command): Obey self-insert-uses-region-functions.
5579         (self-insert-iso): Revert to previous setting, since we don't actually
5580         know what that command does.
5581         (delete-selection-self-insert-hooks): Remove.
5583 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
5585         * delsel.el (delete-selection-helper): New function, extracted from
5586         delete-selection-pre-hook.
5587         (delete-selection-pre-hook): Use it.
5588         (delete-selection-self-insert-function): New function.
5589         (delete-selection-self-insert-hooks): New hook.
5590         (self-insert-command, self-insert-iso): Use it.
5591         * electric.el (electric-pair-syntax): New function, extracted from
5592         electric-pair-post-self-insert-function.
5593         (electric-pair-post-self-insert-function): Use it.
5594         (electric-pair-delete-selection-self-insert-function): New function.
5595         (electric-pair-mode): Require delsel and setup
5596         delete-selection-self-insert-hooks (bug#11520).
5598 2012-10-20  Chong Yidong  <cyd@gnu.org>
5600         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5601         no changes to show (Bug#12586).
5603         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5604         list explicitly (Bug#12571).
5606 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
5608         * progmodes/flymake.el (flymake-create-temp-inplace):
5609         Use file-truename.
5611 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
5613         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
5615 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5617         * calc/calc-units.el (math-extract-units): Properly extract powers
5618         of units.
5620 2012-10-20  Daniel Colascione  <dancol@dancol.org>
5622         * frame.el (make-frame): Set x-display-name as we used to in order
5623         to unbreak creating an X11 frame from an Emacs daemon started
5624         without a display.
5626 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5628         * minibuffer.el (minibuffer-force-complete): Make the next completion use
5629         the same completion-field (bug#12221).
5631 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
5633         * emacs-lisp/debug.el (debug): Record height of debugger window
5634         also when debugger will be back (Bug#8789).
5636 2012-10-18  Chong Yidong  <cyd@gnu.org>
5638         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5639         Convert to defcustom.
5640         (gdb-get-source-file): Don't bind pop-up-windows.
5642         * progmodes/gud.el (gud-display-line): Don't specially re-use
5643         other frames for the gdb-mi case (Bug#12648).
5645 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5647         * emacs-lisp/advice.el: Clean up commentary a bit.
5648         (ad-do-advised-functions, ad-with-originals): Use `declare'.
5649         (byte-code-function-p): Never redefine.
5651         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5653 2012-10-18  Glenn Morris  <rgm@gnu.org>
5655         * dired.el (dired-sort-toggle): Some ls implementations only allow
5656         a single option string.  (Bug#12666)
5658         * minibuffer.el (completion-cycle-threshold): Doc fix.
5660 2012-10-17  Kenichi Handa  <handa@gnu.org>
5662         * international/mule.el (set-keyboard-coding-system):
5663         Recover input meta mode when the new coding system doesn not use 8-bit.
5664         Supply TERMINAL arg to set-input-meta-mode.
5666 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
5668         * wdired.el (wdired-old-marks): New variable.
5669         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5670         (wdired-do-renames): Move point with renamed file and don't lose
5671         mark status (Bug#11795).
5673 2012-10-16  Juri Linkov  <juri@jurta.org>
5675         * replace.el (query-replace-help): Mention multi-buffer replacement
5676         keys in the Help message.  (Bug#12655)
5678 2012-10-15  Chong Yidong  <cyd@gnu.org>
5680         * emacs-lisp/byte-run.el (defsubst): Doc fix.
5682 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
5684         * window.el (display-buffer): Doc fix.
5686         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5687         Adjust the msft regexp to the output of Studio 2010, and move msft
5688         before edg-1.  See the discussion on emacs-devel,
5689         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5690         for the details.
5692 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5695         (oset): Move uses of object-class-fast macro after its definition.
5697         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5699 2012-10-13  Chong Yidong  <cyd@gnu.org>
5701         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5702         enabled, re-enable it (Bug#11963).
5704 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
5706         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5707         non-nil, restore window configuration (Bug#12623).
5709 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5711         * help-fns.el (describe-variable, describe-function-1):
5712         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5714         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5716 2012-10-12  Glenn Morris  <rgm@gnu.org>
5718         * mail/rmailsum.el (rmail-header-summary):
5719         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
5721 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
5723         * progmodes/python.el (python-mode-map):
5724         Replace subtitute-key-definition with proper command remapping.
5725         (python-nav--up-list): Fix behavior for blocks on the same level.
5727 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5731         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5732         changes to the format of load-history.
5734         * international/mule-cmds.el (read-char-by-name): Move let-binding of
5735         completion-ignore-case in case that var is buffer-local (bug#12615).
5737 2012-10-11  Kenichi Handa  <handa@gnu.org>
5739         * international/eucjp-ms.el: Re-generated.
5741 2012-10-10  Kenichi Handa  <handa@gnu.org>
5743         * select.el (xselect--encode-string): If a coding is specified for
5744         selection, and that is compatible with COMPOUND_TEXT, use it.
5746 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
5748         * window.el (switch-to-buffer-preserve-window-point): New option.
5749         (switch-to-buffer):
5750         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5752 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5754         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5755         Don't document nil as a useful value (bug#12583).
5757 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
5759         * net/tramp.el (tramp-debug-message):
5760         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5761         (with-tramp-progress-reporter): Rename from
5762         `tramp-with-progress-reporter'.
5763         (with-tramp-file-property, with-tramp-connection-property):
5764         Move from tramp-cache.el, rename from `with-file-property' and
5765         `with-connection-property', respectively.
5767         * net/tramp-cache.el: Remove `with-file-property' and
5768         `with-connection-property'.
5770         * net/tramp.el:
5771         * net/tramp-gvfs.el:
5772         * net/tramp-sh.el:
5773         * net/tramp-smb.el: Adapt callees.
5775         * net/trampver.el: Update release number.
5777 2012-10-09  Glenn Morris  <rgm@gnu.org>
5779         * w32-fns.el (set-message-beep):
5780         * term/w32-win.el (set-message-beep): Update declarations.
5782 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5784         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5785         (mode-line-widen, mode-line-input-method-map)
5786         (mode-line-coding-system-map, mode-line-remote)
5787         (mode-line-unbury-buffer, mode-line-bury-buffer)
5788         (mode-line-next-buffer, mode-line-previous-buffer):
5789         Replace save-selected-window+select-window => with-selected-window.
5791         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5792         * progmodes/cc-vars.el (bq-process): Remove, unused.
5794         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5796 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
5798         Implemented `backward-up-list'-like navigation.
5799         * progmodes/python.el (python-nav-up-list)
5800         (python-nav-backward-up-list): New functions.
5801         (python-mode-map): Define substitute key for backward-up-list to
5802         python-nav-backward-up-list.
5804 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5806         * progmodes/python.el (python-fill-paragraph): Rename from
5807         python-fill-paragraph-function.  Fixed fill-paragraph for
5808         decorators (Bug#12605).
5810 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5812         * progmodes/python.el (python-shell-output-filter): Handle extra
5813         carriage return in OSX (Bug#12409).
5815 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5817         Fix shell handling of unbalanced quotes and parens in output.
5818         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5819         (python-syntax-propertize-function): Use it.
5820         (python-shell-output-syntax-table): New var.
5821         (inferior-python-mode): Prevent unbalanced parens/quotes from
5822         previous output mess with current input context.
5824 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
5826         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5827         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5829 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
5831         * ffap.el (ffap-replace-file-component): Support Tramp file name
5832         syntax, not only ange-ftp's one.
5834 2012-10-08  Glenn Morris  <rgm@gnu.org>
5836         * cus-start.el (message-log-max): Set :version.
5838         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5840 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
5842         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5843         the minibuffer window (Bug#10851).
5845 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5847         Enhancements on forward-sexp movement.
5848         * progmodes/python.el (python-nav-beginning-of-statement)
5849         (python-nav-end-of-statement): Return point-marker.
5850         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5851         (python-info-current-symbol)
5852         (python-info-statement-starts-block-p): Rename from
5853         python-info-beginning-of-block-p.
5854         (python-info-statement-ends-block-p): Rename from
5855         python-info-end-of-block-p.
5856         (python-info-beginning-of-statement-p)
5857         (python-info-end-of-statement-p)
5858         (python-info-beginning-of-block-p, python-info-end-of-block-p):
5859         New functions.
5861 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5864         frame-selected-windows.
5866 2012-10-08  Daniel Colascione  <dancol@dancol.org>
5868         * battery.el (battery-status-function): Check for
5869         w32-battery-status itself, not system-time windows-nt.
5871         * frame.el: Require cl-lib.
5872         (display-format-alist): New variable mapping frame types to
5873         functions that initialize them.
5874         (window-system-for-display): New function: interprets
5875         display-format-alist.
5876         (make-frame-on-display): Remove existing display-selection logic
5877         and just forward to make-frame, which will now DTRT.
5878         (make-frame): Restructure to use window-system-for-display to
5879         figure out how to create a frame on a given display.
5880         (display-mouse-p): Look for frame-type w32, not a particular
5881         system-type.
5883         * loadup.el: Load w32 lisp code when we have the w32 feature.
5885         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5886         system-type windows-nt.
5888         * server.el (server-create-window-system-frame): Look for window
5889         type.
5890         (server-proces-filter): Only force a window system when windows-nt
5891         _and_ w32.  Explain why.
5893         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5894         of window systems we configure for the mode.
5896         * startup.el (command-line): Mark window system is initialized
5897         after we've done it.
5899         * common-win.el (x-select-text): Look for w32, not windows-nt.
5901         * ns-win.el: Require cl-lib.  Add ourselves to
5902         display-format-alist.
5903         (ns-initialize-window-system): Assert we're not initialized twice.
5905         * w32-win.el: Enable lexical binding; require cl-lib; add
5906         ourselves to display-format-alist.
5907         (w32-handle-dropped-file): Convert incoming dropped files from
5908         Windows paths to Cygwin ones before passing them on to the rest of
5909         Emacs.
5910         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
5911         (w32-initialize-window-system): Assert we're not initialized twice.
5913         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5914         (x-initialize-window-system): Assert we're not initialized twice.
5916         * w32-common-fns.el: New File.
5917         (w32-version, w32-using-nt, w32-get-clipboard-data)
5918         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5919         (w32-charset-info-alist, x-last-selected, text)
5920         (x-get-selection-value, x-selection-value): Move here.
5922         * w32-fns.el: Require w32-common-fns.
5923         (w32-version, w32-using-nt, w32-get-clipboard-data)
5924         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5925         (w32-charset-info-alist, x-last-selected, text)
5926         (x-get-selection-value, x-selection-value): Move to
5927         w32-common-fns.
5929         * w32-vars.el:
5930         (w32-allow-system-shell, w32-system-shells): Define only in
5931         non-cygwin case.
5933 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5936         (read-passwd): Remove a few more potential sources of leaks.
5938 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5940         * progmodes/python.el (inferior-python-mode)
5941         (python-shell-make-comint): Fix initialization of local
5942         variables copied from parent buffer.
5944 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
5946         * term/ns-win.el (ns-read-file-name): Update declaration to match
5947         nsfns.m.
5948         (ns-respond-to-change-font): Change fontsize separately so we are sure
5949         it is set when font is acted upon.
5951 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5953         Enhancements to indentation.
5954         * progmodes/python.el (python-indent-context): Give priority to
5955         inside-string context.  Make comments indentation markers.
5956         (python-indent-region): Do not mess with strings, unless it's the
5957         enclosing set of quotes.
5959 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5961         * window.el (internal--before-save-selected-window)
5962         (internal--after-save-selected-window): New functions extracted from
5963         save-selected-window.  Make sure we return the `alist' we construct.
5964         (save-selected-window): Use them.
5966         * textmodes/tex-mode.el (tex-recenter-output-buffer):
5967         Use with-selected-window.
5969         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5970         forms that define macros (bug#12593).
5972 2012-10-07  Kenichi Handa  <handa@gnu.org>
5974         * international/mule-conf.el (compound-text-with-extensions):
5975         Add :mime-charset property as x-ctext.
5977 2012-10-07  Stefan Merten  <smerten@oekonux.de>
5979         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5980         (rst-indent-literal-normal, rst-indent-literal-minimized)
5981         (rst-indent-comment): Correct :version tag.
5982         (rst-official-cvs-rev): Correct version string.
5984 2012-10-07  Glenn Morris  <rgm@gnu.org>
5986         * mail/rmailmm.el (rmail-mime-process-multipart):
5987         Do not confuse a multipart message with an epilogue
5988         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
5990 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5992         Fix shell output retrieval and comint-prompt-regexp init.
5993         * progmodes/python.el (inferior-python-mode):
5994         (python-shell-make-comint): Fix initialization of
5995         comint-prompt-regexp from copied file local variables.
5996         (python-shell-fetched-lines): Remove var.
5997         (python-shell-output-filter-in-progress): Rename from
5998         python-shell-fetch-lines-in-progress.
5999         (python-shell-output-filter-buffer): Rename from
6000         python-shell-fetch-lines-string.
6001         (python-shell-fetch-lines-filter): Delete function.
6002         (python-shell-output-filter): New function.
6003         (python-shell-send-string-no-output): Use them.
6005 2012-10-07  Glenn Morris  <rgm@gnu.org>
6007         * hi-lock.el (hi-lock-process-phrase):
6008         Try to make it less fragile.  (Bug#7161)
6010         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6012 2012-10-06  Glenn Morris  <rgm@gnu.org>
6014         * ehelp.el (electric-help-mode): Use help-mode rather than
6015         non-existent mode `help'.
6016         (electric-help-map): Use button-buffer-map.  (Bug#10917)
6018         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6019         (reftex-create-bibtex-footer): Fix custom types.
6021         * progmodes/sh-script.el (sh-indent-after-continuation):
6022         Add explicit :group.
6024         * textmodes/rst.el (rst-preferred-decorations)
6025         (rst-shift-basic-offset): Clarify obsolescence versions.
6027         * profiler.el (profiler): Add missing group :version tag.
6028         * avoid.el (mouse-avoidance-banish-position):
6029         * proced.el (proced-renice-command):
6030         * calc/calc.el (calc-ensure-consistent-units):
6031         * calendar/icalendar.el (icalendar-import-format-uid):
6032         * net/tramp.el (tramp-save-ad-hoc-proxies):
6033         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6034         * progmodes/flymake.el (flymake-error-bitmap)
6035         (flymake-warning-bitmap, flymake-fringe-indicator-position):
6036         * progmodes/sh-script.el (sh-indent-after-continuation):
6037         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6038         (verilog-before-save-font-hook, verilog-after-save-font-hook):
6039         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6040         (vhdl-array-index-record-field-in-sensitivity-list)
6041         (vhdl-indent-comment-like-next-code-line):
6042         * textmodes/reftex-vars.el (reftex-ref-style-alist)
6043         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6044         (reftex-cite-key-separator, reftex-create-bibtex-header)
6045         (reftex-create-bibtex-footer):
6046         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6047         (rst-indent-literal-normal, rst-indent-literal-minimized)
6048         (rst-indent-comment): Add missing custom :version tags.
6050         * calendar/timeclock.el (timeclock-modeline-display):
6051         Add missing obsolete alias for renamed user option.
6053         * strokes.el (strokes-modeline-string):
6054         * emulation/crisp.el (crisp-mode-modeline-string):
6055         * eshell/esh-mode.el (eshell-status-in-modeline):
6056         Aliases to defcustoms must come before the defcustom.
6058         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6059         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6060         (cal-tex-cursor-week-monday): Doc fixes.
6061         (cal-tex-cursor-week2-summary): Doc fix.
6062         Rename from cal-tex-cursor-week-at-a-glance.
6064         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6065         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
6067         * calendar/calendar.el (calendar-mode-map):
6068         Add cal-tex-cursor-week2-summary.
6070 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6072         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6074         * subr.el (read-passwd-map): New var.
6075         (read-passwd): Use `read-string' again.
6076         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6078 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
6080         * register.el (append-to-register, prepend-to-register):
6081         Deactivate mark, as does `copy-to-register' (bug#12389).
6083 2012-10-06  Chong Yidong  <cyd@gnu.org>
6085         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6087 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
6089         * international/characters.el: Fix simple mistake ((car chars) ->
6090         elt), delete duplicated code.
6092 2012-10-06  Glenn Morris  <rgm@gnu.org>
6094         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
6096 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6098         * color.el (color-hsl-to-rgb): Fix incorrect results for
6099         small and large hue values.  (Bug#12559)
6101 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
6103         Enhancements to docstring formatting when filling paragraphs.
6104         * progmodes/python.el (python-fill-docstring-style): Rename from
6105         python-fill-string-style.  Added new style.
6106         (python-fill-string): Use new style.  Better checks for
6107         docstrings.
6109 2012-10-05  Glenn Morris  <rgm@gnu.org>
6111         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6113         * color.el (color-name-to-rgb, color-rgb-to-hex)
6114         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6115         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6116         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6117         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6119         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6121 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6123         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6124         to get the correct size across symlinks.
6126         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6128 2012-10-04  Juri Linkov  <juri@jurta.org>
6130         * replace.el (query-replace-interactive): Declare obsolete.
6131         (query-replace-read-from): Add the last incremental search string
6132         to the list of default values accessible via M-n.
6133         (map-query-replace-regexp): Use `read-regexp'.
6134         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6135         (map-query-replace-regexp, replace-string, replace-regexp):
6136         Fix docstrings to replace mentions of `query-replace-interactive'
6137         with alternatives.  (Bug#12526)
6139 2012-10-04  Juri Linkov  <juri@jurta.org>
6141         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6142         (dired-pop-to-buffer): Declare obsolete.
6143         (dired-mark-pop-up): Doc fix.
6145 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
6147         Allow user to set docstring style for fill-paragraph.
6148         * progmodes/python.el
6149         (python-fill-comment-function, python-fill-string-function)
6150         (python-fill-decorator-function, python-fill-paren-function):
6151         Remove :safe for defcustoms.
6152         (python-fill-string-style): New defcustom
6153         (python-fill-paragraph-function): Enhance context detection.
6154         (python-fill-string): Honor python-fill-string-style settings.
6156 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6158         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6159         after setting its buffer (Bug#10805).
6161 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
6163         Fix cornercase for string syntax.
6164         * progmodes/python.el (python-syntax-propertize-function):
6165         Simplify and enhance the regexp for unescaped quotes.  Now it also
6166         matches quotes in weird situations like the single quote in
6167         "something\"'".
6168         (python-syntax-stringify): Simplify num-quotes detecting code.
6170 2012-10-03  Glenn Morris  <rgm@gnu.org>
6172         * help-macro.el (three-step-help):
6173         Revert 2012-09-29 change.  (Bug#12567)
6175 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6177         * menu-bar.el (kill-this-buffer): Don't do anything when
6178         `menu-frame' is not alive or visible (Bug#8184).
6180         * emacs-lisp/debug.el (debug): When quitting the debugger window
6181         restore current buffer (Bug#12502).
6183 2012-10-02  Chong Yidong  <cyd@gnu.org>
6185         * progmodes/hideif.el (hif-lookup, hif-defined):
6186         Handle semantic-c-takeover-hideif.
6188 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6190         Change sampling interval units from ms to ns.
6191         * profiler.el (profiler-sampling-interval): Change units
6192         from ms to ns, multiplying the default by 1000000 so that
6193         it remains 1 ms.
6194         (profiler-report-cpu-line-format): Give enough room for
6195         the maximum counters on 64-bit hosts.
6196         (profiler-report-render-calltree-1): Call them "CPU samples",
6197         not "Time (ms)", since they are not milliseconds now (and
6198         never really were).
6200 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6202         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6203         Fix querying BBDB for entries without a last name (Bug#11580).
6205 2012-10-02  Chong Yidong  <cyd@gnu.org>
6207         * emacs-lisp/eieio.el: Restore Version header.
6209 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6211         * vc/diff-mode.el (diff--auto-refine-data): New var.
6212         (diff-hunk): Use it to delay refinement.
6213         (diff-mode): Remove overlays when we turn off font-lock.
6215         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6216         (table-initialize-table-fixed-width-mode)
6217         (table-set-table-fixed-width-mode): Remove functions.
6218         (table-command-list): Move initialization into declaration.
6219         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6220         (table-with-cache-buffer): Use `declare'.
6221         (table-span-cell): Simplify via CSE.
6222         (table-fixed-width-mode): Use define-minor-mode.
6223         (table-call-interactively, table-funcall, table-apply): Remove.
6224         (table-function): New function, to replace them.
6226         * bookmark.el (bookmark-search-pattern): Remove var.
6227         (bookmark-read-search-input): Remove function.
6228         (bookmark-bmenu-search): Reimplement using a minibuffer.
6230         * faces.el (modeline): Remove obsolete face name.
6232         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6233         and give a non-nil default value.
6234         (add-change-log-entry): Simplify accordingly.
6236 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6238         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6239         (vc-git-log-edit-toggle-amend): New function.
6240         (vc-git-log-edit-toggle-signoff): New function.
6241         (vc-git-log-edit-mode): New major mode.
6242         (vc-git-log-edit-mode-map): Keymap for it.
6243         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6245         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6246         header names.
6247         (log-edit-toggle-header): New function.
6248         (log-edit-extract-headers): Accept function values in HEADERS alist.
6250 2012-10-01  David Engster  <deng@randomsample.de>
6252         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6253         from symbol property and change message to be more consistent with
6254         Emacs proper.
6255         (eieio-describe-generic): Add filename for each implementation.
6256         Fix indices for generic and normal methods.
6257         (eieio-method-def, eieio-class-def): New buttons.
6258         (eieio-help-find-method-definition)
6259         (eieio-help-find-class-definition): New functions.
6260         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6261         class, constructor and method definitions.
6263         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6264         information in symbol property.
6265         (scoped-class): Remove.
6266         (eieio-slot-name-index, call-next-method): Check if it is bound.
6268 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6270         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6271         (eieio-custom-mode): New major mode.
6272         (eieio-customize-object): Use it.
6274 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6276         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6277         specifying the expected class, and whether subclassing is allowed.
6278         (eieio-persistent-convert-list-to-object):
6279         (eieio-persistent-validate/fix-slot-value)
6280         (eieio-persistent-slot-type-is-class-p): New functions.
6281         (eieio-named::slot-missing): Doc fix.
6283         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6284         Stop using unused publd variable.
6286         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6287         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6288         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6289         (eieio-speedbar-handle-click): Do not specify a class for the
6290         method.  Fixes method invocation order problems with EDE.
6292 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6294         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6295         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6297 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6299         * bookmark.el (bookmark-version-control): Give tags in the
6300         :type choices (Bug#12309), and improve doc string.
6301         (bookmark-write-file): Bind `print-circle' to `t' to allow
6302         circular custom bookmark types.  (Bug#12503)
6304 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6306         Revert the FOLLOW-SYMLINKS change for file-attributes.
6307         * files.el (remote-file-name-inhibit-cache, after-find-file):
6308         * time.el (display-time-file-nonempty-p): Undo last change.
6310         * profiler.el (profiler-sampling-interval): Change default back to 1.
6311         See Stefan Monnier in
6312         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6314 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
6316         Shell output catching a la gud-gdb.
6317         * progmodes/python.el (python-shell-fetch-lines-in-progress)
6318         (python-shell-fetch-lines-string, python-shell-fetched-lines):
6319         New Vars.
6320         (python-shell-fetch-lines-filter): New function.
6321         (python-shell-send-string-no-output): Use them.
6323 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
6325         * profiler.el (profiler-sampling-interval): Rename from
6326         profiler-sample-interval.
6327         (profiler-sampling-interval): Default to 10.
6328         (profiler-find-profile): New command (was profiler-find-log).
6329         (profiler-find-profile-other-window): New command.
6330         (profiler-find-profile-other-frame): New command.
6331         (profiler-profile): Introduce API-level data structure.
6333 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
6335         file-attributes has a new optional arg FOLLOW-SYMLINKS.
6336         * files.el (remote-file-name-inhibit-cache):
6337         * time.el (display-time-file-nonempty-p): Use it.
6338         * files.el (after-find-file): Don't chase links before calling
6339         file-exists-p, as file-exists-p already does the right thing.
6341 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
6343         Merge from standalone RefTeX repository.
6345         The following ChangeLog entries are shortened versions of the
6346         original ones with file paths adapted.  A not so strongly edited
6347         version of the original ChangeLog can be found in the commit log.
6349         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6350         (reftex-arg-cite): Use `reftex-cite-key-separator'.
6351         Correctly handle new value type returned by `reftex-citation'.
6353         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6354         that entries with whitespace at various places are found.
6355         Doc fix. Include entries that are cross-referenced from cited entries.
6356         Include @String definitions in the resulting bib file.  Add header
6357         and footer defined in `reftex-create-bibtex-header' and
6358         `reftex-create-bibtex-footer'.
6359         (reftex-do-citation): Make it possible again to insert
6360         non-existent entries.  Save match data when asking for optional
6361         arguments. Return all keys, not just the first one.
6362         (reftex-all-used-citation-keys): Fix regexp to correctly extract
6363         all citations in the same line.
6364         (reftex-parse-bibtex-entry): Accept additional optional argument
6365         `raw' and keep quotes or braces if it is non-nil.  Match fields
6366         containing hyphens besides word constituents.
6367         (reftex-get-string-refs): New function.
6368         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6369         and ask if it should be reread in case it did.
6370         (reftex-pop-to-bibtex-entry)
6371         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6372         entries with spaces or tabs in front of arguments.
6373         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6374         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6375         Match entries containing numbers and symbol constituents.
6376         (reftex-do-citation, reftex-figure-out-cite-format):
6377         Use `reftex-cite-key-separator'.
6379         * textmodes/reftex-dcr.el: Move provide statement to end of file.
6380         (reftex-mouse-view-crossref): Explain why point is set.
6382         * textmodes/reftex-global.el: Whitespace changes.
6384         * textmodes/reftex-index.el: Move provide statement to end of
6385         file.
6386         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6387         (reftex-index-visit-phrases-buffer): Set marker when visiting
6388         buffer.  This allows for returning from the phrases file to the
6389         file one was just editing instead of the file where the last
6390         phrases was added from.
6391         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
6392         punctuation syntax as it usually is not used as string quote in
6393         TeX-related modes and may occur unmatched.  The change also
6394         prevents fontification of quoted content.
6395         (reftex-index-phrases-mode): Use it.
6397         * textmodes/reftex-parse.el (reftex-parse-from-file):
6398         Move backward one char if a `\' was matched after a section macro.
6399         (reftex-parse-from-file): Use beginning of match instead of end as
6400         bound.
6402         * textmodes/reftex-ref.el: Adapt creation of
6403         `reftex-<package>-<macro>' functions to new structure of
6404         `reftex-ref-style-alist'.
6405         (reftex-reference): Use `reftex-ref-style-list' function.
6406         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
6407         reference macro if `reftex-ref-macro-prompt' is non-nil.
6408         (reftex-reference): Pass refstyle to `reftex-format-special'.
6409         Determine reference macro by looking at
6410         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6411         Use only one special format function.
6412         (reftex-varioref-vref, reftex-fancyref-fref)
6413         (reftex-fancyref-Fref): Remove definitions.  The functions are now
6414         generated from `reftex-ref-style-alist'.
6415         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6416         Remove.
6417         (reftex-format-special): New function.
6419         * textmodes/reftex-sel.el
6420         (reftex-select-cycle-ref-style-internal): Adapt to new structure
6421         of `reftex-ref-style-alist'. Remove code for testing macro type.
6422         (reftex-select-toggle-varioref)
6423         (reftex-select-toggle-fancyref): Remove.
6424         (reftex-select-cycle-ref-style-internal)
6425         (reftex-select-cycle-ref-style-forward)
6426         (reftex-select-cycle-ref-style-backward): New functions.
6427         (reftex-select-label-map): Use `v' and `V' for general cycling
6428         through reference styles.  Add `p' for switching between number
6429         and page reference types.
6431         * textmodes/reftex-toc.el (reftex-re-enlarge):
6432         Call `enlarge-window' only if there is something to do because in Emacs
6433         the horizontal version throws an error even if the parameter is 0.
6435         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6436         (reftex-plug-into-AUCTeX): Doc fix.
6437         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6438         string.  Adapt to new name.
6439         (reftex-ref-style-alist): Change structure so that it is not
6440         possible to use multiple different package names within a style.
6441         Remove the symbols for symbols for macro type distinction.
6442         Add characters for macro selection.
6443         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6444         (reftex-create-bibtex-footer): New variables.
6445         (reftex-format-ref-function): Mention third argument of special
6446         format function.
6447         (reftex-ref-style-alist, reftex-ref-style-default-list):
6448         New variables.
6449         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6450         to new implementation.  Mark as obsolete.  Add compatibility code
6451         for honoring the variable values in case they are set.
6452         (reftex-cite-format-builtin, reftex-bibliography-commands):
6453         Add support for ConTeXt.
6454         (reftex-format-ref-function, reftex-format-cite-function):
6455         Fix custom type.
6456         (reftex-cite-key-separator): New variable.
6458         * textmodes/reftex.el (reftex-syntax-table-for-bib)
6459         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6460         `reftex-syntax-table' because parens have to retain their paren
6461         syntax in order for parsing of BibTeX entries like @book(...) to
6462         work.
6463         (reftex-in-comment): Do not error out if `comment-start-skip' is
6464         not set.  Deal correctly with escaped comment characters.
6465         (reftex-tie-multifile-symbols): Add doc string.
6466         Initialize `reftex-ref-style-list'.
6467         (reftex-untie-multifile-symbols): Add doc string.
6468         (reftex-add-index-macros): Doc fix.
6469         (reftex-ref-style-activate, reftex-ref-style-toggle)
6470         (reftex-ref-style-list): New functions.
6471         (reftex-mode-menu): Use them.  Adapt to new structure of
6472         `reftex-ref-style-alist'.
6473         (reftex-select-with-char): Kill the RefTeX Select buffer when
6474         done.
6475         (reftex-remove-if): New function.
6476         (reftex-erase-all-selection-and-index-buffers)
6477         (reftex-mode-menu): Reference styles are now computed from
6478         `reftex-ref-style-alist'.  Fix typo.
6479         (reftex-report-bug): New function.
6480         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6481         algorithms with O(n log n).  Introduce optional argument SORT (not
6482         yet used).
6484 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
6486         Enhancements for triple-quote string syntax.
6487         * progmodes/python.el (python-syntax-propertize-function):
6488         Match both quote cases in one regexp.
6489         (python-syntax-stringify): Handle matches properly.
6491 2012-09-30  Juri Linkov  <juri@jurta.org>
6493         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6494         to nil around the call to `insert' to prevent
6495         directory time modification by lock_file.  (Bug#2295)
6496         * tar-mode.el (tar-summarize-buffer): Idem.
6498 2012-09-30  Juri Linkov  <juri@jurta.org>
6500         * facemenu.el (list-colors-sort): Add option "Luminance".
6501         (list-colors-sort-key): Implement it.
6503         * vc/diff-mode.el (diff-refine-removed):
6504         * vc/ediff-init.el (ediff-fine-diff-A):
6505         * vc/smerge-mode.el (smerge-refined-removed):
6506         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
6508 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
6510         * term/ns-win.el (x-file-dialog): New function.
6512 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
6514         * ido.el (ido-max-directory-size): Default to nil; the current
6515         default is small for POSIX systems, and impractical on Windows 7
6516         now that lstat returns directory sizes for NTFS.
6518 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
6520         In buffer display functions handle window-height/window-width
6521         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
6522         * window.el (window--display-buffer): New argument ALIST.
6523         Obey window-height and window-width alist entries.
6524         (window--try-to-split-window): New argument ALIST.
6525         Bind window-combination-limit to t when the window's size shall be
6526         changed and window-combination-limit equals `window-size'.
6527         (display-buffer-in-atom-window)
6528         (display-buffer-in-major-side-window)
6529         (display-buffer-in-side-window, display-buffer-same-window)
6530         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6531         (display-buffer-pop-up-window, display-buffer-below-selected)
6532         (display-buffer-at-bottom, display-buffer-in-previous-window)
6533         (display-buffer-use-some-window): Adjust all callers of
6534         window--display-buffer and window--try-to-split-window.
6535         (fit-frame-to-buffer): New option.
6536         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6537         is non-nil.
6538         (display-buffer-in-major-side-window): Evaluate window-height /
6539         window-width alist entries.
6541         * help.el (temp-buffer-resize-frames)
6542         (temp-buffer-resize-regexps): Remove options.
6543         (temp-buffer-resize-mode): Adjust doc-string.
6544         (resize-temp-buffer-window): Don't consult
6545         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
6546         temp-buffer-resize-frames.
6548         * dired.el (dired-mark-pop-up):
6549         Call display-buffer-below-selected with a fit-window-to-buffer alist
6550         entry.
6552 2012-09-30  Chong Yidong  <cyd@gnu.org>
6554         * server.el (server-host): Document the security implications.
6555         (server-auth-key): Doc fix.
6557         * startup.el (initial-buffer-choice): Doc fix.
6559         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6561         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6562         restriction change.
6564         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6566         * help-fns.el (help-fns--obsolete): Fix last change.
6568 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6570         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6571         (minor-mode-map-alist): Remove redundant code.
6573         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6574         visited in a buffer.
6575         (cvs-insert-visited-file): New function.
6576         (find-file-hook): Use it.
6578         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6580         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6581         chose face.
6582         (log-edit-empty-buffer-p): Don't require a space after a header.
6584         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6586         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6588         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6589         a proper minor-mode.
6591         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6593 2012-09-29  Glenn Morris  <rgm@gnu.org>
6595         * winner.el (winner-mode): Remove variable (let define-minor-mode
6596         handle it).
6597         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6598         Doc fixes.
6599         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6600         (winner-mode): Use define-minor-mode.
6602         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6603         the full definition in loaddefs, rather than duplicating it.
6605         * help-macro.el (three-step-help): No need to autoload defcustom.
6607         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6608         (inferior-lisp-program, inferior-lisp-load-command)
6609         (inferior-lisp-prompt, inferior-lisp-mode-hook):
6610         No need to autoload defcustoms.
6612         * hippie-exp.el (hippie-expand-try-functions-list)
6613         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6614         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6615         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6616         (hippie-expand-only-buffers): No need to autoload defcustoms.
6617         * progmodes/vhdl-mode.el (vhdl-line-expand):
6618         Explicitly load hippie-exp, so it does not get autoloaded
6619         while hippie-expand-try-functions-list is let-bound.
6621 2012-09-28  Glenn Morris  <rgm@gnu.org>
6623         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6625         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6626         Only "cl.el" counts as cl these days.
6628 2012-09-28  Juri Linkov  <juri@jurta.org>
6630         Display archive errors in the echo area instead of inserting
6631         to the file buffer.
6633         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6634         to STDERR-TEST that can be a regexp matching a successful output.
6635         Create a temporary file and redirect stderr to it.  Search for
6636         STDERR-TEST in the stderr output and display it in the echo area
6637         if no match is found.
6638         (archive-extract-by-file): New function like
6639         `archive-extract-by-stdout' but extracting archives to files
6640         and looking for successful matches in stdout.  Function body is
6641         mostly copied from `archive-rar-extract'.
6642         (archive-rar-extract): Use `archive-extract-by-file'.
6643         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
6645 2012-09-28  Leo Liu  <sdl.web@gmail.com>
6647         * pcomplete.el (pcomplete-show-completions):
6648         Use minibuffer-message to make pcomplete usable in minibuffer.
6650         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6652 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * type-break.el: Use lexical-binding.
6655         (type-break-mode): Use define-minor-mode.
6657         * emacs-lisp/pcase.el (pcase--mark-used): New.
6658         (pcase--u1): Use it (bug#12512).
6660         * custom.el (load-theme): Set buffer-file-name so the load is recorded
6661         in load-history with the right file name.
6663 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
6665         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6666         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6667         (doc-view-get-bounding-box): Make bounding box slicing work for
6668         ODF and DVI documents.
6670 2012-09-28  Glenn Morris  <rgm@gnu.org>
6672         * type-break.el (type-break-mode, type-break-interval)
6673         (type-break-good-rest-interval, type-break-keystroke-threshold):
6674         No need to autoload.
6675         (type-break-good-rest-interval, type-break-keystroke-threshold):
6676         Add :set-after.
6678 2012-09-28  Chong Yidong  <cyd@gnu.org>
6680         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6681         Add :version tag.
6683 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6687 2012-09-27  Glenn Morris  <rgm@gnu.org>
6689         * faces.el (x-display-name): Declare (for without-x builds).
6691         * linum.el (linum-format): Don't autoload it.  Improve :type.
6693         * progmodes/tcl.el: Don't require outline when compiling.
6694         (outline-regexp, outline-level): Declare.
6695         * textmodes/sgml-mode.el: Don't require outline when compiling.
6696         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6698         * term.el (term-ansi-reset):
6699         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
6701         * vc/vc.el (vc-next-action): Only gripe about committing read-only
6702         files for RCS and SCCS.  (Bug#9781)
6704 2012-09-27  Chong Yidong  <cyd@gnu.org>
6706         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6707         change; value should be t.
6709 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * image-mode.el: Use lexical-binding.
6712         (image-mode-winprops): Use t to stand for the window of
6713         a buffer that's not displayed.
6714         * doc-view.el (doc-view-new-window-function): Handle the new
6715         t in winprops.
6716         (doc-view-enlarge): Make it a real nop if the size is not changed.
6717         (doc-view-display): Handle the case where the buffer is not (yet?)
6718         displayed in any window.
6719         (doc-view-saved-settings): New var.
6720         (doc-view-mode): Use it.
6721         (doc-view-fallback-mode): Set it.
6723         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6724         Set lexical-binding.
6725         (minibuffer-eldef-shorten-default): New var.
6726         (minibuffer-default-in-prompt-regexps): Use it for new default.
6727         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6729 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6731         * international/uni-bidi.el:
6732         * international/uni-category.el:
6733         * international/uni-name.el:
6734         * international/uni-numeric.el: Regenerate.
6736 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
6737             Stefan Monnier  <monnier@iro.umontreal.ca>
6739         * profiler.el: New file.
6741 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6743         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6744         (testcover-reinstrument): Simplify with CSE.
6746 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6748         * window.el (temp-buffer-window-setup): Fix typo in docstring.
6750 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
6752         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6753         (verilog-auto-input, verilog-auto-insert-lisp)
6754         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6755         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6756         (verilog-auto-unused, verilog-auto-wire)
6757         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6758         newline.  Reported by Andrew Jones.
6759         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6760         Reported by Brad Dobbie.
6761         (verilog-batch-delete-trailing-whitespace):
6762         Create verilog-batch-delete-trailing-whitespace.
6763         Reported by Brad Dobbie.
6764         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6765         parameters from another module.  Reported by Dan Katz.
6766         (verilog-auto, verilog-auto-assign-modport)
6767         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6768         AUTOINOUTMODPORT for UVM interface module shell generation.
6769         Reported by Brad Dobbie.
6770         (verilog-auto-inst-interfaced-ports): Make default nil, as more
6771         standard behavior.
6772         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6773         Reported by Matt Martin.
6775 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
6777         * window.el (window--resize-child-windows): When resizing child
6778         windows proportionally, process them in reverse order to
6779         preserve the "when splitting a window the new one gets the odd
6780         line" behavior.
6781         (window--resize-root-window-vertically): When resizing the
6782         minibuffer window try to affect only windows at the bottom of the
6783         frame.  (Bug#12419)
6785 2012-09-25  Chong Yidong  <cyd@gnu.org>
6787         * subr.el (declare): Doc fix.
6789         * help-fns.el (help-fns--obsolete): Handle macros properly.
6791 2012-09-25  Chong Yidong  <cyd@gnu.org>
6793         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6794         this function obsolete.
6796         * calendar/cal-x.el (calendar-two-frame-setup)
6797         (calendar-only-one-frame-setup, calendar-one-frame-setup):
6798         * calendar/calendar.el (american-calendar, european-calendar)
6799         (calendar-for-loop):
6800         * comint.el (comint-dynamic-simple-complete)
6801         (comint-dynamic-complete-as-filename, comint-unquote-filename):
6802         * desktop.el (desktop-load-default):
6803         * dired-x.el (dired-omit-here-always)
6804         (dired-hack-local-variables, dired-default-directory):
6805         * emacs-lisp/derived.el (derived-mode-class):
6806         * emacs-lisp/timer.el (timer-set-time-with-usecs):
6807         * emacs-lock.el (toggle-emacs-lock):
6808         * epa.el (epa-display-verify-result):
6809         * epg.el (epg-sign-keys, epg-start-sign-keys)
6810         (epg-passphrase-callback-function):
6811         * eshell/esh-util.el (eshell-for):
6812         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6813         (eshell-add-to-window-buffer-names):
6814         * files.el (locate-file-completion):
6815         * imenu.el (imenu-example--create-c-index)
6816         (imenu-example--create-lisp-index)
6817         (imenu-example--lisp-extract-index-name)
6818         (imenu-example--name-and-position):
6819         * international/mule-cmds.el (princ-list):
6820         * international/mule-diag.el (decode-codepage-char):
6821         * international/mule-util.el (detect-coding-with-priority):
6822         * iswitchb.el (iswitchb-read-buffer):
6823         * mail/mailalias.el (mail-complete):
6824         * mail/sendmail.el (mail-sent-via):
6825         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6826         (mouse-major-mode-menu):
6827         * password-cache.el (password-read-and-add):
6828         * pcomplete.el (pcomplete-parse-comint-arguments):
6829         * progmodes/sh-script.el (sh-maybe-here-document):
6830         * replace.el (query-replace-regexp-eval):
6831         * savehist.el (savehist-load):
6832         * simple.el (choose-completion-delete-max-match):
6833         * term.el (term-dynamic-simple-complete):
6834         * vc/ediff-init.el (ediff-check-version):
6835         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6836         * vc/vc.el (vc-diff-switches-list):
6837         * view.el (view-return-to-alist-update): Likewise.
6839         * subr.el (eval-next-after-load, makehash, insert-string)
6840         (assoc-ignore-representation, assoc-ignore-case): Use declare to
6841         mark obsolete.
6842         (mode-line-inverse-video): Variable deleted.
6844         * international/mule-util.el (string-to-sequence): Remove.
6846         * calendar/calendar.el (calendar-version):
6847         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6848         (icalendar-convert-diary-to-ical):
6849         * cus-edit.el (custom-mode):
6850         * ansi-color.el (ansi-color-unfontify-region):
6851         * international/latin1-disp.el (latin1-char-displayable-p):
6852         * progmodes/cwarn.el (turn-on-cwarn-mode):
6853         * progmodes/which-func.el (which-func-update-1):
6854         Use define-obsolete-function-alias.
6856         * net/newst-backend.el (newsticker-cache-filename):
6857         * net/newst-treeview.el (newsticker-groups-filename):
6858         Fix incorrect obsolescence declaration.
6860         * allout.el (allout-passphrase-hint-string): Likewise.
6861         (allout-init): Use a declare form to mark obsolete.
6863         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6864         this applies to functions.
6866         * iswitchb.el (iswitchb-read-buffer): Move code of
6867         iswitchb-define-mode-map here, and delete that obsolete function.
6869         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6870         font-lock-reference-face.
6872 2012-09-25  Glenn Morris  <rgm@gnu.org>
6874         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6875         Doc fixes.
6877         * eshell/em-term.el (eshell-term-name):
6878         Default to term-term-name.  (Bug#12485)
6880 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6882         * progmodes/python.el (python-shell-send-buffer): Better handling
6883         of "if __name__ == '__main__':" conditionals when sending the buffer.
6885 2012-09-24  Glenn Morris  <rgm@gnu.org>
6887         * eshell/esh-cmd.el (eshell-find-alias-function):
6888         Tighten up file-name regexp.  (Bug#12499)
6890 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6892         Enhancements for triple-quote string syntax.
6893         * progmodes/python.el (python-quote-syntax): Remove.
6894         (python-syntax-propertize-function): New value.
6895         (python-syntax-count-quotes, python-syntax-stringify):
6896         New functions.
6898 2012-09-24  Chong Yidong  <cyd@gnu.org>
6900         * mail/supercite.el (sc-version): Remove obsolete function.
6901         (sc-describe): Don't mark as obsolete, since it is bound.
6902         (sc-submit-bug-report): Remove.
6904         * vc/log-edit.el (cvs-changelog-full-paragraphs)
6905         (cvs-commit-buffer-require-final-newline): Remove.
6906         (log-edit-require-final-newline)
6907         (log-edit-changelog-full-paragraphs): Default to t.
6909         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6910         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6911         * vc/vc.el (vc-checkout-carefully): Likewise.
6913         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6914         (emerge-version): Remove.
6916         * progmodes/compile.el (compile-internal): Remove.
6917         (compilation-parse-errors-function): Fix typo.
6919         * international/mule.el (set-char-table-default): Remove.
6920         (set-coding-priority, make-coding-system, generic-char-p)
6921         (charset-list, charset-bytes, charset-id): Use declare to mark
6922         functions as obsolete.
6924         * vc/pcvs-defs.el (cvs-buffer-name-alist)
6925         (cvs-invert-ignore-marks): Remove references to obsolete vars.
6926         * vc/vc-hooks.el (vc-default-registered): Don't use
6927         vc-master-templates.
6929         * font-lock.el (font-lock-reference-face):
6930         Use define-obsolete-variable-alias.
6932         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6933         * calendar/calendar.el (calendar-font-lock-keywords):
6934         * calendar/diary-lib.el (diary-font-lock-keywords)
6935         (diary-fancy-font-lock-keywords):
6936         * textmodes/reftex-sel.el (reftex-insert-docstruct):
6937         * textmodes/reftex-index.el (reftex-insert-index):
6938         * textmodes/reftex-cite.el (reftex-format-bib-entry):
6939         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6940         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6941         * progmodes/prolog.el (prolog-font-lock-keywords):
6942         * progmodes/idlwave.el (idlwave-idl-keywords):
6943         * progmodes/ada-mode.el (ada-font-lock-keywords):
6944         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6946 2012-09-24  Glenn Morris  <rgm@gnu.org>
6948         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6950 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
6952         * progmodes/python.el (python-indent-line): More consistent cursor
6953         movement behavior.
6955 2012-09-23  Stefan Merten  <smerten@oekonux.de>
6957         * textmodes/rst.el: Fix compiler warning.
6959 2012-09-23  Roland Winkler  <winkler@gnu.org>
6961         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6962         Transcribe also LaTeX hyphenation.
6963         (bibtex-reformat): Bug fix. Do not quote twice the elements of
6964         bibtex-reformat-previous-options.
6966 2012-09-23  Roland Winkler  <winkler@gnu.org>
6968         * proced.el (proced-renice-command): New variable.
6969         (proced-marked-processes): New function.
6970         (proced-with-processes-buffer): New macro.
6971         (proced-send-signal): Use them.
6972         (proced-renice): New command bound to r.
6974 2012-09-23  Roland Winkler  <winkler@gnu.org>
6976         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6977         ibuffer-saved-filter-groups has one element, shortcut the call of
6978         completing-read.  (Bug#12331)
6980 2012-09-23  Chong Yidong  <cyd@gnu.org>
6982         * bindings.el (mode-line-toggle-read-only):
6983         * bs.el (bs-toggle-readonly):
6984         * buff-menu.el (Buffer-menu-toggle-read-only):
6985         * dired.el (dired-toggle-read-only):
6986         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6988 2012-09-23  Chong Yidong  <cyd@gnu.org>
6990         * image.el (image-type-available-p): Adapt to init-image-library
6991         argument changes.
6993 2012-09-22  Juri Linkov  <juri@jurta.org>
6995         * dired.el (dired-mode-map): Add [remap read-only-mode] for
6996         `dired-toggle-read-only'.  (Bug#12462)
6998 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7000         * subr.el (temp-output-buffer-show): New function.
7001         (with-output-to-temp-buffer): Call temp-output-buffer-show
7002         instead of internal-temp-output-buffer-show.
7004 2012-09-22  Chong Yidong  <cyd@gnu.org>
7006         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7007         (Bug#12462).
7009         * repeat.el (repeat): Doc fix (Bug#12348).
7011         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7012         (Bug#10909).
7014         * simple.el (shell-command-on-region): Doc fix.
7015         (read-only-mode): Doc fix.
7017 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
7019         * emacs-lisp/timer.el (run-with-idle-timer)
7020         (timer-activate-when-idle): Warn against reinvoking an idle timer
7021         from within its own timer action.  (Bug#12447)
7023 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7025         * cus-start.el (window-combination-limit): Add new optional
7026         values.
7027         * window.el (temp-buffer-window-show)
7028         (window--try-to-split-window): Handle new values of
7029         window-combination-limit (Bug#1806).
7030         (split-window): Test window-combination-limit for t instead of
7031         non-nil.
7032         (display-buffer-at-bottom): New buffer display action function.
7033         * help.el (temp-buffer-resize-regexps): New option.
7034         (temp-buffer-resize-mode): Rewrite doc-string.
7035         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7036         Don't resize reused window.  Suggested by Glenn Morris.
7038 2012-09-22  Stefan Merten  <smerten@oekonux.de>
7040         * textmodes/rst.el: Revamp section title faces.
7041         (rst-official-version)
7042         (rst-package-emacs-version-alist): Sync with official version
7043         V1.4.0.
7044         (rst-faces-defaults, rst-set-level-default)
7045         (rst-level-face-max, rst-level-face-base-color)
7046         (rst-level-face-base-light, rst-level-face-format-light)
7047         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7048         (rst-adornment-faces-alist): Match new setup.
7049         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7050         (rst-level-5, rst-level-6): New faces.
7052 2012-09-22  Chong Yidong  <cyd@gnu.org>
7054         * simple.el (undo): Handle indirect buffers (Bug#8207).
7056 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7058         IDO: Disable match re-ordering for buffer switching.
7059         * ido.el (ido-buffer-disable-smart-matches): New variable.
7060         (ido-set-matches-1): Use it.  (Bug#2042)
7062 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
7064         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7065         Fix 2011-05-17 change.  (Bug#12418)
7067 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7069         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7071 2012-09-21  Glenn Morris  <rgm@gnu.org>
7073         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7074         Be more robust about locating simple.el.
7076 2012-09-21  Glenn Morris  <rgm@gnu.org>
7078         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7080 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
7082         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
7084 2012-09-20  Juri Linkov  <juri@jurta.org>
7086         * replace.el (query-replace-read-from): Use `read-regexp' instead
7087         of `read-from-minibuffer' when `regexp-flag' is non-nil.
7088         (occur-read-primary-args): Use `read-regexp' instead of
7089         `read-string'.
7090         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7091         `read-from-minibuffer'.
7092         * isearch.el (isearch-occur): Use `read-regexp' instead of
7093         `read-string'.
7094         * dired.el (dired-read-regexp): Use `read-regexp' instead of
7095         `read-from-minibuffer'.
7096         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7097         of `read-string'.  (Bug#7567)
7099         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7100         and allow accepting a list of strings prepended to a list of
7101         standard default values.  Doc fix.  (Bug#12321)
7103         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
7105         * replace.el (read-regexp): Don't add ": " when PROMPT already
7106         ends with a colon and space.  (Bug#12321)
7108 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
7110         * doc-view.el (doc-view-display): Better fix for the cl-assertion
7111         error.
7113 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7115         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7116         Fixes feature request bug#11711.
7117         (rst-mode): Create `imenu-create-index-function'.
7118         (rst-get-stripped-line): Delete after refactoring.
7119         (rst-section-tree, rst-section-tree-rec)
7120         (rst-section-tree-point): Refactor and document properly.
7121         (rst-imenu-find-adornments-for-position)
7122         (rst-imenu-convert-cell, rst-imenu-create-index):
7123         New function.
7125 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7127         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7128         (macroexp--expand-all): Use it.
7129         (macroexp--funcall-and-return): Remove by folding it into its sole
7130         caller (macroexp--warn-and-return).
7131         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7132         Use macroexp--obsolete-warning.
7134         * calc/calc.el: Fix last change by removing the whole chunk, since it
7135         was only needed back when Calc was not bundled.
7137 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7139         * emacs-lisp/debug.el (debug): Restore assignment to
7140         debugger-old-buffer removed on 2012-09-08.
7142 2012-09-20  Juri Linkov  <juri@jurta.org>
7144         * dired-aux.el (dired-diff): Remove (require 'diff) since
7145         `diff-latest-backup-file' is now autoloaded.
7147 2012-09-20  Chong Yidong  <cyd@gnu.org>
7149         * vc/diff.el (diff-latest-backup-file): Autoload.
7151 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7153         * calc/calc.el: Remove redundant autoload shape check.
7154         (sel-mode): Don't defvar.
7155         (calc-get-stack-element): Add `sel-mode' arg instead.
7156         (calc-top, calc-top-list): Pass it this additional argument.
7157         * calc/calc-store.el (calc-store-map):
7158         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7159         (calc-map-equation, calc-outer-product, calc-inner-product):
7160         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7162         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7164 2012-09-19  Juri Linkov  <juri@jurta.org>
7166         * dired-aux.el (dired-diff): Add (require 'diff) because
7167         `diff-latest-backup-file' is not autoloaded.
7168         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7169         of `dired-get-filename' to t to not report error when there is
7170         no default file on the current line.
7172 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7174         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7175         macroexp--eval-if-compile.
7176         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7177         (macroexp--expand-all): Use them (bug#12371).
7179         * doc-view.el (doc-view-guess-paper-size)
7180         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7182 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7184         New feature: set optimal slice from BoundingBox information.
7185         * doc-view.el (doc-view-mode-map): Add keybinding.
7186         (doc-view-menu): Add menu entry.
7187         (doc-view-set-slice): Adapt docstring.
7188         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7189         (doc-view-scale-bounding-box)
7190         (doc-view-set-slice-from-bounding-box): New functions.
7191         (doc-view-paper-sizes): New defvar.
7193 2012-09-19  Glenn Morris  <rgm@gnu.org>
7195         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7196         (byte-compile-log-warning): Autoload.  (Bug#12371)
7198         * calendar/calendar.el (calendar-american-month-header)
7199         (calendar-european-month-header, calendar-iso-month-header)
7200         (calendar-month-header): New options.
7201         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7202         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7204 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7206         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7208 2012-09-18  Juri Linkov  <juri@jurta.org>
7210         * dired-aux.el (dired-diff): Restore original functionality of
7211         getting the default value, but keep new feature of using the
7212         latest existing backup file (`diff-latest-backup-file').
7214 2012-09-18  Juri Linkov  <juri@jurta.org>
7216         * dired.el (dired-mark): If the region is active in Transient Mark
7217         mode, mark all files in the active region.  Doc fix.
7218         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7219         Doc fix.  (Bug#10624)
7221 2012-09-18  Juri Linkov  <juri@jurta.org>
7223         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7224         attributes for M-n are pulled from the file at point.
7225         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7226         Suggested by Drew Adams.  (Bug#10624)
7228 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7230         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7231         whitespace after "end".
7232         (ruby-do-end-to-brace): Collapse block to one line if it fits
7233         within fill-column.
7235 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7237         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7238         value.
7239         (debug): Don't remove debugger window when debugger is expected
7240         to be back.
7242 2012-09-18  Chong Yidong  <cyd@gnu.org>
7244         * custom.el (defface): Doc fix.
7246         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7248 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7250         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7251         to initialize query-on-exit; then test that instead (bug#12288).
7253 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7255         * textmodes/rst.el: Add support for `testcover'.
7256         (rst-defcustom-testcover, rst-testcover-add-compose)
7257         (rst-testcover-add-1value): New functions.
7258         (rst-portable-mark-active-p): Replace by `use-region-p'.
7259         (rst-update-section, rst-classify-adornment)
7260         (rst-find-title-line): Mark `1value' forms.
7261         (rst-classify-adornment): Remove superfluous form.
7262         (rst-update-section, rst-get-adornments-around)
7263         (rst-adornment-complete-p, rst-get-next-adornment)
7264         (rst-adjust, rst-promote-region)
7265         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7266         (rst-find-pfx-in-region, rst-section-tree-rec)
7267         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7268         (rst-toc-node, rst-toc, rst-forward-section)
7269         (rst-iterate-leftmost-paragraphs)
7270         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7271         (rst-bullet-list-region)
7272         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7273         (rst-compile-find-conf, rst-compile)
7274         (rst-repeat-last-character): Fix style.
7276 2012-09-17  Chong Yidong  <cyd@gnu.org>
7278         * comint.el (comint--complete-file-name-data): Don't add a space
7279         if the status is `sole'; that adds a gratuitous space in the
7280         completion-cycling case (Bug#12092).
7282         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7284 2012-09-17  Richard Stallman  <rms@gnu.org>
7286         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7287         only in the mime-shown mode, not in raw mode.
7288         (rmail-mime): Toggle off mime by displaying the message without
7289         mime processing.  (Bug#12305)
7291         * mail/rmail.el (rmail-retry-failure):
7292         Turn off mime processing first.  (Bug#12037)
7294         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7296 2012-09-17  Chong Yidong  <cyd@gnu.org>
7298         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7299         (shell-dynamic-complete-functions): Convert to defcustom.
7300         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7302         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7303         * comint.el (comint-prompt-read-only):
7304         * custom.el (defcustom):
7305         * hi-lock.el (hi-lock-mode):
7306         * ibuffer.el (ibuffer-formats):
7307         * ielm.el (ielm-prompt-read-only):
7308         * novice.el (disable-command):
7309         * saveplace.el (toggle-save-place):
7310         * speedbar.el (speedbar-supported-extension-expressions):
7311         * startup.el (auto-save-list-file-prefix, init-file-user)
7312         (after-init-hook, inhibit-startup-echo-area-message):
7313         * strokes.el (strokes-help):
7314         * time-stamp.el (time-stamp):
7315         * calendar/calendar.el (calendar, diary-file):
7316         * calendar/diary-lib.el (diary-mail-entries, diary)
7317         (diary-list-entries-hook):
7318         * calendar/holidays.el (holidays, calendar-holidays):
7319         * calendar/lunar.el (lunar-phases):
7320         * calendar/solar.el (sunrise-sunset):
7321         * emulation/edt.el (edt-load-keys):
7322         * emulation/viper.el (viper-mode):
7323         * eshell/em-alias.el (eshell-command-aliases-list):
7324         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7325         * international/ogonek.el (ogonek-information):
7326         * net/tramp-cmds.el (tramp-bug):
7327         * net/quickurl.el (quickurl-reread-hook-postfix):
7328         * play/decipher.el (decipher-font-lock-keywords):
7329         * progmodes/cc-styles.el (c-set-style):
7330         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7331         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7332         * progmodes/octave-mod.el (octave-mode):
7333         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7334         * progmodes/verilog-mode.el (verilog-read-defines):
7335         * textmodes/two-column.el (2C-mode): Likewise.
7337 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7339         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7340         that holds many addresses.
7342 2012-09-16  Chong Yidong  <cyd@gnu.org>
7344         * align.el (align-areas): Call the indication function with
7345         positions instead of markers for arguments (Bug#12343).
7347         * files.el (parse-colon-path): Use split-string (Bug#12351).
7349         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7350         (display-buffer-function): Mark as obsolete.
7352         * progmodes/compile.el (compilation-parse-errors): Accept list
7353         values similar to font-lock-keywords (Bug#12136).
7354         Suggested by Oleksandr Manzyuk.
7355         (compilation-error-regexp-alist): Doc fix.
7357 2012-09-15  Glenn Morris  <rgm@gnu.org>
7359         * version.el (emacs-bzr-version-bzr): New function.
7360         (emacs-bzr-get-version): Add optional EXTERNAL argument.
7362         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7363         checkouts, check the parent dirstate matches the branch.
7364         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
7365         empty string.
7367         * version.el (emacs-bzr-version): Doc fix.
7368         (emacs-bzr-version-dirstate): New function.
7369         (emacs-bzr-get-version): For lightweight checkouts, if the parent
7370         is local try and check that it matches the branch.  If not, just
7371         use dirstate information.  (Bug#12441)
7373 2012-09-14  Juri Linkov  <juri@jurta.org>
7375         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7376         (Bug#12399)
7378 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7382         * emacs-lisp/edebug.el: Miscellaneous cleanup.
7383         Remove obsolete byte-compiler hack that tried to silence some warnings.
7384         (edebug-submit-bug-report): Remove.
7385         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7386         Remove aliases, use the un-prefixed name instead.
7387         (edebug-pop-to-buffer): Consider other frames.
7388         (edebug-original-read):: Make it more obvious that it's always defined.
7389         (edebug--make-form-data-entry, edebug--form-data-name)
7390         (edebug--form-data-begin, edebug--form-data-end): Rename from the
7391         single-dashed name, and implement with cl-defstruct.
7392         (edebug-set-form-data-entry): Use the standard accessors.
7393         (edebug-make-top-form-data-entry): Use push.
7394         (edebug-no-match): Drop useless `funcall'.
7395         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7396         to functions.
7397         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7398         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7399         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7400         (easy-menu-define, with-custom-print): Remove redundant specs.
7401         (edebug-outside-overriding-local-map)
7402         (edebug-outside-overriding-terminal-local-map): Remove, unused.
7403         (edebug--display): Bind unread-command-events directly to nil rather
7404         than binding it to unread-command-events and later setting it to nil.
7405         (edebug--display): Kill edebug-eval-buffer here...
7406         (edebug--recursive-edit): ...rather than here.
7407         Bind standard-output and standard-input.
7408         (edebug-eval): Check cl-macroexpand-all is fboundp.
7409         (edebug-temp-display-freq-count): Fix last change.
7411         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7412         * subr.el (noreturn, 1value): Add `debug' spec.
7413         * emacs-lisp/advice.el: Require cl-lib.
7414         (ad-copy-tree): Remove, use copy-tree instead.
7415         (ad-dolist): Remove use dolist or cl-dolist instead.
7416         (ad-do-return): Remove, use cl-return instead.
7417         (defadvice): Add `debug' spec.
7419 2012-09-13  Juri Linkov  <juri@jurta.org>
7421         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7422         (Bug#12399)
7424 2012-09-13  Glenn Morris  <rgm@gnu.org>
7426         * calc/calc.el (math-compose-expr):
7427         * calc/calc-ext.el (math-compose-expr):
7428         * progmodes/cc-defs.el (cl-macroexpand-all):
7429         * progmodes/cc-langs.el (delete-duplicates, mapcan)
7430         (cl-macroexpand-all): Update declarations.
7432         * vc/vc.el: No need to require ediff.
7433         (ediff-load-version-control): Declare.
7434         (ediff-vc-internal): Fix declaration.
7435         (vc-version-ediff): Require ediff.
7437 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7439         Use a more backwards-compatible timer format (Bug#12430).
7440         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7441         being right after USECS, as that better supports old code that
7442         inadvisedly looked directly at the timer vector.
7444 2012-09-13  Kenichi Handa  <handa@gnu.org>
7446         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7447         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7448         `coding-priority' property of these language environment.
7450 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7452         Fix glitches caused by addition of psec to timers (Bug#12430).
7453         * image.el (image-animate-timer):
7454         * time.el (display-time-world-timer):
7455         Use timer--function and timer--args rather than raw access to
7456         timer vector.
7458 2012-09-13  Glenn Morris  <rgm@gnu.org>
7460         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7461         If not compiling a file, try using load-file-name.
7463 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7465         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7466         Fix last change.
7467         (edebug-update-eval-list): Use `push'.
7469         * emacs-lisp/edebug.el: Use lexical-binding.
7470         Remove the "edebug-" prefix from non-dynamically-scoped variables.
7471         Mark unused args with underscore.
7472         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7473         (edebug-form-data): Use defvar-local.
7474         (edebug-make-before-and-after-form, edebug-make-after-form):
7475         Use backquote.
7476         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7477         Not dynamically scoped any more.
7478         (edebug--enter-trace): Add arguments `function' and `args'.
7479         Rename from edebug-enter-trace.
7480         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
7481         (edebug--update-coverage): Add `after-index' and `value' args.
7482         Rename from edebug-update-coverage.
7483         (edebug-slow-after): Call it accordingly.
7484         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
7485         edebug-recursive-edit.
7486         (edebug--display): Call it accordingly.  Add args `value',
7487         `offset-index', and `arg-mode'.  Rename from edebug-display.
7488         (edebug-debugger, edebug): Call it accordingly.
7489         (edebug-eval-display-list): Use dolist.
7491 2012-09-12  Juri Linkov  <juri@jurta.org>
7493         * info.el (Info-search): Don't check for isearch-mode and
7494         isearch-regexp before let-binding search-spaces-regexp to
7495         Info-search-whitespace-regexp.
7496         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7497         search-whitespace-regexp if isearch-lax-whitespace or
7498         isearch-regexp-lax-whitespace is non-nil.
7499         (Info-mode): Don't set local variable search-whitespace-regexp.
7500         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7502 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7504         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7505         (debugger-env-macro): Remove support for unread-command-char.
7507         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7508         the temporary map re-appearing on emulation-mode-map-alists.
7510         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7511         since 22.1.
7513         * ehelp.el (with-electric-help): Accept functions in
7514         electric-help-form-to-execute.
7515         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7516         And replace unread-command-char -> unread-command-events.
7518 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
7520         Sync with Tramp 2.2.6.
7522         * net/tramp.el (tramp-accept-process-output): Don't use
7523         JUST-THIS-ONE in the XEmacs case.
7525         * net/trampver.el: Update release number.
7527 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
7529         * emacs-lisp/debug.el (debugger-previous-window-height):
7530         New variable.
7531         (debug): When debugger-jumping-flag is non-nil try to restore
7532         height of debugger window.  (Bug#8789)
7534 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7537         overriding-local-map and pre/post-command-hook here.
7538         (edebug-recursive-edit): Do it here instead (bug#12345).
7539         (edebug-outside-unread-command-char): Remove all uses of
7540         unread-command-char.
7542         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7543         inhibit-debugger is bound instead.
7545 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7547         * subr.el (set-temporary-overlay-map): Add a docstring.
7548         (Bug#12346)
7550 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7552         * minibuffer.el (completion-table-subvert): Fix docstring.
7553         (Bug#12347)
7555 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7557         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
7559 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
7561         * progmodes/sql.el: Version 3.1
7562         (sql-db2-escape-newlines): New variable.
7563         (sql-escape-newlines-filter): Use it.
7565 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
7567         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7569 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
7571         * vc/diff-mode.el (diff-mode-menu):
7572         Bind diff-remove-trailing-whitespace.
7574 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7576         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7577         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7578         (emacs-lisp-byte-code-mode): New functions.
7579         (eval-sexp-add-defvars): Don't skip defvars in column >0.
7580         (eval-defun-2): Remove bogus interactive spec.
7581         (lisp-indent-line): Remove redundant whole-exp code, now done in
7582         indent-according-to-mode.
7583         (save-match-data): Remove redundant indent data.
7585         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7586         Use `declare'.
7588 2012-09-09  Juri Linkov  <juri@jurta.org>
7590         * replace.el (replace-regexp-lax-whitespace): New defcustom.
7591         (replace-lax-whitespace, query-replace-regexp)
7592         (query-replace-regexp-eval, replace-regexp): Doc fix.
7593         (perform-replace, replace-highlight): Let-bind
7594         isearch-lax-whitespace to replace-lax-whitespace and
7595         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7597         * isearch.el (isearch-query-replace): Let-bind
7598         replace-lax-whitespace to isearch-lax-whitespace and
7599         replace-regexp-lax-whitespace to
7600         isearch-regexp-lax-whitespace.  (Bug#10885)
7602 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7604         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7606 2012-09-09  Alan Mackenzie  <acm@muc.de>
7608         * progmodes/cc-engine.el (c-state-cache-init):
7609         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7610         (c-record-parse-state-state):
7611         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7613 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
7615         * register.el (register-separator): Rename from
7616         separator-register.  All uses changed.  Doc fix.
7617         (register): Fix version.
7619 2012-09-09  Chong Yidong  <cyd@gnu.org>
7621         * replace.el (query-replace-map): Bind four new symbols for
7622         requesting window scrolling.
7624         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7625         query-replace-map (Bug#8948).
7627         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7629         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7630         since they are now in query-replace-map.
7632         * window.el (scroll-other-window-down): Make the arg optional.
7634 2012-09-09  Chong Yidong  <cyd@gnu.org>
7636         * files.el (hack-local-variables-confirm): Use quit-window to kill
7637         the *Local Variables* buffer.
7639 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7641         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7642         not just expect to be at its beginning.  Adjust callees.
7643         Succeed when do-end block has no space before the pipe character.
7644         (ruby-brace-to-do-end): When the original block is one-liner,
7645         convert to multiline.  Reindent the result.
7647 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
7649         * register.el (register): New group.
7650         (separator-register): New user option.
7651         (increment-register): Route it to `append-to-register', if
7652         register contains text.  Implication is that `C-x r +' can now be
7653         used for appending to a text register (bug#12217).
7654         (append-to-register, prepend-to-register): Add separator based on
7655         `separator-register'.
7657 2012-09-08  Alan Mackenzie  <acm@muc.de>
7659         AWK Mode: make auto-newline work when there's "==" in the pattern.
7660         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7661         correctly.
7662         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7663         Test more rigorously for "=" token.
7665 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7667         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7668         Only fail when reached LIMIT.
7670 2012-09-08  Chong Yidong  <cyd@gnu.org>
7672         * dired.el (dired-mode-map): Don't bind M-=.
7674         * dired-aux.el (dired-diff): Use backup file as default.
7676 2012-09-08  Drew Adams  <drew.adams@oracle.com>
7678         * subr.el (add-to-history): Fix delete usage (Bug#12314).
7680 2012-09-08  Chong Yidong  <cyd@gnu.org>
7682         * subr.el (syntax-after, syntax-class): Doc fix.
7684 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
7686         * window.el (display-buffer-in-previous-window): New buffer
7687         display action function.
7689         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7690         (debugger-previous-window): New variable.
7691         (debug): Rewrite using display-buffer-in-previous-window,
7692         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
7694 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7696         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
7698 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
7700         * progmodes/python.el (python-shell-send-string):
7701         When default-directory is remote, create temp file on remote
7702         filesystem.
7703         (python-shell-send-file): When file is remote, pass local view of
7704         file paths to remote Python interpreter.  (Bug#12340)
7706 2012-09-07  Chong Yidong  <cyd@gnu.org>
7708         * window.el (switch-to-buffer): Doc fix (Bug#12181).
7710         * files.el (after-find-file): Don't fail on a read-only buffer if
7711         require-final-newline is `visit' or `visit-save' (Bug#11156).
7713         * subr.el (read-char-choice): Allow quitting via ESC ESC.
7715         * userlock.el (ask-user-about-supersession-threat):
7716         Use read-char-choice (Bug#12093).
7718 2012-09-07  Chong Yidong  <cyd@gnu.org>
7720         * subr.el (buffer-narrowed-p): New function.
7722         * ses.el (ses-widen):
7723         * simple.el (count-words--buffer-message):
7724         * net/browse-url.el (browse-url-of-buffer): Use it.
7726         * simple.el (count-words-region): Don't signal an error if there
7727         is a non-nil prefix arg and the mark is not set.
7729         * help.el (describe-key-briefly): Allow the message to be seen
7730         when invoked from the minibuffer (Bug#7014).
7732 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7734         * progmodes/ruby-mode.el (ruby-end-of-defun)
7735         (ruby-beginning-of-defun): Simplify, allow indentation before
7736         block beginning and end keywords.
7737         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7738         (ruby-end-of-defun): Expect that the point is at the beginning of
7739         the defun.
7741 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7743         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7744         (bug#12367).
7745         (cl--make-usage-args): Strip _ from argument names.
7747 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7749         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7750         obsolete alias speedbar-key-map.
7751         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7752         (vhdl-index-menu-init): Don't use obsolete variable
7753         font-lock-maximum-size.
7755 2012-09-06  Chong Yidong  <cyd@gnu.org>
7757         * frame.el (window-system-version): Mark as obsolete.
7759         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7760         of obsolete variable speedbar-key-map.
7762 2012-09-06  Juri Linkov  <juri@jurta.org>
7764         * replace.el (replace-lax-whitespace): New defcustom.
7765         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7766         (replace-string, replace-regexp): Mention it in docstrings.
7767         (perform-replace, replace-highlight): Let-bind
7768         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7769         to the values of replace-lax-whitespace and regexp-flag.
7770         Don't let-bind search-whitespace-regexp.  (Bug#10885)
7772         * isearch.el (isearch-query-replace): Let-bind
7773         replace-lax-whitespace instead of let-binding
7774         replace-search-function and replace-re-search-function.
7775         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7776         and isearch-regexp-lax-whitespace to lazy-highlight variables.
7777         (isearch-toggle-symbol): Set isearch-regexp to nil
7778         in isearch-word mode (like in isearch-toggle-word).
7780 2012-09-06  Juri Linkov  <juri@jurta.org>
7782         * replace.el (replace-search-function)
7783         (replace-re-search-function): Set default values to nil.
7784         (perform-replace): Let-bind isearch-related variables based on
7785         replace-related values, call `isearch-search-fun' and let-bind
7786         the result to `search-function'.  Remove code that sets
7787         `search-function' and `search-string' separately for
7788         `delimited-flag'.
7789         (replace-highlight): Add new argument `delimited-flag' and
7790         rename other arguments to the names used in `perform-replace'.
7791         Let-bind `isearch-word' to the argument `delimited-flag'.
7792         (Bug#10885, bug#10887)
7794 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7796         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7797         ruby-beginning-of-indent, simplify, allow all keywords to have
7798         indentation before them.
7799         (ruby-beginning-of-indent): Adjust for above.  Search until the
7800         found point is not inside a string or comment.
7801         (ruby-font-lock-keywords): Allow symbols to start with "@"
7802         character, give them higher priority than variables.
7803         (ruby-syntax-propertize-function)
7804         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7805         matchers.  Expression expansions are not comments when inside a
7806         string, and there comment syntax status is irrelevant.
7807         (ruby-match-expression-expansion): New function.  Check that
7808         expression expansion is inside a string, and it's not escaped.
7809         (ruby-font-lock-keywords): Use it.
7811 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
7813         * help.el (temp-buffer-max-height): New default value.
7814         (temp-buffer-resize-frames): New option.
7815         (resize-temp-buffer-window): Optionally resize frame.
7817         * window.el (fit-frame-to-buffer-bottom-margin): New option.
7818         (fit-frame-to-buffer): New function.
7820 2012-09-05  Glenn Morris  <rgm@gnu.org>
7822         * emulation/cua-rect.el (cua--init-rectangles):
7823         * textmodes/picture.el (picture-mode-map):
7824         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7825         like forward-char and backward-char.  (Bug#12317)
7827 2012-09-05  Leo Liu  <sdl.web@gmail.com>
7829         * progmodes/flymake.el (flymake-warning-re): New variable.
7830         (flymake-parse-line): Use it.
7832 2012-09-05  Glenn Morris  <rgm@gnu.org>
7834         * calendar/holidays.el (holiday-christian-holidays):
7835         Rename an entry.  (Bug#12289)
7837 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7839         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7840         (bug#12222).
7842 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7844         * loadup.el: Load macroexp.  Remove hack.
7845         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7846         (macroexp--expand-all): Use it to get better warnings.
7847         (macroexp--backtrace, macroexp--trim-backtrace-frame)
7848         (internal-macroexpand-for-load): New functions.
7849         (macroexp--pending-eager-loads): New var.
7850         (emacs-startup-hook): New hack to replace one in loadup.el.
7851         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7852         (cl--compiler-macro-cXXr): Move to top, before they can be used.
7853         (cl-psetf): Simplify.
7854         (cl-defstruct): Add indent rule.
7856 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
7858         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7859         over `user-mail-address' for the SMTP MAIL FROM envelope.
7860         (smtpmail-via-smtp): Ditto.
7862 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
7864         * progmodes/ruby-mode.el: Clean up keybindings.
7865         (ruby-mode-map): Don't bind ruby-electric-brace,
7866         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7867         backward-kill-word, reindent-then-newline-and-indent.
7868         (ruby-mark-defun): Remove.
7869         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
7870         (ruby-mode): Set local beginning-of-defun-function and
7871         end-of-defun-function values.
7873 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
7875         * window.el (temp-buffer-window-setup-hook)
7876         (temp-buffer-window-show-hook): New hooks.
7877         (temp-buffer-window-setup, temp-buffer-window-show)
7878         (with-temp-buffer-window): New functions.
7879         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7880         (special-display-popup-frame): Make sure the window used shows BUFFER.
7882         * help.el (temp-buffer-resize-mode): Fix doc-string.
7883         (resize-temp-buffer-window): New optional argument WINDOW.
7885         * files.el (recover-file, save-buffers-kill-emacs):
7886         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7888 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
7890         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7891         remote definition of `default-directory', ensure we can connect.
7893 2012-09-02  Juri Linkov  <juri@jurta.org>
7895         Toggle whitespace matching mode with M-s SPC.
7896         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7898         * isearch.el (search-whitespace-regexp): Doc fix.
7899         Remove cons cell customization.
7900         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7901         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7902         New variables.
7903         (isearch-forward, isearch-forward-regexp): Doc fix.
7904         (isearch-toggle-lax-whitespace): New command.
7905         (search-forward-lax-whitespace, search-backward-lax-whitespace)
7906         (re-search-forward-lax-whitespace)
7907         (re-search-backward-lax-whitespace): New functions.
7908         (isearch-whitespace-regexp): Remove function.
7909         (isearch-query-replace): Let-bind replace-search-function and
7910         replace-re-search-function.
7911         (isearch-occur): Let-bind search-spaces-regexp according to the
7912         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7913         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7914         condition for C-q SPC.
7915         (isearch-search-fun-default): Use new functions mentioned above.
7916         (isearch-search-forward, isearch-search-backward): Remove functions.
7917         (isearch-search): Don't let-bind search-spaces-regexp.
7918         (isearch-lazy-highlight-space-regexp): Remove variable.
7919         (isearch-lazy-highlight-lax-whitespace)
7920         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7921         (isearch-lazy-highlight-new-loop): Use them.
7922         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7924 2012-09-02  Chong Yidong  <cyd@gnu.org>
7926         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7928 2012-09-02  Glenn Morris  <rgm@gnu.org>
7930         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
7932 2012-09-01  Glenn Morris  <rgm@gnu.org>
7934         * term.el: Tidy up menu definitions.
7935         (term-mode-map): Use easymenu for In/Out, Complete menus.
7936         (term-pager-break-map): Initialize in the defvar.
7937         (term-terminal-menu, term-signals-menu): Define with easymenu.
7938         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
7939         (term-pager-menu): New, extracted from term-process-pager.
7940         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7941         (term-update-mode-line): Propertize line/char and page items.
7942         (term-process-pager): Move keymap initialization elsewhere.
7944 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
7946         * window.el (switch-to-prev-buffer): Handle additional values of
7947         BURY-OR-KILL argument.  Don't switch in minibuffer window.
7948         (switch-to-next-buffer): Don't switch in minibuffer window.
7949         (quit-restore-window): New function based on quit-window.
7950         Handle additional values of former KILL argument.
7951         (quit-window): Call quit-restore-window with appropriate
7952         interpretation of KILL argument.
7953         (display-buffer-below-selected): New buffer display action
7954         function.
7956 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7958         * minibuffer.el (completion-at-point-functions): Complete docstring
7959         (bug#12254).
7961 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7963         Better seed support for (random).
7964         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7965         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7966         * play/mpuz.el, play/tetris.el, play/zone.el:
7967         * calc/calc-comb.el (math-init-random-base):
7968         * play/blackbox.el (bb-init-board):
7969         * play/life.el (life):
7970         * server.el (server-use-tcp):
7971         * type-break.el (type-break):
7972         Remove unnecessary call to (random t).
7973         * net/sasl.el (sasl-unique-id-function):
7974         Change (random t) to (random), now that the latter is more random.
7975         * play/life.el (life-initialized): Remove no-longer-needed var.
7977 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
7979         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7980         Consider frame's buffer predicate when choosing the buffer.
7981         (Bug#12081)
7983 2012-08-30  Richard Stallman  <rms@gnu.org>
7985         * simple.el (special-mode-map): Delete binding for `z'.
7987 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
7989         * progmodes/compile.el (compilation-always-kill): Doc fix.
7991 2012-08-30  Chong Yidong  <cyd@gnu.org>
7993         * window.el (display-buffer-reuse-frames): Make the obsolescence
7994         message more informative.
7996 2012-08-30  Glenn Morris  <rgm@gnu.org>
7998         * paren.el (show-paren-delay):
7999         Add a :set function.  Doc fix.  (Bug#12297)
8001 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
8003         * progmodes/compile.el (compilation-always-kill): New var.
8004         (compilation-start): Use it.
8006 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8008         * simple.el (read-only-mode): Move from files.el for bootstrapping.
8009         * files.el (read-only-mode): Move to simple.el.
8011         * files.el (read-only-mode): New minor mode.
8012         (toggle-read-only): Use it and mark obsolete.
8013         (find-file--read-only):
8014         * vc/vc.el (vc-next-action, vc-checkout):
8015         * vc/vc-cvs.el (vc-cvs-checkout):
8016         * obsolete/vc-mcvs.el (vc-mcvs-update):
8017         * ffap.el (ffap--toggle-read-only): Update callers.
8019 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
8021         * eshell/esh-ext.el (eshell-external-command): Do not examine
8022         remote shell scripts.
8023         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8025         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8026         "/usr/local/sbin".
8028 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8030         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8032 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8034         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8035         completion-at-point.  (Bug#12220)
8037         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8039         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8041 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8043         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8044         be buffer-local; add delete-trailing-whitespace (bug#12259).
8046 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
8048         * progmodes/hideif.el (hif-compress-define-list):
8049         Fix typo.  (Bug#11951)
8051 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
8053         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8054         buffer local setting.
8056         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8057         rcirc-encode-coding-system.
8059 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8061         * net/rcirc.el (rcirc-split-message): New function.
8062         (rcirc-send-message): Use it.  (Bug#12051)
8064 2012-08-28  Juri Linkov  <juri@jurta.org>
8066         * info.el (Info-fontify-node): Hide empty lines at the end of
8067         the node.  (Bug#12272)
8069 2012-08-27  Drew Adams  <drew.adams@oracle.com>
8071         * dired.el (dired-pop-to-buffer): Make window start at beginning
8072         of buffer (Bug#12281).
8074 2012-08-26  Chong Yidong  <cyd@gnu.org>
8076         * window.el (special-display-regexps, special-display-frame-alist)
8077         (special-display-buffer-names, special-display-function)
8078         (display-buffer-reuse-frames): Mark as obsolete.
8080         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8082         * help.el (help-print-return-message): Don't treat
8083         display-buffer-reuse-frames specially.
8085 2012-08-26  Chong Yidong  <cyd@gnu.org>
8087         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8088         New variable, replacing gdb-frame-parameters.
8089         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8090         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8091         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8092         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8093         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
8094         the functions directly with gdb-display-buffer-other-frame-action.
8095         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8096         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8097         (gdb-display-stack-buffer, gdb-display-locals-buffer)
8098         (gdb-display-registers-buffer): Define directly.
8099         (def-gdb-display-buffer): Macro deleted.
8100         (gdb-display-buffer): Remove second and third args, callers don't
8101         use them.  Defer to the default display-buffer behavior, apart
8102         from making windows dedicated.
8103         (gdb-setup-windows): Don't call display-buffer unnecessarily.
8105         * progmodes/gud.el (gud-display-line): Just use display-buffer.
8107         * window.el (display-buffer-pop-up-frame): Handle a
8108         pop-up-frame-parameters alist entry.
8109         (display-buffer): Document it.
8111 2012-08-26  Chong Yidong  <cyd@gnu.org>
8113         * isearch.el (search-whitespace-regexp): Make string and nil
8114         values apply to both ordinary and regexp search.  Allow a cons
8115         cell value to distinguish between the two.
8116         (isearch-whitespace-regexp, isearch-search-forward)
8117         (isearch-search-backward): New functions.
8118         (isearch-occur, isearch-search-fun-default, isearch-search)
8119         (isearch-lazy-highlight-new-loop): Use them.
8120         (isearch-forward, isearch-forward-regexp): Doc fix.
8122 2012-08-26  Chong Yidong  <cyd@gnu.org>
8124         * faces.el (help-argument-name): Always inherit from italic
8125         (Bug#12213).
8127 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8129         * window.el (window--even-window-heights): Even heights when
8130         WINDOW and the selected window form a vertical combination.
8131         (display-buffer-use-some-window): Provide that window used gets
8132         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8134 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8136         Fix file time stamp problem with bzr and CVS (Bug#12001).
8137         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8138         in the file's time stamp, since the version control system loses
8139         that information.
8141 2012-08-22  Juri Linkov  <juri@jurta.org>
8143         * info.el (Info-fontify-node): Hide the suffix of the
8144         Info file name in the header line.  (Bug#12187)
8146 2012-08-22  Glenn Morris  <rgm@gnu.org>
8148         * calendar/cal-tex.el (cal-tex-weekly-common):
8149         Restore leading blank page.
8151 2012-08-22  Le Wang  <l26wang@gmail.com>
8153         * misc.el (forward-to-word, backward-to-word): Activate or extend
8154         the region under `shift-select-mode'.  (Bug#12231)
8156 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8158         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8159         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8160         gives details on why the space is never needed.
8162 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8164         * window.el (walk-window-tree, window-with-parameter):
8165         New optional argument MINIBUF to control whether these functions
8166         should run on the minibuffer window.
8167         (window-at-side-list): Don't operate on minibuffer window.
8168         (window-in-direction): Simplify and rewrite doc-string.
8169         (window--size-ignore): Rename to window--size-ignore-p.
8170         Update callers.
8171         (display-buffer-in-atom-window, window--major-non-side-window)
8172         (window--major-side-window, display-buffer-in-major-side-window)
8173         (delete-side-window, display-buffer-in-side-window):
8174         New functions.
8175         (window--side-check, window-deletable-p, delete-window)
8176         (delete-other-windows, split-window): Handle side windows and
8177         atomic windows appropriately.
8178         (window--display-buffer): Call display-buffer-record-window also
8179         when the window buffer did not change.
8181 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8183         * help-fns.el (help-fns--key-bindings):
8184         Abbreviate non-symbol remap targets.  (Bug#12174)
8186 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8188         * dired.el (dired-mark-remembered): Don't clobber point.
8189         (Bug#11795)
8191 2012-08-22  Glenn Morris  <rgm@gnu.org>
8193         * progmodes/bug-reference.el (bug-reference): New custom group.
8194         (bug-reference-bug-regexp): Make it a defcustom.
8196 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8198         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8199         (js-paren-indent-offset, js-square-indent-offset)
8200         (js-curly-indent-offset): Add :safe (Bug#12257).
8202 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8204         * json.el (json-key-format): Add error properties.
8205         (json-encode-key): New function.
8206         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8207         Use json-encode-key.
8209 2012-08-22  Glenn Morris  <rgm@gnu.org>
8211         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8212         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8213         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8214         Update for above change.
8216 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8218         * cus-face.el (custom-face-attributes): Fix customize type for the
8219         :underline attribute.  (Bug#11805)
8221 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8223         * window.el (window-point-1, set-window-point-1): Remove.
8224         (window-in-direction, record-window-buffer)
8225         (set-window-buffer-start-and-point, split-window-below)
8226         (window--state-get-1, display-buffer-record-window):
8227         Replace calls to window-point-1 and set-window-point-1 by calls to
8228         window-point and set-window-point respectively.
8230 2012-08-21  Glenn Morris  <rgm@gnu.org>
8232         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8233         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8234         Use it.
8236         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8237         (cal-tex-shortday): New function.
8238         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8239         (cal-tex-cursor-filofax-daily): Use the above.
8241         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8242         New functions.
8243         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8244         (cal-tex-cursor-filofax-week): Use them.
8246         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8247         New constants.
8248         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8249         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8251         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8252         (cal-tex-end-document): Don't rely on buffer name.
8254         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8255         Use cal-tex-vspace.
8256         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8257         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8258         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8259         Use cal-tex-arg.
8261         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8262         (cal-tex-cursor-week, cal-tex-cursor-week2)
8263         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8264         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8265         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8266         (cal-tex-insert-preamble, cal-tex-b-document)
8267         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8268         Improve cal-tex-cmd usage.
8270         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8271         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8272         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8273         (cal-tex-weekly-paper): New function.
8274         (cal-tex-cursor-week, cal-tex-cursor-week2)
8275         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8276         (cal-tex-cursor-day): Use it.
8278         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8279         (cal-tex-cursor-filofax-week): Remove leading blank page.
8281         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8282         Add autoload cookie.  For now at least, don't use color, since
8283         no other cal-tex function does.
8285         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8286         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8287         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8289 2012-08-21  Juri Linkov  <juri@jurta.org>
8291         * info.el (Info-file-attributes): New variable.
8292         (info-insert-file-contents): Add file attributes to
8293         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8294         `Info-toc-nodes' when previous modtime of the Info file is less
8295         than new modtime.
8296         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8297         of info.el.  (Bug#12230)
8299 2012-08-20  Glenn Morris  <rgm@gnu.org>
8301         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8302         * calendar/holidays.el (calendar-holiday-list):
8303         Report errors with display-warning rather than beep'n'sleep.
8305 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8307         * net/tramp.el (tramp-accept-process-output): Accept only output
8308         from PROC.  Otherwise, process filters and sentinels might be
8309         confused.  (Bug#12145)
8311 2012-08-20  Chong Yidong  <cyd@gnu.org>
8313         * descr-text.el (describe-text-properties-1): Use overlays-in to
8314         report on empty overlays (Bug#3322).
8316 2012-08-20  Glenn Morris  <rgm@gnu.org>
8318         * mail/rmailout.el (rmail-output-read-file-name):
8319         Trap and report errors in rmail-output-file-alist elements.
8321         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8322         since most non-font-lock faces are not also variables).
8324 2012-08-20  Edward Reingold  <reingold@iit.edu>
8326         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8327         New function.  (Bug12160)
8329 2012-08-19  Glenn Morris  <rgm@gnu.org>
8331         * mail/rmailout.el (rmail-output-read-file-name):
8332         Fix previous change (when the alist is nil or does not match).
8334 2012-08-19  Chong Yidong  <cyd@gnu.org>
8336         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8337         (Bug#12228).
8339 2012-08-18  Chong Yidong  <cyd@gnu.org>
8341         * simple.el (yank-handled-properties): New defcustom.
8342         (yank-excluded-properties): Add font-lock-face and category.
8343         (yank): Doc fix.
8345         * subr.el (remove-yank-excluded-properties):
8346         Obey yank-handled-properties.  The special handling of font-lock-face
8347         and category is now done this way, instead of being hard-coded.
8348         (insert-for-yank-1): Remove font-lock-face handling.
8349         (yank-handle-font-lock-face-property)
8350         (yank-handle-category-property): New function.
8352 2012-08-17  Glenn Morris  <rgm@gnu.org>
8354         * mail/rmailout.el (rmail-output-read-file-name):
8355         Check rmail-output-file-alist against the full message body
8356         in the correct rmail buffer.  (Bug#12214)
8358 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
8360         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8361         Eliminate superfluous prompt.  (Bug#12203)
8363 2012-08-17  Chong Yidong  <cyd@gnu.org>
8365         * mouse.el (mouse-appearance-menu): If x-select-font returns a
8366         font spec, set the font directly (Bug#3228).
8368 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
8370         * window.el (delete-window): Fix last fix.
8372 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
8374         * window.el (window-valid-p): Move to window.c.
8375         (window-child, window-child-count, window-last-child)
8376         (window-normalize-window, window-combined-p)
8377         (window-combinations, window-atom-root, window-min-size)
8378         (window-sizable, window-sizable-p, window-size-fixed-p)
8379         (window-min-delta, window-max-delta, window--resizable)
8380         (window--resizable-p, window-resizable, window-total-size)
8381         (window-full-height-p, window-full-width-p, window-body-size)
8382         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8383         (minimize-window, window-deletable-p, delete-window)
8384         (delete-other-windows, set-window-buffer-start-and-point)
8385         (next-buffer, previous-buffer, split-window, balance-windows-2)
8386         (set-window-text-height, window-buffer-height)
8387         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8388         (truncated-partial-width-window-p): Minor code adjustments.
8389         In doc-strings state whether the argument window has to denote a
8390         live, valid or any window.
8392 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
8394         * progmodes/subword.el (subword-forward-function)
8395         (subword-backward-function, subword-forward-regexp)
8396         (subword-backward-regexp): New variables.
8397         (subword-forward, subword-forward-internal, subword-backward-internal):
8398         Use new variables, eg so that different "word" definitions
8399         can be easily used.  (Bug#11411)
8401 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8404         for composite selectors.
8405         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8406         operation just because we can't find a previous revision.
8408 2012-08-15  Chong Yidong  <cyd@gnu.org>
8410         * frame.el (set-frame-font): Accept font objects.
8412 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8414         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8416 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
8418         * man.el (Man-overstrike-face, Man-underline-face)
8419         (Man-reverse-face): Remove variables.
8420         (Man-overstrike, Man-underline, Man-reverse): New faces.
8421         (Man-fontify-manpage): Use them instead of the variables.
8422         (Man-cleanup-manpage): Comment change.
8423         (Man-ansi-color-map): New variable.
8424         (Man-fontify-manpage): Use it.
8425         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8427         Implement ANSI SGR parameters 22-27 (bug#12146).
8428         * ansi-color.el (ansi-colors): Doc fix.
8429         (ansi-color-context, ansi-color-context-region): Doc fix.
8430         (ansi-color--find-face): New function.
8431         (ansi-color-apply, ansi-color-apply-on-region): Use it.
8432         Rename the local variable `face' to `codes' since it is now a list of
8433         ansi codes.  Doc fix.
8434         (ansi-color-get-face): Remove.
8435         (ansi-color-parse-sequence): New function, derived from
8436         ansi-color-get-face.
8437         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
8438         codes 22-27.
8440 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8442         * subr.el (read-passwd): Allow use from a minibuffer.
8444 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
8446         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8447         inside comments and strings as identifiers.
8449         * progmodes/gud.el (gud-tooltip-print-command): Quote the
8450         expression to evaluate.  This allows to evaluate expressions with
8451         embedded whitespace.
8452         (gud-tooltip-tips): Add a blank before the newline in the
8453         message-box text, for the benefit of message-box emulation on
8454         MS-Windows.
8456         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8457         messages from GDB, pop them up in a tooltip to give feedback to
8458         user.
8459         (gdb-tooltip-print-1): Quote the expression to evaluate.
8460         This allows to evaluate expressions with embedded whitespace.
8461         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8462         if the TTY name is nil or empty (which happens when communicating
8463         with the inferior via pipes, e.g. on MS-Windows).
8464         (gdb-internals): If GDB sends a "&\n" empty debugging message,
8465         don't send that to the GUD buffer.
8467 2012-08-14  Glenn Morris  <rgm@gnu.org>
8469         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8470         Optimize away setq-default with no args, as for setq.  (Bug#12195)
8472 2012-08-14  Chong Yidong  <cyd@gnu.org>
8474         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8476         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8477         (Bug#12085).
8479 2012-08-14  Glenn Morris  <rgm@gnu.org>
8481         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8483 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
8485         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8486         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8487         Use cached shell name.
8489 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8491         * progmodes/python.el (python-shell-send-string):
8492         (python-shell-send-setup-code): Do not use `format' with `message'.
8494 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
8496         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8497         (ruby-percent-literal-beg-re): New constant.
8498         (ruby-syntax-general-delimiters-goto-beg): Rename to
8499         `ruby-syntax-enclosing-percent-literal', improve literal type check.
8500         (ruby-syntax-propertize-general-delimiters): Rename to
8501         `ruby-syntax-propertize-percent-literal', it's a shorter and more
8502         popular term.  Adjust comments everywhere.
8503         (ruby-syntax-propertize-percent-literal): Only propertize when not
8504         inside a simple string or comment.  When the literal is unclosed,
8505         leave the text after it unpropertized.
8506         (ruby-syntax-methods-before-regexp): New constant.
8507         (ruby-syntax-propertize-function): Use it to recognize regexps.
8508         Don't look at the text after regexp, just use the whitelist.
8510 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
8512         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8513         non-nil always load the compiled file if it exists.  (Bug#12197)
8515 2012-08-14  Chong Yidong  <cyd@gnu.org>
8517         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8518         (hi-lock-set-pattern): When deciding whether to use font lock or
8519         overlays, look at font-lock-mode instead of font-lock-fontified
8520         (Bug#12168).
8521         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8522         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8524 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
8526         * subr.el (internal--after-with-selected-window): Fix typo
8527         (Bug#12193).
8529 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8531         Use `completion-table-dynamic' for completion functions.
8532         * progmodes/python.el
8533         (python-shell-completion--do-completion-at-point)
8534         (python-shell-completion--get-completions):
8535         Remove functions.
8536         (python-shell-completion-complete-at-point): New function.
8537         (python-completion-complete-at-point): Use it.
8539 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
8541         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8542         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8544 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * subr.el (function-get): Refine `autoload' arg so it can also
8547         autoload functions for gv.el (bug#12191).
8548         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8549         autoloads macros.
8551         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8552         Prefer pcase-let over destructuring-bind.
8553         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8554         Also, remove whitespace as we go, rather than after accumulating the
8555         various places.
8557         * subr.el (internal--before-with-selected-window)
8558         (internal--after-with-selected-window): Fix typo seleted->selected.
8559         (with-selected-window): Adjust callers.
8560         Reported by Dmitry Gutov <dgutov@yandex.ru>.
8562 2012-08-13  Bastien Guerry  <bzg@gnu.org>
8564         * window.el (special-display-popup-frame): Minor docstring
8565         enhancement.  (Bug#12172)
8567 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
8569         * tar-mode.el (tar-header-data-end): Only ignore size for files of
8570         type 1-6.
8571         (tar-header-block-summarize, tar-get-descriptor): Handle pax
8572         extended headers.
8574         * files.el (hack-local-variables-filter): Remove useless eval.
8576 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
8578         * subr.el (with-selected-window): Fix last change.
8580 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8582         * subr.el (internal--before-with-seleted-window)
8583         (internal--after-with-seleted-window): New functions.
8584         (with-selected-window): Use them, to replace dependency on
8585         tty-top-frame.
8587 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
8589         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8590         binding for `newline'.
8591         (ruby-move-to-block): When moving backward, stop at block opening,
8592         not indentation.
8593         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8594         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8595         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8596         `ruby-toggle-block'.
8598 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8600         * ibuffer.el (ibuffer-do-toggle-read-only):
8601         * dired.el (dired-toggle-read-only):
8602         * buff-menu.el (Buffer-menu-toggle-read-only):
8603         * bindings.el (mode-line-toggle-read-only):
8604         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8606 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
8608         * descr-text.el (describe-char): Put the overlays over the
8609         "displayed as" character.
8611 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
8613         * calc/calc-units.el (math-default-units-table): Give an
8614         initial value.
8615         (math-put-default-units): Add options to put composite units and
8616         unit systems in the default units table.
8617         (calc-convert-units): Send composite units to
8618         `math-put-default-units' when appropriate.
8620 2012-08-11  Glenn Morris  <rgm@gnu.org>
8622         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8624         * tutorial.el (help-with-tutorial):
8625         * emacs-lisp/copyright.el (copyright-update-directory):
8626         * emacs-lisp/autoload.el (autoload-find-generated-file)
8627         (autoload-find-file): Disable local eval: (for insurance).
8629         * files.el (hack-local-variables-filter): If an eval: form is not
8630         known to be safe, and enable-local-variables is :safe, then ignore
8631         the form totally, as is done for non-eval forms.  (Bug#12155)
8632         This is CVE-2012-3479.
8634 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8636         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8637         (rx-form): Simplify.
8639 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
8641         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8642         ?, _, and : are symbol constituents, ! is not (but kinda should be).
8643         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8644         (ruby-syntax-propertize-function): Adjust for changes in
8645         `ruby-syntax-propertize-heredoc'.
8647 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
8649         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8650         binding (use `M-;' instead).
8651         (ruby-singleton-class-p): New function.
8652         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8654 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8656         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8658 2012-08-10  Chong Yidong  <cyd@gnu.org>
8660         * progmodes/python.el (python-shell-get-process-name): Don't mess
8661         with same-window-buffer-names.
8663         * eshell/eshell.el (eshell-add-to-window-buffer-names)
8664         (eshell-remove-from-window-buffer-names): Make obsolete.
8665         (eshell-buffer-name, eshell-unload-hook): Don't use them.
8666         (eshell): Just use pop-to-buffer-same-window instead.
8668 2012-08-10  Chong Yidong  <cyd@gnu.org>
8670         * bindings.el: Bind M-= back to count-words-region.
8672         * simple.el (count-words-region): Accept a prefix arg for acting
8673         on the entire buffer.
8674         (count-words--buffer-message): New helper function.
8676 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8678         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8679         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8680         (event-start, event-end): Use posn-at-point to return a more
8681         informative posn.
8682         (posnp): New function.
8683         * mouse.el (popup-menu-normalize-position): Use it.
8685 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
8687         * mouse.el (popup-menu-normalize-position): New function.
8688         (popup-menu): Use `popup-menu-normalize-position' to normalize
8689         the form for POSITION argument.
8691         * term/x-win.el (x-menu-bar-open):
8692         Use the value returend from (posn-at-point) as position
8693         passed to `popup-menu'.
8695 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8697         * calc/calccomp.el (math-compose-expr): Add extra argument
8698         indicating that parentheses should be put around products in
8699         denominators.  Give multiplication precedence over division during
8700         composition.
8702 2012-08-09  Chong Yidong  <cyd@gnu.org>
8704         * man.el (Man-switches, Man-sed-command, Man-awk-command)
8705         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8706         (Man-untabify-command, manual-program): Convert to defcustom
8707         (Bug#10429).
8709         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8711         * descr-text.el (describe-char): Don't insert extra newlines
8712         (Bug#10127).
8714         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8715         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8717         * align.el (align-region): Delete temporary markers (Bug#10047).
8718         Plus some code cleanups.
8720 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8722         * progmodes/python.el (python-pdbtrack-tracked-buffer)
8723         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8724         (python-shell-internal-last-output): Use make-local-variable
8725         instead of make-variable-buffer-local.
8727 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8729         * progmodes/python.el: Enhancements to forward-sexp.
8730         (python-nav-forward-sexp): Rename from
8731         python-nav-forward-sexp-function.
8732         (python-nav--forward-sexp, python-nav--backward-sexp):
8733         New functions.
8735 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8737         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8738         modes and simplification modes.
8740 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8742         * delsel.el (delete-selection-pre-hook): Don't propagate the
8743         file-supersession signals (bug#12161).
8745 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8747         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8748         (cl-map-extents): Add compatibility aliases (bug#12135).
8750 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
8752         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8753         tests by `ignore-error'.
8754         (tramp-find-shell): Open also a new shell, when cache is already
8755         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
8757 2012-08-08  Juri Linkov  <juri@jurta.org>
8759         * bookmark.el: Add `defaults' property to the bookmark record.
8760         (bookmark-current-buffer): Doc fix.
8761         (bookmark-make-record): Add `defaults' property with default values
8762         to the bookmark record.
8763         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8764         with `bookmark-insert-current-bookmark'.
8765         (bookmark-set): Get `defaults' property from the bookmark record
8766         and use it in `read-from-minibuffer'.
8767         (bookmark-insert-current-bookmark): Remove function.
8769         * info.el (Info-bookmark-make-record): Add `defaults' property
8770         with values of canonical Info node name, the current Info file
8771         name and the current Info node name.  (Bug#12107)
8773 2012-08-08  Juri Linkov  <juri@jurta.org>
8775         * files.el (basic-save-buffer): Use `buffer-name' as the default
8776         of `read-file-name' when buffer is not visiting a file (bug#12128).
8778 2012-08-08  Juri Linkov  <juri@jurta.org>
8780         * info.el (Info-isearch-search): Doc fix.
8781         (Info-search): Change search-failed message from "initial node" to
8782         "end of node" (bug#12078).
8783         (Info-isearch-search): Change `isearch-string-state' to
8784         `isearch--state-string'.
8786 2012-08-08  Glenn Morris  <rgm@gnu.org>
8788         * language/persian.el: Remove file.
8789         * language/misc-lang.el: Move unique part of persian.el here.
8790         * loadup.el: Remove language/persian.
8792 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
8794         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8796 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8798         * progmodes/python.el: Fix defsubst warning.
8799         (python-syntax-context) Rename from python-info-ppss-context.
8800         (python-syntax-context-type): Rename from
8801         python-info-ppss-context-type.
8802         (python-syntax-comment-or-string-p): Rename from
8803         python-info-ppss-comment-or-string-p.
8805 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
8807         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8809 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
8811         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8812         a defcustom that is quoted with backquote.
8814         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8815         Fix handling of interactive spec when the body uses return.
8816         (math-do-arg-check, math-define-function-body): Use backquote forms.
8817         * calc/calc-ext.el (math-defcache): Likewise.
8818         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8819         * allout.el (allout-new-exposure): Likewise.
8820         * calc/calcalg2.el (math-tracing-integral): Likewise.
8821         * info.el (Info-last-menu-item): Likewise.
8822         * emulation/vip.el (vip-loop): Likewise.
8823         * textmodes/artist.el (artist-funcall): Likewise.
8824         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8825         Construct menu-item directly.
8827         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8828         Don't declare.
8830 2012-08-07  Chong Yidong  <cyd@gnu.org>
8832         * simple.el (deactivate-mark): Preserve text properties when
8833         saving the primary selection (Bug#8384).
8835 2012-08-07  Kevin Ryde  <user42@zip.com.au>
8837         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8838         (woman-parse-numeric-value): On a bad .IP line, issue a warning
8839         and continue processing (Bug#12110).
8841 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8843         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8844         syntax-propertize-function (bug#10095).
8846 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8848         * help-fns.el (help-fns--key-bindings, help-fns--signature)
8849         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8850         describe-function-1.
8851         (describe-function-1): Use them.  Move compiler macro after sig.
8852         (help-fns--compiler-macro): Use function-get.  Assume we're already in
8853         standard-output.  Adjust layout to new call order.
8855         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8856         re-binding a symbol that has a symbol-macro (bug#12119).
8858 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
8860         * language/persian.el: New file.  (Bug#11812)
8861         * loadup.el: Add language/persian.el.
8863 2012-08-06  Chong Yidong  <cyd@gnu.org>
8865         * window.el (window--maybe-raise-frame): New function.
8866         (window--display-buffer): Split off from here.
8867         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8868         (display-buffer-pop-up-window, display-buffer-use-some-window):
8869         Obey an inhibit-switch-frame action alist entry.
8870         (display-buffer): Update doc.
8872         * replace.el (occur-after-change-function): Avoid losing focus by
8873         using the inhibit-switch-frame display parameter (Bug#12139).
8875 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
8877         Make internal shell process buffer names start with space.
8878         * progmodes/python.el (python-shell-make-comint): Add optional
8879         argument INTERNAL.
8880         (run-python-internal): Use it.
8881         (python-shell-internal-get-or-create-process): Check for new
8882         internal buffer names.
8884 2012-08-06  Glenn Morris  <rgm@gnu.org>
8886         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8887         Do less getting and setting of environment variables.
8889 2012-08-05  Chong Yidong  <cyd@gnu.org>
8891         * proced.el (proced): Add substitution string to docstring to
8892         trigger autoloading of the proced library on C-h f (Bug#1768).
8894         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8895         Don't show defvars which have no second argument (Bug#8638).
8897         * imenu.el (imenu-generic-expression): Move documentation here
8898         from imenu--generic-function.
8899         (imenu--generic-function): Refer to imenu-generic-expression.
8901 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
8903         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8904         indentation declaration.
8905         (viper-loop): Add indentation declaration (Bug#7025).
8907 2012-08-05  Chong Yidong  <cyd@gnu.org>
8909         * help-fns.el (describe-variable): Add hyperlink for
8910         directory-local variables files.  Improve buffer-local and
8911         permanent-local reporting; suggested by MON KEY (Bug#6644).
8913         * help-mode.el (help-dir-local-var-def): New button type.
8915         * files.el (kill-buffer-hook): Provide a defvar.
8917 2012-08-05  Glenn Morris  <rgm@gnu.org>
8919         * eshell/esh-ext.el (eshell/addpath):
8920         Also update eshell-path-env.  (Bug#12013)
8922 2012-08-05  Chong Yidong  <cyd@gnu.org>
8924         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8926         * fringe.el (fringe-styles): Add docstring.
8927         (fringe--check-mode): New function.
8928         (set-fringe-mode, set-fringe-style): Use it.
8929         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8931         * files.el (set-auto-mode): Fix invalid setq call.
8933 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8935         * isearch.el: Misc simplification; use defstruct.
8936         (isearch-mode-map): Dense maps now work like sparse ones.
8937         (isearch--state): New defstruct.
8938         (isearch-string-state, isearch-message-state, isearch-point-state)
8939         (isearch-success-state, isearch-forward-state)
8940         (isearch-other-end-state, isearch-word-state, isearch-error-state)
8941         (isearch-wrapped-state, isearch-barrier-state)
8942         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8943         replaced by defstruct's accessors.
8944         (isearch--set-state): Rename from isearch-top-state and change
8945         calling convention.
8946         (isearch-push-state): Use new isearch--get-state.
8947         (isearch-toggle-word): Disable regexp when enabling word.
8948         (isearch-message-prefix): Remove unused arg _c-q-hack.
8949         (isearch-message-suffix): Remove unused arg _ellipsis.
8951 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
8953         * simple.el (list-processes--refresh): For a server use :host or
8954         :local as the address.
8955         (list-processes): Doc fix.
8957 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
8959         * lisp/mpc.el: Support password in host argument.
8960         (mpc--proc-connect): Parse and use new password element.
8961         Set mpc-proc variable instead of returning process.
8962         (mpc-proc): Adjust accordingly.
8964 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
8966         * whitespace.el (whitespace-display-mappings): Use Unicode
8967         codepoints, instead of emacs-mule codepoints.  See
8968         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8969         for the details.
8971         * files.el (file-truename): Don't skip symlink-chasing part on
8972         windows-nt.  Incorporate the resolution of 8+3 short aliases on
8973         Windows into the loop that recursively chases symlinks.
8974         Compare directory and its parent case-insensitively on MS-Windows and
8975         MS-DOS.
8977 2012-08-03  Chong Yidong  <cyd@gnu.org>
8979         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8981         * sort.el (sort-regexp-fields): Doc fix.
8983 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
8985         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8986         labels regex position point at the expected place.
8988 2012-08-03  MON KEY  <monkey@sandpframing.com>
8990         * net/imap.el (imap-interactive-login, imap-authenticate)
8991         (imap-mailbox-lsub, imap-mailbox-list)
8992         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8993         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8994         (imap-parse-response): Doc fix.
8996 2012-08-03  João Távora  <joaotavora@gmail.com>
8998         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8999         if sexp scanning does not move point (Bug#5734).
9001 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
9003         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9004         Add listings, minted, and ctable packages.
9005         (reftex-label-alist-builtin): Move listings, minted, and ctable
9006         entries before LaTeX.
9007         (reftex-label-alist): Docfix.
9009 2012-08-02  Bastien Guerry  <bzg@gnu.org>
9011         * replace.el (occur): Fix docstring (bug#12122).
9013 2012-08-02  Glenn Morris  <rgm@gnu.org>
9015         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9017 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
9019         Obsolete alias inactivate-current-input-method-function (Bug#10150).
9020         * international/mule-cmds.el: Create
9021         inactivate-current-input-method-function as an obsolete alias for
9022         deactivate-current-input-method-function.  See Katsumi Yamaoka in
9023         <http://bugs.gnu.org/10150#46>.
9025 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9027         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9028         of nested `if's.
9030 2012-08-01  Glenn Morris  <rgm@gnu.org>
9032         * progmodes/autoconf.el (autoconf-definition-regexp):
9033         Add AH_TEMPLATE, adjust submatch numbering.
9034         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9035         (autoconf-current-defun-function): Update for above change.
9036         (autoconf-current-defun-function): First skip to end of current word.
9038 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
9040         * calendar/cal-html.el (cal-html-insert-agenda-days):
9041         Fix typo.  (Bug#12018)
9043 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
9045         Shell processes: enhancements to startup and CEDET compatibility.
9046         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9047         (python-shell-make-comint): accept-process-output at startup.
9048         (run-python-internal): Set inferior-python-mode-hook to nil.
9049         (python-shell-internal-get-or-create-process): call sit-for.
9050         (python-preoutput-result): Add obsolete alias.
9051         (python-shell-internal-send-string): Use it.
9052         (python-shell-send-setup-code): Remove call to
9053         accept-process-output.
9055 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
9057         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9058         (Bug#12108)
9060 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
9062         * calc-mode.el (calc-basic-simplification-mode): Rename from
9063         `calc-limited-simplification-mode'.
9064         (calc-alg-simplification-mode): New function.
9065         (calc-set-simplify-mode): Adjust message.
9067         * calc.el (calc-set-mode-line): Adjust mode line display for
9068         basic simplification mode.
9070         * calc-help.el (calc-m-prefix-help): Update help message.
9072         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9073         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9075 2012-07-31  Bastien Guerry  <bzg@gnu.org>
9077         * man.el (man): Fix comment.  (bug#12101)
9079 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
9081         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9082         Don't return a non-nil value when no suitable buffer was found.
9084 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
9086         * progmodes/python.el (run-python-internal): Disable font lock for
9087         internal shells.
9089 2012-07-30  Stefan Merten  <smerten@oekonux.de>
9091         * textmodes/rst.el: Silence `checkdoc-ispell'.
9092         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9093         (rst-official-version, rst-official-cvs-rev)
9094         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9095         (rst-mode-map): New key binding.
9097 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
9099         Update .PHONY listings in makefiles.
9100         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9101         autoloads, update-subdirs, updates, bzr-update, update-authors,
9102         compile-onefile, compile-calc, backup-compiled-files,
9103         compile-after-backup, compile-one-process, mh-autoloads,
9104         bootstrap-clean, distclean, maintainer-clean.
9106 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9108         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9109         (calc-set-mode-line): Don't display "AlgSimp ".
9111         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9112         (calc-lim-simplify-mode): New function.
9113         (calc-set-simplify-mode): Default to 'alg.
9114         (calc-default-simplify-mode): Make algebraic simplifications
9115         the default.
9117         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9118         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9120         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9121         indicate new simplification modes.
9123         * calc/README: Mention new default simplification mode.
9125         * calc/calc.el (math-normalize-error): New variable.
9126         (math-normalize): Set `math-normalize-error' to t
9127         when there's an error.
9129         * calc/calc-alg.el (math-simplify): Don't simplify when
9130         `math-normalize' returns an error.
9132 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9134         * international/mule-cmds.el (set-locale-environment): Revert last
9135         change, since display-graphic-p returns nil when this function is
9136         called during startup.  Instead...
9138         * term/w32console.el (terminal-init-w32console): ...setup the
9139         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9141 2012-07-29  Juri Linkov  <juri@jurta.org>
9143         * simple.el (goto-line): Don't display default line number in the
9144         prompt because it should be displayed by `read-number' (bug#9952).
9145         Add the current line number to the defaults of `goto-line' to
9146         allow its easier modification by users with `M-n' (bug#9201).
9148         * subr.el (read-number): Support multiple default values like in
9149         other minibuffer reading functions.  Replace `read' with
9150         `string-to-number' for consistency with `number-to-string'.
9152 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9154         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9155         * emulation/viper-init.el (viper-deactivate-input-method-action):
9156         Rename from viper-inactivate-input-method-action.
9157         (viper-deactivate-input-method):
9158         Rename from viper-inactivate-input-method.
9159         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9160         * international/mule-cmds.el (deactivate-input-method):
9161         Rename from inactivate-input-method.
9162         Also run input-method-deactivate-hook.
9163         (deactivate-current-input-method-function):
9164         Rename from inactivate-current-input-method-function.
9165         (input-method-deactivate-hook): New hook.
9166         (input-method-inactivate-hook): Mark obsolete.
9167         (inactivate-input-method): Mark obsolete.
9169         * international/quail.el (quail-activate):
9170         Also run quail-deactivate-hook.
9171         (quail-deactivate): Rename from quail-inactivate.
9172         * international/robin.el (robin-activate):
9173         Also run robin-deactivate-hook.
9174         (robin-deactivate): Rename from robin-inactivate.
9176 2012-07-29  Chong Yidong  <cyd@gnu.org>
9178         * simple.el (indicate-copied-region): New function.
9179         (kill-ring-save): Split off from here.
9181         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9182         (kill-rectangle): Set deactivate-mark to t on read-only error.
9184         * register.el (copy-to-register, copy-rectangle-to-register):
9185         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9186         (append-to-register, prepend-to-register): Call indicate-copied-region.
9188 2012-07-29  Juri Linkov  <juri@jurta.org>
9190         * simple.el (async-shell-command-buffer): New defcustom.
9191         (shell-command): Use it.  (Bug#4719)
9193 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9195         * international/mule-cmds.el (set-locale-environment): In a
9196         console session on MS-Windows, set up keyboard and terminal
9197         encoding from the OEM codepage, not the ANSI codepage.
9198         (Bug#12055)
9200 2012-07-28  Chong Yidong  <cyd@gnu.org>
9202         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9203         gdb-get-location.
9205 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9207         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9208         the alist (bug#12029).
9210 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9212         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9213         (compile-always, compile-first)
9214         ($(lisp)/calendar/cal-loaddefs.el)
9215         ($(lisp)/calendar/diary-loaddefs.el)
9216         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9217         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9218         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9219         instead of on update-subdirs.
9220         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9222 2012-07-28  Chong Yidong  <cyd@gnu.org>
9224         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9225         directory if vc-deduce-backend returns nil (Bug#7350).
9227         * simple.el (delete-trailing-lines): New option.
9228         (delete-trailing-whitespace): Obey it (Bug#11879).
9230 2012-07-28  David Engster  <deng@randomsample.de>
9232         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9233         Explanation of new 'symbol-qnames feature in doc-strings.
9234         (xml-maybe-do-ns): Return expanded names as plain symbols if
9235         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9236         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9238 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9240         Consistent completion in inferior python with emacs -nw.
9241         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9242         binding in inferior-python-mode-map with "\t".
9243         (python-shell-completion-complete-at-point)
9244         (python-completion-complete-at-point): Remove interactive spec.
9246 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9248         * calc/calccomp.el (math-compose-expr): Undo previous change.
9250 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9252         * progmodes/python.el (python-mode-map): Add keybinding for
9253         run-python.
9254         (python-shell-make-comint): Fix pop-to-buffer call.
9255         (run-python): Autoload.  New arg SHOW.
9256         (python-shell-get-or-create-process): Do not pop python process
9257         buffer.
9259 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9261         * notifications.el (notifications-on-action-signal)
9262         (notifications-on-closed-signal): Use also the bus address for the map.
9263         (notifications-notify, notifications-close-notification)
9264         (notifications-get-capabilities): Add optional argument BUS.
9266 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9268         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9269         Add support for the lstlisting and minted environments, and for the
9270         ctable macro.
9271         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9272         labels written in keyvals syntax.
9274 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9276         * calc/calccomp.el (math-compose-expr): Use parentheses when
9277         there is a product in the denominator of a fraction.
9279 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9281         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9282         ($(lisp)/calendar/diary-loaddefs.el)
9283         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9284         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9285         Fixes failures in parallel bootstrap because subdirs.el is being
9286         rewritten while the autoload files are built at the same time,
9287         which needs to load subdirs.el.
9289 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9291         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9292         (mouse-drag-line): Don't exit tracking when a switch-frame or
9293         switch-window event occurs (Bug#12006).
9295 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * mouse.el (popup-menu): Fix last change.
9299 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9301         Autoload from Lisp with more care.  Follow aliases when looking for
9302         function properties.
9303         * subr.el (autoloadp): New function.
9304         (symbol-file): Use it.
9305         (function-get): New function.
9306         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9307         autoload-do-load.
9308         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9309         (lisp-indent-function):
9310         * emacs-lisp/gv.el (gv-get):
9311         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9312         * emacs-lisp/byte-opt.el (byte-optimize-form):
9313         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9314         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9315         Use function-get.
9316         * emacs-lisp/cl.el: Don't propagate function properties any more.
9318         * speedbar.el (speedbar-add-localized-speedbar-support):
9319         * emacs-lisp/disass.el (disassemble-internal):
9320         * desktop.el (desktop-load-file):
9321         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9322         (describe-function-1):
9323         * emacs-lisp/find-func.el (find-function-noselect):
9324         * emacs-lisp/elp.el (elp-instrument-function):
9325         * emacs-lisp/advice.el (ad-has-proper-definition):
9326         * apropos.el (apropos-safe-documentation, apropos-macrop):
9327         * emacs-lisp/debug.el (debug-on-entry):
9328         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9329         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9330         * calc/calc.el (name): Use autoloadp & autoload-do-load.
9332 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
9334         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9335         function, not an obsolete variable (Bug#12046).
9337 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
9339         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
9341 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
9343         * emacs-lisp/pp.el (pp-display-expression): Select old selected
9344         window only if it is still live (Bug#12034).
9346 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
9348         * subr.el (redirect-frame-focus): Add advertised calling
9349         convention (Bug#12030).
9351 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9353         Prefer typical American spelling for "acknowledgment".
9354         * vc/add-log.el (change-log-acknowledgment): Rename from
9355         change-log-acknowledgement, with an alias for the old name.
9357 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
9359         * calc-alg.el (math-simplify-divide): Don't cross multiply
9360         in an equation when the lhs is a variable.
9362 2012-07-24  Julien Danjou  <julien@danjou.info>
9364         * net/netrc.el (netrc-find-service-number, netrc-store-data):
9365         Remove, unused.
9367 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
9369         * startup.el (command-line): Don't display an empty user name in
9370         the error message about non-existent home directory, when
9371         init-file-user was set to an empty string.  See
9372         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9373         for the details and context.
9375 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9377         * ses.el (ses-cell-formula-aset): New macro.
9378         (ses-cell-references-aset): New macro.
9379         (ses-cell-p): New function.
9380         (ses-rename-cell): Do no longer rely on complex operations like
9381         ses-cell-set-formula or ses-set-cell to change the cell and handle
9382         the undo at the same time, but rather use lower level new macros
9383         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9384         the undo directly.  Refresh the mode line.
9386 2012-07-21  Leo Liu  <sdl.web@gmail.com>
9388         * progmodes/cc-cmds.el (c-defun-name):
9389         Use match-string-no-properties instead for consistency.
9391 2012-07-20  Leo Liu  <sdl.web@gmail.com>
9393         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9394         (Bug#7879)
9396         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9398 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9400         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9401         * progmodes/bug-reference.el, misearch.el: Provide themselves
9402         (bug#11915).
9404         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9405         of narrowed buffer (bug#11966).
9407 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9409         * ses.el (ses-rename-cell): Set new name also in reference list of
9410         cells of which the renamed cell depends.
9412 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
9414         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9415         to check whether menu-bar is shown or not.  If not shown,
9416         show the menu-bar as a popup menu instead of using tmm.
9417         * mouse.el (popup-menu): Accept `point' as `position' argument.
9419 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
9421         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9422         up inside string symbol literal (bug#11923).
9424 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
9426         * startup.el (fancy-startup-text): Read the whole tutorial, not
9427         just its first 256 bytes.  Prevents gibberish in display of the
9428         tutorial title.
9430 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
9432         Drop idle buffer compaction due to an absence of the
9433         proved efficiency.
9434         * compact.el: Remove.
9436 2012-07-19  Sam Steingold  <sds@gnu.org>
9438         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9439         vc-bzr-pull & vc-bzr-merge-branch.
9440         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9441         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9442         for consistency with compilation-error-regexp-alist.
9443         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9444         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9445         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9446         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9448 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9450         * emacs-lisp/chart.el: Use lexical-binding.
9451         (chart-emacs-storage): Don't hardcode the list of entries.
9453 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9455         Next round of tweaks caused by Fgarbage_collect changes.
9456         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9458 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9460         Compact buffers when idle.
9461         * compact.el: New file.
9463 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9465         * subr.el (eventp): Presume that if it looks vaguely like an event,
9466         it's an event (bug#10190).
9468 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
9470         Enhancements to ppss related code (thanks Stefan).
9471         * progmodes/python.el (python-indent-context)
9472         (python-indent-calculate-indentation, python-indent-dedent-line)
9473         (python-indent-electric-colon, python-nav-forward-block)
9474         (python-mode-abbrev-table)
9475         (python-info-assignment-continuation-line-p): Simplify checks
9476         for ppss context.
9477         (python-info-continuation-line-p): Cleanup.
9478         (python-info-ppss-context): Do not catch 'quote.
9479         (python-info-ppss-context-type)
9480         (python-info-ppss-comment-or-string-p): Simplify.
9482 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
9484         * progmodes/python.el: Enhancements to eldoc support.
9485         (python-info-current-symbol): New function.
9486         (python-eldoc-at-point): Use python-info-current-symbol.
9487         (python-info-current-defun): Fix cornercase on first defun scan.
9488         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9489         and signal error when no inferior python process is available.
9491 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
9493         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9494         assume it's always t.
9495         (vc-git-registered): Remove caching, the function is only called
9496         once.
9497         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9499 2012-07-18  Chong Yidong  <cyd@gnu.org>
9501         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9503         * simple.el (count-words): Report on narrowing (Bug#9959).
9505         * bindings.el: Bind M-= to count-words.
9507         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9509 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
9511         * progmodes/sh-script.el (sh-imenu-generic-expression):
9512         Capture a function with `function' keyword and without parentheses
9513         like "function FOO" (bug#11856).
9515 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
9517         * window.el (split-window-sensibly): Make WINDOW argument
9518         optional.
9520 2012-07-18  Chong Yidong  <cyd@gnu.org>
9522         * subr.el (keyboard-translate): Doc fix (Bug#7261).
9524         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9525         and make C-x 8 RET exit isearch (Bug#11439).
9527         * international/iso-transl.el: Move isearch-mode-map key
9528         definitions to isearch.el.
9530 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9532         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9533         (eieio-defclass): Use gv-define-setter when possible.
9535 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
9537         Reflect recent changes in Fgarbage_collect.
9538         * emacs-lisp/chart.el (chart-emacs-storage): Change to
9539         reflect new format of data returned by Fgarbage_collect.
9541 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9543         New utility functions + python-info-ppss-context fix (Bug#11910).
9544         * progmodes/python.el (python-info-beginning-of-block-statement-p)
9545         (python-info-ppss-comment-or-string-p): New functions.
9546         (python-info-ppss-context): Small fix for string check.
9548 2012-07-17  Juri Linkov  <juri@jurta.org>
9550         * dired-aux.el (dired-do-async-shell-command): Doc fix.
9551         (dired-do-async-shell-command): Don't add `*' at the end of the
9552         command (Bug#11815).
9553         (dired-do-shell-command): Doc fix.
9554         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9555         Join the individual commands using either "&" or ";" as the
9556         separator depending on the values of these trailing characters.
9557         At the end re-add the trailing "&".  (Bug#10598)
9559         * simple.el (async-shell-command): Sync the interactive spec with
9560         `shell-command'.  Doc fix.
9561         (shell-command): Doc fix.
9563 2012-07-17  Juri Linkov  <juri@jurta.org>
9565         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
9567 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9569         Final renames and doc fixes for movement commands (bug#11899).
9570         * progmodes/python.el (python-nav-beginning-of-statement):
9571         Rename from python-nav-statement-start.
9572         (python-nav-end-of-statement): Rename from
9573         python-nav-statement-end.
9574         (python-nav-beginning-of-block): Rename from
9575         python-nav-block-start.
9576         (python-nav-end-of-block): Rename from python-nav-block-end.
9578 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9580         * progmodes/python.el (python-shell-send-string-no-output):
9581         Allow accept-process-output to quit, keeping shell process ready for
9582         future interactions (Bug#11868).
9584 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9586         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9588         * emacs-lisp/elint.el (elint-find-args-in-code):
9589         Use help-function-arglist, so as to handle lexical byte-code.
9591         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9592         change (bug#11826).
9594 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9596         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9597         Avoid spuriously marking the buffer as modified because of c-is-sws.
9599         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9600         as not-a-comment (bug#11946).
9602         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9603         for uninterned vars.
9605         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9606         Use read-event since we don't really want to read chars but bytes.
9608         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9609         $$..$$ but also $..$ using regexps (bug#11953).
9610         Use tex-verbatim for \url and \path.
9611         (tex-font-lock-keywords): Define as defconst like the others.
9612         (tex-common-initialization): Don't use font-lock-syntax-table any more.
9614 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
9616         * international/mule-cmds.el (ucs-insert): Make it an obsolete
9617         alias for insert-char.
9619 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9621         * progmodes/python.el: Simplified imenu implementation.
9622         (python-nav-jump-to-defun): Remove command.
9623         (python-mode-map): Use `imenu' instead.
9624         (python-nav-list-defun-positions-cache)
9625         (python-imenu-include-defun-type, python-imenu-make-tree)
9626         (python-imenu-subtree-root-label, python-imenu-index-alist):
9627         Remove vars.
9628         (python-nav-list-defun-positions, python-nav-read-defun)
9629         (python-imenu-tree-assoc, python-imenu-make-element-tree)
9630         (python-imenu-make-tree, python-imenu-create-index):
9631         Remove functions.
9632         (python-mode): Update to interact with imenu by setting
9633         `imenu-extract-index-name-function' only.
9635 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9637         * progmodes/python.el: Enhancements to navigation commands.
9638         (python-nav-backward-sentence)
9639         (python-nav-forward-sentence): Remove.
9640         (python-nav-backward-statement, python-nav-forward-statement)
9641         (python-nav-statement-start, python-nav-statement-end)
9642         (python-nav-backward-block, python-nav-forward-block)
9643         (python-nav-block-start, python-nav-block-end)
9644         (python-nav-forward-sexp-function)
9645         (python-info-current-line-comment-p)
9646         (python-info-current-line-empty-p): New functions.
9647         (python-indent-context): Use `python-nav-statement-start'.
9649 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
9651         * eshell/em-ls.el (eshell/ls): Use `apply'.
9653         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9654         multi-hops, instead of Tramp internals.
9656         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9658         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9659         when F1 and F2 are located on different hosts.
9661 2012-07-14  Chong Yidong  <cyd@gnu.org>
9663         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9664         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9665         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9666         (xterm-mouse--read-event-sequence-1000)
9667         (xterm-mouse--read-event-sequence-1006): New functions.  For old
9668         mouse protocol, handle M-mouse-X events correctly.
9669         (xterm-mouse-event): New arg specifying mouse protocol.
9670         (turn-on-xterm-mouse-tracking-on-terminal)
9671         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9672         sequence to toggle extended coordinates on newer XTerms.
9673         This appears to be harmless on terminals which do not support this.
9675 2012-07-14  Leo Liu  <sdl.web@gmail.com>
9677         Add fringe bitmap indicators for flymake.  (Bug#11253)
9678         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9679         (flymake-make-overlay): New arg BITMAP.
9680         (flymake-error-bitmap, flymake-warning-bitmap)
9681         (flymake-fringe-indicator-position): New user variables.
9683         * fringe.el: New bitmap exclamation-mark.
9685 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
9687         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9688         also (Bug#7879).
9690 2012-07-14  Chong Yidong  <cyd@gnu.org>
9692         * electric.el (electric-pair-post-self-insert-function): Fix pair
9693         insertion in empty-region case (Bug#11520).
9695 2012-07-14  Chong Yidong  <cyd@gnu.org>
9697         * bindings.el: Consolidate ctl-x-r-map bindings.
9698         Bind copy-rectangle-as-kill to C-x r w.
9700         * rect.el, register.el: Move bindings to bindings.el.
9702 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
9704         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9706 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9708         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
9710 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
9712         * bindings.el (top): Use `mapc' instead of `mapcar'.
9714         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9716 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
9718         * progmodes/sql.el (sql-comint): Suppress the check for program on
9719         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
9720         (Bug#11908)
9722 2012-07-13  Chong Yidong  <cyd@gnu.org>
9724         * bindings.el: Assign a non-nil permanent-local property to
9725         per-buffer variables which lack a default value (Bug#11930).
9727         * help-fns.el (describe-variable): In the "automatically becomes
9728         local" notice, take note of permanent-local variables.
9730 2012-07-13  Chong Yidong  <cyd@gnu.org>
9732         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
9733         to allow printing the message when called from Lisp.
9735         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9736         Remove toggle-read-only.
9738         * bs.el (bs-toggle-readonly):
9739         * buff-menu.el (Buffer-menu-toggle-read-only):
9740         Remove with-no-warnings around toggle-read-only.
9742         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9743         Remove with-no-warnings around toggle-read-only.
9744         (ffap-read-only, ffap-read-only-other-window)
9745         (ffap-read-only-other-frame): Callers changed.
9747         * help-mode.el: Don't require view package.
9748         (help-mode-finish): Set buffer-read-only instead of calling
9749         toggle-read-only.
9751         * bindings.el (mode-line-toggle-read-only):
9752         * dired.el (dired-toggle-read-only):
9753         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9754         with non-nil second arg.
9756         * emacs-lisp/eieio-custom.el (eieio-customize-object):
9757         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9758         directly.
9760 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
9762         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9763         not incf.
9765 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9767         More CL cleanups and reduction of use of cl.el.
9768         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9769         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9770         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9771         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9772         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9773         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9774         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9775         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9776         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9777         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9778         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9779         * eshell/em-cmpl.el, eshell/em-banner.el:
9780         * calendar/parse-time.el: Use cl-lib.
9781         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9782         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9783         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9784         * term/ns-win.el, term.el, shell.el, ps-samp.el:
9785         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9786         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9787         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9788         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9789         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9790         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9791         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9792         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9793         `lambda' rather than with `quote'.
9794         (eshell-do-opt): Adjust accordingly.
9795         (eshell-process-option): Simplify.
9796         * eshell/esh-var.el:
9797         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9798         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9799         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9800         to `pcase--dontcare'.
9801         * emacs-lisp/cl.el (labels): Mark obsolete.
9802         (cl--letf, letf): Move to cl-lib.
9803         (cl--letf*, letf*): Remove.
9804         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9805         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9806         (cl-progv): Rewrite.
9807         (cl--letf, cl-letf): Move from cl.el.
9808         (cl-letf*): New macro.
9809         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9811 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
9813         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9815 2012-07-11  Chong Yidong  <cyd@gnu.org>
9817         * vc/log-edit.el (log-edit-vc-backend): New variable.
9818         (log-edit): Doc fix.
9820         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
9821         argument of log-edit to set up all local variables.
9822         (vc-start-logentry): New optional arg specifying VC backend.
9824         * vc/vc.el (vc-checkin): Use it.
9825         (vc-deduce-fileset): Handle Log Edit buffers.
9826         (vc-diff): Make first argument optional too.
9828         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9830 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
9832         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9833         command, just in case.  The function is not needed anymore.
9834         (eshell-external-command): Do not call `eshell-remote-command'.
9836 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9838         Reduce use of (require 'cl).
9839         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9840         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9841         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9842         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9843         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9844         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9845         * battery.el, avoid.el, abbrev.el: Use cl-lib.
9846         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9847         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9848         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9849         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9850         * calculator.el, autorevert.el, apropos.el: Don't require CL.
9851         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9852         (byte-compile-unfold-bcf, byte-compile-check-variable):
9853         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9854         (byte-compile-nilconstp):
9855         * emacs-lisp/autoload.el (make-autoload): Use pcase.
9856         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9858         * emacs-lisp/gv.el (cond): Make it a valid place.
9859         (if): Simplify slightly.
9861         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9862         (pcase--self-quoting-p): New function.
9863         (pcase--u1): Use it.
9865 2012-07-10  Glenn Morris  <rgm@gnu.org>
9867         * emacs-lisp/authors.el (authors-fixed-entries):
9868         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9870 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9872         Rename configure.in to configure.ac (Bug#11603).
9873         * emacs-lisp/authors.el (authors-canonical-file-name):
9874         * progmodes/autoconf.el (autoconf-mode):
9875         Prefer configure.ac to configure.in.
9877 2012-07-08  Chong Yidong  <cyd@gnu.org>
9879         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9880         Implement the mouse-1-click-follows-link handling properly.
9882         * info.el (Info-link-keymap): Use follow-link mechanism for
9883         header-line links (Bug#374).
9885         * simple.el (deactivate-mark): Do not set the primary selection
9886         if another program has acquired it (Bug#11772).
9888 2012-07-07  Kevin Ryde  <user42@zip.com.au>
9890         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9891         (woman-decode-region): Replace escaped-escapes without destroying
9892         bold or underline (Bug#11552).
9893         (woman2-process-escapes): Handle nofill regions (Bug#11591).
9895 2012-07-07  Chong Yidong  <cyd@gnu.org>
9897         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9898         (interprogram-cut-function, interprogram-paste-function):
9899         Mention that we typically mean the clipboard.
9901 2012-07-06  Glenn Morris  <rgm@gnu.org>
9903         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
9905         * files.el (toggle-read-only): Restrict message to interactive use.
9907 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
9909         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9911         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9913 2012-07-06  Glenn Morris  <rgm@gnu.org>
9915         * Makefile.in (compile-one-process): Rename from "recompile".
9917         * Makefile.in (bzr-update): "compile" is the same as "recompile
9918         autoloads", but parallelizable, so use that instead.
9920 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
9922         * window.el (quit-window): Always restore window height when
9923         it's saved in quit-restore parameter (Bug#11810).
9925 2012-07-06  Glenn Morris  <rgm@gnu.org>
9927         * simple.el (kill-whole-line): Doc tweak.
9929 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
9931         * files.el (file-relative-name): Compare file names
9932         case-insensitively if on MS-Windows or MS-DOS, or if
9933         read-file-name-completion-ignore-case is non-nil.  Don't use
9934         case-fold-search for this purpose.  (Bug#11827)
9936 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
9938         * calendar/cal-dst.el (calendar-current-time-zone):
9939         Return calendar-current-time-zone-cache if non-nil.
9941 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
9942 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
9944         * calendar/cal-dst.el (calendar-current-time-zone):
9945         Return calendar-current-time-zone-cache if non-nil.
9947 2012-07-06  Glenn Morris  <rgm@gnu.org>
9949         * Makefile.in (cvs-update): Remove old alias.
9951 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
9953         Sync with Tramp 2.2.6-pre.
9955         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9956         compatible declaration.
9958         * net/tramp-cmds.el (tramp-append-tramp-buffers):
9959         Protect `list-load-path-shadows' call.
9961         * net/tramp-compat.el (top): Require packages, which aren't
9962         autoloaded anymore for XEmacs.  Protect call of
9963         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9964         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
9965         it hurts at least for SXEmacs.
9966         (tramp-compat-temporary-file-directory): In XEmacs, there is no
9967         standard-value for `temporary-file-directory'.
9969         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9970         Redirect stderr to /dev/null.
9971         (tramp-sh-handle-write-region): uid and gid can be floats.
9972         Reported by Russell Sim <russell.sim@gmail.com>.
9973         (tramp-sh-handle-vc-registered): Hide errors.
9974         (tramp-vc-file-name-handler): Use dummy results for `process-file'
9975         and `start-file-process'.
9976         (tramp-maybe-open-connection): Check also whether `non-essential'
9977         is bound.
9979 2012-07-04  Chong Yidong  <cyd@gnu.org>
9981         * xml.el (xml--parse-buffer): Use xml-syntax-table.
9982         (xml-parse-tag): Likewise, and avoid changing entity tables.
9983         (xml-syntax-table): Define from scratch, making sure not to give
9984         x2000 and other Unicode spaces whitespace syntax, since those are
9985         not spaces in XML.
9986         (xml-parse-fragment): Delete unused function.
9987         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9988         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9989         (xml-entity-ref, xml-pe-reference-re)
9990         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9991         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9992         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9993         (xml-entity-value-re): Use syntax references in regexps where
9994         possible; no need to define inside a let-binding.
9995         (xml-parse-dtd): Use xml-pe-reference-re.
9996         (xml-entity-or-char-ref-re): New defconst.
9997         (xml-parse-string, xml-substitute-special): Use it.
9999 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10001         * files.el (locate-dominating-file): Allow `name' to be a predicate.
10002         (find-file--read-only): New function.
10003         (find-file-read-only, find-file-read-only-other-window)
10004         (find-file-read-only-other-frame): Use it.
10005         (insert-file-contents-literally): Don't `fset'.
10006         (get-free-disk-space): Use locate-dominating-file.
10008         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10009         function is already compiled.
10011         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
10013 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
10015         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10016         files on the same host.
10018 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
10020         * help-fns.el (describe-function-1): Only call
10021         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
10023 2012-07-03  Chong Yidong  <cyd@gnu.org>
10025         * xml.el: Protect parser against XML bombs.
10026         (xml-entity-expansion-limit): New variable.
10027         (xml-parse-string, xml-substitute-special): Use it.
10028         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10030 2012-07-03  Glenn Morris  <rgm@gnu.org>
10032         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10033         Allow linking to specific messages in debbugs reports (eg 123#5).
10035 2012-07-02  Chong Yidong  <cyd@gnu.org>
10037         * xml.el: Fix entity and character reference expansion, allowing
10038         them to expand into markup as per XML spec.
10039         (xml-default-ns): New variable.
10040         (xml-entity-alist): Use XML spec definitions for lt and amp.
10041         (xml-parse-region): Make first two arguments optional.
10042         Discard text properties.
10043         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10044         All callers changed.
10045         (xml-parse-tag): Call xml-parse-tag-1.  For backward
10046         compatibility, this function should not modify buffer contents.
10047         (xml-parse-tag-1): Fix opening-tag regexp.
10048         (xml-parse-string): Rewrite, handling entity and character
10049         references properly.
10050         (xml--entity-replacement-text): Signal an error if a parameter
10051         entity is undefined.
10053 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10055         * comint.el (comint-output-filter): Filter out repeated prompts.
10057         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10058         and file-name-absolute-p.
10059         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10060         internal calls.
10062 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10064         Spelling fixes.
10065         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10066         Rename from byte-compile--refiy-function.  All uses changed.
10068 2012-07-01  Chong Yidong  <cyd@gnu.org>
10070         * xml.el (xml--parse-buffer): New function.  Move most of
10071         xml-parse-region here.
10072         (xml-parse-region): Copy region into a temporary buffer, since
10073         parameter entity substitution requires changing buffer contents.
10074         Use xml--parse-buffer.
10075         (xml-parse-file): Use xml--parse-buffer.
10076         (xml-parse-dtd): Make parameter entity substitution work right.
10077         Use proper regexps for ELEMENT declarations (Bug#7172).
10079 2012-06-30  Glenn Morris  <rgm@gnu.org>
10081         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10083         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10084         Remove outdated and unnecessary dbus declarations.
10086 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
10088         * emacs-lisp/timer.el (timer-until): Subtract results of
10089         float-time, instead of taking float-time of the result of
10090         time-subtract, since float-time signals an error for negative time
10091         arguments.
10093 2012-06-30  Chong Yidong  <cyd@gnu.org>
10095         * xml.el (xml-*-re): Convert defvars into defconsts, and
10096         eval-and-compile them so eval-and-compile works on derivatives.
10097         (xml--entity-replacement-text): Use eval-and-comple.
10099 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
10101         * vc/vc-git.el (vc-git-registered): Use cache property
10102         `git-registered'.
10103         (vc-git-mode-line-string): Call `vc-working-revision' instead of
10104         `vc-git-working-revision' in order to benefit from the cache.
10105         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
10107 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10109         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10110         removed (likely outside Emacs).  (Bug#11757)
10112 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10114         * emacs-lisp/cl-lib.el: Require macroexp.
10116 2012-06-30  Chong Yidong  <cyd@gnu.org>
10118         * xml.el: Implement XML parameter entities.
10119         (xml-parameter-entity-alist): New variable.
10120         (xml-parse-region, xml-parse-fragment): Preserve previous values
10121         of xml-entity-alist and xml-parameter-entity-alist, so that
10122         repeated calls on different documents do not change them.
10123         (xml-parse-tag): Fix doctype regexp.
10124         (xml--entity-replacement-text): New function.
10125         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10126         properly requires url retrieval which is unimplemented.
10127         (xml-escape-string): Doc fix.
10129 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10131         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10133 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10135         * fringe.el (fringe-mode): Doc fix.
10137 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10139         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10140         is non-nil.
10141         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10142         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10144 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10146         * calendar/cal-dst.el (calendar-current-time-zone):
10147         Return calendar-current-time-zone-cache if non-nil.
10149 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10151         * progmodes/which-func.el (which-func-format):
10152         Add mouse-face.  (Bug#11698)
10154 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10156         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10158 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10160         * minibuffer.el (minibuffer-confirm-exit-commands):
10161         Add completion-at-point (bug#11725).
10163 2012-06-29  Glenn Morris  <rgm@gnu.org>
10165         * progmodes/f90.el (f90-font-lock-keywords-2):
10166         Add some preprocessor elements.  (Bug#10499)
10168 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10170         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10171         Use syntax-propertize (bug#11739).
10173 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10175         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10177 2012-06-28  Julien Danjou  <julien@danjou.info>
10179         * term.el (term-handle-colors-array): Use a set of new faces to
10180         color the terminal.  Also uses :inverse-video property.
10181         (term-default-fg-color): Set to nil by default, deprecate in favor
10182         of `term-face'.
10183         (term-default-bg-color): Set to nil by default, deprecate in favor
10184         of `term-face'.
10185         (term-current-face): Use `term-face' by default.
10186         (term-bold-attribute): Variable deleted.
10188 2012-06-28  Glenn Morris  <rgm@gnu.org>
10190         * simple.el (completion-list-mode-finish):
10191         Don't use toggle-read-only.  (Since completion-list-mode has
10192         a special mode-class, it wasn't doing anything extra anyway.)
10194 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10196         Make inlining of other-mode interpreted functions work (bug#11799).
10197         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10198         (byte-compile): Use it to fix compilation of lexical-binding closures.
10199         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10200         function, if needed.
10202 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * help-mode.el (help-make-xrefs): Don't just withstand
10205         cyclic-variable-indirection but any error in documentation-property.
10207         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10208         memory use.
10209         * bindings.el (bindings--define-key): New function.
10210         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10211         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10212         * bindings.el: Use it to purecopy define-key bindings.
10214         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10216         * emacs-lisp/cl.el (flet): Mark obsolete.
10217         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10218         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10219         * progmodes/js.el (js-c-fill-paragraph):
10220         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10221         (ebrowse-switch-member-buffer-to-derived-class):
10222         * play/5x5.el (5x5-solver): Use cl-flet.
10224         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10225         (cl--symbol-function): New macro.
10226         (cl--letf, cl--letf*): Use it.
10228         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10229         Strip "toggle-" if any.
10231 2012-06-27  Glenn Morris  <rgm@gnu.org>
10233         * info.el (Info-default-directory-list): Move here from paths.el.
10234         * paths.el: Remove file, which is now empty.
10235         * loadup.el: No longer load "paths".
10237         * custom.el (custom-initialize-delay): Doc fix.
10239         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10240         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10241         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10242         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10243         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10244         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10245         * eshell/eshell.el (eshell-defgroup): Remove alias.
10247 2012-06-27  Chong Yidong  <cyd@gnu.org>
10249         * help.el (help-enable-auto-load): New variable.
10251         * help-fns.el (help-fns--autoloaded-p): New function.
10252         (describe-function-1): Refer to a function as "autoloaded" if it
10253         was autoloaded at any time in the past.  Perform autoloading if
10254         help-enable-auto-load is non-nil.
10256 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10258         * makefile.w32-in (compile, compile-always): Depend on
10259         update-subdirs, not on subdirs.el.  Otherwise, several different
10260         sub-targets of 'bootstrap' running in parallel could
10261         simultaneously write to subdirs.el, producing a garbled file.
10263 2012-06-26  Sam Steingold  <sds@gnu.org>
10265         * files.el (file-name-base): New convenience function.
10266         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10267         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10268         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10269         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10270         * textmodes/ispell.el, textmodes/reftex-ref.el:
10271         * textmodes/tex-mode.el: Use it.
10272         Did not touch cedet and org because they are maintained elsewhere.
10274 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10276         * calendar/calendar.el (calendar-exit): Don't try to delete or
10277         iconify last frame.  See:
10278         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10280 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10282         * server.el (server-process-filter): Remember dir in the
10283         process's `server-client-directory' properties.
10285 2012-06-24  Chong Yidong  <cyd@gnu.org>
10287         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10288         non-tag text.
10290 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10292         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10294 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10296         * help-fns.el (describe-variable): Don't croak when doc is not found.
10297         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10298         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10299         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10300         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10301         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10302         ((lambda ..) ..).
10303         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10305 2012-06-23  Chong Yidong  <cyd@gnu.org>
10307         * info.el (Info-mouse-follow-link): Accept symbol values of
10308         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10309         (Info-fontify-node): Use Info-link-keymap for all navigation
10310         buttons, with link-args property to perform the desired action.
10311         (Info-link-keymap): Doc fix.
10312         (Info-next-link-keymap, Info-prev-link-keymap)
10313         (Info-up-link-keymap): Delete now-unused keymaps.
10315 2012-06-23  Chong Yidong  <cyd@gnu.org>
10317         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10319         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10320         system abbrevs.
10322         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10324 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10326         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10327         (bug#11719).
10329         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10330         the requote function doesn't work properly (bug#11714).
10332 2012-06-23  Glenn Morris  <rgm@gnu.org>
10334         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10336 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10338         Further GV/CL cleanups.
10339         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10340         gv-expander.
10341         (gv--defun-declaration): New function.
10342         (defun-declarations-alist): Use it.
10343         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10344         (gv-place): Autoload.
10345         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10346         original definition of dotimes and dolist.
10347         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10348         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10349         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10350         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10351         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10352         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10353         to the function's definition.
10354         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10355         * window.el:
10356         * files.el:
10357         * faces.el:
10358         * env.el: Don't use CL.
10360 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10362         Support higher-resolution time stamps (Bug#9000).
10364         * calendar/time-date.el (with-decoded-time-value): New arg
10365         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
10366         (encode-time-value): New optional arg PICO.  New type 3.
10367         (time-to-seconds) [!float-time]: Support the new picoseconds
10368         component if it's used.
10369         (seconds-to-time, time-subtract, time-add):
10370         Support ps-resolution time stamps as well.
10372         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
10373         (timerp): Timer vectors now have length 9, not 8.
10374         (timer--time): Support new-style (4-part) time stamps.
10375         (timer-next-integral-multiple-of-time): Time stamps now have
10376         picosecond resolution, so take a bit more care about rounding.
10377         (timer-relative-time, timer-inc-time): New optional arg psecs.
10378         (timer-set-time-with-usecs): Set psecs to 0.
10379         (timer--activate): Check psecs component, too.
10381         * proced.el (proced-time-lessp): Support ps-resolution stamps.
10383 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10385         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10386         Move the non-essential binding to the post/pre-command-hook where it is
10387         more obviously correct.
10389         * subr.el (read-passwd): Don't use a history at all.
10390         * savehist.el (savehist-save): Remove password saved accidentally
10391         because of the above bug.
10393 2012-06-22  Bastien Guerry  <bzg@gnu.org>
10395         * files.el (toggle-read-only): Display a message telling whether
10396         the buffer is read-only or not (bug#11726).
10398 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10400         * emacs-lisp/gv.el: New file.
10401         * subr.el (push, pop): Extend to generalized variables.
10402         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10403         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10404         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
10405         gv-define-simple-setter, and gv-define-expander.
10406         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
10407         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10408         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10409         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10410         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10411         gv-letplace.
10412         (cl-defstruct): Don't define setf-method any more.
10413         * emacs-lisp/cl.el (flet): Don't autoload.
10414         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10415         (define-setf-expander, defsetf, define-modify-macro)
10416         (cl-struct-setf-expander): Move from cl-lib.el.
10417         * emacs-lisp/syntax.el:
10418         * emacs-lisp/ewoc.el:
10419         * emacs-lisp/smie.el:
10420         * emacs-lisp/cconv.el:
10421         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10422         (timer--time): Use gv-define-simple-setter.
10423         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10424         to avoid coding-system problems in subr.el.  Adjust all users.
10425         (macroexp--maxsize, macroexp-small-p): New functions.
10426         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10427         * scroll-bar.el (scroll-bar-mode):
10428         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10429         (normal-erase-is-backspace-mode): Don't use the `eq' place.
10430         * winner.el (winner-configuration, winner-make-point-alist)
10431         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10432         * files.el (locate-file-completion-table): Avoid list*.
10434 2012-06-22  Chong Yidong  <cyd@gnu.org>
10436         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10437         (dired-create-files): Doc fix (Bug#11329).
10438         (dired-do-copy): Doc fix (Bug#11334).
10439         (dired-mark-read-string): Doc fix (Bug#11553).
10441         * dired.el (dired-recursive-copies, dired-recursive-deletes):
10442         Doc fix (Bug#11326).
10443         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
10444         (dired-dwim-target): Doc fix.
10446         * wdired.el (wdired-mode): Doc fix.
10448 2012-06-22  Glenn Morris  <rgm@gnu.org>
10450         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10451         (pcmpl-rpm-cache-stamp-file): New constant.
10452         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10453         (pcmpl-rpm-packages): Optionally cache list of packages.
10455         * pcmpl-rpm.el (pcmpl-rpm): New group.
10456         (pcmpl-rpm-query-options): New option.
10457         (pcmpl-rpm-packages): No need to inline it.
10458         Use pcmpl-rpm-query-options.
10460         * calendar/calendar.el (calendar-in-read-only-buffer):
10461         Avoid some needless mode changes.
10463 2012-06-21  Chong Yidong  <cyd@gnu.org>
10465         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10466         (desktop-path): Remove . from the default value (Bug#10977).
10467         (desktop-read): Use user-emacs-directory if desktop-path is nil.
10469 2012-06-20  Chong Yidong  <cyd@gnu.org>
10471         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10473 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
10475         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10476         (bug#11201).
10478 2012-06-20  Chong Yidong  <cyd@gnu.org>
10480         * term.el (term-window-width): Handle the case of a missing right
10481         fringe (Bug#8837).
10482         (term-check-size): Use window-text-height (Bug#5445).
10483         (term-mode): Use define-derived-mode.  Minor cleanups.
10484         Set font-lock-defaults (Bug#7692).
10485         (term-move-columns, term-insert-char, term-emulate-terminal)
10486         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10488 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
10490         * net/ange-ftp.el (ange-ftp-get-passwd):
10491         Bind `enable-recursive-minibuffers'.
10492         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10494 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
10496         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10498 2012-06-19  Glenn Morris  <rgm@gnu.org>
10500         * progmodes/python.el (python-mode): Derive from prog-mode.
10502 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
10504         * emulation/edt.el (edt-default-menu-bar-update-buffers)
10505         (edt-user-menu-bar-update-buffers): New functions.
10506         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10508 2012-06-19  Chong Yidong  <cyd@gnu.org>
10510         * subr.el (with-selected-window): Preserve the selected window's
10511         terminal's top-frame (Bug#4702).
10513         * window.el (save-selected-window): Likewise.
10515 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10517         * progmodes/python.el (python-rx-constituents): Move backquote.
10518         (python-skeleton-define, python-define-auxiliary-skeleton):
10519         Use `declare'.
10521 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
10523         * minibuffer.el (read-file-name-default): Revert the patch from
10524         2012-06-17.
10526 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10528         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10529         (pcase--u1, pcase--q1): Don't use apply-partially.
10531 2012-06-18  Glenn Morris  <rgm@gnu.org>
10533         * progmodes/python.el (python-proc, python-buffer)
10534         (python-send-receive, python-send-string): Fix obsolete versions.
10536 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
10538         * window.el (special-display-p): Completely remove stringp
10539         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10541 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
10543         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10545         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10547         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10548         * net/tramp-sh.el (tramp-maybe-open-connection):
10549         Throw if `non-essential' is non-nil.
10551 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
10553         * window.el (special-display-p): Signal an error if BUFFER-NAME
10554         is not a string (Bug#11713).
10556 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
10558         * progmodes/python.el (python-info-beginning-of-backslash):
10559         Rename from python-info-beginning-of-backlash, as a spelling fix.
10561 2012-06-17  Chong Yidong  <cyd@gnu.org>
10563         * term.el (term-emulate-terminal): If term-check-size is called,
10564         move point to the process mark without resetting point (Bug#4635).
10566 2012-06-17  Glenn Morris  <rgm@gnu.org>
10568         * international/mule-cmds.el (mule-menu-keymap)
10569         (set-language-environment, set-locale-environment): Doc tweaks.
10571 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
10573         * cus-face.el (custom-face-attributes): Add wave-style underline
10574         attribute.
10575         * faces.el (set-face-attribute): Update docstring to describe
10576         wave-style underline attribute.
10578 2012-06-16  Chong Yidong  <cyd@gnu.org>
10580         * term/xterm.el (terminal-init-xterm): Discard input before
10581         querying background mode (Bug#10959).
10583 2012-06-16  Stefan Merten  <smerten@oekonux.de>
10585         * textmodes/rst.el: Added and corrected some comments.
10586         (rst-re-alist-def): Improve symbol syntax.
10587         (rst-mode-syntax-table): Correct syntax entries.
10588         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10589         (rst-official-version, rst-official-cvs-rev): Update version
10590         information.
10592 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
10594         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10595         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10597 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
10599         * progmodes/python.el: New python.el merge.
10600         (python-guess-indent): Obsolete var.
10601         (python-indent-guess-indent-offset): New defcustom.
10602         (python-indent): Obsolete var.
10603         (python-indent-offset): New defcustom.
10604         (python-python-command, python-jython-command): Delete var.
10605         (python-shell-interpreter): New defcustom.
10606         (python-pdbtrack-do-tracking-p): Delete var.
10607         (python-pdbtrack-activate): New defcustom.
10608         (python-use-skeletons): Obsolete var.
10609         (python-skeleton-autoinsert): New defcustom.
10610         (inferior-python-filter-regexp, python-continuation-offset)
10611         (python-honour-comment-indentation, python-indent-string-contents)
10612         (python-jython-packages, python-mode-hook)
10613         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10614         (python-shell-prompt-alist)
10615         (python-source-modes): Delete defcustoms.
10616         (python-check-buffer-name, python-eldoc-setup-code)
10617         (python-eldoc-string-code, python-ffap-setup-code)
10618         (python-ffap-string-code, python-fill-comment-function)
10619         (python-fill-decorator-function, python-fill-paren-function)
10620         (python-fill-string-function, python-imenu-include-defun-type)
10621         (python-imenu-make-tree, python-imenu-subtree-root-label)
10622         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10623         (python-shell-compilation-regexp-alist)
10624         (python-shell-completion-module-string-code)
10625         (python-shell-completion-pdb-string-code)
10626         (python-shell-completion-setup-code)
10627         (python-shell-completion-string-code)
10628         (python-shell-enable-font-lock, python-shell-exec-path)
10629         (python-shell-extra-pythonpaths)
10630         (python-shell-internal-buffer-name, python-shell-interpreter-args)
10631         (python-shell-process-environment)
10632         (python-shell-prompt-block-regexp)
10633         (python-shell-prompt-output-regexp)
10634         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10635         (python-shell-send-setup-max-wait, python-shell-setup-codes)
10636         (python-shell-virtualenv-path): New defcustoms.
10637         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10638         (inferior-python-mode-syntax-table, python--prompt-regexp)
10639         (python-buffer, python-command python-python-command)
10640         (python-default-template, python-imports, python-indent-index)
10641         (python-indent-list, python-indent-list-length)
10642         (python-mode-running, python-pdbtrack-is-tracking-p)
10643         (python-preoutput-continuation, python-preoutput-leftover)
10644         (python-preoutput-result, python-preoutput-skip-next-prompt)
10645         (python-prev-dir/file, python-recursing)
10646         (python-saved-check-command, python-version-checked)
10647         (python-which-func-length-limit)
10648         (view-return-to-alist): Delete vars.
10649         (python-check-custom-command, python-dotty-syntax-table)
10650         (python-imenu-index-alist, python-indent-current-level)
10651         (python-indent-dedenters, python-indent-levels)
10652         (python-nav-beginning-of-defun-regexp)
10653         (python-nav-list-defun-positions-cache)
10654         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10655         (python-shell-internal-buffer)
10656         (python-skeleton-available): New vars.
10657         (def-python-skeleton): Delete macro.
10658         (python-skeleton-define): New macro.
10659         (python-define-auxiliary-skeleton, python-rx): New macros.
10660         (python-insert-class): Delete command.
10661         (python-skeleton-class): New command.
10662         (python-insert-def): Delete command.
10663         (python-skeleton-def): New command.
10664         (python-insert-for): Delete command.
10665         (python-skeleton-for): New command.
10666         (python-insert-if): Delete command.
10667         (python-skeleton-if): New command.
10668         (python-insert-try/except, python-insert-try/finally): Delete commands.
10669         (python-skeleton-try): New command.
10670         (python-insert-while): Delete command.
10671         (python-skeleton-while): New command.
10672         (python-backspace): Delete command.
10673         (python-indent-dedent-line-backspace): New command.
10674         (python-electric-colon): Delete command.
10675         (python-indent-electric-colon): New command.
10676         (python-guess-indent): Delete command.
10677         (python-indent-guess-indent-offset): New command.
10678         (python-shift-left): Delete command.
10679         (python-indent-shift-left): New command.
10680         (python-shift-right): Delete command.
10681         (python-indent-shift-right): New command.
10682         (python-find-function): Delete command.
10683         (python-nav-jump-to-defun): New command.
10684         (python-next-statement): Delete command.
10685         (python-nav-forward-sentence): New command.
10686         (python-previous-statement): Delete command.
10687         (python-nav-backward-sentence): New command.
10688         (python-fill-paragraph): Delete command.
10689         (python-fill-paragraph-function): New command.
10690         (python-send-buffer): Delete command.
10691         (python-shell-send-buffer): New command.
10692         (python-send-defun): Delete command.
10693         (python-shell-send-defun): New command.
10694         (python-send-region, python-send-region-and-go): Delete commands.
10695         (python-shell-send-region)
10696         (python-shell-switch-to-shell): New commands.
10697         (python-send-string): Delete command.
10698         (python-shell-send-string): New command.
10699         (python-switch-to-python): Delete command.
10700         (python-shell-switch-to-shell): New command.
10701         (python-describe-symbol): Delete command.
10702         (python-eldoc-at-point): New command.
10703         (python--set-prompt-regexp, python-args-to-list)
10704         (python-after-info-look, python-check-version)
10705         (python-check-comint-prompt, python-find-imports)
10706         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10707         (python-unload-function, python-expand-template)
10708         (python-maybe-jython, python-preoutput-filter)
10709         (python-pdbtrack-get-source-buffer)
10710         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10711         (python-pdbtrack-toggle-stack-tracking)
10712         (python-pdbtrack-track-stack-file, python-initial-text)
10713         (python-first-word, python-comment-line-p, python-send-command)
10714         (python-setup-brm, python-sentinel, python-set-proc)
10715         (python-skip-out, python-input-filter, python-outdent-p)
10716         (python-outline-level, python-backslash-continuation-line-p)
10717         (python-end-of-block, python-end-of-statement, python-mark-block)
10718         (python-beginning-of-block, python-beginning-of-statement)
10719         (python-blank-line-p, python-beginning-of-string)
10720         (python-open-block-statement-p): Delete functions.
10721         (python-indent-line, python-indent-line-1): Delete functions.
10722         (python-indent-line): New function.
10723         (python-indentation-levels): Delete function.
10724         (python-indent-calculate-levels): New function.
10725         (python-proc): Delete function.
10726         (python-shell-get-process): New function.
10727         (python-send-receive): Delete function.
10728         (python-shell-send-string-no-output): New function.
10729         (python-module-path): Delete function.
10730         (python-ffap-module-path): New function.
10731         (python-completion-at-point)
10732         (python-symbol-completions): Delete functions.
10733         (python-completion-complete-at-point): New function.
10734         (python-load-file): Delete function.
10735         (python-shell-send-file): New function.
10736         (python-calculate-indentation): Delete function.
10737         (python-indent-calculate-indentation): New function.
10738         (python-skip-comments/blanks): Delete function.
10739         (python-util-forward-comment): New function.
10740         (python-continuation-line-p): Delete function.
10741         (python-info-continuation-line-p): New function.
10742         (python-which-func, python-current-defun): Delete function.
10743         (python-info-current-defun): New function.
10744         (python-beginning-of-defun): Delete function.
10745         (python-nav-beginning-of-defun): New function.
10746         (python-close-block-statement-p)
10747         (python-block-end-p): Delete function.
10748         (python-info-closing-block): New function.
10749         (python-comint-output-filter-function)
10750         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10751         (python-fill-comment, python-fill-decorator, python-fill-paren)
10752         (python-fill-string, python-imenu-make-element-tree)
10753         (python-imenu-make-tree, python-imenu-tree-assoc)
10754         (python-indent-context, python-indent-dedent-line)
10755         (python-indent-line-function)
10756         (python-indent-post-self-insert-function)
10757         (python-indent-toggle-levels)
10758         (python-info-assignment-continuation-line-p)
10759         (python-info-beginning-of-backlash)
10760         (python-info-block-continuation-line-p)
10761         (python-info-closing-block-message)
10762         (python-info-line-ends-backslash-p)
10763         (python-info-looking-at-beginning-of-defun)
10764         (python-info-ppss-context, python-info-ppss-context-type)
10765         (python-nav-list-defun-positions, python-nav-read-defun)
10766         (python-nav-sentence-end, python-nav-sentence-start)
10767         (python-pdbtrack-comint-output-filter-function)
10768         (python-pdbtrack-set-tracked-buffer)
10769         (python-shell-calculate-exec-path)
10770         (python-shell-calculate-process-environment)
10771         (python-shell-completion--do-completion-at-point)
10772         (python-shell-completion--get-completions)
10773         (python-shell-completion-complete-at-point)
10774         (python-shell-completion-complete-or-indent)
10775         (python-shell-get-or-create-process)
10776         (python-shell-get-process-name)
10777         (python-shell-internal-get-or-create-process)
10778         (python-shell-internal-get-process-name)
10779         (python-shell-internal-send-string, python-shell-make-comint)
10780         (python-shell-parse-command, python-shell-send-setup-code)
10781         (python-skeleton-add-menu-items)
10782         (python-util-clone-local-variables, python-util-position)
10783         (run-python-internal, python-indentation-levels)
10784         (python-nav-beginning-of-defun)
10785         (python-completion-complete-at-point): New functions.
10786         (run-python): Change arguments.  New API requirements.
10788 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10790         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10791         (bug#11649).
10793         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10794         (macroexp--expand-all): Use it.
10796         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10797         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10798         Use `cl-function' instead.
10800 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
10802         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10803         Suggested by Stefan Monnier while discussing bug#11657.
10805 2012-06-14  Sam Steingold  <sds@gnu.org>
10807         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10809 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10811         * play/doctor.el (doctor-doc): Remove parameter and use
10812         doctor-sent instead of sent.
10813         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
10815 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10817         * files.el: Require cl-lib.
10818         (file-name-non-special): Replace case -> cl-case.
10820         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10822         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10823         mapping from #' to function*.
10825 2012-06-13  Chong Yidong  <cyd@gnu.org>
10827         * mouse.el (mouse-drag-track): Do not set the mark if the user
10828         releases the mouse without selecting anything (Bug#11588).
10830 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10832         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10833         as well (bug#11646).
10835         * loadup.el: Count byte-code functions as well.
10837         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10838         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10840         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10841         (bug#11649).  Add cl-defun and cl-defmacro.
10843 2012-06-13  Drew Adams  <drew.adams@oracle.com>
10845         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10846         Fix last change.
10848 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
10850         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10851         Otherwise, it blocks in batch mode.
10853 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
10855         * help-mode.el (bookmark-make-record-default): Declare.
10857 2012-06-13  Chong Yidong  <cyd@gnu.org>
10859         * emacs-lisp/package.el (list-packages): Compute a list of
10860         packages that are newly-available since the last list-packages
10861         invocation.
10862         (package-menu--new-package-list): New var.
10863         (package-menu--generate, package-menu--print-info)
10864         (package-menu--status-predicate, package-menu-mark-install):
10865         Handle new status label "new".
10867 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10869         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10870         conversion to backquotes.
10872 2012-06-12  Chong Yidong  <cyd@gnu.org>
10874         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10875         Rename from gud-inhibit-global-bindings.
10877         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10879         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10880         hook from nxml-glyph-set-hook.
10882         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10883         declaration.
10885         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10887         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10888         Convert to defcustom.
10890 2012-06-12  Drew Adams  <drew.adams@oracle.com>
10892         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10893         New functions.
10894         (help-mode): Use them.
10896 2012-06-11  Glenn Morris  <rgm@gnu.org>
10898         * progmodes/fortran.el (fortran-font-lock-keywords-3):
10899         Use preprocessor face for directives.
10900         (fortran-directive-re): Doc fix.
10902 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10905         conversion to backquotes (bug#11652).
10907         Fix compiler-expansion of CL's cXXr functions (bug#11673).
10908         * emacs-lisp/cl-lib.el (cl--defalias): New function.
10909         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10910         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10911         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10912         (cl-ninth, cl-tenth): Mark them as inlinable.
10913         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10914         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10915         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10916         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10917         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10918         (cl-list*, cl-adjoin): Don't put an autoload manually.
10919         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10920         (cl--compiler-macro-list*): Add autoload cookie.
10921         (cl--compiler-macro-cXXr): New function.
10923         * help-fns.el (help-fns--compiler-macro): New function extracted from
10924         describe-function-1; follow aliases and use `compiler-macro' property.
10925         (describe-function-1): Use it.
10927 2012-06-11  Chong Yidong  <cyd@gnu.org>
10929         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10930         is uninstalled, if imagemagick is installed.
10932 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10934         * emacs-lisp/cl-lib.el: Use lexical-binding.
10935         (cl-map-extents, cl-maclisp-member): Remove.
10936         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10937         (cl--set-substring, cl--block-wrapper, cl--block-throw)
10938         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10939         * emacs-lisp/cl-extra.el: Use lexical-binding.
10940         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10941         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10942         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10943         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10944         * emacs-lisp/cl-seq.el: Use lexical-binding.
10945         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10946         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10947         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10948         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10949         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10950         CL's internals.
10952 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
10954         Sync with Tramp 2.2.6-pre.
10956         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10957         `print-length' and `print-level' to nil, in order to avoid
10958         truncation.  Reported by Christopher Schmidt
10959         <christopher@ristopher.com>.
10961         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10963         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10964         New defmacro.
10965         (tramp-compat-copy-directory): Add optional argument
10966         COPY-CONTENTS.  It is not handled yet.
10968         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10969         (tramp-ftp-file-name-p): Simplify.
10971         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10972         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10973         connection vector.
10975         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10976         (tramp-methods): Do not use `tramp-password-end-of-line'.
10977         (tramp-completion-function-alist-putty): Handle UNIX case.
10978         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10979         (tramp-do-file-attributes-with-stat)
10980         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10981         gid as real numbers.  They could run out of integer range on cygwin.
10982         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10983         (tramp-sh-handle-expand-file-name): Handle hops.
10984         (tramp-open-connection-setup-interactive-shell):
10985         Use `tramp-cleanup'.  Move check for busyboxes ...
10986         (tramp-find-shell): ... here.  Simplify implementation.
10987         Set "remote-shell" property also for alternative shells.
10988         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10989         If failing, a regular file would be written otherwise.
10990         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10991         (tramp-find-inline-encoding): Cache the coding commands in the
10992         process cache.  Apply test command on the remote side, if defined.
10993         (tramp-find-inline-compress): Cache the compress commands in the
10994         process cache.
10995         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10996         when requested.  Handle hops.
10997         (tramp-current-connection): New defvar.
10998         (tramp-maybe-open-connection): Use `tramp-cleanup'.
10999         Throw `suppress', if there was a failed connection shortly before.
11000         Handle user interrupt.  (Bug#10187)
11001         (tramp-get-inline-compress, tramp-get-inline-coding):
11002         Read connection properties from the process cache.
11004         * net/tramp-smb.el (tramp-smb-server-version)
11005         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11006         New defconsts.
11007         (tramp-smb-prompt): Extend for powershell prompt.
11008         (tramp-smb-file-name-handler-alist): Add handlers for
11009         `process-file', `shell-command' and `start-file-process'.
11010         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11011         (tramp-smb-winexe-shell-command-switch): New defcustoms.
11012         (tramp-smb-file-name-p): Simplify.
11013         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11014         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11015         (tramp-smb-shell-quote-argument): New defuns.
11016         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11017         Implement using "tar".  By this, time-stamps are preserved.
11018         (tramp-smb-handle-copy-file): Handle also the case of directories.
11019         (tramp-smb-do-file-attributes-with-stat)
11020         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11021         Use `tramp-get-connection-buffer').
11022         (tramp-smb-handle-rename-file): Use "rename", when source and
11023         target are on the same share.
11024         (tramp-smb-maybe-open-connection): Handle wrong passwords.
11025         Use `tramp-smb-server-version'.
11026         (tramp-smb-wait-for-output): Remove prompt.
11028         * net/tramp.el (top): Require 'cl.
11029         (tramp-methods, tramp-rsh-end-of-line):
11030         Remove `tramp-password-end-of-line' from docstring.
11031         (tramp-save-ad-hoc-proxies): New defcustom.
11032         (tramp-completion-function-alist): Adapt docstring.
11033         (tramp-default-password-end-of-line): Remove defcustom.
11034         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
11035         (tramp-user-regexp, tramp-file-name-regexp-unified)
11036         (tramp-file-name-regexp-url): Extend regexp by hop separator.
11037         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11038         (tramp-remote-file-name-spec-regexp): New defconst.
11039         (tramp-file-name-structure): Extend structure for hops.
11040         (tramp-get-method-parameter): Move up.
11041         (tramp-file-name-p, tramp-dissect-file-name)
11042         (with-parsed-tramp-file-name): Handle hops.
11043         (tramp-file-name-hop): New defun.
11044         (tramp-make-tramp-file-name): New optional arg HOP.
11045         (tramp-message-show-progress-reporter-message): New defvar.
11046         (tramp-with-progress-reporter): Use it.  We cannot use
11047         `tramp-message-show-message' here, because this suppresses also
11048         error buffers.
11049         (tramp-error-with-buffer): Suppress buffer view, if
11050         `tramp-message-show-message' is nil.
11051         Use `tramp-get-connection-buffer'.
11052         (tramp-cleanup): New defun.
11053         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11054         (tramp-file-name-handler): If `debug-on-error' is set, propagate
11055         an error unchanged.
11056         (tramp-completion-handle-file-name-all-completions): Handle hops.
11057         Fix an error when called from ido.
11058         (tramp-completion-dissect-file-name): Use better local variable
11059         name.  Add hop to the vector.
11060         (tramp-handle-insert-file-contents): Use progress-reporter for the
11061         whole scenario.
11062         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11063         to `t'.
11064         (tramp-check-for-regexp): Simplify search.
11065         (tramp-enter-password): Remove it.  Move implementation ...
11066         (tramp-action-password): ... here.
11067         (tramp-mode-string-to-int, tramp-local-host-p)
11068         (tramp-make-tramp-temp-file, tramp-read-passwd)
11069         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11070         Set tramp-autoload cookie.
11072         * net/trampver.el: Update release number.
11074 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11075             Michael Albinus  <michael.albinus@gmx.de>
11077         * net/tramp.el (tramp-set-completion-function): Fix docstring.
11078         (tramp-parse-group, tramp-parse-file)
11079         (tramp-parse-shostkeys-sknownhosts): New defuns.
11080         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11081         (tramp-parse-shosts-group, tramp-parse-sconfig)
11082         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11083         (tramp-parse-sknownhosts, tramp-parse-hosts)
11084         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11085         Use them.
11086         (tramp-parse-passwd-group, tramp-parse-netrc-group)
11087         (tramp-parse-putty-group): Don't narrow.
11088         (tramp-parse-putty): Make a loop.
11089         (tramp-file-name-handler): Catch the `suppress' signal.
11091 2012-06-11  Chong Yidong  <cyd@gnu.org>
11093         * image.el (imagemagick-register-types): Put the ImageMagick entry
11094         at the end of image-type-file-name-regexps.
11096 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
11098         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11099         (pcase, pcase-let*, pcase-dolist): Use them.
11101 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11103         * emacs-lisp/pcase.el (pcase--let*): New function.
11104         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
11105         (pcase--expand): Use macroexp-let².
11107 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11109         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11110         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11111         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11112         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11113         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11114         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11116 2012-06-10  Glenn Morris  <rgm@gnu.org>
11118         * mail/rmail.el (rmail-yank-current-message): Leave point at
11119         correct position.  (Bug#11660)
11121 2012-06-10  Chong Yidong  <cyd@gnu.org>
11123         * allout-widgets.el: Fix code header.
11125 2012-06-10  Chong Yidong  <cyd@gnu.org>
11127         * cus-edit.el (customize-changed-options-previous-release):
11128         Bump to 24.1.
11130 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11132         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11134 2012-06-09  Chong Yidong  <cyd@gnu.org>
11136         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11138 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11140         * window.el (special-display-popup-frame): Don't use
11141         window--display-buffer (Bug#11651).
11143 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11145         Fix parallel builds: make sure loaddefs.el is not being written
11146         while Lisp files are compiled.
11147         (compile): Don't depend on 'mh-autoloads'.
11148         (compile-CMD, compile-SH): Depend on 'autoloads'.
11149         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11151         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11153 2012-06-09  Chong Yidong  <cyd@gnu.org>
11155         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11156         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11157         Doc fixes (Bug#11225).
11159 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11161         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11162         a function if there's a clear indication that it has a compiler-macro.
11163         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11164         (macro-declarations-alist): Add arglist to declaration functions.
11165         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11166         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11167         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11168         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11169         Also add autoload to find the compiler macro.
11170         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11171         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11172         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11173         (cl--compiler-macro-get): New functions, replacing calls to
11174         cl-define-compiler-macro.
11175         (cl-typep) [compiler-macro]: Use macroexp-let².
11177 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11179         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11180         string properly, fixes Bug#11473.
11182 2012-06-08  Chong Yidong  <cyd@gnu.org>
11184         * faces.el (set-face-attribute): Doc fix.
11185         (modify-face): Don't use :bold and :italic.
11186         (error, warning, success): Tweak definitions.
11188         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11189         (custom-modified, custom-set, custom-changed, custom-themed)
11190         (custom-saved, custom-button, custom-button-mouse)
11191         (custom-button-pressed, custom-state, custom-comment-tag)
11192         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11193         (custom-group-subtitle): Use new-style face specs.
11194         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11195         (custom-set-face, custom-changed-face, custom-saved-face)
11196         (custom-button-face, custom-button-pressed-face)
11197         (custom-documentation-face, custom-state-face)
11198         (custom-comment-face, custom-comment-tag-face)
11199         (custom-variable-tag-face, custom-variable-button-face)
11200         (custom-face-tag-face, custom-group-tag-face-1)
11201         (custom-group-tag-face): Remove obsolete face alias.
11203         * epa.el (epa-validity-high, epa-validity-medium)
11204         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11205         (epa-field-name, epa-field-body):
11206         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11207         (font-lock-keyword-face, font-lock-builtin-face)
11208         (font-lock-function-name-face, font-lock-variable-name-face)
11209         (font-lock-type-face, font-lock-constant-face):
11210         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11211         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11212         * speedbar.el (speedbar-button-face, speedbar-file-face)
11213         (speedbar-directory-face, speedbar-tag-face)
11214         (speedbar-selected-face, speedbar-highlight-face)
11215         (speedbar-separator-face):
11216         * whitespace.el (whitespace-newline, whitespace-space)
11217         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11218         (whitespace-line, whitespace-space-before-tab)
11219         (whitespace-space-after-tab, whitespace-indentation)
11220         (whitespace-empty):
11221         * emulation/cua-base.el (cua-global-mark):
11222         * eshell/em-prompt.el (eshell-prompt):
11223         * net/newst-plainview.el (newsticker-new-item-face)
11224         (newsticker-old-item-face, newsticker-immortal-item-face)
11225         (newsticker-obsolete-item-face, newsticker-date-face)
11226         (newsticker-statistics-face, newsticker-default-face):
11227         * net/newst-reader.el (newsticker-feed-face)
11228         (newsticker-extra-face, newsticker-enclosure-face):
11229         * net/newst-treeview.el (newsticker-treeview-face)
11230         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11231         (newsticker-treeview-immortal-face)
11232         (newsticker-treeview-obsolete-face)
11233         (newsticker-treeview-selection-face):
11234         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11235         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11236         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11237         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11238         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11239         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11240         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11241         (mpuz-text):
11242         * progmodes/vera-mode.el (vera-font-lock-number)
11243         (vera-font-lock-function, vera-font-lock-interface):
11244         * textmodes/table.el (table-cell): Use new-style face specs, and
11245         don't use the old :bold and :italic attributes.
11247         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11248         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11249         (ebrowse-member-class, ebrowse-progress): Likewise.
11250         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11251         (ebrowse-file-name-face, ebrowse-default-face)
11252         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11253         (ebrowse-progress-face): Remove obsolete faces.
11255         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11256         Inherit from error and warning faces respectively.
11258         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11259         Likewise.
11260         (flyspell-incorrect-face, flyspell-duplicate-face):
11261         Remove obsolete aliases.
11263 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11265         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11266         Avoid infloop.
11268 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11270         * startup.el (argv, argi): Make lexically scoped.
11271         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11272         * emacs-lisp/cl-macs.el: Use lexical-binding.
11273         Rename cl-bind-* to cl--bind-*.
11274         * files.el: Don't require `cl' since it doesn't use it.
11275         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11277 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11279         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11280         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11281         instead of calling external sort utility.
11282         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11284 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11286         * descr-text.el (describe-char): Mention how to insert the
11287         character, if the current input method doesn't support it.
11288         See the discussion in this thread for the details:
11289         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11291 2012-06-08  Sam Steingold  <sds@gnu.org>
11293         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11294         XF86Back to previous-buffer.
11295         (minibuffer-local-map): Bind them to next-history-element and
11296         previous-history-element respectively.
11297         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11298         help-go-back respectively.
11299         * info.el (Info-mode-map): Bind them to Info-history-forward and
11300         Info-history-back respectively.
11301         These are the keys next to Up on the ThinkPad keyboard.
11303 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11305         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11306         * emacs-lisp/cl-macs.el: Provide itself.
11307         (cl--labels-convert-cache): New var.
11308         (cl--labels-convert): New function.
11309         (cl-flet, cl-labels): New implementation with new semantics, relying on
11310         lexical-binding.
11311         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11312         (cl-closure-vars, cl--function-convert-cache)
11313         (cl--function-convert): Move from cl-macs.el.
11314         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11315         rename by removing the "cl-" prefix.
11316         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11318 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11320         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11321         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11322         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11323         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11324         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11325         (cl-hash-table-count): Add old compatibility aliases.
11327         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11328         Use macroexpand-all-environment instead.
11329         (cl--old-macroexpand): New var.
11330         (cl--sm-macroexpand): New function.
11331         (cl-symbol-macrolet): Use it during macro expansion.
11332         (cl--function-convert-cache): New var.
11333         (cl--function-convert): New function, extracted from
11334         cl-macroexpand-all.
11335         (cl-lexical-let): Use it.
11337         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11338         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11339         (cl-member): Remove old alias.
11341         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11342         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11343         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11344         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11345         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11346         (cl-macroexpand-cmacs): Remove var.
11347         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11348         Use macroexpand-all instead.
11350 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11352         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11353         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11354         (macroexp-copyable-p): New functions and macros.
11355         * emacs-lisp/edebug.el (edebug-unwrap):
11356         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11357         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11358         (pcase--let*): Remove.
11359         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11360         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
11361         macroexp-const-p instead.
11362         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11364         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11365         instead of "cl-" for internal definitions.  Use macroexp-const-p.
11366         (cl-old-bc-file-form): Remove var.
11367         (cl-const-exprs-p): Remove fun.
11368         (cl-labels, cl-macrolet): Use backquote.
11369         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
11370         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11371         (cl-define-setf-expander): Rename from cl-define-setf-method.
11372         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11374         * international/mule-cmds.el: Don't require CL.
11375         (view-hello-file): Don't use `letf'.
11377 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11379         * tmm.el (tmm-prompt): Use string-prefix-p.
11380         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11381         (tmm-add-prompt): Use minibuffer-completion-help.
11382         (tmm-delete-map): Remove.
11384         * subr.el (kbd): Make it its own function.
11386 2012-06-07  Stefan Merten  <smerten@oekonux.de>
11388         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11389         Silence compiler warnings.  Fix versions.
11390         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11391         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11392         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11393         (rst-package-emacs-version-alist): Correct Emacs version to
11394         represent major merge with upstream.
11395         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11397 2012-06-06  Glenn Morris  <rgm@gnu.org>
11399         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11400         Only print environment variables if set.
11402 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11404         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11405         (macroexp--cons): Rename from maybe-cons.
11406         (macroexp--accumulate): Rename from macroexp-accumulate.
11407         (macroexp--all-forms): Rename from macroexpand-all-forms.
11408         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11409         (macroexp--expand-all): Rename from macroexpand-all-1.
11411 2012-06-06  Sam Steingold  <sds@gnu.org>
11413         * calendar/calendar.el (calendar-in-read-only-buffer):
11414         Call `special-mode' to enable the standard read-only keybindings.
11416 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11418         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11419         with "loading" messages (bug#11635).
11421 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
11423         * files.el (enable-remote-dir-locals): New option.
11424         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
11426         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11427         Ensure, that the temp directory is local.
11429         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11430         `temporary-file-directory'.
11432         * progmodes/python.el (python-send-region): Ensure, that the
11433         temporary file is created also in the remote case.
11435 2012-06-06  Glenn Morris  <rgm@gnu.org>
11437         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11438         (vc-rcs-update-changelog): Use it.
11440         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11442         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11443         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11444         (vc-sccs-diff): Replace use of the external vcdiff script.
11446 2012-06-05  Glenn Morris  <rgm@gnu.org>
11448         * ledit.el: Move to obsolete/.
11450 2012-06-05  Sam Steingold  <sds@gnu.org>
11452         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11453         patch (Bug#11140).
11455 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11457         * emacs-lisp/cust-print.el: Move to obsolete.
11459         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11460         compiler-macro expansion.
11462         Add native compiler-macro support.
11463         * emacs-lisp/macroexp.el (macroexpand-all-1):
11464         Support compiler-macros directly.  Properly follow aliases and apply
11465         the compiler macros more thoroughly.
11466         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11467         macroexpand now properly follows aliases.
11468         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11469         (cl-compiler-macroexpand): Use new prop.
11470         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11472         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11474 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
11476         * window.el (get-lru-window, get-mru-window, get-largest-window):
11477         New argument NOT-SELECTED to avoid picking the selected window.
11478         (window--display-buffer-1, window--display-buffer-2): Replace by
11479         new function window--display-buffer
11480         (display-buffer-same-window, display-buffer-reuse-window)
11481         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11482         Use window--display-buffer.
11483         (display-buffer-use-some-window): Remove temporary dedication
11484         hack by calling get-lru-window and get-largest-window with
11485         NOT-SELECTED argument non-nil.  Call window--display-buffer.
11487 2012-06-05  Glenn Morris  <rgm@gnu.org>
11489         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11490         Replace external vcdiff script.
11492 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11494         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11496 2012-06-04  Chong Yidong  <cyd@gnu.org>
11498         * image.el (imagemagick-types-inhibit): Revert last change.
11499         Add INFO and M.
11500         (imagemagick-enabled-types): Remove CIN and EPS*.
11502 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11504         * emacs-lisp/cl-lib.el: Rename from cl.el.
11505         * emacs-lisp/cl.el: New compatibility file.
11506         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11507         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11508         to obey the "cl-" prefix.
11509         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11511 2012-06-03  Glenn Morris  <rgm@gnu.org>
11513         * emacs-lisp/authors.el (authors-aliases): Addition.
11515         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11516         Fix :version.
11518 2012-06-03  Stefan Merten  <smerten@oekonux.de>
11520         * textmodes/rst.el: Add comments.
11521         (rst-transition, rst-adornment): New faces.
11522         (rst-adornment-faces-alist): Make default safe to reevaluate.
11523         Fixes
11524         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11525         Improve customization tags.
11526         (rst-define-level-faces): Clarify meaning.
11528 2012-06-03  Chong Yidong  <cyd@gnu.org>
11530         * progmodes/compile.el (compilation-mode-line-fail)
11531         (compilation-mode-line-run, compilation-mode-line-exit):
11532         New faces.
11533         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11535 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
11537         * progmodes/which-func.el (which-func-update-ediff-windows):
11538         New function.  Use it in ediff-select-hook (Bug#11478).
11540 2012-06-03  Chong Yidong  <cyd@gnu.org>
11542         * bindings.el: Remove explicit help text from format-mode-line.
11543         It is now supplied by mode-line-default-help-echo.
11544         (mode-line-front-space, mode-line-end-spaces)
11545         (mode-line-misc-info): New variables.
11546         (mode-line-modes, mode-line-position): Move the default value to
11547         the variable definition.
11548         (mode-line-default-help-echo): New defcustom.
11549         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11550         (mode-line-modified-help-echo): New functions.
11551         (mode-line-mule-info, mode-line-modified): Use them.
11552         (mode-line-eol-desc, propertized-buffer-identification):
11553         Consistency fixes for help text.
11554         (mode-line-coding-system-map): Allow using mouse-3 to invoke
11555         set-buffer-file-coding-system (Bug#289).
11556         (mode-line-mule-info-help-echo): Update help text.
11558 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11560         * simple.el (execute-extended-command): Set real-this-command
11561         (bug#11506).
11563 2012-06-02  Chong Yidong  <cyd@gnu.org>
11565         Remove incorrect uses of "modeline" in comments, docstrings, and
11566         function/variable names (Bug#10329).
11568         * cus-edit.el (mode-line):
11569         * dframe.el (dframe-mouse-hscroll):
11570         * emacs-lisp/re-builder.el:
11571         * emacs-lisp/easy-mmode.el (define-minor-mode):
11572         * frame.el (set-frame-name):
11573         * help.el (lookup-minor-mode-from-indicator):
11574         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11575         * progmodes/cc-cmds.el (c-toggle-auto-newline)
11576         (c-toggle-hungry-state):
11577         * progmodes/antlr-mode.el (antlr-language-alist):
11578         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11579         * progmodes/vhdl-mode.el (vhdl-mode):
11580         * progmodes/which-func.el (which-func, which-func-cleanup-function):
11581         * term/ns-win.el (ns-face-at-pos):
11582         * term/sup-mouse.el (sup-mouse-report):
11583         * textmodes/flyspell.el (flyspell-mode-line-string):
11584         * textmodes/ispell.el (ispell-highlight-face):
11585         * textmodes/reftex-global.el:
11586         * vc/vc-arch.el (vc-arch-mode-line-string):
11587         * vc/vc-cvs.el (vc-cvs-mode-line-string):
11588         * vc/vc-git.el (vc-git-mode-line-string):
11589         * vc/vc-hooks.el (vc-display-status)
11590         (vc-default-mode-line-string):
11591         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11593         * ansi-color.el (ansi-color-faces-vector): Change default faces.
11595         * dired.el (dired-sort-set-mode-line): Rename from
11596         dired-sort-set-modeline.  All callers changed.
11598         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11599         eshell-status-in-modeline.
11601         * foldout.el (foldout-mode-line-string): Rename from
11602         foldout-modeline-string.  All callers changed.
11603         (foldout-update-mode-line): Rename from foldout-update-modeline.
11605         * subr.el (redraw-modeline): Make into obsolete alias.
11607         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11608         timeclock-modeline-display.  Make old name an alias.
11609         (timeclock-update-mode-line): Likewise.  All callers changed.
11610         (timeclock-mode-line-display): No need to check before using
11611         add-hook.
11612         (timeclock-relative, timeclock-day-over-hook)
11613         (timeclock-use-elapsed, timeclock-mode-string)
11614         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11616         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11617         crisp-mode-modeline-string.
11619         * play/solitaire.el (solitaire-build-mode-line): Rename from
11620         solitaire-build-modeline.  All callers changed.
11622         * play/zone.el (zone-hiding-mode-line): Rename from
11623         zone-hiding-modeline.  All callers changed.
11624         (zone): Remove unusued `modeline-hidden-level' property.
11626         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11627         xscheme-modeline-initialize.  All callers changed.
11629         * strokes.el (strokes-lighter): Rename from
11630         strokes-modeline-string.
11632         * textmodes/sgml-mode.el (html-face-tag-alist)
11633         (html-tag-face-alist): Use mode-line face instead of obsolete
11634         alias modeline.
11636 2012-06-02  Stefan Merten  <smerten@oekonux.de>
11638         * textmodes/rst.el: Always require `cl'.
11639         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11641 2012-06-02  Chong Yidong  <cyd@gnu.org>
11643         * image.el (imagemagick-enabled-types): Rename from
11644         imagemagick-types-enable.  Add many more types.
11645         (imagemagick-types-inhibit): Change default to nil.
11646         (imagemagick-filter-types): Caller changed.
11648 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * emacs-lisp/cl-macs.el: Use backquotes.
11651         (cl-transform-function-property): Use eval-and-compile rather than
11652         abusing `require'.
11653         (defstruct): Use declare-function instead of with-no-warnings.
11655         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11656         (byte-compile-output-docform): Re-add the print-circle bindings.
11657         (byte-compile-fix-header): Use #$ just because it's shorter.
11658         (byte-compile-output-file-form): Remove defun/defmacro.
11660 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
11662         * simple.el (choose-completion): Remove now obsolete binding for
11663         owindow.
11665 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
11667         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11668         in order to avoid "Stack overflow in regexp matcher".
11670 2012-05-31  Glenn Morris  <rgm@gnu.org>
11672         * image.el: For clarity, call imagemagick-register-types at
11673         top-level, rather than relying on a custom :initialize.
11674         (imagemagick-types-enable): New option.  (Bug#11557)
11675         (imagemagick-filter-types): New function.  (Bug#7406)
11676         (imagemagick-register-types): Use imagemagick-filter-types.
11677         If disabling support, remove elements altogether rather
11678         than using an impossible regexp.
11679         (imagemagick-types-inhibit): Give it the default init function.
11681 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11683         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11684         Handle arbitrary file name lengths (Bug#11585).
11686 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
11688         * desktop.el (desktop-read): Clear previous and next buffers for
11689         all windows and bury *Messages* buffer (bug#11556).
11691 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11693         Add `declare' for `defun'.  Align `defmacro's with it.
11694         * emacs-lisp/easy-mmode.el (define-minor-mode)
11695         (define-globalized-minor-mode): Don't autoload the var definitions.
11696         * emacs-lisp/byte-run.el: Use lexical-binding.
11697         (defun-declarations-alist, macro-declarations-alist): New vars.
11698         (defmacro, defun): Use them.
11699         (make-obsolete, define-obsolete-function-alias)
11700         (make-obsolete-variable, define-obsolete-variable-alias):
11701         Use `declare'.
11702         (macro-declaration-function): Mark obsolete.
11703         * emacs-lisp/autoload.el: Use lexical-binding.
11704         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
11706 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11708         * textmodes/ispell.el (ispell-with-no-warnings):
11709         Define as a macro.
11710         (ispell-kill-ispell, ispell-change-dictionary):
11711         Use `called-interactively-p' for Emacs instead of obsolete
11712         `interactive-p'.
11714 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11716         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11717         (macro-declaration-function): Move var from C code.
11718         (macro-declaration-function): Define function with defalias.
11719         * emacs-lisp/macroexp.el (macroexpand-all-1):
11720         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11721         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11722         defun/defmacro any more.
11723         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11724         Provide fallback for unknown arglist.
11725         (byte-compile-arglist-warn): Change calling convention.
11726         (byte-compile-output-file-form): Move print-vars binding.
11727         (byte-compile-output-docform): Simplify accordingly.
11728         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11729         (byte-compile-defmacro-declaration): Remove.
11730         (byte-compile-file-form-defmumble): Generalize to defalias.
11731         (byte-compile-output-as-comment): Return byte-positions.
11732         Simplify callers accordingly.
11733         (byte-compile-lambda): Use `assert'.
11734         (byte-compile-defun, byte-compile-defmacro): Remove.
11735         (byte-compile-file-form-defalias):
11736         Use byte-compile-file-form-defmumble.
11737         (byte-compile-defalias-warn): Remove.
11739 2012-05-29  Stefan Merten  <smerten@oekonux.de>
11741         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11742         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
11744         (rst-mode-abbrev-table): Merge definition.
11745         (rst-mode): Make sure `font-lock-defaults' is buffer local.
11746         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11748 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
11750         * calendar/icalendar.el
11751         (icalendar-export-region): Export UID properly.
11753 2012-05-29  Leo Liu  <sdl.web@gmail.com>
11754         * calendar/icalendar.el (icalendar-import-format):
11755         Add `icalendar-import-format-uid' (Bug#11525).
11756         (icalendar-import-format-uid): New.
11757         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11758         Export UID.
11760 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11763         different alternative patterns.
11764         (pcase-codegen): Be more careful to preserve identity.
11765         (pcase--u1): Don't forget to mark vars as used.
11767         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11768         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11769         (byte-compile-from-buffer): ...rather than here.
11771         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11772         functions from byte-compile-function-environment.
11774 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
11776         * window.el (window-deletable-p): Avoid deleting the root window
11777         of a frame with an active minibuffer.
11779 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
11781         * simple.el (choose-completion): Use quit-window (Bug#11567).
11783 2012-05-29  Chong Yidong  <cyd@gnu.org>
11785         * whitespace.el (whitespace-cleanup): Fix usage of
11786         whitespace-empty-at-bob-regexp (Bug#11492).
11788 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11790         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11791         revert (Bug#11488).
11793 2012-05-29  Juri Linkov  <juri@jurta.org>
11795         * isearch.el (isearch-mode-map): Bind `M-s _' to
11796         `isearch-toggle-symbol'.  Bind `M-s c' to
11797         `isearch-toggle-case-fold'.
11798         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11799         (isearch-forward): Add `M-s _' to the docstring.
11800         (isearch-forward-symbol, isearch-toggle-case-fold)
11801         (isearch-symbol-regexp): New functions.  (Bug#11381)
11803 2012-05-29  Juri Linkov  <juri@jurta.org>
11805         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
11806         (isearch-occur, isearch-search-and-update): If `isearch-word' is
11807         a function, call it to get the regexp.
11808         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11809         property `isearch-message-prefix' instead of the string "word ".
11810         (isearch-search-fun-default): For the case of `isearch-word',
11811         return a lambda that calls re-search-forward/re-search-backward
11812         with a regexp returned by `word-search-regexp' or by the function
11813         in `isearch-word'.
11815 2012-05-29  Juri Linkov  <juri@jurta.org>
11817         * isearch.el (isearch-search-fun-default): New function.
11818         (isearch-search-fun): Move default part to the new function
11819         `isearch-search-fun-default'.
11820         (isearch-search-fun-function): Set the default value to
11821         `isearch-search-fun-default'.  (Bug#11381)
11823         * comint.el (comint-history-isearch-end):
11824         Use `isearch-search-fun-default'.
11825         (comint-history-isearch-search): Use `isearch-search-fun-default'
11826         and remove spacial case for `isearch-word'.
11827         (comint-history-isearch-wrap): Remove spacial case for
11828         `isearch-word'.
11830         * hexl.el (hexl-isearch-search-function):
11831         Use `isearch-search-fun-default'.
11833         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11834         Use `word-search-regexp' for `isearch-word'.
11836         * misearch.el (multi-isearch-search-fun):
11837         Use `isearch-search-fun-default'.
11839         * simple.el (minibuffer-history-isearch-search):
11840         Use `isearch-search-fun-default' and remove spacial case for
11841         `isearch-word'.
11842         (minibuffer-history-isearch-wrap): Remove spacial case for
11843         `isearch-word'.
11845         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11846         Remove spacial case for `isearch-word'.
11847         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11849 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11851         Decrease XEmacs incompatibilities.
11852         * textmodes/flyspell.el (flyspell-check-pre-word-p):
11853         Use `string-match'.
11854         (flyspell-delete-region-overlays): Use alternative definition for
11855         XEmacs.
11856         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11857         (flyspell-word): Use `process-kill-without-query' if XEmacs.
11858         (flyspell-mode-on): Use `interactive-p' if XEmacs.
11859         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11860         `define-obsolete-face-alias' under XEmacs, but old method.
11862         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11863         `with-no-warnings' definition or Emacs alias.
11864         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11865         (ispell-word): Do not use `region-p' if XEmacs.
11867 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11869         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11870         Check for `ispell-dictionary-base-alist' instead of full
11871         `ispell-dictionary-alist'.
11872         (ispell-init-process): Show spellchecker when starting new Ispell
11873         process.
11875 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11877         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11878         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11880 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
11882         * version.el (motif-version-string, gtk-version-string)
11883         (ns-version-string): Declare.
11885 2012-05-27  Juri Linkov  <juri@jurta.org>
11887         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11888         after the `eval-defun-1' specialcaseing
11889         like in `edebug-eval-defun' (bug#10181).
11891         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11892         like in `eval-defun-1'.
11894 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
11896         * mail/sendmail.el (mail-yank-region):
11897         Recognize rmail-yank-current-message in addition to insert-buffer.
11898         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11899         a *mail* buffer created through rmail-start-mail with sendmail as
11900         mail-user-agent.
11902 2012-05-27  Chong Yidong  <cyd@gnu.org>
11904         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11905         Default to 256 (Bug#11267).
11907         * help.el (describe-mode): Doc fix.
11909 2012-05-26  Glenn Morris  <rgm@gnu.org>
11911         * w32-fns.el (w32-init-info): Remove.
11912         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11914         * info.el (info-initialize): For self-contained NS builds, put the
11915         included info/ directory at the front.  (Bug#2791)
11917         * paths.el (Info-default-directory-list): Make it a defcustom,
11918         mainly so that we can use custom-initialize-delay.
11920 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11922         * subr.el (buffer-has-markers-at): Mark obsolete.
11924         * subr.el (lambda): Use declare.
11926         * emacs-lisp/lisp-mode.el (lambda):
11927         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11929 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11931         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
11933 2012-05-26  Glenn Morris  <rgm@gnu.org>
11935         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11937 2012-05-25  Glenn Morris  <rgm@gnu.org>
11939         * paths.el: Remove no-byte-compile.
11940         * loadup.el: No need to load paths.el uncompiled.
11942         * image.el (imagemagick-types-inhibit): Doc fix.
11944         * version.el: Remove no-byte-compile and associated formatting.
11945         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
11946         is ancient code from when there was an "inc-vers.el".
11948 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * progmodes/gdb-mi.el: Minor style changes.
11951         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11952         Turn into minor modes.
11953         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11954         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11955         (gdb-shell): Remove unneeded let-binding.
11956         (gdb-get-many-fields): Eliminate O(n²) behavior.
11958 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
11960         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11961         platforms that don't link in fontset.c.
11963 2012-05-25  Juri Linkov  <juri@jurta.org>
11965         Use the same diff color scheme as in modern VCSes (bug#10181).
11967         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11968         to avoid confusion with `diff-added' that now uses green colors.
11969         (diff-removed): Use shades of red.
11970         (diff-added): Use shades of green.
11971         (diff-changed): Leave just the yellow color.
11972         (diff-use-changed-face): New variable.
11973         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11974         how to highlight context diff changes.
11975         (diff-refine-change): Use shades of yellow.
11976         (diff-refine-removed): New face that uses shades of red.
11977         (diff-refine-added): New face that uses shades of green.
11978         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11979         `diff-refine-removed' in the call to `smerge-refine-subst'
11980         depending on the value of `diff-use-changed-face'.
11982         * vc/smerge-mode.el (smerge-mine): Use shades of red.
11983         (smerge-other): Use shades of green.
11984         (smerge-base): Use shades of yellow.
11985         (smerge-refined-change): Empty face.
11986         (smerge-refined-removed): New face that uses shades of red.
11987         (smerge-refined-added): New face that uses shades of green.
11988         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
11989         args `props-r' and `props-a', and use them.  Doc fix.
11990         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11991         on its value use different faces `smerge-refined-change',
11992         `smerge-refined-removed', `smerge-refined-added' in the call to
11993         `smerge-refine-subst'.
11995         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11996         Add face condition `min-colors 88' with shades of red.
11997         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11998         `min-colors 88' with shades of green.
11999         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12000         `min-colors 88' with shades of yellow.
12002 2012-05-24  Glenn Morris  <rgm@gnu.org>
12004         * paths.el (prune-directory-list, remote-shell-program): Move to...
12005         * files.el (prune-directory-list, remote-shell-program): ...here.
12006         For the latter, delay initialization, prefer ssh, just search PATH.
12008         * paths.el (term-file-prefix): Move to faces.el (the only user).
12009         * faces.el (term-file-prefix): Move here, make it a defcustom.
12011         * paths.el (news-directory, news-path, news-inews-program):
12012         Move to gnus/nnspool.el.
12014         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12016         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12017         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12018         Make the latter a defcustom, with a delayed initialization.
12020         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12021         These were deleted from Gnus itself late 2010.
12023 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
12025         * progmodes/which-func.el (which-func-ff-hook):
12026         Check against user-error, not error.
12028         * emacs-lisp/edebug.el (top): Do not load or set up loading of
12029         cl-specs.el, which no longer exists.
12031 2012-05-22  Glenn Morris  <rgm@gnu.org>
12033         * info.el (info-emacs-bug): New command.
12034         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12035         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12037 2012-05-21  Glenn Morris  <rgm@gnu.org>
12039         * makefile.w32-in (update-subdirs-SH):
12040         * Makefile.in (update-subdirs): Update for moved update-subdirs.
12042 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12044         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12046         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12047         Simplify Maven regexp, and make sure the file can't start with a space
12048         (bug#11517).
12050 2012-05-21  Glenn Morris  <rgm@gnu.org>
12052         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12053         Scrap superfluous subshells.
12055 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12057         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12058         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12060 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
12062         * calc/calc.el (calc-ensure-consistent-units): New variable.
12064         * calc/calc-units.el (math-consistent-units-p)
12065         (math-check-unit-consistency): New functions.
12066         (calc-quick-units, calc-convert-units):
12067         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12068         is non-nil.
12069         (calc-extract-units): Fix typo.
12071 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12073         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12075         * textmodes/flyspell.el: Commenting style, plus code simplifications.
12076         (flyspell-default-deplacement-commands): Don't spell check after
12077         repeated window/frame switches (e.g. triggered by mouse-movement).
12078         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12079         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12080         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12081         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12082         Remove unused vars.
12083         (flyspell-get-casechars, flyspell-get-not-casechars):
12084         Simplify; Don't bother removing a ] just to add it back.
12085         * textmodes/ispell.el (ispell-program-name): Use executable-find.
12087 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12089         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12090         New functions.
12091         (math-function-table): Add support for more C functions.
12093 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12095         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12096         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12097         Protect delay handling for otherchars against empty otherchars.
12099 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12101         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12102         their respective macro declarations.
12103         * skeleton.el (define-skeleton):
12104         * progmodes/compile.el (define-compilation-mode):
12105         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12106         (define-ibuffer-filter):
12107         * emacs-lisp/generic.el (define-generic-mode):
12108         * emacs-lisp/easy-mmode.el (define-minor-mode)
12109         (define-globalized-minor-mode):
12110         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12111         * emacs-lisp/byte-run.el (defsubst):
12112         * custom.el (deftheme): Add doc-string metadata.
12114 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12116         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12118 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12120         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12122         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12123         * emacs-lisp/cl-macs.el: Idem.
12124         * emacs-lisp/cl-specs.el: Remove.
12126 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12128         Minor renaming of internal CL functions and variables.
12129         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12130         (cl--position): Rename from cl-position.
12131         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12132         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12133         (cl--random-state): Rename from *random-state*.
12135 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12137         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12138         parens around the arg list (bug#11499).
12140 2012-05-17  Juri Linkov  <juri@jurta.org>
12142         * isearch.el (word-search-regexp, word-search-backward)
12143         (word-search-forward, word-search-backward-lax)
12144         (word-search-forward-lax): Move functions from search.c
12145         (bug#10145, bug#11381).
12147 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12149         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12150         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12151         Delay for otherchars as for normal word components.
12153 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12155         * minibuffer.el (completion--sifn-requote): Fix last change.
12156         (minibuffer-local-must-match-filename-map):
12157         Move define-obsolete-variable-alias before its var.
12159 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12161         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12163         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12164         behavior.
12165         (completion--string-equal-p): New function.
12166         (completion--twq-all): Use it to get better assertion failure data.
12168         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12169         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12170         (shell--requote-argument): New functions.
12171         (shell-completion-vars): Use them.
12172         (shell--parse-pcomplete-arguments): Rename from
12173         shell-parse-pcomplete-arguments.
12174         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12175         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12176         Obey comint-file-name-quote-list.
12178         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12179         (smie-indent-keyword): Use it.
12181 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12183         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12185 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12187         * net/rlogin.el (rlogin-mode-map): Fix last change.
12189 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12191         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12192         the following \r\n using a single `process-send-string', since the
12193         Lotus SMTP server refuses to accept any commands if they are sent
12194         with two `process-send-string's (Bug#11444).
12196 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12198         * shell.el (shell-parse-pcomplete-arguments):
12199         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12201 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12203         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12204         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12205         (image-transform-width, image-transform-fit-width): New functions.
12206         (image-transform-properties): Use them.
12207         (image-transform-check-size): New function.
12208         (image-toggle-display-image): Use it (for testing).
12209         (image-transform-set-rotation): Reduce angle mod 360.
12210         Delete obsolete comment.
12212 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12214         * image-mode.el: Fix scaling (bug#11399).
12215         (image-transform-resize): Doc fix.
12216         (image-transform-properties): Default scale is 1 and height should
12217         be an integer.
12219 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
12221         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12222         than hard-coding `car', to fix misbehavior when moving forward.
12224 2012-05-13  Chong Yidong  <cyd@gnu.org>
12226         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12227         (tabulated-list-entries, tabulated-list-padding)
12228         (tabulated-list-sort-key): Make permanent-local.
12230         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12231         (electric-buffer-list): Put electric buffer menu
12232         command descriptions in this docstring, instead of the docstring
12233         of electric-buffer-menu-mode.  Code cleanups.
12234         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12235         Electric-buffer-menu-mode.
12236         (electric-buffer-update-highlight): Minor code cleanup.
12238 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12240         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12241         (Bug#11447)
12243 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12245         Move define-obsolete-variable-alias before the var's definition.
12246         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12247         * tooltip.el (tooltip-hook):
12248         * textmodes/reftex-toc.el (reftex-toc-map):
12249         * textmodes/reftex-sel.el (reftex-select-label-map)
12250         (reftex-select-bib-map):
12251         * textmodes/reftex-index.el (reftex-index-map)
12252         (reftex-index-phrases-map):
12253         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12254         * progmodes/meta-mode.el (meta-mode-map):
12255         * novice.el (disabled-command-hook):
12256         * loadhist.el (unload-hook-features-list):
12257         * frame.el (blink-cursor):
12258         * files.el (find-file-not-found-hooks, write-file-hooks)
12259         (write-contents-hooks):
12260         * emulation/tpu-edt.el (GOLD-map):
12261         * emacs-lock.el (emacs-lock-from-exiting):
12262         * emacs-lisp/generic.el (generic-font-lock-defaults):
12263         * emacs-lisp/chart.el (chart-map):
12264         * dos-fns.el (register-name-alist):
12265         * dired-x.el (dired-omit-files-p):
12266         * desktop.el (desktop-enable):
12267         * cus-edit.el (custom-mode-hook):
12268         * buff-menu.el (buffer-menu-mode-hook):
12269         * bookmark.el (bookmark-read-annotation-text-func)
12270         (bookmark-exit-hooks):
12271         * allout.el (allout-mode-deactivate-hook)
12272         (allout-exposure-change-hook, allout-structure-added-hook)
12273         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12274         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12275         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12276         comes before the corresponding variable's definition.
12278 2012-05-12  Chong Yidong  <cyd@gnu.org>
12280         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12281         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12282         (Buffer-menu-mode-map): Bind it.
12283         (Buffer-menu--pretty-name): Add a mouse-face property.
12285 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12287         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12288         (prolog-upper-case-string, prolog-lower-case-string)
12289         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12290         (prolog-use-smie, prolog-smie-grammar): New vars.
12291         (prolog-smie-forward-token, prolog-smie-backward-token)
12292         (prolog-smie-rules): New funs.
12293         (prolog-comment-indent): Remove.
12294         (prolog-mode-variables): Use default comment indentation instead.
12295         Setup SMIE.
12296         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12297         (prolog-mode): Don't call them any more.
12298         (prolog-electric-colon, prolog-electric-dash)
12299         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12301         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12303         * minibuffer.el (completion--twq-all): Again, allow case differences.
12305         * term.el: Move keymap initialization code to be more idiomatic.
12306         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12307         (term-terminal-menu): Move initialization into declaration.
12308         (term-escape-char): Let the user set it in her .emacs.
12310         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12311         Provide SMIE-based indentation (not enabled by default yet).
12312         (sh-mode-map): Don't bind electric keys.
12313         Use electric-pair-mode instead of skeleton-pair.
12314         (sh-assignment-regexp): Fit within 80 columns.
12315         (sh-indent-supported): Specify actual shell name instead of boolean.
12316         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12317         (sh-maybe-here-document): Use it.  Make obsolete.
12318         (sh-electric-here-document-mode) New minor mode.
12319         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
12320         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12321         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12322         (sh-smie-rc-grammar, sh-use-smie): New vars.
12323         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12324         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12325         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12326         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12327         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12328         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12329         (sh-set-shell): Use smie-setup if requested.
12331         * term.el (term-set-escape-char): Properly set term-escape-char.
12332         See http://stackoverflow.com/questions/10524656.
12334 2012-05-10  Chong Yidong  <cyd@gnu.org>
12336         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12337         Use url-generic-parse-url, and handle host names and Windows
12338         filenames properly.
12339         (ffap-url-unwrap-remote): Use url-generic-parse-url.
12340         (ffap-url-unwrap-remote): Accept list values, specifying a list of
12341         URL schemes to work on.
12342         (ffap--toggle-read-only): New function.
12343         (ffap-read-only, ffap-read-only-other-window)
12344         (ffap-read-only-other-frame): Use it.
12345         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12346         necessary for ffap-url-unwrap-remote.
12348 2012-05-10  Dave Abrahams  <dave@boostpro.com>
12350         * cus-start.el (create-lockfiles): Add it.
12352 2012-05-09  Chong Yidong  <cyd@gnu.org>
12354         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12355         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12357 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12359         * shell.el (shell-completion-vars): Fix last change (bug#11348).
12361 2012-05-09  Chong Yidong  <cyd@gnu.org>
12363         * ansi-color.el (ansi-color-process-output): Check for validity of
12364         comint-last-output-start before using it.  This avoids a bad
12365         interaction with gdb-mi's input/output buffer.
12367 2012-05-09  Glenn Morris  <rgm@gnu.org>
12369         * files.el (dir-locals-read-from-file):
12370         Mention dir-locals in any error message.
12372 2012-05-09  Chong Yidong  <cyd@gnu.org>
12374         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12375         package (Bug#11410).
12377         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12378         variables into description.
12380 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12382         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12383         shell-delimiter-argument-list (bug#11348).
12384         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12386 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
12388         * textmodes/rst.el: Silence byte-compiler warnings.
12389         (rst-re-alist, rst-reset-section-caches): Move around.
12390         (rst-re): Use `characterp', not `char-valid-p'.
12391         (font-lock-beg, font-lock-end): Declare.
12393         * progmodes/idlw-shell.el (specs): Remove reference to deleted
12394         variable `idlwave-shell-activate-alt-keybindings' and simplify.
12396         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12398 2012-05-08  Glenn Morris  <rgm@gnu.org>
12400         * files.el (auto-mode-alist): Treat ".make" like ".mk".
12402 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * vc/log-edit.el: Add GNU coding standards highlighting.
12405         (log-edit-font-lock-gnu-style)
12406         (log-edit-font-lock-gnu-keywords): New vars.
12407         (log-edit-font-lock-keywords): New fun.
12408         (log-edit-mode): Don't fold case in font-lock.
12409         (log-edit-font-lock-keywords): Do not assume case-folding.
12411         * imenu.el: Misc cleanup.  Make docstrings out of comments.
12412         Use lexical-binding.
12413         (imenu--index-alist, imenu--last-menubar-index-alist)
12414         (imenu-menubar-modified-tick): Use defvar-local.
12415         (imenu--split-menu): Remove unused var.
12416         (imenu--cleanup-seen): Declare as global.
12417         (imenu--cleanup): Use dolist.
12419         * subr.el (defvar-local): Add debug spec and doc-string position.
12421 2012-05-08  Glenn Morris  <rgm@gnu.org>
12423         * language/burmese.el, language/cham.el, language/czech.el:
12424         * language/english.el, language/georgian.el, language/greek.el:
12425         * language/japanese.el, language/khmer.el, language/korean.el:
12426         * language/lao.el, language/misc-lang.el, language/romanian.el:
12427         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12428         * language/thai.el, language/utf-8-lang.el:
12429         Remove no-byte-compile setting.
12431         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
12433 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12435         * progmodes/make-mode.el (makefile-browse):
12436         Remove unnecessary interactive.  (Bug#11324)
12438 2012-05-07  Glenn Morris  <rgm@gnu.org>
12440         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12442         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12444 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12446         * loadup.el: Preload newcomment.el.
12447         * newcomment.el: Move autoload-only code to toplevel.
12449         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12450         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12451         Handle new :right-align column property.
12452         (tabulated-list-print-col): Idem, plus use `display' text-property to
12453         try and preserve alignment for variable pitch fonts.
12455 2012-05-07  Chong Yidong  <cyd@gnu.org>
12457         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12458         (tabulated-list-use-header-line): New var.
12459         (tabulated-list-init-header): Use it.
12460         (tabulated-list-print-fake-header): New function.
12461         (tabulated-list-print): Use it.
12462         (tabulated-list-sort-button-map): Add non-header-line commands.
12463         (tabulated-list-init-header): Add column name property to basic
12464         labels as well.
12465         (tabulated-list-col-sort): Handle non-header-line button case.
12466         (tabulated-list--sort-by-column-name): Fix a corner case.
12468         * buff-menu.el (list-buffers--refresh):
12469         Handle Buffer-menu-use-header-line.
12471 2012-05-06  Chong Yidong  <cyd@gnu.org>
12473         * buff-menu.el: Convert to Tabulated List mode.
12474         (Buffer-menu-buffer+size-width): Make obsolete.
12475         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12476         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12477         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
12478         documentation into docstring of buffer-menu.
12479         (Buffer-menu-toggle-files-only): Add an informative message.
12480         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12481         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12482         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12483         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12484         (Buffer-menu-execute, Buffer-menu-select)
12485         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12486         (Buffer-menu-bury): Use Tabulated List machinery.
12487         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12488         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12489         Delete.
12490         (list-buffers--refresh): New function.
12491         (list-buffers-noselect): Use it.
12492         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12493         (Buffer-menu--pretty-file-name): New helper functions.
12495         * loadup.el: Preload tabulated-list.
12497         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12498         tabulated-list-sort-column.
12499         (tabulated-list-init-header): Add the initial aligning space even
12500         if tabulated-list-padding is zero.
12502 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
12504         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12505         whose cdr is not a cons cell correctly (bug#11038).
12507 2012-05-06  Chong Yidong  <cyd@gnu.org>
12509         * emacs-lisp/tabulated-list.el (tabulated-list-format):
12510         Accept additional plist in column descriptors.
12511         (tabulated-list-init-header): Obey it.
12512         (tabulated-list-get-entry): New function.
12513         (tabulated-list-put-tag): Use it.  Use string-width instead of
12514         length.
12515         (tabulated-list--column-number): New function.
12516         (tabulated-list-print): Use it.
12517         (tabulated-list-print-col): New function.
12518         Set `tabulated-list-column-name' property on each column's text.
12519         (tabulated-list-print-entry): Use it.
12520         (tabulated-list-delete-entry, tabulated-list-set-col):
12521         New functions.
12522         (tabulated-list-sort-column): New command (Bug#11337).
12524         * buff-menu.el (list-buffers): Move C-x C-b binding from
12525         buff-menu.el to bindings.el.
12527         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12528         :advertised-binding feature.
12530 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
12532         * progmodes/compile.el (compilation-internal-error-properties):
12533         Calculate start position correctly when end-col is set but
12534         end-line is not (Bug#11382).
12536 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
12538         * man.el (Man-unindent): Use text-property-default-nonsticky to
12539         prevent untabify from inheriting face properties (Bug#11408).
12541 2012-05-05  Stefan Merten  <smerten@oekonux.de>
12543         * textmodes/rst.el: Major merge with upstream development up to
12544         Docutils SVN r7399 / rst.el V1.2.1.
12546         Clarify maintainership and authors.
12548         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12549         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12550         (rst-official-version, rst-official-cvs-rev, rst-version)
12551         (rst-package-emacs-version-alist): New functions and variables
12552         for version information.
12554         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12555         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12556         (rst-mode-syntax-table, rst-mode): New and corrected functions
12557         and variables representing reStructuredText features.
12559         (rst-re): New function for reStructuredText regexes.  Use in
12560         many places.
12562         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12563         (rst-mode-map): Rebind keys.
12565         (rst-mode-lazy, rst-font-lock-keywords)
12566         (rst-font-lock-extend-region)
12567         (rst-font-lock-extend-region-internal)
12568         (rst-font-lock-extend-region-extend)
12569         (rst-font-lock-find-unindented-line-limit)
12570         (rst-font-lock-find-unindented-line-match)
12571         (rst-adornment-level, rst-font-lock-adornment-level)
12572         (rst-font-lock-adornment-match)
12573         (rst-font-lock-handle-adornment-pre-match-form)
12574         (rst-font-lock-handle-adornment-matcher): Major revision of
12575         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
12577         (rst-preferred-adornments, rst-adjust-hook)
12578         (rst-new-adornment-down, rst-preferred-bullets)
12579         (rst-preferred-bullets, rst-indent, rst-indent-width)
12580         (rst-indent-field, rst-indent-literal-normal)
12581         (rst-indent-literal-minimized, rst-indent-comment): Change,
12582         extend and improve customization.
12584         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12585         (rst-normalize-cursor-position, rst-get-decoration)
12586         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12587         (rst-rstrip, rst-toc-insert-find-delete-contents)
12588         (rst-shift-fill-region, rst-compute-bullet-tabs)
12589         (rst-debug-print-tabs, rst-debug-mark-found)
12590         (rst-shift-region-guts, rst-shift-region-right)
12591         (rst-shift-region-left, rst-use-char-classes)
12592         (rst-font-lock-keywords-function)
12593         (rst-font-lock-indentation-point)
12594         (rst-font-lock-find-unindented-line-begin)
12595         (rst-font-lock-find-unindented-line-end)
12596         (rst-font-lock-find-unindented-line)
12597         (rst-font-lock-adornment-point, rst-font-lock-level)
12598         (rst-adornment-level-alist): Remove functions and variables.
12600         (rst-compare-adornments, rst-get-adornment-match)
12601         (rst-suggest-new-adornment, rst-get-adornments-around)
12602         (rst-adornment-complete-p, rst-get-next-adornment)
12603         (rst-adjust-adornment, rst-display-adornments-hierarchy)
12604         (rst-straighten-adornments): Standardize function names to
12605         use "adornment" instead of "decoration".  Correct callers.
12606         Similar standardizing in many places.
12608         (rst-update-section, rst-adjust, rst-promote-region)
12609         (rst-enumerate-region, rst-bullet-list-region)
12610         (rst-repeat-last-character): Correct use of `interactive'.
12612         (rst-classify-adornment, rst-find-all-adornments)
12613         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12614         (rst-find-leftmost-column, rst-repeat-last-character):
12615         Refactor functions.
12617         (rst-find-title-line, rst-reset-section-caches)
12618         (rst-get-adornments-around, rst-adjust-adornment-work)
12619         (rst-arabic-to-roman, rst-roman-to-arabic)
12620         (rst-insert-list-pos, rst-insert-list-new-item)
12621         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12622         New functions.
12624         (rst-all-sections, rst-section-hierarchy)
12625         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12626         New variables.
12628         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12629         configuration instead of only buffer.  Change where necessary.
12631         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12632         (rst-shift-region, rst-adaptive-fill): New functions for
12633         indentation and filling.
12635         (rst-comment-line-break, rst-comment-indent)
12636         (rst-comment-insert-comment, rst-comment-region)
12637         (rst-uncomment-region): New functions for handling comments.
12639         (rst-compile): Quote shell arguments.
12641         (rst-compile-pdf-preview, rst-compile-slides-preview):
12642         Delete temporary files after use.
12644 2012-05-05  Glenn Morris  <rgm@gnu.org>
12646         * calendar/cal-html.el: Optionally include holidays in the output.
12647         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12648         (cal-html-holidays): New option.
12649         (cal-html-css-default): Add holiday entry.
12650         (holiday-in-range): Autoload it.
12651         (cal-html-htmlify-entry): Add optional class argument.
12652         (cal-html-htmlify-list): Add optional holidays argument.
12653         (cal-html-insert-agenda-days): Include holidays in the output.
12654         (cal-html-one-month): Maybe include holidays.
12656         * calendar/holidays.el (holiday-in-range):
12657         Move here from cal-tex-list-holidays.
12658         * calendar/cal-tex.el (cal-tex-list-holidays):
12659         Make it an obsolete alias for holiday-in-range.  Update all callers.
12661 2012-05-05  Chong Yidong  <cyd@gnu.org>
12663         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12664         Nextstep.
12666 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
12668         * files.el (file-auto-mode-skip): New var.
12669         (set-auto-mode-1): Use it.
12671 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12673         * repeat.el: Use lexical-binding.
12674         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12675         (repeat-undo-count): Remove.
12676         (repeat):
12677         * progmodes/octave-mod.el (octave-abbrev-start):
12678         * progmodes/f90.el (f90-abbrev-start):
12679         * face-remap.el (text-scale-adjust):
12680         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12682         * emacs-lisp/pcase.el (pcase--let*): New function.
12683         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12684         a bit more.
12685         (pcase--split-pred): Be more clever about ruling out overlap between
12686         a predicate and some constant pattern.
12687         (pcase--q1): Use `null' instead of (eq foo nil).
12689         * subr.el (setq-local, defvar-local): New macros.
12690         (kbd): Redefine as an alias.
12691         (with-selected-window): Leave unrelated frames alone.
12692         (set-temporary-overlay-map): New function.
12694 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12696         * subr.el (user-error): New function.
12697         * window.el (switch-to-buffer):
12698         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12699         (smerge-match-conflict):
12700         * simple.el (previous-matching-history-element)
12701         (next-matching-history-element, goto-history-element, undo-more)
12702         (undo-start):
12703         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12704         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12705         (next-file, tags-loop-scan, list-tags, complete-tag):
12706         * progmodes/compile.el (compilation-loop):
12707         * mouse.el (mouse-minibuffer-check):
12708         * man.el (Man-bgproc-sentinel, Man-goto-page):
12709         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12710         (Info-history-forward, Info-follow-reference, Info-menu)
12711         (Info-extract-menu-item, Info-extract-menu-counting)
12712         (Info-forward-node, Info-backward-node, Info-next-menu-item)
12713         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12714         (Info-next-reference, Info-prev-reference, Info-index)
12715         (Info-index-next, Info-follow-nearest-node)
12716         (Info-copy-current-node-name):
12717         * imenu.el (imenu--make-index-alist)
12718         (imenu-default-create-index-function, imenu-add-to-menubar):
12719         * files.el (basic-save-buffer, recover-file):
12720         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12721         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12722         (checkdoc-message-text, checkdoc-defun):
12723         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12724         * cus-edit.el (customize-changed-options, customize-rogue)
12725         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12726         (custom-variable-mark-to-reset-standard)
12727         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12728         (custom-file):
12729         * completion.el (check-completion-length):
12730         * comint.el (comint-search-arg)
12731         (comint-previous-matching-input-string-position)
12732         (comint-previous-matching-input)
12733         (comint-replace-by-expanded-history-before-point, comint-send-input)
12734         (comint-copy-old-input, comint-backward-matching-input)
12735         (comint-goto-process-mark, comint-set-process-mark):
12736         * calendar/calendar.el (calendar-cursor-to-date): Use it.
12737         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12739 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12741         * dabbrev.el (dabbrev--ignore-case-p): New function.
12742         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12743         Use it.
12745         * files.el (automount-dir-prefix): Mark as obsolete.
12747 2012-05-04  Glenn Morris  <rgm@gnu.org>
12749         * patcomp.el, play/bruce.el: Move to obsolete/.
12751 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
12753         Fix minor Y10k bugs.
12754         * arc-mode.el (archive-unixdate):
12755         * autoinsert.el (auto-insert-alist):
12756         * calc/calc-forms.el (math-this-year):
12757         * emacs-lisp/copyright.el (copyright-current-year)
12758         (copyright-update-year, copyright):
12759         * tar-mode.el (tar-clip-time-string):
12760         * time.el (display-time-update):
12761         Don't assume years have 4 digits.
12763 2012-05-04  Chong Yidong  <cyd@gnu.org>
12765         * dos-w32.el (file-name-buffer-file-type-alist)
12766         (direct-print-region-use-command-dot-com):
12767         * ffap.el (ffap-menu-regexp):
12768         * find-file.el (ff-special-constructs):
12769         * follow.el (follow-debug):
12770         * forms.el (forms--debug):
12771         * iswitchb.el (iswitchb-all-frames):
12772         * ido.el (ido-all-frames):
12773         * emacs-lisp/timer.el (timer-max-repeats):
12774         * mail/feedmail.el (feedmail-mail-send-hook)
12775         (feedmail-mail-send-hook-queued):
12776         * mail/footnote.el (footnote-signature-separator):
12777         * mail/mailabbrev.el (mail-alias-separator-string)
12778         (mail-abbrev-mode-regexp):
12779         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12780         * progmodes/idlwave.el (idlwave-libinfo-file)
12781         (idlwave-default-completion-case-is-down)
12782         (idlwave-library-routines): Convert defvars to defcustoms.
12784         * mail/rmail.el (rmail-decode-mime-charset):
12785         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12786         (idlwave-shell-fix-inserted-breaks)
12787         (idlwave-shell-activate-alt-keybindings)
12788         (idlwave-shell-use-breakpoint-glyph):
12789         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12791 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12793         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12795 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
12797         * progmodes/verilog-mode.el (font-lock-keywords):
12798         Fix mis-highligting auto.  Reported by Craig Barner.
12799         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12800         defines from global name space.  Reported by Dan Dever.
12801         (verilog-auto-reset, verilog-auto-reset-widths)
12802         (verilog-auto-tieoff): Support using unbased numbers for
12803         AUTORESET and AUTOTIEOFF.
12804         (verilog-submit-bug-report): Update variable list.
12805         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12806         parenthesis from not matching.  Reported by Michael Rytting.
12807         (verilog-auto-template-lint): Fix hash error when linting modules
12808         with no used templates.
12809         (verilog-warn, verilog-warn-error)
12810         (verilog-warn-fatal): When non-interactive report multiple
12811         warnings before exiting.  Suggested by Brad Dobbie.
12812         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12813         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12814         to report unused template errors.  Reported by Brad Dobbie.
12815         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12816         nets, bug438.  Reported by Vns Blore.
12817         (verilog-auto-inout-module, verilog-auto-reg)
12818         (verilog-read-decls, verilog-read-sub-decls-sig)
12819         (verilog-signals-edit-wire-reg, verilog-signals-with):
12820         Fix passing of Verilog data types in ANSI input/output ports
12821         such as "output logic" into the AUTOs.  Special case "wire" and
12822         "reg" for backwards compatibility presuming Verilog 2001.
12823         (verilog-auto-ascii-enum): Add "auto enum" as alias.
12824         (verilog-preprocess): Fix replication of preprocess output.
12825         Reported by Brad Dobbie.
12826         (verilog-auto-inst-interfaced-ports):
12827         Create verilog-auto-inst-interfaced-ports, bug429.
12828         Reported by Julian Gorfajn.
12829         (verilog-after-save-font-hook)
12830         (verilog-before-save-font-hook): New variable.
12831         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12832         (verilog-save-font-mods): Wrap disabling fontification, reported
12833         by David Rogoff.
12834         (verilog-do-indent, verilog-pretty-declarations-auto)
12835         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12836         Reported by Pierre-David Pfister.
12837         (verilog-set-auto-endcomments): Fix endtask auto comments outside
12838         of class declarations, bug292.  Reported by Kevin Heilman.
12839         (verilog-read-decls): Fix 'parameter type' not appearing in
12840         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
12841         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12842         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
12843         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12844         Reported by David Kravitz.
12846 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
12848         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12849         assignment with tests in ifs and for loops.
12850         (verilog-extended-complete-re, verilog-complete-reg): Change so
12851         that DPI inport functions don't look like fuction declarations.
12852         (verilog-pretty-expr): Don't line up assignment
12853         operations to the test and increment in if and for loops
12854         (verilog-extended-complete-re, verilog-complete-reg): Change so
12855         that DPI inport functions don't look like fuction declarations.
12857 2012-05-03  Kenichi Handa  <handa@m17n.org>
12859         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12860         decoding, and show a warning message without signaling an error
12861         (Bug#11282).
12863 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12865         * emacs-lisp/bytecomp.el
12866         (byte-compile-file-form-custom-declare-variable): Compile all elements,
12867         since cconv.el might have introduced :fun-body, internal-make-closure,
12868         and friends for bytecomp to handle (bug#11391).
12869         * custom.el (defcustom): Avoid ((λ ..) ..).
12871 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12873         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12875 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
12877         * notifications.el (dbus-debug):
12878         * term/linux.el (gpm-mouse-enable):
12879         * term/screen.el (xterm-register-default-colors): Declare.
12881 2012-05-02  Chong Yidong  <cyd@gnu.org>
12883         * cus-start.el (gc-cons-percentage, exec-suffixes)
12884         (dos-display-scancodes, dos-hyper-key, dos-super-key)
12885         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12886         (make-cursor-line-fully-visible, void-text-area-pointer)
12887         (font-list-limit): Add customization data.
12889         * allout.el (allout-exposure-change-functions)
12890         (allout-structure-added-functions)
12891         (allout-structure-deleted-functions)
12892         (allout-structure-shifted-functions): Rename abnormal hooks from
12893         *-hook, and convert to defcustoms.
12894         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12895         Convert to defcustoms.
12896         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12898         * allout-widgets.el: Hook callers changed.
12900 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
12902         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12903         the yanked message in preference to the default value of
12904         buffer-file-coding-system.
12906 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
12908         * window.el (display-buffer--action-function-custom-type):
12909         Fix entry.
12911 2012-05-02  Alan Mackenzie  <acm@muc.de>
12913         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12915 2012-05-01  Glenn Morris  <rgm@gnu.org>
12917         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12919         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
12921         * cus-edit.el (custom-variable-documentation): Simplify with format.
12923 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12924             Stefan Monnier  <monnier@iro.umontreal.ca>
12926         * simple.el (suggest-key-bindings, execute-extended-command):
12927         Move from keyboard.c.
12929 2012-05-01  Chong Yidong  <cyd@gnu.org>
12931         * follow.el: Eliminate advice.
12932         (set-process-filter, process-filter, sit-for): Advice deleted.
12933         (follow-mode-off-hook): Obsolete hook removed.
12934         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12935         Vars deleted.
12936         (follow-auto): Use a :set function.
12937         (follow-mode): Rewritten.  Don't advise process filters.
12938         (follow-switch-to-current-buffer-all, follow-scroll-up)
12939         (follow-scroll-down): Assume follow-mode is bound.
12940         (follow-comint-scroll-to-bottom)
12941         (follow-align-compilation-windows): New functions.
12942         (follow--window-sorter): New function.
12943         (follow-all-followers): Use it to explicitly sort windows by their
12944         positions; don't make assumptions about next-window order.
12945         (follow-windows-start-end, follow-delete-other-windows-and-split)
12946         (follow-calc-win-start): Doc fix.
12947         (follow-windows-aligned-p, follow-select-if-visible): Don't call
12948         vertical-motion unnecessarily.
12949         (follow-adjust-window): New function.
12950         (follow-post-command-hook): Use it.
12951         (follow-call-set-process-filter, follow-call-process-filter)
12952         (follow-intercept-process-output, follow-tidy-process-filter-alist)
12953         (follow-stop-intercept-process-output, follow-generic-filter):
12954         Functions deleted.
12955         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12956         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12957         New functions, replacing advice on scroll-bar-* commands.
12958         (follow-mwheel-scroll): New function (Bug#4112).
12960         * comint.el (comint-adjust-point): New function.
12961         (comint-postoutput-scroll-to-bottom): Use it.
12962         Call follow-comint-scroll-to-bottom for Follow mode buffers.
12964 2012-05-01  Glenn Morris  <rgm@gnu.org>
12966         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12967         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12968         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12969         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12970         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12971         Remove no-byte-compile setting.
12973 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12975         * minibuffer.el (completion-table-with-quoting): Fix compatibility
12976         all-completions code to not return a number in the last cdr.
12978 2012-04-30  Leo Liu  <sdl.web@gmail.com>
12980         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12981         read-only error.
12983 2012-04-29  Chong Yidong  <cyd@gnu.org>
12985         * follow.el (follow-calc-win-end): Rewrite to handle partial
12986         screen lines correctly (Bug#8390).
12987         (follow-avoid-tail-recenter): Minor cleanup.
12989 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12991         Avoid the obsolete `assoc' package.
12992         * speedbar.el (speedbar-refresh): Avoid adelete.
12993         (speedbar-file-lists): Simplify and avoid aput.
12994         * man.el (Man--sections, Man--refpages): New vars, replacing
12995         Man-sections-alist and Man-refpages-alist.
12996         (Man-build-section-alist, Man-build-references-alist):
12997         Use them; avoid aput.
12998         (Man--last-section, Man--last-refpage): New vars.
12999         (Man-follow-manual-reference): Use them.
13000         Use the `default' arg of completing-read.
13001         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
13003 2012-04-27  Chong Yidong  <cyd@gnu.org>
13005         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13007         * startup.el (x-apply-session-resources): New function.
13009         * term/ns-win.el (ns-initialize-window-system):
13010         * term/w32-win.el (w32-initialize-window-system):
13011         * term/x-win.el (x-initialize-window-system): Use it to properly
13012         set menu-bar-mode and other vars from X resources, even if the
13013         initial frame is not a window-system frame (Bug#2299).
13015         * subr.el (read-key): Avoid running filter function when setting
13016         up temporary tool bar entries (Bug#9922).
13018 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13020         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13021         (Bug#11344)
13023 2012-04-27  Chong Yidong  <cyd@gnu.org>
13025         * select.el (xselect--encode-string): New function, split from
13026         xselect-convert-to-string.
13027         (xselect-convert-to-string): Use it.
13028         (xselect-convert-to-filename, xselect-convert-to-os)
13029         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13030         returned strings are properly encoded (Bug#11315).
13032 2012-04-27  Chong Yidong  <cyd@gnu.org>
13034         * simple.el (delete-active-region): Move to killing custom group.
13036 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13038         * progmodes/which-func.el (which-func-current): Quote %
13039         characters for mode-line processing.
13041 2012-04-27  Chong Yidong  <cyd@gnu.org>
13043         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13044         reaching eob (Bug#11286).
13046 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
13048         * progmodes/gdb-mi.el (gdb-control-level): New variable.
13049         (gdb): Make it buffer-local and init to zero.
13050         (gdb-control-commands-regexp): New variable.
13051         (gdb-send): Don't wrap in "-interpreter-exec console" if
13052         gdb-control-level is positive.  Increment gdb-control-level
13053         whenever the command matches gdb-control-commands-regexp, and
13054         decrement it each time the command is "end".  (Bug#11279)
13056 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
13058         * window.el (adjust-window-trailing-edge, enlarge-window)
13059         (shrink-window, window-resize):
13060         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13061         windows (Bug#11276).
13063 2012-04-27  Chong Yidong  <cyd@gnu.org>
13065         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13066         fix "missing prefix" warning.  All callers changed.
13068 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13070         * emacs-lisp/assoc.el: Move to obsolete/.
13072 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13074         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13076         * term/ns-win.el (ns-define-service):
13077         * progmodes/pascal.el (pascal-goto-defun):
13078         * progmodes/js.el (js--read-tab):
13079         * progmodes/etags.el (tags-lazy-completion-table):
13080         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13081         * emacs-lisp/ewoc.el (ewoc--wrap):
13082         * emacs-lisp/assoc.el (aput, adelete, amake):
13083         * doc-view.el (doc-view-convert-current-doc):
13084         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13086 2012-04-26  Chong Yidong  <cyd@gnu.org>
13088         * image.el (image-type-from-buffer): Only return supported image
13089         type (Bug#9045).
13091         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13092         value, for symmetry with diff-end-of-hunk.
13093         (diff-split-hunk, diff-find-source-location)
13094         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13095         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13096         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13097         compute the relevant hunk or file properly (Bug#6005).
13098         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13100 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13102         * vc/vc-mtn.el:
13103         * vc/vc-hg.el:
13104         * vc/vc-git.el:
13105         * vc/vc-dir.el:
13106         * vc/vc-cvs.el:
13107         * vc/vc-bzr.el:
13108         * vc/vc-arch.el:
13109         * vc/vc.el: Replace lexical-let by lexical-binding.
13110         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13111         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13112         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13114 2012-04-26  Chong Yidong  <cyd@gnu.org>
13116         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13117         (diff-mode-shared-map): Bind it to / and [remap undo].
13119         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13120         (ediff-window-setup-function): Use it as the default, to set up
13121         windows based on whether the current frame is graphical (Bug#2138).
13122         (ediff-choose-window-setup-function-automatically): Make obsolete.
13124         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13126 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13128         * ffap.el: Remove old code for obsolete package.
13129         (ffap-complete-as-file-p): Remove.
13131         Use completion-table-with-quoting for comint and pcomplete.
13132         * comint.el (comint--unquote&requote-argument)
13133         (comint--unquote-argument, comint--requote-argument): New functions.
13134         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13135         (comint-quote-filename): Use regexp-opt-charset.
13136         (comint--common-suffix, comint--common-quoted-suffix)
13137         (comint--table-subvert): Remove.
13138         (comint-unquote-function, comint-requote-function): New vars.
13139         (comint--complete-file-name-data): Use them with
13140         completion-table-with-quoting.
13141         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13142         * pcomplete.el (pcomplete-arg-quote-list)
13143         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13144         (pcomplete-unquote-argument-function): Default to non-nil.
13145         (pcomplete-unquote-argument): Simplify.
13146         (pcomplete--common-quoted-suffix): Remove.
13147         (pcomplete-requote-argument-function): New var.
13148         (pcomplete--common-suffix): New function.
13149         (pcomplete-completions-at-point): Use completion-table-with-quoting
13150         and completion-table-subvert.
13152         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13153         (minibuffer--double-dollars): Preserve properties.
13154         (completion--sifn-requote): New function.
13155         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13157         * minibuffer.el: Add support for completion of quoted/escaped data.
13158         (completion-table-with-quoting, completion-table-subvert): New funs.
13159         (completion--twq-try, completion--twq-all): New functions.
13160         (completion--nth-completion): New function.
13161         (completion-try-completion, completion-all-completions): Use it.
13163 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13165         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13166         Use compilation-message if available to find real filename.
13168 2012-04-25  Chong Yidong  <cyd@gnu.org>
13170         * vc/diff-mode.el (diff-setup-whitespace): New function.
13171         (diff-mode): Use it.
13173         * vc/diff.el (diff-sentinel):
13174         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13175         Whitespace mode variables based on diff style (Bug#8612).
13177 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13179         * progmodes/python.el (python-send-region): Add suffix .py to the
13180         temp file.
13182         * files.el (auto-mode-alist): Use javascript-mode instead.
13184 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13186         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13188         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13189         (soap-resolve-references-for-array-type): Hack to prevent self
13190         references, see Bug#9.
13191         (soap-parse-envelope): Report the contents of the 'detail' node
13192         when receiving a fault reply.
13193         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13195         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13196         (soap-inspect-simple-type): New function.
13198         * net/soap-client.el (soap-simple-type): New struct.
13199         (soap-default-xsd-types, soap-default-soapenc-types)
13200         (soap-decode-basic-type, soap-encode-basic-type):
13201         support unsignedInt and double basic types.
13202         (soap-resolve-references-for-simple-type)
13203         (soap-parse-simple-type, soap-encode-simple-type): New function.
13204         (soap-parse-schema): Parse xsd:simpleType declarations.
13206         * net/soap-client.el (soap-default-xsd-types)
13207         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13208         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13209         the local name of "soapenc:Array".
13210         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13211         decoding integer, byte and anyURI xsd types.
13213 2012-04-25  Chong Yidong  <cyd@gnu.org>
13215         * cus-edit.el (custom-buffer-create-internal): Update header text.
13217 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13219         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13220         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13221         set interactive-mode on in GDB.
13223 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13225         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13226         (ruby-syntax-propertize-regexp): Remove.
13227         (ruby-syntax-propertize-function): Split regexp into chunks.
13228         Match following code directly.
13230 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13232         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13233         (ruby-syntax-propertize-regexp): New function.
13234         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13235         by a special keyword.
13237         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13238         (ruby-syntax-general-delimiters-goto-beg)
13239         (ruby-syntax-propertize-general-delimiters): New functions.
13240         (ruby-syntax-propertize-function): Use them to handle GDL.
13241         (ruby-font-lock-keywords): Move old handling of GDL...
13242         (ruby-font-lock-syntactic-keywords): .. to here.
13243         (ruby-calculate-indent): Adjust indentation for GDL.
13245 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13247         * notifications.el (top): Remove unneeded declarations.
13248         (notifications-specification-version): Change to "1.2".
13249         (notifications-interface, notifications-notify-method)
13250         (notifications-close-notification-method): Fix docstring.
13251         (notifications-get-capabilities-method): New defconst.
13252         (notifications-notify): Add :action-items, :resident and
13253         :transient hints.  Change "image_data" to "image-data" and
13254         "image_path" to "image-path".
13255         (notifications-get-capabilities): New defun.
13257 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13259         * progmodes/python.el: Move hideshow setup to the end.
13261 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13263         * window.el (handle-select-window): Clear echo area since this is
13264         no more done by read_char (Bug#11304).
13266 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13268         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13269         and `/ M' to filter-derived-mode.
13270         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13271         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13272         (ibuffer-mark-by-mode): Use default rather than initial-input.
13273         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13275 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13277         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13278         (ibuffer-filter-by-derived-mode): New filter.
13279         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13281 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13283         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13285 2012-04-23  Chong Yidong  <cyd@gnu.org>
13287         * cus-edit.el (customize-apropos, customize-apropos-options):
13288         Disable matching of non-option variables (Bug#11176).
13289         (customize-option, customize-option-other-window)
13290         (customize-changed-options): Doc fix.
13291         (customize-apropos-options, customize-apropos-faces)
13292         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13294         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13295         Fix word list splitting (Bug#11132).
13296         (apropos-symbol, apropos-keybinding, apropos-label)
13297         (apropos-property, apropos-function-button)
13298         (apropos-variable-button, apropos-misc-button): New faces.
13299         (apropos-symbol-face, apropos-keybinding-face)
13300         (apropos-label-face, apropos-property-face, apropos-match-face):
13301         Variables removed (Bug#8396).
13302         (apropos-library-button, apropos-format-plist, apropos-print)
13303         (apropos-print-doc, apropos-describe-plist): Callers changed.
13305 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13307         * net/xesam.el (xesam-mode-map): Use let-bound map in
13308         initialization.  (Bug#11292)
13310 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13312         Preserve ispell session localwords when switching back to
13313         original buffer.
13315         * textmodes/ispell.el (ispell-buffer-session-localwords):
13316         New buffer-local variable to hold buffer session localwords.
13317         (ispell-kill-ispell): Add option 'clear to delete session
13318         localwords.
13319         (ispell-command-loop, ispell-change-dictionary)
13320         (ispell-buffer-local-words): Preserve session localwords when
13321         needed.
13323         * textmodes/flyspell.el (flyspell-process-localwords)
13324         (flyspell-do-correct): Preserve session localwords when needed.
13326 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13328         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13329         using obsolete `translation-table-for-input'.
13330         (ispell-word, ispell-process-line, ispell-complete-word):
13331         Use plain `insert' instead of removed `ispell-insert-word'.
13333 2012-04-22  Chong Yidong  <cyd@gnu.org>
13335         * cus-edit.el (custom-variable-menu)
13336         (custom-variable-reset-saved, custom-face-menu)
13337         (custom-face-reset-saved): If there is no saved value, make the
13338         "reset-saved" operation bring back the default (Bug#9509).
13339         (custom-face-state): Properly detect themed faces.
13341         * faces.el (face-spec-set): Stop supporting deprecated form of
13342         third arg.
13344 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
13346         Move functions from C to Lisp.  Make non-blocking method calls
13347         the default.  Implement further D-Bus standard interfaces.
13349         * net/dbus.el (dbus-message-internal): Declare function.
13350         Remove unneeded function declarations.
13351         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13352         (dbus-message-type-method-return, dbus-message-type-error)
13353         (dbus-message-type-signal): Declare variables.  Remove local
13354         definitions.
13355         (dbus-interface-dbus, dbus-interface-peer)
13356         (dbus-interface-introspectable, dbus-interface-properties)
13357         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13358         Adapt docstring.
13359         (dbus-interface-objectmanager): New defconst.
13360         (dbus-call-method, dbus-call-method-asynchronously)
13361         (dbus-send-signal, dbus-method-return-internal)
13362         (dbus-method-error-internal, dbus-register-service)
13363         (dbus-register-signal, dbus-register-method): New defuns, moved
13364         from dbusbind.c
13365         (dbus-call-method-handler, dbus-setenv)
13366         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13367         New defuns.
13368         (dbus-call-method-non-blocking): Make it an obsolete function.
13369         (dbus-unregister-object, dbus-unregister-service)
13370         (dbus-handle-event, dbus-register-property)
13371         (dbus-property-handler): Obey the new structure of
13372         `bus-registered-objects'.
13373         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
13374         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13375         Use `dbus-call-method'.
13377 2012-04-22  Chong Yidong  <cyd@gnu.org>
13379         * cus-edit.el (custom-commands, custom-reset-menu)
13380         (Custom-reset-standard): Tweak labels.
13381         (custom-reset-button-menu): Change default to t.
13382         (custom-buffer-create-internal): For the custom-reset-button-menu
13383         case, put the revert button first.
13384         (custom-group-subtitle): New face.
13385         (custom-group-value-create): Align docstring to a specific column.
13387         * wid-edit.el (widget-documentation-link-add): Don't handle
13388         indentation in this function.
13389         (widget-documentation-string-indent-to): New function.
13390         (widget-documentation-string-value-create): Use it.
13392         * autorevert.el (auto-revert):
13393         * epg-config.el (epg):
13394         * ibuffer.el (ibuffer):
13395         * mpc.el (mpc):
13396         * ses.el (ses):
13397         * eshell/eshell.el (eshell):
13398         * net/ange-ftp.el (ange-ftp):
13399         * progmodes/ebnf2ps.el (postscript):
13400         * progmodes/flymake.el (flymake):
13401         * progmodes/prolog.el (prolog):
13402         * progmodes/verilog-mode.el (verilog-mode):
13403         * progmodes/which-func.el (which-func):
13404         * term/xterm.el (xterm):
13405         * textmodes/picture.el (picture):
13406         * textmodes/tildify.el (tildify):
13407         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13408         customization buffers.
13410 2012-04-22  Alan Mackenzie  <acm@muc.de>
13412         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13413         Adding a ) can hide the resulting (..) from searches.  Fix it.
13414         Bound the backward search to the position of the existing (.
13416 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
13418         * progmodes/verilog-mode.el (verilog-mode): Check whether
13419         which-func-modes is t before adding verilog-mode.
13420         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13422 2012-04-21  Leo Liu  <sdl.web@gmail.com>
13424         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13426 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
13428         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13429         filling of the last column of a table (Bug#5635).
13430         (woman-find-next-control-line): New arg, specifying an additional
13431         regexp component for the control line.
13432         (woman2-roff-buffer): Use it.
13433         (woman-break-table): New function.
13434         (woman2-TS): Use it.
13436 2012-04-21  Chong Yidong  <cyd@gnu.org>
13438         * woman.el (woman-set-buffer-display-table, woman-decode-region)
13439         (woman-horizontal-escapes, woman-negative-vertical-space)
13440         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13441         (WoMan-warn-ignored): Use ?\s instead of ?\ .
13443 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13445         * minibuffer.el (completion-file-name-table): Complete user names.
13447 2012-04-20  Leo Liu  <sdl.web@gmail.com>
13449         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13450         and pcase-let*.
13452 2012-04-20  Chong Yidong  <cyd@gnu.org>
13454         * server.el (server-execute): Respect initial-buffer-choice if it
13455         is a string and there are no files to open (Bug#2825).
13456         (server-create-window-system-frame, server-create-tty-frame):
13457         Don't switch buffers here.
13458         (server-process-filter): Only try to open a window system frame if
13459         compiled with graphical support (Bug#8314).
13461 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
13463         * battery.el (battery-echo-area-format): Display remaining time
13464         for sysfs backend too (Bug#11269).
13465         (battery-linux-sysfs): Fix conditional for the charge.
13467 2012-04-20  Chong Yidong  <cyd@gnu.org>
13469         * progmodes/gdb-mi.el (gdb): Revert previous change.
13470         (gdb-inferior-io--init-proc): New function.
13471         (gdb-init-1): Use it.
13472         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13473         responsible for allocating a new pty and hooking it to gdb when
13474         the old pty gets an EIO due to process exit.
13475         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
13476         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13477         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13479 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13481         * window.el (window-min-size, window-sizable, window-min-delta)
13482         (window-max-delta, window--resizable, window-resizable)
13483         (window-total-size, window-full-height-p, window-full-width-p)
13484         (window-in-direction, window--resize-mini-window, window-resize)
13485         (window--resize-child-windows-normal)
13486         (window--resize-child-windows, window--resize-siblings)
13487         (window--resize-this-window, adjust-window-trailing-edge)
13488         (enlarge-window, shrink-window): Doc fixes.
13490 2012-04-20  Chong Yidong  <cyd@gnu.org>
13492         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13493         New function to call delete-process on the gdb-inferior buffer's pty.
13494         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13495         pty process (Bug#11273).
13496         (gdb-update): New arg to suppress talking to the gdb process.
13497         (gdb-done-or-error): Use it.
13498         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13499         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13500         sentinel not being called.
13502         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13504         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13506 2012-04-20  Glenn Morris  <rgm@gnu.org>
13508         * net/network-stream.el (open-network-stream): Doc fix.
13510 2012-04-20  Chong Yidong  <cyd@gnu.org>
13512         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13514 2012-04-20  Alan Mackenzie  <acm@muc.de>
13516         Ensure searching for keywords is case sensitive.
13518         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13519         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13520         (c-defun-name, c-mark-function, c-cpp-define-name)
13521         (c-comment-indent, c-scan-conditionals, c-indent-defun)
13522         (c-context-line-break): Bind case-fold-search to nil.
13524         * progmodes/cc-mode.el (c-font-lock-fontify-region):
13525         Bind case-fold-search to nil.
13527 2012-04-20  Chong Yidong  <cyd@gnu.org>
13529         * mail/sendmail.el (mail-bury): Call return action with the right
13530         Rmail buffer (Bug#11242).
13532         * server.el (server-process-filter): Handle corner case where both
13533         tty and nowait options are present (Bug#11102).
13535 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13537         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13538         (top level): Put into the executable the ident-style '$Id:' tag on
13539         windows-nt as well.
13541 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13543         * electric.el (electric-indent-post-self-insert-function): Check that
13544         electric-indent-mode is enabled in current buffer.
13546 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13548         * imenu.el (imenu-progress-message): Restore; it is "used" in
13549         erc/erc-imenu.el and net/snmp-mode.el.
13551 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13553         * avoid.el (mouse-avoidance-mode): Mark unused arg.
13554         (mouse-avoidance-nudge-mouse): Remove unused binding.
13556         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13558         * descr-text.el (describe-char):
13559         * progmodes/python.el (python-describe-symbol):
13560         Don't call `toggle-read-only', set `buffer-read-only'.
13562         * imenu.el (imenu-default-goto-function): Mark unused args.
13563         (imenu-progress-message): Remove obsolete macro; all callers changed.
13565         * subr.el (keymap-canonicalize): Remove unused binding.
13566         (read-passwd): Mark unused arg.
13568         * tutorial.el (tutorial--display-changes): Remove unused binding.
13569         (tutorial--save-tutorial-to): Remove unused variable.
13571         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13572         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13573         (package-generate-autoloads, package-menu--generate)
13574         (package-menu--find-upgrades): Remove unused bindings.
13576         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13577         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
13578         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13579         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13580         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13581         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13582         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13583         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13584         (cua-delete-char-rectangle): Mark unused args.
13585         (cua-align-rectangle): Remove unused binding.
13587         * mail/rmail.el (compilation--message->loc)
13588         (epa--find-coding-system-for-mime-charset): Declare.
13590         * net/dbus.el (dbus-register-service): Declare.
13591         (dbus-name-owner-changed-handler): Remove unused binding.
13593         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13594         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13595         (nxml-scan-backward-within): Mark unused arg.
13596         (nxml-dynamic-markup-word): Remove unused binding.
13598         * mouse.el (mouse-menu-major-mode-map):
13599         * emacs-lisp/authors.el (authors-scan-change-log)
13600         (authors-add-to-author-list):
13601         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13602         * emacs-lisp/smie.el (smie-auto-fill):
13603         * mail/sendmail.el (mail-bury):
13604         * mail/unrmail.el (unrmail):
13605         * net/tls.el (open-tls-stream):
13606         * textmodes/picture.el (picture-mouse-set-point):
13607         Remove unused bindings.
13609 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
13611         * net/tramp.el (tramp-action-password): Let-bind
13612         `enable-recursive-minibuffers' to t.
13614 2012-04-18  Sam Steingold  <sds@gnu.org>
13616         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13617         instead of 'string to accommodate values like [f11].
13618         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13619         * progmodes/gdb-mi.el: Likewise.
13621 2012-04-18  Leo Liu  <sdl.web@gmail.com>
13623         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13624         current buffer.
13625         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13626         LOCAL is nil.
13628 2012-04-18  Chong Yidong  <cyd@gnu.org>
13630         * simple.el (line-move): Use forward-line if in batch mode
13631         (Bug#11053).
13633 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
13635         * files.el (after-find-file): Do not try to add a final newline if
13636         the buffer is read-only (Bug#11156).
13638 2012-04-17  Richard Stallman  <rms@gnu.org>
13640         * mail/rmail.el (rmail-start-mail):
13641         Pass (rmail-mail-return...) for the return-action.
13642         Pass (rmail-yank-current-message...) for the yank-action.
13643         (rmail-yank-current-message): New function.
13644         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13645         (rmail-reply): Likewise.
13646         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13648         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13649         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
13650         buffer, not newbuf.
13652 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
13654         * server.el (server-ensure-safe-dir): Simplify.
13656 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13658         * emacs-lisp/smie.el: Provide smarter auto-filling.
13659         (smie-auto-fill): New function.
13660         (smie-setup): Use it.
13662         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13664 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
13666         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13667         (comment-indent): Use it.
13669 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13671         * ses.el: The overall change is to add cell renaming, that is
13672         setting fancy names for cell symbols other than name matching
13673         "\\`[A-Z]+[0-9]+\\'" regexp .
13674         (ses-localvars): Add ses--renamed-cell-symb-list.
13675         (ses-create-cell-variable): New defun.
13676         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13677         (ses-relocate-formula): Relocate formulas only for cells the
13678         symbols of which are not renamed, i.e. symbols whose names do not
13679         match regexp "\\`[A-Z]+[0-9]+\\'".
13680         (ses-relocate-all): Relocate values only for cells the symbols of
13681         which are not renamed.
13682         (ses-load): Create cells variables as the (ses-cell ...) are read,
13683         in order to check row col consistency with cell symbol name only
13684         for cells that are not renamed.
13685         (ses-replace-name-in-formula): New defun.
13686         (ses-rename-cell): New defun.
13688 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
13690         * progmodes/perl-mode.el (perl-indent-parens-as-block):
13691         New option (bug#11118).
13692         (perl-calculate-indent): Respect it.
13694 2012-04-17  Glenn Morris  <rgm@gnu.org>
13696         * dired-aux.el (dired-mark-read-string): Doc fix.
13698 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
13700         * dired-aux.el (dired-mark-read-string): Offer optional completion.
13701         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
13703 2012-04-17  Glenn Morris  <rgm@gnu.org>
13705         * mouse.el (mouse-drag-track):
13706         * speedbar.el (speedbar-frame-mode):
13707         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13709 2012-04-16  Leo Liu  <sdl.web@gmail.com>
13711         * progmodes/python.el: Trivial cleanup.
13713 2012-04-16  Glenn Morris  <rgm@gnu.org>
13715         * vc/vc.el (vc-string-prefix-p):
13716         * vc/pcvs-util.el (cvs-string-prefix-p):
13717         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13718         * mpc.el (mpc-string-prefix-p):
13719         Make all of these into obsolete aliases for string-prefix-p.
13720         Update callers.
13721         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13723         * textmodes/two-column.el: Move custom options to the start.
13724         (frame-width): Remove compat definition.
13725         (2C-associate-buffer, 2C-dissociate):
13726         Use with-current-buffer rather than save-excursion.
13727         (2C-dissociate): Force a mode-line update.
13728         (2C-autoscroll): Use ignore-errors.
13730         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13731         Autoload trivia.
13733         * emacs-lisp/cl-extra.el (*random-state*):
13734         Remove unnecessary declaration.
13736         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13738         * play/cookie1.el (cookie-snarf):
13739         Give an explicit error if input file cannot be read.
13741         * play/yow.el (yow-file): Use expand-file-name rather than concat.
13743         * progmodes/perl-mode.el (c-macro-expand):
13744         Remove unnecessary autoload (it is in loaddefs.el).
13746         * textmodes/picture.el (picture-desired-column)
13747         (picture-update-desired-column): Convert comments to doc-strings.
13748         (picture-substitute): Remove function.
13749         (picture-mode-map): Initialize in the defvar.
13751         * woman.el: Remove eval-after-load for tar-mode.
13752         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13753         (woman-tar-extract-file): Autoload it.
13755         * frame.el (automatic-hscrolling): Make this alias obsolete.
13757 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13759         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13760         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13761         (ispell-dictionary-base-alist): Revert to original XEmacs
13762         friendly version for default.  [:alpha:] will be added in
13763         `ispell-set-spellchecker-params' if needed.
13765 2012-04-16  Chong Yidong  <cyd@gnu.org>
13767         * image.el (imagemagick--file-regexp): New variable.
13768         (imagemagick-register-types): Use it.
13769         (imagemagick-types-inhibit): Add :set function.  Allow new value
13770         of t to inhibit all types.
13772         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13773         so we can preload it.
13775         * loadup.el (fboundp): Preload regexp-opt, needed by
13776         imagemagick-register-types.
13778 2012-04-15  Chong Yidong  <cyd@gnu.org>
13780         * frame.el (scrolling): Remove nearly unused customization group.
13782         * scroll-all.el (scroll-all-mode): Move to windows group.
13784 2012-04-15  Chong Yidong  <cyd@gnu.org>
13786         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13788 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13790         Avoid the use of ((lambda ...) ...) in lexical-binding code.
13791         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13793 2012-04-15  Glenn Morris  <rgm@gnu.org>
13795         * simple.el (process-file-side-effects): Doc fix.
13797 2012-04-15  Glenn Morris  <rgm@gnu.org>
13799         * international/mule-cmds.el (set-language-environment): Doc fix.
13801 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13803         * server.el (server-auth-key, server-generate-key): Doc fixes.
13804         (server-get-auth-key): Doc fix.  Use `string-match-p'.
13805         (server-start): Reflow docstring.
13807 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
13809         * server.el (server-generate-key): `called-interactively-p'
13810         requires a parameter.
13812 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
13814         * server.el (server-auth-key): New variable.
13815         (server-generate-key, server-get-auth-key): New function.
13816         (server-start): Use the new variable and functions to allow
13817         setting a permanent server key (bug#9423).
13819 2012-04-14  Leo Liu  <sdl.web@gmail.com>
13821         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13823 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
13825         Spelling fixes.
13826         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13827         Emacs uses American spelling.
13829 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13831         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13832         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
13833         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13834         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
13836 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13838         * progmodes/which-func.el (which-func-modes): Change default.
13840 2012-04-14  Kim F. Storm  <storm@cua.dk>
13842         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13843         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13845 2012-04-14  Chong Yidong  <cyd@gnu.org>
13847         * custom.el (custom-theme-set-variables): Doc fix.
13849 2012-04-14  Glenn Morris  <rgm@gnu.org>
13851         * international/mule.el (set-auto-coding-for-load): Doc fix.
13853 2012-04-14  Alan Mackenzie  <acm@muc.de>
13855         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13856         imenu work again for Objective C Mode.  Correct the *-index values,
13857         these having been disturbed by a previous change in 2011-08.
13859         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13860         Correct two search limits.
13862 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13864         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13866 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
13868         * international/characters.el: Fix sorting.
13870 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13872         * international/characters.el: Add more missing Latin case pairs.
13874 2012-04-14  Glenn Morris  <rgm@gnu.org>
13876         * files.el (dir-locals-set-class-variables): Doc fix.
13878 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13880         * international/characters.el: Add set-case-syntax-pair call for
13881         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13882         counterpart.  (Bug#11209)
13884         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
13886 2012-04-14  Glenn Morris  <rgm@gnu.org>
13888         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13890 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13892         * textmodes/ispell.el (ispell-dictionary-base-alist):
13893         Add data for Hebrew.
13895 2012-04-14  Chong Yidong  <cyd@gnu.org>
13897         * net/rcirc.el (rcirc-cmd-quit):
13898         Revert 2012-03-18 change (Bug#11192).
13900 2012-04-14  Glenn Morris  <rgm@gnu.org>
13902         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13904 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13906         * minibuffer.el (completion-in-region-mode-map):
13907         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
13909 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
13911         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13913 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
13915         * minibuffer.el (minibuffer-local-filename-syntax): New variable
13916         to allow `C-M-f' and `C-M-b' to move to the nearest path
13917         separator (bug#9511).
13919 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
13921         * avoid.el: Require cl when compiling.  And also move the
13922         `provide' to the end.
13924 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13926         * avoid.el (mouse-avoidance-banish-position): New variable.
13927         (mouse-avoidance-banish-destination): Use it (bug#10165).
13929 2012-04-13  Leo Liu  <sdl.web@gmail.com>
13931         * progmodes/which-func.el (which-func-modes): Add objc-mode.
13933 2012-04-13  Ken Brown  <kbrown@cornell.edu>
13935         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13936         this is no longer needed now that cygstart understands file:// URLs.
13937         (browse-url-filename-alist): For the same reason, don't modify
13938         file:// URLs on Cygwin.
13940 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13942         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13943         the region on shift if the binding is already shifted (bug#11221).
13945 2012-04-12  Glenn Morris  <rgm@gnu.org>
13947         * mail/mailpost.el: Move to obsolete/.
13949 2012-04-12  Drew Adams  <drew.adams@oracle.com>
13951         * imenu.el (imenu--generic-function): Ignore invisible definitions
13952         (bug#10123).
13954 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
13956         * hexl.el (hexl-bits): New variable.
13957         (hexl-options): Mention the variable in the doc string.
13958         (hexl-rulerise, hexl-line-displen): New functions.
13959         (hexl-mode): Mention the new variable.
13960         (hexl-mode, hexl-current-address, hexl-current-address):
13961         Use the displen.
13962         (hexl-ascii-start-column): New function.
13963         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13964         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13966 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13968         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13969         '("-i" ENCODING), in 2 separate command-line arguments, to specify
13970         the encoding, as expected by hunspell.
13972 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13974         * battery.el (battery--linux-sysfs-regexp): New const.
13975         (battery-status-function): Use it.  Remove yeeloong special case.
13976         (battery-yeeloong-sysfs): Remove.
13977         (battery-echo-area-format): Remove yeeloong special case.
13979 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13981         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13982         Reported by Noah Friedman.
13984         * subr.el (read-passwd): Use read-string.
13986 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13988         * vcursor.el (vcursor-move): Increase the priority of the overlay
13989         (bug#9663).
13991 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
13993         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13994         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13996 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
13998         * textmodes/artist.el (artist-mode): Convert artist-mode to use
13999         define-minor-mode (bug#10760).
14001 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14003         * progmodes/grep.el (rgrep): Tweak the find command line so
14004         that directories matching `grep-find-ignored-files' won't be
14005         pruned (bug#10351).
14007 2012-04-11  Chong Yidong  <cyd@gnu.org>
14009         * startup.el (command-line): Remove support for long-obsolete
14010         variable font-lock-face-attributes.
14012 2012-04-11  Glenn Morris  <rgm@gnu.org>
14014         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14016 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14018         * window.el (window--state-get-1): Obey window-point-insertion-type.
14020 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
14022         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14023         to previous function when point is on the first character of a
14024         function.  Take care of that in `narrow-to-defun' (bug#6157).
14026 2012-04-11  Glenn Morris  <rgm@gnu.org>
14028         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14029         not just file-errors.
14031         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14032         (vc-bzr-sha1): Use internal sha1.
14034 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14036         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14038 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
14040         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14041         that start in the middle of the line (bug#10496).
14043 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
14045         * battery.el (battery-linux-proc-acpi): Only one battery is
14046         discharged at a time, but that seems to confuse battery.el when
14047         computing `rate-type' for the battery not being discharged
14048         (bug#10332).
14050 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14052         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14054         * international/quail.el: Use dolist and simplify.
14055         (quail-define-package, quail-update-keyboard-layout)
14056         (quail-define-rules): Use dolist.
14057         (quail-insert-kbd-layout, quail-get-translation): CSE.
14059         * tmm.el: Use dolist, remove left over hook.
14060         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14061         Use dolist.
14062         (calendar-load-hook): Don't mess with it.
14064         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14065         Use derived-mode-p.  Run the diff asynchronously.
14067 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14069         * obsolete/mouse-sel.el: Add an Obsolete-since header.
14071 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
14073         * misc.el: Display absolute path of loaded DLLs (bug#10424).
14074         (list-dynamic-libraries--loaded): New function.
14075         (list-dynamic-libraries--refresh): Use it.
14077 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
14079         * progmodes/python.el (python-fill-paragraph):
14080         Make python-fill-region in a multiline string work when font-lock is
14081         disabled (bug#7018).
14083 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
14085         * language/european.el (cp775): Add oem/legacy (en)coding on
14086         DOS/MS Windows for the Baltic languages.  There are still plenty
14087         of texts written in this encoding/codepage (bug#6519).
14089 2012-04-10  Glenn Morris  <rgm@gnu.org>
14091         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14092         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14094 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
14096         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14097         next-line "n" and previous-line "p" in order to make recentf more
14098         consistent with ibuffer, dired or org-mode (bug#9387).
14100 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14102         * image.el (put-image): Return the overlay created instead of the
14103         optional input string (bug#7834).  Note that this may break code
14104         that is (for some reason or other) depending on `put-image'
14105         returning the string.
14107         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14109         * simple.el (zap-to-char): Allow zapping using input methods
14110         (bug#1580).
14112         * textmodes/fill.el (fill-region): Leave point and mark where they
14113         were before filling (bug#5399).
14115 2012-04-09  Glenn Morris  <rgm@gnu.org>
14117         * version.el (emacs-bzr-get-version):
14118         Handle lightweight checkouts of local branches.
14120 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14122         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14124 2012-04-09  Chong Yidong  <cyd@gnu.org>
14126         * custom.el (custom-variable-p): Return nil for non-symbol
14127         arguments instead of signaling an error.
14128         (user-variable-p): Obsolete alias for custom-variable-p.
14130         * apropos.el (apropos-variable):
14131         * files-x.el (read-file-local-variable):
14132         * simple.el (set-variable):
14133         * woman.el (woman-mini-help):
14134         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14136 2012-04-09  Glenn Morris  <rgm@gnu.org>
14138         * startup.el (normal-top-level): Don't look for leim-list.el
14139         in places where it will not be found.  (Bug#910)
14141         * international/mule-cmds.el (set-default-coding-systems):
14142         * files.el (normal-mode):
14143         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14144         This function was removed with ucs-tables.el in 2008.
14146 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14148         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14149         ispell-encoding8-command to "-i", without a trailing space.
14150         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14151         separate command-line arguments, to specify the encoding, since
14152         that's how hunspell expects it.
14154 2012-04-08  Glenn Morris  <rgm@gnu.org>
14156         * loadup.el: Load bindings before cus-start.
14157         This reduces somewhat the number of "rogue" settings in emacs -Q.
14159 2012-04-07  Glenn Morris  <rgm@gnu.org>
14161         * version.el (emacs-bzr-get-version): New function.
14162         (emacs-bzr-version): New variable.
14163         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14164         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14166 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14168         * international/uni-bidi.el, international/uni-category.el:
14169         * international/uni-combining.el, international/uni-decimal.el:
14170         * international/uni-decomposition.el, international/uni-digit.el:
14171         * international/uni-lowercase.el, international/uni-mirrored.el:
14172         * international/uni-name.el, international/uni-numeric.el:
14173         * international/uni-titlecase.el, international/uni-uppercase.el:
14174         Update for Unicode 6.1.
14176 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14178         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14180 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14182         * window.el (shrink-window): Mention the `window-min-height'
14183         variable in the doc string.
14185 2012-04-05  Bastien Guerry  <bzg@altern.org>
14187         * color.el (color-lighten-name): Fix typo.
14189 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14191         * server.el (server--on-display-p): New function.
14192         (server--on-display-p): Use it.
14194 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
14196         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14197         (bug#11145).
14199 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14201         * comint.el (comint--common-quoted-suffix): Check string boundary
14202         before comparing (bug#11158).
14203         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14205 2012-04-04  Chong Yidong  <cyd@gnu.org>
14207         * minibuffer.el (completion-extra-properties): Doc fix.
14209         * subr.el (delayed-warnings-hook): Doc fix.
14211 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14213         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14214         selection (Bug#11159).
14215         (epa-insert-keys): Inform that the default public key will be
14216         exported if no key is selected.
14218 2012-04-04  Richard Stallman  <rms@gnu.org>
14220         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14222 2012-04-03  Chong Yidong  <cyd@gnu.org>
14224         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14225         mail-insert-file, not its obsolete alias mail-attach-file.
14227 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14229         * notifications.el (notifications-notify): Fix docstring.
14231 2012-04-02  Glenn Morris  <rgm@gnu.org>
14233         * emacs-lisp/authors.el (authors-aliases): Another addition.
14235 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14237         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14238         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14239         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14241 2012-04-01  Chong Yidong  <cyd@gnu.org>
14243         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14244         Handle root directory properly.
14245         (copy-directory): Caller changed.
14247         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14248         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14250 2012-03-31  Glenn Morris  <rgm@gnu.org>
14252         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14254         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14256         * calendar/calendar.el (calendar-window-list)
14257         (calendar-hide-window): Restore.  (Bug#11140)
14258         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14260         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14262 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14264         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14265         Check if file is a symlink (Bug#10489).
14267         * files.el (copy-directory): Likewise.
14269 2012-03-30  Chong Yidong  <cyd@gnu.org>
14271         * image.el (imagemagick-types-inhibit)
14272         (imagemagick-register-types): Doc fix.
14274 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14276         * textmodes/ispell.el (ispell-get-extended-character-mode):
14277         Disable extended-char-mode for hunspell.  hunspell does not support it
14278         and treats ~word as ordinary words in pipe mode.
14280 2012-03-30  Glenn Morris  <rgm@gnu.org>
14282         * tutorial.el (help-with-tutorial): Ensure local variables don't
14283         happen to make the buffer read-only.  (Bug#11127)
14285 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14287         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14288         (perl-calculate-indent): Return `noindent' in strings.
14290 2012-03-28  Sam Steingold  <sds@gnu.org>
14292         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14293         instead of the broken adhockery which does not prevent calendar
14294         buffers from being displayed at random after exit.
14295         (calendar-window-list, calendar-hide-window): Remove the broken
14296         adhockery.
14298 2012-03-28  Glenn Morris  <rgm@gnu.org>
14300         * replace.el (query-replace-map): Doc fix.
14302 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14304         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14305         contents.  (Bug#11109)
14307 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14309         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14310         (bug#11077).
14311         (avl-tree--check, avl-tree--check-node): New funs.
14313 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
14315         * window.el (switch-to-visible-buffer): New option.
14316         (switch-to-prev-buffer, switch-to-next-buffer):
14317         Observe switch-to-visible-buffer.  Make sure that checking for a window
14318         showing a buffer already is done on the same frame.
14320 2012-03-27  Glenn Morris  <rgm@gnu.org>
14322         * startup.el (mail-host-address): Doc fix.
14324 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14326         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14327         than 197 variables.
14329 2012-03-26  Ami Fischman  <ami@fischman.org>
14331         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14333 2012-03-26  Glenn Morris  <rgm@gnu.org>
14335         * files.el (save-buffers-kill-emacs): Doc fix.
14337         * startup.el (normal-top-level, command-line, command-line-1):
14338         Give them doc strings.
14340 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
14342         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14343         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14345 2012-03-25  Chong Yidong  <cyd@gnu.org>
14347         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14348         theme if it was previously enabled before (Bug#11031).
14350         * cus-theme.el (custom-theme-write-faces): Retrieve current face
14351         spec with custom-face-get-current-spec if its :shown-value is not
14352         determined yet (Bug#9337).
14353         (customize-create-theme, custom-theme-revert): Doc fixes.
14355         * button.el (button-at): Minor addition to docstring.
14357 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
14359         * vc/vc.el (vc-merge): Fix a prompt.
14361 2012-03-24  Chong Yidong  <cyd@gnu.org>
14363         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14364         point (Bug#9623).
14366         * button.el (button-at): Minor addition to docstring.
14368 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14370         * newcomment.el (comment-choose-indent): No space after BOL.
14372 2012-03-22  Sam Steingold  <sds@gnu.org>
14374         * window.el (switch-to-prev-buffer): Revert last patch because the
14375         bug turned out to be an advertised feature (Elisp manual 28.14).
14377 2012-03-22  Glenn Morris  <rgm@gnu.org>
14379         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
14380         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14382 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14384         * net/network-stream.el (network-stream-open-starttls): Make error
14385         message under Windows be less misleading.
14387 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
14389         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14390         understands (bug#9942).
14392 2012-03-22  Chong Yidong  <cyd@gnu.org>
14394         * simple.el (end-of-visible-line): Handle return value of
14395         next-single-property-change properly (Bug#9371).
14397 2012-03-22  Kenichi Handa  <handa@m17n.org>
14399         * international/quail.el (quail-insert-kbd-layout): Fix previous
14400         change.  To avoid unwanted bidi reordering, use
14401         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14403 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
14405         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14406         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14407         (ruby-beginning-of-indent): Be more careful with the difference
14408         between word-boundary and symbol boundary.
14409         (ruby-mode-syntax-table): Make : a symbol constituent.
14411 2012-03-21  Andreas Politz  <politza@fh-trier.de>
14413         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14415 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14417         * progmodes/etags.el (tags-completion-at-point-function):
14418         Improve last fix.
14420         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14422 2012-03-21  Sam Steingold  <sds@gnu.org>
14424         * progmodes/etags.el (tags-completion-at-point-function):
14425         Avoid the error when point is inside the pattern.
14427 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
14429         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14430         line (Bug#10855).
14432 2012-03-21  Drew Adams  <drew.adams@oracle.com>
14434         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14436 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
14438         * ido.el (ido-set-current-directory, ido-read-internal)
14439         (ido-choose-completion-string, ido-completion-help): Handle nil
14440         value of ido-completion-buffer (Bug#11008).
14442 2012-03-21  Sam Steingold  <sds@gnu.org>
14444         * window.el (switch-to-prev-buffer): Do not switch to a visible
14445         window previous buffer, just like with the frame previous buffers.
14447 2012-03-21  Chong Yidong  <cyd@gnu.org>
14449         * faces.el (make-face, make-empty-face, copy-face):
14450         * face-remap.el (face-remap-add-relative, face-remap-set-base):
14451         Doc fixes.
14453 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14455         * wid-edit.el (widget-complete-field): Remove (bug#11051).
14456         (widget-complete): Remove broken use of it.
14458 2012-03-20  Chong Yidong  <cyd@gnu.org>
14460         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14461         Use string-width and truncate-string-width to handle arbitrary
14462         characters.
14464 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
14466         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14467         to draw rectangles, not squares.  (Regression introduced by revno
14468         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14470 2012-03-18  Chong Yidong  <cyd@gnu.org>
14472         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14473         it is not yet defined (for temacs).
14475 2012-03-18  Leo Liu  <sdl.web@gmail.com>
14477         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14478         prefix.
14480 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14482         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14483         (ispell-choices-win-default-height, ispell-silently-savep)
14484         (ispell-dictionary-alist, ispell-encoding8-command)
14485         (ispell-check-version, ispell-aspell-find-dictionary)
14486         (ispell-valid-dictionary-list, ispell-words-keyword)
14487         (ispell-get-word, ispell-internal-change-dictionary)
14488         (ispell-region, ispell-skip-region-list)
14489         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14490         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14491         (ispell-message-text-end, ispell-message)
14492         (ispell-buffer-local-parsing): Doc fix.
14494 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
14496         * htmlfontify.el: Add support for code block fontification for ODT
14497         export (Bug #9914).
14498         (hfy-optimisations): Define new option
14499         `body-text-only'
14500         (hfy-fontify-buffer): Honor above setting.
14501         (hfy-begin-span, hfy-end-span): New routines factored out form
14502         `hfy-fontify-buffer'.
14503         (hfy-begin-span-handler, hfy-end-span-handler): New variables
14504         that permit insertion of custom tags.
14505         (hfy-fontify-buffer): Use above handlers.
14506         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14507         (hfy-face-to-css): Re-defined to be a variable.
14508         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
14509         over multiple runs.  This is made possible by having the caller let
14510         bind a special variable `hfy-user-sheet-assoc'.
14511         (htmlfontify-string): New defun.
14512         (hfy-compile-face-map): Make sure that the last char in the
14513         buffer is correctly fontified.
14514         (hfy-face-resolve-face): Whitespace only change.
14516 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14518         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14519         message more clear.
14521 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14523         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14525 2012-03-16  Alan Mackenzie  <acm@muc.de>
14527         Further optimize the handling of large macros.
14529         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14530         limit to a call of `c-literal-limits'.
14531         (c-determine-+ve-limit): New function.
14532         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14533         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14534         In CASE 5B, restrict a search limit to 500.
14535         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14537         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14538         Restrict macro bounds to +-500 from after-change's BEG END.
14540 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14542         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14544 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
14546         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14547         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
14549 2012-03-16  Glenn Morris  <rgm@gnu.org>
14551         * view.el (view-buffer, view-buffer-other-window)
14552         (view-buffer-other-frame): Doc fixes re special mode-class.
14554         * subr.el (eval-after-load): If named feature is provided not from
14555         a file, run after-load forms.  (Bug#10946)
14557         * calendar/calendar.el (calendar-insert-at-column):
14558         Handle non-unit-width characters a bit better.  (Bug#10978)
14560 2012-03-15  Chong Yidong  <cyd@gnu.org>
14562         * emacs-lisp/ring.el (ring-extend): New function.
14563         (ring-insert+extend): Extend the ring correctly (Bug#11019).
14565         * comint.el (comint-read-input-ring)
14566         (comint-add-to-input-history): Grow comint-input-ring lazily.
14568 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14570         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14571         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14573         * imenu.el: Fix multiple inheritance breakage (bug#9199).
14574         (imenu-add-to-menubar): Don't add a redundant index.
14575         (imenu-update-menubar): Handle a dynamically composed keymap.
14577 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14579         * mail/sendmail.el (mail-encode-header):
14580         Bind rfc2047-encode-encoded-words to nil.
14582 2012-03-13  Glenn Morris  <rgm@gnu.org>
14584         * calendar/calendar.el (calendar-string-spread):
14585         Handle non-unit-width characters a bit better.  (Bug#10978)
14587 2012-03-13  Leo Liu  <sdl.web@gmail.com>
14589         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14590         directory and file as argument (Bug#10822).
14592 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14594         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14595         For dynamically generated code, follow $PC.
14596         (gdb-disassembly-handler-custom): Handle no function name case.
14598 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
14600         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14601         * emulation/ws-mode.el (ws-query-replace):
14602         * sort.el (sort-regexp-fields):
14603         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
14605 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14607         * dabbrev.el: Fix cycle completion order (bug#10963).
14608         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14609         (dabbrev-completion): Don't use an obarray; provide
14610         a cycle-sort-function.
14612 2012-03-12  Leo Liu  <sdl.web@gmail.com>
14614         * simple.el (kill-new): Use equal-including-properties for comparison.
14615         (kill-do-not-save-duplicates): Doc fix.
14617 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14619         * dabbrev.el: Fix cycle completion (bug#10963).
14620         Use lexical binding and wrap to 80 columns.
14621         (dabbrev-completion): Delay computing the list of completions.
14623 2012-03-12  Kenichi Handa  <handa@m17n.org>
14625         * international/quail.el (quail-insert-kbd-layout): Surround each
14626         row by LRO and PDF instead of inserting many LRMs.  Pad the left
14627         and right of each non-spacing marks.  Insert invisible space
14628         between lower and upper characters to prevent composition.
14630 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14632         * minibuffer.el (minibuffer-complete): Don't get confused when the
14633         function is run twice via different commands (bug#10958).
14634         (complete-with-action): Fix docstring.
14636 2012-03-12  Chong Yidong  <cyd@gnu.org>
14638         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14639         (nxml-completion-at-point-function): New function.
14640         (nxml-mode): Use it.
14641         (nxml-bind-meta-tab-to-complete-flag): Default to t.
14643         * emacs-lisp/package.el (package-unpack, package-unpack-single):
14644         Load generated autoloads file before byte compiling (Bug#10970).
14645         (package--make-autoloads-and-compile): New helper fun.
14647 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
14649         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14651 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
14653         * autorevert.el (auto-revert-handler): Ensure, that
14654         file-readable-p is applied only for local files or in
14655         auto-revert-tail-mode.
14657 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
14659         * server.el (server-eval-at): Handle non-tcp connections.
14660         Decode result string.
14662         * server.el (server-msg-size): New constant.
14663         (server-reply-print): New function.
14664         (server-eval-and-print): Use it.
14665         (server-eval-at): Use server-quote-arg and server-unquote-arg.
14666         Handle -print-nonl.
14668 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
14670         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14671         (Bug#10987).
14673 2012-03-11  Chong Yidong  <cyd@gnu.org>
14675         * simple.el (goto-line): Doc fix (Bug#9938).
14677         * subr.el (save-window-excursion): Doc fix (Bug#9979).
14679         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14680         when finished (Bug#10963).
14682 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
14684         * window.el (split-window-below): Fix bug in case where
14685         split-window-keep-point is nil (Bug#10971).
14687 2012-03-11  Juri Linkov  <juri@jurta.org>
14689         * replace.el (replace-highlight): Set isearch-word to nil
14690         unconditionally.  (Bug#10887)
14692 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
14694         * net/mairix.el (mairix-replace-invalid-chars): Rename from
14695         mairix-replace-illegal-chars; all callers changed.  Don't remove
14696         ^, ~, and = characters: they are meaningful in mairix search specs.
14697         (mairix-widget-create-query): Add usage information about mairix
14698         search forms: negating words, searching for substrings, etc.
14700 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
14702         * international/fontset.el (font-encoding-alist): Add an entry for
14703         ksx1001 (Bug#5667).
14705 2012-03-10  Richard Stallman  <rms@gnu.org>
14707         * mail/sendmail.el (mail-encode-header):
14708         Set rfc2047-encode-encoded-words.
14710         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14712         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14713         view buffer means not swapped.
14714         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14715         (rmail-write-region-annotate): Error if real text has disappeared.
14717         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14719 2012-03-10  Chong Yidong  <cyd@gnu.org>
14721         * emulation/cua-rect.el (cua--init-rectangles):
14722         * emulation/cua-base.el (cua--init-keymaps):
14723         Add delete-forward-char to remappings (Bug#9666).
14725 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
14727         * speedbar.el (speedbar-unhighlight-one-tag-line):
14728         Avoid unhighlighting due to frame switching (Bug#10275).
14730 2012-03-10  Chong Yidong  <cyd@gnu.org>
14732         * minibuffer.el (completion-in-region, completion-help-at-point):
14733         Give the completion field overlay a high priority (Bug#6830).
14735         * dired.el (dired-goto-file): Recognize absolute file name
14736         listings (Bug#7126).
14737         (dired-goto-file-1): New helper function.
14738         (dired-toggle-read-only): Inhibit warnings.
14740 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
14742         * net/dbus.el (dbus-property-handler): Return empty array if
14743         there are no properties.
14745 2012-03-09  Leo Liu  <sdl.web@gmail.com>
14747         * savehist.el (savehist-printable): Stricter check for string
14748         value (Bug#10937).
14750 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
14752         * mail/smtpmail.el (smtpmail-send-it):
14753         Bind coding-system-for-write to *-unix, so that FCC files are kept in
14754         valid mbox format.
14756 2012-03-09  Glenn Morris  <rgm@gnu.org>
14758         * files.el (dir-locals-find-file):
14759         Don't check result is regular, readable.
14760         (dir-locals-read-from-file): Demote errors.
14762 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
14764         * international/quail.el (quail-insert-kbd-layout):
14765         Insert invisible LRM characters before each character in a keyboard
14766         layout cell, to prevent their reordering by bidi display engine.
14767         For details, see the discussion in
14768         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14770 2012-03-08  Alan Mackenzie  <acm@muc.de>
14772         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14773         the starting position; make it extend the marked region when
14774         invoked repeatedly - all under appropriate circumstances.
14775         Fixes bugs #5525, #10906.
14777 2012-03-08  Glenn Morris  <rgm@gnu.org>
14779         * files.el (locate-dominating-file, dir-locals-find-file):
14780         Undo 2012-03-06 change.
14782 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
14784         * international/quail.el (quail-help):
14785         Force bidi-paragraph-direction be left-to-right.  See discussion in
14786         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14787         for the reason.
14789 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
14791         Avoid superfluous registering of signals.  (Bug#10807)
14793         * notifications.el (notifications-on-action-object)
14794         (notifications-on-close-object): New defvars.
14795         (notifications-on-action-signal, notifications-on-closed-signal):
14796         Unregister the signal if not needed any longer.
14797         (notifications-notify): Register `notifications-action-signal' or
14798         `notifications-closed-signal', if :on-action or :on-close has been
14799         passed as argument.
14801 2012-03-07  Chong Yidong  <cyd@gnu.org>
14803         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14804         non-X platforms.
14806 2012-03-06  Glenn Morris  <rgm@gnu.org>
14808         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14809         (x-disown-selection-internal, x-get-selection-internal):
14810         Doc fix (add arglist signatures).  (Bug#10783)
14812 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14814         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14815         Handle breakpoints with no "type".
14817 2012-03-06  Glenn Morris  <rgm@gnu.org>
14819         * files.el (locate-dominating-file): Add optional predicate argument.
14820         (dir-locals-find-file): Make use of above change.
14822 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
14824         * info.el (Info-insert-dir): Also try "dir.gz".
14826 2012-03-06  Glenn Morris  <rgm@gnu.org>
14828         * files.el (dir-locals-find-file):
14829         Ignore non-readable or non-regular files.  (Bug#10928)
14831         * files.el (locate-dominating-file): Doc fix.
14833 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
14835         * calendar/calendar.el (calendar-set-mode-line):
14836         `getenv' returns a string.  (Bug#10951)
14838 2012-03-05  Leo Liu  <sdl.web@gmail.com>
14840         * simple.el (backward-delete-char-untabify): Constrain point to
14841         field (Bug#10939).
14843         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14845 2012-03-05  Chong Yidong  <cyd@gnu.org>
14847         * simple.el (count-words): If called from Lisp, return the word
14848         count, for symmetry with `count-lines'.  Arglist changed.
14849         (count-words--message): Args changed.  Consolidate counting code
14850         from count-words and count-words-region.
14851         (count-words-region): Caller changed.
14852         (count-lines-region): Make it an obsolete alias.
14854 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
14856         * saveplace.el (save-place-to-alist)
14857         (save-place-ignore-files-regexp): Allow value nil to disable this
14858         feature.
14860 2012-03-04  Chong Yidong  <cyd@gnu.org>
14862         * faces.el (face-spec-reset-face): For the default face, reset the
14863         attributes to default values (Bug#10748).
14865 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14867         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14868         previous patch: Check `message-send-mail-function', and not the
14869         default function (bug#10897).
14871 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
14873         * notifications.el (notifications-on-action-signal)
14874         (notifications-on-closed-signal): Check for unique service name of
14875         incoming event.  Fix error in removing entry.
14876         (top): Register for signals with wildcard service name.
14877         (notifications-notify): Use daemon unique service name for map entries.
14879 2012-03-04  Chong Yidong  <cyd@gnu.org>
14881         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14883 2012-03-04  Glenn Morris  <rgm@gnu.org>
14885         * abbrev.el (copy-abbrev-table, abbrev-table-p)
14886         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14887         (expand-abbrev, define-abbrev-table): Doc fixes.
14889 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14891         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14892         `message-default-send-mail-function' and not `send-mail-function'
14893         when doing the prompting for `sendmail-query-once' before sending
14894         in Message buffers (bug#10897).
14896         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14897         This is inconsistent with all the other stream functions, which leave
14898         the setting up to the higher levels (if so wanted) (bug#10931).
14900 2012-03-02  Alan Mackenzie  <acm@muc.de>
14902         Depessimize the handling of very large macros.
14904         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14905         (c-macro-cache-syntactic): New variables to implement a one
14906         element macro cache.
14907         (c-invalidate-macro-cache): New function.
14908         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14909         Adapt to use the new cache.
14910         (c-state-safe-place): Use better the cache of safe positions.
14911         (c-state-semi-nonlit-pos-cache)
14912         (c-state-semi-nonlit-pos-cache-limit):
14913         New variables for...
14914         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
14915         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14916         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14917         Use c-state-semi-safe-place.
14919         * progmodes/cc-langs.el (c-get-state-before-change-functions):
14920         Add c-invalidate-macro-cache to the C, C++, Obj entries.
14922 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
14924         * jka-compr.el (jka-compr-call-process):
14925         Apply `file-accessible-directory-p' only when the default directory is
14926         not remote.
14928 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
14930         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
14931         access of FILE2, if FILE1 does not exist.
14933         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14934         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14936         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14937         Add "PAGER=" to `process-environment'.
14939 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
14941         * progmodes/sql.el: Bug fix
14942         (sql-get-login-ext): Save login values in globals.
14943         (sql-get-login): Use new version of `sql-get-login-ext'.
14944         (sql-interactive-mode): Set global `sql-connection' to nil.
14945         (sql-connect): Set global values for connection.
14946         (sql-product-interactive): Save global values as buffer local.
14948 2012-02-29  Leo Liu  <sdl.web@gmail.com>
14950         * abbrev.el (define-abbrevs): Reset sys to nil.
14952 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14954         * files.el (file-equal-p): Rename from `files-equal-p'.
14955         Return nil when one or both files don't exist.
14956         (file-subdir-of-p): Now only top directory must exists,
14957         return nil if it doesn't.
14958         (copy-directory): No need to test with `file-subdir-of-p' after
14959         creating dir.
14960         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14961         to `file-equal-p'.
14963 2012-02-28  Glenn Morris  <rgm@gnu.org>
14965         * shell.el (shell-mode):
14966         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14967         * play/landmark.el (landmark-font-lock-face-O):
14968         * play/handwrite.el (handwrite):
14969         * play/gomoku.el (gomoku-O):
14970         * net/browse-url.el (browse-url-browser-display):
14971         * international/mule.el (define-charset):
14972         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14973         * filesets.el (filesets-find-file-delay):
14974         * eshell/em-xtra.el (eshell-xtra):
14975         * eshell/em-unix.el (eshell-grep):
14976         * emulation/viper.el (viper-mode):
14977         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14978         * emacs-lisp/easymenu.el (easy-menu-define):
14979         * calendar/timeclock.el (timeclock-use-display-time):
14980         * bs.el (bs-mode):
14981         * bookmark.el (bookmark-save-flag):
14982         Doc fix (standardize possessive apostrophe usage).
14984 2012-02-27  Chong Yidong  <cyd@gnu.org>
14986         * emulation/viper-cmd.el (viper-intercept-ESC-key):
14987         Fix key-binding lookup for ESC key (Bug#9146).
14989         * font-lock.el (font-lock-specified-p): Rename from
14990         font-lock-spec-present.  Callers changed.
14992 2012-02-27  Daniel Hackney  <dan@haxney.org>
14994         * emacs-lisp/package.el (package-compute-transaction):
14995         Handle holding a package version to t in package-load-list.
14997 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
14999         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15000         (tramp-get-inode, tramp-get-device): Use cached values.
15002 2012-02-26  Alan Mackenzie  <acm@muc.de>
15004         Check there is a font-lock specification before doing initial
15005         fontification.
15007         * font-core.el (font-lock-mode): Move the conditional from
15008         :after-hook to font-lock-initial-fontify.
15009         (font-lock-default-function): Move the check for a specification
15010         to font-lock-spec-present.
15012         * font-lock.el (font-lock-initial-fontify): Call ...
15013         (font-lock-spec-present): New function.
15015 2012-02-26  Jim Blandy  <jimb@red-bean.com>
15017         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15018         (gdb-send): Apply it to the operand of the '-interpreter-exec
15019         console' command, so that we can pass arguments with (say) quotes
15020         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
15022 2012-02-26  Chong Yidong  <cyd@gnu.org>
15024         * help-fns.el (describe-function-1): Clarify description of
15025         remapping (Bug#10844).
15027         * files.el (files-equal-p): Doc fix.
15028         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
15029         and quit the loop once a mismatch is found.
15031 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
15033         * bs.el (bs--show-with-configuration): Don't throw an error
15034         if the window cannot be split; otherwise, subsequent calls to
15035         bs-show fail, restoring a stale window config.  (Bug#10882)
15037 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15039         * term/ns-win.el (global-map): Bind ns-drag-file to
15040         ns-find-file (Bug#5855, Bug#10050).
15042 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
15044         * calendar/parse-time.el (parse-time-string): Allow extractor to
15045         return nil.
15047 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
15049         * net/tramp.el (tramp-file-name-for-operation):
15050         Add `files-equal-p' and `file-subdir-of-p'.
15052         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15053         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15054         Add COPY-CONTENTS argument.
15056 2012-02-25  Chong Yidong  <cyd@gnu.org>
15058         Add custom groups for VC backends, for consistency with vc-bzr.
15060         * vc/vc-arch.el (vc-arch):
15061         * vc/vc-cvs.el (vc-cvs):
15062         * vc/vc-git.el (vc-git):
15063         * vc/vc-hg.el (vc-hg):
15064         * vc/vc-mtn.el (vc-mtn):
15065         * vc/vc-rcs.el (vc-rcs):
15066         * vc/vc-sccs.el (vc-sccs):
15067         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15068         All relevant defcustoms reassigned.
15070 2012-02-25  Chong Yidong  <cyd@gnu.org>
15072         * newcomment.el (comment-styles): Add autoload (Bug#10868).
15074         * term/x-win.el (x-initialize-window-system): Reduce default for
15075         x-selection-timeout to 5 seconds (Bug#8869).
15077 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15079         * files.el (files-equal-p, file-subdir-of-p): New functions.
15080         (copy-directory): Error when trying to copy a directory on itself.
15081         Add missing copy-contents arg to tramp handler.
15082         * dired-aux.el (dired-copy-file-recursive): Same.
15083         (dired-create-files): Modify destination when source is equal to
15084         dest when copying files.
15085         Return also when dest is a subdir of source.  (Bug#10489)
15087 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
15089         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15090         (Bug#10874)
15092 2012-02-23  Alan Mackenzie  <acm@muc.de>
15094         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15095         parameter "after-hook:" to allow the expansion to run code after
15096         the execution of the mode hooks.
15098         * font-lock.el (font-lock-initial-fontify): New function extracted
15099         from font-lock-mode-internal.
15101         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15102         :after-hook.
15104 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15106         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15107         (completion--cache-all-sorted-completions): New function.
15108         (completion-all-sorted-completions): Use it.
15109         (completion--do-completion, minibuffer-force-complete):
15110         Use it to re-instate the flush hook.
15112         * icomplete.el (icomplete-completions): Replace last fix with a better
15113         one (bug#10850).
15115 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15117         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15118         when it might call us back infinitely (bug#10797).
15120 2012-02-23  Glenn Morris  <rgm@gnu.org>
15122         * minibuffer.el (completion-category-overrides): Doc fix.
15124 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15126         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15127         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15129 2012-02-23  Glenn Morris  <rgm@gnu.org>
15131         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15132         (authors-obsolete-files-regexps, authors-ignored-files)
15133         (authors-ambiguous-files, authors-renamed-files-alist):
15134         Add more entries.
15136 2012-02-23  Juri Linkov  <juri@jurta.org>
15138         * isearch.el (isearch-occur): Sync interactive spec with occur's
15139         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15141         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15143 2012-02-22  Juri Linkov  <juri@jurta.org>
15145         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15146         (ucs-insert): Doc fix.  Check for hex digits in the string.
15147         Don't display `nil' in the error message.  (Bug#10857)
15149 2012-02-22  Alan Mackenzie  <acm@muc.de>
15151         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15153 2012-02-22  Glenn Morris  <rgm@gnu.org>
15155         * ffap.el (ffap-c-path):
15156         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15158 2012-02-22  Chong Yidong  <cyd@gnu.org>
15160         * custom.el (load-theme): Doc fix.
15162 2012-02-22  Glenn Morris  <rgm@gnu.org>
15164         * dired-x.el (dired-guess-shell-alist-default):
15165         Remove escape sequences from nroff output.  (Bug#172)
15167 2012-02-21  Glenn Morris  <rgm@gnu.org>
15169         * vc/emerge.el (emerge-defvar-local):
15170         Set `permanent-local' property rather than unused `preserved'.
15172         * textmodes/picture.el (picture-delete-char): New alias.
15173         (picture-mode-map): Use it.  (Bug#10860)
15174         (picture-mode): Doc fix.
15176 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15178         * newcomment.el (uncomment-region-default): Remove unused binding.
15180 2012-02-21  Glenn Morris  <rgm@gnu.org>
15182         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15183         (picture-self-insert, picture-tab-chars): Doc fix.
15184         (picture-mode-map): Fix C-a, C-e.
15186 2012-02-20  Glenn Morris  <rgm@gnu.org>
15188         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15190 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15192         * icomplete.el (icomplete-completions): Check FROM arg before
15193         passing to substring (Bug#10850).
15195 2012-02-19  Chong Yidong  <cyd@gnu.org>
15197         * comint.el: Require ansi-color.
15198         (comint-output-filter-functions): Add ansi-color-process-output.
15200         * ansi-color.el: Don't set comint-output-filter-functions; it is
15201         now in the initial value defined in comint.el.
15202         (ansi-color-apply-face-function): New variable.
15203         (ansi-color-apply-on-region): Use it.
15204         (ansi-color-apply-overlay-face): New function.
15206         * shell.el (shell): No need to require ansi-color.
15207         (shell-mode): Use ansi-color-apply-face-function to highlight
15208         color escapes using font-lock-face property (Bug#10835).
15210 2012-02-19  Chong Yidong  <cyd@gnu.org>
15212         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15213         mode-line formats (Bug#10839).
15215 2012-02-18  Glenn Morris  <rgm@gnu.org>
15217         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15219         * mail/undigest.el (unforward-rmail-message): Doc fix.
15221         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15223 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15225         * international/characters.el (script-list): Sync with the latest
15226         Unicode Character Database.
15228 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15230         * international/titdic-cnv.el: Remove duplicate coding tag.
15231         * language/cham.el: Likewise.
15232         * language/tai-viet.el: Likewise.
15234 2012-02-18  Glenn Morris  <rgm@gnu.org>
15236         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15237         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15238         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15239         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15240         * calendar/holidays.el (holiday-bahai-holidays)
15241         (calendar-holidays, list-holidays):
15242         Use utf-8 Bahá'í in doc-strings, menus, etc.
15244 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15246         * saveplace.el (save-place-ignore-files-regexp): New variable
15247         allowing for excluding files from saving their location of point.
15248         The default value matches the temporary commit message editing
15249         files from Git, SVN, Bazaar, and Mercurial.
15250         (save-place-to-alist): Use it.
15252 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15253             Stefan Monnier  <monnier@iro.umontreal.ca>
15255         * newcomment.el (uncomment-region-default): Don't leave extra space
15256         when an arg is provided (bug#8150).
15258 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15260         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15262 2012-02-17  Glenn Morris  <rgm@gnu.org>
15264         * net/socks.el: Require network-stream.  (Bug#10599)
15266 2012-02-17  Kenichi Handa  <handa@m17n.org>
15268         * international/charprop.el:
15269         * international/uni-name.el:
15270         * international/uni-old-name.el:
15271         * international/uni-comment.el: Regenerate.
15273 2012-02-16  Glenn Morris  <rgm@gnu.org>
15275         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15276         Interactively in calendar buffer, give an error if not on a date.
15278 2012-02-15  Glenn Morris  <rgm@gnu.org>
15280         * shell.el (shell-delimiter-argument-list):
15281         Revert 2011-02-17 change.  (Bug#8027)
15283 2012-02-15  Chong Yidong  <cyd@gnu.org>
15285         * minibuffer.el (completion-at-point-functions): Doc fix.
15287         * custom.el (defcustom): Doc fix; note use of defvar.
15289 2012-02-15  Glenn Morris  <rgm@gnu.org>
15291         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15292         Doc fixes.
15294 2012-02-14  Glenn Morris  <rgm@gnu.org>
15296         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15298 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15300         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15301         way the ports list is computed.
15302         (smtpmail-query-smtp-server): Prompt the user for a port number if
15303         we can't connect to any of the standard ports (bug#10810).
15305 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15307         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15309 2012-02-13  Glenn Morris  <rgm@gnu.org>
15311         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
15313 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15315         * net/gnutls.el (gnutls-trustfiles): New variable.
15316         (gnutls-negotiate): Use it.
15318 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
15320         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15321         does its stuff if Gnus is running.
15323 2012-02-13  Alan Mackenzie  <acm@muc.de>
15325         Fix a loop in c-set-fl-decl-start.
15327         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15328         c-backward-syntactic-ws actually moves backwards.
15330 2012-02-13  Leo Liu  <sdl.web@gmail.com>
15332         * net/rcirc.el (rcirc-markup-attributes): Move point to the
15333         beginning so that all \C-o chars are removed.
15335 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
15337         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15339 2012-02-12  Alan Mackenzie  <acm@muc.de>
15341         Fix infinite loop with long macros.
15342         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15344 2012-02-12  Chong Yidong  <cyd@gnu.org>
15346         * window.el (display-buffer): Doc fix (Bug#10785).
15348 2012-02-12  Glenn Morris  <rgm@gnu.org>
15350         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15351         (x-disown-selection-internal, x-get-selection-internal):
15352         Sync docs with the xselect.c versions.
15354         * allout-widgets.el: Add missing license notice.
15356 2012-02-11  Glenn Morris  <rgm@gnu.org>
15358         * select.el (x-get-selection-internal, x-own-selection-internal)
15359         (x-disown-selection-internal):
15360         * x-dnd.el (x-get-selection-internal): Update declarations.
15362         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15364         * window.el (window-sides-slots):
15365         * tool-bar.el (tool-bar-position):
15366         * term/xterm.el (xterm-extra-capabilities):
15367         * ses.el (ses-self-reference-early-detection):
15368         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15369         (verilog-auto-wire-type)
15370         (verilog-auto-delete-trailing-whitespace)
15371         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15372         (verilog-auto-tieoff-declaration):
15373         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15374         (sql-oracle-statement-starters, sql-oracle-scan-on):
15375         * progmodes/prolog.el (prolog-align-comments-flag)
15376         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15377         (prolog-left-indent-regexp, prolog-paren-indent-p)
15378         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15379         (prolog-types, prolog-mode-specificators)
15380         (prolog-determinism-specificators, prolog-directives)
15381         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15382         (prolog-electric-dot-flag)
15383         (prolog-electric-dot-full-predicate-template)
15384         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15385         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15386         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15387         (prolog-program-switches, prolog-prompt-regexp)
15388         (prolog-debug-on-string, prolog-debug-off-string)
15389         (prolog-trace-on-string, prolog-trace-off-string)
15390         (prolog-zip-on-string, prolog-zip-off-string)
15391         (prolog-use-standard-consult-compile-method-flag)
15392         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15393         (prolog-imenu-max-lines, prolog-info-predicate-index)
15394         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15395         (prolog-char-quote-workaround):
15396         * progmodes/cc-vars.el (c-defun-tactic):
15397         * net/tramp.el (tramp-encoding-command-interactive)
15398         (tramp-local-end-of-line):
15399         * net/soap-client.el (soap-client):
15400         * net/netrc.el (netrc-file):
15401         * net/gnutls.el (gnutls):
15402         * minibuffer.el (completion-category-overrides)
15403         (completion-cycle-threshold)
15404         (completion-pcm-complete-word-inserts-delimiters):
15405         * man.el (Man-name-local-regexp):
15406         * mail/feedmail.el (feedmail-display-full-frame):
15407         * international/characters.el (glyphless-char-display-control):
15408         * eshell/em-ls.el (eshell-ls-date-format):
15409         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15410         (lisp-lambda-list-keyword-parameter-indentation)
15411         (lisp-lambda-list-keyword-parameter-alignment):
15412         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15413         * dired-x.el (dired-omit-verbose):
15414         * cus-theme.el (custom-theme-allow-multiple-selections):
15415         * calc/calc.el (calc-highlight-selections-with-faces)
15416         (calc-lu-field-reference, calc-lu-power-reference)
15417         (calc-note-threshold):
15418         * battery.el (battery-mode-line-limit):
15419         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15420         (archive-7z-update):
15421         * allout.el (allout-prefixed-keybindings)
15422         (allout-unprefixed-keybindings)
15423         (allout-inhibit-auto-fill-on-headline)
15424         (allout-flattened-numbering-abbreviation):
15425         * allout-widgets.el (allout-widgets-auto-activation)
15426         (allout-widgets-icons-dark-subdir)
15427         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15428         (allout-widgets-theme-dark-background)
15429         (allout-widgets-theme-light-background)
15430         (allout-widgets-item-image-properties-emacs)
15431         (allout-widgets-item-image-properties-xemacs)
15432         (allout-widgets-run-unit-tests-on-load)
15433         (allout-widgets-time-decoration-activity)
15434         (allout-widgets-hook-error-post-time)
15435         (allout-widgets-track-decoration):
15436         Add missing :version tags to new defcustoms and defgroups.
15438         * progmodes/sql.el (sql-ansi-statement-starters)
15439         (sql-oracle-statement-starters): Add custom type.
15441         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15442         (prolog-system-version): Give it a type.
15444 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
15446         * term/pc-win.el (x-select-text, x-selection-owner-p)
15447         (x-own-selection-internal, x-disown-selection-internal)
15448         (x-get-selection-internal): Sync doc strings and argument lists
15449         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
15451 2012-02-11  Leo Liu  <sdl.web@gmail.com>
15453         * progmodes/python.el (python-end-of-statement): Fix infinite
15454         loop.  (Bug#10788)
15456 2012-02-10  Glenn Morris  <rgm@gnu.org>
15458         * international/mule-cmds.el (unify-8859-on-encoding-mode)
15459         (unify-8859-on-decoding-mode): Properly mark as obsolete.
15461 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
15463         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15464         about SMTP before checking the From header.
15466         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15467         into own function for reuse by emacsbug.el.
15469 2012-02-10  Leo Liu  <sdl.web@gmail.com>
15471         * subr.el (condition-case-unless-debug): Rename from
15472         condition-case-no-debug.  All callers changed.
15473         (with-demoted-errors): Fix caller.
15475         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15476         * nxml/rng-valid.el (rng-do-some-validation):
15477         * emacs-lisp/package.el (package-refresh-contents)
15478         (package-menu-execute):
15479         * desktop.el (desktop-create-buffer):
15480         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15482 2012-02-10  Glenn Morris  <rgm@gnu.org>
15484         * textmodes/bibtex.el:
15485         Add missing :version tags for new/changed defcustoms.
15487         * files.el (remote-file-name-inhibit-cache): Doc fixes.
15489 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
15491         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15492         (smtpmail-via-smtp): Use it, or fall back on the From address.
15493         (smtpmail-send-it): Ditto.
15495 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15497         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15498         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
15499         (byte-compile-tmp-var): New const.
15500         (byte-compile-defvar): Use it to minimize .elc size.
15501         Just use `defvar' rather than simulate it (bug#10761).
15503 2012-02-09  Glenn Morris  <rgm@gnu.org>
15505         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
15507         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15508         Add :version tags.
15510         * progmodes/compile.el (compilation-error-screen-columns)
15511         (compilation-first-column, compilation-filter-start): Doc fixes.
15513         * vc/log-view.el (log-view-toggle-entry-display):
15514         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15516         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15517         (report-emacs-bug-can-use-xdg-email):
15518         (report-emacs-bug-insert-to-mailer): Doc fixes.
15519         (report-emacs-bug): Message fix.
15521         * net/browse-url.el (browse-url-can-use-xdg-open)
15522         (browse-url-xdg-open): Doc fixes.
15524         * electric.el (electric-indent-mode, electric-pair-mode)
15525         (electric-layout-rules, electric-layout-mode): Doc fixes.
15526         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15528 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
15530         * server.el (server-unselect-display): Don't inadvertently kill
15531         the current buffer.  (Bug#10729)
15533 2012-02-08  Glenn Morris  <rgm@gnu.org>
15535         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15536         (sql-list-table): Doc fixes.
15538         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15539         Comment out (does nothing).
15541         * completion.el (dynamic-completion-mode):
15542         * dirtrack.el (dirtrack-debug-mode):
15543         * electric.el (electric-layout-mode):
15544         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15545         * face-remap.el (text-scale-mode, buffer-face-mode):
15546         * iimage.el (iimage-mode):
15547         * image-mode.el (image-transform-mode):
15548         * minibuffer.el (completion-in-region-mode):
15549         * scroll-lock.el (scroll-lock-mode):
15550         * simple.el (next-error-follow-minor-mode):
15551         * tar-mode.el (tar-subfile-mode):
15552         * tooltip.el (tooltip-mode):
15553         * vcursor.el (vcursor-use-vcursor-map):
15554         * wid-browse.el (widget-minor-mode):
15555         * emulation/tpu-edt.el (tpu-edt-mode):
15556         * emulation/tpu-extras.el (tpu-cursor-free-mode):
15557         * international/iso-ascii.el (iso-ascii-mode):
15558         * language/thai-util.el (thai-word-mode):
15559         * mail/supercite.el (sc-minor-mode):
15560         * net/goto-addr.el (goto-address-mode):
15561         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15562         * progmodes/cwarn.el (cwarn-mode):
15563         * progmodes/flymake.el (flymake-mode):
15564         * progmodes/glasses.el (glasses-mode):
15565         * progmodes/hideshow.el (hs-minor-mode):
15566         * progmodes/pascal.el (pascal-outline-mode):
15567         * textmodes/enriched.el (enriched-mode):
15568         * vc/smerge-mode.el (smerge-mode):
15569         Doc fixes (minor mode argument).
15571 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
15573         * ls-lisp.el (ls-lisp-sanitize): New function.
15574         (ls-lisp-insert-directory): Use it to fix or remove any elements
15575         in file-alist with missing attributes.  (Bug#4673)
15577 2012-02-07  Alan Mackenzie  <acm@muc.de>
15579         Fix spurious recognition of c-in-knr-argdecl.
15581         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15582         putative K&R region.
15584 2012-02-07  Alan Mackenzie  <acm@muc.de>
15586         * progmodes/cc-engine.el (c-forward-objc-directive):
15587         Prevent looping in "#pragma mark @implementation".
15589 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
15591         * notifications.el (notifications-on-closed-signal): Make `reason'
15592         optional.  (Bug#10744)
15594 2012-02-07  Glenn Morris  <rgm@gnu.org>
15596         * emacs-lisp/easy-mmode.el (define-minor-mode):
15597         Doc fixes for the macro and the mode it defines.
15599         * image.el (imagemagick-types-inhibit): Doc fix.
15601         * cus-start.el (imagemagick-render-type): Add it.
15603 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
15605         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15606         Set the default at load time, too, so that `font-lock-fontify-buffer'
15607         can be called without setting up the entire mode first.  This fixes
15608         a bug in `mm-inline-text' with C MIME parts.
15610 2012-02-06  Chong Yidong  <cyd@gnu.org>
15612         * simple.el (list-processes--refresh): Delete exited processes
15613         (Bug#8094).
15615         * comint.el (comint-next-prompt): next-single-char-property-change
15616         and prev-single-char-property-change never return nil (Bug#8657).
15618         * custom.el (defcustom): Doc fix (Bug#9711).
15620 2012-02-05  Chong Yidong  <cyd@gnu.org>
15622         * cus-edit.el (custom-variable-reset-backup): Quote the value
15623         before storing it in the customized-value property (Bug#6712).
15624         (custom-display): Add a customization type tag.
15625         (custom-buffer-create-internal): Improve tooltip message.
15627         * wid-edit.el (widget-field-value-get): New optional arg to
15628         suppress trailing whitespace truncation.
15629         (character): Use it (Bug#2689).
15631 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
15633         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15634         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15636 2012-02-05  Chong Yidong  <cyd@gnu.org>
15638         * cus-edit.el (custom-variable-value-create): For mismatched
15639         types, show the current value (Bug#7600).
15641         * custom.el (defcustom): Doc fix.
15643 2012-02-05  Glenn Morris  <rgm@gnu.org>
15645         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15647 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
15649         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15650         (pp-buffer): Use `ignore-errors', `looking-at-p'.
15651         (pp-last-sexp): Use `looking-at-p'.
15653 2012-02-04  Glenn Morris  <rgm@gnu.org>
15655         * files.el (revert-buffer):
15656         Doc fix (mention revert-buffer-in-progress-p).
15658         * emacs-lisp/ert-x.el (ert-simulate-command):
15659         Check deferred-action-list (which is obsolete) is bound.
15661         * subr.el (with-wrapper-hook): Doc fixes.
15663         * simple.el (filter-buffer-substring-functions)
15664         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15666 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
15668         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15669         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
15671 2012-02-04  Leo Liu  <sdl.web@gmail.com>
15673         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15675 2012-02-04  Glenn Morris  <rgm@gnu.org>
15677         * image.el (image-extension-data): Add obsolete alias.
15679         * isearch.el (isearch-update): Doc fix.
15681         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15683         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15685 2012-02-03  Glenn Morris  <rgm@gnu.org>
15687         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
15688         (image-animate-timeout): Doc fix.
15690         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15692 2012-02-02  Glenn Morris  <rgm@gnu.org>
15694         * server.el (server-auth-dir): Doc fix.
15695         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
15697         * subr.el (run-mode-hooks): Doc fix.
15699 2012-02-02  Juri Linkov  <juri@jurta.org>
15701         * image-mode.el (image-toggle-display-image): Remove tautological
15702         `major-mode' from the `derived-mode-p' test.
15704 2012-02-02  Kenichi Handa  <handa@m17n.org>
15706         * composite.el (compose-region): Cancel previous change.
15708 2012-02-02  Kenichi Handa  <handa@m17n.org>
15710         * composite.el (compose-region, compose-string): Signal error for
15711         a null string component (Bug#6988).
15713 2012-02-01  Chong Yidong  <cyd@gnu.org>
15715         * view.el (view-buffer-other-window, view-buffer-other-frame):
15716         Handle special modes like view-buffer (Bug#10650).
15717         (view-buffer): Simplify.
15719         * frame.el (set-frame-font): Tweak meaning of third argument.
15721         * dynamic-setting.el (font-setting-change-default-font):
15722         Use set-frame-font (Bug#9982).
15724 2012-02-01  Glenn Morris  <rgm@gnu.org>
15726         * progmodes/compile.el (compilation-internal-error-properties):
15727         Respect compilation-first-column in the "*compilation*" buffer.
15729         * emacs-lisp/easy-mmode.el (define-minor-mode):
15730         Relax :variable's test for a named function.
15732 2012-01-31  Alan Mackenzie  <acm@muc.de>
15734         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15735         off by one error.
15737 2012-01-31  Chong Yidong  <cyd@gnu.org>
15739         * frame.el (set-frame-font): New arg ALL-FRAMES.
15741         * menu-bar.el (menu-set-font): Use set-frame-font.
15743         * faces.el (face-spec-reset-face): Don't apply unspecified
15744         attribute values to the default face.
15746 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
15748         * progmodes/cwarn.el (cwarn): Remove dead link.
15749         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15750         Remove * from defcustom docstrings.
15751         (turn-on-cwarn-mode): Make obsolete.
15752         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15753         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15755 2012-01-31  Glenn Morris  <rgm@gnu.org>
15757         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15758         Fix :variable handling of mode a symbol not equal to modefun.
15759         Allow named functions to be used as the cdr of :variable.
15761 2012-01-30  Glenn Morris  <rgm@gnu.org>
15763         * emacs-lisp/authors.el (authors-fixed-entries):
15764         Remove reference to deleted file rnewspost.el.
15766 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
15768         * window.el (window-with-parameter): Remove unused variable `windows'.
15769         (window--side-check): Remove unused variable `code'.
15770         (window--resize-siblings): Remove unused variable `first'.
15771         (adjust-window-trailing-edge): Remove unused variable `failed'.
15772         (window-deletable-p, window--delete): Remove unused variable `buffer'.
15773         Use `let', not `let*'.
15774         (balance-windows-2): Remove unused variable `found'.
15775         (window--state-put-2): Remove unused variable `splits'.
15776         (window-state-put): Remove unused variable `selected'.
15777         (same-window-p): Use `string-match-p'.
15778         (display-buffer-assq-regexp): Remove unused variable `value'.
15779         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15780         Mark argument ALIST as ignored.
15781         (pop-to-buffer): Remove unused variable `old-window'.
15783 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
15785         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15786         and .lzma compressed files.
15788 2012-01-29  Chong Yidong  <cyd@gnu.org>
15790         * frame.el (window-system-default-frame-alist): Doc fix.
15792         * dynamic-setting.el (font-setting-change-default-font): Don't
15793         change the default face if SET-FONT argument is non-nil (Bug#9982).
15795 2012-01-29  Samuel Bronson  <naesten@gmail.com>
15797         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15799 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
15801         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15802         breakpoints in files outside current directory (Bug#6098).
15804 2012-01-29  Chong Yidong  <cyd@gnu.org>
15806         * progmodes/python.el: Require ansi-color at top-level.
15808         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15809         Define and use in Emacs Lisp mode (Bug#9360).
15810         (lisp-mode-abbrev-table): Add doc.
15811         (lisp-mode-variables): Don't set local-abbrev-table.
15812         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15814 2012-01-28  Roland Winkler  <winkler@gnu.org>
15816         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15818 2012-01-28  Roland Winkler  <winkler@gnu.org>
15820         * textmodes/bibtex.el (bibtex-entry-alist): New function.
15821         (bibtex-set-dialect): Use it.  Either set global values of
15822         dialect-dependent variables or bind these variables buffer-locally
15823         (Bug#10254).
15824         (bibtex-mode): Call bibtex-set-dialect via
15825         hack-local-variables-hook.
15826         (bibtex-dialect): Update docstring.
15827         Add safe-local-variable predicate.
15828         (bibtex-entry-alist, bibtex-field-alist): Initialize via
15829         bibtex-set-dialect.
15830         (bibtex-mode-map): Define menu for each dialect.
15831         (bibtex-entry): Fix docstring.
15833 2012-01-28  Chong Yidong  <cyd@gnu.org>
15835         * eshell/esh-arg.el (eshell-quote-argument): New function.
15837         * eshell/esh-ext.el (eshell-invoke-batch-file):
15838         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15839         first arg to eshell-parse-command (Bug#10523).
15841 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15843         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15844         `default-directory' is non-nil.
15846 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15848         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15849         line that displays system-configuration-options.  (Bug#9924)
15851 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15853         * descr-text.el (describe-char): Show information about POS, in
15854         addition to information about the character at POS.  Improve and
15855         update the doc string.  Change "code point" to "code point in
15856         charset", to avoid confusion with the character's Unicode code
15857         point shown above that.  (Bug#10129)
15859 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15861         * descr-text.el (describe-char): Show the raw character, not only
15862         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
15863         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15864         for the reasons.
15866 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
15868         * emacs-lisp/package.el (package-install):
15869         Run package-refresh-contents if there is no archive yet (Bug#9798).
15871 2012-01-28  Chong Yidong  <cyd@gnu.org>
15873         * emacs-lisp/package.el (package-maybe-load-descriptor):
15874         New function, split from package-maybe-load-descriptor.
15875         (package-maybe-load-descriptor): Use it.
15876         (package-download-transaction): Fully load required packages
15877         inside the loop, so that `require' calls work (Bug#10593).
15878         (package-install): No need to call package-initialize now.
15880 2012-01-28  Chong Yidong  <cyd@gnu.org>
15882         * simple.el (deactivate-mark): Doc fix (Bug#8614).
15884         * tooltip.el (tooltip-mode): Doc fix.
15885         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15887         * frame.el (set-cursor-color): Doc fix (Bug#352).
15889         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15890         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15892         * cus-edit.el (custom-buffer-create-internal): Fix search button
15893         action (Bug#10542).
15894         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15896 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
15898         * dired.el (dired-mark-files-regexp):
15899         Include any subdirectory components.  (Bug#10445)
15901 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15903         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15904         Handle [host]:port syntax.  (Bug#10533)
15906 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
15908         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15910 2012-01-26  Glenn Morris  <rgm@gnu.org>
15912         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15913         * term.el (term-raw-escape-map): Use Control-X-prefix.
15914         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
15916 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
15918         * window.el (window-state-get, window--state-get-1): Don't deal
15919         with fixed-sizeness of windows.  Simplify code.
15921 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
15923         * window.el (window--state-get-1, window--state-put-2):
15924         Don't save and restore the mark.
15926 2012-01-25  Chong Yidong  <cyd@gnu.org>
15928         * custom.el (custom-variable-p): Doc fix.
15930 2012-01-25  Glenn Morris  <rgm@gnu.org>
15932         * dired.el (dired-goto-file): Handle some of the more common
15933         characters that `ls -b' escapes.  (Bug#10596)
15935         * progmodes/compile.el (compilation-next-error-function):
15936         Respect compilation-first-column in the "*compilation*" buffer.
15937         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
15939         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
15941 2012-01-24  Glenn Morris  <rgm@gnu.org>
15943         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
15945 2012-01-24  Julien Danjou  <julien@danjou.info>
15947         * color.el (color-rgb-to-hsl): Fix value computing.
15948         (color-hue-to-rgb): New function.
15949         (color-hsl-to-rgb): New function.
15950         (color-clamp, color-saturate-hsl, color-saturate-name)
15951         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15952         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15954 2012-01-24  Glenn Morris  <rgm@gnu.org>
15956         * vc/vc-rcs.el (vc-rcs-create-tag):
15957         * vc/vc-sccs.el (vc-sccs-create-tag):
15958         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
15960 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15962         * eshell/esh-util.el (eshell-read-hosts-file):
15963         Skip comment lines.  (Bug#10549)
15965         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
15967 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
15969         * subr.el (display-delayed-warnings): Doc fix.
15970         (collapse-delayed-warnings): New function to collapse identical
15971         adjacent warnings.
15972         (delayed-warnings-hook): Add it.
15974 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
15976         * net/tramp.el (tramp-action-login): Set connection property "login-as".
15978         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15979         (tramp-default-user-alist): Don't add "pscp".
15980         (tramp-do-copy-or-rename-file-out-of-band): Use connection
15981         property "login-as", if set.  (Bug#10530)
15983 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
15985         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15986         "plink1" and "psftp".  (Bug#10530)
15988 2012-01-21  Kenichi Handa  <handa@m17n.org>
15990         * international/mule-cmds.el (prefer-coding-system): Show a
15991         warning message if the default value of file-name-coding-system
15992         was not changed.
15994 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15996         * windmove.el (windmove-reference-loc):
15997         Fix windmove-reference-loc miscalculation.
15999 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
16001         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16002         default unit.
16004 2012-01-21  Glenn Morris  <rgm@gnu.org>
16006         * international/mule.el (auto-coding-alist): Add .tbz.
16008         * files.el (local-enable-local-variables): Doc fix.
16009         (inhibit-local-variables-regexps): Rename from
16010         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
16011         Doc fix.  Add some extensions from auto-coding-alist.
16012         (inhibit-local-variables-suffixes):
16013         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
16014         (inhibit-local-variables-p):
16015         New function, extracted from set-auto-mode-1.
16016         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
16017         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
16018         (hack-local-variables): Doc fix.  Make the mode-only case
16019         respect enable-local-variables and friends.
16020         Respect inhibit-local-variables-regexps for file-locals, but
16021         not for directory-locals.
16022         (set-visited-file-name):
16023         Take account of inhibit-local-variables-regexps.
16024         Whether it applies may change as the file name is changed.
16025         * jka-cmpr-hook.el (jka-compr-install):
16026         * jka-compr.el (jka-compr-uninstall):
16027         Update for inhibit-first-line-modes-suffixes name change.
16029 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
16031         * help-macro.el (make-help-screen): Temporarily restore original
16032         binding for minor-mode-map-alist (Bug#10454).
16034 2012-01-19  Julien Danjou  <julien@danjou.info>
16036         * color.el (color-name-to-rgb): Use the white color to find the max
16037         color component value and return correctly computed values.
16038         (color-name-to-rgb): Add missing float conversion for max value.
16040 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
16042         * window.el (window--state-get-1, window-state-get): Do not use
16043         special state value for window-persistent-parameters.
16044         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
16045         (window--state-put-2): Reset all window parameters to nil before
16046         assigning values of persistent parameters.
16048 2012-01-18  Alan Mackenzie  <acm@muc.de>
16050         Eliminate sluggishness and hangs in fontification of "semicolon
16051         deserts".
16053         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16054         Change value 10000 -> 3000.
16055         (c-state-safe-place): Reformulate so it doesn't stack up an
16056         infinite number of wrong entries in c-state-nonlit-pos-cache.
16057         (c-determine-limit-get-base, c-determine-limit): New functions to
16058         determine backward search limits disregarding literals.
16059         (c-find-decl-spots): Amend commenting.
16060         (c-cheap-inside-bracelist-p): New function which detects "={".
16062         * progmodes/cc-fonts.el
16063         (c-make-font-lock-BO-decl-search-function): Give a limit to a
16064         backward search.
16065         (c-font-lock-declarations): Fix an occurrence of point being
16066         undefined.  Check additionally for point being in a bracelist or
16067         near a macro invocation without a semicolon so as to avoid a
16068         fruitless time consuming search for a declarator.  Give a more
16069         precise search limit for declarators using the new
16070         c-determine-limit.
16072 2012-01-18  Glenn Morris  <rgm@gnu.org>
16074         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16075         (set-auto-mode): Doc fixes.
16077 2012-01-17  Glenn Morris  <rgm@gnu.org>
16079         * isearch.el (search-nonincremental-instead): Fix doc typo.
16081         * dired.el (dired-insert-directory): Handle newlines in directory name.
16082         (dired-build-subdir-alist): Unescape newlines in directory name.
16084 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
16086         * net/tramp.el (tramp-local-end-of-line): New defcustom.
16087         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16088         (tramp-action-terminal): Use it.  (Bug#10530)
16090 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16092         * minibuffer.el (completion--replace): Strip properties (bug#10062).
16094 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
16096         * window.el (window-state-ignored-parameters): Remove variable.
16097         (window--state-get-1): Rename argument MARKERS to IGNORE.
16098         Handle persistent window parameters.  Make copy of clone-of
16099         parameter only if requested.  (Bug#10348)
16100         (window--state-put-2): Install a window parameter only if it has
16101         a non-nil value or an existing parameter shall be overwritten.
16103 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
16105         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16107 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
16109         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16110         don't pass the (nil) value of `upnode' to string-match.
16112 2012-01-14  Chong Yidong  <cyd@gnu.org>
16114         * startup.el (command-line): Fix X resource class for cursorColor.
16115         Fix values recognized by the cursorBlink resource.
16117 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16119         * epg.el (epg--make-temp-file): Avoid permission race condition
16120         when running on old Emacs versions (bug#10403).
16122 2012-01-14  Glenn Morris  <rgm@gnu.org>
16124         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16126 2012-01-13  Alan Mackenzie  <acm@muc.de>
16128         Fix filling for when filladapt mode is enabled.
16130         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16131         c-mask-paragraph, pass in `fill-paragraph' rather than
16132         `fill-region-as-paragraph'.  (This is a reversion of a previous
16133         change.)
16134         * progmodes/cc-mode.el (c-basic-common-init):
16135         Make fill-paragraph-handle-comment buffer local and set it to nil.
16137 2012-01-13  Glenn Morris  <rgm@gnu.org>
16139         * dired.el (dired-switches-escape-p): New function.
16140         (dired-insert-directory): Use dired-switches-escape-p.
16141         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16143         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16145 2012-01-12  Glenn Morris  <rgm@gnu.org>
16147         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16148         changes in adaptive-fill-regexp.  (Bug#10276)
16150 2012-01-11  Alan Mackenzie  <acm@muc.de>
16152         Fix Emacs bug #10463 - put `widen's around the critical spots.
16154         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16155         widen around each invocation of c-state-pp-to-literal.  Remove an
16156         unused let variable.
16158 2012-01-11  Glenn Morris  <rgm@gnu.org>
16160         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16161         Doc fix.
16163 2012-01-10  Chong Yidong  <cyd@gnu.org>
16165         * net/network-stream.el (network-stream-open-starttls):
16166         Avoid emitting a confusing error message when the server gives a bad
16167         response to the capability command.
16169 2012-01-10  Glenn Morris  <rgm@gnu.org>
16171         * mail/unrmail.el (unrmail): Tweak previous change.
16173 2012-01-09  Chong Yidong  <cyd@gnu.org>
16175         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16177 2012-01-08  Alan Mackenzie  <acm@muc.de>
16179         Optimize font locking in long enum definitions.
16181         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16182         arm to a cond form to handle enums.
16183         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16184         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16186 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16188         * files.el (move-file-to-trash): Preserve default file modes on error.
16189         (Bug#10401)
16191 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16193         * faces.el (set-face-attribute): Clarify the meaning of the nil
16194         frame (bug#10294).
16196         * subr.el (with-selected-frame): Mention that the selected frame
16197         is restored (bug#9980).
16199         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16200         (bug#9759).
16202         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16203         (password-read): Don't autoload unused function.
16205 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16207         * progmodes/which-func.el (which-func-mode): Turn into a
16208         non-interactive function and mark as obsolete (bug#10428).
16210 2012-01-06  Chong Yidong  <cyd@gnu.org>
16212         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16213         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16214         functions, along with 1 and -1.
16216 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16218         * time.el (display-time-load-average)
16219         (display-time-default-load-average): Doc fixes.  See the thread
16220         starting at
16221         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16222         for the details.
16224 2012-01-06  Glenn Morris  <rgm@gnu.org>
16226         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16227         has no messages.  (Bug#10377)
16229         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16230         than Info-edit.  (Bug#10385)
16232         * time.el (display-time-load-average, display-time-next-load-average):
16233         Doc fixes.
16235         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16236         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16238         * calendar/calendar.el (calendar-mode):
16239         Locally set scroll-margin to 0.  (Bug#10379)
16241 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16243         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16245 2012-01-05  Glenn Morris  <rgm@gnu.org>
16247         * eshell/em-unix.el (diff-no-select): Autoload it.
16248         (eshell/diff): Use diff-no-select.  (Bug#10420)
16250 2012-01-05  Chong Yidong  <cyd@gnu.org>
16252         * shell.el (shell-dynamic-complete-functions): Revert last change.
16253         (shell-command-completion-function): New function.
16254         (shell-completion-vars): Use it to implement
16255         shell-completion-execonly (Bug#10417).
16257         * custom.el (enable-theme): Don't set custom-safe-themes.
16259         * cus-theme.el (custom-theme-merge-theme):
16260         Ignore custom-enabled-themes and custom-safe-themes.
16262 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16264         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16265         first prompt in `sql-interacive-mode'.
16266         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16267         keywords.
16268         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16269         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16270         context of original buffer.  Invoke `sql-login-hook'.
16272 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16274         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16275         letters in cite-prefix.
16277 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16281 2012-01-03  Chong Yidong  <cyd@gnu.org>
16283         * shell.el (shell-dynamic-complete-functions):
16284         Put pcomplete-completions-at-point, so as to try
16285         comint-filename-completion first (Bug#10417).
16287 2012-01-02  Richard Stallman  <rms@gnu.org>
16289         * battery.el (battery-status-function):
16290         Detect when to use battery-yeeloong-sysfs.
16291         (battery-echo-area-format): Add string for Yeeloong.
16292         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16293         (battery-yeeloong-sysfs): New function.
16295 2012-01-02  Chong Yidong  <cyd@gnu.org>
16297         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16298         (dirtrack): Merge code for handling relative filenames in prompt
16299         from shell-dir-cookie-watcher.
16300         (dirtrack-debug-message): New arg to avoid excess format calls.
16302         * shell.el (shell-dir-cookie-re): Variable deleted.
16303         (shell-dir-cookie-watcher): Function deleted.
16304         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16305         with dirtrack-mode.
16307 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16309         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16310         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16311         libgnutls-26.dll.
16313 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
16315         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16317 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
16319         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16320         headers of non-MIME messages, when rmail-enable-mime is non-nil.
16322 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
16324         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16325         also for alternative shells.
16326         (tramp-open-connection-setup-interactive-shell): Check, whether
16327         the shell is a busybox.
16328         (tramp-send-command): Don't suppress multiple prompts for
16329         busyboxes, it hurts.
16331 2011-12-28  Chong Yidong  <cyd@gnu.org>
16333         * progmodes/gdb-mi.el (gdb-get-source-file-list)
16334         (gdb-get-source-file): Move mode line update to
16335         gdb-get-source-file (Bug#10087).
16337 2011-12-25  Chong Yidong  <cyd@gnu.org>
16339         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16340         gud-gdb-marker-filter without taking it as an argument.
16341         (gud-gdb-run-command-fetch-lines): Caller changed.
16342         (gud-gdb-completion-function): New variable.
16343         (gud-gdb-completion-at-point): Use it.
16344         (gud-gdb-completions-1): Split from gud-gdb-completions.
16346         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16347         function as separate arguments.
16348         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16349         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16350         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16351         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16352         (gdb-stopped, def-gdb-auto-update-trigger)
16353         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16354         (gdb-get-changed-registers, gdb-get-main-selected-frame):
16355         Callers changed.
16356         (gud-gdbmi-completions): New function.
16357         (gdb): Use it for generating the completion table.
16359 2011-12-24  Alan Mackenzie  <acm@muc.de>
16361         Introduce a mechanism to widen the region used in context font
16362         locking.  Use this to protect declarations from losing their contexts.
16364         * progmodes/cc-langs.el (c-before-font-lock-functions):
16365         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16366         (c-before-context-fontification-functions): New defvar, a list of
16367         functions to be run just before context (etc.) font locking.
16369         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16370         New, functionality extracted from
16371         c-neutralize-syntax-in-and-mark-CPP.
16372         (c-in-after-change-fontification): New variable.
16373         (c-after-change): Set c-in-after-change-fontification.
16374         (c-set-fl-decl-start): Rejig its interface, so it can be called
16375         from both after-change and context fontifying.
16376         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16377         New functions.
16378         (c-standard-font-lock-fontify-region-function): New variable.
16379         (c-font-lock-fontify-region): New function.
16381 2011-12-24  Juri Linkov  <juri@jurta.org>
16383         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16384         (Bug#10348)
16386 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
16388         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16389         existence of source file.  (Bug#10325)
16391 2011-12-23  Alan Mackenzie  <acm@muc.de>
16393         Fix unstable fontification inside templates.
16395         * progmodes/cc-langs.el (c-before-font-lock-functions):
16396         Newly created from the singular version.  The (c c++ objc) entry now
16397         additionally has c-set-fl-decl-start.  The other languages (apart
16398         from AWK) have that as a single entry.
16400         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16401         The functionality for "local" declarations has been extracted to
16402         c-set-fl-decl-start.
16404         * progmodes/cc-mode.el (c-common-init, c-after-change):
16405         Changes due to pluralisation of c-before-font-lock-functions.
16406         (c-set-fl-decl-start): New function, extracted from
16407         c-font-lock-enclosing-decls and enhanced.
16409 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
16411         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16413 2011-12-22  Juri Linkov  <juri@jurta.org>
16415         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
16417 2011-12-22  Chong Yidong  <cyd@gnu.org>
16419         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16421 2011-12-21  Drew Adams  <drew.adams@oracle.com>
16423         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
16425 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
16427         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16429 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16431         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
16432         highlighting and support.  Fix up comments for capitalization.
16433         (cfengine-mode-debug): New var.
16434         (cfengine3-mode): Change the modeline indicator to "CFE3".
16435         (cfengine3-font-lock-keywords): Improve defun highlighting.
16436         (cfengine2-actions): Rename from `cfengine-actions'.
16437         (cfengine2-font-lock-keywords): Rename from
16438         `cfengine-font-lock-keywords'.
16439         (cfengine2-imenu-expression): Rename from
16440         `cfengine-imenu-expression'.
16441         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16442         (cfengine2-beginning-of-defun): Rename from
16443         `cfengine-beginning-of-defun'.
16444         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16445         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16446         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
16447         modeline indicator to "CFE2".
16448         (cfengine-mode): Defalias to `cfengine-auto-mode'.
16449         (cfengine-mode-abbrevs): Mark obsolete.
16451 2011-12-21  Chong Yidong  <cyd@gnu.org>
16453         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16454         filename argument.
16456 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
16458         * window.el (window-normalize-buffer-to-display): Remove.
16459         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16461 2011-12-19  Chong Yidong  <cyd@gnu.org>
16463         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16464         Don't signal an error in a predicate function; return non-nil.
16465         (vc-dir-mark-file): Move the error here.
16466         (vc-dir-mark-unmark): If acting on the region, keep going if one
16467         of the entries cannot be marked/unmarked.
16468         (vc-dir-mark-all-files): If current entry is a directory, mark
16469         only child files, as documented.
16471 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16473         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16474         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16475         addition.
16477 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
16479         * term/ns-win.el (ns-get-selection-internal)
16480         (ns-store-selection-internal): Declare.
16481         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16482         Declare as obsolete.
16483         (ns-get-pasteboard, ns-paste-secondary):
16484         Use ns-get-selection-internal.
16485         (ns-set-pasteboard, ns-copy-including-secondary):
16486         Use ns-store-selection-internal.
16488 2011-12-17  Chong Yidong  <cyd@gnu.org>
16490         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16491         (vc-deduce-fileset): Doc fix.
16493 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
16495         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16497 2011-12-13  Sam Steingold  <sds@gnu.org>
16499         * man.el (Man-getpage-in-background): When running under a
16500         window-system, ignore $MANWIDTH and $COLUMNS.
16502 2011-12-15  Kenichi Handa  <handa@m17n.org>
16504         * language/ethio-util.el: Change coding tag to utf-8-emacs.
16505         (setup-ethiopic-environment-internal): Comment out key-binding for
16506         ethio-toggle-punctuation.
16508 2011-12-13  Alan Mackenzie  <acm@muc.de>
16510         Add the switch statement to AWK Mode.
16512         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16513         "default" to the keywords regexp.
16515         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16516         expression as the rest.
16517         (c-nonlabel-token-key): Allow string literals for AWK.
16518         Refactor for the other modes.
16520         Large brace-block initialisation makes CC Mode slow: Fix.
16521         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16522         routines.  Limit backward searching in c-font-lock-enclosing.decl.
16524         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16525         pp-state and literal type in addition to the limits.
16526         (c-state-safe-place): New defun, extracted from c-state-literal-at.
16527         (c-state-literal-at): Use the above new defun.
16528         (c-slow-in-literal, c-fast-in-literal): Remove.
16529         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16531         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16532         being in a literal.  Add a limit for backward searching.
16534         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16535         c-slow-in-literal.
16537 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16539         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16541 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
16543         * window.el (delete-other-windows): Use correct frame in call to
16544         window-with-parameter.
16546 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
16548         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16549         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16550         (makefile-gmake-statements, makefile-makepp-statements):
16551         Use it and add new makepp keywords.
16552         (makefile-makepp-font-lock-keywords): Add new patterns.
16553         (makefile-match-function-end): Match new [...] and [[...]].
16555 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
16557         * ses.el (ses-call-printer-return, ses-cell-property-get)
16558         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16559         (ses-create-cell-variable, ses-reset-header-string)
16560         (ses-cell-set-formula, ses-repair-cell-reference-all)
16561         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16562         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16563         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16564         (ses-aset-with-undo, ses-load, ses-truncate-cell)
16565         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16566         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16567         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16568         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16569         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16570         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16571         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16572         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16574 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16576         * ses.el: The overall change is to add cell renaming, that is
16577         setting fancy names for cell symbols other than name matching
16578         "\\`[A-Z]+[0-9]+\\'" regexp .
16579         (ses-create-cell-variable): New defun.
16580         (ses-relocate-formula): Relocate formulas only for cells the
16581         symbols of which are not renamed, i.e. symbols whose names do not
16582         match regexp "\\`[A-Z]+[0-9]+\\'".
16583         (ses-relocate-all): Relocate values only for cells the symbols of
16584         which are not renamed.
16585         (ses-load): Create cells variables as the (ses-cell ...) are read,
16586         in order to check row col consistency with cell symbol name only
16587         for cells that are not renamed.
16588         (ses-replace-name-in-formula): New defun.
16589         (ses-rename-cell): New defun.
16591 2011-12-11  Chong Yidong  <cyd@gnu.org>
16593         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16594         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16596 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
16598         * window.el (other-window): Fix docstring.
16600 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16602         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16603         `from' or `to' address before taking its substring.
16604         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16605         encoded name is chopped in the middle of the encoded string, and
16606         thus displayed encoded.
16608 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
16610         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16612 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16614         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
16615         to use texinfo-update-node and commands that call it if the
16616         Texinfo file uses @node lines without next/prev/up pointers.
16617         Correct outdated description about texinfo-master-menu.
16618         (texinfo-all-menus-update, texinfo-master-menu)
16619         (texinfo-update-node, texinfo-every-node-update)
16620         (texinfo-multiple-files-update): Doc fix.  Warn against updating
16621         all the @node lines.
16622         (texinfo-master-menu): Only call texinfo-update-node if the prefix
16623         argument is numeric.  Explain better in the doc string what the
16624         function really does.
16625         (texinfo-insert-master-menu-list): Improve the error message
16626         displayed if there's no menu in the Top node.
16627         (Bug#2975)  See also this thread:
16628         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16630 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
16632         * speedbar.el (speedbar-supported-extension-expressions):
16633         Add .adb and .ads, commonly used for Ada source code (bug#10256).
16635 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
16637         * printing.el (pr-mode-alist):
16638         * simple.el (filter-buffer-substring-functions)
16639         (completion-list-insert-choice-function):
16640         * window.el (window-with-parameter, window-atom-root)
16641         (window-sides-slots, window-size-fixed, window-min-delta)
16642         (window-max-delta, window--resize-mini-window)
16643         (window--resize-child-windows-normal, window-tree)
16644         (delete-other-windows, quit-window, split-window)
16645         (display-buffer-record-window, special-display-buffer-names)
16646         (special-display-regexps, special-display-popup-frame)
16647         (same-window-p, split-window-sensibly)
16648         (display-buffer-overriding-action, display-buffer-alist)
16649         (display-buffer-base-action, display-buffer, switch-to-buffer)
16650         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16651         (fit-window-to-buffer, recenter-positions)
16652         (mouse-autoselect-window-state, mouse-autoselect-window-select):
16653         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16654         and remove unneeded backslashes in docstrings.
16656 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16658         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16660         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16661         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16662         end in ".mk".
16663         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16664         when reading the makefile (bug#10116).
16666 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16668         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16669         (bug#10116).
16671 2011-12-06  Glenn Morris  <rgm@gnu.org>
16673         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16675 2011-12-06  Chong Yidong  <cyd@gnu.org>
16677         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16679 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
16681         * textmodes/table.el (table-shorten-cell): Fix typo.
16683 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
16685         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16687 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
16689         * descr-text.el (describe-char): Fix display of strong
16690         right-to-left characters and directional embeddings and overrides.
16692         * simple.el (what-cursor-position): Fix display of codepoints of
16693         strong right-to-left characters.
16695 2011-12-05  Chong Yidong  <cyd@gnu.org>
16697         * faces.el (read-color): Doc fix.
16699 2011-12-05  Glenn Morris  <rgm@gnu.org>
16701         * align.el (align--set-marker): Add doc-string.
16702         Don't try to move something that is not a marker.  (Bug#10216)
16704 2011-12-04  Glenn Morris  <rgm@gnu.org>
16706         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16707         overly zealous deletion of trailing whitespace.
16709 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
16711         * server.el (server-delete-client): On Windows, do not try to delete
16712         the only terminal.
16713         (server-process-filter): On Windows, treat requests for a tty frame as
16714         if they were for a GUI frame if the running server is in GUI mode.
16716 2011-12-03  Glenn Morris  <rgm@gnu.org>
16718         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
16720 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16722         * electric.el: Streamline electric-indent's hook.
16723         (electric-indent-chars): Revert to simple list.
16724         (electric-indent-functions): New var.
16725         (electric-indent-post-self-insert-function): Use it.
16727         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16728         there's no inferior buffer (bug#10196).
16729         (prolog-consult-compile): Don't use toggle-read-only.
16731 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
16733         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16734         interrupt.  (Bug#10187)
16736 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16738         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16739         (bug#9160).
16741         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16742         (bug#10191).
16744 2011-12-02  Juri Linkov  <juri@jurta.org>
16746         * info.el (Info-search): Display "end of manual" when Isearch
16747         reaches the end of single-file Info manual.  (Bug#9918)
16749 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
16751         * isearch.el (isearch-message-prefix): Run the input method part
16752         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
16754 2011-12-02  Juri Linkov  <juri@jurta.org>
16756         * isearch.el (isearch-occur): Use `word-search-regexp' for
16757         `isearch-word'.
16758         (isearch-search-and-update): Add condition for `isearch-word' and
16759         call `word-search-regexp'.  (Bug#10145)
16761 2011-12-01  Glenn Morris  <rgm@gnu.org>
16763         * eshell/em-hist.el (eshell-hist-initialize):
16764         Handle eshell-history-size nil and HISTSIZE set or unset.
16765         (eshell-history-file-name, eshell-history-size): Fix custom type.
16767 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16769         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16771 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
16773         * progmodes/verilog-mode.el (verilog-pretty-expr):
16774         Rework verilog-pretty-expr to handle new assignment operators in system
16775         verilog, such as += *= and the like.
16776         (verilog-assignment-operator-re): Regular expression to find the
16777         assigment operator in a verilog assignment.
16778         (verilog-assignment-operation-re): Regular expression to find an
16779         assignment statement for pretty-expr.
16780         (verilog-in-attribute-p): Query returns true if point is in an
16781         attribute context; used to skip these for expression line up from
16782         pretty-expr.
16783         (verilog-in-parameter-p): Query returns true if point is in an
16784         parameter definition context; used to skip these for expression
16785         line up from pretty-expr.
16786         (verilog-in-parenthesis-p): Query returns true if point is in a
16787         parenthetical expression, specifically ( ) but not [ ] or { };
16788         used by pretty-expr.
16789         (verilog-just-one-space): If there is no space, don't add one.
16790         (verilog-get-lineup-indent-2): Specifically skip just attribute
16791         contexts for expression lineup, rather than skipping all
16792         parenthetical expressions.
16793         (verilog-calculate-indent): Fix comment, and fix indent.
16794         (verilog-do-indent): Indent declarations in lists (suggested by
16795         Joachim Lechner).
16796         (verilog-mode-abbrev-table): Populate abbrev mode with the various
16797         skeleton items.
16798         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16799         by Alain Mellan).
16801 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
16803         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16804         parameters with embedded comments.  Reported by Ray Stevens.
16805         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16806         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16807         Reported by Tim Holt.
16808         (verilog-auto): Fix AUTOing a upper module then AUTOing module
16809         instantiated by upper module causing wrong expansion until AUTOed a
16810         second time.  Reported by K C Buckenmaier.
16811         (verilog-diff-auto): Fix showing .* as a difference when
16812         `verilog-auto-star-save' off.  Reported by Dan Dever.
16813         (verilog-auto-reset, verilog-read-always-signals)
16814         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16815         temporary signals in reset list if
16816         verilog-auto-reset-blocking-in-non is nil, and match assignment
16817         style to each signal's assignment type, bug381.
16818         Reported by Thomas Esposito.
16819         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16820         (verilog-uvm-statement-re): Support UVM indentation and
16821         highlighting, with old OVM keywords only.
16822         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16823         Support AUTOTIEOFF creating non-wire data types.
16824         Suggested by Jonathan Greenlaw.
16825         (verilog-auto-insert-lisp, verilog-delete-to-paren)
16826         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16827         (verilog-inject-sense, verilog-read-inst-pins)
16828         (verilog-read-sub-decls, verilog-read-sub-decls-line):
16829         Fix mismatching parenthesis inside commented out code when deleting
16830         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
16831         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16832         non-numeric vector width.  Reported by Alex Reed.
16833         (verilog-auto-ascii-enum): Add "onehot" option to work around not
16834         detecting signals with parameter widths.  Reported by Alex Reed.
16835         (verilog-auto-delete-trailing-whitespace):
16836         With `verilog-auto-delete-trailing-whitespace' remove trailing
16837         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
16838         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16839         Fix verilog-scan-cache corruption when running user AUTO expansion
16840         hooks that call indentation routines.
16841         (verilog-simplify-range-expression): Fix typo ignoring lower case
16842         identifiers.
16843         (verilog-delete-auto): Fix delete-autos to also remove user created
16844         automatics, as long as they start with AUTO.
16845         (verilog-batch-diff-auto, verilog-diff-auto)
16846         (verilog-diff-function): Add `verilog-diff-auto' and bind to
16847         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
16848         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16849         (verilog-in-paren-quick, verilog-re-search-backward-quick)
16850         (verilog-re-search-forward-quick, verilog-syntax-ppss):
16851         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16852         is disabled and its cache will get corrupt, causing AUTOS not to
16853         expand.  Instead use only -quick functions.
16854         (verilog-scan-region): Fix scanning over escaped quotes.
16855         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16856         (verilog-re-search-backward-quick)
16857         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16858         related functions now ignore strings, to fix misparsing of strings
16859         with magic comments embedded in them.
16860         (verilog-read-auto-template):
16861         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16862         Reported by Brad Dobbie.
16863         (verilog-read-auto-template):
16864         Fix 'verilog-auto-inst-template-numbers' with comments.
16865         Reported by Brad Dobbie.
16866         (verilog-auto-inst, verilog-auto-inst-param)
16867         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16868         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
16869         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16870         debugging templates without merge conflicts, bug357.
16871         Reported by Brad Dobbie.
16872         (verilog-read-auto-template):
16873         Fix verilog-auto-inst-template-numbers with multiple templates.
16874         Reported by Brad Dobbie.
16875         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16876         abbrevs so user won't be asked to save.
16877         (verilog-read-auto-lisp-present): Fix to start at beginning of
16878         buffer in case called outside of verilog-auto.
16879         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16880         to "X-2".  Reported by Matthew Myers.
16881         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16882         all inputs from module templates.  Reported by Leith Johnson.
16883         (verilog-module-inside-filename-p): Fix locating programs as with
16884         modules.
16885         (verilog-auto-inst-port): Fix vl-width expressions when using
16886         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
16887         (verilog-decls-get-regs, verilog-decls-get-signals,
16888         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16889         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16890         verilog-read-decls): Combine reg and wire structures into one var
16891         structure to represent SystemVerilog concepts.
16892         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16893         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16894         (verilog-auto-wire-type, verilog-insert-definition):
16895         Add verilog-auto-wire-type and AUTOLOGIC to support using
16896         SystemVerilog "logic" keyword instead of "wire"/"reg".
16897         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16898         to declares outputs that also have assignments (presumably in an
16899         ifdef or generate if so there's not a driver conflict).
16900         Reported by Matthew Myers.
16901         (verilog-auto-declare-nettype, verilog-insert-definition):
16902         Add verilog-auto-declare-nettype to fix declarations using
16903         `default_nettype none.  Reported by Julian Gorfajn.
16904         (verilog-read-always-signals-recurse, verilog-read-decls)
16905         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16906         malformed end statement, bug325.  Reported by Joshua Wise and
16907         Andrew Drake.
16908         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16909         (verilog-inst-comment-re): Fix not deleting Interfaced comment
16910         when expanding .* in interfaces, bug320.
16911         Reported by Pierre-David Pfister.
16912         (verilog-read-module-name): Fix import statements between module
16913         name and open parenthesis, bug317.
16914         Reported by Pierre-David Pfister.
16915         (verilog-simplify-range-expression): Fix simplification of
16916         multiplications inside AUTOWIRE connections, bug303.
16917         (verilog-auto-inst-port): Support parameter expansion in
16918         multidimensional arrays.
16919         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16920         after "assert property".  Reported by Julian Gorfajn.
16921         (verilog-simplify-range-expression): Fix "couldn't merge" errors
16922         with multiplication, bug303.
16923         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16924         Reported by Jan Frode Lonnum.
16926 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
16928         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16929         (hfy-shell-file-name, hfy-shell):
16930         * international/fontset.el (x-decompose-font-name): Fix typos.
16932 2011-11-29  Ken Brown  <kbrown@cornell.edu>
16934         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16935         (gdb-version): Remove defvar.
16936         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16937         (gdb-gud-context-command, gdb-non-stop-handler)
16938         (gdb-current-context-command, gdb-stopped): Use it.
16939         (gdb-init-1): Enable pretty printing here.
16940         (gdb-non-stop-handler): Don't enable pretty-printing here.
16941         Check to see if the target supports non-stop mode; if not, turn off
16942         non-stop mode.  Use the following.
16943         (gdb-check-target-async): New defun.
16944         (gud-watch, gdb-stopped): Fix whitespace.
16945         (gdb-get-source-file): Don't try to display the source file if
16946         `gdb-main-file' is nil.
16948 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16950         * align.el: Try to generate fewer markers (bug#10047).
16951         (align--set-marker): New macro.
16952         (align-region): Use it.
16954 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16956         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16958 2011-11-29  Chong Yidong  <cyd@gnu.org>
16960         * indent.el (indent-for-tab-command, indent-according-to-mode):
16961         Doc fix.
16962         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
16964 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
16966         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16967         aware of remote file names.  (Bug#10124)
16969 2011-11-29  Chong Yidong  <cyd@gnu.org>
16971         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16973 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16975         * files.el (find-file): Don't use force-same-window (bug#10144).
16976         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16977         use pop-to-buffer if the selected window can't be used.
16978         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16980 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
16982         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16983         special-mode-map.
16985 2011-11-28  Chong Yidong  <cyd@gnu.org>
16987         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16989 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
16991         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16992           gdb-get-source-file-list on gdb-create-source-file-list.
16994 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
16996         * whitespace.el (whitespace-newline): Use a different foreground
16997         color for 16-color light-background displays.
16999 2011-11-24  Chong Yidong  <cyd@gnu.org>
17001         * window.el (display-buffer--special-action): Doc fix.
17003 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
17005         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17006         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17007         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17008         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17009         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17010         (avl-tree-stack-first):
17011         * emacs-lisp/cconv.el (cconv--analyse-use):
17012         * net/gnutls.el (gnutls-negotiate): Fix typos.
17014 2011-11-24  Glenn Morris  <rgm@gnu.org>
17016         * lpr.el (lpr-windows-system, lpr-lp-system):
17017         * mail/binhex.el (binhex-begin-line):
17018         * progmodes/grep.el (grep-history, grep-find-history):
17019         * textmodes/flyspell.el:
17020         * vc/pcvs-defs.el (cvs-global-menu):
17021         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17022         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17023         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17025         * net/tls.el: Fix case of "GnuTLS".
17027         * paths.el (rmail-file-name): Format doc-string for make-docfile.
17029         * version.el (emacs-build-system): Give it a doc-string.
17031 2011-11-24  Juri Linkov  <juri@jurta.org>
17033         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17035 2011-11-24  Glenn Morris  <rgm@gnu.org>
17037         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17038         if called on a non-mime message just toggle the headers.  (Bug#8006)
17040 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
17042         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17043         (allout-lead-with-comment-string, allout-structure-deleted-hook)
17044         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17045         (allout-rebullet-heading, allout-open-sibtopic)
17046         (allout-toggle-current-subtree-encryption)
17047         (allout-toggle-subtree-encryption, allout-encrypt-string)
17048         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17049         (allout-distinctive-bullets-string, allout-auto-activation):
17050         * window.el (window-normalize-buffer-to-display):
17051         * progmodes/verilog-mode.el (verilog-batch-indent):
17052         * textmodes/bibtex.el (bibtex-field-braces-opt)
17053         (bibtex-field-strings-opt):
17054         * vc/cvs-status.el (cvs-tree-merge):
17055         Fix typos.
17057 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
17059         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17060         `non-essential' to t, in order to avoid remote connections.
17062 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
17064         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17065         On MS-DOS and MS-Windows, compare with loaddefs.el
17066         case-insensitively.
17068 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17070         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
17072 2011-11-23  Glenn Morris  <rgm@gnu.org>
17074         * paths.el (rmail-file-name): Reformat the doc-string so that it
17075         is picked up.
17077         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17078         (rmail-auto-file): Ignore case in the "special" field names,
17079         as mail-fetch-field does for all others.
17081         * mail/rmail.el (rmail-forward):
17082         * mail/rmailkwd.el (rmail-set-label):
17083         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17084         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
17086         * mail/rmail.el (rmail-current-message): Doc fix.
17088         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
17090 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17092         * server.el (server-eval-and-print): Allow C-g (bug#6585).
17094 2011-11-22  Glenn Morris  <rgm@gnu.org>
17096         * mail/rmailmm.el (test-rmail-mime-handler)
17097         (test-rmail-mime-bulk-handler)
17098         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17100 2011-11-21  Juri Linkov  <juri@jurta.org>
17102         * calc/calc.el (calc-read-key-sequence):
17103         Let-bind `input-method-function' to nil.  (Bug#10018)
17105 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17108         Tell the caller that the next line needs recomputation, even
17109         though it doesn't start a sexp (bug#10094).
17111 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17113         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17115 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17117         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17118         Use force-same-window.
17120 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17122         * descr-text.el (describe-char-unicode-data):
17123         * json.el (json-string-escape):
17124         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17125         (Footnote-unicode, Footnote-style-p):
17126         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17128 2011-11-20  Chong Yidong  <cyd@gnu.org>
17130         * window.el (replace-buffer-in-windows): Restore interactive spec.
17132 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17134         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17136         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17137         (byte-compile-global-not-obsolete-vars): New var.
17138         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17139         Use it.
17140         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17142 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17144         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17145         * progmodes/pascal.el (electric-pascal-equal):
17146         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17147         * xml.el (xml-substitute-special): Fix typos.
17149 2011-11-20  Glenn Morris  <rgm@gnu.org>
17151         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17152         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17153         Doc fixes.
17154         (rmail-decode-mime-charset): Mark as obsolete.
17156         * mail/rmailsum.el (rmail-message-regexp-p-1):
17157         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17158         Before using mime functions, check they are set.  (Bug#10077)
17160 2011-11-19  Juri Linkov  <juri@jurta.org>
17162         * info.el (Info-finder-find-node): Use `package--builtins' instead
17163         of `package-alist'.  Use node names formed by the pattern "Keyword "
17164         and the keyword name.
17166 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17168         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17170 2011-11-19  Juri Linkov  <juri@jurta.org>
17172         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17173         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17174         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17175         `old-history', `old-history-forward'.  Add let-binding
17176         `window-selected'.  Remove calls to `kill-buffer',
17177         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17178         before calling `Info-find-node', so `Info-find-node-2' will reread
17179         the Info file.  Restore window positions only when `window-selected'
17180         is non-nil.
17182 2011-11-19  Juri Linkov  <juri@jurta.org>
17184         * isearch.el (isearch-lazy-highlight-new-loop):
17185         Remove condition `(not isearch-error)'.  (Bug#9918)
17187         * misearch.el (multi-isearch-search-fun): Add condition
17188         `(not bound)' to ignore lazy-highlighting search.
17189         Add the search-failed message "end of multi" when the end of
17190         multi-sequence is reached.  Uncapitalize the search-failed
17191         message "Repeat for next buffer".
17193         * info.el (Info-search): Add the search-failed message
17194         "end of the manual" when the end of the manual is reached
17195         in Isearch mode.
17197 2011-11-19  Juri Linkov  <juri@jurta.org>
17199         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17200         Use non-destructive `remove' instead of `delete' because
17201         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17202         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17204 2011-11-19  Juri Linkov  <juri@jurta.org>
17206         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17207         to nil instead of binding `search-ring' and `regexp-search-ring'.
17208         (Bug#9185)
17210 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17212         * simple.el (line-move): Force movement by logical lines for any
17213         hscrolled window, not only when auto-hscroll-mode is on.
17214         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17216 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17218         * language/european.el (macintosh): Define as alias for mac-roman.
17220 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17222         * mail/rmailmm.el (rmail-mime-display-header)
17223         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17224         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17225         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17226         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17227         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17228         of a raw aref.
17229         (rmail-mime-entity-segment): To get past the tagline, move forward
17230         2 more lines, to account for the 2 empty lines that precede and
17231         follow the line with the buttons.
17232         (rmail-mime-update-tagline): Move one more line, to get past the
17233         empty line that follows the buttons in the tagline.  (Bug#9520)
17235 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17237         * window.el (window-max-delta-1, window-min-delta-1)
17238         (window-min-size-1, window-state-get-1, window-state-put-1)
17239         (window-state-put-2): Use "window--" prefix.
17241 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17243         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17244         (smie-warning-count): New var.
17245         (smie-set-prec2tab): Use it.
17246         (smie-bnf->prec2): Improve warnings.  Add docstring.
17247         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17248         (smie-bnf--set-class): New function.
17249         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17250         corner case.
17252         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17253         (compilation-error-properties, compilation-move-to-column):
17254         Handle compilation-first-column while in the target buffer.
17256         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17257         Don't hardcode point-min==1.
17259         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17260         (eshell-rewrite-for-command): Remove workaround.
17261         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17262         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17263         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17265         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17267 2011-11-17  Glenn Morris  <rgm@gnu.org>
17269         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17270         Ignore buffer-local generated-autoload-file if it is the same
17271         as the global value.  (Bug#10049)
17273 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17275         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17276         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17277         (reftex-toc-previous-heading, reftex-toc-max-level)
17278         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17279         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17280         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17281         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17282         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17283         (reftex-toc-rename-label, reftex-toc-visit-location)
17284         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17285         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17286         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17287         leaving "*toc*" only for references to the buffer.
17289 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17291         * window.el (window-resize, delete-window, split-window):
17292         Replace window-splits by window-combination-resize.
17293         * cus-start.el (window-splits): Replace by window-combination-resize.
17295 2011-11-17  Glenn Morris  <rgm@gnu.org>
17297         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17298         Make bash entry derive from sh entry, not shell entry.
17300 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17302         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17303         local file name.
17305 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17307         * menu-bar.el (menu-bar-file-menu):
17308         * printing.el (pr-ps-utility):
17309         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17310         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17311         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17312         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17313         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17314         (icalendar--convert-cyclic-to-ical)
17315         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17316         (icalendar--convert-ical-to-diary)
17317         (icalendar--convert-recurring-to-diary)
17318         (icalendar--convert-non-recurring-all-day-to-diary)
17319         (icalendar-import-format-sample):
17320         * progmodes/idlw-shell.el (idlwave-shell-mode):
17321         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17322         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17323         (vhdl-ps-print-init): Fix typos.
17325 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
17327         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17328         FSF and collapse date sequence, obscure author/maintainer email address
17329         better, remove extra version line, track relocation of author's webpage.
17331         * progmodes/python.el (python-pdbtrack-input-prompt)
17332         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17333         regular python pdb prompts.  Adjustments shamelessly taken exactly as
17334         suggested in EmacsWiki page (tiny change):
17335         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17337 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17339         * expand.el (expand-pos, expand-index, expand-point):
17340         Remove redundant info from docstring.
17341         (expand-add-abbrevs): Doc fix.
17342         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17343         (expand-sample-perl-mode-expand-list): Fix typos.
17345         * net/dbus.el (dbus-event-member-name):
17346         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17347         * term/pc-win.el (msdos-create-frame-with-faces):
17348         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17350 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17352         * window.el (split-window, window-state-get-1)
17353         (window-state-put-1, window-state-put-2): Rename occurrences of
17354         window-nest to window-combination-limit.
17355         * cus-start.el (window-nest): Rename to window-combination-limit.
17357 2011-11-16  Chong Yidong  <cyd@gnu.org>
17359         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17360         regexp (Bug#10033).
17362 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17364         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17365         `completing-read' will remove *Completions* and will preserve
17366         current-buffer for us.
17367         (tmm-add-prompt): Users of *Completions* will always (re)set its
17368         major mode.
17369         (tmm-old-comp-map): Remove.
17371 2011-11-16  Glenn Morris  <rgm@gnu.org>
17373         * mail/rmailedit.el: Require rmailmm when compiling.
17374         (rmail-old-mime-state): New declaration.
17375         (rmail-edit-current-message): If editing a mime message,
17376         edit the "raw" message from the mbox buffer.
17377         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
17379 2011-11-15  Glenn Morris  <rgm@gnu.org>
17381         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17382         which wasn't being used.  Add optional arg to force given state.
17383         (rmail-mime): Add optional arg to force given state.
17385 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17387         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17388         * frame.el (display-mm-dimensions-alist):
17389         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17390         (outline-move-subtree-down):
17391         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17392         (newsticker--treeview-do-get-node):
17393         * net/quickurl.el (quickurl-list-buffer-name):
17394         * progmodes/dcl-mode.el (dcl-mode):
17395         * progmodes/gdb-mi.el (gdb-mapcar*):
17396         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17398 2011-11-15  Glenn Morris  <rgm@gnu.org>
17400         * mail/rmail.el (rmail-file-coding-system): It's only ever used
17401         in a boolean sense, so just make it a boolean, and fix the doc.
17402         (rmail-show-mime-function, rmail-mime-feature)
17403         (rmail-require-mime-maybe): Doc fixes.
17404         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17406         * mail/rmailmm.el (rmail-show-mime): Doc fix.
17408 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17410         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17411         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17412         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17413         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17415 2011-11-15  Glenn Morris  <rgm@gnu.org>
17417         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17418         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17419         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17420         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17421         (rmail-mime, rmail-show-mime): Doc fixes.
17423         * term/ns-win.el (mode-line-frame-identification):
17424         Leave it alone.  (Bug#10051)
17426         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
17428         * mail/rmailout.el (rmail-output-to-rmail-buffer):
17429         Handle empty buffers.  (Bug#9978)
17431 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
17433         * international/mule.el (define-charset):
17434         * mail/rmailmm.el (rmail-mime-find-header-encoding):
17435         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17436         * progmodes/verilog-mode.el (verilog-backward-token):
17437         * textmodes/ispell.el (lookup-words):
17438         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17440 2011-11-14  Glenn Morris  <rgm@gnu.org>
17442         * progmodes/executable.el
17443         (executable-make-buffer-file-executable-if-script-p):
17444         Handle file-modes returning nil.
17446         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17447         message - not necessary, and causes problems.  (Bug#9831)
17449         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17451         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17453         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17454         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
17455         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17457 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
17459         * window.el (window-resize, delete-window): Use window-splits
17460         variable instead of function.
17461         (window-state-get-1, window-state-put-2, window-state-put):
17462         Don't deal with windows' splits status.
17464 2011-11-12  Glenn Morris  <rgm@gnu.org>
17466         * apropos.el (apropos-do-all, apropos-library, apropos-value)
17467         (apropos-documentation): Doc fixes.
17469 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
17471         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17472         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17474 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17476         * electric.el (electric-indent-post-self-insert-function): Make it
17477         possible for a char to only indent in some circumstances.
17478         (electric-indent-mode): Simplify.
17480 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
17482         * window.el (windows-with-parameter): Remove unused function.
17483         (windows-at-side): Rename to window-at-side-list.
17484         (window-check, window-atom-check, window-atom-check-1)
17485         (window-side-check, window-size-ignore, window-size-fixed-1)
17486         (window-in-direction-2): Prefix with "window--".
17487         (window-tree-1): Rename to window--subtree, fix doc-string.
17489 2011-11-11  Glenn Morris  <rgm@gnu.org>
17491         * subr.el (eval-after-load): If FILE is already loaded,
17492         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
17494 2011-11-10  Glenn Morris  <rgm@gnu.org>
17496         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17497         Call svn via vc-svn-command rather than vc-do-command.
17498         (vc-svn-command): Add --non-interactive.  (Bug#9993)
17499         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17501         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17502         Add toggle-read-only.  (Bug#7292)
17503         * files.el (toggle-read-only): Mention that it should only
17504         be used interactively.  (Bug#10006)
17506 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17508         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17509         Adjust regexp for OCaml warnings.
17511         * electric.el (electric-pair-post-self-insert-function): Let user
17512         turn it off buffer-locally (bug#9932).
17514         * progmodes/python.el (python-beginning-of-statement):
17515         Rewrite (bug#2703).
17517         * progmodes/compile.el: Better handle TABs (bug#9749).
17518         (compilation-internal-error-properties)
17519         (compilation-next-error-function): Obey the target buffer's
17520         compilation-error-screen-columns.
17522 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
17524         * progmodes/meta-mode.el: Remove obsolete comments.
17525         (meta-right-comment-regexp, meta-ignore-comment-regexp):
17526         Fix typos in docstrings.
17528 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
17530         * window.el (window-size-fixed-p): Rewrite doc-string.
17531         (window-resizable-p): Rename to window--resizable-p.  Update callers.
17532         (window--resizable): New function.  Make all callers of
17533         window-resizable call window--resizable instead.
17534         (window-resizable): Rewrite in terms of window--resizable.
17536 2011-11-08  Glenn Morris  <rgm@gnu.org>
17538         * progmodes/delphi.el (delphi-mode-syntax-table):
17539         Let define-derived-mode define a proper syntax table.  (Bug#9994)
17541 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17543         * window.el: Stay away from defsubst.
17544         (window-list-no-nils): Remove.
17545         (window-state-get-1, window-state-get): Use backquote instead.
17547 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17549         * emacs-lisp/find-func.el (find-function-read):
17550         Fix incorrect use of default argument in `completing-read'.
17552 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
17554         * window.el (display-buffer-function, special-display-function):
17555         Mention display-buffer-record-window but do not mention
17556         help-setup parameter in doc-strings.
17557         (window-min-delta): Fix doc-string typo.
17559 2011-11-08  Chong Yidong  <cyd@gnu.org>
17561         * window.el (window-total-height, window-total-width): Doc fix.
17562         (window-body-size): Move from C.
17563         (window-body-height, window-body-width): Move to C.
17565 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17567         * window.el: Make special-display like display-buffer-alist (bug#9532).
17568         (display-buffer--special-action): New function, morphed
17569         from display-buffer--special.
17570         (display-buffer): Use it to handle special-display-buffers at higher
17571         priority (just after display-buffer-alist).
17572         (display-buffer-fallback-action, display-buffer--other-frame-action)
17573         (pop-to-buffer-same-window): Remove display-buffer--special.
17575 2011-11-07  Glenn Morris  <rgm@gnu.org>
17577         * calendar/cal-menu.el (cal-menu-set-date-title):
17578         Do nothing if not in a calendar.  (Bug#9976)
17580 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17582         * files.el (find-file): Always use selected-window.
17584 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
17586         * window.el (window-combinations): Make WINDOW argument
17587         mandatory.  Rewrite doc-string.
17588         (walk-window-subtree, window-atom-check, window-min-delta)
17589         (window-max-delta, window--resize-this-window)
17590         (window--resize-root-window-vertically, window-tree)
17591         (balance-windows, window-state-put): Rewrite doc-strings as to
17592         not mention the term "subwindow".
17593         (window--resize-subwindows-skip-p): Rename to
17594         window--resize-child-windows-skip-p.
17595         (window--resize-subwindows-normal): Rename to
17596         window--resize-child-windows-normal.
17597         (window--resize-subwindows): Rename to
17598         window--resize-child-windows.
17599         (window-or-subwindow-p): Rename to window--in-subtree-p.
17601 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17603         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17604         Ensure that mbox format messages end in two newlines (Bug#9974).
17606 2011-11-06  Chong Yidong  <cyd@gnu.org>
17608         * window.el (window-combination-p): Function deleted; its
17609         side-effect is not used in any existing code.
17610         (window-combinations, window-combined-p): Call window-*-child
17611         directly.
17613 2011-11-05  Chong Yidong  <cyd@gnu.org>
17615         * window.el (window-valid-p): Rename from window-any-p.
17616         (window-size-ignore, window-state-get): Callers changed.
17617         (window-normalize-window): Rename from window-normalize-any-window.
17618         New arg LIVE-ONLY, replacing window-normalize-live-window.
17619         (window-normalize-live-window): Delete.
17620         (window-combination-p, window-combined-p, window-combinations)
17621         (walk-window-subtree, window-atom-root, window-min-size)
17622         (window-sizable, window-sizable-p, window-size-fixed-p)
17623         (window-min-delta, window-max-delta, window-resizable)
17624         (window-resizable-p, window-full-height-p, window-full-width-p)
17625         (window-current-scroll-bars, window-point-1, set-window-point-1)
17626         (window-at-side-p, window-in-direction, window-resize)
17627         (adjust-window-trailing-edge, maximize-window, minimize-window)
17628         (window-deletable-p, delete-window, delete-other-windows)
17629         (record-window-buffer, unrecord-window-buffer)
17630         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17631         (quit-window, split-window, window-state-put)
17632         (set-window-text-height, fit-window-to-buffer)
17633         (shrink-window-if-larger-than-buffer): Callers changed.
17635 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
17637         * mail/rmail.el (rmail-simplified-subject): Decode subject with
17638         rfc2047-decode-string.
17639         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17640         warnings.
17642         * window.el (window-body-height, window-body-width): Mention in
17643         the doc string that the return values are in frame's canonical
17644         units.  (Bug#9949)
17646 2011-11-03  Alan Mackenzie  <acm@muc.de>
17648         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17649         change in cc-engine.el.
17651 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17653         * window.el (switch-to-buffer): Use `force-same-window' interactively.
17655 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
17657         * window.el (quit-window): Call unrecord-window-buffer after
17658         showing another buffer in the window.  (Bug#9937)
17659         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17661 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
17663         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17664         Accept status with more than 9 shelves.  (Bug#9935)
17665         Reported by Colin D Bennett <colin@gibibit.com>.
17667 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
17669         * help.el (with-help-window): Don't reference
17670         temp-buffer-show-specifiers in doc-string.
17672 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17674         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17675         menu-item.
17677 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17679         * whitespace.el: New version 13.2.2.
17680         (whitespace-newline-mode): Disable properly.  Reported by Sarah
17681         <EmacsWiki>.
17683 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
17685         * net/newst-treeview.el: Remove "Time-stamp".
17686         (newsticker--group-manage-orphan-feeds): Do not call
17687         newsticker--treeview-tree-update.
17688         (newsticker-treeview-update, newsticker-treeview):
17689         Call newsticker--treeview-tree-update if necessary.
17691 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
17693         * window.el (window-iso-combination-p, window-iso-combined-p)
17694         (window-iso-combinations): Remove "iso-" infix.
17695         Suggested by Chong Yidong.
17696         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17697         (window-max-delta-1, window-resize, window--resize-siblings)
17698         (window--resize-this-window, adjust-window-trailing-edge)
17699         (split-window, balance-windows-1)
17700         (shrink-window-if-larger-than-buffer):
17701         * calendar/calendar.el (calendar-generate-window):
17702         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17704 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17706         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17707         in place (bug#9907).
17708         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17709         (eshell-rewrite-if-command, eshell-rewrite-for-command)
17710         (eshell-structure-basic-command, eshell-rewrite-while-command)
17711         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17712         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17713         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17714         (eshell-do-pipelines-synchronously, eshell-eval-command):
17715         Use backquotes and prefer setq to set.
17716         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17717         (eshell-macrop): Use functionp.
17718         (eshell-do-eval): Handle multiple expressions in `while' body.
17720 2011-10-30  Chong Yidong  <cyd@gnu.org>
17722         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17723         instead of set-mark (Bug#9810).
17725 2011-10-30  Chong Yidong  <cyd@gnu.org>
17727         * window.el (split-window-below, split-window-right): Rename from
17728         split-window-above-each-other and split-window-side-by-side
17729         respectively.  All callers changed.
17730         (split-window-sensibly, split-window-sensibly): Use them.
17731         (split-window-keep-point): Doc fix.
17733         * isearch.el: Add isearch-scroll property to split-window-below
17734         and split-window-right.
17736         * follow.el (follow-mode):
17737         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17738         * progmodes/ada-xref.el (ada-gdb-application):
17739         * emulation/vip.el (vip-buffer-in-two-windows):
17740         * image-dired.el (image-dired-dired-with-window-configuration):
17741         * dired-x.el (dired-do-find-marked-files):
17742         * dired.el (dired-pop-to-buffer):
17743         * bs.el (bs--show-with-configuration):
17744         * vc/emerge.el (emerge-setup-windows):
17745         * textmodes/two-column.el (2C-two-columns):
17746         * textmodes/reftex-toc.el (reftex-toc):
17747         * progmodes/gdb-mi.el (gdb-setup-windows):
17748         * progmodes/fortran.el (fortran-window-create):
17749         * net/newst-treeview.el (newsticker--treeview-window-init):
17750         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17751         * emulation/tpu-edt.el (tpu-gold-map):
17752         * emulation/crisp.el (crisp-mode-map):
17753         * calendar/calendar.el (calendar-basic-setup): Callers changed.
17755 2011-10-29  Chong Yidong  <cyd@gnu.org>
17757         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17759         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17761         * textmodes/flyspell.el (flyspell-word): Fix char offset for
17762         forged Ispell output (Bug#7904).
17764         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17766 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17768         * doc-view.el: Avoid ugly errors about not finding nil.
17769         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17770         (doc-view-dvipdf-program, doc-view-unoconv-program)
17771         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17772         Avoid nil or absolute file name as default value.
17773         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17775 2011-10-28  Alan Mackenzie  <acm@muc.de>
17777         * progmodes/cc-defs.el (c-version): -> 5.32.2.
17779 2011-10-28  Alan Mackenzie  <acm@muc.de>
17781         Amend the handling of c-beginning/end-of-defun in nested declaration
17782         scopes.
17784         * progmodes/cc-vars.el (c-defun-tactic): Move here from
17785         cc-langs.el.  Change it to a defcustom.
17787         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17788         cc-vars.el.
17790         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17791         Prevent "class foo : bar" being spuriously recognized as a label.
17793         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17794         Add parameter `inclusive' (to include enclosing braces in the region).
17795         (c-widen-to-enclosing-decl-scope): New function.
17796         (c-while-widening-to-decl-block): New macro.
17797         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17798         outward for defun boundaries, and correspondingly change symbol
17799         `respect-enclosure' to `go-outward'.
17800         (c-declaration-limits): Change algorithm to report only the "innermost"
17801         defun's boundaries.
17803 2011-10-28  Deniz Dogan  <deniz@dogan.se>
17805         * net/rcirc.el (rcirc-mode): Use hard newlines.
17807 2011-10-28  Alan Mackenzie  <acm@muc.de>
17809         Amend to indent and fontify macros "which include their own semicolon"
17810         correctly, using the "virtual semicolon" mechanism.
17812         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17814         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17815         Recode to scan one line at a time rather than having \n and \r
17816         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17817         (c-forward-label): Amend for virtual semicolons.
17818         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17820         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17821         of the new C macros.
17823         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17824         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17825         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17826         (c-opt-cpp-macro-define): Make into a full language variable.
17827         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17828         AWK Mode (including \n, \r) removed, no longer needed.
17830         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17831         Invoke c-make-macro-with-semi-re.
17833         * progmodes/cc-vars.el (c-macro-with-semi-re):
17834         (c-macro-names-with-semicolon): New variables.
17835         (c-make-macro-with-semi-re): New function.
17837 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17839         * vc/log-edit.el: Fill empty field rather than adding new one.
17840         (log-edit-add-field): New function.
17841         (log-edit-insert-changelog): Use it.
17843 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17845         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17847 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17849         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17850         (gdb--check-interpreter): New function.
17851         (gdb): Use it.
17853 2011-10-27  Glenn Morris  <rgm@gnu.org>
17855         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17856         (least-positive-float, least-negative-float)
17857         (least-positive-normalized-float, least-negative-normalized-float)
17858         (float-epsilon, float-negative-epsilon):
17859         Remove unnecessary declarations.
17861         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17862         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17863         (least-positive-float, least-negative-float)
17864         (least-positive-normalized-float, least-negative-normalized-float)
17865         (float-epsilon, float-negative-epsilon): Add doc-strings,
17866         based on those in cl.texi.
17868         * files.el (set-visited-file-name): If the major-mode changed,
17869         reload the local variables.  (Bug#9796)
17871 2011-10-27  Chong Yidong  <cyd@gnu.org>
17873         * subr.el (change-major-mode-after-body-hook): New hook.
17874         (run-mode-hooks): Run it.
17876         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17877         Use change-major-mode-before-body-hook.
17879         * simple.el (fundamental-mode):
17880         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17881         change introducing fundamental-mode-hook.
17883 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
17885         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17887 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
17889         * ido.el (ido-file-name-all-completions-1): Do not require
17890         tramp.el explicitly.  (Bug#7583)
17892 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17894         * progmodes/octave-mod.el:
17895         * progmodes/octave-inf.el: Update maintainer.
17897 2011-10-26  Chong Yidong  <cyd@gnu.org>
17899         * subr.el (with-wrapper-hook): Rewrite doc.
17901 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
17903         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17904         filenames "/method:foo:".  (Bug#9793)
17906 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17908         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17909         (bug#9865).
17911 2011-10-24  Glenn Morris  <rgm@gnu.org>
17913         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
17915 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
17917         * notifications.el: Add the requirement of a running D-Bus session
17918         bus to the Commentary.
17920 2011-10-24  Juri Linkov  <juri@jurta.org>
17922         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17923         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17924         (Bug#9364)
17926 2011-10-24  Juri Linkov  <juri@jurta.org>
17928         * info.el (Info-following-node-name-re): Add newline to the list
17929         of allowed characters for leading space.  (Bug#9824)
17931 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17933         * progmodes/octave-inf.el (inferior-octave-mode-map):
17934         Fix C-c C-h binding.
17935         * progmodes/octave-mod.el (octave-help): Remove.
17937 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
17939         Sync with Tramp 2.2.3.
17941         * net/tramp-cache.el (top): Pacify byte-compiler using
17942         `init-file-user' and `site-run-file'.
17944         * net/trampver.el: Update release number.
17946 2011-10-23  Chong Yidong  <cyd@gnu.org>
17948         * files.el (toggle-read-only): Remove obsolete comment about
17949         version control.
17951         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17952         for toggle-read-only.  Note that this hasn't called vc-next-action
17953         since 2008-05-02, though it wasn't documented at the time.
17955         * vc/ediff-init.el (ediff-toggle-read-only-function):
17956         Use toggle-read-only.
17958 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
17960         Fix bug #9560, sporadic wrong indentation; improve instrumentation
17961         of c-parse-state.
17963         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17964         correct faulty logical expression.
17965         (c-parse-state-state, c-record-parse-state-state):
17966         (c-replay-parse-state-state): New defvar/defuns.
17967         (c-debug-parse-state): Use new functions.
17969 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
17971         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17972         last fix.  Use window-in-direction correctly.
17974 2011-10-21  Chong Yidong  <cyd@gnu.org>
17976         * progmodes/idlwave.el (idlwave-mode):
17977         * progmodes/vera-mode.el (vera-mode): No need to set
17978         require-final-newline; that's done in prog-mode.
17979         Suggested by Stefan Monnier.
17981 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
17983         * mouse.el (mouse-drag-window-above)
17984         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17985         (mouse-drag-mode-line-1, mouse-drag-header-line)
17986         (mouse-drag-vertical-line-rightward-window): Remove.
17987         (mouse-drag-line): New function.
17988         (mouse-drag-mode-line, mouse-drag-header-line)
17989         (mouse-drag-vertical-line): Call mouse-drag-line.
17990         * window.el (window-at-side-p, windows-at-side): New functions.
17992 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
17994         * tar-mode.el (tar-grind-file-mode):
17995         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
17997 2011-10-21  Chong Yidong  <cyd@gnu.org>
17999         * progmodes/idlwave.el (idlwave-mode):
18000         * progmodes/vera-mode.el (vera-mode):
18001         Use mode-require-final-newline.
18003 2011-10-20  Glenn Morris  <rgm@gnu.org>
18005         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
18007 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
18009         * emulation/cua-base.el (cua-set-mark): Fix case of string.
18011 2011-10-20  Chong Yidong  <cyd@gnu.org>
18013         * emulation/cua-base.el (cua-mode):
18014         * mail/footnote.el (footnote-mode):
18015         * mail/mailabbrev.el (mail-abbrevs-mode):
18016         * net/xesam.el (xesam-minor-mode):
18017         * progmodes/bug-reference.el (bug-reference-mode):
18018         * progmodes/cap-words.el (capitalized-words-mode):
18019         * progmodes/compile.el (compilation-minor-mode)
18020         (compilation-shell-minor-mode):
18021         * progmodes/gud.el (gud-tooltip-mode):
18022         * progmodes/hideif.el (hide-ifdef-mode):
18023         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18024         * progmodes/subword.el (subword-mode):
18025         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18026         * progmodes/which-func.el (which-function-mode):
18027         * term/tvi970.el (tvi970-set-keypad-mode):
18028         * term/vt100.el (vt100-wide-mode):
18029         * textmodes/flyspell.el (flyspell-mode):
18030         * textmodes/ispell.el (ispell-minor-mode):
18031         * textmodes/nroff-mode.el (nroff-electric-mode):
18032         * textmodes/paragraphs.el (use-hard-newlines):
18033         * textmodes/refill.el (refill-mode):
18034         * textmodes/reftex.el (reftex-mode):
18035         * textmodes/rst.el (rst-minor-mode):
18036         * textmodes/sgml-mode.el (html-autoview-mode)
18037         (sgml-electric-tag-pair-mode):
18038         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18039         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18040         * emulation/crisp.el (crisp-mode):
18041         * emacs-lisp/eldoc.el (eldoc-mode):
18042         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18043         minor mode behavior.
18045 2011-10-19  Juri Linkov  <juri@jurta.org>
18047         * descr-text.el (describe-char): Add #x2010 and #x2011 to
18048         the list of hard-coded chars with escape-glyph face.
18050 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18052         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18054 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
18056         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18057         running process.
18059 2011-10-19  Glenn Morris  <rgm@gnu.org>
18061         * vc/vc-bzr.el (vc-bzr-after-dir-status):
18062         Ignore ignored files.  (Bug#9726)
18064 2011-10-19  Chong Yidong  <cyd@gnu.org>
18066         Doc fix for minor modes, stating that an omitted argument enables
18067         the mode unconditionally when called from Lisp.
18069         * abbrev.el (abbrev-mode):
18070         * allout.el (allout-mode):
18071         * autoinsert.el (auto-insert-mode):
18072         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18073         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18074         (global-auto-revert-mode):
18075         * battery.el (display-battery-mode):
18076         * composite.el (global-auto-composition-mode)
18077         (auto-composition-mode):
18078         * delsel.el (delete-selection-mode):
18079         * desktop.el (desktop-save-mode):
18080         * dired-x.el (dired-omit-mode):
18081         * dirtrack.el (dirtrack-mode):
18082         * doc-view.el (doc-view-minor-mode):
18083         * double.el (double-mode):
18084         * electric.el (electric-indent-mode, electric-pair-mode):
18085         * emacs-lock.el (emacs-lock-mode):
18086         * epa-hook.el (auto-encryption-mode):
18087         * follow.el (follow-mode):
18088         * font-core.el (font-lock-mode):
18089         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18090         * help.el (temp-buffer-resize-mode):
18091         * hilit-chg.el (highlight-changes-mode)
18092         (highlight-changes-visible-mode):
18093         * hi-lock.el (hi-lock-mode):
18094         * hl-line.el (hl-line-mode, global-hl-line-mode):
18095         * icomplete.el (icomplete-mode):
18096         * ido.el (ido-everywhere):
18097         * image-file.el (auto-image-file-mode):
18098         * image-mode.el (image-minor-mode):
18099         * iswitchb.el (iswitchb-mode):
18100         * jka-cmpr-hook.el (auto-compression-mode):
18101         * linum.el (linum-mode):
18102         * longlines.el (longlines-mode):
18103         * master.el (master-mode):
18104         * mb-depth.el (minibuffer-depth-indicate-mode):
18105         * menu-bar.el (menu-bar-mode):
18106         * minibuf-eldef.el (minibuffer-electric-default-mode):
18107         * mouse-sel.el (mouse-sel-mode):
18108         * msb.el (msb-mode):
18109         * mwheel.el (mouse-wheel-mode):
18110         * outline.el (outline-minor-mode):
18111         * paren.el (show-paren-mode):
18112         * recentf.el (recentf-mode):
18113         * reveal.el (reveal-mode, global-reveal-mode):
18114         * rfn-eshadow.el (file-name-shadow-mode):
18115         * ruler-mode.el (ruler-mode):
18116         * savehist.el (savehist-mode):
18117         * scroll-all.el (scroll-all-mode):
18118         * scroll-bar.el (scroll-bar-mode):
18119         * server.el (server-mode):
18120         * shell.el (shell-dirtrack-mode):
18121         * simple.el (auto-fill-mode, transient-mark-mode)
18122         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18123         (line-number-mode, column-number-mode, size-indication-mode)
18124         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18125         * strokes.el (strokes-mode):
18126         * time.el (display-time-mode):
18127         * t-mouse.el (gpm-mouse-mode):
18128         * tool-bar.el (tool-bar-mode):
18129         * tooltip.el (tooltip-mode):
18130         * type-break.el (type-break-mode-line-message-mode)
18131         (type-break-query-mode):
18132         * view.el (view-mode):
18133         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18134         (global-whitespace-mode, global-whitespace-newline-mode):
18135         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18137         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18138         Fix autogenerated docstring.
18140 2011-10-19  Juri Linkov  <juri@jurta.org>
18142         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18143         by checking environment variables "DESKTOP_SESSION" and
18144         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18146 2011-10-19  Juri Linkov  <juri@jurta.org>
18148         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18149         (browse-url-chromium-program, browse-url-chromium-arguments):
18150         New defcustoms.
18151         (browse-url-default-browser): Check for `browse-url-chromium' and
18152         call `browse-url-chromium-program'.
18153         (browse-url-chromium): New command.  (Bug#9779)
18155 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18157         * facemenu.el (list-colors-duplicates): On Windows, detect more
18158         duplicates by assuming that only colors matching "^System" are
18159         special "system colors".  (Bug#9722)
18161 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18163         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18164         to distinguish the author from the committer.
18166 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18168         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18170 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18172         * international/mule.el (sgml-html-meta-auto-coding-function):
18173         Add support for detecting encoding in HTML5 specified only as
18174         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18175         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18177 2011-10-18  Glenn Morris  <rgm@gnu.org>
18179         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18181 2011-10-18  Chong Yidong  <cyd@gnu.org>
18183         * faces.el (cursor): Doc fix.
18185 2011-10-17  Chong Yidong  <cyd@gnu.org>
18187         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18189 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18191         * dirtrack.el (dirtrack): Support shell buffers with path
18192         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18194 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18196         * json.el: Bump version to 1.3 and note change in History.
18197         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18199 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18201         * comint.el (comint-insert-input, comint-send-input)
18202         (comint-get-old-input-default, comint-backward-matching-input)
18203         (comint-next-prompt): Use nil instead of `input' for field property of
18204         past user input (bug#114).
18206         * minibuffer.el (completion--replace): Inherit surrounding properties
18207         (bug#114).
18208         (minibuffer-complete-and-exit): Use it.
18210         * comint.el (comint--table-subvert): Quote the all-completions output
18211         (bug#9160).
18213 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18215         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18217         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18218         window on right of selected.  (Bug#9350) Reword other window
18219         entries and separate them from frame entries.
18221 2011-10-15  Glenn Morris  <rgm@gnu.org>
18223         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18224         Doc fixes.
18226 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18228         * net/network-stream.el (network-stream-open-starttls):
18229         Improve detection of failure due to lack of TLS support.
18231         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18232         putting the input text in front and in bold.
18234 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18236         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18238         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18239         empty buffer.
18241         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18242         unread-command-events rather than pushing yet-another event.
18244 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18246         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18247         the explanation of the possible choices.  Make the options passed
18248         to completing-read shorter.
18250 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
18252         * textmodes/flyspell.el (flyspell-large-region): Make sure
18253         extended character mode is used if defined (Bug#1339).
18255 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18257         * simple.el (what-cursor-position): Fix the display of the
18258         character info for LRE, LRO, RLE, and RLO characters by appending
18259         an invisible PDF.
18261 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18263         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18264         even in case of error; add debug spec; simplify data flow.
18265         (with-timeout-handler): Remove.
18267 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18269         Fix Bug#6019, Bug#9315.
18271         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18272         complete `buffer-file-name', the local file name part could look
18273         remotely (for example on VMS).
18275         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18276         `tramp-run-real-handler'.
18277         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18278         already quoted by '"'.
18280         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18281         Let `file-name-handler-alist' be nil, the local file name part
18282         could look remotely (for example on VMS).
18284 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18286         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18287         from here...
18288         (flyspell-post-command-hook): ...to here.
18290 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18292         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18293         if not needed.
18294         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18295         using completion.  Protect against "slow" callers.
18296         Remove the "message hack".
18298 2011-10-11  Juri Linkov  <juri@jurta.org>
18300         * isearch.el (isearch-lazy-highlight-word): New variable.
18301         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18302         Use it.  (Bug#9727)
18304 2011-10-11  Glenn Morris  <rgm@gnu.org>
18306         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18307         like f90-previous-statement does.
18309 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18311         * eshell/eshell.el (eshell-command): History should be saved
18312         only in interactive use, to avoid error.
18314 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18316         * minibuffer.el (completion-file-name-table): Fix last change,
18317         i.e. ignore normal errors but not the other ones.
18319 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
18321         * window.el (special-display-buffer-names)
18322         (special-display-regexps): Remove some remnants of earlier
18323         changes from doc-strings.
18324         (quit-windows-on): New function.
18326         * vc/vc.el (vc-revert, vc-rollback):
18327         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18328         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
18329         (Bug#6183) (Bug#7074) (Bug#7447)
18331 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
18333         * window.el (frame-auto-hide-function): Add version tag.
18334         (Bug#9699)
18336 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
18338         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18339         condition.
18341 2011-10-09  Leo Liu  <sdl.web@gmail.com>
18343         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18344         (Bug#9701)
18346 2011-10-08  Glenn Morris  <rgm@gnu.org>
18348         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18349         before the first code statement zero indent.  (Bug#9690)
18351 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
18353         * simple.el (count-words-region): Always count in the region.
18354         Report the number of lines and characters too.
18355         (count-words): New command, which counts in the buffer if the
18356         region is inactive, as count-words-region used to.
18357         (count-words--message): New function.  Handle plurals.
18358         (count-lines-region): Make it an alias for count-words-region.
18360         * bindings.el (esc-map): Replace count-lines-region with
18361         count-words-region.
18363 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
18365         * window.el (window--delete): Delete dedicated frame
18366         unconditionally when argument KILL is non-nil.  (Bug#9699)
18367         (switch-to-buffer): Fix doc-string typo.
18369 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18371         * eshell/eshell.el (eshell-command): Avoid using hooks.
18373 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
18375         * bindings.el ([M-left],[M-right]): Bind to left-word and
18376         right-word respectively.
18378 2011-10-07  Glenn Morris  <rgm@gnu.org>
18380         * cus-start.el (debug-on-quit): Fix custom type.
18382 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18384         * subr.el (define-key-after): Clarify that the function is not
18385         useful for non-menu keymaps.
18387         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18389 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18391         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18392         in current minibuffer (Fix bug with recursive minibuffers).
18394 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
18396         * progmodes/gdb-mi.el (gdb): Doc fix.
18398 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
18400         * window.el (frame-auto-hide-function): New option replacing
18401         frame-auto-delete.  Suggested by Stefan Monnier.
18402         (window--delete): Call frame-auto-hide-function instead of
18403         investigating frame-auto-delete.
18404         (window-point-1, set-window-point-1): New functions.
18405         (window-in-direction, record-window-buffer, window-state-get-1)
18406         (display-buffer-record-window): Use window-point-1 instead of
18407         window-point.
18408         (set-window-buffer-start-and-point): Use set-window-point-1.
18410 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18412         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18414 2011-10-05  Glenn Morris  <rgm@gnu.org>
18416         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18417         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
18419 2011-10-05  Leo Liu  <sdl.web@gmail.com>
18421         * subr.el (read-char-choice): Fix argument to buffer-live-p which
18422         works with buffer object.
18424 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18426         * mpc.el (mpc-tool-bar-map): Add labels.
18428 2011-10-04  Glenn Morris  <rgm@gnu.org>
18430         * calendar/holidays.el (calendar-check-holidays): Doc fix.
18432 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
18434         * window.el (window--delete): New function.
18435         (frame-auto-delete): Resuscitate option.
18436         (bury-buffer, replace-buffer-in-windows)
18437         (quit-window): Rewrite using window--delete.
18438         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18439         Pass display-buffer-mark-dedicated to window--display-buffer-2
18440         (Bug#9639).
18442 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18444         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18445         returns a list (bug#9554).  Add remote file name completion.
18446         * comint.el (comint--table-subvert): Curry and get quote&unquote
18447         functions as arguments.
18448         (comint--complete-file-name-data): Adjust call accordingly.
18449         * pcomplete.el (pcomplete--table-subvert): Remove.
18450         (pcomplete-completions-at-point): Use comint--table-subvert instead.
18452         * minibuffer.el (completion-table-case-fold): Use currying.
18453         (completion--styles-type, completion--cycling-threshold-type):
18454         New constants.
18455         (completion-styles, completion-category-overrides)
18456         (completion-cycle-threshold): Use them.
18457         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18458         completion-table-case-fold.
18460 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
18462         * minibuffer.el (completion-category-overrides): Fix type of styles
18463         and add more user friendly tags (bug#9660).
18465 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18467         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18468         (mule-input-method-string): New widget.
18469         (default-input-method, language-info-custom-alist): Use it.
18471 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18473         * pcomplete.el: Require comint.
18474         (pcomplete--common-suffix): Remove.
18475         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18476         (pcomplete--table-subvert): Sync with comint--table-subvert.
18477         (pcomplete--entries): Use comint-completion-file-name-table.
18478         * comint.el (comint-unquote-filename): Simplify.
18479         (comint-completion-file-name-table): New function (bug#9616).
18480         (comint--complete-file-name-data): Use it.
18482         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18483         (pcmpl-gnu-tar-buffer): Remove.
18484         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18485         around.  Make sure pcomplete-suffix-list is only changed temporarily.
18486         Don't look inside the tar's file if it's too large.
18488 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
18490         * cus-edit.el (custom-mode-map):
18491         * epa.el (epa-key-list-mode-map):
18492         * man.el (Man-mode-map):
18493         * startup.el (splash-screen-keymap):
18494         * simple.el (special-mode-map): Use scroll-up-command and
18495         scroll-down-command.
18497         * progmodes/idlw-help.el (idlwave-help-mode-map):
18498         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18499         * net/newst-plainview.el (newsticker-mode-map):
18500         * emulation/ws-mode.el (wordstar-mode-map):
18501         * emulation/vi.el (vi-com-map):
18502         * calc/calc-graph.el (calc-graph-show-dumb):
18503         * term/sun.el (terminal-init-sun):
18504         * term/ns-win.el (global-map):
18505         * progmodes/grep.el (grep-mode-map):
18506         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18507         * mail/rmail.el (rmail-mode-map):
18508         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18510         * custom.el (custom-safe-themes, load-theme): Treat value of t for
18511         custom-safe-themes as special.
18513 2011-10-01  Julien Danjou  <julien@danjou.info>
18515         * notifications.el (notifications-notify): Fix docstring.
18517 2011-10-01  Per Starbäck  <per@starback.se>
18519         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
18521 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
18523         * startup.el (command-line-1): Fix last fix by inserting
18524         initial-scratch-message into *scratch* before displaying it.
18525         (Bug#9605) and (Bug#9636)
18527 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
18529         * simple.el (line-move): If auto-hscroll-mode is disabled and the
18530         window is hscrolled, move by logical lines.  (Bug#9607)
18531         (line-move-visual): Update the doc string to the above effect.
18533 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
18535         * window.el (display-buffer-record-window): When WINDOW is the
18536         selected window use `point' instead of `window-point'.  (Bug#9626)
18538         * startup.el (command-line-1): Use insert-before-markers when
18539         inserting initial-scratch-message.  (Bug#9605)
18541         * help.el (help-window): Remove variable.
18543 2011-09-29  Glenn Morris  <rgm@gnu.org>
18545         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18547 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
18549         * descr-text.el (describe-char-categories): Accept category
18550         descriptions more than one line long.
18552 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18554         * simple.el (delete-trailing-whitespace): Fix last change.
18556         * progmodes/perl-mode.el (perl-syntax-propertize-function):
18557         Don't confuse "y => 3" as the beginning of a `y' operation.
18559         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18560         object has more than 4 slots (bug#9613).
18562 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
18564         * subr.el (with-output-to-temp-buffer):
18565         * net/quickurl.el (quickurl, quickurl-browse-url):
18566         Fix typos in docstrings.
18568 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
18570         * minibuffer.el (completion-styles)
18571         (completion-category-overrides): Cross reference each other in doc
18572         strings.
18574 2011-09-27  Glenn Morris  <rgm@gnu.org>
18576         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18577         to split-string.  (Bug#9606)
18579 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18581         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18582         (bug#9615).
18584 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
18586         * emacs-lisp/package.el (list-packages): Fix echo area message.
18588 2011-09-27  Leo Liu  <sdl.web@gmail.com>
18590         * ido.el (ido-read-internal): Accept cons cell HIST arg.
18592 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
18594         * net/dbus.el (dbus-unregister-object): Don't release services for
18595         registered signals.  (Bug#9581)
18597 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
18599         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18600         function that picks between cfengine 2 and 3 support
18601         automatically.  Update docs accordingly.
18603 2011-09-22  Kenichi Handa  <handa@m17n.org>
18605         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18606         ZERO.
18607         (indian-itrans-v5-table-for-tamil): New variable.
18608         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18610 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
18612         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18613         that's true if the current command involved collapsing of text.
18614         It's reset to false at the beginning of the next command.
18615         (allout-post-command-business): Move the cursor to the beginning
18616         of entry if the cursor is hidden and collapsing activity just
18617         happened.
18619 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
18621         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18622         tracking (Bug#9541).
18624 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
18626         * net/newst-reader.el (newsticker-html-renderer)
18627         (newsticker-show-news): Automatically load html rendering package
18628         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
18629         because w3m-fill-column is let-bound" and the error "Symbol's value
18630         as variable is void: w3m-fill-column".
18632 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
18634         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18635         Release services only if they are defined.  (Bug#9581)
18637 2011-09-23  Richard Stallman  <rms@gnu.org>
18639         * textmodes/paragraphs.el (forward-sentence): For backwards case,
18640         distinguish start of paragraph from start of its text.
18642         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18644         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18645         (rmail-generate-viewer-buffer): Put that hook on view buffer.
18646         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18648 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
18650         * international/mule-diag.el (mule-diag): Insert a newline after
18651         each fontset description.
18653 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18655         * simple.el (delete-trailing-whitespace):
18656         Document last change; simplify.
18658 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
18660         * simple.el (delete-trailing-whitespace): Also delete
18661         extra newlines at the end of the buffer.
18663         * textmodes/picture.el: Make motion commands obey shift-select-mode.
18664         (picture-newline): Use forward-line so as to ignore fields.
18666 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18668         * subr.el (with-wrapper-hook): Fix edebug spec.
18670 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18672         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18673         (bug#4538).
18675 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
18677         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18678         Fix nasty bug using wrong cached values.
18680 2011-09-23  Alan Mackenzie  <acm@muc.de>
18682         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18684 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
18686         * window.el (pop-to-buffer): Ensure right window is selected if we
18687         chose another frame.
18689 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
18691         * simple.el (what-cursor-position): Use get-char-property-change
18692         and next-single-char-property-change, to be able to show display
18693         properties that come from overlays as well as text properties.
18695 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
18697         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18699         * cmuscheme.el (run-scheme, switch-to-scheme):
18700         * cus-edit.el (customize-group, custom-buffer-create)
18701         (customize-browse):
18702         * info.el (info):
18703         * shell.el (shell):
18704         * mail/sendmail.el (mail):
18705         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18707 2011-09-22  Richard Stallman  <rms@gnu.org>
18709         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18710         move back only to line beg, don't move back over blank lines.
18712 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
18714         * files.el (copy-directory): Set directory attributes only in case
18715         they could be retrieved from the source directory.  (Bug#9565)
18717 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
18719         * progmodes/hideshow.el (hs-looking-at-block-start-p)
18720         (hs-find-block-beginning, hs-hide-level-recursive):
18721         Ignore strings as well as comments.  (Bug#9502)
18723 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
18725         * progmodes/sql.el (sql-comint-postgres):
18726         Convert port number to a string.  (Bug#9566)
18728 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
18730         * window.el (quit-window): Undedicate window when switching to
18731         previous buffer.  Reported by Thierry Volpiatto
18732         <thierry.volpiatto@gmail.com>.
18733         (special-display-popup-frame): When popping up a new frame reset
18734         its previous buffers to nil.  Simplify code.
18736 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
18738         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18739         and process filter, as done also in `shell-command'.
18741 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
18743         * window.el (set-window-buffer-start-and-point):
18744         Call set-window-start with NOFORCE argument t.
18745         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18746         (quit-window): Reword doc-string.  Handle new format of
18747         quit-restore parameter.  Don't delete window if it has a
18748         previous buffer we can show instead of the present one.
18749         (display-buffer-record-window): Rewrite using a new format for
18750         the quit-restore window parameter
18751         (special-display-popup-frame, display-buffer-same-window)
18752         (display-buffer-reuse-window, display-buffer-pop-up-frame)
18753         (display-buffer-pop-up-window, display-buffer-use-some-window):
18754         Adapt symbol passed to display-buffer-record-window.
18755         * help.el (help-window-setup): Handle new format of quit-restore
18756         parameter.
18758 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18760         * faces.el (face-list): Fix docstring (bug#9564).
18762         * window.el (display-buffer--action-function-custom-type):
18763         Don't include internal functions in the Custom interface.
18765 2011-09-20  Juri Linkov  <juri@jurta.org>
18767         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18768         (Info-forward-node, Info-backward-node, Info-next-preorder)
18769         (Info-last-preorder): Use it.  (Bug#9528)
18771 2011-09-20  Juri Linkov  <juri@jurta.org>
18773         * info.el (Info-last-preorder): Visit last menu item only when
18774         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18776 2011-09-20  Julien Danjou  <julien@danjou.info>
18778         * password-cache.el (password-cache-remove): Remove entries even if the
18779         value is nil, so that password with a nil value (negative caching) is
18780         possible to invalidate.
18782 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
18784         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18785         all whitespace around breakpoint.  (Bug#9553)
18786         (f90-find-breakpoint): Only break at whitespace inside a comment.
18788 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18790         * minibuffer.el (completion-file-name-table): Keep track of errors.
18791         (completion-table-with-predicate): Handle the case where pred1 is nil.
18792         * pcomplete.el (pcomplete-completions-at-point): Simplify.
18794 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18796         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18797         (debugger-return-value): Signal an error if the debugging context does
18798         not await any return value.
18800         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18801         * image-mode.el (image-toggle-display-text)
18802         (image-toggle-display-image): Stay away from evil `intangible'.
18804 2011-09-19  Leo Liu  <sdl.web@gmail.com>
18806         * replace.el (occur-revert-arguments): Make it permanent-local.
18807         (occur-mode): Don't call font-lock-defontify.
18809 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
18811         * net/ldap.el (ldap-search-internal): Don't push empty search
18812         result (Bug#9508).
18814 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18816         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18818 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
18820         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18821         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18823 2011-09-18  Juri Linkov  <juri@jurta.org>
18825         * buff-menu.el (Buffer-menu-mode-map):
18826         * dired.el (dired-mode-map):
18827         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18828         (lisp-interaction-mode-map):
18829         * emacs-lisp/package.el (package-menu-mode-map):
18830         * epa.el (epa-key-list-mode-map):
18831         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18832         (menu-bar-options-menu):
18833         * outline.el (outline-mode-menu-bar-map):
18834         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18835         * vc/vc-dir.el (vc-dir-menu-map):
18836         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18837         Capitalize non-function content words in menu item strings.
18839         * dired.el (dired-mode-map): Add menu item for
18840         `image-dired-dired-toggle-marked-thumbs'.
18842 2011-09-18  Juri Linkov  <juri@jurta.org>
18844         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18845         to `isearch-case-fold-search' and restore its original value
18846         after the `isearch-mode' call.
18848 2011-09-18  Juri Linkov  <juri@jurta.org>
18850         * progmodes/grep.el (grep-process-setup): Don't check code for 1
18851         because `zgrep' returns 1 for successful matches (bug#9226).
18853 2011-09-18  Juri Linkov  <juri@jurta.org>
18855         * info.el (Info-extract-menu-node-name): Check the second match
18856         for empty string (second test-case of bug#9528).
18857         (Info-last-preorder): Let-bind `Info-history' to nil to not add
18858         intermediate nodes to the history (first test-case of bug#9528).
18860 2011-09-18  Juri Linkov  <juri@jurta.org>
18862         * info.el (Info-mode-syntax-table): New variable.
18863         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18865 2011-09-18  Juri Linkov  <juri@jurta.org>
18867         * info.el (Info-file-supports-index-cookies):
18868         Increment line-beginning-position's arg from 3 to 4 because makeinfo
18869         outputs one more line for long file names (bug#4142).
18871 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18873         * newcomment.el (comment-normalize-vars): If prompting for
18874         comment-start, set comment-start-skip too (Bug#8424).
18876 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
18878         * icomplete.el: Fix previous fix of Bug#5849.
18879         (icomplete-mode): Don't set completion-show-inline-help.
18880         (icomplete-minibuffer-setup): Set completion-show-inline-help
18881         locally during icompletion.
18883 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18885         * woman.el (woman2-process-escapes): Don't delete unrecognized
18886         escapes (Bug#7843).
18888         * files.el (inhibit-first-line-modes-regexps): Add image files.
18889         (hack-local-variables-prop-line): Return nil for malformed
18890         prop-lines (Bug#9044).
18892 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
18894         * net/tramp.el (top): Don't require 'shell.
18895         (tramp-methods): Fix docstring.
18896         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18897         Return complete remote file name.  Handle "smb" case.
18898         Use `tramp-tmpdir', if defined for the respective method.
18899         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18901         * net/tramp-compat.el (top): Require 'shell.
18903         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18904         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18905         `tramp-current-host'.
18906         (tramp-get-remote-tmpdir): Remove.
18908         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18909         `tramp-tmpdir' entries.
18910         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18911         (tramp-smb-handle-file-attributes): Ignore errors.
18912         (tramp-smb-wait-for-output): Check also for process end.
18914 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18916         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18917         when sending QUIT (bug#9312).
18919 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
18921         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18922         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18923         occur-mode-display-occurrence.
18924         (occur-edit-mode): Add usage message.
18925         (occur-cease-edit): New command.
18926         (occur-after-change-function): Use text properties to find the
18927         position of the prefix text.
18928         (occur-engine): Set stickiness of prefix text properties.
18930 2011-09-17  Glenn Morris  <rgm@gnu.org>
18932         * progmodes/etags.el (complete-tag):
18933         Fix call to completion-in-region.  (Bug#9526)
18935 2011-09-17  Juri Linkov  <juri@jurta.org>
18937         * textmodes/ispell.el (ispell-word): Add to the error message
18938         the word, ispell program name and current dictionary (bug#9121).
18939         (ispell-tex-arg-end): Capitalize "error" in the error message.
18941 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
18943         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18944         check.  (Bug#4251)
18946 2011-09-17  Juri Linkov  <juri@jurta.org>
18948         * window.el (window-safe-min-height, window-safe-min-width):
18949         Fix typos (followup to bug#9522).
18951 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
18953         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18955 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
18957         * simple.el (line-move): If goal-column is set, move by logical
18958         lines, not by display lines.  (Bug#971)
18959         (next-line, previous-line, goal-column, line-move-visual): Doc fix
18960         to reflect the above change.
18962 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18964         * image.el (imagemagick-register-types): Use regexp-opt.
18966 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18968         * window.el (display-buffer-base-action): Rename from
18969         display-buffer-default-action.  Make default value empty.
18970         (display-buffer-overriding-action): Convert to defvar.
18971         (display-buffer-fallback-action): New var.
18973 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18975         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18976         declaration.
18977         (package--add-to-archive-contents): If there is a duplicate entry
18978         with an older version, remove it.
18979         (package-menu-mark-delete, package-menu-mark-install)
18980         (package-menu-mark-unmark): Make unused args optional.
18981         (package-menu-mark-obsolete-for-deletion):
18982         Use package-menu-get-status instead of a regexp search.
18983         (package-menu-get-status): Use tabulated-list-entry.
18984         (package-menu-mark-upgrades): New command.
18985         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
18986         (package-menu-execute): Do installation before deletion.
18987         (package-menu-refresh, package-menu-execute): Use derived-mode-p
18988         instead of checking major-mode.
18989         (package-menu--find-upgrades): New function.
18991 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18993         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18994         passwords in the log buffer.
18995         (smtpmail-process-filter): Update the process marker so that the
18996         "broken by peer" status message is inserted in the right place.
18998 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19000         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19001         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19002         bibtex-completion-at-point-function.
19003         (bibtex-completion-at-point-function): Use them.
19005         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19007         * mpc.el (mpc-constraints-tag-lookup): New function.
19008         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19009         also to browser "album|playlist".
19011 2011-09-14  Juri Linkov  <juri@jurta.org>
19013         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
19014         (isearch-edit-string): Use length of `isearch-string' when
19015         `isearch-fail-pos' returns nil.
19016         (isearch-message): Remove duplicate code and call
19017         `isearch-fail-pos' with arg `t'.
19019 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
19021         * replace.el (occur-mode-goto-occurrence): Don't force using other
19022         window (Bug#9499).
19024         * dired-aux.el (dired-do-chmod): Don't provide initial input.
19026 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
19028         * window.el (display-buffer-window): Remove.
19029         (display-buffer-record-window): Use help-setup window parameter
19030         instead of variable display-buffer-window.
19031         (display-buffer-function, special-display-buffer-names)
19032         (special-display-function): Mention help-setup parameter instead
19033         of display-buffer-window in doc-string.
19034         * help.el (help-window-setup): New argument help-window.
19035         Use help-window-setup parameter instead of display-buffer-window.
19036         Reword some messages.
19037         (with-help-window): Pass window used for displaying the buffer
19038         to help-window-setup.  Don't set display-buffer-window.
19040 2011-09-13  Glenn Morris  <rgm@gnu.org>
19042         * emacs-lisp/debug.el (debugger-make-xrefs):
19043         Preserve point.  (Bug#9462)
19045 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19047         * window.el (window-deletable-p): Use next-frame.
19049 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
19051         * window.el (window-auto-delete): Remove.
19052         (window-deletable-p): Remove argument FORCE.  Don't deal with
19053         dedication and previous buffers.
19054         (switch-to-prev-buffer): Don't delete window.
19055         (delete-windows-on): Delete a window's frame if and only if the
19056         window is dedicated.
19057         (replace-buffer-in-windows): Delete buffer's window or frame if
19058         and only if window is dedicated.
19059         (quit-window): Handle quit-restore as before last change.
19060         (bury-buffer): Delete window only if window-deletable-p returns t.
19062 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19064         * window.el (window-deletable-p): Never delete the last frame on a
19065         given terminal.
19067 2011-09-13  Glenn Morris  <rgm@gnu.org>
19069         * help.el (describe-key-briefly): Copy previous standard-output change.
19071 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
19073         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
19075 2011-09-13  Glenn Morris  <rgm@gnu.org>
19077         * emacs-lisp/lisp-mode.el (lisp-indent-function):
19078         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19080 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
19082         * dired-aux.el (dired-mark-read-string): Don't return default
19083         value on empty input (Bug#9361).
19084         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19085         Omit initial minibuffer contents.
19086         (dired-do-chmod): Signal an error on empty input.
19087         (dired-mark-read-string): Don't return default on empty input.
19089         * files.el (file-modes-symbolic-to-number): Doc fix.
19091 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19093         * international/mule-cmds.el (ucs-completions): Remove.
19094         (read-char-by-name): Use complete-with-action instead; add metadata.
19096 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19098         * window.el (display-buffer--action-function-custom-type)
19099         (display-buffer--action-custom-type): New vars.
19100         (display-buffer-alist, display-buffer-default-action)
19101         (display-buffer-overriding-action): Add defcustom types.
19103         * frame.el (delete-other-frames): Doc fix (Bug#276).
19105 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19107         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19109 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19111         Change modes that used same-window-* vars to use switch-to-buffer.
19113         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19114         Use switch-to-buffer.
19116         * cus-edit.el (customize-group, custom-buffer-create)
19117         (customize-browse, custom-buffer-create-other-window):
19118         Use switch-to-buffer or switch-to-buffer-other-window.
19120         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19121         (Info-prev, Info-up, Info-speedbar-goto-node)
19122         (info-display-manual): Use switch-to-buffer.
19123         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19125         * mail/sendmail.el (mail): Use switch-to-buffer.
19126         (mail-recover): Use switch-to-buffer-other-window.
19128         * cmuscheme.el (run-scheme, switch-to-scheme):
19129         * ielm.el (ielm):
19130         * shell.el (shell):
19131         * net/rlogin.el (rlogin):
19132         * net/telnet.el (telnet, rsh):
19133         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19135 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19137         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19139 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19141         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19142         so don't mention it (bug#9301).
19143         (dired-sort-toggle-or-edit): Clarify string further.
19145         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19146         match `x', `w32' and `ns', like the manual says (bug#9029).
19148         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19149         (process-kill-buffer-query-function): Mention the buffer name in
19150         the query.
19152         * image-mode.el (image-next-line): The line parameter is mandatory
19153         (bug#9258).
19155         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19156         which can be useful (bug#9301).
19158         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19160         * subr.el (match-string): Mention that the current buffer should
19161         be the same as the search was done in (bug#9282).
19163         * facemenu.el: Disable the remove-* commands if the mark isn't
19164         active (bug#9162).
19166 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19168         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19169         of display-buffer.
19170         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19172         * replace.el (occur-mode-goto-occurrence)
19173         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19174         and display-buffer.
19176         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19177         display-buffer.
19179         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19180         special-display and same-window variables.
19181         (mail-other-window): Use switch-to-buffer-other-window.
19182         (mail-other-frame): USe switch-to-buffer-other-frame.
19184         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19185         Use display-buffer-other-frame.
19186         (gdb-display-gdb-buffer): Use pop-to-buffer.
19188         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19190         * progmodes/python.el: Don't set same-window-buffer-names.
19192         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19194         * window.el (display-buffer-alist): Add *Python*.
19196 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19198         * window.el (display-buffer-alist): Add entry for buffers
19199         previously handled same-window-*.
19200         (display-buffer-alist, display-buffer-default-action)
19201         (display-buffer-overriding-action): Mark as risky.
19202         (display-buffer-alist): Document action function changes.
19203         (display-buffer--same-window-action)
19204         (display-buffer--other-frame-action): New variables.
19205         (switch-to-buffer, display-buffer-other-frame): Use them.
19206         (display-buffer): Rename reuse-frame entry to reusable-frames.
19207         (display-buffer-reuse-selected-window): Function deleted.
19208         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19209         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19210         (display-buffer-special): New function.
19211         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19212         display-buffer-reuse-or-pop-window.  Split off special-display
19213         part into display-buffer-special.
19214         (display-buffer-use-some-window): Don't perform any special
19215         pop-up-frames handling.
19216         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19217         (display-buffer--maybe-same-window): Rename from
19218         display-buffer-maybe-same-window.
19220         * info.el: Don't set same-window-regexps.
19221         (info-setup): New function.
19222         (info-other-window, info): Call it.
19224         * cus-edit.el: Don't set same-window-regexps.
19225         (customize-group): New argument.
19226         (customize-group-other-window): Use it.
19227         (customize-face, customize-face-other-window): Likewise.
19228         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19230         * net/rlogin.el:
19231         * net/telnet.el:
19232         * progmodes/gud.el: Don't set same-window-regexps.
19234         * cmuscheme.el:
19235         * ielm.el:
19236         * shell.el:
19237         * mail/sendmail.el:
19238         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19240 2011-09-10  Juri Linkov  <juri@jurta.org>
19242         * isearch.el (isearch-edit-string): Remove obsolete mention of
19243         `C-w' (`isearch-yank-word-or-char') from docstring.
19244         (isearch-query-replace): Fix typo in docstring (bug#9466).
19246 2011-09-10  Juri Linkov  <juri@jurta.org>
19248         * paren.el (show-paren-function): Don't show escaped parens.
19249         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19251 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19253         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19254         (mm-default-file-encoding): Remove autoload forms, they are
19255         replaced with autoload cookies in mml.el and mm-encode.el.
19256         (mail-add-attachment): New command.
19257         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19258         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19259         the doc string.
19260         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19262 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19264         * simple.el (count-words-region): Use buffer if there's no region
19265         (bug#9429).
19267 2011-09-09  Juri Linkov  <juri@jurta.org>
19269         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19270         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19271         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19273 2011-09-09  Alan Mackenzie  <acm@muc.de>
19275         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19276         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19278 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19280         Fix for Savannah bug#9392.
19281         * simple.el (mail-encode-mml): New defvar.
19283         * mail/rmail.el (mail-encode-mml): Add a defvar.
19284         (rmail-enable-mime-composing): Default to t.
19285         (rmail-forward): Use MIME method of forwarding only if both
19286         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19287         Set mail-encode-mml non-nil if the MIME method was used.
19289         * mail/sendmail.el (mml-to-mime): Add autoload form.
19290         (mail-encode-mml): Add a defvar.
19291         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19292         to nil.
19293         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19294         message through mml-to-mime, and reset mail-encode-mml to nil.
19296 2011-09-09  Glenn Morris  <rgm@gnu.org>
19298         * woman.el (woman-if-body): When processing an .el block,
19299         do not delete the next .el block as well.  (Bug#9447)
19300         (woman-special-characters): Add oq, cq, and hy characters.
19302 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19304         * window.el (window-deletable-p): Make sure window is live before
19305         invoking window-prev-buffers.
19307 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19309         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19311 2011-09-08  Juri Linkov  <juri@jurta.org>
19313         * progmodes/compile.el (compilation-environment): Make it
19314         a defcustom (bug#8340).
19316 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19318         * window.el (frame-auto-delete): Rename to window-auto-delete.
19319         Make it control auto-deletion of windows and/or frames.
19320         (window-deletable-p): New argument FORCE.  Rewrite conditions
19321         for deleting window/frame.  (Bug#9419)
19322         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19323         Rewrite handling of case when window/frame can be deleted.
19324         (delete-windows-on): Call window-deletable-p with new FORCE
19325         argument t.  (Bug#9456)
19327 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
19329         * help-mode.el (help-mode): Restore autoload.
19331 2011-09-07  Juri Linkov  <juri@jurta.org>
19333         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19334         `compilation-environment'.  Set buffer-local
19335         `compilation-environment' to `thisenv' later after (funcall mode).
19336         (Bug#8340)
19338         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
19339         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19340         instead of replacing its value.  (Bug#8340)
19342 2011-09-07  Juri Linkov  <juri@jurta.org>
19344         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19345         based on text properties put by `grep-filter' instead of matching
19346         escape sequences.
19347         (grep-mode): Set buffer-local `compilation-error-screen-columns'
19348         to the value of `grep-error-screen-columns' (bug#9438).
19350 2011-09-07  Juri Linkov  <juri@jurta.org>
19352         * simple.el (next-error-highlight, next-error-highlight-no-select):
19353         Doc fix (bug#9432).
19355 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
19357         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19358         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
19360 2011-09-07  Leo Liu  <sdl.web@gmail.com>
19362         * net/rcirc.el (rcirc-mode): Conditionally initialize
19363         rcirc-input-ring.
19365 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19367         * emacs-lisp/find-func.el (find-function-C-source): Only set
19368         find-function-C-source-directory after checking that we found a source
19369         file there (bug#9440).
19371 2011-09-06  Alan Mackenzie  <acm@muc.de>
19373         * isearch.el (isearch-other-meta-char): Wherever a key list is
19374         unread, "unread" the prefix arg, too.  This fixes bug #8901.
19376 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
19378         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19380 2011-09-05  Juri Linkov  <juri@jurta.org>
19382         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19384 2011-09-05  Juri Linkov  <juri@jurta.org>
19386         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19387         keeping point where processing of grep matches begins, and
19388         continue to delete remaining escape sequences from the same point.
19389         (grep-filter): Make leading zero optional in "0?1;31m" because
19390         git-grep emits "\033[1;31m" escape sequences unlike expected
19391         "\033[01;31m" as GNU Grep does (bug#9408).
19392         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19394 2011-09-05  Juri Linkov  <juri@jurta.org>
19396         * subr.el (y-or-n-p): Capitalize "yes".
19398 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
19400         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
19401         `tramp-cache-unload-hook' where appropriate.
19402         (tramp-methods): Rename `tramp-remote-sh' to
19403         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
19404         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19406         * net/tramp-sh.el (top): Don't require 'shell.
19407         (tramp-methods): Add `tramp-remote-shell' and
19408         `tramp-remote-shell-args' entries.
19409         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19410         (tramp-sh-handle-shell-command): Remove.
19411         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19412         Use `tramp-remote-shell'.
19414 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
19416         * mail/sendmail.el (sendmail-query-once-function): Delete.
19417         (sendmail-query-once): Save directly to send-mail-function.
19418         Update message-send-mail-function too.
19420         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19422 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19424         * progmodes/python.el (python-mode-map): Use correct function to
19425         start python interpreter from menu-bar (as reported by Geert
19426         Kloosterman).
19427         (inferior-python-mode-map): Fix typo.
19428         (python-shell-map): Remove.
19430 2011-09-03  Deniz Dogan  <deniz@dogan.se>
19432         * net/rcirc.el (rcirc-print): Simplify code for
19433         rcirc-scroll-show-maximum-output.  There is no need to walk
19434         through all windows to find the right one.
19436 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19438         * help.el (help-return-method): Doc fix.
19440 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
19442         * window.el (window-deletable-p): Don't return a non-nil value
19443         when there's a buffer that was shown in the window before.
19444         (Bug#9419)
19445         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19446         Set window's previous buffers to nil.
19448 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
19450         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19451         newline before and after the tag line, so it doesn't interfere
19452         with determining the paragraph direction of bidirectional text.
19454 2011-09-03  Leo Liu  <sdl.web@gmail.com>
19456         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
19458 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19460         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19461         (pop-to-buffer): Change interactive spec.  Pass second argument
19462         directly to display-buffer.
19463         (display-buffer): Fix interactive spec.  Use functionp to
19464         distinguish between a function and a list of functions.
19466         * abbrev.el (edit-abbrevs):
19467         * arc-mode.el (archive-extract):
19468         * autoinsert.el (auto-insert):
19469         * bookmark.el (bookmark-bmenu-list):
19470         * files.el (find-file):
19471         * view.el (view-buffer):
19472         * progmodes/compile.el (compilation-goto-locus):
19473         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19475 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19477         * window.el (display-buffer-alist): Doc fix.
19478         (display-buffer): Add docstring.  Don't treat
19479         display-buffer-default specially.
19480         (display-buffer-reuse-selected-window)
19481         (display-buffer-same-window, display-buffer-maybe-same-window)
19482         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19483         (display-buffer-pop-up-window)
19484         (display-buffer-reuse-or-pop-window)
19485         (display-buffer-use-some-window): New functions.
19486         (display-buffer-default-action): Use them.
19487         (display-buffer-default): Delete.
19488         (pop-to-buffer-1): Fix choice of actions.
19490 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19492         * minibuffer.el (completion--insert-strings): Don't get confused by
19493         completion entries that end with an LF char.
19495 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
19497         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19499 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
19501         * window.el (display-buffer): Restore interactive spec.
19502         (display-buffer-same-window, display-buffer-other-window):
19503         New functions.
19504         (pop-to-buffer-1): New function.  Use the above.
19505         (pop-to-buffer, pop-to-buffer-same-window): Use it.
19506         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19508         * view.el (view-buffer-other-window, view-buffer-other-frame):
19509         Just use pop-to-buffer.
19511 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19513         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
19515 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
19517         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
19519 2011-08-31  Richard Stallman  <rms@gnu.org>
19521         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19522         of the separation of rmail-view-buffer from rmail-buffer.
19523         If you say no to "replace original", the decrypt is in the
19524         view buffer.  If you say yes, the decrypt goes into the
19525         rmail buffer also.
19527 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
19529         * window.el (display-buffer-window): Rewrite doc-string.
19530         (display-buffer-record-window): New function.
19531         (display-buffer-macro-specifiers)
19532         (display-buffer-even-window-sizes, display-buffer-set-height)
19533         (display-buffer-set-width, display-buffer-in-window)
19534         (display-buffer-reuse-window, display-buffer-split-specifiers)
19535         (display-buffer-side-specifiers, display-buffer-split-window-1)
19536         (display-buffer-split-window, display-buffer-split-atom-window)
19537         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19538         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19539         (display-buffer-other-window-means-other-frame)
19540         (display-buffer-normalize-special)
19541         (display-buffer-normalize-default)
19542         (display-buffer-normalize-argument)
19543         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19544         (display-buffer-normalize-specifiers, display-buffer-frame)
19545         (display-buffer-same-window, display-buffer-same-frame)
19546         (display-buffer-other-window)
19547         (display-buffer-same-frame-other-window)
19548         (display-buffer-other-frame, pop-to-buffer-same-window)
19549         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19550         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19551         (switch-to-buffer-same-frame)
19552         (switch-to-buffer-other-window-same-frame)
19553         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19554         (display-buffer-alist-set-1, display-buffer-alist-set-2)
19555         (display-buffer-alist-set): Remove.
19556         (display-buffer-function, special-display-buffer-names)
19557         (special-display-regexps, special-display-function):
19558         In doc-string refer to display-buffer-window and quit-restore
19559         parameter.
19560         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19561         (special-display-frame-alist, special-display-popup-frame)
19562         (same-window-buffer-names, same-window-regexps, same-window-p)
19563         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19564         (split-window-preferred-function, split-height-threshold)
19565         (split-width-threshold, window-splittable-p)
19566         (split-window-sensibly, window--try-to-split-window)
19567         (window--frame-usable-p, even-window-heights)
19568         (window--even-window-heights, window--display-buffer-1)
19569         (window--display-buffer-2, display-buffer-other-frame):
19570         Restore old Emacs 23 code, order and doc-strings where applicable.
19571         (display-buffer-default, display-buffer-assq-regexp): New functions.
19572         (display-buffer-alist): Rewrite doc-string.
19573         (display-buffer-default-action)
19574         (display-buffer-overriding-action): New variables.
19575         (display-buffer, switch-to-buffer): Rewrite.
19576         (pop-to-buffer): Restore Emacs 23 behavior but use
19577         window-normalize-buffer-to-display.
19578         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19579         Restore Emacs 23 behavior but use
19580         window-normalize-buffer-to-switch-to.
19581         (pop-to-buffer-same-window): Rewrite.
19582         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19583         Rewrite using Emacs 23 options.
19585 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
19587         * net/tramp.el (tramp-root-regexp): Remove.
19588         (tramp-completion-file-name-regexp-unified)
19589         (tramp-completion-file-name-regexp-separate)
19590         (tramp-completion-file-name-regexp-url): Don't use leading volume
19591         letter on w32 systems.  (Bug#5303, Bug#9311)
19592         (tramp-drop-volume-letter): Simplify definition.
19593         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19595 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19597         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19598         (bug#9356).
19600 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
19602         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19604 2011-08-29  Juri Linkov  <juri@jurta.org>
19606         * isearch.el (isearch-done): Don't display message "Mark saved"
19607         when arg `edit' is non-nil to prevent its flicker in the echo area.
19609 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19611         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19612         obsolete packages for deletion.
19614 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
19616         * help-mode.el (help-mode-map): Add special-mode-map to parent.
19617         (help-mode): Derive help-mode from special-mode.  Don't invoke
19618         view-mode from help-mode.
19619         (help-xref-override-view-map): Remove.
19620         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19621         view-mode is not used anymore.
19623 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19625         * server.el (server-port): Doc fix.
19627         * cus-theme.el (custom-theme-choose-mode): Inherit from
19628         special-mode (Bug#9124).
19629         (custom-theme-choose-mode-map): Add special-mode to parent.
19631 2011-08-28  Alan Mackenzie  <acm@muc.de>
19633         * progmodes/cc-fonts.el
19634         (c-make-font-lock-BO-decl-search-function): New function.
19635         (c-basic-matchers-after - "Fontify the clauses after various
19636         keywords"): Extract the three keyword lists for the 3 erroneous
19637         constructs from the list of four, and use the new function above
19638         in place of an old one.
19640 2011-08-28  Deniz Dogan  <deniz@dogan.se>
19642         * net/rcirc.el (rcirc-insert-prev-input)
19643         (rcirc-insert-next-input): Remove unused argument.
19645 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19647         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19649 2011-08-27  Alan Mackenzie  <acm@muc.de>
19651         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19652         handle function pointer parameters properly.
19654 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
19656         * window.el (display-buffer-reuse-window): Fix case where
19657         selected window was reused with non-nil OTHER-WINDOW argument.
19658         (Bug#9381)
19660 2011-08-27  Deniz Dogan  <deniz@dogan.se>
19662         * net/rcirc.el (rcirc-check-auth-status): Adding support for
19663         oftc's NickServ messages.
19665 2011-08-27  Glenn Morris  <rgm@gnu.org>
19667         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
19669 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
19671         * emacs-lisp/package.el (package-install): Call package-initialize
19672         if called interactively.
19674 2011-08-26  Leo Liu  <sdl.web@gmail.com>
19676         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
19678 2011-08-25  Juri Linkov  <juri@jurta.org>
19680         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19681         `search-whitespace-regexp' (bug#9364).
19683 2011-08-25  Juri Linkov  <juri@jurta.org>
19685         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19686         `regexp-search-ring' to their global values to protect from
19687         updating by `read-from-minibuffer' (bug#9185).
19689 2011-08-25  Juri Linkov  <juri@jurta.org>
19691         * textmodes/ispell.el (ispell-command-loop): Add newline
19692         at the end of the "Use option `i'..." line.
19694 2011-08-25  Juri Linkov  <juri@jurta.org>
19696         * battery.el (display-battery-mode): If `battery-status-function'
19697         or `battery-mode-line-format' is nil, display the message and set
19698         `display-battery-mode' to nil (bug#9363).
19700 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
19702         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19703         bidi-string-mark-left-to-right; they are unnecessary now.
19705 2011-08-25  Deniz Dogan  <deniz@dogan.se>
19707         * net/quickurl.el: Documentation typo fixes.
19709 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
19711         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19713 2011-08-25  Glenn Morris  <rgm@gnu.org>
19715         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19717         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19718         (smtpmail-via-smtp): Handle nil response from smtp.
19720 2011-08-24  Juri Linkov  <juri@jurta.org>
19722         * proced.el (proced-marked): Inherit from `error' instead of
19723         `font-lock-warning-face'.
19725         * ibuffer.el (ibuffer-marked-face): Change default face from
19726         `font-lock-warning-face' to `warning'.
19727         (ibuffer-deletion-face): Change default face from
19728         `font-lock-type-face' to `error'.
19730         * battery.el (battery-update): Use the face `error' instead of
19731         `font-lock-warning-face' (bug#6117).
19733 2011-08-24  Juri Linkov  <juri@jurta.org>
19735         * faces.el (success): Change face color from "Green3" to
19736         "ForestGreen" on light background (bug#9353).
19738 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
19740         * window.el (quit-window): Rename from quit-restore-window.
19741         Use same arglist as old quit-window.
19742         (frame-auto-delete): Doc fix.
19744         * view.el (view-mode-exit): Use quit-window.
19746 2011-08-24  Juri Linkov  <juri@jurta.org>
19748         * isearch.el (isearch-ring-adjust1): Start visiting previous
19749         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19750         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19751         for empty search string (when the last search string is reused
19752         automatically) to adjust the isearch ring to the last element and
19753         prepare the correct index for further M-p commands (bug#9185).
19755 2011-08-24  Kenichi Handa  <handa@m17n.org>
19757         * international/ucs-normalize.el: If decomposition property of
19758         CHAR is the default one (i.e. a list of CHAR itself), treat it as
19759         nil.
19760         (nfd, nfkd): Likewise.
19762 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19764         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19765         from process filters aren't reliably transmitted to the surrounding
19766         accept-process-output.
19767         (mpc-proc-check): New function.
19768         (mpc-proc-sync): Use it (bug#8293)
19770 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19772         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19773         Add compatibility functions (bug#9313).
19775 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
19777         * cus-start.el (all): Add entry for bidi-paragraph-direction.
19779         * international/uni-bidi.el: Regenerate.
19781 2011-08-23  Kenichi Handa  <handa@m17n.org>
19783         * international/charprop.el:
19784         * international/uni-bidi.el:
19785         * international/uni-category.el:
19786         * international/uni-combining.el:
19787         * international/uni-comment.el:
19788         * international/uni-decimal.el:
19789         * international/uni-decomposition.el:
19790         * international/uni-digit.el:
19791         * international/uni-lowercase.el:
19792         * international/uni-mirrored.el:
19793         * international/uni-name.el:
19794         * international/uni-numeric.el:
19795         * international/uni-old-name.el:
19796         * international/uni-titlecase.el:
19797         * international/uni-uppercase.el: Regenerate.
19799 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
19801         * help.el (help-window-setup): Fix message displayed when other
19802         window is reused.  (Bug#9341)
19804 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19806         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19807         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19809         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19810         Mark obsolete.
19811         * shell.el (shell-parse-pcomplete-arguments): New function.
19812         (shell-completion-vars): Use it instead (bug#9160).
19814 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19816         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19817         strings and comments (bug#9333).
19819         * emacs-lisp/debug.el (debug-arglist): New function.
19820         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
19821         (debug-on-entry-1): Handle interpreted closures (bug#9120).
19823 2011-08-22  Juri Linkov  <juri@jurta.org>
19825         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19826         Revert regexp that highlights output switches to its old
19827         pre-2010-10-28 value and remove one `?' from it (bug#9319).
19829         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19830         to check for empty output (bug#9226).
19832 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
19834         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19835         symbol-constituent as the default, as that stops font-lock from
19836         working properly (Bug#8843).
19838 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19840         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19841         `coding-system-for-*' around the process open call to avoid
19842         auth-source side effects.
19843         (smtpmail-try-auth-methods): Expand the secret password.
19844         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19845         probe hangs.
19847 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19849         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19851         * emacs-lisp/find-func.el (find-function-noselect): New arg
19852         lisp-only.
19854         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19855         signal an error for built-in functions (Bug#6664).
19857 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19859         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19860         (smtpmail-try-auth-methods): Use it.
19862 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19864         * font-lock.el (font-lock-fontify-region)
19865         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19866         (font-lock-default-unfontify-buffer)
19867         (font-lock-default-fontify-region)
19868         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19870         * progmodes/compile.el (compilation-error-properties):
19871         Fix confusion between file struct and message struct (Bug#9319).
19872         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19873         `ant' regexp.
19875         * net/browse-url.el (browse-url-firefox): Don't call
19876         browse-url-firefox-sentinel unless using -remote (Bug#9328).
19878 2011-08-20  Glenn Morris  <rgm@gnu.org>
19880         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19882         * tutorial.el (tutorial--default-keys): Update some default bindings.
19884         * files.el (hack-local-variables): Fully ignore case for "mode:".
19886 2011-08-20  Alan Mackenzie  <acm@muc.de>
19888         Resolve invalid use of a regexp in regexp-opt.
19890         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19891         detection for a java annotation.
19893         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19894         detection for a java annotation.
19896         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19897         handling for java.
19898         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19900 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
19902         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19903         (Bug#9274).
19905 2011-08-20  Alan Mackenzie  <acm@muc.de>
19907         Fontify CPP expressions correctly when starting in the middle of
19908         such a construct.  Mainly for when jit-lock etc. starts a chunk
19909         here.
19911         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19912         variable.
19913         (c-make-font-lock-search-form): New function, extracted from
19914         c-make-font-lock-search-function.
19915         (c-make-font-lock-search-function): Use the above function.
19916         (c-make-font-lock-context-search-function): New function.
19917         (c-cpp-matchers): Enhance the preprocessor expression case with
19918         the above function
19919         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19920         which takes an expression.
19922         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19924 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
19926         * window.el (display-buffer-reuse-window)
19927         (display-buffer-pop-up-window): Don't reuse or split a side
19928         window.
19930 2011-08-19  Glenn Morris  <rgm@gnu.org>
19932         * files.el (hack-local-variables-prop-line, hack-local-variables):
19933         Downcase "Mode:".  (Bug#9331)
19935 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
19937         * international/characters.el: Add L and R categories.
19939         * subr.el (bidi-string-mark-left-to-right): Rename from
19940         string-mark-left-to-right.  Use category search.
19942         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19944 2011-08-18  Juri Linkov  <juri@jurta.org>
19946         * faces.el (error, warning, success): New faces with definitions
19947         copied from old default values of `font-lock-warning-face',
19948         `compilation-warning', `compilation-info' (bug#6117).
19950         * font-lock.el (font-lock-warning-face): Inherit from `error'.
19952         * progmodes/compile.el (compilation-error): Inherit from `error'.
19953         (compilation-warning): Inherit from `warning'.
19954         (compilation-info): Inherit from `success'.
19956         * dired.el (dired-marked): Inherit from `warning'.
19957         (dired-flagged): Inherit from `error'.
19959 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19961         * mail/smtpmail.el (auth-source): Require to avoid problems with
19962         binding variables (bug#9298).  Also clean up some unused
19963         autoloads.
19965         * net/network-stream.el (network-stream-open-starttls):
19966         Support using starttls.el without using gnutls-cli.
19968 2011-08-17  Juri Linkov  <juri@jurta.org>
19970         * progmodes/grep.el (rgrep): Handle the case when
19971         `grep-find-command' is a cons cell (bug#9278).
19973 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
19975         * window.el (display-buffer-pop-up-frame): Run frame creation
19976         function with BUFFER current (as special-display-popup-frame
19977         does).  Reported by Drew Adams.
19979 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
19981         * epa-mail.el: Simplify GnuPG group expansion using
19982         epg-expand-group.
19983         (epa-mail-group-alist, epa-mail-group-modtime)
19984         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19985         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19986         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19987         Remove.
19989 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
19991         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19993 2011-08-16  Alan Mackenzie  <acm@muc.de>
19995         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19996         Correct, to avoid the inside of macros.
19998 2011-08-16  Richard Stallman  <rms@gnu.org>
20000         * epa-mail.el: Handle GnuPG group definitions.
20001         (epa-mail-group-alist, epa-mail-group-modtime)
20002         (epa-mail-gnupg-conf-file): New variables.
20003         (epa-mail-parse-groups, epa-mail-sync-groups)
20004         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20005         (epa-mail-expand-recipients): New functions.
20006         (epa-mail-encrypt): Call epa-mail-expand-recipients.
20008         * mail/rmail.el (rmail-epa-decrypt): New command.
20010         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20011         Don't bind buffer-read-only, just inhibit-read-only.
20012         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20013         (epa-decrypt-armor-in-region): Make error message clearer.
20015 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20017         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20018         and "a2b" to "ab" for `prefix'.
20020 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
20022         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20023         filter groups.
20024         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
20025         Fourquet (Bug#8804).
20027 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
20029         * startup.el (argi): Declare as global variable (bug#9275).
20031 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
20033         * subr.el (string-mark-left-to-right): Search the entire string
20034         for RTL script, not just the terminating character.  Doc fix.
20036 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20038         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20039         New function.
20040         (js--regexp-literal, js-syntax-propertize-function): Remove.
20041         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20042         (js-mode-map): Don't rebind electric keys.
20043         (js-insert-and-indent): Remove.
20044         (js-mode): Setup electric-layout and electric-indent instead.
20046         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20048 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
20050         * epa.el (epa-progress-callback-function): Fix the logic of
20051         displaying progress.
20052         * epa-file.el (epa-file-insert-file-contents): Make progress
20053         display more user-friendly.
20054         (epa-file-write-region): Ditto.
20056 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
20058         * subr.el (string-mark-left-to-right): New function.
20060         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20061         Use string-mark-left-to-right.
20062         (list-buffers-noselect): Caller changed.
20064         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20065         Use string-mark-left-to-right.
20066         (tabulated-list-print): Recenter after moving point.
20068 2011-08-10  Juri Linkov  <juri@jurta.org>
20070         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20071         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20072         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20074 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
20076         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20077         (Bug#7554).
20079 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
20081         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20082         character.  (Bug#6594)
20084 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
20086         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20087         (image-dired--with-db-file): New macro.
20088         (image-dired-write-tags, image-dired-remove-tag)
20089         (image-dired-create-gallery-lists, image-dired-write-comments)
20090         (image-dired-get-comment, image-dired-mark-tagged-files)
20091         (image-dired-list-tags, image-dired-gallery-generate): Use it.
20092         (image-dired-gallery-generate): Use insert-file-contents.
20094         * time.el (display-time-world-list, display-time-world-display):
20095         * time-stamp.el (time-stamp-string):
20096         * vc/add-log.el (add-change-log-entry): Use setenv instead of
20097         set-time-zone-rule (Bug#7337).
20099 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
20101         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20102         (epg-error-to-string, epg-errors-to-string): New function.
20103         (epg-wait-for-completion): Reverse errors list.
20104         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20105         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20106         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20107         (epg-sign-keys, epg-generate-key-from-file)
20108         (epg-generate-key-from-string): Format errors by using
20109         epg-errors-to-string (bug#9255).
20110         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20112 2011-08-07  Juri Linkov  <juri@jurta.org>
20114         * faces.el (list-faces-display): Remove extra angle bracket
20115         from `help-mode-map'.
20117         * info.el (Info-history-toc-nodes): Doc fix.
20119         * longlines.el (longlines-mode): Doc fix.
20121 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20123         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20124         of statements and in a few more cases (bug#9183).
20126         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20127         New functions.
20128         (cl-transform-lambda): Use them (bug#9239).
20130 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20132         * window.el (display-buffer-same-window)
20133         (display-buffer-same-frame, display-buffer-other-window)
20134         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20135         (pop-to-buffer-other-window)
20136         (pop-to-buffer-same-frame-other-window)
20137         (pop-to-buffer-other-frame): Make them defuns.
20138         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20140 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20142         * subr.el (make-composed-keymap): Move from C.  Change calling
20143         convention, and improve docstring to bring attention to a subtle point.
20144         * minibuffer.el (completing-read-default): Adjust accordingly.
20146 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20148         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20149         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20151         * net/trampver.el: Update release number.
20153 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20155         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20156         "in" (bug#9190).
20158 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20160         * mail/sendmail.el (sendmail-query-once): Restore the current
20161         buffer after querying (bug#9074).
20163         * dired.el (dired-flagged): Use different faces for marked and
20164         flagged files (bug#6117).
20166         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20167         (bug#4433).
20169         * ido.el (ido-mode): Switch off the message if called
20170         non-interactively.
20172         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20173         before 587, since it appears that that's more likely to work for
20174         more people.
20176         * cus-edit.el (custom-file): When running under emacs -q, always
20177         refuse to save the customizations, even if the .emacs file doesn't
20178         exist.
20180         * info.el: Remove the `Info-beginning-of-buffer' function
20181         (bug#8325).
20183         * net/network-stream.el (network-stream-open-starttls):
20184         Use `starttls-available-p' to see whether starttls.el can be used.
20186 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20188         * window.el (display-buffer-in-window): Don't set dedicated status
20189         of window here (Bug#9215).
20190         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20191         (display-buffer-pop-up-side-window)
20192         (display-buffer-in-side-window): Set dedicated status of window here.
20194 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20196         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20197         before binding generated-autoload-file.
20199 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20201         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20203 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20205         Sync with Tramp 2.2.2.
20207         * net/trampver.el: Update release number.
20209 2011-07-30  Juri Linkov  <juri@jurta.org>
20211         * dired-aux.el (dired-touch-initial): Remove function.
20212         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20213         current time, and `default' to the last modification time of the
20214         current marked file (bug#6887).
20216 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20218         * simple.el (goto-line): Use string-to-number to provide a
20219         numeric argument to read-number (bug#9163).
20221 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20223         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20224         connection process, it could be nil.
20226 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20228         Simplify url handling in rcirc-mode.
20230         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20231         (rcirc-browse-url-at-mouse): Remove.
20232         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20234 2011-07-26  Alan Mackenzie  <acm@muc.de>
20236         Fontify bitfield declarations properly.
20238         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20239         (c-symbol-chars): Now exported as a lang variable.
20240         (c-not-primitive-type-keywords): New lang variable.
20242         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20243         QT keyword "more" to prevent "more slots: ...." being spuriously
20244         parsed as a bitfield declaration.
20246         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20247         Refactor and enhance to handle bitfield declarations.
20248         (c-punctuation-in): New function.
20249         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20250         declarations properly.
20252 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20254         * calendar/icalendar.el (icalendar--all-events): Take care of
20255         multiple vcalendars in a single file.
20256         (icalendar--convert-float-to-ical): Checkdoc fixes.
20258 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20260         * image.el (insert-image): Clarifying docstring.
20262 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20264         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20265         `tramp-send-command-and-check' if there is no error.
20266         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20268 2011-07-22  Alan Mackenzie  <acm@muc.de>
20270         Prevent cc-langs.elc being loaded at run time.
20272         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20273         cc-langs.
20275         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20276         "(require 'cc-langs)".  Quote a form so it will evaluate at
20277         (cc-mode's) compilation time.
20279 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20281         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20282         loading.  (Bug#9114)
20284 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20286         * window.el (display-buffer-pop-up-window)
20287         (display-buffer-pop-up-side-window)
20288         (display-buffer-in-side-window): Call display-buffer-set-height
20289         and display-buffer-set-width after setting the new window's
20290         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20292 2011-07-20  Sam Steingold  <sds@gnu.org>
20294         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20295         (etags-tags-included-tables): Call `convert-standard-filename' on
20296         the file names contained in TAGS so that windows Emacs can handle
20297         TAGS files created by cygwin ctags.
20299 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20301         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20302         which apparently didn't work.
20304 2011-07-19  Roland Winkler  <winkler@gnu.org>
20306         * proced.el (proced-send-signal): For *Marked Processes* buffer
20307         put point at beginning of buffer.
20309 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20311         * proced.el (proced-format): Make header lines align with the text
20312         (bug#1779).
20314 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20316         * view.el (view-buffer): Allow running in `special' modes if we're
20317         visiting a file (bug#8615).
20319 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
20321         * window.el (display-buffer-alist-of-strings-p)
20322         (display-buffer-alist-set-1, display-buffer-alist-set-2):
20323         New functions.
20324         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20325         more accurately.
20327 2011-07-18  Alan Mackenzie  <acm@muc.de>
20329         Fontify declarators properly when, e.g., a jit-lock chunk begins
20330         inside a declaration.
20332         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20334         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20335         New function.
20336         (c-complex-decl-matchers): Insert reference to
20337         c-font-lock-enclosing-decls.
20339         * progmodes/cc-engine.el (c-backward-single-comment):
20340         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20341         to nil around calls to (forward-comment -1).
20343 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20345         * image.el (put-image): Doc typo fix.
20347         * progmodes/etags.el (tags-search): Doc typo fix.
20349         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20350         password if we get errors 550 to 554.
20352 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20354         * net/gnutls.el (gnutls-log-level): Remove.
20356         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20357         indentation character (bug#6380).
20359         * files.el (buffer-offer-save): Made permanently local (bug#6241).
20361         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20362         to clarify what the problem is (bug#4291).
20364         * simple.el (current-kill): Clarify what
20365         `interprogram-paste-function' does (bug#7500).
20366         (auto-fill-mode): Document `auto-fill-function' in relation to
20367         `auto-fill-mode' (bug#2470).
20369 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
20371         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20372         method if slot is read-only (bug#9035).
20374 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
20376         * frame.el (select-frame-set-input-focus): New argument NORECORD.
20377         * window.el (pop-to-buffer): Select window used even if it was
20378         selected before, see discussion of (Bug#8615), (Bug#6954).
20379         Pass argument NORECORD on to select-frame-set-input-focus.
20381 2011-07-15  Glenn Morris  <rgm@gnu.org>
20383         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
20384         Respect help-form.
20386 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
20388         * net/gnutls.el (gnutls-min-prime-bits): New variable.
20389         (gnutls-negotiate): Use it.
20391 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20393         * net/gnutls.el (gnutls-negotiate):
20394         Upcase `gnutls-algorithm-priority'.
20396 2011-07-15  Glenn Morris  <rgm@gnu.org>
20398         * jka-compr.el (jka-compr-verbose): Move from here...
20399         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
20400         Add missing :version tag.
20401         * info.el: No need to require jka-compr when compiling.
20403 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20405         * net/gnutls.el (gnutls-algorithm-priority): New variable.
20406         (gnutls-negotiate): Use it.
20408         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20410         * info.el (Info-beginning-of-buffer): New command.
20411         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20412         announcing `b' as the key (bug#8325).
20413         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20415         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20417         * international/mule-cmds.el
20418         (describe-specified-language-support): Make the error message
20419         clearer (bug#8905).
20421         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20423         * isearch.el (isearch-barrier): Add a doc string, since it's
20424         mentioned in a function doc string (bug#8678).
20426 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
20428         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20429         buffer argument (Bug#9083) and self-identifying label argument.
20431 2011-07-15  Glenn Morris  <rgm@gnu.org>
20433         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
20435 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437         * man.el (Man-fontify-manpage): Fix message when formatting the
20438         man page (bug#7929).
20440 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20442         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20443         argument LRM; if non-nil, append an invisible LRM character to the
20444         buffer name.
20445         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20446         last argument non-nil, when formatting buffer names.
20447         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20448         paragraph direction.
20450 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20452         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20453         the man page name (bug#7929).
20455         * image.el (put-image): Mention the `put-image' overlay property
20456         (bug#7834).
20458         * scroll-bar.el (set-scroll-bar-mode): Mention that
20459         `scroll-bar-mode' lists the values (bug#7772).
20461         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20462         command (bug#7729).
20464         * rect.el (apply-on-rectangle): Return the point after the last
20465         operation.
20466         (string-rectangle): Go to the point after the last operation
20467         (bug#7522).
20469         * printing.el (pr-toggle-region): Clarify the documentation
20470         slightly (bug#7493).
20472         * time.el (display-time-update):
20473         Allow `display-time-mail-function' to return nil (bug#7158).
20474         Fix suggested by Detlev Zundel.
20476         * vc/diff.el (diff): Clarify the order the file names are read
20477         (bug#7111).
20479         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20480         the doc string (bug#7015).
20482         * font-lock.el (font-lock-maximum-decoration): Mention what
20483         numeric levels mean (bug#6935).
20485         * startup.el (initial-buffer-choice): Don't mention the `none'
20486         selection, which is against policy.
20488 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
20490         * window.el (display-buffer-normalize-special):
20491         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20493 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20495         * subr.el (version<, version<=, version=): Mention "-CVS" and
20496         "-12345" alpha version numbers.
20498 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20500         * bindings.el: Add advertised binding for set-mark-command
20501         (Bug#5772).
20503 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20505         * bindings.el (mode-line-other-buffer):
20506         * bookmark.el (bookmark-bmenu-2-window):
20507         * bs.el (bs-cycle-next, bs-cycle-previous):
20508         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20509         switch-to-buffer.
20511         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20512         Delete.
20514 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
20516         * follow.el (follow-debug-message, follow-redisplay):
20517         * jka-cmpr-hook.el (with-auto-compression-mode):
20518         Fix typos in docstrings.
20520 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20522         * subr.el (with-silent-modifications): Clarify somewhat what the
20523         macro inhibits (bug#6525).
20525         * simple.el (eval-expression): Note what it does if called
20526         interactively (bug#6495).
20528 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20530         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20531         Use pop-to-buffer buffer-or-name if it is nil.
20533         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20534         Remove switch-to-buffer.
20536 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20538         * files.el (make-directory): Clarify that an error will be raised
20539         if there's an error (bug#6397).
20541         * startup.el (initial-buffer-choice): Add `none' as a choice
20542         (bug#6234).
20544         * subr.el (add-hook): Clarify section about buffer-local hooks
20545         (bug#6218).
20547         * dired.el (dired-flagged): Clarify doc string (bug#6117).
20549 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20551         * tabify.el (untabify): Preserve the current column so that point
20552         doesn't move (bug#6032).
20554 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20556         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20557         Rewrite to avoid awkward possessive "s" (bug#5986).
20559 2011-07-13  Glenn Morris  <rgm@gnu.org>
20561         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
20562         (dired-insert-directory): Give a message the first time
20563         if ls is found not to support --dired.
20565 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20567         * simple.el (toggle-truncate-lines): Clarify what is toggled
20568         (bug#5580).  Text by Drew Adams.
20570 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20572         * simple.el (blink-matching-open): Make the error message from the
20573         last change less verbose.
20575 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20577         * font-lock.el (font-lock-comment-face): Use the high contrast
20578         "yellow" color for font-lock-comment-face on low color terminals
20579         using a dark background color (bug#4221).
20581 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20583         * dired.el (dired-insert-set-properties): Make the doc string
20584         reflect what it does now (bug#5325).
20586         * simple.el (blink-matching-open): Say that we were unable to find
20587         the match within the limit, if we're limited (bug#5122).
20589         * international/mule-cmds.el (prefer-coding-system): Add an
20590         example (bug#4869).
20592         * progmodes/etags.el (tags-search): Document `file-list-form'
20593         (bug#4731).
20595 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
20597         * net/browse-url.el (browse-url-default-browser)
20598         (browse-url-browser-function): Make the default browser choice a
20599         bit more logical (bug#4300).  Also clean up the doc string.
20601 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20603         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20604         binary endings (bug#4440).
20606 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20608         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20609         which can be pretty annoying (bug#8971).
20611         * jka-compr.el (jka-compr-verbose): New variable, and use
20612         throughout (bug#8971).
20614         * info.el (Info-find-file): Fall back on the installation
20615         directory if we can't find the info node anywhere else.
20617 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
20619         * vc/vc.el (vc-revert-file):
20620         Don't set file time-stamp in the past.  (Bug#5181)
20622 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20624         * files.el (after-find-file): Give a better error message when
20625         trying to find a symlink that points to a file that doesn't exist
20626         (bug#4398).
20628         * progmodes/cc-vars.el: Remove (probably) misleading comment
20629         (bug#4396).
20631 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20633         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20635 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20637         * mouse-sel.el: Hack restoring functionality, while keeping
20638         compatibility with 2010-07-03 changes to mouse selection.
20639         (mouse-sel-primary-overlay): New var.
20640         (mouse-sel-selection-alist): Use it.
20641         (mouse-sel-mode): Doc fix; remove points that are default features
20642         of mouse.el.
20644 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20646         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20647         Fix previous fix (bug#2490).
20649 2011-07-12  Roland Winkler  <winkler@gnu.org>
20651         * textmodes/bibtex.el (bibtex-initialize):
20652         Use pop-to-buffer-same-window.
20653         (bibtex-search-entries): Fix interactive call.
20655 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20657         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20658         Fontise bytecomp Error lines more correctly (bug#2490).
20659         Fix suggested by Johan Bockgård.
20661         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20663         * dired-x.el (dired-guess-default): Use `delete-dups'.
20665 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20667         * dired.el (dired-mark-prompt):
20668         * dired-aux.el (dired-read-shell-command): Doc fix.
20670 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20672         * mail/sendmail.el (sendmail-query-once):
20673         Use `customize-save-variable' unconditionally, now that it works under
20674         emacs -Q.
20676         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20678         * cus-edit.el (custom-file): Take an optional no-error variable.
20679         (customize-save-variable): Set the variable, and give a warning if
20680         running under "emacs -q".
20682 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
20684         * loadhist.el (unload-feature-special-hooks):
20685         Add `auto-coding-functions', `fill-nobreak-predicate' and
20686         `find-directory-functions' (bug#5327).
20688 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20690         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20692         * cus-edit.el (custom-guess-name-alist): -alist variables should
20693         use the `alist' type (bug#3120).  Suggested by Drew Adams.
20695         * printing.el: Add documentation to all the `pr-toggle-' commands.
20697 2011-07-11  Leo Liu  <sdl.web@gmail.com>
20699         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20700         backends where it makes sense (bug#2623).
20702 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20704         * dired-x.el (dired-guess-default): Remove duplicate shell command
20705         entries (bug#2028).
20706         (dired-guess-default): Fix grammar in doc string (bug#2028).
20707         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20709         * subr.el (remove-duplicates): New conveniency function.
20711 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20713         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20714         (bug#1526).
20716 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
20718         * window.el (display-buffer-normalize-default): Don't invert
20719         meaning of even-window-heights.  Reported by Eli Zaretskii
20720         <eliz@gnu.org>.
20722 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
20724         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20726 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
20728         * window.el (display-buffer): Fix arguments to
20729         display-buffer-reuse-window in last change.
20731         * faces.el (link): Use a less saturated blue on light backgrounds.
20733         * startup.el (fancy-startup-text, fancy-about-text)
20734         (fancy-startup-tail): Use font-lock faces, for background safety.
20736 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
20738         * emulation/viper-cmd.el (viper-change-state-to-vi):
20739         Limit triggering of abbrev expansion (Bug#9038).
20741 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
20743         * window.el (display-buffer-default-specifiers): Remove.
20744         (display-buffer-macro-specifiers): Remove default specifiers.
20745         (display-buffer-alist): Default to nil.
20746         (display-buffer-reuse-window): New optional argument other-window.
20747         (display-buffer-pop-up-window): Allow splitting internal
20748         windows.  Check whether a live window was created.
20749         (display-buffer-other-window-means-other-frame)
20750         (display-buffer-normalize-arguments): Rename to
20751         display-buffer-normalize-argument and rewrite.  Set the
20752         other-window specifier.
20753         (display-buffer-normalize-special): New function.
20754         (display-buffer-normalize-options): Rename to
20755         display-buffer-normalize-default and rewrite.
20756         (display-buffer-normalize-options-inhibit): Remove.
20757         (display-buffer-normalize-specifiers): Rewrite.
20758         (display-buffer): Process other-window specifier and call
20759         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
20760         more faithfully.
20761         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20762         (display-buffer-alist-set): Don't handle 'unset default values.
20763         (display-buffer-in-window, display-buffer-alist-set):
20764         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
20765         <tassilo@member.fsf.org>.
20767 2011-07-09  Leo Liu  <sdl.web@gmail.com>
20769         * register.el (insert-register): Restore accidental change on
20770         2011-06-26.  (Bug#9028)
20772 2011-07-09  Glenn Morris  <rgm@gnu.org>
20774         * subr.el (remq): Handle the empty list.  (Bug#9024)
20776 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
20778         * mail/sendmail.el (send-mail-function): No longer delay custom
20779         initialization.
20780         * custom.el (custom-initialize-delay): Doc fix.
20782 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20784         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20786 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
20788         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20789         human-friendly prompt.
20791 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20793         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20794         provided by a particular plugin.
20796 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20798         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20799         save customizations (with "emacs -Q"), just set the variable
20800         instead of erroring out.
20802         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20804 2011-07-08  Juri Linkov  <juri@jurta.org>
20806         * arc-mode.el (archive-zip-expunge, archive-zip-update)
20807         (archive-zip-update-case): Use 7z if found by `executable-find'.
20808         The order of searching the available programs is the same as in
20809         `archive-zip-extract' (bug#8968).
20811 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20813         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20814         (menu-bar-options-menu): Tweak descriptions.
20816 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20818         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20819         menu items into verb phrases (bug#1421).  Also refill to fit under
20820         80 columns.
20822 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20824         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20825         (Info-read-node-name): Doc fix (Bug#1084).
20827         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20828         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20829         (end-of-sexp, beginning-of-sexp)
20830         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20831         (forward-symbol, forward-same-syntax, word-at-point)
20832         (sentence-at-point): Doc fix (Bug#1144).
20834 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20836         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20837         should cover it (bug#1281).
20839         * cus-edit.el (custom-show): Mark as obsolete.
20841         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20842         negotiation fails, then possibly try again with a non-encrypted
20843         connection (bug#9017).
20845         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20846         be used.
20848 2011-07-07  Richard Stallman  <rms@gnu.org>
20850         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20851         property, and handle its changed format.
20852         Look for the correct line number.
20853         Use file's line contents (but not past first =) to find
20854         correct line in message.
20856 2011-07-07  Kenichi Handa  <handa@m17n.org>
20858         * international/characters.el (build-unicode-category-table):
20859         Delete it.
20860         (unicode-category-table): Set it by unicode-property-table-internal.
20862         * international/mule-cmds.el (char-code-property-alist): Move to
20863         to src/chartab.c.
20864         (get-char-code-property): Call unicode-property-table-internal to
20865         load a file.  Call get-unicode-property-internal where necessary.
20866         (put-char-code-property): Call unicode-property-table-internal to
20867         load a file.  Call put-unicode-property-internal where necessary.
20868         put-unicode-property-internal where necessary.
20869         (char-code-property-description):
20870         Call unicode-property-table-internal to load a file.
20872         * international/charprop.el:
20873         * international/uni-bidi.el:
20874         * international/uni-category.el:
20875         * international/uni-combining.el:
20876         * international/uni-comment.el:
20877         * international/uni-decimal.el:
20878         * international/uni-decomposition.el:
20879         * international/uni-digit.el:
20880         * international/uni-lowercase.el:
20881         * international/uni-mirrored.el:
20882         * international/uni-name.el:
20883         * international/uni-numeric.el:
20884         * international/uni-old-name.el:
20885         * international/uni-titlecase.el:
20886         * international/uni-uppercase.el: Regenerate.
20888         * loadup.el: Load international/charprop.el before
20889         international/characters.
20891 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20893         * window.el (next-buffer, previous-buffer): Signal an error if
20894         called from a minibuffer window.
20896         * bindings.el: Revert 2011-07-04 change.
20898 2011-07-06  Richard Stallman  <rms@gnu.org>
20900         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20901         (rmail-mime-insert-bulk, rmail-mime-insert-text):
20902         Treat markers like ints.
20903         (rmail-mime-entity): Doc fix.
20905 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20907         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20908         defcustom again for backwards compatibility.
20910         * simple.el (shell-command-on-region): Fill.
20912         * dired-aux.el (dired-kill-line): Add a doc string.
20914         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20915         to "\\sw\\|\\s_" (bug#358).
20917         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20918         (dired-unmark-backward): Ditto.
20919         (dired-flag-backup-files): Ditto.
20921         * dired-x.el (dired-mark-sexp): Ditto.
20923 2011-07-06  Richard Stallman  <rms@gnu.org>
20925         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20926         (rmail-mime-entity): New arg TRUNCATED.
20927         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20928         New functions.
20929         (rmail-mime-save): Warn if entity is truncated.
20930         (rmail-mime-toggle-hidden): Likewise, for showing.
20931         (rmail-mime-process-multipart): Record when an entity is truncated.
20933         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20934         if ENTITY is a string.
20936 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20938         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20939         of faces when `M-C-x'-ing their definitions (bug#8378).
20940         Also clean up the code slightly.
20942         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20943         because that makes the colors go away.
20945         * mail/sendmail.el (send-mail-function): Change the default to
20946         `sendmail-query-once'.
20947         (sendmail-query-once): Add an autoload cookie.
20949         * net/network-stream.el (network-stream-open-starttls): Try using
20950         a plain connection even if the server offered STARTTLS, and we
20951         kinda wanted to use it, if Emacs doesn't have any STARTTLS
20952         capability.  This should make smtpmail.el work in slightly more
20953         configurations.
20955 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
20957         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20958         New defun.
20959         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20961 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
20963         * progmodes/sql.el: Version 3.0
20964         (sql-product-alist): Add product :completion-object,
20965         :completion-column, and :statement attributes.
20966         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20967         (sql-mode-syntax-table): Mark all punctuation.
20968         (sql-font-lock-keywords-builder): Temporarily remove fallback on
20969         ansi keywords.
20970         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20971         (sql-mode-oracle-font-lock-keywords): Improve.
20972         (sql-oracle-show-reserved-words): New function for development.
20973         (sql-product-font-lock): Simplify for source code buffers.
20974         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20975         New functions.
20976         (sql-highlight-product): Set product specific syntax table.
20977         (sql-mode-map): Add statement movement functions.
20978         (sql-ansi-statement-starters, sql-oracle-statement-starters):
20979         New variable.
20980         (sql-statement-regexp, sql-beginning-of-statement)
20981         (sql-end-of-statement, sql-signum): New functions.
20982         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20983         (sql-show-sqli-buffer): Bug fix.
20984         (sql-interactive-mode): Store connection data as buffer local.
20985         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
20986         with sql-interactive-mode.
20987         (sql-save-connection): Save buffer local settings.
20988         (sql-connection-menu-filter): Change menu entry name.
20989         (sql-product-interactive): Bug fix.
20990         (sql-preoutput-hold): New variable.
20991         (sql-interactive-remove-continuation-prompt): Bug fixes.
20992         (sql-debug-redirect): New variable.
20993         (sql-str-literal): New function.
20994         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20995         Redesign.
20996         (sql-oracle-save-settings, sql-oracle-restore-settings)
20997         (sql-oracle-list-all, sql-oracle-list-table): New functions.
20998         (sql-completion-object, sql-completion-column)
20999         (sql-completion-sqlbuf): New variables.
21000         (sql-build-completions-1, sql-build-completions)
21001         (sql-try-completion): New functions.
21002         (sql-read-table-name): Use them.
21003         (sql-contains-names): New buffer local variable.
21004         (sql-list-all, sql-list-table): Use it.
21005         (sql-oracle-completion-types): New variable.
21006         (sql-oracle-completion-object, sql-sqlite-completion-object)
21007         (sql-postgres-completion-object): New functions.
21009 2011-07-06  Glenn Morris  <rgm@gnu.org>
21011         * window.el (pop-to-buffer): Doc fix.
21013 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
21015         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21017 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
21019         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21021         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21023 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
21025         * button.el (button): Inherit from link face.  Suggested by Dan
21026         Nicolaescu.
21028 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21030         * progmodes/gdb-mi.el: Fit in 80 columns.
21031         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21032         switch-to-buffer.
21034         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21035         if imenu is simply not configured (bug#8941).
21037 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
21039         * allout.el (allout-post-undo-hook): New allout outline-change
21040         event hook to signal undo activity.
21041         (allout-post-command-business): Run allout-post-undo-hook if an
21042         undo just occurred.
21043         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21044         * allout-widgets.el (allout-widgets-after-undo-function):
21045         Ensure the integrity of the current item's decoration after it has been
21046         in the vicinity of an undo.
21047         (allout-widgets-mode): Include allout-widgets-after-undo-function
21048         on the new allout-post-undo-hook.
21050 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21052         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21053         Let define-derived-mode define it.
21054         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21055         cycles of abbrev-table inheritance (bug#8998).
21057 2011-07-05  Roland Winkler  <winkler@gnu.org>
21059         * textmodes/bibtex.el: Add support for biblatex.
21060         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21061         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21062         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21063         (bibtex-entry-alist, bibtex-field-alist): New variables.
21064         (bibtex-entry-field-alist): Obsolete alias for
21065         bibtex-BibTeX-entry-alist.
21066         (bibtex-entry-alist, bibtex-field-alist): New widgets.
21067         (bibtex-set-dialect): New command.
21068         (bibtex-entry-type, bibtex-entry-head)
21069         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21070         Bind via bibtex-set-dialect.
21071         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21072         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21073         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21074         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21075         Define via bibtex-set-dialect.
21076         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21077         Obey bibtex-no-opt-remove-re.
21078         (bibtex-vec-push, bibtex-vec-incr): New functions.
21079         (bibtex-format-entry, bibtex-field-list)
21080         (bibtex-print-help-message, bibtex-validate)
21081         (bibtex-search-entries): Use new format of bibtex-entry-alist.
21083 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21085         * progmodes/compile.el (compilation-goto-locus):
21086         * net/tramp-cmds.el (tramp-append-tramp-buffers):
21087         * bs.el (bs-cycle-next, bs-cycle-previous):
21088         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21089         * bindings.el (mode-line-other-buffer):
21090         * autoinsert.el (auto-insert):
21091         * arc-mode.el (archive-extract):
21092         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21094 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21096         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21097         Fix check of `emacs-lock-unlockable-modes'.
21098         Coerce true values of `emacs-lock--try-unlocking' to t.
21100 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21102         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21103         * emacs-lock.el: New file.
21105 2011-07-05  Julien Danjou  <julien@danjou.info>
21107         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21108         than `boundp' to check if face is set.
21110 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21112         * register.el (registerv-make):
21113         * window.el (window-min-height): Fix typos in docstrings.
21115 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21117         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21118         Update doc string.
21120 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21122         * server.el (server-execute): Catch quit and call
21123         `server-return-error' to pass the error back to emacsclient and
21124         close the connection (bug#8942).
21126 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21128         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21129         insecure exception for current topic.  Also note that auto-saves
21130         are handled differently.
21132         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21133         State variables for tracking auto-save inhibition situation.
21135         (allout-write-contents-hook-handler): Rename from
21136         'allout-write-file-hook-handler', and describe how it depends on
21137         write-contents-functions sensitivity to non-nil value to prevent
21138         file write.
21140         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21141         this in individual buffers, only in the starting buffer, so this
21142         is not the right way for us to inhibit auto-save in a buffer
21143         according to its condition.
21145         (allout-mode): Use new allout-write-contents-hook-handler, and
21146         only with write-contents-functions.  Remove auto-save provisions -
21147         they're implemented elsewhere.
21149         (allout-before-change-handler): If undo is in progress, note that
21150         for attention of allout-post-command-business.
21152         (allout-post-command-business): If the command we're following was
21153         an undo, check for change in the status of encrypted items and
21154         adjust auto-save inhibitions accordingly.
21156         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21157         according to whether there are or aren't any plain-text topics
21158         pending encryption.
21160         (allout-inhibit-auto-save-info-for-decryption):
21161         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21162         if there are plain-text topics pending encryption.
21164         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21165         buffer-saved-size and some allout state to not inhibit auto-saves
21166         if there are no longer any plain-text topics pending encryption.
21168         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21169         No longer provide for exemption of the current topic.
21171 2011-07-04  Juri Linkov  <juri@jurta.org>
21173         Add 7z operations to delete and save changed members (bug#8968).
21174         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21175         New defcustoms.
21176         (archive-7z-write-file-member): New function.
21177         (archive-7z-summarize): Fix the number of dashes in the
21178         listing output.
21180 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21182         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21183         (bug#8958).
21185 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21187         * bindings.el: Ignore next-buffer and previous-buffer in
21188         minibuffer-local-map.
21190         * font-lock.el (font-lock-builtin-face): Change light background
21191         color to dark slate blue (Bug#6693).
21193 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21195         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21197 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21199         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21200         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21201         Add switch-to-buffer.
21203 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21205         * isearch.el (isearch-search-fun-function): Clarify further the
21206         meaning of the function returned.
21208 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21210         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21212         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21213         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21214         Use it.
21215         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21216         `tramp-default-remote-path' does not exist.
21217         (tramp-send-command-and-read): New optional argument NOERROR.
21218         (tramp-open-connection-setup-interactive-shell)
21219         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21220         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21221         (tramp-process-sentinel): Flush also process' connection property.
21222         (tramp-sh-handle-start-file-process): Do not set process
21223         sentinel.  It is done now ...
21224         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21226 2011-07-04  MON KEY  <monkey@sandpframing.com>
21228         * play/animate.el (animate-string): Doc fixes and allow changing
21229         the buffer name (bug#5417).
21231 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21233         * play/animate.el (animation-buffer-name): Rename from *animate*.
21235 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21237         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21238         This is simpler and helps future-proof the code.
21239         (timer-until): Use time-subtract and float-time.
21240         (timer--time-less-p): Use time-less-p.
21242 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21244         * type-break.el (timep): Use the value of `float-time' to avoid a
21245         byte-compiler warning.
21247         * server.el (server-eval-and-print): Return any result, even nil.
21249 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21251         * type-break.el: Accept time formats that the builtins accept.
21252         (timep, type-break-time-difference): Accept any format that
21253         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21254         This is simpler and helps future-proof the code.
21255         (type-break-time-difference): Round rather than ignoring
21256         subseconds components.
21258 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21260         * info.el (Info-apropos-matches): Make non-interactive, since it
21261         doesn't seem to do anything useful as a command (bug#8829).
21263 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21265         * frame.el (frame-background-mode, frame-set-background-mode):
21266         Move from faces.el.
21267         (frame-default-terminal-background): New function.
21269         * custom.el (custom-push-theme): Don't record faces in `changed'
21270         theme; this doesn't work correctly for per-frame face settings.
21271         (disable-theme): Use face-set-after-frame-default to reset faces.
21272         (custom--frame-color-default): New function.
21274 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21276         * dired.el (dired-flagging-regexp): Remove unused variable
21277         (bug#8769).
21279 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21281         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21282         `perl-Test2' extend to match possible "fail #N" rep count
21283         (bug#8377).
21285 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21287         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21288         `smtpmail-via-smtp' now returns the error instead of nil.
21290         * isearch.el (isearch-search-fun-function): Clarify the doc string
21291         (bug#8101).
21293 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21295         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21296         unnecessary spaces (bug#8987).
21298 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21300         * net/network-stream.el (open-network-stream): Use the
21301         :end-of-capability command thoughout.
21303 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21305         * net/network-stream.el (open-network-stream): Add the
21306         :end-of-capability command parameter, used by pop3.el.
21308 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21310         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21312         * fringe.el (fringe-query-style): Remove redundant text " (type ?
21313         for list)" (bug#6475).
21315         * files.el (file-expand-wildcards): Ignore non-readable
21316         sub-directories while trying to find matches instead of signaling
21317         an error (bug#6297).
21319         * man.el (Man-reference-regexp): Allow matching possible
21320         word-wrapped references (bug#6289).
21322         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21323         for consistency with the other vc buffers (bug#6197).
21324         (vc-checkin): Ditto.
21326         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21328         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21330 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21332         * custom.el (defcustom): Clarify that :set is only used in the
21333         Customize user interface (bug#6089).
21335         * progmodes/flymake.el (flymake-mode): If the buffer isn't
21336         associated with a file, refuse to run instead of erroring out
21337         (bug#6084).
21339         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21340         the doc string, since it appears that using `fill-column' always
21341         controls the width (bug#7845).
21343         * simple.el (shell-command-on-region): Say where the error output
21344         went if `shell-command-default-error-buffer' is set (bug#6857).
21346 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
21348         * allout.el (allout-yank-processing): Adjust cursor position for
21349         backwards-deleted space.
21351         (allout-rebullet-heading): Register changes with
21352         allout-exposure-changed-hook, so the modified topic is properly
21353         decorated.
21355 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21357         * minibuffer.el (completion-in-region): Document PREDICATE
21358         (bug#7136).
21360         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21361         of keyword/argument pairs (bug#6904).
21363         * replace.el (multi-occur):
21364         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21366 2011-07-02  Drew Adams  <drew.adams@oracle.com>
21368         * dired.el (dired-mark-if): Make the message about whether it's
21369         marking or unmarking clearer (bug#8523).
21371 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21373         * disp-table.el (display-table-print-array): New function.
21374         (describe-display-table): Use it to print the vectors more pretty
21375         (Bug#8859).
21377 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
21379         * window.el (window-state-get-1): Don't assign clone numbers.
21380         Add clone-of item to list of window parameters.
21381         (window-state-put-2): Don't process clone numbers.
21382         (display-buffer-alist): Fix doc-string.
21384 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21386         * subr.el (remq): Don't allocate if it's not needed.
21387         (keymap--menu-item-binding, keymap--menu-item-with-binding)
21388         (keymap--merge-bindings): New functions.
21389         (keymap-canonicalize): Use them to refine the canonicalization.
21390         * minibuffer.el (minibuffer-local-completion-map)
21391         (minibuffer-local-must-match-map): Move initialization from C.
21392         (minibuffer-local-filename-completion-map): Move initialization from C;
21393         don't inherit from anything here.
21394         (minibuffer-local-filename-must-match-map): Make obsolete.
21395         (completing-read-default): Use make-composed-keymap to combine
21396         minibuffer-local-filename-completion-map with either
21397         minibuffer-local-must-match-map or
21398         minibuffer-local-filename-completion-map.
21400 2011-07-01  Glenn Morris  <rgm@gnu.org>
21402         * type-break.el (type-break-time-sum): Use dolist.
21404         * textmodes/flyspell.el (flyspell-word-search-backward):
21405         Replace CL function.
21407 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21409         * mouse.el (mouse--strip-first-event): New function.
21410         (function-key-map): Use it to map fringe clicks to normal clicks
21411         by default.
21413         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21414         (vc-bzr-revision-completion-table): Add support for annotate and date.
21416         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21417         inherit from parent.
21419 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21421         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21422         (dired-show-file-type): Doc fixup (bug#8818).
21424         * dired.el (dired-mode): Fix up the doc string as suggested by
21425         Drew Adams (bug#8817).
21427         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21428         cookie, since the manual says that it should be possible to add
21429         this function to `find-file-hook' (bug#8709).
21431 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21433         * progmodes/cfengine.el: Moved all cfengine3.el functionality
21434         here.  Noted Ted Zlatanov as the maintainer.
21435         (cfengine-common-settings, cfengine-common-syntax): New functions
21436         to set up common things between `cfengine-mode' and
21437         `cfengine3-mode'.
21438         (cfengine3-mode): New mode.
21439         (cfengine3-defuns cfengine3-defuns-regex
21440         (cfengine3-class-selector-regex cfengine3-category-regex)
21441         (cfengine3-vartypes cfengine3-font-lock-keywords)
21442         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21443         (cfengine3-indent-line): Add from cfengine3.el.
21445 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
21447         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21449         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21451 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
21453         * window.el (same-window-buffer-names, same-window-regexps)
21454         (same-window-p, special-display-frame-alist)
21455         (special-display-popup-frame, special-display-function)
21456         (special-display-buffer-names, special-display-regexps)
21457         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21458         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21459         (split-window-preferred-function, split-height-threshold)
21460         (split-width-threshold, even-window-heights)
21461         (display-buffer-mark-dedicated, window-splittable-p)
21462         (split-window-sensibly, window-safely-shrinkable-p):
21463         Un-obsolete.
21464         (display-buffer): Don't spread args with function specifier
21465         because special-display-popup-frame won't like it.
21467 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21469         Time-stamp simplifications and fixes.
21470         These improve accuracy slightly, and future-proof the code
21471         against some potential changes to current-time format.
21473         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21474         by using time-since and float-time.
21476         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21477         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
21478         + NNN microseconds".
21480         * type-break.el (type-break-time-sum): Rewrite using time-add.
21482         * play/hanoi.el (hanoi-current-time-float): Remove.
21483         All uses replaced by float-time.
21485         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21486         This yields a more-accurate answer.
21487         (rng-time-to-float): Remove; no longer needed.
21489         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21491         * calendar/timeclock.el (timeclock-seconds-to-time):
21492         Defalias to seconds-to-time, since they're the same thing.
21494         * emacs-lisp/elp.el (elp-elapsed-time):
21495         * emacs-lisp/benchmark.el (benchmark-elapse):
21496         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21498 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21500         * window.el (bury-buffer): Don't iconify the only frame.
21501         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21502         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
21504 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
21506         * eshell/em-smart.el (eshell-smart-display-navigate-list):
21507         Add mouse-yank-primary.
21509 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21511         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21513 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21515         * emacs-lisp/find-func.el (find-library--load-name): New fun.
21516         (find-library-name): Use it to find relative load names when provided
21517         absolute file name (bug#8803).
21519 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21521         * textmodes/flyspell.el (flyspell-word): Consider words that
21522         differ only in case as potential doublons (bug#5687).
21524         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21525         Remove two rather uninteresting debugging-like messages to make
21526         debbugs.el more silent.
21528         * comint.el (comint-password-prompt-regexp): Accept "Response" as
21529         a password-like phrase.
21531 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
21533         * progmodes/cc-guess.el: New file.
21535         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21537         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21538         derived from `c-basic-common-init'.
21540         * progmodes/cc-mode.el (top-level): Require cc-guess.
21541         (c-basic-common-init): Use `cc-choose-style-for-mode'.
21543 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
21545         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21547 2011-06-30  Alan Mackenzie  <acm@muc.de>
21549         * progmodes/cc-engine.el (c-guess-continued-construct):
21550         Correct the handling of template-args-cont, particularly for when font
21551         lock is disabled.  Name this case as "CASE G".
21553 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
21555         * allout.el (allout-yank-processing): Fix injection of extra space
21556         between bullet and non-whitespace character in first topic when
21557         pasting, ensuring that the actual spacing in the pasted topic
21558         following the bullet char is preserved.  This extra space was
21559         causing pasted encrypted topics to get a decrypted status even
21560         when the content was actually still encrypted.  Now the decryption
21561         status from before the paste is preserved.
21563         (allout-flag-region): Set all allout overlays so they evaporate
21564         when reduced to zero length (evanescent), to prevent overlay
21565         leakage.
21567 2011-06-30  Glenn Morris  <rgm@gnu.org>
21569         * w32-fns.el (w32-charset-info-alist): Declare.
21571         * find-dired.el (find-grep-options): Simplify.
21573         * term/ns-win.el (ns-set-resource): Declare.
21575         * ses.el (row, col): Declare dynamic variables honestly.
21577         * textmodes/reftex-parse.el (index-tags): Declare.
21579 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
21581         * cus-edit.el (customize-push-and-save): New function.
21583         * files.el (hack-local-variables-confirm): Use it.
21585         * custom.el (load-theme): New arg NO-CONFIRM.
21586         Use customize-push-and-save (Bug#8720).
21587         (custom-enabled-themes): Doc fix.
21589         * cus-theme.el (customize-create-theme)
21590         (custom-theme-merge-theme): Callers to load-theme changed.
21592 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21594         * thingatpt.el (thing-at-point-short-url-regexp): Require that
21595         short URLs have at least one dot in them (bug #7614).
21597         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21598         nil, because using a pty is apparently too slow (bug #895).
21600 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21602         * mail/sendmail.el (sendmail-query-once): New function.
21603         (sendmail-query-once-function): New variable.
21605 2011-06-29  Glenn Morris  <rgm@gnu.org>
21607         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21609         * ses.el (top-level): Require cl when compiling.
21610         (ses-set-localvars): Fix error statement.
21611         Call it at compile time to silence a storm of warnings.
21613 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
21615         * window.el (normalize-live-buffer): Rename to
21616         window-normalize-buffer.
21617         (normalize-live-frame): Rename to window-normalize-frame.
21618         (normalize-any-window): Rename to window-normalize-any-window.
21619         (normalize-live-window): Rename to window-normalize-live-window.
21620         (make-window-atom): Rename to window-make-atom.
21621         (window-resize-reset): Rename to window--resize-reset.
21622         (window-resize-reset-1): Rename to window--resize-reset-1.
21623         (resize-mini-window): Rename to window--resize-mini-window.
21624         (resize-subwindows-skip-p): Rename to
21625         window--resize-subwindows-skip-p.
21626         (resize-subwindows-normal): Rename to
21627         window--resize-subwindows-normal.
21628         (resize-subwindows): Rename to window--resize-subwindows.
21629         (resize-other-windows): Rename to window--resize-siblings.
21630         (resize-this-window): Rename to window--resize-this-window.
21631         (resize-root-window): Rename to window--resize-root-window.
21632         (resize-root-window-vertically): Rename to
21633         window--resize-root-window-vertically.
21634         (normalize-buffer-to-display): Rename to
21635         window-normalize-buffer-to-display.
21636         (normalize-buffer-to-switch-to): Rename to
21637         window-normalize-buffer-to-switch-to.
21638         Correspondingly update all callers of the functions listed
21639         above.
21640         (display-buffer-alist, display-buffer-normalize-arguments)
21641         (display-buffer-normalize-options, display-buffer)
21642         (display-buffer-alist-set): Use "function" instead of
21643         "fun-with-args".
21645 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
21647         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21648         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
21649         debbugs.gnu.org.  Mention acknowledgment email.
21651 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21653         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21654         buffer multibyteness, since it shouldn't matter.
21656 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
21658         * window.el (display-buffer-in-side-window): Handle dedicated
21659         windows as in display-buffer-reuse-window.
21660         (display-buffer-normalize-alist): Use value of override
21661         specifier.
21662         (display-buffer-normalize-specifiers): Use value of
21663         other-window-means-other-frame specifier.
21664         (display-buffer-alist): Rewrite some texts in widgets.
21665         (display-buffer): Spread arguments when calling function
21666         specified by fun-with-args.
21668 2011-06-28  Deniz Dogan  <deniz@dogan.se>
21670         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21671         Unnest `let'.
21673         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21674         selectors (Bug#5732).
21675         (css-proprietary-nmstart-re): Use `regexp-opt'.
21677 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
21679         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21680         (eshell-ls-date-format): New defcustom.
21681         (eshell-ls-file): Use it.
21683 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21685         * help-fns.el (describe-variable): Fix message for terminal-local vars.
21687 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21689         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21690         (ange-ftp-make-tmp-name): New arg.
21691         (ange-ftp-file-local-copy): Use it.
21693 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
21695         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21696         no-conversion (Bug#8870).
21698 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
21700         * window.el (window-right, window-left, window-child)
21701         (window-child-count, window-last-child)
21702         (window-iso-combination-p, walk-window-tree-1)
21703         (window-atom-check-1, window-tree-1, delete-window)
21704         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21705         new naming conventions - window-vchild, window-hchild,
21706         window-next and window-prev are now called window-top-child,
21707         window-left-child, window-next-sibling and window-prev-sibling
21708         respectively.
21709         (resize-window-reset): Rename to window-resize-reset.
21710         (resize-window-reset-1): Rename to window-resize-reset-1.
21711         (resize-window): Rename to window-resize.
21712         (window-min-height, window-min-width)
21713         (resize-mini-window, resize-this-window, resize-root-window)
21714         (resize-root-window-vertically, adjust-window-trailing-edge)
21715         (enlarge-window, shrink-window, maximize-window)
21716         (minimize-window, delete-window, quit-restore-window)
21717         (split-window, balance-windows, balance-windows-area-adjust)
21718         (balance-windows-area, window-state-put-2)
21719         (display-buffer-even-window-sizes, display-buffer-set-height)
21720         (display-buffer-set-width, set-window-text-height)
21721         (fit-window-to-buffer): Rename all "resize-window" prefixed
21722         calls to use the "window-resize" prefix convention.
21723         (display-buffer-alist): Fix symbol for label specifier.
21724         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21725         corresponding specifier.
21726         Reported by Juanma Barranquero <lekktu@gmail.com>.
21728 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21730         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21731         convention.
21732         (ses-call-printer): Does not pass an empty string to formatter when the
21733         cell is empty to keep from barking printer Calc math-format-value.
21735 2011-06-27  Richard Stallman  <rms@gnu.org>
21737         * battery.el (battery-mode-line-limit): New variable.
21738         (battery-update): Handle it.
21740         * mail/rmailmm.el (rmail-mime-process-multipart):
21741         Handle truncated messages.
21743 2011-06-27  Glenn Morris  <rgm@gnu.org>
21745         * progmodes/flymake.el (flymake-err-line-patterns):
21746         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
21748 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21750         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21751         (ses--clean-!, ses--clean-_): New functions.
21752         (ses-range): Add configurability of readout order, and conversion
21753         to Calc vector.
21755         * ses.el (ses-repair-cell-reference-all): New function.
21756         (ses-cell-symbol): Set macro as safe, so that it can be used in
21757         formulas.
21759         * ses.el: Update cycle detection algorithm.
21760         (ses-localvars): Add ses--Dijkstra-attempt-nb and
21761         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21762         (ses-set-localvars): New function.
21763         (ses-make-cell): Add property-list as a cell element.
21764         (ses-cell-property-get-fun, ses-cell-property-get)
21765         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21766         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21767         New functions.
21768         (ses-cell-property-set, ses-cell-property-pop)
21769         (ses-cell-property-get-handle): New macro.
21770         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21771         New aliases, used for code readability.
21772         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21773         cycle detection.
21774         (ses-self-reference-early-detection): New defcustom.
21775         (ses-formula-references): Robustify against self-referring cells.
21776         (ses-mode): Use ses-set-localvars.
21777         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21778         before lauching the update processing.
21779         (ses-initialize-Dijkstra-attempt): New function.
21780         (ses-recalculate-cell): Update for cycle detection based on
21781         Dijkstra algorithm.
21783         * ses.el: Fix commenting and indenting convention.
21785 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21787         * bs.el (bs-cycle-next): Complete last change.
21789 2011-06-27  Drew Adams  <drew.adams@oracle.com>
21791         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21793 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21795         * net/network-stream.el (network-stream-open-starttls):
21796         Don't re-get capabilities unless we've reestablished connection.
21797         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21799         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21800         to binary to possibly avoid line encoding issues on Windows (among
21801         other things).
21803 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21805         * net/network-stream.el (open-network-stream): Return an :error
21806         saying what the problem was, if possible.
21808         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21809         server.
21811         * net/network-stream.el (network-stream-open-starttls): If we
21812         wanted to use STARTTLS, and the server offered it, but we weren't
21813         able to because we had no STARTTLS support, then close the connection.
21814         (open-network-stream): Return an :error element, if present.
21816 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21818         * hl-line.el (hl-line-sticky-flag): Doc fix.
21819         (global-hl-line-sticky-flag): New option (Bug#8323).
21820         (global-hl-line-highlight): Obey it.
21822         * vc/vc.el (vc-revert-show-diff): Default to t.
21824 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
21826         * allout-widgets.el (allout-widgets-post-command-business):
21827         Stop decorating intermediate isearch matches.  They're not being
21828         undecorated when an isearch is continued past, and isearch
21829         automatically collapses them.  This leads to "widget leaks", where
21830         decorated items accumulate in collapsed areas.  Lines with lots of
21831         hidden widgets can slow down cursor travel, substantially.
21832         Too much complicated machinery would be needed to ensure undecoration,
21833         so we're doing without this nicety.
21835         (allout-widgets-tally-string): Don't try to do a hash-table-count
21836         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
21837         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21838         *Messages* when allout-widgets-maintain-tally is t.
21840 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
21842         * window.el (display-buffer-normalize-argument): Rename to
21843         display-buffer-normalize-arguments.  Handle special meaning of
21844         LABEL argument.  Respect special-display-function when popping up
21845         a new frame.  Fix code searching for a window showing the buffer
21846         on another frame.
21847         (display-buffer-normalize-specifiers):
21848         Call display-buffer-normalize-arguments.
21849         (display-buffer-in-window): Don't undedicate the window if its
21850         buffer remains the same.
21851         Reported by Drew Adams <drew.adams@oracle.com>.
21852         (display-buffer-alist): Add choice for same-window macro
21853         specfier.
21854         (display-buffer): Mention special meaning of LABEL argument in
21855         doc-string.  Fix quoting.  Don't pop up a new frame even as
21856         fallback.
21858 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
21860         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21861         avoid deleting the current window in some cases (bug#8911).
21863 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
21865         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21866         (Bug#8934)
21868 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21870         * net/network-stream.el (network-stream-open-starttls):
21871         Use built-in TLS support if `gnutls-available-p' is true.
21872         (network-stream-open-tls): Ditto.
21874 2011-06-26  Leo Liu  <sdl.web@gmail.com>
21876         * register.el (registerv): New struct.
21877         (registerv-make): New function.
21878         (jump-to-register, describe-register-1, insert-register):
21879         Support the jump-func, print-func and insert-func slot of a registerv
21880         struct.  (Bug#8415)
21882 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21884         * vc/vc.el (vc-revert-show-diff): New defcustom.
21885         (vc-diff-internal): New arg specifying diff buffer.
21886         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
21887         reuse an existing *vc-diff* buffer (Bug#8927).
21889         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21891 2011-06-26  Glenn Morris  <rgm@gnu.org>
21893         * progmodes/f90.el (f90-critical-indent): New option.
21894         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21895         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21896         (f90-mode): Doc fix.
21897         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21898         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21899         (f90-beginning-of-block, f90-next-block, f90-indent-region)
21900         (f90-match-end): Handle block, critical.
21902 2011-06-25  Glenn Morris  <rgm@gnu.org>
21904         * calendar/diary-lib.el (diary-included-files): Doc fix.
21905         (diary-include-files): New function, extracted from
21906         diary-include-other-diary-files and diary-mark-included-diary-files.
21907         (diary-include-other-diary-files, diary-mark-included-diary-files):
21908         Just call diary-include-files.
21909         (diary-mark-entries): Reset diary-included-files on first call.
21911         * calendar/diary-lib.el (diary-mark-entries)
21912         (diary-mark-included-diary-files):
21913         Visit included diary-files in temp buffers.
21915         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21916         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21917         (f90-start-block-re, f90-imenu-generic-expression)
21918         (f90-looking-at-program-block-start, f90-no-block-limit):
21919         Add support for submodules.
21921         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21922         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21924 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
21926         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21927         buffer-file-type before setting its value, to avoid disastrous
21928         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
21930 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21932         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21934         * ses.el (ses-unload-function):
21935         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21937         * proced.el (proced-unload-function):
21938         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21940 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
21942         * server.el (server-create-window-system-frame): Add parameters arg.
21943         (server-process-filter): Doc fix.  Handle frame-parameters.
21945 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21947         Fix bug#8730, bug#8781.
21949         * loadhist.el (unload--set-major-mode): New function.
21950         (unload-feature): Use it.
21952         * progmodes/python.el (python-after-info-look): Add autoload cookie.
21953         (python-unload-function): New function.
21955 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21957         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21959 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
21961         * net/browse-url.el (browse-url-firefox-program): Add icecat to
21962         the candidates list.
21964 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
21966         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21968 2011-06-23  Richard Stallman  <rms@gnu.org>
21970         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21971         (rmail-variables): Set next-error-move-function.
21972         (rmail-what-message): Take argument POS.
21973         (rmail-next-error-move): New function.
21975 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21977         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21978         messages for adjacent non-terminals.
21980 2011-06-23  Richard Stallman  <rms@gnu.org>
21982         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21983         (rmail-show-message-1): Preserve buffer modified flag.
21984         (rmail-start-mail): Don't specify use of rmail-mail-return;
21985         that's done by mail-bury now.
21986         (rmail-mail-return): Handle arg NEWBUF.
21988 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
21990         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21991         SIZE is a number.
21993 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
21995         * window.el (get-lru-window, get-mru-window)
21996         (get-largest-window): Never return a minibuffer window.
21997         (display-buffer-pop-up-window): Fix a bug that could lead to
21998         reusing the minibuffer window.
21999         (display-buffer): Pass original specifier argument to
22000         display-buffer-function instead of the normalized one.
22001         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22003 2011-06-22  Leo Liu  <sdl.web@gmail.com>
22005         * minibuffer.el (completing-read-function)
22006         (completing-read-default): Move from minibuf.c.
22008 2011-06-22  Richard Stallman  <rms@gnu.org>
22010         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22011         to Rmail even if not started by a special Rmail command.
22013         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22014         Copy the buffer currently showing just one message.
22016 2011-06-22  Roland Winkler  <winkler@gnu.org>
22018         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22019         (bibtex-clean-entry): First delete the old key so that a
22020         customized algorithm for generating the new key does not get
22021         confused by the old key.
22022         (bibtex-url): Obey regexp of first step.
22023         (bibtex-search-entries): Do not use add-to-list with local
22024         list-var.
22026 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22028         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22029         stored a user name, then query for the password first, instead of
22030         waiting for SMTP to give an error message and the trying again.
22032 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
22034         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22035         BUFFER in call-process.
22037 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22039         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22040         QUIT twice.
22041         (smtpmail-try-auth-methods): Require user name and password from
22042         auth-source.
22044 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
22046         * window.el (display-buffer-default-specifiers)
22047         (display-buffer-alist): Remove entries for pop-up-frame-alist.
22048         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22049         (split-window): Normalize SIDE argument (Bug#8916).
22051         * frame.el (pop-up-frame-alist, pop-up-frame-function)
22052         (special-display-frame-alist, special-display-popup-frame):
22053         Remove duplicate declarations.  These are now in window.el.
22055 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22057         * mail/smtpmail.el (smtpmail-via-smtp):
22058         Set :use-starttls-if-possible so that we always use STARTTLS if the
22059         server supports it.  SMTP servers that support STARTTLS commonly
22060         require it.
22062         * net/network-stream.el (network-stream-open-starttls): Support
22063         upgrading to STARTTLS always, even if we don't have built-in support.
22064         (open-network-stream): Add the :always-query-capabilities keyword.
22066         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22067         upgrades with `open-network-stream', and rely solely on
22068         auth-source for all credentials.  Big changes throughout the file,
22069         but in particular:
22070         (smtpmail-auth-credentials): Remove.
22071         (smtpmail-starttls-credentials): Remove.
22072         (smtpmail-via-smtp): Check for servers saying they want AUTH after
22073         MAIL FROM, too.
22075         * net/network-stream.el (network-stream-open-starttls):
22076         Provide support for client certificates both for external and built-in
22077         STARTTLS.
22078         (auth-source): Require.
22079         (open-network-stream): Document the :client-certificate keyword.
22080         (network-stream-certificate): Change cert-cert to cert and
22081         cert-key to key.
22083 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
22085         * net/tramp-cache.el (top): Don't load the persistency file when
22086         "emacs -Q" has been called.
22088 2011-06-21  Tim Harper  <timcharper@gmail.com>
22090         * term/ns-win.el (ns-initialize-window-system):
22091         Set application-specific `ApplePressAndHoldEnabled' system
22092         resource to NO as it is not yet supported by the NS port.
22094 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
22096         * misc.el (list-dynamic-libraries--refresh): Compute header here...
22097         (list-dynamic-libraries): ...not here.
22099 2011-06-21  Leo Liu  <sdl.web@gmail.com>
22101         * subr.el (sha1): Implement sha1 using secure-hash.
22103 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
22105         * window.el (display-buffer-alist): In default value do not
22106         enforce searching a window on any but the selected frame.
22107         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22108         (display-buffer-select-window): Remove function.
22109         (display-buffer-in-window): When a window on another frame gets
22110         reused, do not select it any more but just raise its frame if
22111         necessary (Bug#8851) and (Bug#8856).
22112         (display-buffer-normalize-options): Handle pop-up-frames related
22113         options more faithfully.
22114         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22115         window if it is on another frame.
22116         (display-buffer-alist, display-buffer-default-specifiers):
22117         Don't make new frame unsplittable by default.
22118         (display-buffer-normalize-argument): Fix doc-string typo and use
22119         'same-frame-other-window instead of 'other-window when associating
22120         with display-buffer-macro-specifiers.
22122 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
22124         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22125         New functions.
22126         (5x5-mode-map, 5x5-mode-menu): Bind them.
22127         (5x5-draw-grid): Tweak the solver's rendering.
22129 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22131         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22132         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22134 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22136         * menu-bar.el: Use function variable instead of switch-to-buffer.
22137         (menu-bar-select-buffer-function): New variable.
22138         (menu-bar-update-buffers): Use it (bug#8876).
22140 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22142         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22143         variable's status.
22145 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22147         * x-dnd.el (x-dnd-version-from-flags)
22148         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22149         and long as number (Bug#8899).
22150         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22152 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22154         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22155         (completion-try-completion, completion-all-completions): Compute the
22156         metadata argument if it's missing; make it optional (bug#8795).
22158         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22159         (widget-complete): Use new :completion-function property.
22160         (widget-completions-at-point): New function.
22161         (default): Use :completion-function instead of :complete.
22162         (widget-default-completions): Rename from widget-default-complete;
22163         Rewrite.
22164         (widget-string-complete, widget-file-complete, widget-color-complete):
22165         Remove functions.
22166         (file, symbol, function, variable, coding-system, color):
22167         * international/mule-cmds.el (default-input-method, charset)
22168         (language-info-custom-alist):
22169         * cus-edit.el (face): Use new property :completions.
22171         * progmodes/pascal.el (pascal-completions-at-point): New function.
22172         (pascal-mode): Use it.
22173         (pascal-mode-map): Use completion-at-point.
22174         (pascal-toggle-completions): Make obsolete.
22175         (pascal-complete-word, pascal-show-completions):
22176         * progmodes/octave-mod.el (octave-complete-symbol):
22177         Redefine as obsolete alias.
22178         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22179         Signal absence of completion info for old Octave,
22180         (inferior-octave-complete): Redefine as obsolete alias.
22181         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22182         (meta-completions-at-point): Rename from meta-complete-symbol and
22183         adapt it for use on completion-at-point-functions.
22184         (meta-common-mode): Use it.
22185         (meta-looking-at-backward, meta-match-buffer): Remove.
22186         (meta-complete-symbol): Redefine as obsolete alias.
22187         (meta-common-mode-map): Use completion-at-point.
22188         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22189         (makefile-mode-map): Use completion-at-point.
22190         (makefile-completions-at-point): Rename from makefile-complete and
22191         adapt it for use on completion-at-point-functions.
22192         (makefile-mode): Use it.
22193         (makefile-complete): Redefine as obsolete alias.
22195 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22197         * net/rcirc.el: Delete trailing whitespaces once and for all.
22199 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22201         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22203 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22205         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22207         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22209 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22211         * window.el (display-buffer-other-window-means-other-frame):
22212         Call display-buffer-normalize-alist.
22213         (display-buffer-normalize-specifiers-1): Rename to
22214         display-buffer-normalize-argument.  New argument other-frame.
22215         Rewrite.
22216         (display-buffer-normalize-specifiers-2): Rename to
22217         display-buffer-normalize-options.
22218         (display-buffer-normalize-alist-1): New function.
22219         (display-buffer-normalize-specifiers-3): Rename to
22220         display-buffer-normalize-alist.
22221         Call display-buffer-normalize-alist-1.
22222         (display-buffer-normalize-options-inhibit): New variable.
22223         (display-buffer-normalize-specifiers): Rewrite calling
22224         display-buffer-normalize-alist,
22225         display-buffer-normalize-argument, and
22226         display-buffer-normalize-options.  Don't call the latter if
22227         display-buffer-normalize-options-inhibit is non-nil.
22228         (frame-auto-delete): New option.
22229         (window-deletable-p): Use frame-auto-delete.
22230         (window-list-no-nils, window-state-ignored-parameters)
22231         (window-state-get-1, window-state-get, window-state-put-list)
22232         (window-state-put-1, window-state-put-2, window-state-put):
22233         New functions.
22234         (display-buffer-normalize-options): Move special-display-p group
22235         after pop-up-frame group (Bug#8851) and (Bug#8856).
22237 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22239         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22240         groups (Bug#8776).
22241         (rx-submatch-n): New function.
22242         (rx): Document it.
22244         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22245         (Bug#8768).
22247         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22249         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22251         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22252         anytime existing face settings are present (Bug#8889).
22254         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22255         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22256         Remove unused argument.
22258 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22260         * window.el (display-buffer-default-specifiers):
22261         Remove pop-up-frame.  Add pop-up-window-min-height,
22262         pop-up-window-min-width, and another reuse-window specifier
22263         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22264         (display-buffer-normalize-specifiers-2):
22265         Handle split-height-threshold and split-width-threshold also when
22266         pop-up-windows is unset.  Add a reuse-window specifier for the
22267         case popping up a new window fails.
22268         (special-display-popup-frame): Remove double quoting.
22269         (display-buffer-normalize-specifiers-1): Fix thinko.
22271 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22273         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22274         according to comint-completion-addsuffix.
22276         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22277         (pcomplete-suffix-list): Mark as obsolete.
22278         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22279         pcomplete-seen in the closure.
22280         (pcomplete-comint-setup): Setup completion-at-point as well.
22281         (pcomplete--entries): New function.
22282         (pcomplete--env-regexp): New var.
22283         (pcomplete-entries): Rewrite to work with partial-completion and
22284         without relying on pcomplete-suffix-list.
22285         (pcomplete-pare-list): Remove, unused.
22287 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22289         * window.el (display-buffer-alist): Set pop-up-window-min-height
22290         and pop-up-window-min-width in default value.  Reported by
22291         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22292         other-window-means-other-frame.
22293         (display-buffer-macro-specifiers): Comment out entry for
22294         other-window specifier.
22295         (display-buffer-other-window-means-other-frame): New function.
22296         (display-buffer-normalize-specifiers-1): New arguments
22297         buffer-name and label.  Treat other-window case specially.
22298         (display-buffer-normalize-specifiers-2): Treat other-window case
22299         specially.
22300         (display-buffer-normalize-specifiers-3): New function.
22301         (display-buffer-normalize-specifiers):
22302         Call display-buffer-normalize-specifiers-3.
22304 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22306         * window.el (same-window-p): Fix two typos introduced when
22307         adding with-no-warnings.
22308         (display-buffer-normalize-specifiers-1): Don't check
22309         pop-up-frames for 'unset initialization.
22310         (display-buffer-normalize-specifiers-2): Major rewrite using
22311         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22312         (pop-up-frames, display-buffer-reuse-frames)
22313         (display-buffer-mark-dedicated): Don't initialize to 'unset.
22314         Suggested by David Engster <deng@randomsample.de>.
22315         (even-window-heights): Initialize to 'unset.
22316         (display-buffer-alist-set): Handle new 'unset initializations.
22317         (display-buffer-macro-specifiers): Don't pop up a new frame in the
22318         other window case.
22320 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
22322         * window.el (display-buffer-normalize-specifiers-1):
22323         Respect current value of pop-up-frames for most reasonable values of
22324         second argument of display-buffer (Bug#8865).
22325         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22326         (switch-to-buffer-other-window-same-frame)
22327         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
22328         Adams (Bug#8875).
22329         (display-buffer): Don't check noninteractive when calling
22330         display-buffer-pop-up-frame.
22331         (display-buffer-pop-up-frame): Never pop up a frame in
22332         noninteractive mode (Bug#8857).
22333         (enlarge-window, shrink-window): Don't report an error when the
22334         window can't be resized as requested (Bug#8862).
22336 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22338         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22340         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22342         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22344 2011-06-15  Alan Mackenzie  <acm@muc.de>
22346         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22347         for declarators, disable knr checking to speed up for normal files.
22348         2: Refactor, replacing a sequence of nested if forms by a cond form.
22350 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22352         * net/network-stream.el (open-network-stream): Add the keyword
22353         :always-query-capabilities for the case where you want to force a
22354         `plain' network connection, but the protocol still requires the
22355         capabilitiy command (i.e., SMTP and EHLO).
22357         * subr.el (process-live-p): Rename from `process-alive-p' for
22358         consistency with other `-live-p' functions.
22360 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22362         * window.el (same-window-buffer-names, same-window-regexps)
22363         (special-display-frame-alist, special-display-popup-frame)
22364         (special-display-function, special-display-buffer-names)
22365         (special-display-regexps, pop-up-frame-alist)
22366         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22367         (pop-up-windows, split-window-preferred-function)
22368         (split-height-threshold, split-width-threshold, even-window-heights)
22369         (display-buffer-mark-dedicated): Don't encourage the use of
22370         display-buffer-alist from Elisp code.
22372 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
22374         * progmodes/python.el (python-mode): Derive from prog-mode.
22375         * progmodes/ps-mode.el (ps-mode):
22376         * progmodes/mixal-mode.el (mixal-mode):
22377         * progmodes/cfengine.el (cfengine-mode):
22378         * progmodes/ld-script.el (ld-script-mode): Likewise.
22380 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
22382         * window.el (display-buffer-alist): Trim default value to avoid
22383         popping up a new frame (Bug#8857) or reusing an arbitrary window
22384         on another frame.
22385         (display-buffer): Do not fall back on popping up a new frame in
22386         batch mode (Bug#8857).
22388 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
22390         * cus-theme.el (describe-theme-1): Use custom-theme-p.
22391         (custom-theme-summary): New function.
22392         (customize-themes): Use it.
22394 2011-06-13  Glenn Morris  <rgm@gnu.org>
22396         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22398 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
22400         * help.el (help-window): Remove variable.
22401         (help-window-point-marker, temp-buffer-max-height)
22402         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22403         (help-print-return-message): Don't set help-window.
22404         (resize-temp-buffer-window): Rewrite cod eand doc-string.
22405         (help-window-setup-finish): Remove.
22406         (help-window-display-message, help-window-setup)
22407         (with-help-window): Major rewrite based on new
22408         display-buffer-window variable.
22410         * help-mode.el (help-mode-finish): Remove help-window related
22411         code.
22413         * view.el (view-exits-all-viewing-windows): Remove reference to
22414         view-return-to-alist in doc-string.
22415         (view-return-to-alist): Make obsolete.
22416         (view-buffer): Call pop-to-buffer-same-window and remove
22417         undo-window code.
22418         (view-buffer-other-window): Call pop-to-buffer-other-window and
22419         simplify code.  Ignore second argument.
22420         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22421         simplify code.  Ignore second argument.
22422         (view-return-to-alist-update): Make obsolete.
22423         (view-mode-enter): Rename second argument to QUIT-RESTORE.
22424         Rewrite using quit-restore window parameters.
22425         (view-mode-exit): Rename second argument to EXIT-ONLY.
22426         Rewrite using quit-restore-window.
22427         (View-exit, View-exit-and-edit, View-leave, View-quit)
22428         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22429         appropriate arguments.
22430         (view-end-message): Use quit-restore window parameter.
22432         * window.el (display-buffer-function): Rewrite doc-string.
22433         (display-buffer-window, display-buffer-alist): New variables.
22434         (display-buffer-split-specifiers)
22435         (display-buffer-side-specifiers)
22436         (display-buffer-macro-specifiers): New constants.
22437         (display-buffer-even-window-sizes, display-buffer-set-height)
22438         (display-buffer-set-width, display-buffer-select-window)
22439         (display-buffer-in-window, display-buffer-reuse-window)
22440         (display-buffer-split-window-1, display-buffer-split-window)
22441         (display-buffer-split-atom-window, display-buffer-pop-up-window)
22442         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22443         (display-buffer-in-side-window, normalize-buffer-to-display)
22444         (display-buffer-normalize-specifiers-1)
22445         (display-buffer-normalize-specifiers-2)
22446         (display-buffer-normalize-specifiers, display-buffer-frame):
22447         New functions.
22448         (display-buffer): Major rewrite.
22449         (display-buffer-other-window, display-buffer-other-frame)
22450         (pop-to-buffer, switch-to-buffer-other-window)
22451         (switch-to-buffer-other-frame): Rewrite.
22452         (display-buffer-same-window, display-buffer-same-frame)
22453         (display-buffer-same-frame-other-window)
22454         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22455         (pop-to-buffer-other-window)
22456         (pop-to-buffer-same-frame-other-window)
22457         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22458         (switch-to-buffer-other-window-same-frame): New functions.
22459         (same-window-p, special-display-p): Rewrite disabling warnings.
22460         Make obsolete.
22461         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22462         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22463         Make obsolete
22464         (same-window-buffer-names, same-window-regexps)
22465         (special-display-frame-alist, special-display-popup-frame)
22466         (special-display-function, special-display-buffer-names)
22467         (special-display-regexps, pop-up-frame-alist)
22468         (pop-up-frame-function, split-window-preferred-function)
22469         (split-height-threshold, split-width-threshold)
22470         (even-window-heights): Make obsolete.
22472 2011-06-12  Glenn Morris  <rgm@gnu.org>
22474         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
22475         Misc simplifications.
22477 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
22479         * window.el (window-safely-shrinkable-p): Restore function which
22480         was inadvertently removed in change from 2011-06-11.  Declare as
22481         obsolete.
22483         * calendar/calendar.el (calendar-generate-window):
22484         Use window-iso-combined-p instead of combination of one-window-p and
22485         window-safely-shrinkable-p.
22487 2011-06-12  Glenn Morris  <rgm@gnu.org>
22489         * progmodes/fortran.el (fortran-mode-syntax-table):
22490         * progmodes/f90.el (f90-mode-syntax-table):
22491         Set % to punctuation.  (Bug#8820)
22492         (f90-find-tag-default): Remove, no longer needed.
22494 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
22496         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22498 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
22500         * image.el (image-animated-p): Return animation delay in seconds.
22501         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22502         (image-animate-timeout): Remove DELAY argument.  Don't assume
22503         every subimage has the same delay; get it from image-animated-p.
22504         (image-animate): Caller changed.
22506 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
22508         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22509         to ignored backtrace functions.
22511 2011-06-11  Glenn Morris  <rgm@gnu.org>
22513         * calendar/appt.el (appt-disp-window-function): Doc fix.
22514         (appt-check): Handle overlapping appointments.  (Bug#8337)
22516 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
22518         * window.el (window-tree-1, window-tree): New functions, moving
22519         the latter to window.el.
22520         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22521         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22522         (bw-refresh-edges): Remove.
22523         (balance-windows-1, balance-windows-2): New functions.
22524         (balance-windows): Rewrite in terms of window tree functions,
22525         balance-windows-1 and balance-windows-2.
22526         (bw-adjust-window): Remove.
22527         (balance-windows-area-adjust): New function with functionality of
22528         bw-adjust-window but using resize-window.
22529         (set-window-text-height): Rewrite doc-string.
22530         Use normalize-live-window and resize-window.
22531         (enlarge-window-horizontally, shrink-window-horizontally):
22532         Rename argument to DELTA.
22533         (window-buffer-height): New function.
22534         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22535         Rewrite using new window resize routines.
22536         (kill-buffer-and-window, mouse-autoselect-window-select):
22537         Use ignore-errors instead of condition-case.
22538         (quit-window): Call delete-frame instead of delete-windows-on
22539         for the only buffer on frame.
22541 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22543         * loadup.el (top-level): Load window before files for the sake
22544         of replace-buffer-in-windows.
22546         * files.el (read-buffer-to-switch)
22547         (switch-to-buffer-other-window)
22548         (switch-to-buffer-other-frame, display-buffer-other-frame):
22549         Move to window.el.
22551         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22552         (previous-buffer): Move to window.el.
22554         * bindings.el (unbury-buffer): Move to window.el.
22556         * window.el (delete-other-windows-vertically): Move after
22557         definition of delete-other-windows.
22558         (other-window, delete-windows-on, replace-buffer-in-windows):
22559         Move here from window.c.
22560         (record-window-buffer, unrecord-window-buffer)
22561         (set-window-buffer-start-and-point, switch-to-prev-buffer)
22562         (switch-to-next-buffer): New functions.
22563         (get-next-valid-buffer, last-buffer, next-buffer): Move here
22564         from simple.el.  Call switch-to-next-buffer.
22565         (previous-buffer): Move here from simple.el.
22566         Call switch-to-prev-buffer.
22567         (bury-buffer): Move here from buffer.c.  Switch to previous
22568         buffer when window cannot be deleted.
22569         (unbury-buffer): Move here from bindings.el.
22570         (ctl-x-map): Move binding for other-window from window.c to
22571         here.
22572         (read-buffer-to-switch, switch-to-buffer-other-window)
22573         (switch-to-buffer-other-frame): Move here from files.el.
22574         (normalize-buffer-to-switch-to): New functions.
22575         (switch-to-buffer): Move here from buffer.c.
22576         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22578 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22580         * window.el (window-min-height, window-min-width): Move here
22581         from window.c.  Add defcustoms and rewrite doc-strings.
22582         (resize-mini-window, resize-window): New functions.
22583         (adjust-window-trailing-edge, enlarge-window, shrink-window):
22584         Move here from window.c.
22585         (maximize-window, minimize-window): New functions.
22586         (delete-window, delete-other-windows, split-window): Move here
22587         from window.c.
22588         (window-split-min-size): New function.
22589         (split-window-keep-point): Mention split-window-above-each-other
22590         instead of split-window-vertically.
22591         (split-window-above-each-other, split-window-vertically):
22592         Rename split-window-vertically to split-window-above-each-other
22593         and provide defalias for old definition.
22594         (split-window-side-by-side, split-window-horizontally):
22595         Rename split-window-horizontally to split-window-side-by-side
22596         and provide defalias for the old definition.
22597         (ctl-x-map): Move bindings for delete-window,
22598         delete-other-windows and enlarge-window here from window.c.
22599         Replace bindings for split-window-vertically and
22600         split-window-horizontally by bindings for
22601         split-window-above-each-other and split-window-side-by-side.
22603         * cus-start.el (all): Remove entries for window-min-height and
22604         window-min-width.  Add entries for window-splits and
22605         window-nest.
22607 2011-06-09  Glenn Morris  <rgm@gnu.org>
22609         * calendar/appt.el (appt-mode-line): New function.
22610         (appt-check, appt-disp-window): Use it.
22612         * files.el (hack-one-local-variable-eval-safep):
22613         Allow minor-modes with explicit +/-1 arguments.
22615 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
22617         * term/xterm.el (xterm): Add defgroup.
22618         (xterm-extra-capabilities): Add defcustom to supply known xterm
22619         capabilities, skip querying them, or query them (default).
22620         (terminal-init-xterm): Use it.
22621         (terminal-init-xterm-modify-other-keys): New function to set up
22622         modifyOtherKeys support to simplify `terminal-init-xterm'.
22624 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
22626         * window.el (resize-window-reset, resize-window-reset-1)
22627         (resize-subwindows-skip-p, resize-subwindows-normal)
22628         (resize-subwindows, resize-other-windows, resize-this-window)
22629         (resize-root-window, resize-root-window-vertically)
22630         (window-deletable-p, window-or-subwindow-p)
22631         (frame-root-window-p): New functions.
22633 2011-06-09  Glenn Morris  <rgm@gnu.org>
22635         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22636         (ange-ftp-get-files): Use it.
22638 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22640         * mail/sendmail.el (mail-recover-1, mail-recover):
22641         * files.el (recover-file, recover-session):
22642         Handle dired-listing-switches not being just a single short option.
22644 2011-06-09  Glenn Morris  <rgm@gnu.org>
22646         * calendar/appt.el (appt-display-message, appt-disp-window):
22647         Handle lists of appointments.
22649 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22651         * window.el (one-window-p): Move down in code.
22652         Rewrite doc-string.
22653         (window-current-scroll-bars): Rewrite doc-string.
22654         Normalize live window argument.
22655         (walk-windows, get-window-with-predicate, count-windows):
22656         Rewrite doc-string.  Use window-list-1.
22657         (window-in-direction-2, window-in-direction, get-mru-window):
22658         New functions.
22660 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
22662         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22663         Doc fix (Bug#8713).
22665 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
22667         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22669 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
22671         * loadhist.el (unload-feature-special-hooks):
22672         Add `comint-output-filter-functions'.
22674 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
22676         * calendar/appt.el (appt-check): Move some initializations into the let.
22678 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22680         * window.el (window-height): Defalias to window-total-height.
22681         (window-width): Defalias to window-body-width.
22683 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
22685         * image-mode.el (image-toggle-animation): New command.
22686         (image-mode-map): Bind it to RET.
22687         (image-mode): Update message.
22688         (image-toggle-display-image): Avoid a spurious cache flush.
22689         (image-transform-rotation): Doc fix.
22690         (image-transform-properties): Return quickly in the normal case.
22691         (image-animate-loop): Rename from image-animate-max-time.
22693         * image.el (image-animate-max-time): Move to image-mode.el.
22694         (create-animated-image): Remove unnecessary function.
22695         (image-animate): Rename from image-animate-start.  New arg.
22696         (image-animate-stop): Remove; just use image-animate-timer.
22697         (image-animate-timer): Use car-safe.
22698         (image-animate-timeout): Rename argument.
22700 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
22702         * window.el (get-lru-window, get-largest-window): Move here from
22703         window.c.  Rename first argument to ALL-FRAMES.
22704         Rephrase doc-strings.
22705         (get-buffer-window-list): Rewrite using window-list-1.
22706         Rephrase doc-string.
22707         (window-safe-min-height, window-safe-min-width): New constants.
22708         (window-size-ignore, window-min-size, window-min-size-1)
22709         (window-sizable, window-sizable-p, window-size-fixed-1)
22710         (window-size-fixed-p, window-min-delta-1, window-min-delta)
22711         (window-max-delta-1, window-max-delta, window-resizable)
22712         (window-resizable-p, window-total-height, window-total-width)
22713         (window-body-width): New functions.
22714         (window-full-height-p, window-full-width-p): Rewrite using
22715         window-total-size.
22716         (window-body-height): Rewrite using window-body-size.
22718 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
22720         * window.el (window-right, window-left, window-child)
22721         (window-child-count, window-last-child, window-any-p)
22722         (normalize-live-buffer, normalize-live-frame)
22723         (normalize-any-window, normalize-live-window)
22724         (window-iso-combination-p, window-iso-combined-p)
22725         (window-iso-combinations)
22726         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22727         (windows-with-parameter, window-with-parameter)
22728         (window-atom-root, make-window-atom, window-atom-check-1)
22729         (window-atom-check, window-side-check, window-check):
22730         New functions.
22731         (ignore-window-parameters, window-sides, window-sides-vertical)
22732         (window-sides-slots): New variables.
22733         (window-size-fixed): Move down in code.  Minor doc-string fix.
22735 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
22737         * comint.el (comint-dynamic-complete-as-filename)
22738         (comint-dynamic-complete-filename): Correctly call
22739         completion-in-region.
22741 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22743         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22744         in last change.
22746 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22748         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22749         (rcirc): Use it to prompt for encryption.
22751 2011-06-05  Roland Winkler  <winkler@gnu.org>
22753         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22754         (bibtex-search-entries): New command bound to C-c C-a.
22755         (bibtex-display-entries): New function.
22757 2011-06-05  Roland Winkler  <winkler@gnu.org>
22759         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22760         (bibtex-insert-kill): After yanking insert newline if necessary.
22761         (bibtex-initialize): Call bibtex-string-files-init only once.
22762         (bibtex-mode): Do not call easy-menu-add.
22763         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22764         (bibtex-yank): Set arg properly if nil.
22766 2011-06-05  Roland Winkler  <winkler@gnu.org>
22768         * textmodes/bibtex.el (bibtex-search-entry-globally):
22769         New variable.
22770         (bibtex-search-entry): Use it.
22772 2011-06-05  Roland Winkler  <winkler@gnu.org>
22774         * textmodes/bibtex.el (bibtex-entry-format): New option
22775         sort-fields.
22776         (bibtex-format-entry, bibtex-reformat): Honor this option.
22777         (bibtex-parse-entry): Return fields in proper order.
22779 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
22781         * doc-view.el (doc-view-remove-if): Move computation of result out
22782         of `dolist' to silence misleading lexical-binding warning.
22784 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
22786         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22787         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22789 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22791         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22792         "SunOS 5.10".
22794 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22796         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22797         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22798         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22799         (tramp-parse-putty):
22800         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22801         (tramp-completion-function-alist-ssh)
22802         (tramp-completion-function-alist-telnet)
22803         (tramp-completion-function-alist-su)
22804         (tramp-completion-function-alist-putty): Set `tramp-autoload'
22805         cookie.
22807         * net/tramp-ftp.el:
22808         * net/tramp-sh.el:
22809         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22810         load "tramp.el" `tramp-set-completion-function'.
22812 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22814         * shell.el: Require and use pcomplete.
22815         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22816         (shell-completion-vars): Set pcomplete-default-completion-function.
22818 2011-06-04  Deniz Dogan  <deniz@dogan.se>
22820         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22821         `memq' (Bug#8799).
22823 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22825         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22827 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
22829         * bs.el (bs--mark-unmark, bs--nth-wrapper):
22830         * mpc.el (mpc-select-extend, mpc-songpointer-context):
22831         * vc/log-view.el (log-view-beginning-of-defun):
22832         * vc/smerge-mode.el (smerge-apply-resolution-patch)
22833         (smerge-refine-forward, smerge-refine-chopup-region):
22834         Silence warning for unused `dotimes' counter variables.
22836 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22838         * net/tramp.el (tramp-with-progress-reporter): Rename from
22839         with-progress-reporter.  Use `declare'.
22840         * net/tramp-smb.el:
22841         * net/tramp-sh.el:
22842         * net/tramp-gvfs.el: Update all uses.
22844 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
22846         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22847         buffer isn't killed before making it current.
22849 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22851         Silence various byte-compiler warnings.
22852         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22853         `access-type' and new obsolescence format.
22854         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22855         new format.
22856         (byte-compile-check-variable): New `access-type' argument.
22857         Only warn if the access-type is obsolete.
22858         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22859         (byte-compile-variable-set): Adjust callers.
22860         * help-fns.el (describe-variable): Adjust to new obsolescence format.
22861         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22862         setting it as obsolete.
22863         * simple.el (minibuffer-completing-symbol):
22864         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22865         access as obsolete.
22866         * minibuffer.el (minibuffer-completing-file-name): Don't make it
22867         obsolete yet.
22868         * international/quail.el (quail-mouse-choose-completion): Remove unused
22869         code referring to obsolete var.
22870         (quail-choose-completion-string): Remove.
22871         * server.el (server-clients-with, server-kill-buffer-query-function)
22872         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22873         * proced.el (proced-send-signal):
22874         * emacs-lisp/lisp.el (lisp-complete-symbol):
22875         Replace completion-annotate-function with completion-extra-properties.
22877 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22879         * simple.el (goto-line): Use read-number.
22880         (overriding-map-is-bound): Remove.
22881         (saved-overriding-map): Change default.
22882         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22883         Take the map as argument.
22884         (universal-argument, negative-argument, digit-argument): Use it.
22885         (restore-overriding-map): Adjust.
22886         (do-auto-fill): Use fill-forward-paragraph.
22887         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22889         * minibuffer.el (minibuffer-inactive-mode-map): New var.
22890         (minibuffer-inactive-mode): New major mode.
22891         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22892         the *Messages* buffer" hack.
22893         (mouse-popup-menubar): Don't burp if the event is a normal key.
22895         Miscellaneous tweaks.
22896         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22897         lexical scoping as in subr.el's dolist and dotimes.
22898         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22899         Silence compiler warning.
22900         * thingatpt.el (forward-whitespace): Trivial coding style fix.
22901         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22902         * international/ccl.el (ccl-compile): Trivial simplification.
22903         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22904         * emacs-lisp/testcover.el (testcover-end): Remove spurious
22905         `printflag' argument.
22906         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22907         Purecopy the whole obsolescence data.
22909 2011-06-01  Leo Liu  <sdl.web@gmail.com>
22911         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22912         improve doc-string as suggested by Marco Pessotto
22913         <melmothx@gmail.com>.
22914         (rcirc-print): Fix last change.
22916 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22918         * minibuffer.el (complete-with-action): Return nil for the metadata and
22919         boundaries of non-functional tables.
22920         (completion-table-dynamic): Return nil for the metadata.
22921         (completion-table-with-terminator): Add default case, using
22922         complete-with-action.
22923         (completion--metadata): New function.
22924         (completion-all-sorted-completions, minibuffer-completion-help): Use it
22925         to try and avoid pathological performance problems.
22926         (completion--embedded-envvar-table): Return `category' metadata.
22928 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22930         * subr.el (process-alive-p): New tiny convenience function.
22932 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22934         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22935         content but also its previous major mode.
22937 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
22939         * emacs-lisp/debug.el (debug): Restore the previous content of the
22940         *Backtrace* buffer when we exit with C-M-c.
22942 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22944         * minibuffer.el: Add metadata method to completion tables.
22945         (completion-category-overrides): New defcustom.
22946         (completion-metadata, completion--field-metadata)
22947         (completion-metadata-get, completion--styles)
22948         (completion--cycle-threshold): New functions.
22949         (completion-try-completion, completion-all-completions):
22950         Add `metadata' argument to choose completion-styles.
22951         (completion--do-completion): Use metadata to choose cycling.
22952         (completion-all-sorted-completions): Use metadata for sorting.
22953         Remove :completion-cycle-penalty which is not needed any more.
22954         (completion--try-word-completion): Add `metadata' argument.
22955         (minibuffer-completion-help): Check metadata for annotation function
22956         and sorting.
22957         (completion-file-name-table): Return `category' metadata.
22958         (minibuffer-completing-file-name): Make obsolete.
22959         * simple.el (minibuffer-completing-symbol): Make obsolete.
22960         * icomplete.el (icomplete-completions): Pass new `metadata' param to
22961         completion-try-completion.
22963 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22965         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22967 2011-05-30  Leo Liu  <sdl.web@gmail.com>
22969         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22970         (rcirc-print): Decode all incoming messages (bug#8744).
22971         (rcirc-decode-coding-system): Allow value nil for automatic coding
22972         system detection.
22974 2011-06-01  Glenn Morris  <rgm@gnu.org>
22976         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22978 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22980         * image.el (image-animate-max-time): Allow nil and t values.
22981         Default to nil.
22982         (create-animated-image): Doc fix.
22983         (image-animate-start): Remove second arg; just use
22984         image-animate-max-time.
22985         (image-animate-timeout): Doc fix.  Args changed.
22987         * image-mode.el (image-toggle-display-image): Ensure that the
22988         image spec passed to the animate timer is the same object as in
22989         the buffer's display property (Bug#6981).
22990         (image-transform-properties): Doc fix.
22992         * image.el (image-animate-max-time): Default to nil.
22994 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
22996         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22997         entire buffer list (Bug#8184).
22999 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23001         * image.el (imagemagick-types-inhibit)
23002         (imagemagick-register-types): Doc fix.
23004 2011-05-29  Deniz Dogan  <deniz@dogan.se>
23006         * net/rcirc.el (rcirc): Use the user's stored encryption method by
23007         default.
23009 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23011         * select.el: Don't perform clipboard-manager saving in hooks;
23012         leave the hooks empty.
23014 2011-05-28  Leo Liu  <sdl.web@gmail.com>
23016         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23017         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
23018         (occur-edit-mode): New major mode (Bug#8463).
23019         (occur-after-change-function): New function.
23020         (occur-engine): Give Occur tags a read-only property.
23022 2011-05-28  Kevin Ryde  <user42@zip.com.au>
23024         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23026 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23028         * bindings.el (help-echo): Make the initial non-indicator dash
23029         empty on graphical terminals (Bug#7295).
23031         * files.el (auto-mode-alist): Move config rule after the
23032         in-stripping one (Bug#8547).
23034         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23036         * startup.el (normal-splash-screen): Remove gratuitous mode-line
23037         setting (Bug#8740).
23039 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
23041         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23042         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23043         (Bug#8539).
23045 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23047         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23049 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
23051         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23052         (hs-hide-block-at-point, hs-find-block-beginning)
23053         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23054         (Bug#8279).
23056 2011-05-28  Glenn Morris  <rgm@gnu.org>
23058         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
23060 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23062         * help-fns.el (describe-function-1): If the function is a derived
23063         major mode, print the parent mode.
23065         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23066         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23068 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23070         * minibuffer.el (completion--capf-wrapper): Check applicability before
23071         returning non-nil for non-exclusive completion data.
23072         * progmodes/etags.el (tags-completion-at-point-function):
23073         * info-look.el (info-lookup-completions-at-point): Mark as
23074         non-exclusive.
23075         (info-complete): Adjust accordingly.
23077         * info-look.el: Convert to lexical-binding and completion-at-point.
23078         (info-lookup-completions-at-point): New function.
23079         (info-complete): Use it and completion-in-region.
23081 2011-05-28  Drew Adams  <drew.adams@oracle.com>
23083         * isearch.el: Let M-e start with point at the first mismatched char.
23084         (isearch-fail-pos): New function.
23085         (isearch-edit-string): Use it.
23087 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23089         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23091 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
23093         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
23094         traversal functions for avl-trees.
23095         (avl-tree--stack): New struct.
23096         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23097         (avl-tree-enter): Add optional `updatefun' arg.
23098         (avl-tree--do-enter): Add optional `updatefun' arg.
23099         Change return value.
23100         (avl-tree-delete): Add optional `test' and `nilflag' args.
23101         (avl-tree--do-delete): Add `test' and `nilflag' args.
23102         Change return value.
23103         (avl-tree-member): Add optional `nilflag'
23104         (avl-tree-member-p): New function.
23105         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23106         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23107         (avl-tree-stack-empty-p): New functions.
23109         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23110         avl-tree--del-balance1 and make it work both ways.
23111         (avl-tree--del-balance2): Remove.
23112         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23113         make it work both ways.
23114         (avl-tree--enter-balance2): Remove.
23115         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23116         New macros.
23117         (avl-tree--mapc, avl-tree-map): Add direction argument.
23119 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23121         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23123 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23125         * select.el: Support clipboard managers with built-in function
23126         x-clipboard-manager-save, via delete-frame-functions and
23127         kill-emacs-hook.
23128         (xselect-convert-to-targets): Add MULTIPLE target to list.
23129         (xselect-convert-to-save-targets): New function.
23131 2011-05-27  Kenichi Handa  <handa@m17n.org>
23133         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23134         let-binding rfc2047-encode-encoded-words to nil.
23136 2011-05-27  Glenn Morris  <rgm@gnu.org>
23138         * mail/emacsbug.el: Don't require url-util.
23140         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23142         * files.el (set-auto-mode):
23143         Also respect mode: entries at the end of the file.  (Bug#8586)
23145 2011-05-26  Glenn Morris  <rgm@gnu.org>
23147         * files.el (hack-local-variables-prop-line, hack-local-variables):
23148         Downcase mode names, as seems to be traditional.
23149         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23151         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23152         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23154 2011-05-25  Julien Danjou  <julien@danjou.info>
23156         * textmodes/rst.el (rst-define-level-faces): Do not define face
23157         symbol if it is already defined.
23159 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23161         * play/5x5.el (5x5-new-game, 5x5-randomize):
23162         Reset 5x5-solver-output to nil when a new grid is cast.
23163         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23164         these debugging traces, as defmacro breaks the compiled code.
23166 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23168         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23170 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23172         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23173         (vc-bzr-sha1): Adapt.
23175         * sha1.el: Remove.  Function `sha1' is now builtin.
23177         * bindings.el: Provide sha1 feature.
23179 2011-05-24  Kenichi Handa  <handa@m17n.org>
23181         * mail/sendmail.el: Require `rfc2047'.
23182         (mail-insert-from-field): Do not perform RFC2047 encoding.
23183         (mail-encode-header): New function.
23184         (sendmail-send-it): Set buffer-file-coding-system of the work
23185         buffer to the return value of select-message-coding-system.
23186         Call mail-encode-header.
23188         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23190 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23192         * mail/supercite.el (sc-default-cite-frame):
23193         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23195 2011-05-24  Glenn Morris  <rgm@gnu.org>
23197         * progmodes/python.el (brm-menu): Declare.
23199         * emulation/viper.el (viper-set-hooks): Declare.
23201         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23202         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23203         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23204         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23205         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23206         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23208 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23210         Add an :exit-function for completion-at-point.
23212         * minibuffer.el (completion--done): New fun.
23213         (completion--do-completion): Use it.  New arg `expect-exact'.
23214         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23215         since completion--do-completion does it for us now.
23216         (minibuffer-force-complete): Use completion--done and
23217         completion--replace.  Handle sole-completion case with more care.
23218         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23219         (completion-extra-properties): New var.
23220         (completion-annotate-function): Make obsolete.
23221         (minibuffer-completion-help): Adjust accordingly.
23222         Use completion-list-insert-choice-function.
23223         (completion-at-point, completion-help-at-point):
23224         Bind completion-extra-properties.
23225         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23226         * simple.el (completion-list-insert-choice-function): New var.
23227         (completion-setup-function): Preserve it.
23228         (choose-completion): Pay attention to it, shuffle the code a bit.
23229         (choose-completion-string): New arg `insert-function'.
23231         * textmodes/bibtex.el: Convert to lexical binding.
23232         (bibtex-mode-map): Use completion-at-point.
23233         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23234         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23235         (bibtex-complete): Define as obsolete alias.
23236         (bibtex-complete-internal): Remove.
23237         (bibtex-format-entry): Remove unused sub-group in regexp.
23238         * shell.el (shell--command-completion-data)
23239         (shell-environment-variable-completion):
23240         * pcomplete.el (pcomplete-completions-at-point):
23241         * comint.el (comint--complete-file-name-data): Use :exit-function
23242         instead of completion-table-with-terminator so it also works for
23243         choose-completion.
23245 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23247         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23249         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23250         (bug#8710).
23252         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23254 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23256         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23257         customization variable and implement: If non-nil, auto-fill will
23258         be inhibited while on topic's header line.
23260 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23262         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23263         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23264         always have a solution in grid size = 5 cases.
23265         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23266         (5x5-solver-output, 5x5-log-buffer): New vars.
23267         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23268         Make these variables buffer local to achieve 5x5 multi-session-ness.
23269         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23270         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23271         (5x5-solve-suggest): New funs.
23272         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23273         randomize a grid so that we ensure that there is always a solution.
23274         (5x5-make-random-grid): Allow other movement than flipping.
23276 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23278         * emacs-lisp/advice.el (ad-read-advised-function):
23279         Use `function-called-at-point' as the default, if it has
23280         advice and passes PREDICATE.
23282 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23284         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23285         byte-compile-lambda if it's actually a lambda.
23287         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23288         Fix function quoting.  Use backquote better.
23290 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23292         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23293         matching (Bug#8516).
23295 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23297         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23298         different face (Bug#8178).
23300 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23302         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23303         defface (Bug#8144).
23305 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23307         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23308         funcall as well (bug#8712).  Warn when performing those conversions.
23309         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23311         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23313 2011-05-22  Glenn Morris  <rgm@gnu.org>
23315         * files.el (hack-local-variables-prop-line): Small simplifications.
23316         (hack-local-variables, hack-local-variables-prop-line):
23317         If MODE-ONLY, return the mode, rather than just `t'.
23319 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23321         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23323 2011-05-21  Glenn Morris  <rgm@gnu.org>
23325         * files.el (hack-local-variables-prop-line, hack-local-variables):
23326         If only interested in the mode, don't bother doing the other stuff.
23328         * image-mode.el (image-after-revert-hook):
23329         Redraw all frames on which the image is visible.  (Bug#8567)
23331         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
23333         * wid-edit.el (widget-checklist-match-inline):
23334         Fix 2011-04-19 change.  (Bug#8649)
23336 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23338         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23339         Also allow singlespace after single-letter capitals followed by a dot.
23341         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23342         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23344 2011-05-20  Nix  <nix@esperi.org.uk>
23346         * files.el (basic-save-buffer-2):
23347         Fix handling of break-hardlink-on-save with non-existent files.
23349 2011-05-19  Deniz Dogan  <deniz@dogan.se>
23351         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23352         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23354 2011-05-19  Glenn Morris  <rgm@gnu.org>
23356         * progmodes/f90.el (f90-type-def-re):
23357         Handle "type, bind(c)".  (Bug#8691)
23359         * emacs-lisp/autoload.el (batch-update-autoloads):
23360         Set autoload-excludes by parsing loadup.el rather than Makefiles.
23362 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
23364         * net/tramp.el (tramp-process-actions): Set "first-password-request"
23365         property for the correct connection in case of multihops.
23367 2011-05-18  Glenn Morris  <rgm@gnu.org>
23369         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23370         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23372         Rationalize calendar handling of day and month abbrev-arrays.
23373         * calendar/calendar.el (calendar-customized-p): New function.
23374         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23375         (calendar-day-name-array, calendar-month-name-array): Doc fix.
23376         Add :set function.
23377         (calendar-abbrev-length, calendar-day-abbrev-array)
23378         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23379         (calendar-day-abbrev-array, calendar-month-abbrev-array):
23380         Elements may no longer be nil.
23381         (calendar-day-name, calendar-month-name):
23382         Update for changed nature of abbrev arrays.
23383         * calendar/diary-lib.el (diary-name-pattern):
23384         Update for changed nature of abbrev arrays.
23385         (diary-mark-entries-1): Update calendar-make-alist calls.
23386         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23387         * calendar/cal-html.el (cal-html-day-abbrev-array):
23388         Simply inherit from calendar-day-abbrev-array.
23390 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23392         * progmodes/grep.el (grep-mode): Disable default
23393         compilation-directory-matcher setting (bug#8684).
23395 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
23397         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23398         instead of "head" and "tail".  There were problems with SunOS 5.9,
23399         and it performs better.
23401 2011-05-17  Glenn Morris  <rgm@gnu.org>
23403         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23405         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23406         Replace obsolete function.
23408         * shell.el (pcomplete-parse-arguments-function): Declare.
23410         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23411         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23412         (appt-check): Doc fixes.
23413         (appt-disp-window-function, appt-delete-window-function):
23414         Remove needless special case in custom :type.
23415         (appt-display-count): Default to 0, not nil.
23416         (appt-check): Reset appt-display-count to 0, not nil.
23418 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
23420         * progmodes/python.el (python-font-lock-keywords):
23421         Add the Python 3.X keyword "nonlocal" (bug#8639).
23423 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23425         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23427 2011-05-16  Kevin Ryde  <user42@zip.com.au>
23429         * info-look.el (makefile-automake-mode): New setups, looking in
23430         automake manual, then makefile-mode.
23431         (makefile-mode): Remove automake manual, have it just in
23432         makefile-automake-mode since there's various things different or
23433         not relevant to plain make.
23434         (makefile-mode): Remove "other-modes" non-existent automake-mode,
23435         believe a hypothetical automake-mode would go to makefile-mode,
23436         not the other way around.
23438 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23440         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23441         hunk-end tags (Bug#8672).
23443         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23444         vc-annotate-show-diff-revision-at-line (Bug#8671).
23446 2011-05-14  Glenn Morris  <rgm@gnu.org>
23448         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23449         in the middle of an existing one with multiple authors.  (Bug#8645)
23450         (change-log-font-lock-keywords): Also handle multiple author lines
23451         with leading tabs.  (Bug#8644)
23453         * calendar/appt.el (appt-check): Rename some local variables.
23454         Some simplification/reordering.
23456         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23457         (feedmail-sendmail-f-doesnt-sell-me-out)
23458         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23459         (feedmail-debug-sit-for, feedmail-queue-express-hook)
23460         (feedmail-queue-runner-message-sender): Set :version.
23461         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23462         (bbdb-dwim-net-address, vm-mail): Declare.
23463         (feedmail-binmail-gnulinuxish-template):
23464         Rename from feedmail-binmail-linuxish-template.
23465         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23466         Use insert-buffer-substring.
23468 2011-05-14  Bill Carpenter  <bill@carpenter.org>
23470         * mail/feedmail.el (feedmail-patch-level): Increase.
23471         (feedmail-debug): New custom group.
23472         (feedmail-confirm-outgoing-timeout)
23473         (feedmail-sendmail-f-doesnt-sell-me-out)
23474         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23475         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23476         (feedmail-sender-line, feedmail-from-line)
23477         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23478         (feedmail-spray-this-address)
23479         (feedmail-spray-address-fiddle-plex-list)
23480         (feedmail-queue-use-send-time-for-date)
23481         (feedmail-queue-use-send-time-for-message-id)
23482         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23483         (feedmail-buffer-eating-function):
23484         Doc fixes.
23485         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23486         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23487         (feedmail-message-action-scroll-down): New functions.
23488         (feedmail-queue-directory, feedmail-queue-draft-directory):
23489         Use expand-file-name.
23490         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23491         Remove C-v help entry.
23492         (feedmail-queue-buffer-file-name): New variable.
23493         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23494         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23495         (feedmail-message-action-send-strong, feedmail-message-action-edit)
23496         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23497         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23498         (feedmail-message-action-toggle-spray)
23499         (feedmail-run-the-queue-no-prompts)
23500         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23501         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23502         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23503         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23504         (feedmail-envelope-deducer, feedmail-fiddle-from)
23505         (feedmail-fiddle-sender, feedmail-default-date-generator)
23506         (feedmail-fiddle-date, feedmail-fiddle-message-id)
23507         (feedmail-fiddle-spray-address)
23508         (feedmail-fiddle-list-of-spray-fiddle-plexes)
23509         (feedmail-fiddle-list-of-fiddle-plexes)
23510         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23511         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23512         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23513         Change default.  Doc fix.
23514         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23515         (feedmail-binmail-linuxish-template): New constant.
23516         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
23517         Respect feedmail-sendmail-f-doesnt-sell-me-out.
23518         (feedmail-send-it): Add debug call.
23519         Use feedmail-queue-buffer-file-name, and
23520         feedmail-send-it-immediately-wrapper.
23521         (feedmail-message-action-send): Add debug call.
23522         Use feedmail-send-it-immediately-wrapper.
23523         (feedmail-queue-express-to-queue): Add debug call.
23524         Run feedmail-queue-express-hook.
23525         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
23526         (feedmail-message-action-help-blat):
23527         Rename from feedmail-queue-send-edit-prompt-help-first.
23528         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
23529         Check line-endings.  Handle errors better.
23530         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23531         Doc fix.  Add debug call.
23532         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
23533         Use feedmail-queue-send-edit-prompt-inner.
23534         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23535         (feedmail-queue-send-edit-prompt-inner): New function, extracted
23536         from feedmail-queue-send-edit-prompt.
23537         (feedmail-queue-send-edit-prompt-help)
23538         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23539         (feedmail-tidy-up-slug): Add debug call.
23540         Respect feedmail-queue-slug-suspect-regexp.
23541         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23542         (feedmail-dump-message-to-queue): Add debug call.
23543         Expand queue-directory.
23544         (feedmail-dump-message-to-queue): Change message slightly.
23545         Use feedmail-say-chatter.
23546         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
23547         (feedmail-send-it-immediately-wrapper): New function.
23548         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
23549         Insert empty string rather than newline.  Handle full-frame case.
23550         Use catch/throw.  Use feedmail-say-chatter.
23551         (feedmail-fiddle-from): Try mail-host-address.
23552         (feedmail-default-message-id-generator): Doc fix.
23553         Bind system-time-locale.  Handle missing end.
23554         (feedmail-fiddle-x-mailer): Add debug call.
23555         Handle feedmail-x-mailer-line being nil.
23556         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23557         Add debug call.  Use buffer-substring-no-properties.
23558         (feedmail-say-debug, feedmail-say-chatter): New functions.
23559         (feedmail-find-eoh): Give an explicit error.
23561 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
23563         * net/newst-treeview.el (newsticker-treeview-face): Change default
23564         family from helvetica to sans.
23565         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23566         etc/images/newsticker.
23568         * net/newst-reader.el (newsticker-feed-face): Change default
23569         family from helvetica to sans.
23571         * net/newst-plainview.el (newsticker-new-item-face)
23572         (newsticker-old-item-face, newsticker-immortal-item-face)
23573         (newsticker-obsolete-item-face, newsticker-date-face)
23574         (newsticker-statistics-face): Change default family from
23575         helvetica to sans.
23576         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23577         etc/images/newsticker.
23579         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23580         (newsticker--process-auto-mark-filter-match): Tell user about
23581         auto-marking.
23583 2011-05-13  Didier Verna  <didier@xemacs.org>
23585         Common Lisp indentation improvements on defmethod and lambda-lists.
23586         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23587         TODO entries.
23588         (lisp-lambda-list-keyword-parameter-indentation)
23589         (lisp-lambda-list-keyword-parameter-alignment)
23590         (lisp-lambda-list-keyword-alignment): New customizable user options.
23591         (lisp-indent-defun-method): Improve docstring.
23592         (extended-loop-p): Fix comment.
23593         (lisp-indent-lambda-list-keywords-regexp): New variable.
23594         (lisp-indent-lambda-list): New function.
23595         (lisp-indent-259): Use it.
23596         (lisp-indent-defmethod): Support for more than one
23597         method qualifier and properly indent methods lambda-lists.
23598         (defgeneric): Provide a missing common-lisp-indent-function property.
23600 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23602         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23603         bounds for the empty string (bug#8667).
23605 2011-05-13  Glenn Morris  <rgm@gnu.org>
23607         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23609         * mail/sendmail.el (sendmail-program): Try executable-find first.
23610         (sendmail-send-it): `sendmail-program' cannot be unbound.
23612         * calendar/appt.el (appt-make-list): Simplify.
23613         (appt-time-msg-list): Doc fix.
23614         (appt-check): Change mode-line message at the time of the appointment.
23616 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
23618         * progmodes/ld-script.el (ld-script-keywords)
23619         (ld-script-builtins): Update keywords list.
23621 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23623         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23625         * shell.el (shell-completion-vars): New function.
23626         (shell-mode):
23627         * simple.el (read-shell-command): Use it.
23628         (blink-matching-open): No need for " [...]" in minibuffer-message.
23630 2011-05-12  Glenn Morris  <rgm@gnu.org>
23632         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23633         (appt-check): Simplify.
23635 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
23637         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23638         literal "/dev/null".
23640 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23642         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23643         Fix typo.
23645 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
23647         * progmodes/which-func.el (which-function):
23648         Use add-log-current-defun instead of add-log-current-defun-function,
23649         which might not be defined (Bug#8260).
23651 2011-05-12  Glenn Morris  <rgm@gnu.org>
23653         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23654         Let byte-compile-initial-macro-environment always take precedence.
23656 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23658         * net/rcirc.el: Add support for SSL/TLS connections.
23659         (rcirc-server-alist): New field `encryption'.
23660         (rcirc): Check `encryption' settings.
23661         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
23662         Merge make-local-variable into `set'.
23663         (rcirc--connection-open-p): New function.
23664         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23665         the process is not a network process (e.g. running gnutls-cli).
23666         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23667         Make rcirc-(en|de)code-coding-system local here.
23668         (rcirc-mode): Merge make-local-variable into `set'.
23669         (rcirc-parent-buffer): Make permanent buffer-local.
23670         (rcirc-multiline-minor-mode): Don't do it here.
23671         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23672         there's no server buffer.
23674 2011-05-11  Glenn Morris  <rgm@gnu.org>
23676         * newcomment.el (comment-kill): Prefix "unused" local.
23678         * term/w32console.el (get-screen-color): Declare.
23680         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23681         Handle symbol elements of byte-compile-initial-macro-environment.
23683 2011-05-10  Leo Liu  <sdl.web@gmail.com>
23685         * bookmark.el (bookmark-bmenu-mode-map):
23686         Bind bookmark-bmenu-search to `/'.
23688         * mail/footnote.el: Convert to utf-8 encoding.
23689         (footnote-unicode-string, footnote-unicode-regexp): New variable.
23690         (Footnote-unicode): New function.
23691         (footnote-style-alist): Add unicode style to the list.
23692         (footnote-style): Doc fix.
23694 2011-05-10  Jim Meyering  <meyering@redhat.com>
23696         Fix doubled-word typos.
23697         * international/quail.el (quail-insert-kbd-layout): and and -> and
23698         * kermit.el: and and -> and
23699         * net/ldap.el (ldap-search-internal): to to -> to
23700         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23701         * progmodes/js.el (js-mode): and and -> and
23702         * textmodes/artist.el (artist-move-to-xy): at at -> at
23703         (artist-draw-region-trim-line-endings): if if -> if
23704         And Safetyc -> Safety.
23705         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23707 2011-05-10  Glenn Morris  <rgm@gnu.org>
23708             Stefan Monnier  <monnier@iro.umontreal.ca>
23710         * files.el (hack-one-local-variable-eval-safep):
23711         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
23713 2011-05-10  Glenn Morris  <rgm@gnu.org>
23715         * calendar/diary-lib.el (diary-list-entries-hook)
23716         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23717         (diary-nongregorian-marking-hook, diary-list-entries)
23718         (diary-include-other-diary-files, diary-mark-entries)
23719         (diary-mark-included-diary-files): Doc fixes.
23721 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23723         * misc.el: Require tabulated-list.el during compilation.
23725 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23727         * progmodes/compile.el (compilation-start):
23728         Run compilation-filter-hook for the async case too.
23729         (compilation-filter-hook): Doc fix.
23731 2011-05-09  Deniz Dogan  <deniz@dogan.se>
23733         * wdired.el: Remove outdated installation comment.  Fix usage
23734         comment.
23736 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23738         * misc.el: Implement new command `list-dynamic-libraries'.
23739         (list-dynamic-libraries--loaded-only-p): New variable.
23740         (list-dynamic-libraries--refresh): New function.
23741         (list-dynamic-libraries): New command.
23743 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23745         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23746         Fix the ant regexp to handle end-line and end-column info from jikes.
23747         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
23748         higher priority to avoid clobbering by gnu.
23750 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23752         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23753         if the face has existing theme settings (Bug#8454).
23755 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
23757         * progmodes/perl-mode.el (perl-imenu-generic-expression):
23758         Only match variables declared via `my' or `our' (Bug#8261).
23760         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23761         special file names `.' and `..' (Bug#8259).
23763 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23765         * progmodes/grep.el (grep-mode-font-lock-keywords):
23766         Remove buffer-changing entries.
23767         (grep-filter): New function.
23768         (grep-mode): Add it to compilation-filter-hook.
23770         * progmodes/compile.el (compilation-filter-hook)
23771         (compilation-filter-start): New defvars.
23772         (compilation-filter): Call compilation-filter-hook prior to
23773         updating the process mark.
23775 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23777         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23779 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
23781         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23782         mailclient-send-it even if window-system is nil.  (Bug#8595)
23784         * term/w32console.el (terminal-init-w32console):
23785         Call get-screen-color and use its output to set the frame
23786         background-mode.  (Bug#8597)
23788 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23790         Make bytecomp.el understand that defmethod defines funs (bug#8631).
23791         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23792         New functions.
23793         (defgeneric, eieio--defmethod): Use them.
23794         (eieio-defgeneric): Remove.
23795         (defmethod): Call defgeneric in a way visible to the byte-compiler.
23797 2011-05-07  Glenn Morris  <rgm@gnu.org>
23799         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23800         Use let rather than let*.
23801         (timeclock-find-discrep): Remove unused local.
23803         * calendar/diary-lib.el (diary-comment-start): Doc fix.
23805         * calendar/appt.el (appt-time-msg-list): Doc fix.
23807 2011-05-06  Noah Friedman  <friedman@splode.com>
23809         * apropos.el (apropos-print-doc): Only use
23810         emacs-lisp-docstring-fill-column when it is bound to an integer,
23811         per that variable's documentation.
23813 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23815         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23816         and warnings are not silently discarded (e.g. use -d instead of -P).
23818 2011-05-06  Glenn Morris  <rgm@gnu.org>
23820         * calendar/appt.el (appt-message-warning-time): Doc fix.
23821         (appt-warning-time-regexp): New option.
23822         (appt-make-list): Respect appt-message-warning-time.
23824         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23825         New options.
23826         (diary-add-to-list): Strip comments from the displayed string.
23827         (diary-mode): Set comment-start and comment-end.
23829         * vc/diff-mode.el (smerge-refine-subst): Declare.
23830         (diff-refine-hunk): Don't require smerge-mode when compiling.
23832 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
23834         * simple.el (list-processes): Return nil as the docstring says.
23836 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23838         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23839         to "".
23840         (ange-ftp-write-region, ange-ftp-insert-file-contents)
23841         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23842         determining of binary transfer.  (Bug#7383)
23844 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23846         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23847         Fix port computation bug.  (Bug#8618)
23849 2011-05-05  Glenn Morris  <rgm@gnu.org>
23851         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23853         * simple.el (shell-dynamic-complete-functions)
23854         (comint-dynamic-complete-functions): Declare.
23856         * net/network-stream.el (gnutls-negotiate):
23857         * simple.el (tabulated-list-print): Fix declarations.
23859         * progmodes/gud.el (syntax-symbol, syntax-point):
23860         Remove unnecessary and incorrect declarations.
23862         * emacs-lisp/check-declare.el (check-declare-scan):
23863         Handle byte-compile-initial-macro-environment in bytecomp.el.
23865 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23867         Fix earlier half-done eieio-defmethod change (bug#8338).
23868         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23869         Streamline and change calling convention.
23870         (defmethod): Adjust accordingly and simplify.
23871         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23872         new eieio--defmethod.
23873         (slot-boundp): Minor CSE simplification.
23875 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
23877         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23878         (glasses-make-readable): Use glasses-separate-capital-groups.
23880 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
23882         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23883         (warning-series): Doc fix.
23884         (display-warning): Don't try to create the buffer if we just found it.
23886 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
23888         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23889         (autoload-find-generated-file): New function.
23890         (generate-file-autoloads): Bind generated-autoload-file to
23891         buffer-file-name.
23892         (update-file-autoloads, update-directory-autoloads):
23893         Use autoload-find-generated-file.  If called interactively, prompt for
23894         output file (Bug#7989).
23895         (batch-update-autoloads): Doc fix.
23897 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
23899         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23901 2011-05-04  Glenn Morris  <rgm@gnu.org>
23903         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23904         function, so it follows changes in calendar-date-style.
23905         (diary-fancy-date-matcher): New function.
23906         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23907         (diary-fancy-font-lock-fontify-region-function):
23908         Use diary-fancy-date-pattern as a function.
23910         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23911         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
23913 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
23915         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23916         instead of positional arguments.  Allow :keylist and :crlfiles
23917         arguments.
23918         (open-gnutls-stream): Call it.
23920         * net/network-stream.el (network-stream-open-starttls): Adjust to
23921         call `gnutls-negotiate' with :process and :hostname arguments.
23923 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23925         * minibuffer.el (completion--message): New function.
23926         (completion--do-completion, minibuffer-complete)
23927         (minibuffer-force-complete, minibuffer-complete-word): Use it.
23928         (completion--do-completion): Don't ignore completion-auto-help when in
23929         icomplete-mode.
23931         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23932         internal encoding (e.g. tibetan zero is not whitespace).
23933         (global-whitespace-mode): Prefer save-current-buffer.
23934         (whitespace-trailing-regexp): Remove useless save-match-data.
23935         (whitespace-empty-at-bob-regexp): Minor simplification.
23937 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
23939         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23941 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
23943         * textmodes/ispell.el (ispell-add-per-file-word-list):
23944         Use `concat' to create string for insertion.
23946 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23948         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23949         Avoid open-line which runs post-self-insert-hook.
23950         (bibtex-fill-entry): Remove unused `end' var.
23952 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
23954         * textmodes/ispell.el (ispell-add-per-file-word-list):
23955         Protect against `nil' value of `comment-start' (Bug#8579).
23957 2011-05-03  Leo Liu  <sdl.web@gmail.com>
23959         * isearch.el (isearch-yank-pop): New command.
23960         (isearch-mode-map): Bind it to `M-y'.
23961         (isearch-forward): Mention it.
23963 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23965         * simple.el (minibuffer-complete-shell-command): Remove.
23966         (minibuffer-local-shell-command-map): Use completion-at-point.
23967         (read-shell-command): Setup completion vars here instead.
23968         (read-expression-map): Bind TAB to symbol completion.
23970         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23971         error directly rather via storing it into `results'.
23973 2011-05-02  Leo Liu  <sdl.web@gmail.com>
23975         * vc/diff.el: Fix description.
23977 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23979         * server.el (server-eval-at): New function.
23981 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23983         * net/network-stream.el (open-network-stream): Take a :nowait
23984         parameter and pass it on to `make-network-process'.
23985         (network-stream-open-plain): Ditto.
23987 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
23989         * faces.el (face-spec-set-match-display): Don't match toolkit
23990         options on terminal frames.
23992 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23994         * progmodes/pascal.el: Use lexical binding.
23995         (pascal-mode-map): Remove author preferences.
23997         * pcomplete.el (pcomplete-std-complete): Don't abuse
23998         completion-at-point.
24000 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24002         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24003         removing code that has been dead since 1991 or so.
24005         * startup.el (command-line): When warning about "_emacs", use a
24006         delayed warning to allow the user to filter it out.
24008 2011-04-28  Deniz Dogan  <deniz@dogan.se>
24010         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24011         user has not joined.
24013 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24015         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24016         aren't any completions at point.
24018 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24020         * subr.el (display-delayed-warnings): New function.
24021         (delayed-warnings-hook): New variable.
24023 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24025         * minibuffer.el (completion-at-point, completion-help-at-point):
24026         Don't presume that a given completion-at-point-function will always
24027         use the same calling convention.
24029         * pcomplete.el (pcomplete-completions-at-point):
24030         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
24031         pcomplete-seen is non-nil.
24032         (pcomplete-comint-setup): Also recognize the new comint/shell
24033         completion functions.
24034         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24035         pcomplete-seen is non-nil.
24037 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
24039         * calendar/icalendar.el (diary-lib): Add require statement.
24040         (icalendar--create-uid): Read out a uid from a text-property on
24041         the first character in the entry.  This allows for code to add its
24042         own uid to the entry.
24043         (icalendar--convert-float-to-ical): Add export of
24044         `diary-float'-entries save for those with the optional DAY
24045         argument.
24047 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
24049         * subr.el (shell-quote-argument): Use alternate escaping strategy
24050         when we spot a variable reference in a string.
24052 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24054         * cus-start.el (all): Define customization for debug-on-event.
24056 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24058         * subr.el (shell-quote-argument): Escape correctly under Windows.
24060 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24062         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24064 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
24066         * net/tramp.el (tramp-process-actions): Add POS argument.
24067         Delete region between POS and (pos).
24069         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24070         Use `nil' position in `tramp-process-actions' call.
24071         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24073         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24074         position in `tramp-process-actions' call.
24076         * net/trampver.el: Update release number.
24078 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24080         * custom.el (defcustom): Obey lexical-binding.
24082         Fix octave-inf completion problems reported by Alexander Klimov.
24083         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24084         Inherit from octave-mode-syntax-table.
24085         (inferior-octave-mode): Set info-lookup-mode.
24086         (inferior-octave-completion-at-point): New function.
24087         (inferior-octave-complete): Use it and completion-in-region.
24088         (inferior-octave-dynamic-complete-functions): Use it as well, and use
24089         comint-filename-completion.
24090         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24091         symbol elements which shouldn't be word elements.
24092         (octave-font-lock-keywords, octave-beginning-of-defun)
24093         (octave-function-header-regexp): Adjust regexps accordingly.
24094         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24096 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
24098         * net/gnutls.el (gnutls-errorp): Declare before first use.
24100 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
24102         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24103         verify-error, and verify-hostname-error parameters.  Check whether
24104         default trustfile exists before going to use it.  Add missing
24105         argument to gnutls-message-maybe call.  Return value.
24106         Reported by Claudio Bley <claudio.bley@gmail.com>.
24107         (open-gnutls-stream): Add usage example.
24109         * net/network-stream.el (network-stream-open-starttls): Give host
24110         parameter to `gnutls-negotiate'.
24111         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24112         * subr.el (shell-quote-argument): Escape correctly under Windows.
24114 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24116         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24117         Use correct match group (bug#8438).
24119 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24121         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24122         (package-menu--generate): New arg specifying packages to show.
24123         (package-menu-refresh, package-menu-execute, list-packages):
24124         Callers changed.
24125         (package-show-package-list): New function, replacing deleted
24126         package--list-packages (renamed because it is non-internal).
24128         * finder.el (finder-list-matches): Use package-show-package-list
24129         instead of deleted package--list-packages.
24131         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24132         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24133         (vc-annotate-mode-map): Bind it to RET.
24135 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24137         * progmodes/etags.el (next-file): Don't use set-buffer to change
24138         buffers (Bug#8478).
24140 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24142         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24144         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24145         (apropos-accumulator): Doc fix.
24146         (apropos-function, apropos-macro, apropos-command)
24147         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24148         (apropos-plist): Add face property.
24149         (apropos-symbols-internal): Fix indentation.
24150         (apropos-print): Simplify help, and recognize apropos-multi-type.
24151         (apropos-print-doc): Use button-type-get to extract the button's
24152         face property.  Fill docstring (Bug#8352).
24154 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24156         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24158         * play/mpuz.el (mpuz-silent): Doc fix.
24159         (mpuz-mode-map): Use mapc.
24160         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24161         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24162         Fix typos in docstrings.
24164         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24165         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24167         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24169 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24171         * minibuffer.el (completion--do-completion): Avoid the "Next char
24172         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24174         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24175         mouse-2 into unread-command-events, it is interpreted correctly.
24177         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24178         (image-toggle-display): Doc fix.
24180 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24182         * textmodes/page.el (what-page): Use line-number-at-pos to
24183         calculate line number (Bug#6825).
24185 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24187         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24188         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24189         Pass argument NO-DEFAULT to `find-tag-interactive'.
24191 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24193         Lexical-binding cleanup.
24195         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24196         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24197         * progmodes/ada-prj.el (ada-prj-initialize-values)
24198         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24199         (ada-prj-show-value):
24200         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24201         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24202         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24203         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24204         * progmodes/bug-reference.el (bug-reference-push-button):
24205         * progmodes/fortran.el (fortran-line-length):
24206         * progmodes/glasses.el (glasses-change):
24207         * progmodes/octave-mod.el (octave-fill-paragraph):
24208         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24209         (python-pdbtrack-grub-for-buffer, python-sentinel):
24210         * progmodes/sql.el (sql-save-connection):
24211         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24212         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24213         Mark unused parameters.
24215         * progmodes/compile.el (compilation--flush-directory-cache)
24216         (compilation--flush-parse, compile-internal): Mark unused parameters.
24217         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24218         (compilation-next-error-function): Remove unused variable `timestamp'.
24220         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24221         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24223         * progmodes/dcl-mode.el (dcl-end-of-command):
24224         Remove unused variable `start'.
24225         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24226         (dcl-option-value-basic, dcl-option-value-offset)
24227         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24228         Mark unused parameters.
24229         (dcl-save-local-variable): Remove unused variable `val'.
24230         (mode): Declare.
24232         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24233         Mark unused parameters.
24234         (delphi-ignore-changes): Move before first use.
24235         (delphi-charset-token-at): Remove unused variable `start'.
24236         (delphi-else-start): Remove unused variable `if-count'.
24237         (delphi-comment-block-start, delphi-comment-block-end):
24238         Remove unused variable `kind'.
24239         (delphi-indent-line): Remove unused variable `new-point'.
24241         * progmodes/ebrowse.el (ebrowse-files-list)
24242         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24243         Mark unused parameters.  Don't quote `lambda'.
24244         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24245         Don't quote `lambda'.
24246         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24247         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24248         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24249         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24250         Use `ignore-errors'.
24251         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24252         (ebrowse-view/find-file-and-search-pattern)
24253         (ebrowse-view/find-member-declaration/definition):
24254         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24255         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24256         Rename parameter PREFIX-ARG to PREFIX.
24257         (ebrowse-tags-read-name): Remove unused variables `start' and
24258         `member-info'.
24259         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24260         to `tags-file'.
24262         * progmodes/etags.el (local-find-tag-hook): Declare.
24263         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24264         Mark unused parameters.
24266         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24267         (executable-interpret): Mark unused parameter.
24269         * progmodes/flymake.el (flymake-process-sentinel)
24270         (flymake-after-change-function)
24271         (flymake-create-temp-with-folder-structure)
24272         (flymake-get-include-dirs-dot): Mark unused parameters.
24273         (flymake-safe-delete-directory): Remove unused variable `err'.
24275         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24276         (speedbar-timer-fn, speedbar-line-text)
24277         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24278         (speedbar-center-buffer-smartly): Declare functions.
24279         (gdb-find-watch-expression): Remove unused variable `array'.
24280         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24281         (gdb-starting): Mark unused parameters.
24282         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24283         (gdb-table-string): Remove unused variable `res'.
24284         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24285         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24286         (gdb-display-buffer): Remove unused variable `cur-size'.
24288         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24289         allow lexical-binding compilation.
24290         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24291         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24292         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24293         Mark unused parameters.
24294         (gud-gdb-marker-filter): Remove unused variable `match'.
24295         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24296         lambda expressions and funcall them, instead of using `fset'.
24298         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24299         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24301         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24302         variable `header-beg'; use `let'.
24304         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24305         `restart', `last-sexp' and `at-do'.
24307         * progmodes/js.el (js--debug): Mark unused parameter.
24308         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24309         (js--splice-into-items): Remove unused variable `item'.
24310         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24312         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24313         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24314         (makefile-complete): Remove unused variable `try'.
24315         (makefile-fill-paragraph, makefile-match-function-end):
24316         Mark unused parameters.
24318         * progmodes/octave-inf.el (inferior-octave-complete):
24319         Remove unused variable `proc'.
24320         (inferior-octave-output-digest): Mark unused parameter.
24322         * progmodes/perl-mode.el (perl-calculate-indent):
24323         Remove unused variable `err'.
24325         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24326         (prolog-indent-line): Mark unused parameters.
24327         (prolog-indent-line): Remove unused variable `beg'.
24329         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24330         (reporter-dont-compact-list): Declare.
24332         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24333         Remove unused variable `char'.
24334         (sh-debug): Mark unused parameter.
24335         (sh-get-indent-info): Remove unused variable `start'.
24336         (sh-calculate-indent): Remove unused variable `var'.
24338         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24339         (simula-electric-keyword): Remove unused variable `null'.
24340         (simula-search-backward, simula-search-forward): Remove unused
24341         variables `begin' and `end'.
24343         * progmodes/vera-mode.el (vera-guess-basic-syntax):
24344         Remove unused variable `pos'.
24345         (vera-electric-tab, vera-comment-uncomment-region):
24346         Mark unused parameters.
24347         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24349 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
24351         * emacs-lisp/package.el (package--builtins, package-alist)
24352         (package-load-descriptor, package-built-in-p, package-activate)
24353         (define-package, package-installed-p)
24354         (package-compute-transaction, package-buffer-info)
24355         (package--push): Doc fix.  Distinguish more clearly between
24356         version strings and version lists.
24358 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
24360         Lexical-binding cleanup.
24362         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24363         (5x5-make-mutate-best):
24364         * play/fortune.el (fortune-in-buffer):
24365         * play/gomoku.el (gomoku-init-display):
24366         * play/solitaire.el (solitaire, solitaire-do-check):
24367         * play/tetris.el (tetris-default-update-speed-function):
24368         Mark unused parameters.
24370         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24371         (bubbles--shift): Remove unused variable `char-org'.
24372         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
24373         (bubbles--show-images): Remove unused variable `char'.
24375         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24376         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24377         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24378         (decipher-analyze-buffer): Use ?\s.
24379         (decipher-make-checkpoint): Remove unused variable `mapping'.
24381         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24383         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24384         Remove unused variable `result'; use `let'.
24386         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24387         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24388         (gametree-children-shown-p, gametree-compute-reduced-score):
24389         Use `ignore-errors'.
24391         * play/handwrite.el (ps-lpr-switches): Declare.
24392         (handwrite): Remove unused variables `pmin' and `lastp'.
24394         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24396         * play/landmark.el (landmark-init-display)
24397         (landmark-update-naught-weights): Mark unused parameters.
24398         (landmark-y): Remove unused variable `noise'.  Simplify.
24399         (landmark-human-plays): Remove unused variable `score'.
24401         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24402         (mpuz-try-proposal): Remove unused variable `game'.
24404         * play/zone.el (life-patterns): Declare.
24406 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
24408         * vc/vc.el (ediff-vc-internal): Declare function.
24410 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24412         * shell.el: Use lexical-binding and std completion UI.
24413         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24414         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24415         comint-preoutput-filter-functions rather than on
24416         comint-output-filter-functions.
24417         (shell-command-completion, shell--command-completion-data)
24418         (shell-filename-completion, shell-environment-variable-completion)
24419         (shell-c-a-p-replace-by-expanded-directory): New functions.
24420         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24421         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24422         (shell-dynamic-complete-environment-variable): Use them.
24423         (shell-dynamic-complete-as-environment-variable)
24424         (shell-dynamic-complete-as-command): Remove.
24425         (shell-match-partial-variable): Match past point.
24426         * comint.el: Clean up use of completion-at-point-functions.
24427         (comint-completion-at-point): New function.
24428         (comint-mode): Use it completion-at-point-functions.
24429         (comint-dynamic-complete): Make it obsolete.
24430         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24431         (comint-c-a-p-replace-by-expanded-history): New function.
24432         (comint-dynamic-complete-functions)
24433         (comint-replace-by-expanded-history): Use it.
24434         * minibuffer.el (completion-table-with-terminator): Allow dynamic
24435         termination strings.  Try harder to avoid second try-completion.
24436         (completion-in-region-mode-map): Disable bindings that don't work yet.
24438         * comint.el: Use lexical-binding.  Require CL.
24439         (comint-dynamic-complete-functions): Use comint-filename-completion.
24440         (comint-completion-addsuffix): Tweak custom type.
24441         (comint-filename-completion, comint--common-suffix)
24442         (comint--common-quoted-suffix, comint--table-subvert)
24443         (comint--complete-file-name-data): New functions.
24444         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24445         (comint-dynamic-list-filename-completions): Use them.
24446         (comint-dynamic-simple-complete): Make obsolete.
24448         * minibuffer.el (completion-in-region-mode):
24449         Keep completion-in-region-mode--predicate global.
24450         (completion-in-region--postch):
24451         Assume completion-in-region-mode--predicate is not null.
24453         * progmodes/flymake.el (flymake-start-syntax-check-process):
24454         Obey `dir'.  Simplify.
24456         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24457         we're in VC after all.
24459 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
24461         * vc/vc.el (vc-diff-build-argument-list-internal)
24462         (vc-version-ediff, vc-ediff): New commands.
24463         (vc-version-diff): Use vc-diff-build-argument-list-internal.
24465 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24467         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24468         add sanity check.
24470         * obsolete/erc-hecomplete.el: Make obsolete.
24471         * obsolete/: Standardize obsolescence info in the header.
24473 2011-04-20  Glenn Morris  <rgm@gnu.org>
24475         * calendar/solar.el (solar-horizontal-coordinates):
24476         Use the longitude argument rather than `calendar-longitude'.
24477         (solar-date-next-longitude): Remove unused locals.
24479 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24481         * whitespace.el: New version 13.2.1.
24483 2011-04-20  felix  <EmacsWiki>  (tiny change)
24485         * whitespace.el (global-whitespace-mode): Keep highlight when
24486         switching between major modes on a file.
24488 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24490         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24491         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24492         multi-line comments as well.
24494 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
24496         Lexical-binding cleanup.
24498         * arc-mode.el (archive-mode-revert):
24499         * cmuscheme.el (scheme-interactively-start-process):
24500         * custom.el (custom-initialize-delay):
24501         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24502         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24503         * emacs-lock.el (emacs-lock-clear-sentinel):
24504         * ezimage.el (defezimage):
24505         * follow.el (follow-avoid-tail-recenter):
24506         * fringe.el (set-fringe-mode-1):
24507         * generic-x.el (bat-generic-mode-compile):
24508         * help-mode.el (help-info-variable, help-do-xref)
24509         (help-mode-revert-buffer):
24510         * help.el (view-emacs-todo):
24511         * iswitchb.el (iswitchb-completion-help):
24512         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24513         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24514         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24515         * locate.el (locate-update):
24516         * longlines.el (longlines-encode-region)
24517         (longlines-after-change-function):
24518         * outline.el (outline-isearch-open-invisible):
24519         * ps-def.el (declare-function, charset-dimension, char-width)
24520         (encode-char):
24521         * ps-mule.el (ps-mule-plot-string):
24522         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24523         (recentf-edit-list-select, recentf-edit-list-validate)
24524         (recentf-open-files-action):
24525         * rect.el (delete-whitespace-rectangle-line)
24526         (rectangle-number-line-callback):
24527         * register.el (window-configuration-to-register)
24528         (frame-configuration-to-register):
24529         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24530         * select.el (xselect-convert-to-string, xselect-convert-to-length)
24531         (xselect-convert-to-targets, xselect-convert-to-delete)
24532         (xselect-convert-to-filename, xselect-convert-to-charpos)
24533         (xselect-convert-to-lineno, xselect-convert-to-colno)
24534         (xselect-convert-to-os, xselect-convert-to-host)
24535         (xselect-convert-to-user, xselect-convert-to-class)
24536         (xselect-convert-to-name, xselect-convert-to-integer)
24537         (xselect-convert-to-atom, xselect-convert-to-identity):
24538         * subr.el (declare, ignore, process-kill-without-query)
24539         (text-clone-maintain):
24540         * terminal.el (te-get-char, te-tic-sentinel):
24541         * tool-bar.el (tool-bar-make-keymap):
24542         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24543         * type-break.el (type-break-mode, type-break-noninteractive-query):
24544         * view.el (View-back-to-mark):
24545         * wid-browse.el (widget-browse-action, widget-browse-widget)
24546         (widget-browse-widgets, widget-browse-sexp):
24547         * widget.el (define-widget-keywords):
24548         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24549         Mark unused parameters.
24551         * align.el (align-adjust-col-for-rule): Mark unused parameter.
24552         (align-areas): Remove unused variable `look'.
24553         (align-region): Remove unused variables `real-end' and `pos-list'.
24555         * apropos.el (apropos-score-doc): Remove unused variable `i'.
24557         * bindings.el (mode-line-modified, mode-line-remote):
24558         Mark unused parameters.
24559         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24561         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24562         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24564         * comint.el (comint-history-isearch-pop-state)
24565         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24566         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24567         (comint-substitute-in-file-name): Doc fix.
24569         * completion.el (cmpl-statistics-block): Mark unused parameter.
24570         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24571         (save-completions-to-file, load-completions-from-file):
24572         Remove unused local variable `e'.
24574         * composite.el (compose-chars): Remove unused variable `len'.
24575         (lgstring-insert-glyph): Remove unused variable `g'.
24576         (compose-glyph-string): Remove unused variables `ascent',
24577         `descent', `lbearing' and `rbearing'.
24578         (compose-glyph-string-relative): Remove unused variables
24579         `lbearing', `rbearing' and `wadjust'.
24580         (compose-gstring-for-graphic): Remove unused variables `header',
24581         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
24582         (compose-gstring-for-terminal): Remove unused variables `header'
24583         and `nchars'.  Use `let', not `let*'.
24585         * cus-edit.el (Custom-set, Custom-save, custom-reset)
24586         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24587         (Custom-buffer-done, custom-buffer-create-internal)
24588         (custom-browse-visibility-action, custom-browse-group-tag-action)
24589         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24590         (widget-magic-mouse-down-action, custom-toggle-parent)
24591         (custom-add-parent-links, custom-toggle-hide-variable)
24592         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24593         (custom-toggle-hide-face, face, hook, custom-group-link-action)
24594         (custom-face-menu-create, custom-variable-menu-create, get)
24595         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24596         (custom-reset-standard-save-and-update): Remove unused variable `value'.
24597         (customize-apropos): Remove unused variable `tests'.
24598         (custom-group-value-create): Remove unused variable `hidden-p'.
24599         (sort-fold-case): Declare.
24601         * cus-theme.el (custom-reset-standard-faces-list)
24602         (custom-reset-standard-variables-list): Declare.
24603         (customize-create-theme, custom-theme-revert, custom-theme-write)
24604         (custom-theme-choose-mode, customize-themes, custom-theme-save):
24605         Mark unused parameters.
24607         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24609         * delim-col.el (delimit-columns-max): Move defvar before first use.
24611         * descr-text.el (describe-char-categories): Don't quote `lambda'.
24612         (describe-char): Don't quote `lambda'.  Mark unused parameter.
24614         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24615         (auto-insert): Declare.
24616         (desktop-restore-file-buffer): Rename desktop-* parameters;
24617         mark unused ones.
24618         (desktop-create-buffer): Rename desktop-* parameters and bind them.
24619         (desktop-buffer): Rename desktop-* parameters.
24621         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24622         (dframe-reposition-frame-xemacs, dframe-help-echo)
24623         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24624         Mark unused parameters.
24626         * dired-aux.el (backup-extract-version-start, overwrite-query)
24627         (overwrite-backup-query, rename-regexp-query)
24628         (rename-non-directory-query): Declare.
24629         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24630         (dired-add-entry): Remove unused variable `orig-file-name'.
24631         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24632         Use parameter PRESERVE-TIME instead of accessing dynamic variable
24633         `dired-copy-preserve-time' directly.
24634         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24635         (dired-insert-subdir-newpos): Rename unused variable `pos'.
24637         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24638         (dired-virtual-revert, dired-make-relative-symlink):
24639         Mark unused parameters.
24640         (manual-program): Declare.
24641         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24642         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24643         wrapped in `with-no-warnings' to avoid replacing one warning by another.
24645         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24647         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24649         * echistory.el (electric-history-in-progress, Helper-return-blurb):
24650         Declare.
24652         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24654         * electric.el (Electric-command-loop): Rename parameter
24655         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24657         * expand.el (expand-in-literal): Remove unused variable `here'.
24659         * facemenu.el (facemenu-add-new-color):
24660         Remove unused variable `docstring'.
24662         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24663         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24664         (face-attr-construct): Mark unused parameter.  Doc fix.
24665         (read-color): Remove unused variable `hex-string'.
24667         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24668         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24669         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24670         (display-buffer-other-frame): Remove unused variable `old-window'.
24671         (kill-buffer-hook): Declare.
24672         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24673         Mark unused parameters.
24674         (after-find-file): Pass 1 to `auto-save-mode', not t.
24676         * files-x.el (auto-insert): Declare.
24677         (modify-file-local-variable-prop-line): Remove unused variable `val'.
24679         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24680         variable `buf'.  Mark unused parameter.
24681         (find-lisp-insert-directory): Mark unused parameter.
24683         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24684         (format-encode-region): Remove unused variables `cur-buf' and `result'.
24685         (format-common-tail): Remove, unused.
24686         (format-deannotate-region): Remove unused variable `loc'.
24687         (format-annotate-region): Remove unused variable `p'.
24688         (format-annotate-single-property-change): Remove unused variables
24689         `default' and `tail'.
24691         * forms.el (read-file-filter): Declare.
24692         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24694         * frame.el (frame-creation-function-alist): Mark unused parameter.
24695         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24697         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24698         Remove unused parameters.
24699         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24700         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24702         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24703         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24704         (hfy-prepare-tag-map): Mark unused parameters.
24705         (htmlfontify-buffer): Use `called-interactively-p'.
24707         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24708         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24709         (ibuffer-do-occur): Mark unused parameters.
24710         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24711         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24713         * ibuffer.el: Don't quote `lambda'.
24714         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24715         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24716         Mark unused parameters.
24718         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24719         (ido-completing-read): Mark unused parameters.
24720         (ido-copy-current-word): Mark unused parameters;
24721         remove unused variable `name'.
24722         (ido-sort-merged-list): Remove unused parameter `dirs'.
24724         * ielm.el (ielm-input-sender): Mark unused parameter.
24725         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24726         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24727         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24728         `ielm-string' as a dynamic variable accessible from the IELM prompt.
24729         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
24731         * image-dired.el (image-dired-display-thumbs): Remove unused
24732         variables `curr-file' and `count'.
24733         (image-dired-remove-tag): Remove unused variable `start'.
24734         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24735         variable `curr-file'
24736         (image-dired-rotate-original): Remove unused variable `temp-file'.
24737         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24738         Remove unused variable `file'.
24739         (image-dired-gallery-generate): Remove unused variable `curr'.
24740         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24742         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24744         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24746         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24748         * isearch.el (minibuffer-history-symbol): Declare.
24749         (isearch-edit-string): Remove unused variable `err'.
24750         (isearch-message-prefix, isearch-message-suffix):
24751         Mark unused parameters.
24753         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24755         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24757         * makesum.el (double-column): Remove unused variable `cnt'.
24759         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24760         (ido-ignore-item-temp-list): Declare.
24762         * mouse-drag.el (mouse-drag-throw): Remove unused variables
24763         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24764         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24765         (mouse-drag-drag): Remove unused variables `mouse-delta' and
24766         `mouse-col-delta'.
24768         * mouse-sel.el (mouse-extend-internal):
24769         Remove unused variable `orig-window-frame'.
24771         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24772         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24773         Move declarations before first use.
24774         (pcomplete-opt): Mark unused parameters; doc fix.
24776         * proced.el (proced-revert): Mark unused parameter.
24777         (proced-send-signal): Remove unused variable `err'.
24779         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24780         Rename parameter PREFIX-ARG to ARG.
24781         (ps-basic-plot-string, ps-basic-plot-whitespace):
24782         Mark unused parameters.
24784         * replace.el (replace-count): Define.
24785         (occur-revert-function): Mark unused parameters.
24786         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24787         (isearch-case-fold-search, isearch-string): Declare.
24788         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24789         bind `case-fold-search'.  Remove unused variables `beg' and `end',
24790         and simplify.
24791         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24792         COUNT and bind `replace-count'.
24793         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24794         to COUNT.
24796         * savehist.el (print-readably, print-string-length): Declare.
24798         * shadowfile.el (shadow-expand-cluster-in-file-name):
24799         Remove unused variable `cluster'.
24800         (shadow-copy-file): Remove unused variable `i'.
24801         (shadow-noquery, shadow-clusters, shadow-site-cluster)
24802         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24803         (shadow-define-literal-group, shadow-define-regexp-group)
24804         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24806         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24807         (shell): Use `called-interactively-p'.
24808         (shell-directory-tracker): Remove unused variable `chdir-failure'.
24810         * simple.el (compilation-context-lines, comint-file-name-quote-list)
24811         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24812         (delete-backward-char): Remove unused variable `ocol'.
24813         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24814         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24815         (event-apply-hyper-modifier, event-apply-shift-modifier)
24816         (event-apply-control-modifier, event-apply-meta-modifier):
24817         Mark unused parameters.
24818         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24819         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24821         * speedbar.el (speedbar-ignored-directory-expressions)
24822         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24823         (speedbar-find-file, speedbar-dir-follow)
24824         (speedbar-directory-buttons-follow, speedbar-tag-find)
24825         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24826         (speedbar-buffers-line-directory, speedbar-buffer-click):
24827         Mark unused parameters.
24828         (speedbar-tag-file): Remove unused variable `mode'.
24829         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24831         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24833         * talk.el (talk): Remove unused variable `display'.
24835         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24836         (tar-write-region-annotate): Mark unused parameter.
24838         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24839         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24840         Declare them, wrapped in `with-no-warnings' to avoid replacing one
24841         warning by another.
24843         * time-stamp.el (time-stamp-string-preprocess):
24844         Remove unused variable `require-padding'.
24846         * tree-widget.el (widget-glyph-enable): Declare.
24847         (tree-widget-action): Mark unused parameter.
24849         * w32-fns.el (x-get-selection): Mark unused parameter.
24850         (autoload-make-program, generated-autoload-file): Declare.
24852         * wdired.el (wdired-revert): Mark unused parameters.
24853         (wdired-xcase-word): Remove unused variable `err'.
24855         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24856         (whitespace-help-scroll): Remove unused variable `data-help'.
24858         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24859         (widget-image-insert, widget-after-change, default)
24860         (widget-default-format-handler, widget-default-notify)
24861         (widget-default-prompt-value, widget-info-link-action)
24862         (widget-url-link-action, widget-function-link-action)
24863         (widget-variable-link-action, widget-file-link-action)
24864         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24865         (widget-field-prompt-internal, widget-field-action, widget-field-match)
24866         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24867         (widget-insert-button-action, widget-delete-button-action, visibility)
24868         (widget-documentation-link-action, widget-documentation-string-action)
24869         (widget-const-prompt-value, widget-regexp-match, symbol)
24870         (widget-coding-system-prompt-value)
24871         (widget-key-sequence-value-to-external, sexp)
24872         (widget-sexp-value-to-internal, character, vector, cons)
24873         (widget-choice-prompt-value, widget-boolean-prompt-value)
24874         (widget-color--choose-action): Mark unused parameters.
24875         (widget-item-match-inline, widget-choice-match-inline)
24876         (widget-checklist-match, widget-checklist-match-inline)
24877         (widget-group-match): Rename parameter VALUES to VALS.
24878         (widget-field-value-set): Remove unused variable `size'.
24879         (widget-color-action): Remove unused variables `value' and `start'.
24881         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24882         variable `dir'.  Doc fix.
24883         (windmove-find-other-window): Don't pass it.
24885         * window.el (count-windows): Mark unused parameter.
24886         (bw-adjust-window): Remove unused variable `err'.
24888         * woman.el (woman-file-name): Remove unused variable `default'.
24889         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24890         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24891         (global-font-lock-mode): Declare.
24892         (woman-decode-region): Mark unused parameter.
24893         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24895         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24896         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24897         (x-dnd-handle-moz-url): Remove unused variable `title'.
24898         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24900         * xml.el (xml-parse-tag, xml-parse-attlist):
24901         Remove unused variable `pos'.
24903 2011-04-19  Glenn Morris  <rgm@gnu.org>
24905         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24906         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24907         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24908         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24909         * calendar/cal-html.el (cal-html-insert-minical):
24910         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24911         (calendar-mark-date-pattern):
24912         Prefix "unused" locals.
24914         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24915         optional argument `style'.
24917         * calendar/appt.el (appt-make-list):
24918         * calendar/cal-china.el (calendar-chinese-date-string):
24919         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24920         (diary-hebrew-yahrzeit):
24921         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24922         * calendar/calendar.el (calendar-generate-window):
24923         * calendar/time-date.el (time-to-days):
24924         Remove unused local variables.
24926 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
24928         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24929         glyphless-char-display table.
24930         (tabulated-list-glyphless-char-display): New var.
24932 2011-04-18  Sam Steingold  <sds@gnu.org>
24934         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24935         to acknowledgments.
24937 2011-04-17  Glenn Morris  <rgm@gnu.org>
24939         * calendar/diary-lib.el (diary-sexp-entry):
24940         * calendar/holidays.el (holiday-sexp):
24941         Set debug-on-error rather than the removed stack-trace-on-error.
24943 2011-04-16  Glenn Morris  <rgm@gnu.org>
24945         * progmodes/f90.el: Use lexical-binding.
24946         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24948 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24950         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24951         (mail-mode): Setup mailalias completion here instead.
24952         * mail/mailalias.el: Use lexical-binding.
24953         (pattern, mailalias-done): Declare dynamic.
24954         (mail-completion-at-point-function): New function, from mail-complete.
24955         (mail-complete): Use it.
24956         (mail-completion-expand): New function.
24957         (mail-get-names): Use it.
24958         (mail-directory, mail-directory-process, mail-directory-stream):
24959         Don't use `pattern' for lexically bound arg.
24961         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24963         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24964         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24965         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24967         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24968         (byte-save-window-excursion, byte-temp-output-buffer-setup)
24969         (byte-interactive-p): Define them again, for use when inlining
24970         old code.
24972 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
24974         * loadup.el: Use `string-to-number', not `string-to-int'.
24976 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24978         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24979         gud-gdb-complete-command.
24980         (gud-gdb-completions): New function, from gud-gdb-complete-command.
24981         (gud-gdb-completion-at-point): New function.
24982         (gud-gdb-completions): Remove.
24984 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
24986         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24987         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
24988         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24989         whether `executable-find' is bound.
24991         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24993 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24995         * minibuffer.el (completion-in-region-mode-predicate)
24996         (completion-in-region-mode--predicate): New vars.
24997         (completion-in-region, completion-in-region--postch)
24998         (completion-in-region-mode): Use them.
24999         (completion--capf-wrapper): Also return the hook function.
25000         (completion-at-point, completion-help-at-point):
25001         Adjust and provide a predicate.
25003         Preserve arg names for advice of subr and lexical functions (bug#8457).
25004         * help-fns.el (help-function-arglist): Consolidate the subr and
25005         new-byte-code cases.  Add argument `preserve-names' to extract names
25006         from the docstring when needed.
25007         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25008         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25009         (ad-arglist): Use help-function-arglist's new arg.
25010         (ad-definition-type): Use cond.
25012 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
25014         * autorevert.el (auto-revert-handler):
25015         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25016         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25017         Don't quote lambda.
25019         * image-mode.el (image-transform-set-scale):
25020         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25022 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25024         * net/network-stream.el (network-stream-open-starttls): Only do
25025         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25026         Upgrades via gnutls-cli are too slow to be done opportunistically.
25028 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
25030         * dframe.el (dframe-current-frame): Remove spurious quote.
25032 2011-04-12  Glenn Morris  <rgm@gnu.org>
25034         * calendar/cal-tex.el (cal-tex-end-document):
25035         Try to automatically use latin1 input if needed.
25037         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25038         Don't try to cons a mark onto an empty element.
25040 2011-04-11  Leo Liu  <sdl.web@gmail.com>
25042         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25043         buffers.
25044         (ido-kill-buffer-at-head): Support killing virtual buffers.
25046 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
25048         * minibuffer.el (completion-show-inline-help): New var.
25049         (completion--do-completion, minibuffer-complete)
25050         (minibuffer-force-complete, minibuffer-complete-word):
25051         Inhibit minibuffer messages if completion-show-inline-help is nil.
25053         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25054         to avoid interference from inline help (Bug#5849).
25056 2011-04-10  Leo Liu  <sdl.web@gmail.com>
25058         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25059         Fix typo.
25061 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
25063         * image-mode.el (image-toggle-display-image): Signal an error if
25064         not in Image mode.
25065         (image-transform-mode, image-transform-resize)
25066         (image-transform-set-rotation): Doc fix.
25067         (image-transform-set-resize): Delete.
25068         (image-transform-set-scale, image-transform-fit-to-height)
25069         (image-transform-fit-to-width): Handle image-toggle-display-image
25070         and image-transform-resize directly.
25072 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
25074         * doc-view.el (doc-view-fit-width-to-window)
25075         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25076         New functions for fitting the shown image to the Emacs window size.
25077         (doc-view-mode-map): Add bindings for the new functions.
25079 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
25081         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25082         Fix typo in docstring.
25084 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25086         * files.el (file-size-human-readable): Produce one digit after
25087         decimal, like "ls -lh" does.
25089         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25090         the file size representation.
25092         * simple.el (list-processes): If async subprocesses are not
25093         available, error out with a clear error message.
25095 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
25097         * help.el (help-form-show): New function, to be called from C.
25098         Put help-form output in a buffer named differently than *Help*.
25100 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25102         * files.el (file-size-human-readable): New function.
25104         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25105         computing the representation inline.  Don't require `cl'.
25107 2011-04-08  Glenn Morris  <rgm@gnu.org>
25109         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25111         * net/browse-url.el (browse-url-firefox):
25112         Test system-type, not system-configuration.
25114         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25115         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25116         Use log-edit-empty-buffer-p.  (Bug#7598)
25118         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25119         (rlogin-mode-map): Initialize in the defvar.
25120         (rlogin): Use ignore-errors.
25122         * replace.el (occur-mode-map): Some fixes for menu items.
25124 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25126         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25128 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25130         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25131         issuing unused warnings.
25133         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25134         macro directly.
25136         * simple.el: Lisp reimplement of list-processes.  Based on an
25137         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25138         (process-menu-mode): New major mode.
25139         (list-processes--refresh, list-processes):
25140         (process-menu-visit-buffer): New functions.
25142         * files.el (save-buffers-kill-emacs): Don't assume any return
25143         value of list-processes, which is undocumented anyway.
25145 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25147         * emacs-lisp/tabulated-list.el: New file.
25149         * emacs-lisp/package.el: Use Tabulated List mode.
25150         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25151         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25152         table format using Tabulated List mode variables.
25153         (package--push): New macro, replacing package-list-maybe-add.
25154         (package-menu--generate): Use package--push.  Renamed from
25155         package--generate-package-list.
25156         (package-menu-refresh, list-packages): Use it.
25157         (package-menu--print-info): Rename from package-print-package.
25158         Return insertion data instead of inserting it directly.
25159         (package-menu-describe-package, package-menu-execute):
25160         Use tabulated-list-get-id.
25161         (package-menu-mark-delete, package-menu-mark-install)
25162         (package-menu-mark-unmark, package-menu-backup-unmark)
25163         (package-menu-mark-obsolete-for-deletion):
25164         Use tabulated-list-put-tag.
25165         (package--list-packages, package-menu-revert)
25166         (package-menu-get-package, package-menu-get-version)
25167         (package-menu-sort-by-column): Functions deleted.
25168         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25169         (package-menu--status-predicate, package-menu--version-predicate)
25170         (package-menu--name-predicate)
25171         (package-menu--description-predicate): Handle arguments in the
25172         Tabulated List format.
25173         (package-list-packages-no-fetch): Call list-packages.
25175 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25177         * files.el (after-find-file-from-revert-buffer): Remove variable.
25178         (after-find-file): Don't bind it.
25179         (revert-buffer-in-progress-p): New variable.
25180         (revert-buffer): Bind it.
25181         Pass nil for `after-find-file-from-revert-buffer'.
25183         * saveplace.el (save-place-find-file-hook): Use new variable
25184         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25186 2011-04-06  Glenn Morris  <rgm@gnu.org>
25188         * Makefile.in (AUTOGEN_VCS): New variable.
25189         (autoloads): Use $AUTOGEN_VCS.
25191         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25192         * calendar/calendar.el (calendar-mode-map):
25193         Check for toolkit scroll bars.  (Bug#8305)
25195 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25197         * minibuffer.el (completion-in-region--postch)
25198         (completion-in-region-mode): Remove unnecessary messages.
25200 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25202         * font-lock.el (font-lock-refresh-defaults):
25203         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25204         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25206         * info.el (Info-directory-list, Info-read-node-name-2)
25207         (Info-split-parameter-string): Doc fixes.
25208         (Info-virtual-nodes): Reflow docstring.
25209         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25210         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25211         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25212         Fix typos in docstrings.
25213         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25214         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25215         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25216         (Info-restore-desktop-buffer): Mark unused parameters.
25217         (Info-directory-find-file, Info-directory-find-node)
25218         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25219         (Info-virtual-index-find-node, Info-apropos-find-file)
25220         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25221         Mark unused parameters; fix typos in docstrings.
25222         (Info-virtual-index): Remove unused local variable `nodename'.
25224 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25226         * net/rcirc.el: Update my e-mail address.
25227         (rcirc-mode-map): Remove M-o binding.
25229 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25231         * startup.el (command-line): Save the cursor's theme-face
25232         directly, instead of using face-override-spec.
25234         * custom.el (load-theme): Minor optimization in assigning faces.
25236 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25238         * help-fns.el (describe-variable): Complete all variables having
25239         documentation, including keywords.
25240         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25242 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25244         Convert to lexical-binding.
25246         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25247         (bs--get-marked-string, bs--get-modified-string)
25248         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25249         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25250         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25252         * ehelp.el (electric-help-execute-extended)
25253         (electric-help-ctrl-x-prefix):
25254         * hexl.el (hexl-revert-buffer-function):
25255         * linum.el (linum-after-change, linum-after-scroll):
25256         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25258         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25260 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25262         * epa-dired.el:
25263         * epa-mail.el:
25264         * epa-hook.el:
25265         * epa-file.el:
25266         * epa.el:
25267         * epg.el: Use lexical binding.
25269 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25271         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25273         * textmodes/flyspell.el (flyspell-word): Recognize default
25274         dictionary case for flyspell-mark-duplications-exceptions.
25275         Use regexp matching for languages.
25276         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25277         default dictionary (Bug#7926).
25279 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25281         * emacs-lisp/package.el (package--with-work-buffer):
25282         Recognize https URLs.
25284         * net/network-stream.el: Move from gnus/proto-stream.el.
25285         Change prefix to network-stream throughout.
25286         (open-protocol-stream): Merge into open-network-stream, leaving
25287         open-protocol-stream as an alias.  Handle nil BUFFER args.
25289         * subr.el (open-network-stream): Move to net/network-stream.el.
25291 2011-04-02  Glenn Morris  <rgm@gnu.org>
25293         * find-dired.el (find-exec-terminator): New option.
25294         (find-ls-option): Test for -ls support.
25295         (find-ls-subdir-switches): Test for -b in find-ls-option.
25296         (find-dired, find-grep-dired): Doc fixes.
25297         (find-dired): Use find-exec-terminator.
25299         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25300         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25301         (find-name-arg): Remove purecopy.
25303         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25304         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25305         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25306         accordingly.  Don't add the null-device if not needed.
25308         * files.el (save-some-buffers): Doc fix.
25310 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25312         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25314 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
25316         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25317         Use `dolist' rather than `mapcar'.
25319 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25321         Add lexical binding.
25323         * subr.el (apply-partially): Use new closures rather than CL.
25324         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25325         (dolist, dotimes): Use slightly different expansion for lexical code.
25326         (functionp): Move to C.
25327         (letrec): New macro.
25328         (with-wrapper-hook): Use it and apply-partially instead of CL.
25329         (eval-after-load): Preserve lexical-binding.
25330         (save-window-excursion, with-output-to-temp-buffer): Turn them
25331         into macros.
25333         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25335         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25336         than the arglist.
25337         (help-add-fundoc-usage): Don't add `Not documented'.
25338         (help-function-arglist): Handle closures, subroutines, and new
25339         byte-code-functions.
25340         (help-make-usage): Remove leading underscores.
25341         (describe-function-1): Handle closures.
25342         (describe-variable): Use special-variable-p for completion.
25344         * files.el (lexical-binding): Declare safe.
25346         * emacs-lisp/pcase.el: Don't use destructuring-bind.
25347         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
25348         (pcase): Add `let' pattern.
25349         Change memoization so it actually works.
25350         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25351         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25352         <let>: New case.
25354         * emacs-lisp/macroexp.el: Use lexical binding.
25355         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
25356         Don't convert ' to #' without checking that it's indeed quoting
25357         a lambda.
25359         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25360         Use eval-sexp-add-defvars.
25361         (eval-sexp-add-defvars): New fun.
25363         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25365         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25366         Don't autoload.
25367         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25368         than the internal `byte-compile-lambda'.
25369         (defmethod): Don't hide code under quotes.
25370         (eieio-defmethod): New `code' argument.
25372         * emacs-lisp/eieio-comp.el: Remove.
25374         * emacs-lisp/edebug.el (edebug-eval-defun)
25375         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25376         (edebug-toggle): Avoid `eval'.
25378         * emacs-lisp/disass.el (disassemble-internal): Handle new
25379         `closure' objects.
25380         (disassemble-1): Handle new byte codes.
25382         * emacs-lisp/cl.el (pushnew): Silence warning.
25384         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25385         (cl-byte-compile-throw): Remove.
25386         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25388         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25389         closures.
25391         * emacs-lisp/cconv.el: New file.
25393         * emacs-lisp/bytecomp.el: Use lexical binding instead of
25394         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
25395         (byte-compile-initial-macro-environment):
25396         Handle declare-function here.
25397         (byte-compile--lexical-environment): New var.
25398         (byte-stack-ref, byte-stack-set, byte-discardN)
25399         (byte-discardN-preserve-tos): New lap codes.
25400         (byte-interactive-p): Don't use any more.
25401         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25402         New macros.
25403         (byte-compile-lapcode): Use them and handle new lap codes.
25404         (byte-compile-obsolete): Remove.
25405         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25406         (byte-compile-arglist-warn): Check late def of inlinable funs.
25407         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25408         since they should have been expanded by now.
25409         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25410         (byte-compile-from-buffer): Remove unused second arg.
25411         (byte-compile-preprocess): New function.
25412         (byte-compile-toplevel-file-form): New function to distinguish
25413         file-form calls from outside from file-form calls from hunk-handlers.
25414         (byte-compile-file-form): Simplify.
25415         (byte-compile-file-form-defsubst): Remove.
25416         (byte-compile-file-form-defmumble): Simplify now that
25417         byte-compile-lambda always returns a byte-code-function.
25418         (byte-compile): Preprocess.
25419         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25420         Remove, not used any more.
25421         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25422         (byte-compile-make-args-desc): New funs.
25423         (byte-compile-lambda): Handle lexical functions.  Always return
25424         a byte-code-function.
25425         (byte-compile-reserved-constants): New var, to make up room for
25426         closed-over variables.
25427         (byte-compile-constants-vector): Obey it.
25428         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25429         (byte-compile-macroexpand-declare-function): New function.
25430         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25431         byte-code-functions.
25432         (byte-compile-form): Check obsolescence here.
25433         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25434         (byte-compile-variable-ref): Remove.
25435         (byte-compile-dynamic-variable-op): New fun.
25436         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25437         (byte-compile-variable-set): New funs.
25438         (byte-compile-discard): Add 2 args.
25439         (byte-compile-stack-ref, byte-compile-stack-set)
25440         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25441         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25442         macroexpand-all instead.
25443         (byte-compile-quote-form): Remove.
25444         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25445         (byte-compile-bind, byte-compile-unbind): New funs.
25446         (byte-compile-let): Handle let* and lexical binding.
25447         (byte-compile-let*): Remove.
25448         (byte-compile-catch, byte-compile-unwind-protect)
25449         (byte-compile-track-mouse, byte-compile-condition-case):
25450         Handle a new :fun-body form, used for lexical scoping.
25451         (byte-compile-save-window-excursion)
25452         (byte-compile-with-output-to-temp-buffer): Remove.
25453         (byte-compile-defun): Simplify.
25454         (byte-compile-stack-adjustment): New fun.
25455         (byte-compile-out): Use it.
25456         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25458         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25459         handler any more.
25461         * emacs-lisp/byte-opt.el: Use lexical binding.
25462         (byte-inline-lapcode): Remove (to bytecomp).
25463         (byte-compile-inline-expand): Pay attention to inlining to/from
25464         lexically bound code.
25465         (byte-compile-unfold-lambda): Don't handle byte-code-functions
25466         any more.
25467         (byte-optimize-form-code-walker): Don't handle save-window-excursion
25468         any more and don't call compiler-macros.
25469         (byte-compile-splice-in-already-compiled-code): Remove.
25470         (byte-code): Don't inline any more.
25471         (disassemble-offset): Receive `bytes' as argument rather than via
25472         dynamic scoping.
25473         (byte-compile-tag-number): Declare before first use.
25474         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25475         `return' even if make-spliceable.
25476         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25477         obsolete interactive-p.
25478         (byte-optimize-lapcode): Optimize new lap-codes.
25479         Don't trip up on new form of `byte-constant' lap code.
25481         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25483         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25485         * custom.el (custom-initialize-default, custom-declare-variable):
25486         Use `defvar'.
25488         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25489         New variables.
25490         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25491         (COMPILE_FIRST): Add macroexp and cconv.
25492         * makefile.w32-in: Mirror changes in Makefile.in.
25494         * vc/cvs-status.el:
25495         * vc/diff-mode.el:
25496         * vc/log-edit.el:
25497         * vc/log-view.el:
25498         * vc/smerge-mode.el:
25499         * textmodes/bibtex-style.el:
25500         * textmodes/css-mode.el:
25501         * startup.el:
25502         * uniquify.el:
25503         * minibuffer.el:
25504         * newcomment.el:
25505         * reveal.el:
25506         * server.el:
25507         * mpc.el:
25508         * emacs-lisp/smie.el:
25509         * doc-view.el:
25510         * dired.el:
25511         * abbrev.el: Use lexical binding.
25513 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
25515         * info.el (info-display-manual): New function.
25517 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25519         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25521 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
25523         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25524         an entry for that server in rcirc-authinfo.  (Bug#8385)
25526 2011-03-31  Glenn Morris  <rgm@gnu.org>
25528         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25530         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25532 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
25534         * progmodes/python.el (python-default-interpreter)
25535         (python-python-command-args, python-jython-command-args)
25536         (python-which-shell, python-which-args, python-which-bufname)
25537         (python-file-queue, python-comint-output-filter-function)
25538         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25539         variables and functions.
25541 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25543         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25544         (completion-in-region-mode): New minor mode.
25545         (completion-in-region): Use it.
25546         (completion-in-region--data, completion-in-region-mode-map): New vars.
25547         (completion-in-region--postch): New function.
25548         (completion--capf-misbehave-funs, completion--capf-safe-funs):
25549         New vars.
25550         (completion--capf-wrapper): New function.
25551         (completion-at-point): Use it to track well-behavedness of
25552         hook functions.
25553         (completion-help-at-point): New command.
25555 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
25557         * vc/add-log.el (add-change-log-entry): Don't use whitespace
25558         syntax class to search for whitespace on a single line
25559         (Message-ID: <4D938140.4030905@redhat.com>).
25561 2011-03-30  Leo Liu  <sdl.web@gmail.com>
25563         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25564         New commands.
25565         (edit-abbrevs-map): Bind them here.
25566         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
25568 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
25570         * allout.el (allout-hide-by-annotation, allout-flag-region):
25571         Reduce possibility of overlay leakage by making them volatile.
25573         * allout-widgets.el (allout-widgets-tally): Define as nil so the
25574         hash is not shared between buffers.  Mode initialization is
25575         responsible for giving it a useful starting value.
25576         (allout-item-span): Reduce possibility of overlay leakage by
25577         making them volatile.
25578         (allout-widgets-count-buttons-in-region): Add diagnostic function
25579         for tracking down button overlay leaks.
25581 2011-03-29  Leo Liu  <sdl.web@gmail.com>
25583         * ido.el (ido-read-internal): Use the default history var
25584         minibuffer-history if no HISTORY is specified.
25586 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
25588         * net/imap.el (imap-shell-open, imap-process-connection-type):
25589         Use imap-process-connection-type for 'shell' streams as well as
25590         Kerberos, SSL, other subprocesses.
25592 2011-03-28  Leo Liu  <sdl.web@gmail.com>
25594         * abbrev.el (abbrev-table-empty-p): New function.
25595         (prepare-abbrev-list-buffer): Place empty abbrev tables after
25596         nonempty ones.  (Bug#5937)
25598 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
25600         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25602 2011-03-27  Leo Liu  <sdl.web@gmail.com>
25604         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25605         for foreground and background colors.
25606         (ansi-color-make-color-map): Adapt.
25608 2011-03-25  Leo Liu  <sdl.web@gmail.com>
25610         * midnight.el (midnight-time-float): Remove.  Note it calculates
25611         the microsecond component incorrectly and seconds-to-time does the
25612         same job.
25613         Remove redundant (require 'timer).
25615         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25616         (ido-completions): Remove unused arguments.  (Bug#8329)
25618 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25620         * minibuffer.el (completion--flush-all-sorted-completions):
25621         Remove itself from hook.
25622         (completion-at-point): Let the functions perform the completion
25623         immediately and return nil or t.
25624         * comint.el (comint-dynamic-complete-functions): Now identical to
25625         completion-at-point-functions.
25626         (comint-dynamic-list-input-ring): Remove unused var `index'.
25627         (comint--match-partial-filename, comint--unquote&expand-filename):
25628         New funs, split from comint-match-partial-filename.
25629         (comint-dynamic-complete): Use completion-at-point.
25630         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25632 2011-03-24  Drew Adams  <drew.adams@oracle.com>
25634         * thingatpt.el: Support `defun'.
25636 2011-03-23  Leo Liu  <sdl.web@gmail.com>
25638         * abbrevlist.el: Move to obsolete/abbrevlist.el.
25640         * help-mode.el (help-mode-finish): Tweak regexp.
25642 2011-03-23  Glenn Morris  <rgm@gnu.org>
25644         * eshell/esh-opt.el (eshell-eval-using-options):
25645         Do not bind unused local variable `eshell-option-stub'.
25647         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25649 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25651         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25652         keymap variable in `with-no-warnings' to avoid a warning when the
25653         keymap has been already `defconst'ed.
25655 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25657         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25658         encode all chars in abbrevs; otherwise use emacs-mule or
25659         utf-8-emacs.  (Bug#8308)
25661 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25663         * simple.el (backward-delete-char-untabify):
25664         Avoid warning about using `delete-backward-char'.
25666         * image.el (image-type-file-name-regexps): Make it variable.
25667         `imagemagick-register-types' modifies it, and the user may want
25668         to add new extensions for known image types.
25669         (imagemagick-register-types): Throw error if not using ImageMagick.
25671 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25673         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25674         located before rcirc-prompt-end-marker.
25675         (rcirc-complete): Error if point is not after rcirc prompt.
25676         Handle the case when table is nil.
25677         (rcirc-user-authenticated): Define to fix compiler warning.
25679 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
25681         * custom.el (custom--inhibit-theme-enable): Make it affect only
25682         custom-theme-set-variables and custom-theme-set-faces.
25683         (provide-theme): Ignore custom--inhibit-theme-enable.
25684         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25685         (custom-enabling-themes): Delete variable.
25686         (enable-theme): Accept only loaded themes as arguments.
25687         Ignore the special custom-enabled-themes variable.
25688         (custom-enabled-themes): Forbid themes from setting this.
25689         Eliminate use of custom-enabling-themes.
25690         (custom-push-theme): Quote "changed" custom var entry.
25692 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25694         * ido.el (ido-read-internal): Add ido-selected to history instead
25695         of user input.
25697 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25699         * subr.el (deferred-action-list, deferred-action-function):
25700         Mark obsolete.
25702 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25704         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25705         change on 2011-02-13 (bug#8309).
25707         * minibuffer.el (read-file-name-function): Change default value.
25708         (read-file-name--defaults): Rename from read-file-name-defaults.
25709         (read-file-name-default): Rename from read-file-name.
25710         (read-file-name): Call read-file-name-function.
25712 2011-03-21  Glenn Morris  <rgm@gnu.org>
25714         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25715         Doc fixes.
25717 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
25719         * cus-theme.el: Add missing provide statement.
25720         (customize-create-theme): Extract theme value correctly.
25721         (custom-theme-visit-theme): Autoload.
25722         (customize-create-theme): Prompt before inserting default faces.
25724 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
25726         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25727         units and musical notes.
25729 2011-03-20  Leo Liu  <sdl.web@gmail.com>
25731         * ido.el (ido-read-internal): Use completing-read-default.
25732         (ido-completing-read): Fix compatibility with completing-read.
25734 2011-03-20  Christian Ohler  <ohler@gnu.org>
25736         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25737         (ert-delete-all-tests): Use `called-interactively-p' rather than
25738         `interactive-p'.
25739         (ert--make-xrefs-region): Respect END.
25741 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25743         * dired-aux.el (dired-create-directory): Signal an error if the
25744         directory already exists (Bug#8246).
25746         * facemenu.el (list-colors-display): Call list-faces-display
25747         inside with-help-window.
25748         (list-colors-print): Use display property to align the final
25749         column, instead of checking window-width.
25751 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
25753         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25754         windows-nt systems.
25755         (emerge-protect-metachars): Quote correctly for ms-dos and
25756         windows-nt systems.
25758 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
25760         * info.el (info-initialize): Replace all uses of `:' with
25761         path-separator for compatibility with non-Unix systems.
25762         Cache quoting of path-separator.  (Bug#8258)
25764 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
25766         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25767         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25768         (mouse-avoidance-mode): Fix typos in docstrings.
25770 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25772         * startup.el (package-subdirectory-regexp): Move from package.el.
25773         Omit \\` and \\', and let callers add them.
25775         * emacs-lisp/package.el (package-strip-version)
25776         (package-load-all-descriptors): Add \\` and \\' to
25777         package-subdirectory-regexp before using it.
25778         (package-untar-buffer): New arg DIR; ensure that file untars only
25779         into this expected directory.  Remove superfluous delete-region.
25780         (package-unpack): Caller changed.
25781         (package-tar-file-info): Use package-subdirectory-regexp.
25783 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25785         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25786         diff-mode-shared-map (bug#8284).
25787         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25789 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25791         * calendar/time-date.el (format-seconds): Use assoc instead of
25792         assoc-string, since assoc-string doesn't exist in XEmacs.
25794 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
25796         * custom.el (custom-known-themes): Reflow docstring.
25797         (custom-theme-load-path): Fix typo in docstring.
25798         (load-theme): Fix typo in error message.
25799         (custom-available-themes, custom-variable-theme-value):
25800         Use `let', not `let*'.
25802 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
25804         * calc/README: Mention inclusion of musical notes.
25806         * calc/calc-units.el (calc-lu-quant): Rename from
25807         `calc-logunits-quantity'.
25808         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25809         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25810         (calc-db): Rename from `calc-dblevel'.
25811         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25812         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25813         (calc-np): Rename from `calc-nplevel'.
25814         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25815         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25816         (calc-lu-plus): Rename from `calc-logunits-add'.
25817         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25818         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25819         (calc-lu-minus): Rename from `calc-logunits-sub'.
25820         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25821         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25822         (calc-lu-times): Rename from `calc-logunits-mul'.
25823         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25824         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25825         (calc-lu-divide): Rename from `calc-logunits-div'.
25826         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25827         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25829         * calc/calc-ext.el (calc-init-extensions): Update the names of the
25830         functions being autoloaded.
25832         * calc/calc.el (calc-lu-power-reference): Rename from
25833         `calc-logunits-power-reference'.
25834         (calc-lu-field-reference): Rename from
25835         `calc-logunits-field-reference'.
25837         * calc/calc-help.el (calc-l-prefix-help):
25838         Mention musical note functions.
25840 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25842         * minibuffer.el (completion-all-sorted-completions):
25843         Use :completion-cycle-penalty text property if present.
25845 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
25847         * allout.el (allout-yank-processing): Adjust for new rebulleting
25848         regime so bullet being yanked is used without prompting the user
25849         for a choice.
25851 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25853         * startup.el (command-line): Warn the user that _emacs is deprecated.
25855 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25857         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25858         (delphi-verbose, delphi-comment-face, delphi-string-face)
25859         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25860         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25861         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25862         (delphi-new-comment-line, delphi-font-lock-defaults)
25863         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25864         Fix typos in docstrings.
25866 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
25868         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25869         Invert the roles of character and string values for INSTEAD, so a
25870         string is used for the more common case of a defaulting prompt.
25872 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25874         * progmodes/ruby-mode.el (ruby-backward-sexp):
25875         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25876         * play/gamegrid.el (gamegrid-make-face):
25877         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25878         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25879         * notifications.el (notifications-notify):
25880         * net/xesam.el (xesam-search-engines):
25881         * net/quickurl.el (quickurl-list-insert):
25882         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25884 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
25886         * startup.el (command-line): Update package subdirectory regexp.
25888 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25890         * allout.el (allout-abbreviate-flattened-numbering)
25891         (allout-mode-deactivate-hook): Fix up obsolescence "date".
25893         * subr.el (read-char-choice): Only show the cursor after the prompt,
25894         not after the answer.
25896 2011-03-15  Kevin Ryde  <user42@zip.com.au>
25898         * help-fns.el (variable-at-point): Skip leading quotes, if any
25899         (bug#8253).
25901 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25903         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25904         warning message.
25906 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
25908         * shell.el (shell): When called interactively, offer to change the
25909         shell file name on remote hosts.
25911 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
25913         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25914         integration for LDAP parameters.  The host, base, user or binddn,
25915         and secret tokens can be specified in a netrc file, for instance.
25916         This is optional because an `auth-source' parameter must be
25917         specified in the search attributes.
25919 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
25921         * help.el (describe-mode): Link to the mode's definition (bug#8185).
25923 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25925         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25926         into declaration.  Remove redundant and harmful binding.
25928 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
25930         * files.el (file-ownership-preserved-p): Pass `integer' as an
25931         explicit 2nd argument to `file-attributes'.  If the file's owner
25932         is the Administrators group on Windows, and the current user is
25933         Administrator, consider that a match.
25935         * server.el (server-ensure-safe-dir): Consider server directory
25936         safe on MS-Windows if its owner is the Administrators group while
25937         the current Emacs user is Administrator.  Use `=' to compare
25938         numerical UIDs, since they could be integers or floats.
25940 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
25942         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25944 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
25946         Sync with Tramp 2.2.1.
25948         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25950         * net/trampver.el: Update release number.
25952 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25954         * progmodes/compile.el (compilation--previous-directory): Fix up
25955         various nil/dead-marker mismatches (bug#8014).
25956         (compilation-directory-properties, compilation-error-properties):
25957         Don't call it at a position past the one we're about to change.
25959         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25960         Disable obsolescence warnings in the file that declares it.
25962 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
25964         * allout-widgets.el (allout-widgets-tally):
25965         Initialize allout-widgets-tally as a hash table rather than nil to
25966         prevent mode-line redisplay warnings.  Also, clarify the module
25967         description and fix a comment typo.
25969 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
25971         * help-fns.el (describe-variable): Don't complete keywords.
25972         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25974 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
25976         * emacs-lisp/package.el (package-version-join): Impose a standard
25977         string representation for pre/alpha/beta version lists.
25978         (package-unpack-single): Standardize the directory name by passing
25979         it through package-version-join.
25980         (package-strip-rcs-id): Accept any version string that does not
25981         signal an error in version-to-list.
25983 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
25985         * simple.el (delete-trailing-whitespace): Return nil for the
25986         benefit of `write-file-functions'.
25988 2011-03-10  Glenn Morris  <rgm@gnu.org>
25990         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25992         * vc/vc-git.el (vc-git-program): New option.
25993         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25994         (vc-git--call): Use it.
25996         * eshell/esh-util.el (eshell-condition-case): Doc fix.
25998         * cus-edit.el (Custom-newline): If no button at point, look
25999         for a subgroup button at start-of-line.  (Bug#2298)
26001         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26003 2011-03-10  Julien Danjou  <julien@danjou.info>
26005         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26006         `cursor-type' is nil.
26008 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
26010         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26012 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
26014         * allout.el: Change so yank of distinctive-bullet items
26015         preserves the existing header prefix, rebulleting it if necessary,
26016         rather than replacing it.  This is necessary for proper operation
26017         of cooperative addons like allout-widgets.
26018         (allout-make-topic-prefix, allout-rebullet-heading):
26019         Change SOLICIT arg to INSTEAD, and interpret additionally a string
26020         value as alternate bullet to be used, instead of prompting the user
26021         for a bullet character.
26023 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
26025         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26026         Do not use `tramp-file-name-port', because this returns also
26027         `tramp-default-port'.
26029 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
26031         * net/rcirc.el (rcirc-handler-001): Remove useless
26032         with-rcirc-process-buffer.
26033         (rcirc-check-auth-status): Swap arguments to string-match.
26035 2011-03-09  Glenn Morris  <rgm@gnu.org>
26037         * shell.el (shell-mode):
26038         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
26040         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26041         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
26043 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26045         * emacs-lisp/package.el (package-refresh-contents)
26046         (package-menu-execute): Use condition-case-no-debug.
26048 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
26050         * simple.el (shell-command-to-string): Use `process-file'.
26052         * emacs-lisp/package.el (package-tar-file-info): Handle also
26053         remote files.
26055         * emacs-lisp/package-x.el (package-upload-buffer-internal):
26056         Use `equal' for upload base check.
26058 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
26060         * textmodes/texinfo.el (texinfo-environments):
26061         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
26063 2011-03-08  Glenn Morris  <rgm@gnu.org>
26065         * cus-start.el (cursor-in-non-selected-windows):
26066         Fix :set quoting oddness.  (Bug#8192)
26068         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26069         in some setf expressions.  (Bug#2159)
26071 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26073         * custom.el (custom-available-themes): Return themes in
26074         alphabetical order.
26076 See ChangeLog.15 for earlier changes.
26078 ;; Local Variables:
26079 ;; coding: utf-8
26080 ;; End:
26082   Copyright (C) 2011-2013 Free Software Foundation, Inc.
26084   This file is part of GNU Emacs.
26086   GNU Emacs is free software: you can redistribute it and/or modify
26087   it under the terms of the GNU General Public License as published by
26088   the Free Software Foundation, either version 3 of the License, or
26089   (at your option) any later version.
26091   GNU Emacs is distributed in the hope that it will be useful,
26092   but WITHOUT ANY WARRANTY; without even the implied warranty of
26093   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26094   GNU General Public License for more details.
26096   You should have received a copy of the GNU General Public License
26097   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.