* net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
[emacs.git] / lisp / ChangeLog
blob2423acc56671c2382622e8f1e96d0e13059c2448
1 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
5 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
7         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8         file extensions from the archive-mode entry in order to prefer
9         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11 2013-04-18  Leo Liu  <sdl.web@gmail.com>
13         * bindings.el (help-event-list): Add ?\?.
15 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * subr.el (with-wrapper-hook): Declare obsolete.
18         * simple.el (filter-buffer-substring-function): New hook.
19         (filter-buffer-substring): Use it.
20         (filter-buffer-substring-functions): Mark obsolete.
21         * minibuffer.el (completion-in-region-function): New hook.
22         (completion-in-region): Use it.
23         (completion-in-region-functions): Mark obsolete.
24         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
25         * abbrev.el (abbrev-expand-function): New hook.
26         (expand-abbrev): Use it.
27         (abbrev-expand-functions): Mark obsolete.
28         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
29         and :filter-return.
31 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
33         * progmodes/python.el (python-nav--syntactically): Fix cornercases
34         and do not care about match data.
36 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
39         completion tables when completing error conditions and
40         `declare' arguments.
41         (lisp-complete-symbol, field-complete): Mark as obsolete.
42         (check-parens): Unmatched parens are user errors.
43         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
45 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
47         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
48         command changed buffer (ie. `flyspell-pre-buffer' is not current
49         buffer), which prevents making decisions based on invalid value of
50         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
51         cause an error when `flyspell-pre-point' was nil after switching
52         buffers.
53         (flyspell-post-command-hook): No longer needs to change buffers when
54         checking pre-word.  While at it remove unnecessary progn.
56 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
58         * textmodes/ispell.el (ispell-add-per-file-word-list):
59         Fix `flyspell-correct-word-before-point' error when accepting
60         words and `coment-padding' is an integer by using
61         `comment-normalize-vars' (Bug #14214).
63 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
65         New defun movement commands.
66         * progmodes/python.el (python-nav--syntactically)
67         (python-nav--forward-defun, python-nav-backward-defun)
68         (python-nav-forward-defun): New functions.
70 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
72         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
73         (python-syntax-context): Use named compiler-macro for backwards
74         compatibility with Emacs 24.x.
76 2013-04-17  Leo Liu  <sdl.web@gmail.com>
78         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
79         octave-hide-process-buffer.
81 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
84         (bug#14216).
86 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
88         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
89         Fix adjustment of offset when receiving incomplete responses from GDB
90         (bug#14129).
92 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
94         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
95         python-mode-abbrev-table.
96         (python-skeleton-define): Adjust accordingly.
97         (python-mode-abbrev-table): New table that inherits from it so that
98         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
100         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
101         (abbrev-symbol): Use it.
102         (abbrev--before-point): Use it since we already handle inheritance.
104 2013-04-16  Leo Liu  <sdl.web@gmail.com>
106         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
107         binding to info-lookup-symbol.
109 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
111         * minibuffer.el (completion--twq-all):
112         * term/ns-win.el (ns-initialize-window-system):
113         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
115 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
118         global bindings.
120         * doc-view.el (doc-view-start-process): Handle url-handler directories.
122 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
124         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
125         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
126         to nil.
127         (ruby-end-of-defun): Remove the unused arg, change the docstring
128         to reflect that this function is only used as the value of
129         `end-of-defun-function'.
130         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
131         to reflect an earlier change that beginning/end-of-defun functions
132         jump between methods in a class definition, as well as top-level
133         functions.
135 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * minibuffer.el (minibuffer-complete): Don't just scroll
138         a *Completions* that's been iconified.
139         (minibuffer-force-complete): Make sure repetitions do cycle when going
140         through completion-in-region -> minibuffer-complete.
142 2013-04-15  Alan Mackenzie  <acm@muc.de>
144         Correct the placement of c-cpp-delimiters when there're #s not at
145         col 0.
147         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
148         place a submatch around the #.
149         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
150         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
151         on the #, not BOL.
153 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
155         * emacs-lisp/nadvice.el: Properly test names when adding advice.
156         (advice--member-p): New arg `name'.
157         (advice--add-function, advice-member-p): Use it (bug#14202).
159 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
161         Reformulate java imenu-generic-expression.
162         The old expression contained ill formed regexps.
164         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
165         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
166         (cc-imenu-java-method-arg-regexp): New defconsts.
167         (cc-imenu-java-build-type-args-regex): New defun.
168         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
169         handling of spaces in the regexp.
171 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
173         * textmodes/ispell.el (ispell-command-loop): Remove
174         flyspell highlight of a word when ispell accepts it (bug #14178).
176 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
178         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
179         uses code from the previous `ange-ftp-run-real-handler'.
180         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
181         only in case that function exist.  This is needed for proper
182         unloading of Tramp.
184 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
186         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
188         * textmodes/reftex.el (reftex-compile-variables): Use it.
190 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
192         * files.el (normal-mode): Only use default major-mode if no other mode
193         was specified.
195         * emacs-lisp/trace.el (trace-values): New function.
197         * files.el: Allow : in local variables (bug#14089).
198         (hack-local-variable-regexp): New var.
199         (hack-local-variables-prop-line, hack-local-variables): Use it.
201 2013-04-13  Roland Winkler  <winkler@gnu.org>
203         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
204         data before it gets modified by bibtex-beginning-of-entry.
206 2013-04-13  Roland Winkler  <winkler@gnu.org>
208         * textmodes/bibtex.el (bibtex-url): Doc fix.
210 2013-04-13  Roland Winkler  <winkler@gnu.org>
212         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
213         does not visit a BibTeX file, exclude it from the list of buffers
214         returned by bibtex-initialize.
216 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
218         * window.el (split-window): Remove interactive form, since as a
219         command this function is a special case of split-window-below.
220         Correct doc string.
222 2013-04-12  Roland Winkler  <winkler@gnu.org>
224         * faces.el (read-face-name): Do not override value of arg default.
225         Allow single faces and strings as default values.  Remove those
226         elements from return value that are not faces.
227         (describe-face): Simplify.
228         (face-at-point): New optional args thing and multiple so that this
229         function can provide the same functionality previously provided by
230         read-face-name.
231         (make-face-bold, make-face-unbold, make-face-italic)
232         (make-face-unitalic, make-face-bold-italic, invert-face)
233         (modify-face, read-face-and-attribute): Use face-at-point.
235         * cus-edit.el (customize-face, customize-face-other-window)
236         * cus-theme.el (custom-theme-add-face)
237         * face-remap.el (buffer-face-set)
238         * facemenu.el (facemenu-set-face): Use face-at-point.
240 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
242         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
244 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
246         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
247         off leading { and trailing } from field values.
249 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * emacs-lisp/timer.el (timer--check): New function.
252         (timer--time, timer-set-function, timer-event-handler): Use it.
253         (timer-set-idle-time): Simplify.
254         (timer--activate): CSE.
255         (timer-event-handler): Give more info in error message.
256         (internal-timer-start-idle): New function, moved from C.
258         * mpc.el (mpc-proc): Add `restart' argument.
259         (mpc-proc-cmd): Use it.
260         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
261         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
262         less often.
264 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
266         * progmodes/sh-script.el: Implement `sh-mode' own
267         `add-log-current-defun-function' (bug#14112).
268         (sh-current-defun-name): New function.
269         (sh-mode): Use the function.
271 2013-04-09  Bastien Guerry  <bzg@gnu.org>
273         * simple.el (choose-completion-string): Fix docstring (bug#14163).
275 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
277         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
279         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
280         timer (bug#14156).
282 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
284         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
285         declaration.
287 2013-04-07  Leo Liu  <sdl.web@gmail.com>
289         * pcmpl-x.el: New file.
291 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
293         Do not set x-display-name until X connection is established.
294         This is needed to prevent from weird situation described at
295         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
296         * frame.el (make-frame): Set x-display-name after call to
297         window system initialization function, not before.
298         * term/x-win.el (x-initialize-window-system): Add optional
299         display argument and use it.
300         * term/w32-win.el (w32-initialize-window-system):
301         * term/ns-win.el (ns-initialize-window-system):
302         * term/pc-win.el (msdos-initialize-window-system):
303         Add compatible optional display argument.
305 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
307         * files.el (normal-backup-enable-predicate): On MS-Windows and
308         MS-DOS compare truenames of temporary-file-directory and of the
309         file, so that 8+3 aliases (usually found in $TEMP on Windows)
310         don't fail comparison by compare-strings.  Also, compare file
311         names case-insensitively on MS-Windows and MS-DOS.
313 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
316         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
318 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
320         * whitespace.el (whitespace-color-on, whitespace-color-off):
321         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
323 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
325         * ispell.el (ispell-set-spellchecker-params):
326         Really set `ispell-args' for all equivs.
328 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * ido.el (ido-completions): Use extra elements of ido-decorations
331         (bug#14143).
332         (ido-decorations): Update docstring.
334 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
336         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
337         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
338         nil during initialization, in order not to miss changes since the
339         file was opened.  (Bug#14140)
341 2013-04-05  Leo Liu  <sdl.web@gmail.com>
343         * kmacro.el (kmacro-call-macro): Fix bug#14135.
345 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
347         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
349 2013-04-04  Glenn Morris  <rgm@gnu.org>
351         * electric.el (electric-pair-inhibit-predicate): Add :version.
353 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
356         when a package is required several times (bug#14082).
358 2013-04-04  Roland Winkler  <winkler@gnu.org>
360         * faces.el (read-face-name): Behave as promised by the docstring.
361         Assume that arg default is a list of faces.
362         (describe-face): Call read-face-name with list of default faces.
364 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
366         * bookmark.el: Fix deletion of bookmarks (bug#13972).
367         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
368         (bookmark-bmenu-execute-deletions): Only skip first line if it's
369         the header.
370         (bookmark-exit-hook-internal): Save even if list is empty.
372 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
374         * emacs-lisp/package.el (package-pinned-packages): New var.
375         (package--add-to-archive-contents): Obey it (bug#14118).
377 2013-04-03  Alan Mackenzie  <acm@muc.de>
379         Handle `parse-partial-sexp' landing inside a comment opener
380         (Bug#13244). Also adapt to the new values of element 7 of a parse
381         state.
383         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
384         parameter `not-in-delimiter'.  Handle being inside comment opener.
385         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
386         character in case we're typing a '*' after a '/'.
387         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
388         instead by passing the parameter to c-state-pp-to-literal.
390         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
391         for elt. 7 of a parse state.
393 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
395         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
396         * international/latin1-disp.el, international/mule-util.el:
397         * language/cyril-util.el, language/european.el, language/ind-util.el:
398         * language/lao-util.el, language/thai.el, language/tibet-util.el:
399         * language/tibetan.el, language/viet-util.el:
400         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
402 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
405         (electric-pair-post-self-insert-function): Use it.
406         (electric-pair-default-inhibit): New function, extracted from
407         electric-pair-post-self-insert-function.
409 2013-03-31  Roland Winkler  <winkler@gnu.org>
411         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
413 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
417 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
419         Un-indent after "pass" and "return" statements (Bug#13888)
420         * progmodes/python.el (python-indent-block-enders): New var.
421         (python-indent-calculate-indentation): Use it.
423 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
425         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
426         defun.  Defining it as defalias could introduce too eager
427         byte-compiler optimization.  (Bug#14030)
429 2013-03-30  Chong Yidong  <cyd@gnu.org>
431         * iswitchb.el (iswitchb-read-buffer): Fix typo.
433 2013-03-30  Leo Liu  <sdl.web@gmail.com>
435         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
436         (kmacro-execute-from-register): Pass the keyboard macro to
437         kmacro-call-macro or repeating won't work correctly.
439 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
441         * progmodes/subword.el: Back to using `forward-symbol'.
443         * subr.el (forward-whitespace, forward-symbol)
444         (forward-same-syntax): Move from thingatpt.el.
446 2013-03-29  Leo Liu  <sdl.web@gmail.com>
448         * kmacro.el (kmacro-to-register): New command.
449         (kmacro-execute-from-register): New function.
450         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
452 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * mpc.el: Use defvar-local and setq-local.
455         (mpc--proc-connect): Connection failures are not bugs.
456         (mpc-mode-map): `follow-link' only applies to the buffer's content.
457         (mpc-volume-map): Bind to the up-events.
459 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
461         * progmodes/subword.el (superword-mode): Use `forward-sexp'
462         instead of `forward-symbol'.
464 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
467         (edebug--recursive-edit): Use it.
468         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
469         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
471 2013-03-28  Leo Liu  <sdl.web@gmail.com>
473         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
475 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
477         * facemenu.el (list-colors-callback): New defvar.
478         (list-colors-redisplay): New function.
479         (list-colors-display): Install list-colors-redisplay as the
480         revert-buffer-function.  (Bug#14063)
482 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
484         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
485         and suffixes don't overlap (bug#14061).
487         * case-table.el: Use lexical-binding.
488         (case-table-get-table): New function.
489         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
491 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
493         * progmodes/subword.el: Add `superword-mode' to do word motion
494         over symbol_words (parallels and leverages `subword-mode' which
495         does word motion inside MixedCaseWords).
497 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
499         * eshell/em-unix.el: Move su and sudo to...
500         * eshell/em-tramp.el: ...Eshell tramp module.
502 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
505         Change return value to be a sexp.  Delay `get-buffer' to after
506         restoring the desktop (bug#13951).
508 2013-03-26  Leo Liu  <sdl.web@gmail.com>
510         * register.el: Move semantic tag handling back to
511         cedet/semantic/senator.el.  (Bug#14052)
513 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
516         into the prompt either (bug#13963).
518 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
521         part of "(error-foo)".
523 2013-03-24  Juri Linkov  <juri@jurta.org>
525         * replace.el (list-matching-lines-prefix-face): New defcustom.
526         (occur-1): Pass `list-matching-lines-prefix-face' to the function
527         `occur-engine' if `face-differs-from-default-p' returns t.
528         (occur-engine): Add `,' inside backquote construct to evaluate
529         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
530         Pass `prefix-face' to the functions `occur-context-lines' and
531         `occur-engine-add-prefix'.
532         (occur-engine-add-prefix, occur-context-lines): Add optional arg
533         `prefix-face' and propertize the prefix with `prefix-face'.
534         (Bug#14017)
536 2013-03-24  Leo Liu  <sdl.web@gmail.com>
538         * nxml/rng-valid.el (rng-validate-while-idle)
539         (rng-validate-quick-while-idle): Guard against deleted buffer.
540         (Bug#13999)
542         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
543         is the last entry in kill-buffer-hook.
545         * files.el (kill-buffer-hook): Doc fix.
547 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
549         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
550         Make it safe-local.
552         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
554 2013-03-23  Leo Liu  <sdl.web@gmail.com>
556         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
557         Remove.
559         * nxml/rng-valid.el (rng-validate-mode)
560         (rng-after-change-function, rng-do-some-validation):
561         * nxml/rng-maint.el (rng-validate-buffer):
562         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
563         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
564         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
565         (nxml-extend-after-change-region): Use with-silent-modifications.
567         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
568         timer-idle-list.
570         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
571         (rng-next-error-1, rng-previous-error-1): Do not let-bind
572         timer-idle-list.  (Bug#13999)
574 2013-03-23  Juri Linkov  <juri@jurta.org>
576         * info.el (info-index-match): New face.
577         (Info-index, Info-apropos-matches): Add a nested subgroup to the
578         main pattern and add text properties with the new face to matches
579         in index entries relative to the beginning of the index entry.
580         (Bug#14015)
582 2013-03-21  Eric Ludlam  <zappo@gnu.org>
584         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
585         Inhibit read only while inserting objects.
587 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
589         * progmodes/cfengine.el: Update docs to mention
590         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
591         symbol motion.  Remove "_" from the word syntax.
593 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
595         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
596         syntax for both `cfengine2-mode' and `cfengine3-mode'.
598 2013-03-20  Juri Linkov  <juri@jurta.org>
600         * info.el (Info-next-reference-or-link)
601         (Info-prev-reference-or-link): New functions.
602         (Info-next-reference, Info-prev-reference): Use them.
603         (Info-try-follow-nearest-node): Handle footnote navigation.
604         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
606 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
608         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
609         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
611 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
613         Suppress unnecessary non-ASCII chatter during build process.
614         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
615         (batch-skkdic-convert): Suppress most of the chatter.
616         It's not needed so much now that machines are faster,
617         and its non-ASCII component was confusing; see Dmitry Gutov in
618         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
620 2013-03-20  Leo Liu  <sdl.web@gmail.com>
622         * ido.el (ido-chop): Fix bug#10994.
624 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
626         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
627         Remove vars.
628         (whitespace-color-on, whitespace-color-off):
629         Use `font-lock-fontify-buffer' (Bug#13817).
631 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
634         remapping in mode-line.
635         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
637 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
639         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
640         value for `whitespace-line' face (Bug#13875).
641         (whitespace-font-lock-keywords): Change description.
642         (whitespace-color-on): Don't save `font-lock-keywords' value, save
643         the constructed keywords instead.
644         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
646 2013-03-19  Leo Liu  <sdl.web@gmail.com>
648         * progmodes/compile.el (compilation-display-error): New command.
649         (compilation-mode-map, compilation-minor-mode-map): Bind it to
650         C-o.  (Bug#13992)
652 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
654         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
656 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
658         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
660 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
662         * net/tramp-compat.el (tramp-compat-user-error): New defun.
664         * net/tramp-adb.el (tramp-adb-handle-shell-command):
665         * net/tramp-gvfs.el (top):
666         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
667         (tramp-handle-shell-command): Use it.
668         (tramp-dissect-file-name): Raise an error when hostname is a
669         method name, and neither method nor user is specified.
671         * net/trampver.el: Update release number.
673 2013-03-18  Leo Liu  <sdl.web@gmail.com>
675         Make sure eldoc can be turned off properly.
676         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
677         eldoc-mode.
678         (eldoc-display-message-p): Revert last change.
679         (eldoc-display-message-no-interference-p)
680         (eldoc-print-current-symbol-info): Tweak.
682 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
684         * doc-view.el (doc-view-new-window-function): Check the new window
685         overlay's display property instead the char property of the
686         buffer's first char.  Use `with-selected-window' instead of
687         `save-window-excursion' with `select-window'.
688         (doc-view-document->bitmap): Check the current doc-view overlay's
689         display property instead the char property of the buffer's first char.
691 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
693         Automate the build of ja-dic.el (Bug#13984).
694         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
695         from the input, rather than assume that it's been done for us by the
696         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
697         the current date into a ja-dic.el comment, as that complicates
698         regression testing.
700 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
702         * whitespace.el: Fix double evaluation.
703         (whitespace-space, whitespace-hspace, whitespace-tab)
704         (whitespace-newline, whitespace-trailing, whitespace-line)
705         (whitespace-space-before-tab, whitespace-indentation)
706         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
707         obsolete defvars.
708         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
709         (whitespace-color-on): Use a single font-lock-add-keywords call.
710         Fix double-evaluation of face variables.
712 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
714         * net/tramp-adb.el (tramp-adb-parse-device-names):
715         Use `start-process' instead of `call-process'.  Otherwise, the
716         function might be blocked under MS Windows.  (Bug#13299)
718 2013-03-17  Leo Liu  <sdl.web@gmail.com>
720         Extend eldoc to display info in the mode-line.  (Bug#13978)
721         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
722         (eldoc-mode-line-string): New variable.
723         (eldoc-minibuffer-message): New function.
724         (eldoc-message-function): New variable.
725         (eldoc-message): Use it.
726         (eldoc-display-message-p)
727         (eldoc-display-message-no-interference-p):
728         Support eldoc-post-insert-mode.
730         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
731         (eval-expression): Run it.
733 2013-03-17  Roland Winkler  <winkler@gnu.org>
735         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
736         strings in the list of return values.
738 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
740         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
741         radix before checking for HMS forms.
743 2013-03-16  Leo Liu  <sdl.web@gmail.com>
745         * progmodes/scheme.el: Add indentation and font-locking for λ.
746         (Bug#13975)
748 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
750         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
751         token before point (bug#13942).
753 2013-03-16  Leo Liu  <sdl.web@gmail.com>
755         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
757 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
759         * startup.el (command-line-normalize-file-name): Fix handling of
760         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
761         <xfq.free@gmail.com> in
762         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
764 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
766         Sync with Tramp 2.2.7.
768         * net/trampver.el: Update release number.
770 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
772         * doc-view.el Fix bug#13887.
773         (doc-view-insert-image): Don't modify overlay associated to
774         non-live windows, and implement horizontal centering of image in
775         case it's smaller than the window.
776         (doc-view-new-window-function): Force redisplay of new windows on
777         doc-view buffers.
779 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
781         * saveplace.el (save-place-alist-to-file): Don't sort
782         `save-place-alist', just pretty-print it (bug#13882).
784 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
786         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
787         whether `default-file-name-coding-system' is bound.  It isn't in
788         XEmacs.
790 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
793         backquotes for `obsolete' (bug#13929).
795         * international/mule.el (find-auto-coding): Include file name in
796         obsolescence warning (bug#13922).
798 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
800         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
801         for CFEngine 3-specific indentation.
802         (cfengine3-indent-line): Use it.  Fix up category regex.
803         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
805 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
807         * type-break.el (type-break-file-name):
808         * textmodes/remember.el (remember-data-file):
809         * strokes.el (strokes-file):
810         * shadowfile.el (shadow-initialize):
811         * saveplace.el (save-place-file):
812         * ps-bdf.el (bdf-cache-file):
813         * progmodes/idlwave.el (idlwave-config-directory):
814         * net/quickurl.el (quickurl-url-file):
815         * international/kkc.el (kkc-init-file-name):
816         * ido.el (ido-save-directory-list-file):
817         * emulation/viper.el (viper-custom-file-name):
818         * emulation/vip.el (vip-startup-file):
819         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
820         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
822 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
824         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
825         * language/thai-word.el: Switch to UTF-8.
827 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
831 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
833         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
834         Use with-current-buffer and don't move point.
835         (net-utils-run-simple): Remove useless code.
836         (net-utils-remove-ctl-m): Remove unused custom.
838 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
840         * international/characters.el (glyphless-set-char-table-range): New fun.
841         (update-glyphless-char-display): Use it (bug#13744).
843 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
845         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
846         namespaces in the syntax, indent closer for hanging brace
847         correctly, allow single-quote delimited 'strings', and make
848         `cfengine3-mode' the default.
850 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
852         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
853         Use lexical-binding.  Fix up docstring according to conventions.
854         (gdbmi-debug-mode): New var.
855         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
856         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
857         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
858         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
859         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
860         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
861         (gdbmi-bnf-incomplete-record-result): New functions.
862         (gdb-car<): Remove function.
863         (gdbmi-record-list): Remove variable.
864         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
865         (gdbmi-bnf-result-state-configs): New const.
866         (gud-gdbmi-marker-filter): Rewrite.
867         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
868         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
869         Add `token' argument.
870         (gdb-done, gdb-error): New functions.
871         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
873 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * term/xterm.el (xterm--report-background-handler): Don't burp
876         upon timeout.
877         (xterm--version-handler): Extract from terminal-init-xterm.
878         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
879         Allow multiple handlers.
880         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
882         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
883         (xterm--report-background-handler, xterm--query): New functions.
884         (terminal-init-xterm): Use them.
886 2013-03-11  Michael R. Mauger  <michael@mauger.com>
888         * progmodes/sql.el Version 3.2
889         Please note that my address changed to <michael@mauger.com>;
890         the <mmaug@yahoo.com> address remains active.
891         (sql-connection-alist): Updates documentation to fix bug#13715.
892         (sql-connect): Handle missing `sql-connection-alist' correctly.
893         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
894         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
895         property.
896         (sql-default-value): New function.
897         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
898         values were not used.
899         (sql-rename-buffer): Make sure alternate buffer name has no text
900         properties.
901         (sql-input-sender, sql-execute-feature): Fetch variable with
902         `buffer-local-value' rather than `with-current-buffer'.
903         (sql-*): Use #' function syntax consistently.
904         (sql-*): Use message/error/user-error consistently.
906 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * xt-mouse.el (xterm-mouse-event-read): Remove.
909         (xterm-mouse--read-event-sequence-1000)
910         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
912 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * term/xterm.el (xterm-function-map): Support format used with
915         formatOtherKeys=1 (bug#13839).
917         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
918         (with-no-warnings): Use `declare'.
920         * whitespace.el (whitespace-enable-predicate): New variable.
921         (whitespace-enable-predicate): Use it.
923         * comint.el (comint-send-input, comint-snapshot-last-prompt)
924         (comint-output-filter, comint-update-fence):
925         Use with-silent-modifications.
927 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
929         * replace.el (occur-read-regexp-defaults-function): New var.
930         (occur-read-regexp-defaults): New defun.
931         (occur-read-primary-args): Propagate above change (bug#13892).
933 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
935         * mouse.el (mouse-drag-track): Remove left-over debugging code.
937 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
939         Major rewrite due to changed D-Bus interface of GVFS 1.14.
941         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
942         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
943         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
944         New defconst.
945         (tramp-gvfs-file-name-handler-alist) [directory-files]
946         [directory-files-and-attributes, file-exists-p, file-modes]:
947         Use Tramp default handler.
948         [file-acl, file-selinux-context, process-file, set-file-acl]:
949         [set-file-modes, set-file-selinux-context, shell-command]:
950         [start-file-process]: Remove handler.
951         [verify-visited-file-modtime]: New handler.
952         (tramp-gvfs-dbus-string-to-byte-array)
953         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
954         calls of `dbus-string-to-byte-array' and
955         `tramp-gvfs-dbus-byte-array-to-string'.
956         (tramp-gvfs-handle-copy-file)
957         (tramp-gvfs-handle-delete-directory)
958         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
959         (tramp-gvfs-handle-file-directory-p)
960         (tramp-gvfs-handle-file-executable-p)
961         (tramp-gvfs-handle-file-name-all-completions)
962         (tramp-gvfs-handle-file-readable-p)
963         (tramp-gvfs-handle-file-writable-p)
964         (tramp-gvfs-handle-insert-directory)
965         (tramp-gvfs-handle-insert-file-contents)
966         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
967         (tramp-gvfs-handle-set-visited-file-modtime)
968         (tramp-gvfs-handle-write-region): Rewrite.
969         (tramp-gvfs-handle-file-acl)
970         (tramp-gvfs-handle-file-selinux-context)
971         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
972         (tramp-gvfs-handle-set-file-modes)
973         (tramp-gvfs-handle-set-file-selinux-context)
974         (tramp-gvfs-handle-shell-command)
975         (tramp-gvfs-handle-start-file-process)
976         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
977         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
978         over the symlinks.  Fix user handling.
979         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
980         of the D-Bus signals.
981         (tramp-gvfs-connection-mounted-p): Handle different names of the
982         D-Bus methods.
983         (tramp-gvfs-mount-spec-entry): New defun.
984         (tramp-gvfs-mount-spec): Use it.
985         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
986         there is a share name.  Handle different names of the D-Bus
987         signals and methods.  Set connection properties needed for
988         `tramp-check-cached-permissions'.
989         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
990         Return t or nil.
992         * net/tramp.el (tramp-backtrace): Move up.
993         (tramp-error): Dump a backtrace into the debug buffer when
994         `tramp-verbose > 9.
995         (tramp-file-mode-type-map, tramp-file-mode-from-int)
996         (tramp-file-mode-permissions, tramp-get-local-uid)
997         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
998         tramp-sh.el.
1000         * net/tramp-sh.el (tramp-file-mode-type-map)
1001         (tramp-check-cached-permissions, tramp-file-mode-from-int)
1002         (tramp-file-mode-permissions, tramp-get-local-uid)
1003         (tramp-get-local-gid): Move to tramp.el.
1005 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1007         Separate mouse-1-click-follows-link from mouse-drag-region.
1008         * mouse.el (mouse--down-1-maybe-follows-link): New function.
1009         (key-translation-map): Use it to implement mouse-1-click-follows-link.
1010         (mouse-drag-line, mouse-drag-track):
1011         Remove mouse-1-click-follows-link code.
1012         (mouse--remap-link-click-p): Remove.
1014 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
1016         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1017         (hi-lock-read-regexp-defaults):  New defun.
1018         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1019         (hi-lock-face-phrase-buffer): Propagate above change.
1020         Update docstring (bug#13892).
1022         * subr.el (find-tag-default-as-regexp): New defun.
1023         * replace.el (read-regexp): Propagate above change.
1025 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1027         * calc/calc-units.el (calc-convert-units): Fix the way that default
1028         new units are stored.
1030 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1032         * bookmark.el: Define a face to highlight bookmark names in
1033         bookmark menu buffers, where the default is a bold face similarly
1034         to buffer names in buffer menu buffers.
1035         (bookmark-menu-bookmark): New face to highlight bookmark names.
1036         (bookmark-insert-location): Remove duplicated text property to
1037         conform to buffer list (see `list-buffers').
1038         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1039         `bookmark-menu-bookmark' to bookmark names.
1041 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1042             Karl Fogel  <kfogel@red-bean.com>
1044         * bookmark.el: Display the bookmark list header similarly to the
1045         buffer list header (see `list-buffers'), where the default is now
1046         an immovable/immutable header line.
1047         (bookmark-bmenu-use-header-line): New variable.
1048         (bookmark-bmenu-inline-header-height): New name for
1049         `bookmark-bmenu-header-height', to avoid confusion with the code
1050         for the new immovable header.  All references changed.
1051         (bookmark-bmenu-set-header): New function.
1052         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1053         Conditionalize header construction accordingly.
1054         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1055         the inline header height.
1056         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1057         Conditionalize the skipping of the inline header height.
1059 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
1061         * progmodes/js.el (js--multi-line-declaration-indentation):
1062         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1064 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
1066         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1067         Only propertize regexp when not inside a string (Bug#13885).
1069 2013-03-06  Alan Mackenzie  <acm@muc.de>
1071         Correct the position of point in some line-up functions.
1072         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1073         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1074         point at column 0 rather than at a random place in the line.
1076 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
1078         * net/tramp-compat.el (tramp-compat-delete-directory):
1079         Implement TRASH argument.
1081 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1083         Keep pre-existing highlighting in completion candidates (Bug#13250).
1084         * minibuffer.el (completions-first-difference): State that the
1085         face is "added" in the docstring.
1086         (completions-common-part): Same.  And don't inherit from default.
1087         (completion-hilit-commonality): Prepend 'completions-common-part
1088         and 'completion-first-difference faces to the 'face property,
1089         instead of replacing the value(s).
1090         (completion--insert-strings): Same with 'completions-annotations face.
1091         (completion-hilit-commonality): Use 'face instead of
1092         'font-lock-face, because it gets priority if the completion
1093         strings already have 'face set.
1095 2013-03-04  Alan Mackenzie  <acm@muc.de>
1097         Replace `last-command-event' by `last-command-char' in XEmacs.
1098         * progmodes/cc-defs.el (c-last-command-char): New macro.
1099         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1100         (c-semi&comma-no-newlines-before-nonblanks)
1101         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1102         in place of `last-command-event'.
1103         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1104         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1105         (c-electric-paren, c-electric-continued-statement): Use the new
1106         macro in place of `last-command-event'.
1108 2013-03-04  Glenn Morris  <rgm@gnu.org>
1110         * files.el (inhibit-local-variables-regexps):
1111         Add .diff and .patch.  (Bug#13862)
1113 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1115         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1116         whether the "su" command is available on the device.
1118 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1120         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1121         (tramp-adb-handle-process-file): Remove superfluous setting.
1122         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1123         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1124         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1126 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1129         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1130         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1131         Use dict-key rather than dict-name for the error message.
1133 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1135         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1136         when reverting (bug#13831).
1138 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1140         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1141         Always expand affix-file before storing to protect against changed
1142         `default-directory'.
1143         (ispell-print-if-debug): Make sure message is printed at the end
1144         of the debug buffer.
1146 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1148         * net/tramp.el (tramp-obsolete-methods): New defconst.
1149         (tramp-warned-obsolete-methods): New defvar.
1150         (tramp-find-method): Check for obsolete methods.  Map them to a
1151         replacement method if appropriate.
1153         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1154         Remove methods.
1155         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1156         "ssh2" and "plink1".
1158 2013-02-28  Dale Sedivec  <dale@codefu.org>
1160         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1161         Return valid syntax-table property value when converting
1162         quotes within text from string syntax to punctuation syntax (bug#13844).
1164 2013-02-28  Juri Linkov  <juri@jurta.org>
1166         * dired-aux.el (dired-diff): If file at point is a backup file,
1167         use its original as the default value, and reverse the order
1168         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1170 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1172         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1173         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1175 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1177         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1179         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1180         Ask hunspell about available and default dictionaries.
1181         (ispell-parse-hunspell-affix-file): Extract relevant info from
1182         hunspell affix file.
1183         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1184         `ispell-dictionary-alist' entry for given dictionary after info
1185         provided by `ispell-parse-hunspell-affix-file'.
1186         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1187         of parsed hunspell dicts and associated affix files.
1188         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1189         of parsed hunspell dicts and associated parameters.
1190         (ispell-set-spellchecker-params):
1191         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1192         previously done.
1193         (ispell-start-process):
1194         Call `ispell-hunspell-fill-dictionary-entry' for current
1195         dictionary if it is not initialized.
1197 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1199         * imenu.el: Comment nitpicks.
1201 2013-02-28  Sam Steingold  <sds@gnu.org>
1203         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1204         See <http://stackoverflow.com/questions/14720205>.
1206 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1208         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1209         (net-utils-mode): Use it.
1210         (net-utils--revert-cmd): New var.
1211         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1212         (traceroute): Use net-utils-run-simple.
1214 2013-02-28  Glenn Morris  <rgm@gnu.org>
1216         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1218 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1221         (doc-view-fallback-mode): Remove overlays here.
1222         (doc-view-toggle-display): Instead of here.  Don't throw away
1223         image-mode-winprops-alist.
1224         (doc-view-goto-page): Don't mess with hscroll.
1226 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1228         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1229         &optional (bug#13819).
1231 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1233         * net/tramp-adb.el (tramp-adb-parse-device-names)
1234         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1236 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1238         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1239         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1240         defined.  POSIX environments fall back to the "C" locale then and
1241         emit a warning, which shall be suppressed.
1243 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1246         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1248 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1252 2013-02-25  Juri Linkov  <juri@jurta.org>
1254         * replace.el (read-regexp): Let-bind `default' to the first
1255         element of `defaults' if it's a list, otherwise it should be
1256         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1257         a list, otherwise make a list with the string value.  Doc fix.
1258         (Bug#13805)
1260 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1262         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1263         that match "\`\.#", to avoid compiling lock files, even if they
1264         are readable (as they are on MS-Windows).
1266 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * files.el (basic-save-buffer): Remove redundant directory-creation.
1270 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1272         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1273         Add option to force `pi' to remain symbolic.
1274         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1275         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1276         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1277         derivatives, when necessary.
1279 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1281         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1282         (ps-mode-octal-region): Use string-make-unibyte.
1284 2013-02-23  Glenn Morris  <rgm@gnu.org>
1286         * emulation/viper-cmd.el (viper-submit-report):
1287         * progmodes/ps-mode.el (ps-mode-maintainer-address):
1288         * progmodes/vera-mode.el (vera-mode-help-address):
1289         * textmodes/artist.el (artist-maintainer-address):
1290         * textmodes/reftex.el (reftex-report-bug):
1291         * vc/ediff-util.el (ediff-submit-report):
1292         Add bug-gnu-emacs to bug report address.
1294         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1295         Remove bug report entries.
1296         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1298         * emacs-lisp/bytecomp.el (byte-compile-level): New.
1299         (byte-compile-file, byte-compile-from-buffer):
1300         Use separate input/output buffers for each level of recursive
1301         byte-compile-file calls.  (Bug#13787)
1303 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
1305         * net/tramp.el (tramp-methods): Fix docstring.
1306         (tramp-ssh-controlmaster-options): Rename it from
1307         `tramp-ssh-controlmaster-template'.  Return a string.
1308         (tramp-default-method): Adapt check for
1309         `tramp-ssh-controlmaster-options'.
1311         * net/tramp-sh.el (tramp-methods):
1312         Replace `tramp-ssh-controlmaster-template' by "%c".
1313         (tramp-do-copy-or-rename-file-out-of-band)
1314         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
1315         that it is applied for the first hop only.
1317 2013-02-22  Juri Linkov  <juri@jurta.org>
1319         * isearch.el (isearch-lazy-highlight-new-loop):
1320         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1321         to `isearch-other-end' if it is not nil.  (Bug#13402)
1323         * replace.el (replace-highlight): Let-bind `isearch-other-end'
1324         to `match-beg'.
1326         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1327         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1328         and `isearch-error' to nil.
1330 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
1332         * progmodes/python.el (python-info-current-defun):
1333         Enhance match-data cluttering prevention.
1335 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
1337         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1339         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1340         Handle multibyte file names.
1342 2013-02-22  Glenn Morris  <rgm@gnu.org>
1344         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1345         (sgml-transformation-function): Give it a :set function.
1346         (sgml-tag): Doc fix.
1348         * cmuscheme.el (scheme-buffer):
1349         * progmodes/inf-lisp.el (inferior-lisp-buffer):
1350         * progmodes/tcl.el (inferior-tcl-buffer):
1351         * textmodes/tex-mode.el (tex-command): Doc fixes.
1353         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1355         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
1357 2013-02-21  Bastien Guerry  <bzg@gnu.org>
1359         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
1361 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1363         * progmodes/python.el (python-info-current-defun):
1364         Enhance match-data cluttering prevention.
1366 2013-02-21  Glenn Morris  <rgm@gnu.org>
1368         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1369         loaded while outline-regexp is let bound.  (Bug#9584)
1371 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1373         * progmodes/python.el (python-info-current-defun): Fix failed
1374         defun name retrieval because of unwanted match-data cluttering.
1376 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
1378         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1379         defconst.  Apply independent check for ControlPersist.
1381         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1382         temporarily, via "env".
1384 2013-02-21  Glenn Morris  <rgm@gnu.org>
1386         * info.el (Info-enable-edit): Remove.
1387         (Info-edit): Disable it rather than using Info-enable.
1388         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1389         (Info-cease-edit): Make editing of Info files obsolete.
1391         * informat.el (Info-tagify):
1392         Handle buffers not visiting files.  (Bug#13763)
1394 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
1396         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1398 2013-02-21  Glenn Morris  <rgm@gnu.org>
1400         * files.el (basic-save-buffer): Move check for existing parent
1401         directory after hooks.  (Bug#13773)
1403 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1405         * simple.el (command-execute): Move from C.  Add obsolete check.
1406         (extended-command-history): Move from C.
1408 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
1410         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1411         (jka-compr-mode-alist-additions): Handle .txz suffix for
1412         XZ-compressed tar archives (bug#13770).
1414 2013-02-20  Bastien Guerry  <bzg@gnu.org>
1416         * outline.el (outline-regexp, outline-heading-end-regexp):
1417         Make variables, not options (bug#13731).
1419 2013-02-20  Glenn Morris  <rgm@gnu.org>
1421         * image.el (image-current-frame): Change from variable to function.
1422         (image-show-frame): Rename from image-nth-frame.  Update callers.
1423         * image-mode.el (image-multi-frame): New variable.
1424         (image-mode-map, image-mode, image-goto-frame):
1425         Use image-multi-frame rather than image-current-frame.
1426         (image-mode, image-goto-frame): Use image-current-frame as
1427         function rather than as variable.
1429         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1430         * emacs-lisp/cl-macs.el (cl--make-type-test)
1431         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1433 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1435         * net/tramp-cache.el (tramp-get-hash-table): New defun.
1436         (tramp-get-file-property, tramp-set-file-property)
1437         (tramp-get-connection-property, tramp-set-connection-property): Use it.
1438         (tramp-flush-file-property, tramp-flush-directory-property):
1439         Rename argument to KEY.
1440         (tramp-flush-connection-property): Simplify a little bit.
1441         (tramp-connection-property-p): New defun.
1442         (top): Reapply saved values only if there isn't a corresponding
1443         entry in `tramp-connection-properties'.
1445 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
1447         * progmodes/python.el (python-indent-context):
1448         Fix python-info-line-ends-backslash-p call.
1449         (python-info-line-ends-backslash-p)
1450         (python-info-beginning-of-backslash): Respect line-number argument.
1451         (python-info-current-line-comment-p):
1452         Fix behavior when not at beginning-of-line.
1453         (python-util-position): Remove function.
1454         (python-util-goto-line): New function.
1456 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1458         * eshell/em-unix.el (eshell/su): Require tramp.
1459         (eshell/sudo): Require tramp.  Remove now unnecessary check.
1461         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1462         `tramp-current-connection' in order to avoid an error when several
1463         commands are invoked in a short time in eshell and friends.
1465 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         Cleanup some of EIEIO's namespace.
1468         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1469         Use it to define all the class-* and object-* field accessors (renamed
1470         to eieio--class-* and eieio--object-*).  Update all uses.
1471         (eieio--class-num-slots, eieio--object-num-slots): Rename from
1472         class-num-slots and object-num-slots.
1473         (eieio--check-type): New macro.
1474         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1475         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1476         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1477         (object-assoc-list-safe): Use it.
1478         (eieio-defclass): Tighten regexp.
1479         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
1480         Remove unreachable code.
1481         (object-class-fast): Declare obsolete.
1482         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1483         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1484         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1485         Rename from class-name, object-name, object-set-name-string,
1486         object-class, object-class-name, class-parents, class-children,
1487         class-precedence-list, class-parent; with obsolete alias.
1488         (class-of, class-direct-superclasses, class-direct-subclasses):
1489         Declare obsolete.
1490         (eieio-defmethod): Use `memq'; remove unreachable code.
1491         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1492         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1493         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1495 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1497         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1498         commentary.
1500 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
1502         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1503         Use font-lock-keyword-face for macros and special forms (bug#8345).
1505 2013-02-17  Didier Verna  <didier@didierverna.net>
1507         * net/network-stream.el (network-stream-open-starttls):
1508         Check that response to the starttls-command is non-nil.  (Bug#13706)
1510 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1513         Don't assume all identifier chars have syntax word.
1514         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1515         Remove bar-not-symbol.  Adjust callers.
1516         (lisp-mode-variables): Don't set a font-lock-syntax-table.
1518 2013-02-17  Leo Liu  <sdl.web@gmail.com>
1520         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1522 2013-02-17  Glenn Morris  <rgm@gnu.org>
1524         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1526         * image-mode.el (image-mode-map): Add image-dired menu entry.
1528         * image-dired.el (tumme): Make this alias obsolete.
1530 2013-02-16  Glenn Morris  <rgm@gnu.org>
1532         * image.el (image-animated-types): Remove.
1533         (image-multi-frame-p): Rename from image-animated-p, and generalize.
1534         (image-animated-p): Make obsolete alias.
1535         (image-animate, image-nth-frame, image-animate-timeout):
1536         Use image-multi-frame-p.
1537         (image-animate-timeout): If no delay, use image-default-frame-delay.
1538         * image-mode.el (image-mode, image-toggle-animation):
1539         Use image-multi-frame-p.  (Bug#763, bug#10739)
1540         (image-mode): Adjust startup message for a multi-frame image.
1542         * image-mode.el (image-mode-map): Give it a menu.
1544 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
1546         * net/tramp-cache.el (tramp-connection-properties): New customer
1547         option.
1548         (tramp-get-connection-property): Use it.
1550         * net/tramp-compat.el (top): Require 'trampver.
1552         * net/tramp-sh.el (tramp-remote-process-environment):
1553         Set tramp-autoload cookie.
1555 2013-02-16  Kevin Ryde  <user42@zip.com.au>
1557         * info-look.el (info-lookup-select-mode): If major-mode has no
1558         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1560 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
1562         * replace.el (read-regexp): Tighten the regexp that matches tag.
1563         When tag is retrieved with `find-tag-default', use regexp that
1564         matches tag at point.  Also update docstring (Bug#13687).
1566 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
1568         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1569         add watch for the file, not its parent directory, since w32notify
1570         sets up the watch for the directory internally.  (Bug#13725)
1572 2013-02-16  Glenn Morris  <rgm@gnu.org>
1574         * image.el (image-default-frame-delay): New variable.
1575         (image-animated-p): Use image-default-frame-delay.
1576         (image-minimum-frame-delay): New constant.
1577         (image-animate-timeout): Use image-minimum-frame-delay.
1579         * image.el (image-nth-frame): New, split from image-animate-timeout.
1580         (image-animate-timeout): Use image-nth-frame.
1581         * image-mode.el (image-goto-frame, image-next-frame)
1582         (image-previous-frame): New commands.
1583         (image-mode-map): Add new frame commands.
1585 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
1587         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1588         If col-desc already has help-echo, use it.  (Bug#13563)
1590 2013-02-16  Glenn Morris  <rgm@gnu.org>
1592         * image.el (image-current-frame): New variable.
1593         (image-animate-timeout): Set image-current-frame.
1594         * image-mode.el (image-mode): For animated images,
1595         display a frame counter via mode-line-process.
1597         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1599 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1601         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1603 2013-02-15  Alan Mackenzie  <acm@muc.de>
1605         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1606         global minor mode has been enabled, call the minor mode function
1607         for a new buffer once only, after the major mode hook, whilst
1608         allowing that hook explicitly to disable the minor mode.
1609         (MODE-disable-in-buffer): New (generated) function.
1610         (disable-MODE): New (generated) buffer local variable.
1612 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
1614         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1615         `iswitchb-next-match' and `iswitchb-prev-match' resply.
1616         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1617         `ido-next-match' and `ido-prev-match' resply.
1618         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1619         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1620         `icomplete-backward-completions' (Bug#13708).
1622 2013-02-15  Glenn Morris  <rgm@gnu.org>
1624         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1626 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * net/goto-addr.el (goto-address-fontify): Add start and end args.
1629         (goto-address-fontify-region): Use them instead of narrowing, so
1630         syntax-ppss has access to the whole buffer.
1632 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1634         * progmodes/python.el: Explain how to restore "cc-mode"-like
1635         forward-sexp movement in header documentation (Bug#13642).
1636         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1637         comments and strings (GH bug 114).
1639 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1641         * progmodes/python.el (python-info-current-defun): Fix current
1642         defun detection (Bug#13618).
1644 2013-02-15  Chong Yidong  <cyd@gnu.org>
1646         * xml.el (xml-parse-string): Fix typo in handling of bad character
1647         references.
1649 2013-02-15  Glenn Morris  <rgm@gnu.org>
1651         * play/fortune.el (fortune-compile): Simplify and fix previous change.
1653 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
1655         * net/tramp.el (tramp-debug-message):
1656         Add `tramp-condition-case-unless-debug'.
1657         (tramp-debug-on-error): New defvar.
1658         (tramp-condition-case-unless-debug): New defun.
1659         (tramp-file-name-handler): Use it.
1661 2013-02-14  Juri Linkov  <juri@jurta.org>
1663         * info.el (Info-isearch-filter): Treat non-nil values of
1664         `search-invisible' including its default value `open'
1665         like the value `t' to match hidden text.  (Bug#13402)
1667 2013-02-14  Glenn Morris  <rgm@gnu.org>
1669         * help-fns.el (find-lisp-object-file-name): Give special treatment
1670         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
1672 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
1674         * net/quickurl.el (quickurl-save-urls):
1675         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
1677 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1679         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1680         depth for unfinished percent literal.  Not using it in the caller.
1681         (ruby-move-to-block): Jump over multiline literals of all types,
1682         ignoring code-looking contents inside them.
1683         (ruby-add-log-current-method): Improve performance at the expense
1684         of accuracy.  `ruby-block-contains-point' is relatively slow, so
1685         only use it for method and singleton class blocks.
1687 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1689         Use ControlMaster where applicable.  (Bug#13677)
1691         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1692         replacing `tramp-detect-ssh-controlmaster'.
1693         (tramp-default-method): Use it.
1695         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1696         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1697         arguments.
1698         [scpc, rsyncc]: Remove methods.
1699         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1700         and "ssh2_old".
1701         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1702         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1704 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * emacs-lisp/package.el (package--initialized): Move before first use.
1708 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
1710         * icomplete.el (icomplete-hide-common-prefix): New user option.
1711         (icomplete-first-match): New face.
1712         (icomplete-completions): Correct handling of "complete but not
1713         unique" (Bug#12638).
1715 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
1717         * descr-text.el (describe-char): Display the script (bug#13698).
1719 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * tmm.el: Use lexical-binding and current-active-maps.
1722         (tmm-menubar): Use map-keymap and pcase.
1723         (tmm--completion-table): New function.
1724         (tmm-prompt): Use it to fix the menu order.
1725         (tmm-get-keybind): Use current-active-maps.
1727 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
1729         Add dired-hide-details-mode.  (Bug#6799)
1731         * locate.el (locate-mode): Set parent mode property to dired-mode.
1733         * find-dired.el (find-dired): Call dired-insert-set-properties on
1734         initial information line.  Set process mark on end of buffer.
1735         (find-dired-sentinel):
1736         Call dired-insert-set-properties on summary.
1738         * dired.el (dired-hide-details-hide-symlink-targets)
1739         (dired-hide-details-hide-information-lines): New options.
1740         (dired-insert-directory):
1741         Set properties after final treatment of output.
1742         (dired-insert-set-properties):
1743         Set dired-hide-details-* properties.
1744         (dired-mode-map): Bind dired-hide-details-mode.
1745         (dired-mode): Set buffer-invisibility-spec to a list.
1746         (dired-next-line): Skip hidden lines.
1747         (dired-previous-line): Use dired-next-line.
1748         (dired-hide-details-mode): New minor mode.
1749         (dired-hide-details-update-invisibility-spec): New function.
1751 2013-02-13  Glenn Morris  <rgm@gnu.org>
1753         * play/yow.el: Move to obsolete/.  (Bug#9384)
1755 2013-02-13  Juri Linkov  <juri@jurta.org>
1757         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1758         to select `ediff-control-frame' and set input focus correctly on Xfce.
1759         (Bug#12218)
1761 2013-02-13  Juri Linkov  <juri@jurta.org>
1763         * image-mode.el (image-mode-map):
1764         * doc-view.el (doc-view-mode-map):
1765         * vc/ediff-util.el (ediff-setup-keymap):
1766         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1768 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1770         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1771         performance.  Instead of recalculating indentation fully for each
1772         line, sum up indentation depth based only on visited lines.
1773         (ruby-parse-partial): Increase the depth after "do" even when END
1774         is right after it.
1775         (ruby-parse-partial): When END is in the middle of a percent
1776         literal, increase the depth if the delimiter chars belong to the
1777         paren syntax class.
1779 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
1781         * play/fortune.el (fortune-compile): Also make the compiled file
1782         if it does not exist at all, not just if it is old.  (Bug#5338)
1784 2013-02-13  Glenn Morris  <rgm@gnu.org>
1786         * emacs-lisp/package.el (package-menu-execute): Doc fix.
1788 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
1790         * lisp/emacs-lisp/package.el (package-menu-execute):
1791         Add optional noquery argument.  (Bug#13625)
1793 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1795         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1796         if DIR exists and PARENTS is non-nil.
1798 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
1800         * progmodes/js.el (js--multi-line-declaration-indentation):
1801         Silence byte-compiler warning.
1803 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
1805         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1807         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1808         only if it doesn't exist.
1810         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1811         Set process marker.
1813 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
1815         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1816         UserInstallation when calling soffice to work around LibreOffice
1817         bug 37531.
1819 2013-02-12  Glenn Morris  <rgm@gnu.org>
1821         * files.el (basic-save-buffer):
1822         Offer to create a non-existing directory.  (Bug#3016)
1824         * calc/calc-graph.el (calc-graph-show-dumb):
1825         * calendar/calendar.el (calendar-mode-map):
1826         * cus-edit.el (custom-mode-map):
1827         * ehelp.el (electric-help-map):
1828         * emulation/vip.el (vip-mode-map):
1829         * epa.el (epa-key-list-mode-map):
1830         * info.el (Info-mode-map):
1831         * mail/rmail.el (rmail-mode-map):
1832         * mail/rmailsum.el (rmail-summary-mode-map):
1833         * man.el (Man-mode-map):
1834         * net/newst-plainview.el (newsticker-mode-map):
1835         * progmodes/cpp.el (cpp-edit-mode-map):
1836         * progmodes/grep.el (grep-mode-map):
1837         * progmodes/idlw-help.el (idlwave-help-mode-map):
1838         * simple.el (special-mode-map):
1839         * startup.el (splash-screen-keymap):
1840         * view.el (view-mode-map):
1841         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1843 2013-02-11  Elias Pipping  <pipping@lavabit.com>
1845         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1846         (bug#13679).
1848 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1850         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1852 2013-02-11  Glenn Morris  <rgm@gnu.org>
1854         * vc/diff.el (diff-use-labels): New variable.
1855         (diff-no-select): Use --label rather than -L, and first
1856         check that it is supported.  (Bug#11067)
1858         * files.el (enable-dir-local-variables): New variable.
1859         (hack-dir-local-variables): Respect enable-dir-local-variables.
1860         * tutorial.el (help-with-tutorial):
1861         Ignore directory-local variables.  (Bug#11127)
1863         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1864         (vc-svn-global-switches): ... to here.  (Bug#13513)
1866 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
1868         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1869         Handle "foo (bar, default: xxx): " prompts.
1871 2013-02-10  Chong Yidong  <cyd@gnu.org>
1873         * files.el (basic-save-buffer-1): Do not set
1874         buffer-file-coding-system-explicit (Bug#4533).
1876         * mail/emacsbug.el (report-emacs-bug): Change binding of
1877         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1879 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1881         * calc/calc.el (calc-allow-units-as-numbers): New variable.
1882         * calc/calc-units.el (calc-convert-units): Use new variable.
1884 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1886         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1888         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1889         buffer-file-type.
1891         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1892         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1893         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1894         coding-system-for-write instead.
1896         * jka-compr.el (jka-compr-write-region): Don't bind
1897         buffer-file-type.
1899         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1900         buffer-file-type.
1902         * files.el (file-name-buffer-file-type-alist): Remove defvar.
1903         (insert-file-contents-literally): Remove reference to
1904         file-name-buffer-file-type-alist.
1906         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1907         make-obsolete.
1908         (find-buffer-file-type-match, find-buffer-file-type): Remove.
1909         (find-buffer-file-type-coding-system): Remove references to
1910         find-buffer-file-type-match, find-buffer-file-type, and
1911         buffer-file-type.
1912         Don't put find-buffer-file-type-coding-system into
1913         file-coding-system-alist.
1914         (find-file-binary, find-file-text): Bind coding-system-for-read
1915         instead of file-name-buffer-file-type-alist.
1917 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
1919         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1920         converter (Bug#13622).
1921         (doc-view-unoconv-program): Make obsolete alias.
1922         (doc-view-odf->pdf-converter-program): New variable.
1923         (doc-view-odf->pdf-converter-function): New variable.
1924         (doc-view-mode-p): Use it.
1925         (doc-view-odf->pdf-converter-unoconv):
1926         Rename from `doc-view-odf->pdf-converter-unoconv'.
1927         (doc-view-odf->pdf-converter-soffice): New function.
1928         (doc-view-convert-current-doc):
1929         Use `doc-view-odf->pdf-converter-function'.
1931 2013-02-09  Chong Yidong  <cyd@gnu.org>
1933         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1934         view-echo-area-messages (Bug#13340).
1936         * help.el (view-echo-area-messages): Use display-buffer.
1938         * dired-x.el (dired-do-run-mail): Prompt for confirmation
1939         (Bug#13561).
1941 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1943         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1944         Eval body right away, now that we do eager macroexpansion (bug#13605).
1946         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1947         (fundamental-mode): Use run-mode-hooks.
1949         * eshell/esh-proc.el (eshell/kill): Fix last change.
1950         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1952 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1954         * eshell/esh-proc.el (eshell/kill): Rewrite.
1956         * eshell/em-ls.el (show-almost-all): Declare.
1957         (eshell-do-ls): Add support for -A argument.
1959 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
1961         * icomplete.el (icomplete-forward-completions)
1962         (icomplete-backward-completions): Handle corner case (bug#13602).
1964 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
1966         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1967         be nil.  Handle this.  (Bug#13636)
1969 2013-02-07  Richard Stallman  <rms@gnu.org>
1971         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1972         `save-buffer-coding-system'.
1974 2013-02-07  Alan Mackenzie  <acm@muc.de>
1976         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
1977         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1978         (c-parse-state-get-strategy): Don't return 'BOD any more.
1979         (c-append-lower-brace-pair-to-state-cache):
1980         Extra parameter HERE instead of narrowing.
1981         Widen to top of buffer before searching backwards for a brace pair.
1982         (c-state-push-any-brace-pair): Add HERE parameter to function call.
1983         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1984         Narrow to parameter HERE, in place of being called narrowed.
1985         (c-remove-stale-state-cache): Extra parameter HERE in place of
1986         narrowing.  Check there's an open brace in the cache before
1987         searching for its match.
1988         (c-invalidate-state-cache-1): Add HERE parameter to function call.
1989         (c-parse-state-1): Don't narrow here for 'forward strategy,
1990         instead passing extra parameter HERE to several functions.
1991         Remove 'BOD strategy.
1993 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
1995         * emacs-lisp/package.el (describe-package-1): Tell what archive is
1996         used to install the package.
1998 2013-02-06  Glenn Morris  <rgm@gnu.org>
2000         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2001         if we can't get user input.  (Bug#6567)
2003         * startup.el (command-line): If simple.el is missing,
2004         test and warn about for some possible causes.
2006 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
2008         * cus-start.el (all): Add ns-use-native-fullscreen.
2010 2013-02-05  Glenn Morris  <rgm@gnu.org>
2012         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2014         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2015         Fix directory creation in fallback case.
2017 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2019         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2020         (vc-update-change-log): Use dolist.
2022 2013-02-04  Chong Yidong  <cyd@gnu.org>
2024         * thingatpt.el: Rewrite the URL detection routines, absorbing some
2025         code from ffap.el.
2026         (thing-at-point-beginning-of-url-regexp): New var.
2027         (thing-at-point-uri-schemes): Update list of URI schemes.
2028         (thing-at-point-url-regexp): Variable deleted.
2029         (thing-at-point-markedup-url-regexp): Disallow newlines.
2030         (thing-at-point-newsgroup-regexp)
2031         (thing-at-point-newsgroup-heads)
2032         (thing-at-point-default-mail-uri-scheme): New variables.
2033         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
2034         method to find the possible bounds of the URI at point.
2035         New optional argument to find ill-formed URIs.
2036         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
2037         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
2038         the scheme-adding heuristics from ffap-url-at-point.
2039         (thing-at-point--bounds-of-well-formed-url): New function.
2040         Do parens matching to decide whether to include parens in the URI
2041         (Bug#9153).
2043         * ffap.el: Require thingatpt.
2044         (ffap-url-at-point): Delegate URI detection to thing-at-point.
2045         All URI-valid characters are now recognized (Bug#5673).
2046         (ffap-string-at-point): Use use-region-p.
2047         (ffap-url-regexp): Extra character is handled by thing-at-point.
2048         (ffap-string-at-point-mode-alist): Allow parentheses.
2049         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2050         Convert to aliases; code moved to thingatpt.el.
2051         (ffap-gnus-hook): Use setq-local.
2053 2013-02-04  Glenn Morris  <rgm@gnu.org>
2055         * emacs-lisp/ert.el (ert--explain-format-atom):
2056         Don't try to print non-characters as characters.  (Bug#13543)
2058 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
2060         * net/tramp.el (tramp-debug-message): Extend function exclude list.
2061         (tramp-backtrace): New defun.
2062         (tramp-handle-insert-file-contents): Use `visit' when inserting
2063         the local copy.
2065         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2066         Use `remote-file-name-inhibit-cache'.
2068 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2070         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2071         (bug#13614).
2073         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2074         current-load-list (bug#13366).
2076 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
2078         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2079         Identify g++ template instantiation trace.  (Bug#12287)
2080         (compilation-mode-hook, compilation-start-hook)
2081         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2083 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * mouse.el (mouse-drag-track): Always deactivate the mark before
2086         running the final event's command since that command is in charge of
2087         activating the mark if needed (bug#13523).
2089 2013-02-02  Juri Linkov  <juri@jurta.org>
2091         * replace.el (perform-replace): Move let-bindings of isearch-*
2092         variables deeper to the loop that searches for the next match.
2093         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2094         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2095         (Bug#13579)
2097         * isearch.el (isearch-search-fun-default): Check for null
2098         first element of isearch-cmds as a precaution when it's used
2099         with inactive isearch.
2101 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2103         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2104         error when buffer in question is narrowed so position 1 is out of
2105         visible part.
2107 2013-02-02  Glenn Morris  <rgm@gnu.org>
2109         * textmodes/remember.el (remember-clipboard): Doc fix.
2111 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2113         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2114         properties (bug#13179).
2116 2013-02-02  Juri Linkov  <juri@jurta.org>
2118         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2119         instead of hard-coded default face `match'.  (Bug#9438)
2121 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2123         * vc/vc-arch.el (vc-arch-registered):
2124         * vc/vc-bzr.el (vc-bzr-registered):
2125         * vc/vc-cvs.el (vc-cvs-registered):
2126         * vc/vc-git.el (vc-git-registered):
2127         * vc/vc-hg.el (vc-hg-registered):
2128         * vc/vc-mtn.el (vc-mtn-registered):
2129         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2130         (Bug#13139)
2132         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2133         prefix argument.  (Bug#11656)
2135 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2137         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2139 2013-02-01  Glenn Morris  <rgm@gnu.org>
2141         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2142         if the backend is known not to support it.
2144         * imenu.el (imenu-default-create-index-function):
2145         Tweak infinite loop test to check for forward motion as well as none.
2147 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2149         * net/soap-client.el (soap-invoke): Encode the string for
2150         `url-request-data' as UTF-8.
2151         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2153 2013-02-01  Glenn Morris  <rgm@gnu.org>
2155         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2157         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2159 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2161         * net/tramp.el (tramp-tramp-file-p): Comment check for
2162         `string-as-unibyte'.  The function does not exist on XEmacs, and
2163         likely we need another approach.
2165         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2166         `tramp-gw-*' variables are bound.
2168 2013-01-31  Glenn Morris  <rgm@gnu.org>
2170         * files.el (basic-save-buffer-2): Choose coding system for
2171         writing the file before backing it up, to reduce delay between
2172         backing up and writing the new version.  (Bug#13522)
2174 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2176         * simple.el (cycle-spacing): New command.
2177         (just-one-space): Use it.
2179 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2181         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2182         (opascal-newline-always-indents): Remove custom.
2183         (opascal-tab, opascal-newline): Remove commands.
2184         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2185         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2186         (opascal-save-match-data): Remove, use save-match-data instead.
2187         (opascal-save-state): Use with-silent-modifications.
2189         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2190         (bug#13585).
2192 2013-01-30  Juri Linkov  <juri@jurta.org>
2194         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2195         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2196         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2198 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2201         column if we're just deleting the backslashes.
2202         (makefile-fill-paragraph): Use eolp.
2204 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2206         * autorevert.el (auto-revert-use-notify): Fix docstring.
2208 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2210         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2212 2013-01-30  Glenn Morris  <rgm@gnu.org>
2214         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2215         unread-command-events twice in some cases.  This tries to implement
2216         the 2012-07-26 changes in a different way.  (Bug#13560)
2218 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2220         * progmodes/python.el
2221         (python-pdbtrack-comint-output-filter-function): Enhancements on
2222         stacktrace detection.  (thanks @gnovak)
2224 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2226         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2227         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2228         Use defvar-local.
2229         (jit-lock-register): Use setq-local.
2231 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2233         * calc-units.el (math-default-units-table): Remove initial value.
2234         (calc-convert-units): Treat expressions where all the units cancel as
2235         if they didn't have units.
2237 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2239         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2240         (tramp-completion-reread-directory-timeout): Fix type.
2241         (tramp-connection-min-time-diff): New defcustom.
2243         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2245 2013-01-30  Glenn Morris  <rgm@gnu.org>
2247         * imenu.el (imenu-default-create-index-function):
2248         Put back a version of the infinite loop test removed 2013-01-23.
2250 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2252         * progmodes/python.el (python-shell-parse-command):
2253         Find python-shell-interpreter with modified environment.
2255 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2257         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2259 2013-01-29  Alan Mackenzie  <acm@muc.de>
2261         Amend to fontify /regexp/s in actions correctly.
2262         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2263         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2264         are no longer included.
2265         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2266         What used to be these variables without "-line" in the name.
2267         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2268         (c-awk-non-arith-op-bra-re): Now also matches {.
2269         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2270         "return", and "case".
2271         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2272         by /.
2273         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2274         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2276 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2278         * autorevert.el (auto-revert-use-notify):
2279         Use `custom-initialize-default' for initialization.  (Bug#13583)
2281         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2283         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2284         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
2285         in `tramp-file-name-handler'.
2286         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2287         compatibility.
2288         (tramp-compute-multi-hops): Check, whether
2289         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2291 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2293         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2294         (bug#13297).
2296 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2298         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2299         checks made superfluous by the \_< operator.
2300         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2301         temporarily) broken indentation.
2302         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2303         Highlight nested constants, too.  \_< broke that.
2305 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2307         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2308         instead of "\\b".
2310 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
2312         * autorevert.el (auto-revert-handler): Notifications which result
2313         from a saved file shall not be taken into account.  (Bug#13557)
2315 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
2317         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2318         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2319         (lisp-mode): Pass t for it.  (Bug#13556)
2321 2013-01-25  Alan Mackenzie  <acm@muc.de>
2323         AWK Mode: Fix indentation bug at top level.  Bug #12274.
2325         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2326         just before CASE 5D.
2328 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
2330         * net/socks.el (socks-nslookup-host): Use string-to-number.
2332 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
2334         * autorevert.el (auto-revert-remote-files)
2335         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2336         (auto-revert-notify-enabled, auto-revert-use-notify)
2337         (auto-revert-notify-watch-descriptor-hash-list)
2338         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2339         (auto-revert-notify-event-descriptor)
2340         (auto-revert-notify-event-action)
2341         (auto-revert-notify-event-file-name): Doc fix.
2342         (global-auto-revert-mode): Reorder checks.
2343         (auto-revert-notify-rm-watch): Respect changed values of
2344         `auto-revert-notify-watch-descriptor-hash-list'.
2345         (auto-revert-notify-add-watch): Check for
2346         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
2347         `inotify-add-watch'.  Watch `default-directory' instead of
2348         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
2349         has a changed meaning now.  (Bug#13540)
2350         (auto-revert-notify-handler): Change implementation wrt events
2351         returning from a directory.
2352         (auto-revert-handler): Reorder implementation for checks of remote
2353         files.
2354         (auto-revert-buffers): Fix parentheses error.
2356 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
2358         * progmodes/python.el: Enhancements to header documentation about
2359         skeletons.  (Bug#5716)
2361         * imenu.el (imenu-default-create-index-function): Remove useless
2362         infinite loop check.  (Bug#13438)
2364 2013-01-25  Alan Mackenzie  <acm@muc.de>
2366         Fix a bug in the state cache mechanism.  Refactor this a bit.
2368         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2369         `cache-pos' element from the return value.
2370         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2371         buffer to enable proper searching from beyond HERE.  Amend the
2372         test for detecting the sought brace pair.  Amend the value written
2373         to the "brace desert cache" when the brace isn't found.
2374         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2375         and several other variables analogously.
2376         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2377         parameter to a locally calculated variable.
2378         (c-parse-state-1): Change the calling conventions to the two
2379         defuns involving `cache-pos'.
2381 2013-01-25  Chong Yidong  <cyd@gnu.org>
2383         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2385 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
2387         * paren.el (show-paren-function): Make sure to set 'priority and
2388         'face only if the overlay does exist.
2390 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
2392         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2394         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2395         basic attributes.
2396         (tramp-sh-handle-set-file-acl): Improve error checking.
2398 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
2400         * doc-view.el (doc-view-display): Force mode line update until all
2401         document is converted.  Suggested by Stefan Monnier (Bug#13164).
2403 2013-01-23  Bastien Guerry  <bzg@gnu.org>
2405         * paren.el (show-paren-function): Make sure an overlay exists
2406         before trying to delete it.  Also use `pos' as a position only
2407         when it is an integer.
2409 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
2411         * play/gametree.el (gametree-break-line-here): Use point-marker.
2413 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
2415         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2416         Mark descriptive parts with `display' property.
2418 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2420         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2421         New variable to map standard dict names to hunspell ones.
2422         (ispell-set-spellchecker-params): Make sure specific dict names
2423         are used for standard dicts with hunspell.
2425 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
2427         * textmodes/reftex-cite.el (reftex-format-citation): Add format
2428         chars for note (%N) and url (%U).
2429         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2431 2013-01-21  Juri Linkov  <juri@jurta.org>
2433         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2434         in addition to existing separate binding `meta f10' in `global-map'.
2435         (Bug#13484)
2437 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
2439         Improve XEmacs compatibility.
2441         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2443         * net/tramp-adb.el (top): Require `time-date'.
2444         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2445         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2446         Use `tramp-file-name-handler'.
2447         (tramp-adb-maybe-open-connection):
2448         Use `tramp-compat-set-process-query-on-exit-flag'.
2450         * net/tramp-sh.el (tramp-sh-handle-file-acl):
2451         Use `tramp-compat-funcall'.
2453         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2454         `tramp-compat-funcall'.
2456 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
2458         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2459         reimplementation using "adb shell command ..." instead of running
2460         remote shell interactively.
2462 2013-01-20  Glenn Morris  <rgm@gnu.org>
2464         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2465         Add native profiler menu entries.
2467         * profiler.el (profiler-running-p): New function.
2468         (profiler-cpu-profile): Use profiler-running-p.
2469         (profiler-report-mode-map): Add some more menu entries.
2471 2013-01-19  Glenn Morris  <rgm@gnu.org>
2473         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2474         fixes 2012-12-07 change.  (Bug#13499)
2476 2013-01-19  Leo Liu  <sdl.web@gmail.com>
2478         * dired.el (dired-get-marked-files): Prune erroneous values due to
2479         last change.  (Bug#13152)
2481 2013-01-19  Glenn Morris  <rgm@gnu.org>
2483         * progmodes/etags.el (tags-table-check-computed-list):
2484         Preserve point in tags buffer.  (Bug#13412)
2486         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2488 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
2489             Chong Yidong  <cyd@gnu.org>
2491         * image-mode.el (image-next-file, image-previous-file):
2492         New commands (Bug#8453).
2493         (image-mode-map): Bind them to n and p.
2494         (image-mode--images-in-directory): New helper function.
2496 2013-01-19  Chong Yidong  <cyd@gnu.org>
2498         * image-mode.el (image-mode-fit-frame): Add a frame argument.
2499         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
2500         save and restore the old window configuration.
2502 2013-01-18  Leo Liu  <sdl.web@gmail.com>
2504         * progmodes/js.el: Tweak autoload cookie for alias.
2506 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2508         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2509         buffer local, again.  This was lost with the fix on 2013-01-12.
2511 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
2513         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2514         order to support several eshell buffers in parallel.
2516 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2518         * autorevert.el (auto-revert-use-notify): In the :set function, do
2519         not modify `kill-buffer-hook'.
2520         (auto-revert-notify-rm-watch):
2521         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2522         (auto-revert-notify-add-watch): Do not call
2523         `auto-revert-notify-rm-watch', but add it to a buffer local
2524         `kill-buffer-hook'.
2526 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2528         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2529         call to `eval' rather than a backquoted lambda.
2531 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2534         to return an explicit nil.
2535         (advice--remove-function): Change accordingly.
2537         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2538         the use of nadvice.el.
2540         * progmodes/which-func.el (which-function): Silence imenu errors
2541         (bug#13433).
2543 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2545         * progmodes/sql.el (sql-imenu-generic-expression):
2546         (sql-mode-font-lock-object-name): Match schema qualified names.
2547         (sql-connect): Use string keys.
2548         (sql-product-interactive): Wait for interpreter prompt.
2549         (sql-comint-oracle): Set process coding based on NLS_LANG.
2551 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2553         * progmodes/sql.el (sql-output-to-send): Remove, unused.
2554         (sql-interactive-remove-continuation-prompt):
2555         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2557 2013-01-14  Leo Liu  <sdl.web@gmail.com>
2559         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2560         (Bug#13420)
2562 2013-01-14  Glenn Morris  <rgm@gnu.org>
2564         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2565         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2567 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2569         * progmodes/python.el (python-nav-end-of-statement):
2570         Fix cornercase when handling multiline strings.
2572 2013-01-13  Richard Stallman  <rms@gnu.org>
2574         * mail/sendmail.el (mail-position-on-field): Add doc string.
2576         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2577         Get current message boundaries and pass them to
2578         message-forward-make-body-mime.  Minor style changes.
2580 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
2582         * cus-start.el (all): Avoid warnings about
2583         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2585 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
2587         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2589 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * jit-lock.el (jit-lock-debug-mode): New minor mode.
2592         (jit-lock--debug-fontifying): New var.
2593         (jit-lock--debug-fontify): New function.
2594         * subr.el (condition-case-unless-debug): Don't prevent catching the
2595         error, just let the debbugger run.
2596         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2597         timer code and don't drop errors silently.
2599 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
2601         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2602         `permanent-local' property.
2603         (auto-revert-notify-handler): Use `file-equal-p'.
2605 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
2607         * autorevert.el (auto-revert-notify-handler): Fix filtering of
2608         file notification by ACTION. For filtering by file name, compare
2609         only the non-directory part of the file name.
2611 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2613         * autorevert.el: Use cl-lib instead of cl.
2615         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2616         (vc-bzr-checkin): Use it.
2617         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2618         will preserve match-data.
2620 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
2622         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2623         (js--declaration-keyword-re): New var.
2624         (js--multi-line-declaration-indentation): New function.
2625         (js--proper-indentation): Use it.
2627 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2629         * calc/calc.el (calc-highlight-selections-with-faces)
2630          (calc-dispatch):
2631         * comint.el (comint-history-isearch-message):
2632         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2633         * ffap.el (ffap-string-at-point-region, ffap-next)
2634         (ffap-string-at-point, ffap-string-around)
2635         (ffap-copy-string-as-kill, ffap-highlight-overlay)
2636         (ffap-literally):
2637         * font-lock.el (font-lock-keywords-alist)
2638         (font-lock-removed-keywords-alist):
2639         * help-mode.el (help-xref-symbol-regexp):
2640         * info.el (Info-find-emacs-command-nodes):
2641         * international/mule.el (add-to-coding-system-list):
2642         * isearch.el (isearch-message-function, isearch-fail-pos):
2643         * misearch.el (multi-isearch-next-buffer-function):
2644         * newcomment.el (comment-box):
2645         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2646         (pr-setting-database):
2647         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2648         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2649         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2650         (pike-font-lock-keywords-3):
2651         * progmodes/compile.el (compile):
2652         * progmodes/etags.el (tags-table-files)
2653         (tags-table-files-function, tags-included-tables-function):
2654         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2655         (gdb-restore-windows):
2656         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2657         (ps-n-up-filling-database):
2658         * server.el (server-buffer, server-log):
2659         * simple.el (newline, delete-backward-char, delete-forward-char)
2660         (minibuffer-history-isearch-message, kill-line, track-eol)
2661         (temporary-goal-column):
2662         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2663         (flyspell-default-deplacement-commands):
2664         * textmodes/ispell.el (ispell-accept-output):
2665         * textmodes/sgml-mode.el (html-tag-help):
2666         * vc/compare-w.el (compare-ignore-whitespace)
2667         (compare-ignore-case, compare-windows-dehighlight):
2668         * vc/diff.el (diff):
2669         * whitespace.el (whitespace-point)
2670         (whitespace-font-lock-refontify, whitespace-bob-marker)
2671         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2673 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
2675         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2676         (auto-revert-notify-rm-watch): Ignore errors.
2677         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
2678         inotify, and '(size last-write-time) for w32notify.
2679         Set buffer-local `auto-revert-use-notify' to nil when adding a file
2680         watch fails - this is a fallback to the file modification check.
2681         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2682         (auto-revert-notify-event-action)
2683         (auto-revert-notify-event-file-name): New defuns.
2684         (auto-revert-notify-handler): Use them.  Implement first
2685         plausibility checks.
2686         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2688 2013-01-11  Julien Danjou  <julien@danjou.info>
2690         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2691         max are almost equal. Also return the correct value for V which is
2692         already between 0 and 1.
2694 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2696         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2698 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
2700         * autorevert.el (auto-revert-notify-rm-watch)
2701         (auto-revert-notify-add-watch): Fix typos in w32notify function
2702         names.
2704 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2706         * autorevert.el (auto-revert-notify-enabled): Move up.
2707         (auto-revert-use-notify): New defcustom.
2708         (auto-revert-mode, global-auto-revert-mode)
2709         (auto-revert-notify-add-watch, auto-revert-handler)
2710         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2711         `auto-revert-notify-enabled'.
2713 2013-01-10  Elias Pipping  <pipping@exherbo.org>
2715         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2716         * doc-view.el (doc-view-document->bitmap):
2717         Use doc-view-single-page-converter-function instead of
2718         single-page-converter arg; adjust callers.
2720 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
2722         * progmodes/which-func.el (which-function): Understand Semantic's use
2723         of overlays in imenu--index-alist.
2725 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2727         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
2728         (Man-man-k-use-anchor): New var.
2729         (Man-parse-man-k): New function.
2730         (Man-completion-table): Use it.
2731         (man): Flush the completion cache between uses.
2733 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2735         * autorevert.el: Add file watch support.
2736         (auto-revert-notify-enabled): New defconst.
2737         (auto-revert-notify-watch-descriptor-hash-list)
2738         (auto-revert-notify-watch-descriptor)
2739         (auto-revert-notify-modified-p): New defvars.
2740         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2741         (auto-revert-notify-handler): New defuns.
2742         (auto-revert-mode, global-auto-revert-mode): Remove file watches
2743         when mode is disabled.
2744         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2745         (auto-revert-buffers): Add file watches for active buffers.
2747 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
2749         * cus-start.el (toplevel): Only allow float values for
2750         scroll-up-aggressively and scroll-down-aggressively.
2751         Allow any number for line-spacing.
2753 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2755         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2756         (doc-view-pdf->png-converter-function): Use mupdf if available.
2757         (doc-view-djvu->png-converter-function)
2758         (doc-view-ps->png-converter-function): Remove.
2759         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2760         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2761         (doc-view-already-converted-p): Adjust accordingly.
2762         (doc-view-mode-p): Simplify.
2763         (doc-view-enlarge): Use setq-local.
2764         (doc-view-pdf->png-converter-ghostscript)
2765         (doc-view-djvu->png-converter-ddjvu)
2766         (doc-view-pdf->png-converter-mupdf): Rework to call
2767         doc-view-start-process directly.
2768         (doc-view-pdf/ps->png): Simplify accordingly.
2769         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2770         (doc-view-document->bitmap): Rename from doc-view-document->png.
2771         (doc-view-convert-current-doc): Merge pdf and djvu cases.
2772         (doc-view-set-slice-from-bounding-box): Fix completion table.
2773         (doc-view-mode): Use add-hook for after-revert-hook.
2775 2013-01-10  Glenn Morris  <rgm@gnu.org>
2777         * emacs-lisp/authors.el (authors-ignored-files)
2778         (authors-valid-file-names, authors-renamed-files-alist):
2779         Add some more entries.
2781 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2783         * image-mode.el (image-mode-winprops): Don't throw away the fallback
2784         `t' pseudo-window entry.
2786 2013-01-10  Alan Mackenzie  <acm@muc.de>
2788         Fix bugs in the c-parse-state mechanism.  Reuse some markers
2789         instead of continually generating new ones.
2791         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2792         (c-state-old-cpp-end-marker): New variables.
2793         (c-append-lower-brace-pair-to-state-cache): Start a backward
2794         search for "}" definitively outside CPP constructs.
2795         (c-remove-stale-state-cache): Inform the caller of a need to
2796         search back for a brace pair in certain circumstances.
2797         (c-state-maybe-marker): New macro.
2798         (c-parse-state): Reuse markers when appropriate.
2800 2013-01-10  Glenn Morris  <rgm@gnu.org>
2802         * simple.el (execute-extended-command): Doc fix.
2803         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
2805 2013-01-10  Chong Yidong  <cyd@gnu.org>
2807         * faces.el (read-face-name): Doc fix.
2809 2013-01-10  Roland Winkler  <winkler@gnu.org>
2811         * emacs-lisp/crm.el: Allow any regexp for separators.
2812         (crm-default-separator): All spaces around the default comma separator.
2813         (crm--completion-command): New macro.
2814         (crm-completion-help, crm-complete, crm-complete-word): Use it.
2815         (crm-complete-and-exit): Handle non-single-char separators.
2817 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2819         * doc-view.el: Add support for DjVu (bug#13164).
2820         (doc-view-djvu->png-converter-function): New config var.
2821         (doc-view-single-page-converter-function, doc-view--image-type)
2822         (doc-view--image-file-extension): New vars.
2823         (doc-view-mode): Initialize them.
2824         (doc-view-goto-page): Use them.
2825         (doc-view-mode-p): Add support for ddjvu.
2826         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2827         (doc-view-set-up-single-converter): New funs.
2828         (doc-view-pdf/ps->png): Extend for djvu.
2829         (doc-view-document->png): Rename from doc-view-pdf->png.
2830         (doc-view-convert-current-doc): Handle djvu.
2831         (doc-view-insert-image, doc-view-display)
2832         (doc-view-already-converted-p): Don't hardcode png.
2833         (doc-view-set-doc-type): Recognize djvu docs.
2835 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2837         * doc-view.el: Add support for mupdf converter (bug#13164).
2838         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2839         (doc-view-ps->png-converter-function): New config vars.
2840         (doc-view-pdf->png-converter-ghostscript)
2841         (doc-view-ps->png-converter-ghostscript)
2842         (doc-view-pdf->png-converter-mupdf): New functions.
2843         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2845 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
2847         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2848         first in session cache: When `tramp-own-remote-path' is in
2849         `tramp-remote-path', the remote path is only set in the session
2850         cache.
2852 2013-01-09  Glenn Morris  <rgm@gnu.org>
2854         * emacs-lisp/trace.el (trace-function-foreground)
2855         (trace-function-background): Doc fix.
2857 2013-01-09  Juri Linkov  <juri@jurta.org>
2859         * international/mule-cmds.el (read-char-by-name): Move let-binding
2860         of completion-ignore-case around completing-read to fix regression
2861         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2862         `string-match-p' using the nil value of `case-fold-search' and
2863         `completion-ignore-case' in `completion-pcm--all-completions'.
2864         (Bug#12615).
2866 2013-01-09  Glenn Morris  <rgm@gnu.org>
2868         * progmodes/compile.el (compilation-parse-errors):
2869         Fix typo.  (Bug#13369)
2871 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2873         * comint.el (comint-send-input): Check size of buffer before
2874         waiting for process output, in case already accepted.  (Bug#13290)
2876 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2878         Spelling fixes.
2879         * net/tramp-adb.el (tramp-adb-get-toolbox):
2880         Fix misspelling of 'unknown'.
2882 2013-01-08  Juri Linkov  <juri@jurta.org>
2884         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2885         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2886         Use underline style wave on terminals that support it.  (Bug#13000)
2888 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2891         the predicate returns nil.
2893         * simple.el: Use lexical-binding.
2894         (primitive-undo): Use pcase.
2895         (minibuffer-history-isearch-push-state): Use a closure.
2897 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2899         * simple.el (primitive-undo): Move from undo.c.
2901 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2903         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2904         (cvs-mode-remove-handled): Use it (bug#13380).
2906         * emacs-lisp/nadvice.el (advice--tweak): New function.
2907         (advice--remove-function, advice--subst-main): Use it.
2909         * emacs-lisp/advice.el: Update commentary.
2911 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
2913         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2914         Remove spurious entry.
2916 2013-01-08  Glenn Morris  <rgm@gnu.org>
2918         * net/tramp.el (tramp-default-host-alist): Add :version.
2920 2013-01-08  Juri Linkov  <juri@jurta.org>
2922         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2923         single completion.  (Bug#12456)
2924         (info--manual-names): Expand node completions into an explicit list
2925         before appending it to another list.  Filter out internal buffers
2926         with the leading space in the buffer name.  (Bug#10771)
2928 2013-01-08  Juri Linkov  <juri@jurta.org>
2930         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2931         that defaults to the Top node.
2932         (Info-goto-node, Info-read-node-name): Doc fix to mention that
2933         the short format (FILENAME) goes to the Top node.
2934         (Info-build-node-completions): Rename arg `file' to `filename'.
2935         (Bug#13365)
2937 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2939         * menu-bar.el (menu-bar-search-documentation-menu):
2940         Use `apropos-user-option' and fix the help message.
2942 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2944         * apropos.el (apropos-do-all): Update docstring.
2945         (apropos-user-option-button): New face.
2946         (apropos-user-option): Rename from `apropos-variable' and update
2947         docstring.
2948         (apropos-variable): Rewrite, now show all variables by default.
2949         (apropos-print): Mention "User option" instead of "Variable" when
2950         printing doc for user options.  (Bug#13276)
2952 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
2954         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2955         Handle filename correctly, when parsing "source -> target" symlink
2956         output.
2957         (tramp-adb-handle-set-file-times): New defun.
2959 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2961         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2962         advice list when the interactive-spec of ad-Advice-* changes.
2964 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2966         * wid-edit.el (widget-default-get): Work for inlined elements.
2967         (Bug#12670)
2969 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
2971         * net/tramp.el (tramp-default-host-alist): New defcustom.
2972         (tramp-find-host): Use it.
2973         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
2974         `eshell-directory-change-hook'.
2976         * net/tramp-adb.el (top): Add adb specific entry in
2977         `tramp-default-host-alist'.
2978         (tramp-adb-file-name-host): Remove function.
2979         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2980         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2982         * net/tramp-sh.el: Move eshell integration code to tramp.el.
2984 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
2986         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2988 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
2990         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2991         consist of more than one digit.
2992         (tramp-adb-file-name-handler-alist):
2993         Use `tramp-handle-file-exists-p' consistently.
2994         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2995         (tramp-adb-handle-file-exists-p): Remove function.
2996         (tramp-adb-file-name-host): New defun.
2997         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2998         Use it.
2999         (tramp-adb-maybe-open-connection): Set "remote-path" property.
3001 2013-01-06  Chong Yidong  <cyd@gnu.org>
3003         * vc/vc.el (vc-next-action): Detect buffer modifications
3004         conflicting with locking VCS operation (Bug#11490).
3006         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3008 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
3010         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3011         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3013 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
3015         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3016         parsing of ls output using regular expression (handle filenames
3017         with spaces).  Use virtual device number.
3018         (tramp-do-parse-file-attributes-with-ls): New defun (Code
3019         cleanup).
3021 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3023         * epg.el: Silence byte-compiler warnings.
3024         (epg--start): Use delete-char instead of delete-backward-char.
3025         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3027 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3029         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3030         Suggested by Eli Zaretskii  <eliz@gnu.org>.
3032 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
3034         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3035         non-negative integers.  Otherwise, the default values are used.
3036         (tramp-convert-file-attributes): Convert uid and gid to integers.
3038 2013-01-04  Glenn Morris  <rgm@gnu.org>
3040         * term.el (term-handle-colors-array): Ensure face attributes
3041         are fully specified, not nil.  (Bug#13337)
3043         * term.el (term-default-fg-color, term-default-bg-color):
3044         Fix custom type.
3046         * progmodes/etags.el (tags-compression-info-list): Doc fix.
3047         (tag-find-file-of-tag-noselect): Check auto-compression-mode
3048         rather than 'jka-compr being loaded.  (Bug#13338)
3050 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
3052         * icomplete.el (icomplete-completions):
3053         Honor icomplete-prospects-height once more following
3054         2012-11-29 changes.  (Bug#13224)
3056 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         * subr.el (internal--called-interactively-p--get-frame): Find aliases
3059         of called-interactively-p as well (bug#13237).
3061         * view.el (view--enable, view--disable): Rename from view-mode-enable
3062         and view-mode-disable and assume it's called from view-mode.
3063         (view-mode-enable, view-mode-disable): Redefine as obsolete
3064         compatibility layer above view-mode.
3065         (view-mode-enter): Call `view-mode'.
3067         * files.el (after-find-file): Call `view-mode'.
3069         * doc-view.el (doc-view-scale-internally): New var.
3070         (doc-view-enlarge, doc-view-insert-image): Obey it.
3072 2013-01-03  Daiki Ueno  <ueno@gnu.org>
3074         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3075         exist.  (Bug#13344)
3077 2013-01-03  Glenn Morris  <rgm@gnu.org>
3079         * mail/rmail.el (rmail-set-header-1): Ignore case.
3080         Handle multi-line headers.  (Bug#13330)
3082         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3083         Handle paragraph starting at beginning of buffer.
3085         * subr.el (eval-after-load): Don't purecopy the form, so that it
3086         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3088         * emacs-lisp/byte-run.el (defun): Place cl declarations
3089         after any interactive spec.  (Bug#13265)
3091 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3093         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3094         defun.  Don't check for DECL if DOCSTRING isn't a string.
3095         (defun): Likewise.
3097 2013-01-02  Glenn Morris  <rgm@gnu.org>
3099         * eshell/em-cmpl.el (eshell-pcomplete):
3100         More thoroughly imitate pcomplete.  (Bug#13293)
3102         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3103         Return nil for empty path elements.  (Bug#13296)
3105 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
3107         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3108         order to improve efficiency (Based on Daniel Colascione's
3109         <dancol@dancol.org> patch).  (Bug#13182)
3111 2013-01-02  Glenn Morris  <rgm@gnu.org>
3113         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3115 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3117         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3118         neither DOCSTRING nor DECL was given.  (Bug#13316)
3120 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3122         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3123         `error' call.
3124         (tramp-do-copy-or-rename-file): Ignore errors when calling
3125         `set-file-extended-attributes'.
3127         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3128         Add handler for `file-acl'.
3129         (tramp-smb-handle-file-acl): New defun.
3131 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3133         * calc/README: Mention ISO 8601 week-numbering dates.
3135 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3137         * view.el (view-mode-enable): New argument run-view-mode-hook.
3138         Run view-mode-hook only when it's non-nil (Bug#13315).
3139         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3140         argument t.
3142 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
3144         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3145         (No device connected, invalid device name). (Bug #13299)
3147 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3149         * window.el (window-resizable--p): Rename to window-resizable-p.
3150         (window-resize-no-error): New function.
3152         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3153         broken in fix from 2012-12-28.
3155 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3157         * subr.el (special-form-p): Don't signal errors on undef aliases.
3159 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3161         * calc/calc-forms.el (math-parse-date): Try using
3162         `math-parse-iso-date' when it looks like it might be needed.
3163         Allow times of 24:00.
3164         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3165         of 24:00.
3167 2012-12-30  Glenn Morris  <rgm@gnu.org>
3169         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3170         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3171         (rmail-summary-displayed, rmail-summary): Declare.
3172         (mairix-rmail-display): Just require rmail.
3174 2012-12-30  Chong Yidong  <cyd@gnu.org>
3176         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3177         check for the tarball contents.
3179 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3181         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3182         tarfile content listings (Bug#13136).
3184 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3186         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3187         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3189 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3191         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3192         integers, if they are real numbers.  (Bug#13282)
3194         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3195         Return `t' on success.
3197         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3198         Add handler for `set-file-selinux-context'.
3200 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3202         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3203         (tramp-sh-handle-set-file-acl): Return `t' on success.
3205 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3207         * files.el (backup-buffer-copy, basic-save-buffer-2):
3208         If set-file-extended-attributes fails, fall back on set-file-modes
3209         instead of signaling an error.  (Bug#13298)
3210         (basic-save-buffer): Likewise.
3212 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3214         * progmodes/python.el: Support other commands triggering
3215         python-indent-line so indentation cycling continues to work.
3216         (python-indent-trigger-commands): New defcustom.
3217         (python-indent-line): Use it.
3219 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3221         * progmodes/python.el (python-shell-send-region): Add blank lines
3222         for non sent code so backtraces remain correct.
3224 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3226         * progmodes/python.el: Remove cl dependency.
3227         (python-syntax-count-quotes): Replace incf call.
3228         (python-fill-string): Replace setf call.
3230 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3232         * info.el (info-other-window): New arg, for consistency with info.
3234 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3236         * mail/rmail.el (rmail-maybe-display-summary):
3237         Rewrite (Bug#13066).
3239 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3241         * epg.el (epg--start): Modify process-environment locally.
3243 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3245         * epg.el: Support pinentry-curses.
3246         Suggested by Werner Koch in
3247         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3248         (epg-agent-file, epg-agent-mtime): New variable.
3249         (epg--start): Record the modified time of gpg-agent socket file,
3250         to restore Emacs frame after pinentry-curses termination.
3251         (epg-wait-for-completion): Restore Emacs frame here.
3253 2012-12-27  Juri Linkov  <juri@jurta.org>
3255         * info.el (Info-file-completions): New variable.
3256         (Info-read-node-name-1): Complete node names in the Info file
3257         when a file name is given.  Call `Info-build-node-completions'
3258         with a file name.
3259         (Info-build-node-completions): Add new arg `file'.  When it is
3260         non-nil, visit it in a temporary buffer and cache its completions in
3261         `Info-current-file-completions'.  Move most of the function body to
3262         `Info-build-node-completions-1'.
3263         (Info-build-node-completions-1): New function with the body from
3264         `Info-build-node-completions'.  (Bug#12456)
3266 2012-12-27  Juri Linkov  <juri@jurta.org>
3268         * frame.el (frame-maximization-style): Remove user option.
3269         (cycle-frame-maximized): Remove function.
3270         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3271         (toggle-frame-fullscreen): New command bound to <f11> instead of
3272         `toggle-frame-maximized'.
3273         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3275 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3277         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3279         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3280         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3281         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3282         for `file-accessible-directory-p'.  (Bug#13275)
3284 2012-12-27  Sam Steingold  <sds@gnu.org>
3286         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3287         continuations, see <http://stackoverflow.com/questions/3582436>.
3289 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
3291         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3292         "module" and "def" to have indentation before them.
3293         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3295         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3297 2012-12-27  Alan Mackenzie  <acm@muc.de>
3299         Speed up fontification where there's large brace blocks.
3300         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3301         to a call of c-beginning-of-decl-1.
3303 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3305         * comint.el (comint-adjust-window-point): New function.
3306         (comint-postoutput-scroll-to-bottom):
3307         Call comint-adjust-window-point (Bug#13248).
3309 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
3311         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3312         Rakefile regexp.
3313         (auto-mode-alist): Associate .gemspec files with ruby-mode
3314         (https://bugs.ruby-lang.org/issues/5453).
3316 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
3318         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3319         Suppress coloring, if possible (required for BusyBox based systems like
3320         CyanogenMod).
3321         (tramp-adb-handle-file-attributes)
3322         (tramp-adb-handle-insert-directory)
3323         (tramp-adb-handle-file-name-all-completions): Use it.
3324         (tramp-adb-get-toolbox): New defun.  Check for remote shell
3325         implementation (BusyBox or Toolbox).
3327 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
3329         * startup.el (initial-buffer-choice): Allow function as value
3330         (Bug#13251).
3331         (command-line-1): Handle case where initial-buffer-choice
3332         specifies a function.
3333         * server.el (server-execute): Handle case where
3334         initial-buffer-choice specifies a function.
3336 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3338         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3339         its own function.
3340         (smtpmail-try-auth-methods): Forget the user name/password if the
3341         login is unsuccessful (bug#12424).
3343 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
3345         * notifications.el (notifications-notify): Protect body with
3346         `with-demoted-errors'.
3348         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3349         Check properties of remote device.  Restart connection, if there is a
3350         change.
3352 2012-12-21  Chong Yidong  <cyd@gnu.org>
3354         * sort.el (sort-subr): Doc fix (Bug#13056).
3356 2012-12-21  Bastien Guerry  <bzg@gnu.org>
3358         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
3360 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
3362         * simple.el (process-file): Overwrite stderr file, if exists.
3364 2012-12-21  Daiki Ueno  <ueno@gnu.org>
3366         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3367         (epg-error): Set `error-message' property.
3369 2012-12-21  Chong Yidong  <cyd@gnu.org>
3371         * international/mule-cmds.el (read-char-by-name): Signal an error
3372         if the user does not supply a valid character (Bug#13177).
3374         * simple.el (transpose-subr-1): Preserve marker positions by
3375         changing the insertion sequence (Bug#13122).
3377 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3379         * simple.el (kill-region): Deactivate mark even for empty regions
3380         (Bug#13169).
3382 2012-12-21  Chong Yidong  <cyd@gnu.org>
3384         * help-fns.el (describe-variable): Make sure we get the right
3385         buffer name (Bug#13105).  Suggested by Kelly Dean.
3387 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
3389         * comint.el (comint-redirect-previous-input-string): New variable.
3390         (comint-redirect-setup, comint-redirect-cleanup)
3391         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
3392         (comint-redirect-preoutput-filter): Fix verbose message.
3394 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3396         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
3397         is too long for Tramp.  See discussion in
3398         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3400         * progmodes/compile.el (compilation-start): Remove line escape
3401         template.
3403 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
3405         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3406         Adjust comment.
3408 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
3410         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3411         following non-comment text (bug#13207).
3412         (lm-header-multiline): Continuation lines need to be indented more than
3413         the first line.
3414         (lm-homepage): New function.
3415         (lm-with-file): Don't be confused if narrowing is in effect.
3417 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3419         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3420         very beginning of a hunk (e.g. killing the first line).
3422 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
3424         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3425         and text properties from returned ACL string.
3426         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3427         for "setfacl" command.
3429 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
3431         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3432         `tramp-cleanup-this-connection', when the process has died.
3433         (Bug#13151)
3435 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3437         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3439 2012-12-17  Kevin Ryde  <user42@zip.com.au>
3441         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3443 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
3445         Add support for preserving ACL entries of files.
3447         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3448         `set-file-acl' handlers.
3450         * net/tramp-adb.el (tramp-adb-handle-copy-file):
3451         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3453         * net/tramp-compat.el (tramp-compat-copy-file):
3454         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3456         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3457         Add `file-acl' and `set-file-acl' handlers.
3458         (tramp-gvfs-handle-copy-file):
3459         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3460         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3461         New defuns.
3463         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3464         Add `file-acl' and `set-file-acl' handlers.
3465         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3466         (tramp-sh-handle-set-file-acl): New defuns.
3467         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3468         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3470         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3471         Add `file-acl' and `set-file-acl' handlers.
3472         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3474 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3476         * help-macro.el (make-help-screen): Instead of switch-to-buffer
3477         use pop-to-buffer with NORECORD argument t.  As buffer name, use
3478         *Metahelp* with a leading space (Bug#13190).
3480 2012-12-16  Romain Francoise  <romain@orebokech.com>
3482         * files.el (file-extended-attributes)
3483         (set-file-extended-attributes): New functions.
3484         (backup-buffer): Use them to handle both SELinux context and ACL
3485         entries.
3486         (backup-buffer-copy): Work with an alist of extended attributes,
3487         rather than an SELinux context.
3488         (basic-save-buffer-2): Ditto.
3490 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
3492         * battery.el (battery-bsd-apm): New function.
3494 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
3496         * calc/calc.el (calc-standard-date-formats): Adjust one of the
3497         standard date formats.
3499 2012-12-15  Juri Linkov  <juri@jurta.org>
3501         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3502         `isearch-insert-char-by-name'.
3503         (with-isearch-suspended): New defmacro with body mostly from
3504         `isearch-edit-string' except the part that sets
3505         `isearch-new-string' and `isearch-new-message'.
3506         (isearch-edit-string): Use new macro `with-isearch-suspended' with
3507         body that sets `isearch-new-string' and `isearch-new-message'.
3508         (isearch-insert-char-by-name): New command.
3509         * international/mule-cmds.el (read-char-by-name): Let-bind
3510         `enable-recursive-minibuffers' to t.
3511         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3513 2012-12-15  Juri Linkov  <juri@jurta.org>
3515         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3516         (Bug#13175)
3518 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
3520         * dired-x.el (dired-guess-shell-command): Put colon at the end of
3521         the prompt.  (Bug#13045)
3523 2012-12-14  Glenn Morris  <rgm@gnu.org>
3525         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3526         Try to include filename in non-bytecomp warning.  (Bug#13132)
3528 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3530         Fix permissions bugs with setgid directories etc. (Bug#13125)
3531         * files.el (backup-buffer): Don't rely on 9th output of
3532         file-attributes, as it's now a placeholder.  Instead, use the new
3533         optional arg of file-ownership-preserved-p.
3534         (file-ownership-preserved-p): New optional arg GROUP.
3535         Fix mishandling of setuid directories that would cause this
3536         function to return t when it should have returned nil.
3537         Document what happens if the file does not exist, and when
3538         it's not known whether the ownership will be preserved.
3539         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3540         Likewise.
3541         (tramp-get-local-gid): Use group-gid for integer, as that's
3542         faster and more reliable.
3544 2012-12-14  Julien Danjou  <julien@danjou.info>
3546         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3547         Update keywords list, data type and PL/pgSQL.
3549 2012-12-14  Dave Abrahams  <dave@boostpro.com>
3551         * vc/ediff-util.el (ediff-buffer-type): New function.
3552         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3553         rather than taking it as as argument.
3554         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3556 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
3558         * json.el: Add pretty-print option (bug#12634).
3559         (json-encoding-separator, json-encoding-default-indentation)
3560         (json--encoding-current-indentation, json-encoding-pretty-print)
3561         (json-encoding-lisp-style-closings): New vars.
3562         (json--with-indentation): New macro.
3563         (json-encode-hash-table, json-encode-alist, json-encode-plist)
3564         (json-encode-array): Use it to obey json-encoding-pretty-print.
3565         (json-pretty-print-buffer, json-pretty-print): New commands.
3567 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3569         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3570         Extract `ruby-syntax-propertize-expansions'.
3571         (ruby-syntax-propertize-expansions): Only change syntax on
3572         certain string delimiters, to punctuation.  This way the common
3573         functions like forward-word and thing-at-point still work.
3574         (ruby-match-expression-expansion): Improve readability.
3575         (ruby-block-contains-point): New function.
3576         (ruby-add-log-current-method): Handle several edge cases.
3578 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3580         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3581         unload-feature finishes even when aborting an ongoing edebug session.
3582         Also, do not worry about edebug-mode, unload-feature takes care of it.
3584 2012-12-13  Andreas Schwab  <schwab@suse.de>
3586         * net/tls.el (tls-program): Update customize type.
3588 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3590         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3591         (edebug-setup-hook, cl-read-load-hooks): Use it.
3592         (edebug-unload-function): New function.  (Bug#13163)
3594 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
3596         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3597         Otherwise, there could be errors in autoloading.  (Bug#13151)
3599 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
3601         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3602         sequences.
3604 2012-12-13  Alan Mackenzie  <acm@muc.de>
3606         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
3607         * progmodes/cc-engine.el (c-backward-comments): Add code to work
3608         around `forward-comment' not recognizing ^M as whitespace.
3610 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3612         * progmodes/python.el (python-skeleton-class)
3613         (python-skeleton-def): Do not add space after defun name.
3615 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3617         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3618         (cl--symbol-function): Remove (now that funbound is like nil).
3620 2012-12-12  Glenn Morris  <rgm@gnu.org>
3622         * button.el (button--area-button-p): Fix typo.
3624 2012-12-12  Sam Steingold  <sds@gnu.org>
3626         * frame.el (frame-maximization-style): New user option.
3627         (toggle-frame-maximized): Toggle frame maximization according to
3628         `frame-maximization-style', bound to <f11>.
3629         (cycle-frame-maximized): Cycle between all maximization styles and
3630         non-maximized frame, bound to shift-<f11>.
3632 2012-12-12  David Cadé  <codename68@gmail.com>
3634         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3636 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
3638         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3639         (eieio-override-prin1): Don't quote kewords and booleans.
3640         (object-write) <eieio-default-superclass>: Don't put closing parens
3641         on new line, avoid needless empty lines, align values that are objects
3642         with the slot keyword (instead of beginning on the same line).
3643         (eieio-list-prin1): Align value with slot keyword; increase
3644         eieio-print-depth before printing members of the list.
3646 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3648         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3649         a display text-property.
3650         (report-emacs-bug-hook): Don't bother deleting it any more.
3652         * hilit-chg.el (highlight-save-buffer-state): Delete.
3653         Use with-silent-modifications instead.
3654         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3656         * button.el: Handle buttons in display text-properties.
3657         (button--area-button-p, button--area-button-string):
3658         Use (STRING . STRING-POS) representation instead of just STRING.
3660 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
3662         * makefile.w32-in (compile4-SH): Fix a typo that caused term
3663         subdirectory be skipped.
3665 2012-12-11  Glenn Morris  <rgm@gnu.org>
3667         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3669         * progmodes/f90.el (f90-line-continued, f90-indent-region):
3670         Treat preprocessor lines embedded in continuations like comments.
3671         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
3673 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
3675         * calc/calc.el (calc-standard-date-formats): Add more date
3676         formats.
3677         * calc/calc-forms.el (math-parse-iso-date): New function.
3678         (math-parse-date): Use `math-parse-iso-date' when appropriate.
3679         (math-parse-iso-date-validate): Add extra error checking.
3680         (calc-date-notation): Add ability to access new date formats.
3682 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3684         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3685         font-lock as well as when there's no text-property.
3687 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
3689         * hi-lock.el: Refine the choice of default face.
3690         (hi-lock-keyword->face): New function.  Use it wherever we used
3691         cadadadr instead.
3692         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3693         (hi-lock--last-face): Remove var.
3694         (hi-lock--unused-faces): New var to replace it.
3695         (hi-lock-read-face-name): Use/maintain it.
3696         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
3697         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3698         if it has another face.
3700 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3702         * subr.el (w32notify-handle-event): New function.
3703         (inotify-handle-event): Doc fix.
3705 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3707         * subr.el (inotify-event-p, inotify-handle-event): New functions.
3709 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
3711         * simple.el (just-one-space): Doc fix.
3713 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3715         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3717 2012-12-10  Le Wang  <l26wang@gmail.com>
3719         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3720         narrowed buffer (bug#12361).
3722 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
3724         * vc/vc-hooks.el (vc-state): Doc fix.
3726 2012-12-10  Glenn Morris  <rgm@gnu.org>
3728         * mail/rmail.el (rmail-maybe-display-summary):
3729         Preserve buffer, in case select-window changes it.  (Bug#13066)
3731 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3733         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3734         cl-load-hook where they belong.
3736 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3738         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3740 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
3742         Parallelize byte compilation on MS-Windows.
3743         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3744         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3745         (WINS_BASIC): Define as concatenation of the above.
3746         (compile): Subdivide into 4 separate and independent jobs that can
3747         be run in parallel.
3748         (compile0-CMD, compile0-SH): New targets for compiling
3749         COMPILE_FIRST files, which are prerequisites for the rest of the
3750         byte-compilation.
3751         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3752         New targets for parallel compilation with cmd.exe.
3753         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3754         compiling under a Unixy shell.
3756 2012-12-09  Chong Yidong  <cyd@gnu.org>
3758         * simple.el (set-mark-default-inactive): Delete this
3759         accidentally-introduced option.
3760         (set-mark-command, exchange-point-and-mark): Remove calls.
3762 2012-12-09  Glenn Morris  <rgm@gnu.org>
3764         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3765         Respect a defcustom's :set function, if appropriate.  (Bug#109)
3766         (eval-defun): Doc fix.
3768 2012-12-08  Juri Linkov  <juri@jurta.org>
3770         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3771         (Info-fontify-node, Info-bookmark-make-record): Remove the
3772         file extension from Info-current-file (Bug#13016).
3774 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3776         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3777         point, still provide some default.
3778         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3779         names, since we don't use it right now.  Actually return the list.
3780         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3782 2012-12-07  Chong Yidong  <cyd@gnu.org>
3784         * novice.el (disabled-command-function): Remove a spurious help
3785         xref (Bug#13043).  Suggested by Kelly Dean.
3787         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3788         syntax is specified (Bug#13025).
3790         * info.el (Info-set-mode-line): Remove the file extension from
3791         Info-current-file if there is one (Bug#13016).
3793 2012-12-07  Glenn Morris  <rgm@gnu.org>
3795         * mail/rmail.el (rmail-mime-decoded): New permanent local.
3796         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3797         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3798         and rmail-mime-decoded.  (Bug#9841)
3800         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
3801         (batch-unrmail, unrmail): Doc fixes.
3802         (unrmail): Respect unrmail-mbox-format.
3803         * mail/rmail.el (rmail-mbox-format): New option.
3804         (rmail-show-message-1): Respect rmail-mbox-format.
3806 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3810 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
3813         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3814         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3815         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3816         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3817         (cl-progv): Don't rely on dynamic scoping to find the body.
3818         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3819         (cl--proclaims-deferred): Rename from the "cl-" prefix.
3820         (cl-declaim): Use backquotes.
3821         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3822         Use "cl--" prefix for the object's tag.
3824         * ses.el: Use advice-add/remove.
3825         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3826         (copy-region-as-kill, yank): Use advice-add.
3827         (ses-unload-function): Use advice-remove.
3829 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
3831         * button.el: Make them work in header-lines (bug#12817).
3832         (button-map): Add bindings for header-line and mode-line use.
3833         (button-get, button-put, button-label): `button' may now be a string.
3834         (button-activate): Don't make it a defsubst.
3835         (button--area-button-p, button--area-button-string): New functions.
3836         (make-text-button): Fix the return value when `beg' was a string.
3837         (push-button): Handle the mode-line case.
3839 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3842         (sql-signum): Remove.  Use `cl-signum' instead.
3843         (sql-read-passwd): Remove; use read-passwd instread.
3844         (sql-get-login-ext): Use read-string.
3845         (sql-get-login): Use dolist and pcase.
3846         (sql--completion-table): Rename from sql-try-completion.
3847         Use complete-with-action.
3848         (sql-mode): Don't change abbrev-all-caps globally.
3849         (sql-connect): Don't rely on dynamic scoping for `new-name'.
3850         (sql-postgres-completion-object): Initialize vars in their `let'.
3851         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3852         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3853         (sql-comint-interbase): Use a single append, without setq.
3854         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3856         * hi-lock.el: Rework the default face and the serialize regexp code.
3857         (hi-lock--auto-select-face-defaults): Remove.
3858         (hi-lock-string-serialize-serial): Remove.
3859         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3860         make weak.
3861         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3862         equal string.
3863         (hi-lock-set-pattern): Adjust accordingly.
3864         (hi-lock--regexps-at-point): Simplify accordingly.
3865         (hi-lock--auto-select-face-defaults): Remove.
3866         (hi-lock--last-face): New var to replace it.
3867         (hi-lock-read-face-name): Rewrite (bug#11095).
3868         (hi-lock-unface-buffer): Arrange for the face to be the next default.
3870 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
3872         * net/tramp.el (tramp-replace-environment-variables):
3873         Hide compiler warning.
3874         (tramp-file-name-for-operation): Remove `executable-find',
3875         `start-process', `call-process' and `call-process-region'.
3877         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3879         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3880         compatibility.
3882         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3884 2012-12-06  Chong Yidong  <cyd@gnu.org>
3886         * ffap.el (ffap-replace-file-component): Fix typo.
3888 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3890         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3891         fix open-paren-like token test (bug#12785).
3893 2012-12-06  Glenn Morris  <rgm@gnu.org>
3895         * mail/rmailsum.el (rmail-new-summary): Tweak for
3896         rmail-maybe-display-summary changing buffer.  (Bug#13066)
3898 2012-12-06  Juri Linkov  <juri@jurta.org>
3900         * info.el (Info-fontify-node): Don't hide the last newline.
3901         (Bug#12272)
3903 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3905         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3906         so as to enable message-read-from-minibuffer to expand mail aliases.
3908 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3910         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3911         the `intangible' property.
3912         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3914 2012-12-05  Deniz Dogan  <deniz@dogan.se>
3916         * net/rcirc.el (rcirc-urls): Update documentation.
3917         (rcirc-condition-filter): New function.
3918         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3919         and exclude consecutive duplicate URLs (Bug#6082).
3921 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
3923         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3924         Check return code of copy command.
3926         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3927         Use group `tramp'.  Add version.
3929 2012-12-05  Chong Yidong  <cyd@gnu.org>
3931         * ffap.el (ffap-url-regexp): Don't require matching at front of
3932         string (Bug#4952).
3933         (ffap-url-p): If only a substring matches, return that.
3934         (ffap-url-at-point): Use the return value of ffap-url-p.
3935         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3936         (find-file-at-point, dired-at-point, dired-at-point-prompter)
3937         (ffap-guess-file-name-at-point): Likewise.
3938         (ffap-replace-file-component): Fix typo.
3940         * info.el (info-display-manual): Add existing Info buffers, whose
3941         files may not be in Info-directory-list, to the completion.
3942         (info--manual-names): New helper function.
3944 2012-12-05  Glenn Morris  <rgm@gnu.org>
3946         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3947         New functions, for detecting and resolving conflicts.  (Bug#10709)
3949 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
3951         * hi-lock.el (hi-lock-auto-select-face): New user variable.
3952         (hi-lock-auto-select-face-defaults): New buffer local variable.
3953         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3954         (hi-lock-unface-buffer): Prompt user with useful defaults.
3955         With prefix arg, unhighlight all hi-lock patterns in buffer.
3957 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3959         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3961 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
3963         * Makefile.in (TRAMP_SRC):
3964         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3966 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
3968         * net/tramp-adb.el: New package.
3970 2012-12-04  Chong Yidong  <cyd@gnu.org>
3972         * terminal.el: Move to obsolete/.
3974         * longlines.el: Move to obsolete/.
3976         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3977         Remove code referring to longlines mode.
3979 2012-12-03  Juri Linkov  <juri@jurta.org>
3981         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
3983 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3985         * textmodes/ispell.el (ispell-init-process)
3986         (ispell-start-process, ispell-internal-change-dictionary):
3987         Make sure personal dictionary name is expanded after initial
3988         `default-directory' value. Use expanded strings for
3989         keep/restart checks and for value (Bug#13019).
3991 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3993         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3995 2012-12-03  Leo Liu  <sdl.web@gmail.com>
3997         * files.el (dir-locals-read-from-file): Check file non-empty
3998         before reading.  (Bug#13038)
4000 2012-12-03  Glenn Morris  <rgm@gnu.org>
4002         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4003         Remove any version extension before checking filename.  (Bug#13006)
4004         (jka-compr-compression-info-list): Belated :version bump.
4006 2012-12-03  Chong Yidong  <cyd@gnu.org>
4008         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4010         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4011         (buffer-menu): Doc fix (Bug#12294).
4013 2012-12-03  Roland Winkler  <winkler@gnu.org>
4015         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4016         of diary-show-all-entries in the diary buffer (Bug#12994).
4018 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
4020         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4021         "<STDIN>".  This is binary safe.
4023 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4025         * calc/calc-forms.el (math-absolute-from-iso-dt)
4026         (math-date-to-iso-dt, math-parse-iso-date-validate)
4027         (math-iso-dt-to-date): New functions.
4028         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4029         (math-fd-isoweekday): New variables.
4030         (calc-date-notation, math-parse-standard-date, math-format-date)
4031         (math-format-date-part): Add support for more formatting codes.
4033 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4035         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4036         current buffer's file name when called interactively (Bug#12488).
4038 2012-12-02  Juri Linkov  <juri@jurta.org>
4040         * info.el (info-display-manual): Don't clobber an existing Info
4041         buffer (Bug#10770).  Add completion (Bug#10771).
4043 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
4045         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4046         before using it for comparison (Bug#5297).
4048 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
4050         * textmodes/css-mode.el (css-current-defun-name): New function.
4051         (css-mode): Use it.
4053         * textmodes/sgml-mode.el (html-current-defun-name): New function.
4054         (html-mode): Use it.
4056 2012-12-01  Chong Yidong  <cyd@gnu.org>
4058         Modularize add-log-current-defun (Bug#2224).
4059         Suggested by Jari Aalto.
4061         * vc/add-log.el (add-log-current-defun-function): Doc fix.
4062         (add-log-current-defun): Move mode-specific code to other files.
4063         (add-log-lisp-like-modes, add-log-c-like-modes)
4064         (add-log-tex-like-modes): Variables deleted.
4066         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4067         (lisp-mode-variables): Use it.
4069         * progmodes/cc-mode.el (c-common-init):
4070         * progmodes/cperl-mode.el (cperl-mode): Set a value for
4071         add-log-current-defun-function.
4073         * progmodes/m4-mode.el (m4-current-defun-name): New function.
4074         (m4-mode): Use it.
4076         * progmodes/perl-mode.el (perl-current-defun-name): New.
4077         (perl-mode): Use it.
4079         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4080         Use lisp-current-defun-name.
4082         * textmodes/tex-mode.el (tex-current-defun-name): New.
4083         (tex-common-initialization): Use it.
4085         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4086         (texinfo-mode): Use it.
4088 2012-12-01  Chong Yidong  <cyd@gnu.org>
4090         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4091         * progmodes/autoconf.el (autoconf-mode):
4092         * progmodes/js.el (js-mode):
4093         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4094         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4095         * progmodes/perl-mode.el (perl-mode):
4096         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4097         * textmodes/css-mode.el (css-mode):
4098         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4099         (sgml-tags-invisible, sgml-guess-indent):
4100         * textmodes/tex-mode.el (tex-common-initialization)
4101         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4102         (doctex-mode, plain-tex-mode, latex-mode):
4103         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4105 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4107         * vc/vc-hg.el (vc-hg-next-revision):
4108         Ensure use of default "tip" output format.  (Bug#6968)
4110 2012-12-01  Kim F. Storm  <storm@cua.dk>
4112         * startup.el (fancy-startup-tail): Add a clickable link
4113         (Bug#2176).
4115 2012-12-01  Chong Yidong  <cyd@gnu.org>
4117         * startup.el (fancy-startup-tail): Improve the message about
4118         auto-save files (Bug#2176).
4120         * files.el (recover-session): Improve the descriptive message, and
4121         use substitute-command-keys.
4123 2012-12-01  Glenn Morris  <rgm@gnu.org>
4125         * ido.el (ido-file-internal):
4126         Handle other-window, other-frame for dired.  (Bug#13036)
4128 2012-11-30  Glenn Morris  <rgm@gnu.org>
4130         * icomplete.el (icomplete-separator): Fix :version.
4132 2012-11-30  Chong Yidong  <cyd@gnu.org>
4134         * shell.el (shell): For C-u M-x shell, use an inactive shell
4135         buffer as the default (Bug#1975).
4136         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4137         (shell-mode): Use them to reapply ansi colorization if Shell mode
4138         is re-enabled.
4140 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4142         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4144 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4146         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4147         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4149 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4151         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4152         by move-to-column (Bug#3234).
4154 2012-11-30  Chong Yidong  <cyd@gnu.org>
4156         * longlines.el (longlines-wrap-line, longlines-encode-region):
4157         Preserve text properties (Bug#1425).
4159 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4161         * vc/vc.el (vc-register): Allow registering a file which is
4162         already registered with a different backend (Bug#10589).
4164 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4165             Stefan Monnier  <monnier@iro.umontreal.ca>
4167         * icomplete.el: Change separator; add ido-style commands.
4168         (icomplete-show-key-bindings): Remove custom var.
4169         (icomplete-get-keys): Remove function.
4170         (icomplete-forward-completions, icomplete-backward-completions):
4171         New commands.
4172         (icomplete-minibuffer-map): New var.
4173         (icomplete-minibuffer-setup): Use it.
4174         (icomplete-exhibit): Don't delay if the list of completions is known.
4175         (icomplete-separator): New custom.
4176         (icomplete-completions): Use it.
4177         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4178         (minibuffer-force-complete-and-exit): New command.
4179         (minibuffer--complete-and-exit): New function extracted from
4180         minibuffer-complete-and-exit.
4181         (minibuffer-complete-and-exit): Use it.
4183         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4184         error message when the file doesn't exist (bug#12974).
4186 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4188         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4190 2012-11-29  Glenn Morris  <rgm@gnu.org>
4192         * files.el (hack-dir-local-variables): Warn if try to set
4193         coding via dir-locals, since it doesn't work.  (Bug#7169)
4195         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4196         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4197         Set buffer-local value of desktop-save-buffer.
4198         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4199         New functions.
4200         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4201         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4203         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4204         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4205         Doc fix.
4206         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4207         Doc fixes.
4209 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4211         * calc/calc-forms.el (calc-date-notation): Fix regexp
4212         used to find time codes.  Fix symbol for seconds.
4214 2012-11-27  Glenn Morris  <rgm@gnu.org>
4216         * emacs-lisp/derived.el (derived-mode-make-docstring):
4217         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4219 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4221         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4222         lexically scoped variables (bug#13005).
4224 2012-11-27  Glenn Morris  <rgm@gnu.org>
4226         * vc/vc-hooks.el (vc-mistrust-permissions):
4227         Default to t, to avoid data-loss.  (Bug#11490)
4229 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4231         * progmodes/python.el (python-indent-guess-indent-offset):
4232         If indentation is guessed make python-indent-offset buffer-local.
4234         Fix Imenu regression.
4235         * progmodes/python.el (python-nav-beginning-of-defun):
4236         Fix forward movement when statement(s) separates point from defun.
4237         (python-imenu-prev-index-position): New function.
4239 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4241         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4243         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4244         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4246 2012-11-27  Glenn Morris  <rgm@gnu.org>
4248         * hippie-exp.el (hippie-expand-try-functions-list):
4249         Re-autoload it.  (Bug#12982)
4251 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4253         * descr-text.el (describe-char-padded-string):
4254         Call internal-char-font only on GUI frames.  (Bug#11964)
4256 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4258         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4259         and obsoletion message.
4261 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4263         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4264         the constructs to keep outside of the `cl-block' (bug#12977).
4266 2012-11-27  Chong Yidong  <cyd@gnu.org>
4268         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4269         keep reading until we get the up-event anyway, in order to process
4270         the up-event for mouse-1-click-follows-link (Bug#12971).
4272 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4275         base function is not yet defined (bug#12965).
4276         (ad-activate-advised-definition): Use ad-compile-function.
4277         (ad-activate): Use cond.
4279 2012-11-25  Leo Liu  <sdl.web@gmail.com>
4281         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4282         (Bug#12979)
4284 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4286         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4287         reftex-section-info-function in order to be compatible with
4288         Texinfo integration.
4290         * textmodes/reftex.el (reftex-section-pre-regexp)
4291         (reftex-section-post-regexp, reftex-section-info-function):
4292         New variable.
4293         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4294         reftex-section-post-regexp, and reftex-section-info-function in order
4295         to be compatible with Texinfo integration.
4297         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4298         use reftex-section-pre-regexp variable in order to be compatible with
4299         Texinfo integration.
4301 2012-11-25  Chong Yidong  <cyd@gnu.org>
4303         * faces.el: Make face-spec-set more analogous to setq.
4304         (face-spec-set): Change the third arg to specify whether this
4305         function is being called via defface, customize, or a third party.
4306         Set the appropriate symbol properties.  Clear the override spec if
4307         setting via Custom.  Initialize face if necessary.  (Bug#4988)
4308         (face-spec-recalc): Allow theme faces to completely replace the
4309         defface spec, in the same way as custom faces (Bug#8454).
4311         * cus-face.el (custom-declare-face): Move face initialization to
4312         face-spec-set.
4313         (custom-theme-set-faces): Don't initialize the face name here, as
4314         that is now done in face-spec-set.
4316         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4317         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4318         Simplify by using the new arg to face-spec-set.
4320         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4321         reset face-override-spec too, and use custom-declare-face.
4323 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
4325         * term/ns-win.el (ns-initialize-window-system): Move creation of
4326         fontsets here (Bug#11964).
4328 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4330         * ses.el (ses-rename-cell): Correct bug on mode-line update after
4331         cell renaming.
4333 2012-11-24  Chong Yidong  <cyd@gnu.org>
4335         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4336         obsolete.
4338         * custom.el (custom-theme-set-variables): Use a topological sort
4339         for ordering by custom dependencies (Bug#12952).
4340         (custom--sort-vars, custom--sort-vars-1): New functions.
4342 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4344         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4345         lexical-binding (bug#12938).
4347 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
4349         * image-mode.el (image-transform-check-size): Use assertions only
4350         for images of type imagemagick.
4352         Otherwise no error, image-transform-fit-to-{width,height} is
4353         silently ignored, as before.  Doc fix.
4355 2012-11-24  Chong Yidong  <cyd@gnu.org>
4357         * faces.el (color-defined-p): Doc fix (Bug#12853).
4359 2012-11-24  Juri Linkov  <juri@jurta.org>
4361         * dired.el (dired-mark): Add optional arg `interactive'.
4362         Check for `use-region-p' if `interactive' is non-nil.
4363         (dired-unmark, dired-flag-file-deletion): Add optional arg
4364         `interactive'.  Call `dired-mark' with the arg `interactive'.
4365         (Bug#10624)
4367         * wdired.el: Revert 2012-10-17 change partly and replace it with
4368         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4369         (wdired-finish-edit): Add marks for new file names to
4370         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
4371         after `revert-buffer'.
4372         (wdired-do-renames): Remove calls to `dired-remove-file',
4373         `dired-add-file', `dired-add-entry'.  (Bug#11795)
4375 2012-11-24  Alan Mackenzie  <acm@muc.de>
4377         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4379         Fix bugs in the state cache.  Enhance a debugging mechanism.
4380         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4381         "brace at column zero" strategy for C++.
4382         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4383         (c-parse-state-point): New variable.
4384         (c-record-parse-state-state): Record old parse state with
4385         `copy-tree'.  Record previous value of point.
4386         (c-debug-parse-state-double-cons): New debugging function.
4387         (c-debug-parse-state): Call the above new function.
4388         (c-toggle-parse-state-debug): Output a confirmatory message.
4390         * progmodes/cc-mode.el (c-before-change, c-after-change):
4391         Call c-invalidate-state-cache from `c-before-change' instead of
4392         `c-after-change'.
4394 2012-11-23  Chong Yidong  <cyd@gnu.org>
4396         * find-cmd.el (find-constituents): Add executable, ipath,
4397         readable, samefile, writable, daystart, regextype (Bug#12856).
4399 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4403 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4405         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4406         definition.  This fixes a bootstrap failure.
4407         (calc-gregorian-switch): In menu, put dates before regions.
4408         This is easier to follow, lines up better in the menu, and lets us
4409         coalesce regions that switch at the same time.  Give country
4410         names, not "Vatican", as that's better for non-expert users.
4411         Use names that are stable between the date of switch and now, e.g.,
4412         Bohemia and Moravia (which existed then and now) and not
4413         Czechoslovakia (which didn't exist then and doesn't exist now).
4414         What is now the U.S. mostly did not switch at the same time as
4415         Britain, so omit the U.S.  Correct spelling of "Britain".
4416         Catholic Switzerland was too much of a mess, so omit it.
4418 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4420         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4421         after the variable is changed.
4423 2012-11-21  Daniel Colascione  <dancol@dancol.org>
4425         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4426         in SQL declarations for font-lock.
4427         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4429 2012-11-21  Glenn Morris  <rgm@gnu.org>
4431         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4432         (face-italic-p): Add optional argument "inherit".
4434         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4435         Remove -p suffix from names, for consistency with other set-face-*.
4436         (set-face-inverse-video): Fix interactive spec.
4437         * play/gamegrid.el (gamegrid-make-mono-tty-face):
4438         * textmodes/table.el (table--update-cell-face):
4439         Use set-face-inverse-video rather than now obsolete alias.
4441 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
4443         * simple.el (line-move): Don't call line-move-partial if
4444         scroll-conservatively is in effect.  (Bug#12927)
4446 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4448         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4449         Fallback on completion-at-point rather than
4450         pcomplete-expand-and-complete, and only if pcomplete actually failed.
4451         (eshell-cmpl-initialize): Setup completion-at-point.
4453         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4455         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4457 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
4459         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4460         are remote, check out-of-band property for both.
4462 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4464         * window.el (switch-to-buffer): Re-add the warning that was lost in the
4465         code rewrite.
4467 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
4469         More minor time fixes.
4470         * calendar/time-date.el: Commentary fix.
4471         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4472         too much other code depends on (0 0) time stamps.
4473         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4474         Add a couple of FIXME comments.
4476         Minor cleanup for times as lists of four integers.
4477         * files.el (dir-locals-directory-cache):
4478         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4479         Doc fixes.
4480         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4481         * ps-bdf.el (bdf-file-newer-than-time):
4482         Process four-integers time stamps, not two.  Doc fixes.
4484 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4486         * uniquify.el (uniquify-managed): Use defvar-local.
4487         (rename-buffer, create-file-buffer): Advise with advice-add.
4488         (uniquify-unload-function): Unadvise accordingly.
4490         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4491         (trace-buffer): Don't purecopy.
4492         (trace-entry-message, trace-exit-message): Add `context' arg.
4493         (trace--timer): New var.
4494         (trace-make-advice): Adjust for use in nadvice.
4495         Add `context' argument.  Delay `display-buffer' via a timer.
4496         (trace-function-internal): Use advice-add.
4497         (trace--read-args): New function.
4498         (trace-function-foreground, trace-function-background): Use it.
4499         (trace-function): Rename to trace-function-foreground and redefine as
4500         an alias to that new name.
4501         (untrace-function, untrace-all): Adjust to the use of nadvice.
4503         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4505         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4507         * subr.el (called-interactively-p-functions): New var.
4508         (internal--called-interactively-p--get-frame): New macro.
4509         (called-interactively-p, interactive-p): Rewrite in Lisp.
4510         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4511         (called-interactively-p-functions): Use it.
4512         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4513         (called-interactively-p-functions): Use it.
4514         * allout.el (allout-called-interactively-p): Don't assume
4515         called-interactively-p is a subr.
4517 2012-11-20  Glenn Morris  <rgm@gnu.org>
4519         * profiler.el (profiler-report-mode-map): Add a menu.
4520         No need to bind `q' because we derive from special-mode.
4521         (profiler-report-find-entry): Handle calls from the menu-bar.
4523 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * emacs-lisp/byte-run.el (defun-declarations-alist):
4526         Allow a compiler-macro to be a lambda expression.
4528         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
4529         eval-when-compile.
4530         (python-syntax-context): Add compiler-macro.
4531         (python-font-lock-keywords): Simplify with De Morgan.
4533         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4535         * files.el (load-file): Require match in minibuffer selection, as was
4536         the case in Emacs-20 before we changed the spec to allow .elc files
4537         (bug#12935).
4539         * json.el: Don't require cl since we don't use it.
4540         * color.el: Don't require cl.
4541         (color-complement): `caddr' -> `nth 2'.
4543         * calendar/time-date.el (time-to-seconds): De-obsolete.
4545 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
4547         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4548         year numbers.
4549         (math-date-to-julian-dt): Adjust the initial approximation for the
4550         year to deal with the new definition of the DATE.
4552 2012-11-19  Daniel Colascione  <dancol@dancol.org>
4554         * term/w32-win.el (cygwin-convert-path-from-windows):
4555         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4557 2012-11-18  Chong Yidong  <cyd@gnu.org>
4559         * filecache.el (file-cache--read-list): New function.
4560         (file-cache-add-directory-list, file-cache-add-file-list)
4561         (file-cache-delete-file-list, file-cache-delete-directory-list):
4562         Use it to read a list of files or directories (Bug#12846).
4563         (file-cache-add-file, file-cache-add-directory)
4564         (file-cache-delete-file-list, file-cache-delete-file-regexp)
4565         (file-cache-delete-directory): Print an message.
4567 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
4569         * calc/calc-forms.el (math-date-to-dt): Use integer date when
4570         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4572 2012-11-18  Glenn Morris  <rgm@gnu.org>
4574         * image.el (insert-image, insert-sliced-image): Doc fix.
4576 2012-11-18  Chong Yidong  <cyd@gnu.org>
4578         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4579         (Bug#12810).
4581 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4583         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4584         response when the target file is in a subdirectory (Bug#12757).
4586 2012-11-18  Chong Yidong  <cyd@gnu.org>
4588         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4590 2012-11-18  Glenn Morris  <rgm@gnu.org>
4592         * emacs-lisp/cl-lib.el (face-underline-p):
4593         Use set-face-underline rather than the alias set-face-underline-p.
4595         * window.el (with-temp-buffer-window): Doc fix.
4596         * subr.el (with-output-to-temp-buffer):
4597         Add doc xref to with-temp-buffer-window.
4599 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
4601         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4602         * calc/calc.el (math-format-date-cache): Declare.
4604 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4606         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4607         It also uses January 1, 1 AD as its day number 1.
4608         * calc/calc-forms.el (math-julian-date-beginning)
4609         (math-julian-date-beginning-int): Implement this.
4611 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
4613         * descr-text.el (quail-find-key):
4614         * dired.el (desktop-file-name):
4615         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4616         * generic-x.el (comint-mode, comint-exec):
4617         * image-dired.el (widget-forward):
4618         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4619         (speedbar-change-expand-button-char)
4620         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4621         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4622         * printing.el (easy-menu-add-item, easy-menu-remove-item)
4623         (widget-field-action, widget-value-set):
4624         * speedbar.el (imenu--make-index-alist):
4625         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4626         (ring-length, ring-insert):
4627         * vcursor.el (compare-windows-skip-whitespace):
4628         * woman.el (dired-get-filename):
4629         Declare functions.
4631         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4633 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4635         * calc/calc.el (calc-gregorian-switch): New variable.
4637         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4638         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4639         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4640         (math-leap-year-p): Add option to distinguish between Julian
4641         and Gregorian calendars.
4642         (math-day-number): Use `math-day-in-year' to do the computations.
4643         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4644         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4645         to do the computations.
4646         (math-date-to-dt): Use `math-date-to-julian-dt' and
4647         `math-date-to-gregorian-dt' to do the computations.
4648         (calcFunc-weekday, math-format-date-part): Use the new version of
4649         the DATE to determine the weekday.
4650         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4651         when necessary.
4653 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
4655         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4656         Cygwin; otherwise use 'file:'.  (Bug#12914)
4657         (cygwin-convert-path-from-windows): Declare, to avoid
4658         byte-compiler warnings.
4660 2012-11-17  Andreas Politz  <politza@fh-trier.de>
4662         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4663         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4664         prefix and negative numeric prefix args (Bug#12795).
4666 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
4668         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4669         Don't signal an error with a score that is too low to add to the
4670         list of top scores. (Bug#12779)
4672 2012-11-17  Chong Yidong  <cyd@gnu.org>
4674         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4676         * filecache.el (file-cache-add-file): Handle relative file name in
4677         the argument (Bug#12694).
4679 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
4681         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4683 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4687         * emacs-lisp/cl-lib.el: Set more meaningful version number.
4689 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4691         * window.el (enlarge-window, shrink-window): Don't mention return
4692         value in doc-string (Bug#12896).
4693         (window--display-buffer): Don't resize frames - it won't work
4694         with all window managers and defeat pop-up-frame-alist.
4695         (display-buffer-alist): In doc-string explain that CONDITION can
4696         be a function and which arguments are passed to it (Bug#12854).
4697         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
4698         expressions (Bug#12854).
4699         (display-buffer): Pass ACTION argument to
4700         display-buffer-assq-regexp.
4702 2012-11-16  Glenn Morris  <rgm@gnu.org>
4704         * window.el (fit-frame-to-buffer-bottom-margin)
4705         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4707         * faces.el (face-underline-p): Use face-attribute-specified-or.
4709 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
4711         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4713 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4715         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4717 2012-11-16  Glenn Morris  <rgm@gnu.org>
4719         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
4720         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4722         * faces.el (face-underline-p): Doc fix.  Handle :underline being
4723         things other than `t' (a string, a list).
4724         (face-inverse-video-p): Doc fix.
4725         (set-face-underline): Rename it back from set-face-underline-p.
4726         Doc fix.  Allow interactive input of values other than t.
4727         (read-face-attribute): Apply formatting to :underline,
4728         since like :box and :stipple it can take list values.
4730         * term.el (ansi-term): Don't let C-x escape-char binding
4731         clobber the more standard C-c binding.  (Bug#12842)
4733         * subr.el (set-temporary-overlay-map): Doc fix.
4735 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4737         * window.el (record-window-buffer)
4738         (display-buffer-record-window): When copying the markers to
4739         window-point preserve window-point-insertion-type. (Bug#12588)
4741 2012-11-16  Glenn Morris  <rgm@gnu.org>
4743         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4744         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4745         Use new names for hooks rather than obsolete aliases.
4747 2012-11-15  Daniel Colascione  <dancol@dancol.org>
4749         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4750         prefix instead of "file:" so that when FILE-NAME begins with "//",
4751         as it does when the target file is on a network share, url-handler
4752         isn't confused.
4754 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4756         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4757         a preactivated advice from an old advice.el; they're not compatible!
4759 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4761         * emacs-lisp/nadvice.el (advice--make-interactive-form):
4762         Fix string-spec case.
4764         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4766 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4768         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4769         (advice--buffer-local-function-sample): New var.
4770         (advice--set-buffer-local, advice--buffer-local): New functions.
4771         (add-function, remove-function): Use them.
4773 2012-11-15  Drew Adams  <drew.adams@oracle.com>
4775         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4777 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4779         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4780         potential binding of print-gensym to t, and prettify (back)quotes in
4781         case they appear in args's default values (bug#12884).
4783 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4786         (advice-eval-interactive-spec): New function.
4787         (advice--make-interactive-form): Support around advice (bug#12844).
4789 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
4791         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4792         more strict.  Add docstring.
4793         (ruby-expression-expansion-re): Extract from
4794         `ruby-match-expression-expansion'.
4795         (ruby-syntax-propertize-function): After everything else, search
4796         for expansions in string literals, mark their insides as
4797         whitespace syntax and save match data for font-lock.
4798         (ruby-font-lock-keywords): Use the 2nd group from expression
4799         expansion matches.
4800         (ruby-match-expression-expansion): Use the match data saved to the
4801         text property in ruby-syntax-propertize-function.
4803 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4805         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4806         (bug#12879).
4808 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4810         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4811         start/end keyword a bit harder.  Works with different values of N.
4812         Add more comments.
4813         (ruby-end-of-block): Update accordingly.
4815 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4817         * woman.el (woman-file-name): Don't mess with unread-command-events
4818         (bug#12861).
4820         * emacs-lisp/advice.el: Layer on top of nadvice.el.
4821         Remove out of date self-require hack.
4822         (ad-do-advised-functions): Use simple `dolist'.
4823         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4824         (ad-advice-definition): Redefine as functions.
4825         (ad-advice-classes): Move before first use.
4826         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4827         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4828         (ad--defalias-fset): Remove functions.
4829         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4830         (ad-get-orig-definition): Rewrite.
4831         (ad-make-advised-definition-docstring): Change base docstring.
4832         (ad-real-orig-definition): Rewrite.
4833         (ad-map-arglists): Change name of called function.
4834         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4835         (ad-make-advised-definition): Simplify.
4836         (ad-assemble-advised-definition): Tweak for new calling context.
4837         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4838         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
4839         function and call ad-activate if needed.
4840         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4841         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4842         (ad-compile-function): Compile ad-Advice-*.
4843         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4844         (ad-start-advice, ad-stop-advice): Remove.
4846 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4848         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4849         period before class method names, not after.  Remove handling of
4850         one impossible case.  Add comments.
4852 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4854         * emacs-lisp/advice.el: Remove support for freezing.
4855         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4856         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4857         Remove support for `freeze'.
4859         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4860         override the default.
4861         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4862         cl--dotimes/dolist.
4863         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4864         `cl' is loaded.
4866         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4867         from add-advice.
4868         (advice--strip-macro): New function.
4869         (advice--defalias-fset): Use them to handle macros.
4870         (advice-add): Use them.
4871         (advice-member-p): Correctly handle macros.
4873 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4875         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4876         Never font-lock the beginning of singleton class as heredoc.
4878 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4882 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
4884         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4885         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
4886         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4888 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4890         Fix end-of-defun misbehavior.
4891         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4892         python-beginning-of-defun-function.  Handle nested defuns
4893         correctly.
4894         (python-nav-end-of-defun): Rename from
4895         python-end-of-defun-function.  Ensure forward movement.
4896         (python-info-current-defun): Reimplement to work as intended
4897         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
4898         parent defuns as soon as possible.
4900 2012-11-13  Glenn Morris  <rgm@gnu.org>
4902         * progmodes/flymake.el (flymake-error-bitmap)
4903         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4904         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4906 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4908         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4909         backward, always stop at indentation.  Reverts the change from
4910         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4912 2012-11-13  Glenn Morris  <rgm@gnu.org>
4914         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4915         Add ibuffer-filter-by-derived-mode.
4917         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4918         the same name shadowing each other.
4920         * window.el (with-temp-buffer-window): Doc tweak.
4922         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4924         * help.el (temp-buffer-max-height):
4925         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4926         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4928 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4930         * emacs-lisp/nadvice.el: New package.
4931         * subr.el (special-form-p): New function.
4932         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4933         (elp-all-instrumented-list): Remove var.
4934         (elp-not-profilable): Remove elp-wrapper.
4935         (elp-profilable-p): Use autoloadp and special-form-p.
4936         (elp--advice-name): New const.
4937         (elp-instrument-function): Use advice-add.
4938         (elp--instrumented-p): New predicate.
4939         (elp-restore-function): Use advice-remove.
4940         (elp-restore-all, elp-reset-all): Use mapatoms.
4941         (elp-set-master): Use elp--instrumented-p.
4942         (elp--make-wrapper): Rename from elp-wrapper, return a function
4943         suitable for advice-add.  Use cl-inf.
4944         (elp-results): Use mapatoms+elp--instrumented-p.
4945         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4946         (debug-function-list): Remove var.
4947         (debug): Rename arg, and then let-bind it explicitly inside.
4948         (debugger-setup-buffer): Rename arg.
4949         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4950         (debugger-frame-number): Adjust to new debug-on-entry setup.
4951         (debug--implement-debug-on-entry): Rename from
4952         implement-debug-on-entry, add argument.
4953         (debugger-special-form-p): Remove, use special-form-p instead.
4954         (debug-on-entry): Use advice-add.
4955         (debug--function-list): New function.
4956         (cancel-debug-on-entry): Use it, along with advice-remove.
4957         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4958         (debugger-list-functions): Use debug--function-list instead of
4959         debug-function-list.
4960         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4961         (ad-special-form-p): Remove, use special-form-p instead.
4962         (ad-set-advice-info): Use add-function and remove-function.
4963         (ad--defalias-fset): Adjust accordingly.
4965 2012-11-10  Glenn Morris  <rgm@gnu.org>
4967         * mail/emacsbug.el (report-emacs-bug-tracker-url)
4968         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4969         (report-emacs-bug-create-existing-bugs-buffer)
4970         (report-emacs-bug-parse-query-results)
4971         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
4973         * term.el (term-default-fg-color, term-default-bg-color):
4974         Make obsolete, rather than just saying "deprecated" in the doc.
4976         * term.el (term): Rename from `term-face'.
4977         (term-current-face, ansi-term-color-vector)
4978         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4979         Update all users.
4981 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4983         * server.el (server-create-window-system-frame): Handle Nextstep
4984         specially (Bug#12780).
4986 2012-11-10  Glenn Morris  <rgm@gnu.org>
4988         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4989         Unautoload, and make obsolete.  (Bug#7449)
4991 2012-11-10  Chong Yidong  <cyd@gnu.org>
4993         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4994         rename from diff-remove-trailing-whitespace (Bug#12831).
4996 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4998         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4999         miscompilation of trace.el.
5001 2012-11-10  Glenn Morris  <rgm@gnu.org>
5003         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5005 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5007         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5008         (bug#12812).
5010 2012-11-10  Chong Yidong  <cyd@gnu.org>
5012         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5013         a defcustom with an appropriate :set function.
5014         (minibuffer-default--in-prompt-regexps): New function.
5016 2012-11-10  Glenn Morris  <rgm@gnu.org>
5018         * emacs-lisp/cl.el (define-setf-expander, defsetf)
5019         (define-modify-macro): Doc fixes.
5021         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5022         (gv-define-simple-setter): Update doc of `fix-return'.
5024 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5026         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5027         twice when `fix-return' is set (bug#12813).
5029         * emacs-lisp/cl.el (defsetf): Pass the third arg to
5030         gv-define-simple-setter (bug#12812).
5032         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5033         (bug#12756).
5035 2012-11-10  Glenn Morris  <rgm@gnu.org>
5037         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5039         * emacs-lisp/cl-extra.el (cl-prettyexpand):
5040         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5041         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5042         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5044         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5046 2012-11-10  Leo Liu  <sdl.web@gmail.com>
5048         * ido.el (ido-set-matches-1): Improve flex matching performance by
5049         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
5051 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5053         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5054         (ad--defalias-fset): New function.
5055         (ad-safe-fset): Remove.
5056         (ad-make-freeze-definition): Use cl-letf*.
5058 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5060         * subr.el (dolist): Don't bind VAR in RESULT.
5062         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
5063         (fset, documentation): Don't save real def since we don't advise.
5064         (ad-do-advised-functions): Remove problematic `result-form'.
5065         (ad-safe-fset): `ad-real-fset' => `fset'.
5066         (ad-read-advised-function): Don't assume that ad-do-advised-functions
5067         uses CL's dolist internally.
5068         (ad-arglist): Remove unused arg `name'.
5069         (ad-docstring, ad-make-advised-docstring):
5070         `ad-real-documentation' => `documentation'.
5071         (warning-suppress-types): Declare.
5072         (ad-set-arguments): Simple CSE.
5073         (ad-recover-normality): Sanity check.
5075         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5076         (funcall '(lambda ..) ..) into ((lambda ..) ..).
5078 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5080         * ses.el: symbol to coordinate mapping is made by symbol property
5081         `ses-cell'.  This means that the same mapping is done for all SES
5082         sheets.  That is good enough for cells with standard A1 names, but
5083         not for named cell.  So a hash map is added for the latter.
5084         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5085         (ses-sym-rowcol): Use hashmap for named cell.
5086         (ses-is-cell-sym-p): New defun.
5087         (ses-decode-cell-symbol): New defun.
5088         (ses-create-cell-variable): Add cell to hashmap when name is not
5089         A1-like.
5090         (ses-rename-cell): Check that cell new name is not already in
5091         spreadsheet with the use of ses-is-cell-sym-p
5092         (ses-rename-cell): Use hash map for named cells, but accept also
5093         renaming back to A1-like.
5095 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5097         * emacs-lisp/advice.el: Use new dynamic docstrings.
5098         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5099         Use dynamic-docstring-function instead of ad-advice-info.
5100         (ad--make-advised-docstring): New function extracted from
5101         ad-make-advised-docstring.
5102         (ad-make-advised-docstring): Use it.
5103         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5104         from sql-help.
5105         (sql-help): Use it with dynamic-docstring-function.
5107         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5109 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5111         * files.el (hack-one-local-variable--obsolete): New function.
5112         (hack-one-local-variable): Use it for obsolete settings.
5114         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5115         the new name.
5117         * progmodes/js.el (js--filling-paragraph): New var.
5118         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5119         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5120         less sneaky.
5122 2012-11-08  Julien Danjou  <julien@danjou.info>
5124         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5125         `auto-mode-alist' (Bug#12835).
5127 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5129         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5130         (perl--prettify-symbols-alist): New const.
5131         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5132         New functions.
5133         (perl-font-lock-keywords-2): Use them.
5134         (perl-electric-noindent-p): New function.
5135         (perl-mode): Use it to set up electric-indent-mode.
5136         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5137         (perl-mode-map): Remove bindings for them.
5138         (perl-imenu-generic-expression, perl-outline-level):
5139         Match functions&packages in column>0.
5141         * env.el (env--substitute-vars-regexp): New const.
5142         (substitute-env-vars): Use it.  Add `only-defined' arg.
5143         * net/tramp.el (tramp-replace-environment-variables): Use it.
5145         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5146         Byte-compile *before* eval in eval-and-compile.
5147         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5148         (byte-compile-file-form-autoload): Don't hide actual definition.
5149         (byte-compile-maybe-guarded): Accept `functionp' as well.
5151         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5153 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5155         * notifications.el (notifications-get-server-information-method):
5156         New defconst.
5157         (notifications-get-capabilities): Fix docstring.
5158         (notifications-get-server-information): New defun.
5160 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5162         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5163         readability.
5165         * textmodes/ispell.el: Experimental support for support debugging.
5166         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5167         buffer for ispell.
5168         (ispell-print-if-debug): New function to print stuff to
5169         `ispell-debug-buffer' if debugging is enabled.
5170         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5171         show some debugging info.
5172         (ispell-buffer-with-debug): New function that creates a debugging
5173         buffer and calls `ispell-buffer' with debugging enabled.
5175         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5176         comment in autoconf mode. (Bug#12768)
5178 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5180         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5181         frame-first-window, frame-root-window, frame-selected-window,
5182         minibuffer-selected-window, minibuffer-window,
5183         window-absolute-pixel-edges, window-at, window-body-height,
5184         window-body-width, window-display-table, window-combination-limit,
5185         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5186         window-inside-edges, window-inside-pixel-edges, window-left-child,
5187         window-left-column, window-margins, window-next-buffers,
5188         window-next-sibling, window-new-normal, window-new-total,
5189         window-normal-size, window-parameter, window-parameters, window-parent,
5190         window-pixel-edges, window-point, window-prev-buffers,
5191         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5192         window-start, window-text-height, window-top-child, window-top-line,
5193         window-total-height, window-total-width and window-use-time to the list
5194         of functions without side-effects.
5195         (toplevel): Add window-valid-p to the list of error-free functions
5196         without side-effects.
5198 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5200         * textmodes/ispell.el (ispell-program-name):
5201         Update spellchecker parameters when customized.
5203 2012-11-04  Glenn Morris  <rgm@gnu.org>
5205         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5207 2012-11-04  Chong Yidong  <cyd@gnu.org>
5209         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5210         same-window-* variables.
5212 2012-11-04  Juri Linkov  <juri@jurta.org>
5214         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5215         (isearch-describe-key, isearch-describe-mode): Use a display
5216         action instead of binding same-window-* variables (Bug#10040).
5218 2012-11-03  Glenn Morris  <rgm@gnu.org>
5220         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5221         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5223         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5225 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5227         * term/pc-win.el: Don't load term/internal from here.
5229         * loadup.el: Load term/internal from here.
5231 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
5233         * progmodes/python.el (inferior-python-mode): Fix hang in
5234         jit-lock (Bug#12645).
5236 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5238         * window.el (switch-to-visible-buffer)
5239         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5241 2012-11-03  Glenn Morris  <rgm@gnu.org>
5243         * emacs-lisp/cl-lib.el (cl--random-time):
5244         Rename from cl-random-time.  (Bug#12773)
5245         (cl--gensym-counter, cl--random-state): Update callers.
5246         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5248 2012-11-03  Chong Yidong  <cyd@gnu.org>
5250         * cus-start.el: Make cursor-type customizable (Bug#11633).
5252 2012-11-02  Glenn Morris  <rgm@gnu.org>
5254         * filecache.el: No need to load find-lisp when compiling.
5255         (find-lisp-find-files): Autoload it.
5256         (file-cache-add-directory-recursively): Don't require find-lisp.
5258         * image.el (image-type-from-file-name): Trivial simplification.
5260         * emacs-lisp/bytecomp.el (byte-compile-eval):
5261         Decouple "noruntime" and "cl-functions" warnings.
5263 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5265         * play/gomoku.el (gomoku-display-statistics): Update mode line
5266         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5268 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5270         * window.el (quit-restore-window): If the window has been
5271         created on an existing frame and ended up as the sole window on
5272         that frame, do not delete it (Bug#12764).
5274 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5277         Rename from sh--inside-arithmetic-expression, handle more cases
5278         (bug#11263).
5280         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5281         (sh-font-lock-open-heredoc): Use it (bug#12770).
5283 2012-10-30  Glenn Morris  <rgm@gnu.org>
5285         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
5287         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
5289 2012-10-29  Chong Yidong  <cyd@gnu.org>
5291         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5292         function key is stored in a keyboard macro (Bug#4894).
5294         * thingatpt.el (number-at-point): Apply a thing-at-point property.
5296 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5298         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5299         header comments".
5300         (diff-unified->context, diff-context->unified)
5301         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5303         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5305         * files.el (find-alternate-file): Only ask one question (bug#12487).
5307 2012-10-29  Chong Yidong  <cyd@gnu.org>
5309         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5310         Suggested by Dan Nicolaescu (Bug#6326).
5312         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5314         * startup.el (fancy-about-screen): Don't message (Bug#12680).
5316         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5318         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5320         * face-remap.el (face-remap-add-relative): Handle the case where a
5321         face-remapping-alist entry is a cons cell (Bug#12762).
5323 2012-10-29  Kevin Ryde  <user42@zip.com.au>
5325         * woman.el (woman-parse-numeric-value): Handle picas correctly
5326         (Bug#12639).
5328 2012-10-29  Glenn Morris  <rgm@gnu.org>
5330         * emacs-lisp/cl.el (defsetf): Doc fix.
5332 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5334         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5335         syntax to the matching opener, if any (bug#12547).
5336         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5337         matching open as a "case-(".
5338         (sh-smie-rc-grammar): Add a corresponding rule for it.
5340 2012-10-28  Daniel Hackney  <dan@haxney.org>
5342         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5343         "PKGNAME-autoloads.el" in case we created it.
5345 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5347         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5348         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5349         (completion--twq-all): Disable too-strict assertions.
5351         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5353 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
5355         * profiler.el (profiler-report-make-entry-part): Fix help-echo
5356         text to match the real keybindings.
5358 2012-10-27  Juri Linkov  <juri@jurta.org>
5360         * wdired.el (wdired-keep-marker-rename): New defcustom.
5361         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5362         (Bug#11795)
5364         * dired.el (dired-keep-marker-rename): Add reference to
5365         `wdired-keep-marker-rename' in the docstring.
5366         Add default character value ?R to display initially in
5367         Customization UI instead of ?@.
5369 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
5371         * window.el (display-buffer): In doc-string describe
5372         window-height and window-width alist entries.
5374         * time.el (display-time-world): Restore fit-window-to-buffer
5375         behavior.
5377 2012-10-27  Chong Yidong  <cyd@gnu.org>
5379         * subr.el (insert-buffer-substring-as-yank): Doc fix.
5381 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
5383         * minibuffer.el (completion-category-overrides): New completion
5384         category `bookmark' (bug#11131).
5386 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5388         * emacs-lisp/advice.el (ad-assemble-advised-definition):
5389         Silence bogus compiler warnings for ad-do-it.
5391         * bookmark.el (bookmark-completing-read): Set the completion category
5392         to `bookmark' (bug#11131).
5394 2012-10-26  Bastien  <bzg@altern.org>
5395             Stefan Monnier  <monnier@iro.umontreal.ca>
5397         * face-remap.el: Use lexical-binding.
5398         (text-scale-adjust): Improve docstring.  Use itself for the temporary
5399         overlay-map bindings, so as to repeat the "Use..." message each time.
5401 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5403         * emacs-lisp/macroexp.el (macroexp--expand-all):
5404         Obey byte-compile-warning-enabled-p (bug#12486).
5406         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5407         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5409 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
5411         * mouse.el (mouse-drag-line): Move last form into preceding when
5412         clause (Bug#12731).
5414         * help.el (resize-temp-buffer-window): Fix doc-string.
5416 2012-10-25  David Engster  <deng@randomsample.de>
5418         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5419         Remove.  This feature is already integrated in imenu.
5421         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5422         always loaded.  Require `speedbar' unconditionally.
5424 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5426         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5428         * minibuffer.el (minibuffer-force-complete): Fix thinko.
5430         * net/ldap.el (ldap-search-internal): The official ldif format starts
5431         with a "version: 1" header (bug#12724).
5433         * emacs-lisp/package.el (package-installed-p): Warn if not ready
5434         (bug#12721).
5436 2012-10-25  Glenn Morris  <rgm@gnu.org>
5438         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5440 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5442         * minibuffer.el (minibuffer-force-complete): Use one more marker
5443         for the temporary-overlay-map command (bug#12619).
5445 2012-10-24  Chong Yidong  <cyd@gnu.org>
5447         * time.el (display-time-world-mode): Derive from special-mode.
5448         (display-time-world): Use display-buffer (Bug#12708).
5449         (display-time-world-mode-map): Variable deleted.
5450         (display-time-world-display): Wrap the final delete-char inside
5451         inhibit-read-only.
5453 2012-10-24  Chong Yidong  <cyd@gnu.org>
5455         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5456         Doc fix.
5458         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5460 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5462         * minibuffer.el (completion--all-sorted-completions-location): New var.
5463         (completion--cache-all-sorted-completions)
5464         (completion--flush-all-sorted-completions): Use it.
5465         (completion-in-region, completion-in-region--postch)
5466         (completion-at-point, completion-help-at-point): Use markers in
5467         completion-in-region--data (bug#12619).
5469 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5471         * progmodes/compile.el (compilation-start): Try to handle common
5472         quoting of `cd' argument (bug#12640).
5474         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5475         (bug#12671).
5477 2012-10-23  Glenn Morris  <rgm@gnu.org>
5479         * progmodes/gud.el (gud-menu-map):
5480         Check gdb-active-process is bound.  (Bug#12358)
5482 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5484         * repeat.el (repeat): Set real-this-command (bug#12232).
5486         * htmlfontify.el (hfy-post-html-hook):
5487         * filesets.el (filesets-cache-fill-content-hook):
5488         * arc-mode.el (archive-extract-hook):
5489         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5490         * net/rcirc.el (rcirc-sentinel-functions)
5491         (rcirc-receive-message-functions, rcirc-activity-functions)
5492         (rcirc-print-functions):
5493         * net/dbus.el (dbus-event-error-functions):
5494         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5495         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5496         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5497         * term/sun.el (sun-raw-prefix-hooks):
5498         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5500 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
5502         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5503         Set `tramp-chunksize' to 1.  This improves the performance.
5504         (tramp-smb-wait-for-output): Add timeout to
5505         `tramp-accept-process-output' calls.
5507 2012-10-23  Chong Yidong  <cyd@gnu.org>
5509         * faces.el (font-list-limit): Define as an obsolete variable.
5511         * startup.el (command-line):
5512         * cus-start.el: Don't refer to font-list-limit.
5514         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5516 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * subr.el (internal-temp-output-buffer-show): Rename from
5519         temp-output-buffer-show, since previously compiled files expect this name.
5521 2012-10-23  Glenn Morris  <rgm@gnu.org>
5523         * image.el (image-type-from-file-name): If multiple types match,
5524         return the first one that is supported.  (Bug#9045)
5526 2012-10-22  Glenn Morris  <rgm@gnu.org>
5528         * image.el (imagemagick-enabled-types): Doc fix.
5530 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
5532         * progmodes/which-func.el (which-func-current): The hash-table may have
5533         an explicit nil (bug#12338).
5535 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5537         * electric.el (electric-pair-delete-selection-self-insert-function):
5538         Rename to electric-pair-will-use-region, return a boolean.
5539         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
5541         * delsel.el (delete-selection-helper): Use a function instead of a hook.
5542         (delete-selection-pre-hook): Use use-region-p.
5543         (delete-selection-self-insert-function): Remove.
5544         (self-insert-command): Obey self-insert-uses-region-functions.
5545         (self-insert-iso): Revert to previous setting, since we don't actually
5546         know what that command does.
5547         (delete-selection-self-insert-hooks): Remove.
5549 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
5551         * delsel.el (delete-selection-helper): New function, extracted from
5552         delete-selection-pre-hook.
5553         (delete-selection-pre-hook): Use it.
5554         (delete-selection-self-insert-function): New function.
5555         (delete-selection-self-insert-hooks): New hook.
5556         (self-insert-command, self-insert-iso): Use it.
5557         * electric.el (electric-pair-syntax): New function, extracted from
5558         electric-pair-post-self-insert-function.
5559         (electric-pair-post-self-insert-function): Use it.
5560         (electric-pair-delete-selection-self-insert-function): New function.
5561         (electric-pair-mode): Require delsel and setup
5562         delete-selection-self-insert-hooks (bug#11520).
5564 2012-10-20  Chong Yidong  <cyd@gnu.org>
5566         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5567         no changes to show (Bug#12586).
5569         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5570         list explicitly (Bug#12571).
5572 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
5574         * progmodes/flymake.el (flymake-create-temp-inplace):
5575         Use file-truename.
5577 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
5579         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
5581 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5583         * calc/calc-units.el (math-extract-units): Properly extract powers
5584         of units.
5586 2012-10-20  Daniel Colascione  <dancol@dancol.org>
5588         * frame.el (make-frame): Set x-display-name as we used to in order
5589         to unbreak creating an X11 frame from an Emacs daemon started
5590         without a display.
5592 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * minibuffer.el (minibuffer-force-complete): Make the next completion use
5595         the same completion-field (bug#12221).
5597 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
5599         * emacs-lisp/debug.el (debug): Record height of debugger window
5600         also when debugger will be back (Bug#8789).
5602 2012-10-18  Chong Yidong  <cyd@gnu.org>
5604         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5605         Convert to defcustom.
5606         (gdb-get-source-file): Don't bind pop-up-windows.
5608         * progmodes/gud.el (gud-display-line): Don't specially re-use
5609         other frames for the gdb-mi case (Bug#12648).
5611 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5613         * emacs-lisp/advice.el: Clean up commentary a bit.
5614         (ad-do-advised-functions, ad-with-originals): Use `declare'.
5615         (byte-code-function-p): Never redefine.
5617         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5619 2012-10-18  Glenn Morris  <rgm@gnu.org>
5621         * dired.el (dired-sort-toggle): Some ls implementations only allow
5622         a single option string.  (Bug#12666)
5624         * minibuffer.el (completion-cycle-threshold): Doc fix.
5626 2012-10-17  Kenichi Handa  <handa@gnu.org>
5628         * international/mule.el (set-keyboard-coding-system):
5629         Recover input meta mode when the new coding system doesn not use 8-bit.
5630         Supply TERMINAL arg to set-input-meta-mode.
5632 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
5634         * wdired.el (wdired-old-marks): New variable.
5635         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5636         (wdired-do-renames): Move point with renamed file and don't lose
5637         mark status (Bug#11795).
5639 2012-10-16  Juri Linkov  <juri@jurta.org>
5641         * replace.el (query-replace-help): Mention multi-buffer replacement
5642         keys in the Help message.  (Bug#12655)
5644 2012-10-15  Chong Yidong  <cyd@gnu.org>
5646         * emacs-lisp/byte-run.el (defsubst): Doc fix.
5648 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
5650         * window.el (display-buffer): Doc fix.
5652         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5653         Adjust the msft regexp to the output of Studio 2010, and move msft
5654         before edg-1.  See the discussion on emacs-devel,
5655         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5656         for the details.
5658 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5660         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5661         (oset): Move uses of object-class-fast macro after its definition.
5663         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5665 2012-10-13  Chong Yidong  <cyd@gnu.org>
5667         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5668         enabled, re-enable it (Bug#11963).
5670 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
5672         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5673         non-nil, restore window configuration (Bug#12623).
5675 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5677         * help-fns.el (describe-variable, describe-function-1):
5678         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5680         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5682 2012-10-12  Glenn Morris  <rgm@gnu.org>
5684         * mail/rmailsum.el (rmail-header-summary):
5685         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
5687 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
5689         * progmodes/python.el (python-mode-map):
5690         Replace subtitute-key-definition with proper command remapping.
5691         (python-nav--up-list): Fix behavior for blocks on the same level.
5693 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5695         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5697         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5698         changes to the format of load-history.
5700         * international/mule-cmds.el (read-char-by-name): Move let-binding of
5701         completion-ignore-case in case that var is buffer-local (bug#12615).
5703 2012-10-11  Kenichi Handa  <handa@gnu.org>
5705         * international/eucjp-ms.el: Re-generated.
5707 2012-10-10  Kenichi Handa  <handa@gnu.org>
5709         * select.el (xselect--encode-string): If a coding is specified for
5710         selection, and that is compatible with COMPOUND_TEXT, use it.
5712 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
5714         * window.el (switch-to-buffer-preserve-window-point): New option.
5715         (switch-to-buffer):
5716         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5718 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5720         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5721         Don't document nil as a useful value (bug#12583).
5723 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
5725         * net/tramp.el (tramp-debug-message):
5726         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5727         (with-tramp-progress-reporter): Rename from
5728         `tramp-with-progress-reporter'.
5729         (with-tramp-file-property, with-tramp-connection-property):
5730         Move from tramp-cache.el, rename from `with-file-property' and
5731         `with-connection-property', respectively.
5733         * net/tramp-cache.el: Remove `with-file-property' and
5734         `with-connection-property'.
5736         * net/tramp.el:
5737         * net/tramp-gvfs.el:
5738         * net/tramp-sh.el:
5739         * net/tramp-smb.el: Adapt callees.
5741         * net/trampver.el: Update release number.
5743 2012-10-09  Glenn Morris  <rgm@gnu.org>
5745         * w32-fns.el (set-message-beep):
5746         * term/w32-win.el (set-message-beep): Update declarations.
5748 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5751         (mode-line-widen, mode-line-input-method-map)
5752         (mode-line-coding-system-map, mode-line-remote)
5753         (mode-line-unbury-buffer, mode-line-bury-buffer)
5754         (mode-line-next-buffer, mode-line-previous-buffer):
5755         Replace save-selected-window+select-window => with-selected-window.
5757         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5758         * progmodes/cc-vars.el (bq-process): Remove, unused.
5760         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5762 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
5764         Implemented `backward-up-list'-like navigation.
5765         * progmodes/python.el (python-nav-up-list)
5766         (python-nav-backward-up-list): New functions.
5767         (python-mode-map): Define substitute key for backward-up-list to
5768         python-nav-backward-up-list.
5770 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5772         * progmodes/python.el (python-fill-paragraph): Rename from
5773         python-fill-paragraph-function.  Fixed fill-paragraph for
5774         decorators (Bug#12605).
5776 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5778         * progmodes/python.el (python-shell-output-filter): Handle extra
5779         carriage return in OSX (Bug#12409).
5781 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5783         Fix shell handling of unbalanced quotes and parens in output.
5784         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5785         (python-syntax-propertize-function): Use it.
5786         (python-shell-output-syntax-table): New var.
5787         (inferior-python-mode): Prevent unbalanced parens/quotes from
5788         previous output mess with current input context.
5790 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
5792         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5793         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5795 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
5797         * ffap.el (ffap-replace-file-component): Support Tramp file name
5798         syntax, not only ange-ftp's one.
5800 2012-10-08  Glenn Morris  <rgm@gnu.org>
5802         * cus-start.el (message-log-max): Set :version.
5804         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5806 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
5808         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5809         the minibuffer window (Bug#10851).
5811 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5813         Enhancements on forward-sexp movement.
5814         * progmodes/python.el (python-nav-beginning-of-statement)
5815         (python-nav-end-of-statement): Return point-marker.
5816         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5817         (python-info-current-symbol)
5818         (python-info-statement-starts-block-p): Rename from
5819         python-info-beginning-of-block-p.
5820         (python-info-statement-ends-block-p): Rename from
5821         python-info-end-of-block-p.
5822         (python-info-beginning-of-statement-p)
5823         (python-info-end-of-statement-p)
5824         (python-info-beginning-of-block-p, python-info-end-of-block-p):
5825         New functions.
5827 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5829         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5830         frame-selected-windows.
5832 2012-10-08  Daniel Colascione  <dancol@dancol.org>
5834         * battery.el (battery-status-function): Check for
5835         w32-battery-status itself, not system-time windows-nt.
5837         * frame.el: Require cl-lib.
5838         (display-format-alist): New variable mapping frame types to
5839         functions that initialize them.
5840         (window-system-for-display): New function: interprets
5841         display-format-alist.
5842         (make-frame-on-display): Remove existing display-selection logic
5843         and just forward to make-frame, which will now DTRT.
5844         (make-frame): Restructure to use window-system-for-display to
5845         figure out how to create a frame on a given display.
5846         (display-mouse-p): Look for frame-type w32, not a particular
5847         system-type.
5849         * loadup.el: Load w32 lisp code when we have the w32 feature.
5851         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5852         system-type windows-nt.
5854         * server.el (server-create-window-system-frame): Look for window
5855         type.
5856         (server-proces-filter): Only force a window system when windows-nt
5857         _and_ w32.  Explain why.
5859         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5860         of window systems we configure for the mode.
5862         * startup.el (command-line): Mark window system is initialized
5863         after we've done it.
5865         * common-win.el (x-select-text): Look for w32, not windows-nt.
5867         * ns-win.el: Require cl-lib.  Add ourselves to
5868         display-format-alist.
5869         (ns-initialize-window-system): Assert we're not initialized twice.
5871         * w32-win.el: Enable lexical binding; require cl-lib; add
5872         ourselves to display-format-alist.
5873         (w32-handle-dropped-file): Convert incoming dropped files from
5874         Windows paths to Cygwin ones before passing them on to the rest of
5875         Emacs.
5876         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
5877         (w32-initialize-window-system): Assert we're not initialized twice.
5879         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5880         (x-initialize-window-system): Assert we're not initialized twice.
5882         * w32-common-fns.el: New File.
5883         (w32-version, w32-using-nt, w32-get-clipboard-data)
5884         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5885         (w32-charset-info-alist, x-last-selected, text)
5886         (x-get-selection-value, x-selection-value): Move here.
5888         * w32-fns.el: Require w32-common-fns.
5889         (w32-version, w32-using-nt, w32-get-clipboard-data)
5890         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5891         (w32-charset-info-alist, x-last-selected, text)
5892         (x-get-selection-value, x-selection-value): Move to
5893         w32-common-fns.
5895         * w32-vars.el:
5896         (w32-allow-system-shell, w32-system-shells): Define only in
5897         non-cygwin case.
5899 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5902         (read-passwd): Remove a few more potential sources of leaks.
5904 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5906         * progmodes/python.el (inferior-python-mode)
5907         (python-shell-make-comint): Fix initialization of local
5908         variables copied from parent buffer.
5910 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
5912         * term/ns-win.el (ns-read-file-name): Update declaration to match
5913         nsfns.m.
5914         (ns-respond-to-change-font): Change fontsize separately so we are sure
5915         it is set when font is acted upon.
5917 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5919         Enhancements to indentation.
5920         * progmodes/python.el (python-indent-context): Give priority to
5921         inside-string context.  Make comments indentation markers.
5922         (python-indent-region): Do not mess with strings, unless it's the
5923         enclosing set of quotes.
5925 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * window.el (internal--before-save-selected-window)
5928         (internal--after-save-selected-window): New functions extracted from
5929         save-selected-window.  Make sure we return the `alist' we construct.
5930         (save-selected-window): Use them.
5932         * textmodes/tex-mode.el (tex-recenter-output-buffer):
5933         Use with-selected-window.
5935         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5936         forms that define macros (bug#12593).
5938 2012-10-07  Kenichi Handa  <handa@gnu.org>
5940         * international/mule-conf.el (compound-text-with-extensions):
5941         Add :mime-charset property as x-ctext.
5943 2012-10-07  Stefan Merten  <smerten@oekonux.de>
5945         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5946         (rst-indent-literal-normal, rst-indent-literal-minimized)
5947         (rst-indent-comment): Correct :version tag.
5948         (rst-official-cvs-rev): Correct version string.
5950 2012-10-07  Glenn Morris  <rgm@gnu.org>
5952         * mail/rmailmm.el (rmail-mime-process-multipart):
5953         Do not confuse a multipart message with an epilogue
5954         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
5956 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5958         Fix shell output retrieval and comint-prompt-regexp init.
5959         * progmodes/python.el (inferior-python-mode):
5960         (python-shell-make-comint): Fix initialization of
5961         comint-prompt-regexp from copied file local variables.
5962         (python-shell-fetched-lines): Remove var.
5963         (python-shell-output-filter-in-progress): Rename from
5964         python-shell-fetch-lines-in-progress.
5965         (python-shell-output-filter-buffer): Rename from
5966         python-shell-fetch-lines-string.
5967         (python-shell-fetch-lines-filter): Delete function.
5968         (python-shell-output-filter): New function.
5969         (python-shell-send-string-no-output): Use them.
5971 2012-10-07  Glenn Morris  <rgm@gnu.org>
5973         * hi-lock.el (hi-lock-process-phrase):
5974         Try to make it less fragile.  (Bug#7161)
5976         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5978 2012-10-06  Glenn Morris  <rgm@gnu.org>
5980         * ehelp.el (electric-help-mode): Use help-mode rather than
5981         non-existent mode `help'.
5982         (electric-help-map): Use button-buffer-map.  (Bug#10917)
5984         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5985         (reftex-create-bibtex-footer): Fix custom types.
5987         * progmodes/sh-script.el (sh-indent-after-continuation):
5988         Add explicit :group.
5990         * textmodes/rst.el (rst-preferred-decorations)
5991         (rst-shift-basic-offset): Clarify obsolescence versions.
5993         * profiler.el (profiler): Add missing group :version tag.
5994         * avoid.el (mouse-avoidance-banish-position):
5995         * proced.el (proced-renice-command):
5996         * calc/calc.el (calc-ensure-consistent-units):
5997         * calendar/icalendar.el (icalendar-import-format-uid):
5998         * net/tramp.el (tramp-save-ad-hoc-proxies):
5999         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6000         * progmodes/flymake.el (flymake-error-bitmap)
6001         (flymake-warning-bitmap, flymake-fringe-indicator-position):
6002         * progmodes/sh-script.el (sh-indent-after-continuation):
6003         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6004         (verilog-before-save-font-hook, verilog-after-save-font-hook):
6005         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6006         (vhdl-array-index-record-field-in-sensitivity-list)
6007         (vhdl-indent-comment-like-next-code-line):
6008         * textmodes/reftex-vars.el (reftex-ref-style-alist)
6009         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6010         (reftex-cite-key-separator, reftex-create-bibtex-header)
6011         (reftex-create-bibtex-footer):
6012         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6013         (rst-indent-literal-normal, rst-indent-literal-minimized)
6014         (rst-indent-comment): Add missing custom :version tags.
6016         * calendar/timeclock.el (timeclock-modeline-display):
6017         Add missing obsolete alias for renamed user option.
6019         * strokes.el (strokes-modeline-string):
6020         * emulation/crisp.el (crisp-mode-modeline-string):
6021         * eshell/esh-mode.el (eshell-status-in-modeline):
6022         Aliases to defcustoms must come before the defcustom.
6024         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6025         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6026         (cal-tex-cursor-week-monday): Doc fixes.
6027         (cal-tex-cursor-week2-summary): Doc fix.
6028         Rename from cal-tex-cursor-week-at-a-glance.
6030         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6031         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
6033         * calendar/calendar.el (calendar-mode-map):
6034         Add cal-tex-cursor-week2-summary.
6036 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6040         * subr.el (read-passwd-map): New var.
6041         (read-passwd): Use `read-string' again.
6042         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6044 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
6046         * register.el (append-to-register, prepend-to-register):
6047         Deactivate mark, as does `copy-to-register' (bug#12389).
6049 2012-10-06  Chong Yidong  <cyd@gnu.org>
6051         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6053 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
6055         * international/characters.el: Fix simple mistake ((car chars) ->
6056         elt), delete duplicated code.
6058 2012-10-06  Glenn Morris  <rgm@gnu.org>
6060         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
6062 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6064         * color.el (color-hsl-to-rgb): Fix incorrect results for
6065         small and large hue values.  (Bug#12559)
6067 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
6069         Enhancements to docstring formatting when filling paragraphs.
6070         * progmodes/python.el (python-fill-docstring-style): Rename from
6071         python-fill-string-style.  Added new style.
6072         (python-fill-string): Use new style.  Better checks for
6073         docstrings.
6075 2012-10-05  Glenn Morris  <rgm@gnu.org>
6077         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6079         * color.el (color-name-to-rgb, color-rgb-to-hex)
6080         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6081         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6082         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6083         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6085         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6087 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6089         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6090         to get the correct size across symlinks.
6092         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6094 2012-10-04  Juri Linkov  <juri@jurta.org>
6096         * replace.el (query-replace-interactive): Declare obsolete.
6097         (query-replace-read-from): Add the last incremental search string
6098         to the list of default values accessible via M-n.
6099         (map-query-replace-regexp): Use `read-regexp'.
6100         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6101         (map-query-replace-regexp, replace-string, replace-regexp):
6102         Fix docstrings to replace mentions of `query-replace-interactive'
6103         with alternatives.  (Bug#12526)
6105 2012-10-04  Juri Linkov  <juri@jurta.org>
6107         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6108         (dired-pop-to-buffer): Declare obsolete.
6109         (dired-mark-pop-up): Doc fix.
6111 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
6113         Allow user to set docstring style for fill-paragraph.
6114         * progmodes/python.el
6115         (python-fill-comment-function, python-fill-string-function)
6116         (python-fill-decorator-function, python-fill-paren-function):
6117         Remove :safe for defcustoms.
6118         (python-fill-string-style): New defcustom
6119         (python-fill-paragraph-function): Enhance context detection.
6120         (python-fill-string): Honor python-fill-string-style settings.
6122 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6124         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6125         after setting its buffer (Bug#10805).
6127 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
6129         Fix cornercase for string syntax.
6130         * progmodes/python.el (python-syntax-propertize-function):
6131         Simplify and enhance the regexp for unescaped quotes.  Now it also
6132         matches quotes in weird situations like the single quote in
6133         "something\"'".
6134         (python-syntax-stringify): Simplify num-quotes detecting code.
6136 2012-10-03  Glenn Morris  <rgm@gnu.org>
6138         * help-macro.el (three-step-help):
6139         Revert 2012-09-29 change.  (Bug#12567)
6141 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6143         * menu-bar.el (kill-this-buffer): Don't do anything when
6144         `menu-frame' is not alive or visible (Bug#8184).
6146         * emacs-lisp/debug.el (debug): When quitting the debugger window
6147         restore current buffer (Bug#12502).
6149 2012-10-02  Chong Yidong  <cyd@gnu.org>
6151         * progmodes/hideif.el (hif-lookup, hif-defined):
6152         Handle semantic-c-takeover-hideif.
6154 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6156         Change sampling interval units from ms to ns.
6157         * profiler.el (profiler-sampling-interval): Change units
6158         from ms to ns, multiplying the default by 1000000 so that
6159         it remains 1 ms.
6160         (profiler-report-cpu-line-format): Give enough room for
6161         the maximum counters on 64-bit hosts.
6162         (profiler-report-render-calltree-1): Call them "CPU samples",
6163         not "Time (ms)", since they are not milliseconds now (and
6164         never really were).
6166 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6168         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6169         Fix querying BBDB for entries without a last name (Bug#11580).
6171 2012-10-02  Chong Yidong  <cyd@gnu.org>
6173         * emacs-lisp/eieio.el: Restore Version header.
6175 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6177         * vc/diff-mode.el (diff--auto-refine-data): New var.
6178         (diff-hunk): Use it to delay refinement.
6179         (diff-mode): Remove overlays when we turn off font-lock.
6181         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6182         (table-initialize-table-fixed-width-mode)
6183         (table-set-table-fixed-width-mode): Remove functions.
6184         (table-command-list): Move initialization into declaration.
6185         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6186         (table-with-cache-buffer): Use `declare'.
6187         (table-span-cell): Simplify via CSE.
6188         (table-fixed-width-mode): Use define-minor-mode.
6189         (table-call-interactively, table-funcall, table-apply): Remove.
6190         (table-function): New function, to replace them.
6192         * bookmark.el (bookmark-search-pattern): Remove var.
6193         (bookmark-read-search-input): Remove function.
6194         (bookmark-bmenu-search): Reimplement using a minibuffer.
6196         * faces.el (modeline): Remove obsolete face name.
6198         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6199         and give a non-nil default value.
6200         (add-change-log-entry): Simplify accordingly.
6202 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6204         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6205         (vc-git-log-edit-toggle-amend): New function.
6206         (vc-git-log-edit-toggle-signoff): New function.
6207         (vc-git-log-edit-mode): New major mode.
6208         (vc-git-log-edit-mode-map): Keymap for it.
6209         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6211         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6212         header names.
6213         (log-edit-toggle-header): New function.
6214         (log-edit-extract-headers): Accept function values in HEADERS alist.
6216 2012-10-01  David Engster  <deng@randomsample.de>
6218         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6219         from symbol property and change message to be more consistent with
6220         Emacs proper.
6221         (eieio-describe-generic): Add filename for each implementation.
6222         Fix indices for generic and normal methods.
6223         (eieio-method-def, eieio-class-def): New buttons.
6224         (eieio-help-find-method-definition)
6225         (eieio-help-find-class-definition): New functions.
6226         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6227         class, constructor and method definitions.
6229         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6230         information in symbol property.
6231         (scoped-class): Remove.
6232         (eieio-slot-name-index, call-next-method): Check if it is bound.
6234 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6236         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6237         (eieio-custom-mode): New major mode.
6238         (eieio-customize-object): Use it.
6240 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6242         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6243         specifying the expected class, and whether subclassing is allowed.
6244         (eieio-persistent-convert-list-to-object):
6245         (eieio-persistent-validate/fix-slot-value)
6246         (eieio-persistent-slot-type-is-class-p): New functions.
6247         (eieio-named::slot-missing): Doc fix.
6249         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6250         Stop using unused publd variable.
6252         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6253         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6254         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6255         (eieio-speedbar-handle-click): Do not specify a class for the
6256         method.  Fixes method invocation order problems with EDE.
6258 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6260         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6261         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6263 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6265         * bookmark.el (bookmark-version-control): Give tags in the
6266         :type choices (Bug#12309), and improve doc string.
6267         (bookmark-write-file): Bind `print-circle' to `t' to allow
6268         circular custom bookmark types.  (Bug#12503)
6270 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6272         Revert the FOLLOW-SYMLINKS change for file-attributes.
6273         * files.el (remote-file-name-inhibit-cache, after-find-file):
6274         * time.el (display-time-file-nonempty-p): Undo last change.
6276         * profiler.el (profiler-sampling-interval): Change default back to 1.
6277         See Stefan Monnier in
6278         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6280 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
6282         Shell output catching a la gud-gdb.
6283         * progmodes/python.el (python-shell-fetch-lines-in-progress)
6284         (python-shell-fetch-lines-string, python-shell-fetched-lines):
6285         New Vars.
6286         (python-shell-fetch-lines-filter): New function.
6287         (python-shell-send-string-no-output): Use them.
6289 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
6291         * profiler.el (profiler-sampling-interval): Rename from
6292         profiler-sample-interval.
6293         (profiler-sampling-interval): Default to 10.
6294         (profiler-find-profile): New command (was profiler-find-log).
6295         (profiler-find-profile-other-window): New command.
6296         (profiler-find-profile-other-frame): New command.
6297         (profiler-profile): Introduce API-level data structure.
6299 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
6301         file-attributes has a new optional arg FOLLOW-SYMLINKS.
6302         * files.el (remote-file-name-inhibit-cache):
6303         * time.el (display-time-file-nonempty-p): Use it.
6304         * files.el (after-find-file): Don't chase links before calling
6305         file-exists-p, as file-exists-p already does the right thing.
6307 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
6309         Merge from standalone RefTeX repository.
6311         The following ChangeLog entries are shortened versions of the
6312         original ones with file paths adapted.  A not so strongly edited
6313         version of the original ChangeLog can be found in the commit log.
6315         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6316         (reftex-arg-cite): Use `reftex-cite-key-separator'.
6317         Correctly handle new value type returned by `reftex-citation'.
6319         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6320         that entries with whitespace at various places are found.
6321         Doc fix. Include entries that are cross-referenced from cited entries.
6322         Include @String definitions in the resulting bib file.  Add header
6323         and footer defined in `reftex-create-bibtex-header' and
6324         `reftex-create-bibtex-footer'.
6325         (reftex-do-citation): Make it possible again to insert
6326         non-existent entries.  Save match data when asking for optional
6327         arguments. Return all keys, not just the first one.
6328         (reftex-all-used-citation-keys): Fix regexp to correctly extract
6329         all citations in the same line.
6330         (reftex-parse-bibtex-entry): Accept additional optional argument
6331         `raw' and keep quotes or braces if it is non-nil.  Match fields
6332         containing hyphens besides word constituents.
6333         (reftex-get-string-refs): New function.
6334         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6335         and ask if it should be reread in case it did.
6336         (reftex-pop-to-bibtex-entry)
6337         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6338         entries with spaces or tabs in front of arguments.
6339         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6340         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6341         Match entries containing numbers and symbol constituents.
6342         (reftex-do-citation, reftex-figure-out-cite-format):
6343         Use `reftex-cite-key-separator'.
6345         * textmodes/reftex-dcr.el: Move provide statement to end of file.
6346         (reftex-mouse-view-crossref): Explain why point is set.
6348         * textmodes/reftex-global.el: Whitespace changes.
6350         * textmodes/reftex-index.el: Move provide statement to end of
6351         file.
6352         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6353         (reftex-index-visit-phrases-buffer): Set marker when visiting
6354         buffer.  This allows for returning from the phrases file to the
6355         file one was just editing instead of the file where the last
6356         phrases was added from.
6357         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
6358         punctuation syntax as it usually is not used as string quote in
6359         TeX-related modes and may occur unmatched.  The change also
6360         prevents fontification of quoted content.
6361         (reftex-index-phrases-mode): Use it.
6363         * textmodes/reftex-parse.el (reftex-parse-from-file):
6364         Move backward one char if a `\' was matched after a section macro.
6365         (reftex-parse-from-file): Use beginning of match instead of end as
6366         bound.
6368         * textmodes/reftex-ref.el: Adapt creation of
6369         `reftex-<package>-<macro>' functions to new structure of
6370         `reftex-ref-style-alist'.
6371         (reftex-reference): Use `reftex-ref-style-list' function.
6372         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
6373         reference macro if `reftex-ref-macro-prompt' is non-nil.
6374         (reftex-reference): Pass refstyle to `reftex-format-special'.
6375         Determine reference macro by looking at
6376         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6377         Use only one special format function.
6378         (reftex-varioref-vref, reftex-fancyref-fref)
6379         (reftex-fancyref-Fref): Remove definitions.  The functions are now
6380         generated from `reftex-ref-style-alist'.
6381         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6382         Remove.
6383         (reftex-format-special): New function.
6385         * textmodes/reftex-sel.el
6386         (reftex-select-cycle-ref-style-internal): Adapt to new structure
6387         of `reftex-ref-style-alist'. Remove code for testing macro type.
6388         (reftex-select-toggle-varioref)
6389         (reftex-select-toggle-fancyref): Remove.
6390         (reftex-select-cycle-ref-style-internal)
6391         (reftex-select-cycle-ref-style-forward)
6392         (reftex-select-cycle-ref-style-backward): New functions.
6393         (reftex-select-label-map): Use `v' and `V' for general cycling
6394         through reference styles.  Add `p' for switching between number
6395         and page reference types.
6397         * textmodes/reftex-toc.el (reftex-re-enlarge):
6398         Call `enlarge-window' only if there is something to do because in Emacs
6399         the horizontal version throws an error even if the parameter is 0.
6401         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6402         (reftex-plug-into-AUCTeX): Doc fix.
6403         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6404         string.  Adapt to new name.
6405         (reftex-ref-style-alist): Change structure so that it is not
6406         possible to use multiple different package names within a style.
6407         Remove the symbols for symbols for macro type distinction.
6408         Add characters for macro selection.
6409         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6410         (reftex-create-bibtex-footer): New variables.
6411         (reftex-format-ref-function): Mention third argument of special
6412         format function.
6413         (reftex-ref-style-alist, reftex-ref-style-default-list):
6414         New variables.
6415         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6416         to new implementation.  Mark as obsolete.  Add compatibility code
6417         for honoring the variable values in case they are set.
6418         (reftex-cite-format-builtin, reftex-bibliography-commands):
6419         Add support for ConTeXt.
6420         (reftex-format-ref-function, reftex-format-cite-function):
6421         Fix custom type.
6422         (reftex-cite-key-separator): New variable.
6424         * textmodes/reftex.el (reftex-syntax-table-for-bib)
6425         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6426         `reftex-syntax-table' because parens have to retain their paren
6427         syntax in order for parsing of BibTeX entries like @book(...) to
6428         work.
6429         (reftex-in-comment): Do not error out if `comment-start-skip' is
6430         not set.  Deal correctly with escaped comment characters.
6431         (reftex-tie-multifile-symbols): Add doc string.
6432         Initialize `reftex-ref-style-list'.
6433         (reftex-untie-multifile-symbols): Add doc string.
6434         (reftex-add-index-macros): Doc fix.
6435         (reftex-ref-style-activate, reftex-ref-style-toggle)
6436         (reftex-ref-style-list): New functions.
6437         (reftex-mode-menu): Use them.  Adapt to new structure of
6438         `reftex-ref-style-alist'.
6439         (reftex-select-with-char): Kill the RefTeX Select buffer when
6440         done.
6441         (reftex-remove-if): New function.
6442         (reftex-erase-all-selection-and-index-buffers)
6443         (reftex-mode-menu): Reference styles are now computed from
6444         `reftex-ref-style-alist'.  Fix typo.
6445         (reftex-report-bug): New function.
6446         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6447         algorithms with O(n log n).  Introduce optional argument SORT (not
6448         yet used).
6450 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
6452         Enhancements for triple-quote string syntax.
6453         * progmodes/python.el (python-syntax-propertize-function):
6454         Match both quote cases in one regexp.
6455         (python-syntax-stringify): Handle matches properly.
6457 2012-09-30  Juri Linkov  <juri@jurta.org>
6459         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6460         to nil around the call to `insert' to prevent
6461         directory time modification by lock_file.  (Bug#2295)
6462         * tar-mode.el (tar-summarize-buffer): Idem.
6464 2012-09-30  Juri Linkov  <juri@jurta.org>
6466         * facemenu.el (list-colors-sort): Add option "Luminance".
6467         (list-colors-sort-key): Implement it.
6469         * vc/diff-mode.el (diff-refine-removed):
6470         * vc/ediff-init.el (ediff-fine-diff-A):
6471         * vc/smerge-mode.el (smerge-refined-removed):
6472         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
6474 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
6476         * term/ns-win.el (x-file-dialog): New function.
6478 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
6480         * ido.el (ido-max-directory-size): Default to nil; the current
6481         default is small for POSIX systems, and impractical on Windows 7
6482         now that lstat returns directory sizes for NTFS.
6484 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
6486         In buffer display functions handle window-height/window-width
6487         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
6488         * window.el (window--display-buffer): New argument ALIST.
6489         Obey window-height and window-width alist entries.
6490         (window--try-to-split-window): New argument ALIST.
6491         Bind window-combination-limit to t when the window's size shall be
6492         changed and window-combination-limit equals `window-size'.
6493         (display-buffer-in-atom-window)
6494         (display-buffer-in-major-side-window)
6495         (display-buffer-in-side-window, display-buffer-same-window)
6496         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6497         (display-buffer-pop-up-window, display-buffer-below-selected)
6498         (display-buffer-at-bottom, display-buffer-in-previous-window)
6499         (display-buffer-use-some-window): Adjust all callers of
6500         window--display-buffer and window--try-to-split-window.
6501         (fit-frame-to-buffer): New option.
6502         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6503         is non-nil.
6504         (display-buffer-in-major-side-window): Evaluate window-height /
6505         window-width alist entries.
6507         * help.el (temp-buffer-resize-frames)
6508         (temp-buffer-resize-regexps): Remove options.
6509         (temp-buffer-resize-mode): Adjust doc-string.
6510         (resize-temp-buffer-window): Don't consult
6511         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
6512         temp-buffer-resize-frames.
6514         * dired.el (dired-mark-pop-up):
6515         Call display-buffer-below-selected with a fit-window-to-buffer alist
6516         entry.
6518 2012-09-30  Chong Yidong  <cyd@gnu.org>
6520         * server.el (server-host): Document the security implications.
6521         (server-auth-key): Doc fix.
6523         * startup.el (initial-buffer-choice): Doc fix.
6525         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6527         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6528         restriction change.
6530         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6532         * help-fns.el (help-fns--obsolete): Fix last change.
6534 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6536         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6537         (minor-mode-map-alist): Remove redundant code.
6539         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6540         visited in a buffer.
6541         (cvs-insert-visited-file): New function.
6542         (find-file-hook): Use it.
6544         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6546         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6547         chose face.
6548         (log-edit-empty-buffer-p): Don't require a space after a header.
6550         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6552         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6554         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6555         a proper minor-mode.
6557         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6559 2012-09-29  Glenn Morris  <rgm@gnu.org>
6561         * winner.el (winner-mode): Remove variable (let define-minor-mode
6562         handle it).
6563         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6564         Doc fixes.
6565         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6566         (winner-mode): Use define-minor-mode.
6568         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6569         the full definition in loaddefs, rather than duplicating it.
6571         * help-macro.el (three-step-help): No need to autoload defcustom.
6573         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6574         (inferior-lisp-program, inferior-lisp-load-command)
6575         (inferior-lisp-prompt, inferior-lisp-mode-hook):
6576         No need to autoload defcustoms.
6578         * hippie-exp.el (hippie-expand-try-functions-list)
6579         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6580         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6581         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6582         (hippie-expand-only-buffers): No need to autoload defcustoms.
6583         * progmodes/vhdl-mode.el (vhdl-line-expand):
6584         Explicitly load hippie-exp, so it does not get autoloaded
6585         while hippie-expand-try-functions-list is let-bound.
6587 2012-09-28  Glenn Morris  <rgm@gnu.org>
6589         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6591         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6592         Only "cl.el" counts as cl these days.
6594 2012-09-28  Juri Linkov  <juri@jurta.org>
6596         Display archive errors in the echo area instead of inserting
6597         to the file buffer.
6599         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6600         to STDERR-TEST that can be a regexp matching a successful output.
6601         Create a temporary file and redirect stderr to it.  Search for
6602         STDERR-TEST in the stderr output and display it in the echo area
6603         if no match is found.
6604         (archive-extract-by-file): New function like
6605         `archive-extract-by-stdout' but extracting archives to files
6606         and looking for successful matches in stdout.  Function body is
6607         mostly copied from `archive-rar-extract'.
6608         (archive-rar-extract): Use `archive-extract-by-file'.
6609         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
6611 2012-09-28  Leo Liu  <sdl.web@gmail.com>
6613         * pcomplete.el (pcomplete-show-completions):
6614         Use minibuffer-message to make pcomplete usable in minibuffer.
6616         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6618 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * type-break.el: Use lexical-binding.
6621         (type-break-mode): Use define-minor-mode.
6623         * emacs-lisp/pcase.el (pcase--mark-used): New.
6624         (pcase--u1): Use it (bug#12512).
6626         * custom.el (load-theme): Set buffer-file-name so the load is recorded
6627         in load-history with the right file name.
6629 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
6631         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6632         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6633         (doc-view-get-bounding-box): Make bounding box slicing work for
6634         ODF and DVI documents.
6636 2012-09-28  Glenn Morris  <rgm@gnu.org>
6638         * type-break.el (type-break-mode, type-break-interval)
6639         (type-break-good-rest-interval, type-break-keystroke-threshold):
6640         No need to autoload.
6641         (type-break-good-rest-interval, type-break-keystroke-threshold):
6642         Add :set-after.
6644 2012-09-28  Chong Yidong  <cyd@gnu.org>
6646         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6647         Add :version tag.
6649 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6651         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6653 2012-09-27  Glenn Morris  <rgm@gnu.org>
6655         * faces.el (x-display-name): Declare (for without-x builds).
6657         * linum.el (linum-format): Don't autoload it.  Improve :type.
6659         * progmodes/tcl.el: Don't require outline when compiling.
6660         (outline-regexp, outline-level): Declare.
6661         * textmodes/sgml-mode.el: Don't require outline when compiling.
6662         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6664         * term.el (term-ansi-reset):
6665         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
6667         * vc/vc.el (vc-next-action): Only gripe about committing read-only
6668         files for RCS and SCCS.  (Bug#9781)
6670 2012-09-27  Chong Yidong  <cyd@gnu.org>
6672         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6673         change; value should be t.
6675 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * image-mode.el: Use lexical-binding.
6678         (image-mode-winprops): Use t to stand for the window of
6679         a buffer that's not displayed.
6680         * doc-view.el (doc-view-new-window-function): Handle the new
6681         t in winprops.
6682         (doc-view-enlarge): Make it a real nop if the size is not changed.
6683         (doc-view-display): Handle the case where the buffer is not (yet?)
6684         displayed in any window.
6685         (doc-view-saved-settings): New var.
6686         (doc-view-mode): Use it.
6687         (doc-view-fallback-mode): Set it.
6689         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6690         Set lexical-binding.
6691         (minibuffer-eldef-shorten-default): New var.
6692         (minibuffer-default-in-prompt-regexps): Use it for new default.
6693         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6695 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6697         * international/uni-bidi.el:
6698         * international/uni-category.el:
6699         * international/uni-name.el:
6700         * international/uni-numeric.el: Regenerate.
6702 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
6703             Stefan Monnier  <monnier@iro.umontreal.ca>
6705         * profiler.el: New file.
6707 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6709         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6710         (testcover-reinstrument): Simplify with CSE.
6712 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6714         * window.el (temp-buffer-window-setup): Fix typo in docstring.
6716 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
6718         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6719         (verilog-auto-input, verilog-auto-insert-lisp)
6720         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6721         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6722         (verilog-auto-unused, verilog-auto-wire)
6723         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6724         newline.  Reported by Andrew Jones.
6725         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6726         Reported by Brad Dobbie.
6727         (verilog-batch-delete-trailing-whitespace):
6728         Create verilog-batch-delete-trailing-whitespace.
6729         Reported by Brad Dobbie.
6730         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6731         parameters from another module.  Reported by Dan Katz.
6732         (verilog-auto, verilog-auto-assign-modport)
6733         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6734         AUTOINOUTMODPORT for UVM interface module shell generation.
6735         Reported by Brad Dobbie.
6736         (verilog-auto-inst-interfaced-ports): Make default nil, as more
6737         standard behavior.
6738         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6739         Reported by Matt Martin.
6741 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
6743         * window.el (window--resize-child-windows): When resizing child
6744         windows proportionally, process them in reverse order to
6745         preserve the "when splitting a window the new one gets the odd
6746         line" behavior.
6747         (window--resize-root-window-vertically): When resizing the
6748         minibuffer window try to affect only windows at the bottom of the
6749         frame.  (Bug#12419)
6751 2012-09-25  Chong Yidong  <cyd@gnu.org>
6753         * subr.el (declare): Doc fix.
6755         * help-fns.el (help-fns--obsolete): Handle macros properly.
6757 2012-09-25  Chong Yidong  <cyd@gnu.org>
6759         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6760         this function obsolete.
6762         * calendar/cal-x.el (calendar-two-frame-setup)
6763         (calendar-only-one-frame-setup, calendar-one-frame-setup):
6764         * calendar/calendar.el (american-calendar, european-calendar)
6765         (calendar-for-loop):
6766         * comint.el (comint-dynamic-simple-complete)
6767         (comint-dynamic-complete-as-filename, comint-unquote-filename):
6768         * desktop.el (desktop-load-default):
6769         * dired-x.el (dired-omit-here-always)
6770         (dired-hack-local-variables, dired-default-directory):
6771         * emacs-lisp/derived.el (derived-mode-class):
6772         * emacs-lisp/timer.el (timer-set-time-with-usecs):
6773         * emacs-lock.el (toggle-emacs-lock):
6774         * epa.el (epa-display-verify-result):
6775         * epg.el (epg-sign-keys, epg-start-sign-keys)
6776         (epg-passphrase-callback-function):
6777         * eshell/esh-util.el (eshell-for):
6778         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6779         (eshell-add-to-window-buffer-names):
6780         * files.el (locate-file-completion):
6781         * imenu.el (imenu-example--create-c-index)
6782         (imenu-example--create-lisp-index)
6783         (imenu-example--lisp-extract-index-name)
6784         (imenu-example--name-and-position):
6785         * international/mule-cmds.el (princ-list):
6786         * international/mule-diag.el (decode-codepage-char):
6787         * international/mule-util.el (detect-coding-with-priority):
6788         * iswitchb.el (iswitchb-read-buffer):
6789         * mail/mailalias.el (mail-complete):
6790         * mail/sendmail.el (mail-sent-via):
6791         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6792         (mouse-major-mode-menu):
6793         * password-cache.el (password-read-and-add):
6794         * pcomplete.el (pcomplete-parse-comint-arguments):
6795         * progmodes/sh-script.el (sh-maybe-here-document):
6796         * replace.el (query-replace-regexp-eval):
6797         * savehist.el (savehist-load):
6798         * simple.el (choose-completion-delete-max-match):
6799         * term.el (term-dynamic-simple-complete):
6800         * vc/ediff-init.el (ediff-check-version):
6801         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6802         * vc/vc.el (vc-diff-switches-list):
6803         * view.el (view-return-to-alist-update): Likewise.
6805         * subr.el (eval-next-after-load, makehash, insert-string)
6806         (assoc-ignore-representation, assoc-ignore-case): Use declare to
6807         mark obsolete.
6808         (mode-line-inverse-video): Variable deleted.
6810         * international/mule-util.el (string-to-sequence): Remove.
6812         * calendar/calendar.el (calendar-version):
6813         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6814         (icalendar-convert-diary-to-ical):
6815         * cus-edit.el (custom-mode):
6816         * ansi-color.el (ansi-color-unfontify-region):
6817         * international/latin1-disp.el (latin1-char-displayable-p):
6818         * progmodes/cwarn.el (turn-on-cwarn-mode):
6819         * progmodes/which-func.el (which-func-update-1):
6820         Use define-obsolete-function-alias.
6822         * net/newst-backend.el (newsticker-cache-filename):
6823         * net/newst-treeview.el (newsticker-groups-filename):
6824         Fix incorrect obsolescence declaration.
6826         * allout.el (allout-passphrase-hint-string): Likewise.
6827         (allout-init): Use a declare form to mark obsolete.
6829         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6830         this applies to functions.
6832         * iswitchb.el (iswitchb-read-buffer): Move code of
6833         iswitchb-define-mode-map here, and delete that obsolete function.
6835         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6836         font-lock-reference-face.
6838 2012-09-25  Glenn Morris  <rgm@gnu.org>
6840         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6841         Doc fixes.
6843         * eshell/em-term.el (eshell-term-name):
6844         Default to term-term-name.  (Bug#12485)
6846 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6848         * progmodes/python.el (python-shell-send-buffer): Better handling
6849         of "if __name__ == '__main__':" conditionals when sending the buffer.
6851 2012-09-24  Glenn Morris  <rgm@gnu.org>
6853         * eshell/esh-cmd.el (eshell-find-alias-function):
6854         Tighten up file-name regexp.  (Bug#12499)
6856 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6858         Enhancements for triple-quote string syntax.
6859         * progmodes/python.el (python-quote-syntax): Remove.
6860         (python-syntax-propertize-function): New value.
6861         (python-syntax-count-quotes, python-syntax-stringify):
6862         New functions.
6864 2012-09-24  Chong Yidong  <cyd@gnu.org>
6866         * mail/supercite.el (sc-version): Remove obsolete function.
6867         (sc-describe): Don't mark as obsolete, since it is bound.
6868         (sc-submit-bug-report): Remove.
6870         * vc/log-edit.el (cvs-changelog-full-paragraphs)
6871         (cvs-commit-buffer-require-final-newline): Remove.
6872         (log-edit-require-final-newline)
6873         (log-edit-changelog-full-paragraphs): Default to t.
6875         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6876         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6877         * vc/vc.el (vc-checkout-carefully): Likewise.
6879         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6880         (emerge-version): Remove.
6882         * progmodes/compile.el (compile-internal): Remove.
6883         (compilation-parse-errors-function): Fix typo.
6885         * international/mule.el (set-char-table-default): Remove.
6886         (set-coding-priority, make-coding-system, generic-char-p)
6887         (charset-list, charset-bytes, charset-id): Use declare to mark
6888         functions as obsolete.
6890         * vc/pcvs-defs.el (cvs-buffer-name-alist)
6891         (cvs-invert-ignore-marks): Remove references to obsolete vars.
6892         * vc/vc-hooks.el (vc-default-registered): Don't use
6893         vc-master-templates.
6895         * font-lock.el (font-lock-reference-face):
6896         Use define-obsolete-variable-alias.
6898         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6899         * calendar/calendar.el (calendar-font-lock-keywords):
6900         * calendar/diary-lib.el (diary-font-lock-keywords)
6901         (diary-fancy-font-lock-keywords):
6902         * textmodes/reftex-sel.el (reftex-insert-docstruct):
6903         * textmodes/reftex-index.el (reftex-insert-index):
6904         * textmodes/reftex-cite.el (reftex-format-bib-entry):
6905         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6906         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6907         * progmodes/prolog.el (prolog-font-lock-keywords):
6908         * progmodes/idlwave.el (idlwave-idl-keywords):
6909         * progmodes/ada-mode.el (ada-font-lock-keywords):
6910         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6912 2012-09-24  Glenn Morris  <rgm@gnu.org>
6914         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6916 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
6918         * progmodes/python.el (python-indent-line): More consistent cursor
6919         movement behavior.
6921 2012-09-23  Stefan Merten  <smerten@oekonux.de>
6923         * textmodes/rst.el: Fix compiler warning.
6925 2012-09-23  Roland Winkler  <winkler@gnu.org>
6927         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6928         Transcribe also LaTeX hyphenation.
6929         (bibtex-reformat): Bug fix. Do not quote twice the elements of
6930         bibtex-reformat-previous-options.
6932 2012-09-23  Roland Winkler  <winkler@gnu.org>
6934         * proced.el (proced-renice-command): New variable.
6935         (proced-marked-processes): New function.
6936         (proced-with-processes-buffer): New macro.
6937         (proced-send-signal): Use them.
6938         (proced-renice): New command bound to r.
6940 2012-09-23  Roland Winkler  <winkler@gnu.org>
6942         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6943         ibuffer-saved-filter-groups has one element, shortcut the call of
6944         completing-read.  (Bug#12331)
6946 2012-09-23  Chong Yidong  <cyd@gnu.org>
6948         * bindings.el (mode-line-toggle-read-only):
6949         * bs.el (bs-toggle-readonly):
6950         * buff-menu.el (Buffer-menu-toggle-read-only):
6951         * dired.el (dired-toggle-read-only):
6952         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6954 2012-09-23  Chong Yidong  <cyd@gnu.org>
6956         * image.el (image-type-available-p): Adapt to init-image-library
6957         argument changes.
6959 2012-09-22  Juri Linkov  <juri@jurta.org>
6961         * dired.el (dired-mode-map): Add [remap read-only-mode] for
6962         `dired-toggle-read-only'.  (Bug#12462)
6964 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6966         * subr.el (temp-output-buffer-show): New function.
6967         (with-output-to-temp-buffer): Call temp-output-buffer-show
6968         instead of internal-temp-output-buffer-show.
6970 2012-09-22  Chong Yidong  <cyd@gnu.org>
6972         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6973         (Bug#12462).
6975         * repeat.el (repeat): Doc fix (Bug#12348).
6977         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6978         (Bug#10909).
6980         * simple.el (shell-command-on-region): Doc fix.
6981         (read-only-mode): Doc fix.
6983 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
6985         * emacs-lisp/timer.el (run-with-idle-timer)
6986         (timer-activate-when-idle): Warn against reinvoking an idle timer
6987         from within its own timer action.  (Bug#12447)
6989 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6991         * cus-start.el (window-combination-limit): Add new optional
6992         values.
6993         * window.el (temp-buffer-window-show)
6994         (window--try-to-split-window): Handle new values of
6995         window-combination-limit (Bug#1806).
6996         (split-window): Test window-combination-limit for t instead of
6997         non-nil.
6998         (display-buffer-at-bottom): New buffer display action function.
6999         * help.el (temp-buffer-resize-regexps): New option.
7000         (temp-buffer-resize-mode): Rewrite doc-string.
7001         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7002         Don't resize reused window.  Suggested by Glenn Morris.
7004 2012-09-22  Stefan Merten  <smerten@oekonux.de>
7006         * textmodes/rst.el: Revamp section title faces.
7007         (rst-official-version)
7008         (rst-package-emacs-version-alist): Sync with official version
7009         V1.4.0.
7010         (rst-faces-defaults, rst-set-level-default)
7011         (rst-level-face-max, rst-level-face-base-color)
7012         (rst-level-face-base-light, rst-level-face-format-light)
7013         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7014         (rst-adornment-faces-alist): Match new setup.
7015         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7016         (rst-level-5, rst-level-6): New faces.
7018 2012-09-22  Chong Yidong  <cyd@gnu.org>
7020         * simple.el (undo): Handle indirect buffers (Bug#8207).
7022 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7024         IDO: Disable match re-ordering for buffer switching.
7025         * ido.el (ido-buffer-disable-smart-matches): New variable.
7026         (ido-set-matches-1): Use it.  (Bug#2042)
7028 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
7030         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7031         Fix 2011-05-17 change.  (Bug#12418)
7033 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7035         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7037 2012-09-21  Glenn Morris  <rgm@gnu.org>
7039         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7040         Be more robust about locating simple.el.
7042 2012-09-21  Glenn Morris  <rgm@gnu.org>
7044         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7046 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
7048         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
7050 2012-09-20  Juri Linkov  <juri@jurta.org>
7052         * replace.el (query-replace-read-from): Use `read-regexp' instead
7053         of `read-from-minibuffer' when `regexp-flag' is non-nil.
7054         (occur-read-primary-args): Use `read-regexp' instead of
7055         `read-string'.
7056         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7057         `read-from-minibuffer'.
7058         * isearch.el (isearch-occur): Use `read-regexp' instead of
7059         `read-string'.
7060         * dired.el (dired-read-regexp): Use `read-regexp' instead of
7061         `read-from-minibuffer'.
7062         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7063         of `read-string'.  (Bug#7567)
7065         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7066         and allow accepting a list of strings prepended to a list of
7067         standard default values.  Doc fix.  (Bug#12321)
7069         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
7071         * replace.el (read-regexp): Don't add ": " when PROMPT already
7072         ends with a colon and space.  (Bug#12321)
7074 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
7076         * doc-view.el (doc-view-display): Better fix for the cl-assertion
7077         error.
7079 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7081         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7082         Fixes feature request bug#11711.
7083         (rst-mode): Create `imenu-create-index-function'.
7084         (rst-get-stripped-line): Delete after refactoring.
7085         (rst-section-tree, rst-section-tree-rec)
7086         (rst-section-tree-point): Refactor and document properly.
7087         (rst-imenu-find-adornments-for-position)
7088         (rst-imenu-convert-cell, rst-imenu-create-index):
7089         New function.
7091 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7093         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7094         (macroexp--expand-all): Use it.
7095         (macroexp--funcall-and-return): Remove by folding it into its sole
7096         caller (macroexp--warn-and-return).
7097         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7098         Use macroexp--obsolete-warning.
7100         * calc/calc.el: Fix last change by removing the whole chunk, since it
7101         was only needed back when Calc was not bundled.
7103 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7105         * emacs-lisp/debug.el (debug): Restore assignment to
7106         debugger-old-buffer removed on 2012-09-08.
7108 2012-09-20  Juri Linkov  <juri@jurta.org>
7110         * dired-aux.el (dired-diff): Remove (require 'diff) since
7111         `diff-latest-backup-file' is now autoloaded.
7113 2012-09-20  Chong Yidong  <cyd@gnu.org>
7115         * vc/diff.el (diff-latest-backup-file): Autoload.
7117 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * calc/calc.el: Remove redundant autoload shape check.
7120         (sel-mode): Don't defvar.
7121         (calc-get-stack-element): Add `sel-mode' arg instead.
7122         (calc-top, calc-top-list): Pass it this additional argument.
7123         * calc/calc-store.el (calc-store-map):
7124         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7125         (calc-map-equation, calc-outer-product, calc-inner-product):
7126         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7128         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7130 2012-09-19  Juri Linkov  <juri@jurta.org>
7132         * dired-aux.el (dired-diff): Add (require 'diff) because
7133         `diff-latest-backup-file' is not autoloaded.
7134         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7135         of `dired-get-filename' to t to not report error when there is
7136         no default file on the current line.
7138 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7140         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7141         macroexp--eval-if-compile.
7142         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7143         (macroexp--expand-all): Use them (bug#12371).
7145         * doc-view.el (doc-view-guess-paper-size)
7146         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7148 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7150         New feature: set optimal slice from BoundingBox information.
7151         * doc-view.el (doc-view-mode-map): Add keybinding.
7152         (doc-view-menu): Add menu entry.
7153         (doc-view-set-slice): Adapt docstring.
7154         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7155         (doc-view-scale-bounding-box)
7156         (doc-view-set-slice-from-bounding-box): New functions.
7157         (doc-view-paper-sizes): New defvar.
7159 2012-09-19  Glenn Morris  <rgm@gnu.org>
7161         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7162         (byte-compile-log-warning): Autoload.  (Bug#12371)
7164         * calendar/calendar.el (calendar-american-month-header)
7165         (calendar-european-month-header, calendar-iso-month-header)
7166         (calendar-month-header): New options.
7167         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7168         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7170 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7172         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7174 2012-09-18  Juri Linkov  <juri@jurta.org>
7176         * dired-aux.el (dired-diff): Restore original functionality of
7177         getting the default value, but keep new feature of using the
7178         latest existing backup file (`diff-latest-backup-file').
7180 2012-09-18  Juri Linkov  <juri@jurta.org>
7182         * dired.el (dired-mark): If the region is active in Transient Mark
7183         mode, mark all files in the active region.  Doc fix.
7184         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7185         Doc fix.  (Bug#10624)
7187 2012-09-18  Juri Linkov  <juri@jurta.org>
7189         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7190         attributes for M-n are pulled from the file at point.
7191         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7192         Suggested by Drew Adams.  (Bug#10624)
7194 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7196         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7197         whitespace after "end".
7198         (ruby-do-end-to-brace): Collapse block to one line if it fits
7199         within fill-column.
7201 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7203         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7204         value.
7205         (debug): Don't remove debugger window when debugger is expected
7206         to be back.
7208 2012-09-18  Chong Yidong  <cyd@gnu.org>
7210         * custom.el (defface): Doc fix.
7212         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7214 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7216         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7217         to initialize query-on-exit; then test that instead (bug#12288).
7219 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7221         * textmodes/rst.el: Add support for `testcover'.
7222         (rst-defcustom-testcover, rst-testcover-add-compose)
7223         (rst-testcover-add-1value): New functions.
7224         (rst-portable-mark-active-p): Replace by `use-region-p'.
7225         (rst-update-section, rst-classify-adornment)
7226         (rst-find-title-line): Mark `1value' forms.
7227         (rst-classify-adornment): Remove superfluous form.
7228         (rst-update-section, rst-get-adornments-around)
7229         (rst-adornment-complete-p, rst-get-next-adornment)
7230         (rst-adjust, rst-promote-region)
7231         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7232         (rst-find-pfx-in-region, rst-section-tree-rec)
7233         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7234         (rst-toc-node, rst-toc, rst-forward-section)
7235         (rst-iterate-leftmost-paragraphs)
7236         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7237         (rst-bullet-list-region)
7238         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7239         (rst-compile-find-conf, rst-compile)
7240         (rst-repeat-last-character): Fix style.
7242 2012-09-17  Chong Yidong  <cyd@gnu.org>
7244         * comint.el (comint--complete-file-name-data): Don't add a space
7245         if the status is `sole'; that adds a gratuitous space in the
7246         completion-cycling case (Bug#12092).
7248         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7250 2012-09-17  Richard Stallman  <rms@gnu.org>
7252         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7253         only in the mime-shown mode, not in raw mode.
7254         (rmail-mime): Toggle off mime by displaying the message without
7255         mime processing.  (Bug#12305)
7257         * mail/rmail.el (rmail-retry-failure):
7258         Turn off mime processing first.  (Bug#12037)
7260         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7262 2012-09-17  Chong Yidong  <cyd@gnu.org>
7264         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7265         (shell-dynamic-complete-functions): Convert to defcustom.
7266         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7268         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7269         * comint.el (comint-prompt-read-only):
7270         * custom.el (defcustom):
7271         * hi-lock.el (hi-lock-mode):
7272         * ibuffer.el (ibuffer-formats):
7273         * ielm.el (ielm-prompt-read-only):
7274         * novice.el (disable-command):
7275         * saveplace.el (toggle-save-place):
7276         * speedbar.el (speedbar-supported-extension-expressions):
7277         * startup.el (auto-save-list-file-prefix, init-file-user)
7278         (after-init-hook, inhibit-startup-echo-area-message):
7279         * strokes.el (strokes-help):
7280         * time-stamp.el (time-stamp):
7281         * calendar/calendar.el (calendar, diary-file):
7282         * calendar/diary-lib.el (diary-mail-entries, diary)
7283         (diary-list-entries-hook):
7284         * calendar/holidays.el (holidays, calendar-holidays):
7285         * calendar/lunar.el (lunar-phases):
7286         * calendar/solar.el (sunrise-sunset):
7287         * emulation/edt.el (edt-load-keys):
7288         * emulation/viper.el (viper-mode):
7289         * eshell/em-alias.el (eshell-command-aliases-list):
7290         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7291         * international/ogonek.el (ogonek-information):
7292         * net/tramp-cmds.el (tramp-bug):
7293         * net/quickurl.el (quickurl-reread-hook-postfix):
7294         * play/decipher.el (decipher-font-lock-keywords):
7295         * progmodes/cc-styles.el (c-set-style):
7296         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7297         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7298         * progmodes/octave-mod.el (octave-mode):
7299         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7300         * progmodes/verilog-mode.el (verilog-read-defines):
7301         * textmodes/two-column.el (2C-mode): Likewise.
7303 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7305         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7306         that holds many addresses.
7308 2012-09-16  Chong Yidong  <cyd@gnu.org>
7310         * align.el (align-areas): Call the indication function with
7311         positions instead of markers for arguments (Bug#12343).
7313         * files.el (parse-colon-path): Use split-string (Bug#12351).
7315         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7316         (display-buffer-function): Mark as obsolete.
7318         * progmodes/compile.el (compilation-parse-errors): Accept list
7319         values similar to font-lock-keywords (Bug#12136).
7320         Suggested by Oleksandr Manzyuk.
7321         (compilation-error-regexp-alist): Doc fix.
7323 2012-09-15  Glenn Morris  <rgm@gnu.org>
7325         * version.el (emacs-bzr-version-bzr): New function.
7326         (emacs-bzr-get-version): Add optional EXTERNAL argument.
7328         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7329         checkouts, check the parent dirstate matches the branch.
7330         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
7331         empty string.
7333         * version.el (emacs-bzr-version): Doc fix.
7334         (emacs-bzr-version-dirstate): New function.
7335         (emacs-bzr-get-version): For lightweight checkouts, if the parent
7336         is local try and check that it matches the branch.  If not, just
7337         use dirstate information.  (Bug#12441)
7339 2012-09-14  Juri Linkov  <juri@jurta.org>
7341         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7342         (Bug#12399)
7344 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7346         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7348         * emacs-lisp/edebug.el: Miscellaneous cleanup.
7349         Remove obsolete byte-compiler hack that tried to silence some warnings.
7350         (edebug-submit-bug-report): Remove.
7351         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7352         Remove aliases, use the un-prefixed name instead.
7353         (edebug-pop-to-buffer): Consider other frames.
7354         (edebug-original-read):: Make it more obvious that it's always defined.
7355         (edebug--make-form-data-entry, edebug--form-data-name)
7356         (edebug--form-data-begin, edebug--form-data-end): Rename from the
7357         single-dashed name, and implement with cl-defstruct.
7358         (edebug-set-form-data-entry): Use the standard accessors.
7359         (edebug-make-top-form-data-entry): Use push.
7360         (edebug-no-match): Drop useless `funcall'.
7361         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7362         to functions.
7363         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7364         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7365         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7366         (easy-menu-define, with-custom-print): Remove redundant specs.
7367         (edebug-outside-overriding-local-map)
7368         (edebug-outside-overriding-terminal-local-map): Remove, unused.
7369         (edebug--display): Bind unread-command-events directly to nil rather
7370         than binding it to unread-command-events and later setting it to nil.
7371         (edebug--display): Kill edebug-eval-buffer here...
7372         (edebug--recursive-edit): ...rather than here.
7373         Bind standard-output and standard-input.
7374         (edebug-eval): Check cl-macroexpand-all is fboundp.
7375         (edebug-temp-display-freq-count): Fix last change.
7377         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7378         * subr.el (noreturn, 1value): Add `debug' spec.
7379         * emacs-lisp/advice.el: Require cl-lib.
7380         (ad-copy-tree): Remove, use copy-tree instead.
7381         (ad-dolist): Remove use dolist or cl-dolist instead.
7382         (ad-do-return): Remove, use cl-return instead.
7383         (defadvice): Add `debug' spec.
7385 2012-09-13  Juri Linkov  <juri@jurta.org>
7387         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7388         (Bug#12399)
7390 2012-09-13  Glenn Morris  <rgm@gnu.org>
7392         * calc/calc.el (math-compose-expr):
7393         * calc/calc-ext.el (math-compose-expr):
7394         * progmodes/cc-defs.el (cl-macroexpand-all):
7395         * progmodes/cc-langs.el (delete-duplicates, mapcan)
7396         (cl-macroexpand-all): Update declarations.
7398         * vc/vc.el: No need to require ediff.
7399         (ediff-load-version-control): Declare.
7400         (ediff-vc-internal): Fix declaration.
7401         (vc-version-ediff): Require ediff.
7403 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7405         Use a more backwards-compatible timer format (Bug#12430).
7406         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7407         being right after USECS, as that better supports old code that
7408         inadvisedly looked directly at the timer vector.
7410 2012-09-13  Kenichi Handa  <handa@gnu.org>
7412         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7413         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7414         `coding-priority' property of these language environment.
7416 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7418         Fix glitches caused by addition of psec to timers (Bug#12430).
7419         * image.el (image-animate-timer):
7420         * time.el (display-time-world-timer):
7421         Use timer--function and timer--args rather than raw access to
7422         timer vector.
7424 2012-09-13  Glenn Morris  <rgm@gnu.org>
7426         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7427         If not compiling a file, try using load-file-name.
7429 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7431         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7432         Fix last change.
7433         (edebug-update-eval-list): Use `push'.
7435         * emacs-lisp/edebug.el: Use lexical-binding.
7436         Remove the "edebug-" prefix from non-dynamically-scoped variables.
7437         Mark unused args with underscore.
7438         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7439         (edebug-form-data): Use defvar-local.
7440         (edebug-make-before-and-after-form, edebug-make-after-form):
7441         Use backquote.
7442         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7443         Not dynamically scoped any more.
7444         (edebug--enter-trace): Add arguments `function' and `args'.
7445         Rename from edebug-enter-trace.
7446         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
7447         (edebug--update-coverage): Add `after-index' and `value' args.
7448         Rename from edebug-update-coverage.
7449         (edebug-slow-after): Call it accordingly.
7450         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
7451         edebug-recursive-edit.
7452         (edebug--display): Call it accordingly.  Add args `value',
7453         `offset-index', and `arg-mode'.  Rename from edebug-display.
7454         (edebug-debugger, edebug): Call it accordingly.
7455         (edebug-eval-display-list): Use dolist.
7457 2012-09-12  Juri Linkov  <juri@jurta.org>
7459         * info.el (Info-search): Don't check for isearch-mode and
7460         isearch-regexp before let-binding search-spaces-regexp to
7461         Info-search-whitespace-regexp.
7462         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7463         search-whitespace-regexp if isearch-lax-whitespace or
7464         isearch-regexp-lax-whitespace is non-nil.
7465         (Info-mode): Don't set local variable search-whitespace-regexp.
7466         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7468 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7470         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7471         (debugger-env-macro): Remove support for unread-command-char.
7473         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7474         the temporary map re-appearing on emulation-mode-map-alists.
7476         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7477         since 22.1.
7479         * ehelp.el (with-electric-help): Accept functions in
7480         electric-help-form-to-execute.
7481         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7482         And replace unread-command-char -> unread-command-events.
7484 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
7486         Sync with Tramp 2.2.6.
7488         * net/tramp.el (tramp-accept-process-output): Don't use
7489         JUST-THIS-ONE in the XEmacs case.
7491         * net/trampver.el: Update release number.
7493 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
7495         * emacs-lisp/debug.el (debugger-previous-window-height):
7496         New variable.
7497         (debug): When debugger-jumping-flag is non-nil try to restore
7498         height of debugger window.  (Bug#8789)
7500 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7502         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7503         overriding-local-map and pre/post-command-hook here.
7504         (edebug-recursive-edit): Do it here instead (bug#12345).
7505         (edebug-outside-unread-command-char): Remove all uses of
7506         unread-command-char.
7508         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7509         inhibit-debugger is bound instead.
7511 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7513         * subr.el (set-temporary-overlay-map): Add a docstring.
7514         (Bug#12346)
7516 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7518         * minibuffer.el (completion-table-subvert): Fix docstring.
7519         (Bug#12347)
7521 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7523         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
7525 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
7527         * progmodes/sql.el: Version 3.1
7528         (sql-db2-escape-newlines): New variable.
7529         (sql-escape-newlines-filter): Use it.
7531 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
7533         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7535 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
7537         * vc/diff-mode.el (diff-mode-menu):
7538         Bind diff-remove-trailing-whitespace.
7540 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7542         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7543         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7544         (emacs-lisp-byte-code-mode): New functions.
7545         (eval-sexp-add-defvars): Don't skip defvars in column >0.
7546         (eval-defun-2): Remove bogus interactive spec.
7547         (lisp-indent-line): Remove redundant whole-exp code, now done in
7548         indent-according-to-mode.
7549         (save-match-data): Remove redundant indent data.
7551         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7552         Use `declare'.
7554 2012-09-09  Juri Linkov  <juri@jurta.org>
7556         * replace.el (replace-regexp-lax-whitespace): New defcustom.
7557         (replace-lax-whitespace, query-replace-regexp)
7558         (query-replace-regexp-eval, replace-regexp): Doc fix.
7559         (perform-replace, replace-highlight): Let-bind
7560         isearch-lax-whitespace to replace-lax-whitespace and
7561         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7563         * isearch.el (isearch-query-replace): Let-bind
7564         replace-lax-whitespace to isearch-lax-whitespace and
7565         replace-regexp-lax-whitespace to
7566         isearch-regexp-lax-whitespace.  (Bug#10885)
7568 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7570         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7572 2012-09-09  Alan Mackenzie  <acm@muc.de>
7574         * progmodes/cc-engine.el (c-state-cache-init):
7575         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7576         (c-record-parse-state-state):
7577         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7579 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
7581         * register.el (register-separator): Rename from
7582         separator-register.  All uses changed.  Doc fix.
7583         (register): Fix version.
7585 2012-09-09  Chong Yidong  <cyd@gnu.org>
7587         * replace.el (query-replace-map): Bind four new symbols for
7588         requesting window scrolling.
7590         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7591         query-replace-map (Bug#8948).
7593         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7595         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7596         since they are now in query-replace-map.
7598         * window.el (scroll-other-window-down): Make the arg optional.
7600 2012-09-09  Chong Yidong  <cyd@gnu.org>
7602         * files.el (hack-local-variables-confirm): Use quit-window to kill
7603         the *Local Variables* buffer.
7605 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7607         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7608         not just expect to be at its beginning.  Adjust callees.
7609         Succeed when do-end block has no space before the pipe character.
7610         (ruby-brace-to-do-end): When the original block is one-liner,
7611         convert to multiline.  Reindent the result.
7613 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
7615         * register.el (register): New group.
7616         (separator-register): New user option.
7617         (increment-register): Route it to `append-to-register', if
7618         register contains text.  Implication is that `C-x r +' can now be
7619         used for appending to a text register (bug#12217).
7620         (append-to-register, prepend-to-register): Add separator based on
7621         `separator-register'.
7623 2012-09-08  Alan Mackenzie  <acm@muc.de>
7625         AWK Mode: make auto-newline work when there's "==" in the pattern.
7626         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7627         correctly.
7628         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7629         Test more rigorously for "=" token.
7631 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7633         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7634         Only fail when reached LIMIT.
7636 2012-09-08  Chong Yidong  <cyd@gnu.org>
7638         * dired.el (dired-mode-map): Don't bind M-=.
7640         * dired-aux.el (dired-diff): Use backup file as default.
7642 2012-09-08  Drew Adams  <drew.adams@oracle.com>
7644         * subr.el (add-to-history): Fix delete usage (Bug#12314).
7646 2012-09-08  Chong Yidong  <cyd@gnu.org>
7648         * subr.el (syntax-after, syntax-class): Doc fix.
7650 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
7652         * window.el (display-buffer-in-previous-window): New buffer
7653         display action function.
7655         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7656         (debugger-previous-window): New variable.
7657         (debug): Rewrite using display-buffer-in-previous-window,
7658         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
7660 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
7664 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
7666         * progmodes/python.el (python-shell-send-string):
7667         When default-directory is remote, create temp file on remote
7668         filesystem.
7669         (python-shell-send-file): When file is remote, pass local view of
7670         file paths to remote Python interpreter.  (Bug#12340)
7672 2012-09-07  Chong Yidong  <cyd@gnu.org>
7674         * window.el (switch-to-buffer): Doc fix (Bug#12181).
7676         * files.el (after-find-file): Don't fail on a read-only buffer if
7677         require-final-newline is `visit' or `visit-save' (Bug#11156).
7679         * subr.el (read-char-choice): Allow quitting via ESC ESC.
7681         * userlock.el (ask-user-about-supersession-threat):
7682         Use read-char-choice (Bug#12093).
7684 2012-09-07  Chong Yidong  <cyd@gnu.org>
7686         * subr.el (buffer-narrowed-p): New function.
7688         * ses.el (ses-widen):
7689         * simple.el (count-words--buffer-message):
7690         * net/browse-url.el (browse-url-of-buffer): Use it.
7692         * simple.el (count-words-region): Don't signal an error if there
7693         is a non-nil prefix arg and the mark is not set.
7695         * help.el (describe-key-briefly): Allow the message to be seen
7696         when invoked from the minibuffer (Bug#7014).
7698 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7700         * progmodes/ruby-mode.el (ruby-end-of-defun)
7701         (ruby-beginning-of-defun): Simplify, allow indentation before
7702         block beginning and end keywords.
7703         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7704         (ruby-end-of-defun): Expect that the point is at the beginning of
7705         the defun.
7707 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7709         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7710         (bug#12367).
7711         (cl--make-usage-args): Strip _ from argument names.
7713 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7715         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7716         obsolete alias speedbar-key-map.
7717         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7718         (vhdl-index-menu-init): Don't use obsolete variable
7719         font-lock-maximum-size.
7721 2012-09-06  Chong Yidong  <cyd@gnu.org>
7723         * frame.el (window-system-version): Mark as obsolete.
7725         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7726         of obsolete variable speedbar-key-map.
7728 2012-09-06  Juri Linkov  <juri@jurta.org>
7730         * replace.el (replace-lax-whitespace): New defcustom.
7731         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7732         (replace-string, replace-regexp): Mention it in docstrings.
7733         (perform-replace, replace-highlight): Let-bind
7734         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7735         to the values of replace-lax-whitespace and regexp-flag.
7736         Don't let-bind search-whitespace-regexp.  (Bug#10885)
7738         * isearch.el (isearch-query-replace): Let-bind
7739         replace-lax-whitespace instead of let-binding
7740         replace-search-function and replace-re-search-function.
7741         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7742         and isearch-regexp-lax-whitespace to lazy-highlight variables.
7743         (isearch-toggle-symbol): Set isearch-regexp to nil
7744         in isearch-word mode (like in isearch-toggle-word).
7746 2012-09-06  Juri Linkov  <juri@jurta.org>
7748         * replace.el (replace-search-function)
7749         (replace-re-search-function): Set default values to nil.
7750         (perform-replace): Let-bind isearch-related variables based on
7751         replace-related values, call `isearch-search-fun' and let-bind
7752         the result to `search-function'.  Remove code that sets
7753         `search-function' and `search-string' separately for
7754         `delimited-flag'.
7755         (replace-highlight): Add new argument `delimited-flag' and
7756         rename other arguments to the names used in `perform-replace'.
7757         Let-bind `isearch-word' to the argument `delimited-flag'.
7758         (Bug#10885, bug#10887)
7760 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7762         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7763         ruby-beginning-of-indent, simplify, allow all keywords to have
7764         indentation before them.
7765         (ruby-beginning-of-indent): Adjust for above.  Search until the
7766         found point is not inside a string or comment.
7767         (ruby-font-lock-keywords): Allow symbols to start with "@"
7768         character, give them higher priority than variables.
7769         (ruby-syntax-propertize-function)
7770         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7771         matchers.  Expression expansions are not comments when inside a
7772         string, and there comment syntax status is irrelevant.
7773         (ruby-match-expression-expansion): New function.  Check that
7774         expression expansion is inside a string, and it's not escaped.
7775         (ruby-font-lock-keywords): Use it.
7777 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
7779         * help.el (temp-buffer-max-height): New default value.
7780         (temp-buffer-resize-frames): New option.
7781         (resize-temp-buffer-window): Optionally resize frame.
7783         * window.el (fit-frame-to-buffer-bottom-margin): New option.
7784         (fit-frame-to-buffer): New function.
7786 2012-09-05  Glenn Morris  <rgm@gnu.org>
7788         * emulation/cua-rect.el (cua--init-rectangles):
7789         * textmodes/picture.el (picture-mode-map):
7790         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7791         like forward-char and backward-char.  (Bug#12317)
7793 2012-09-05  Leo Liu  <sdl.web@gmail.com>
7795         * progmodes/flymake.el (flymake-warning-re): New variable.
7796         (flymake-parse-line): Use it.
7798 2012-09-05  Glenn Morris  <rgm@gnu.org>
7800         * calendar/holidays.el (holiday-christian-holidays):
7801         Rename an entry.  (Bug#12289)
7803 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7805         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7806         (bug#12222).
7808 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * loadup.el: Load macroexp.  Remove hack.
7811         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7812         (macroexp--expand-all): Use it to get better warnings.
7813         (macroexp--backtrace, macroexp--trim-backtrace-frame)
7814         (internal-macroexpand-for-load): New functions.
7815         (macroexp--pending-eager-loads): New var.
7816         (emacs-startup-hook): New hack to replace one in loadup.el.
7817         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7818         (cl--compiler-macro-cXXr): Move to top, before they can be used.
7819         (cl-psetf): Simplify.
7820         (cl-defstruct): Add indent rule.
7822 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
7824         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7825         over `user-mail-address' for the SMTP MAIL FROM envelope.
7826         (smtpmail-via-smtp): Ditto.
7828 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
7830         * progmodes/ruby-mode.el: Clean up keybindings.
7831         (ruby-mode-map): Don't bind ruby-electric-brace,
7832         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7833         backward-kill-word, reindent-then-newline-and-indent.
7834         (ruby-mark-defun): Remove.
7835         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
7836         (ruby-mode): Set local beginning-of-defun-function and
7837         end-of-defun-function values.
7839 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
7841         * window.el (temp-buffer-window-setup-hook)
7842         (temp-buffer-window-show-hook): New hooks.
7843         (temp-buffer-window-setup, temp-buffer-window-show)
7844         (with-temp-buffer-window): New functions.
7845         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7846         (special-display-popup-frame): Make sure the window used shows BUFFER.
7848         * help.el (temp-buffer-resize-mode): Fix doc-string.
7849         (resize-temp-buffer-window): New optional argument WINDOW.
7851         * files.el (recover-file, save-buffers-kill-emacs):
7852         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7854 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
7856         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7857         remote definition of `default-directory', ensure we can connect.
7859 2012-09-02  Juri Linkov  <juri@jurta.org>
7861         Toggle whitespace matching mode with M-s SPC.
7862         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7864         * isearch.el (search-whitespace-regexp): Doc fix.
7865         Remove cons cell customization.
7866         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7867         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7868         New variables.
7869         (isearch-forward, isearch-forward-regexp): Doc fix.
7870         (isearch-toggle-lax-whitespace): New command.
7871         (search-forward-lax-whitespace, search-backward-lax-whitespace)
7872         (re-search-forward-lax-whitespace)
7873         (re-search-backward-lax-whitespace): New functions.
7874         (isearch-whitespace-regexp): Remove function.
7875         (isearch-query-replace): Let-bind replace-search-function and
7876         replace-re-search-function.
7877         (isearch-occur): Let-bind search-spaces-regexp according to the
7878         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7879         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7880         condition for C-q SPC.
7881         (isearch-search-fun-default): Use new functions mentioned above.
7882         (isearch-search-forward, isearch-search-backward): Remove functions.
7883         (isearch-search): Don't let-bind search-spaces-regexp.
7884         (isearch-lazy-highlight-space-regexp): Remove variable.
7885         (isearch-lazy-highlight-lax-whitespace)
7886         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7887         (isearch-lazy-highlight-new-loop): Use them.
7888         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7890 2012-09-02  Chong Yidong  <cyd@gnu.org>
7892         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7894 2012-09-02  Glenn Morris  <rgm@gnu.org>
7896         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
7898 2012-09-01  Glenn Morris  <rgm@gnu.org>
7900         * term.el: Tidy up menu definitions.
7901         (term-mode-map): Use easymenu for In/Out, Complete menus.
7902         (term-pager-break-map): Initialize in the defvar.
7903         (term-terminal-menu, term-signals-menu): Define with easymenu.
7904         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
7905         (term-pager-menu): New, extracted from term-process-pager.
7906         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7907         (term-update-mode-line): Propertize line/char and page items.
7908         (term-process-pager): Move keymap initialization elsewhere.
7910 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
7912         * window.el (switch-to-prev-buffer): Handle additional values of
7913         BURY-OR-KILL argument.  Don't switch in minibuffer window.
7914         (switch-to-next-buffer): Don't switch in minibuffer window.
7915         (quit-restore-window): New function based on quit-window.
7916         Handle additional values of former KILL argument.
7917         (quit-window): Call quit-restore-window with appropriate
7918         interpretation of KILL argument.
7919         (display-buffer-below-selected): New buffer display action
7920         function.
7922 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7924         * minibuffer.el (completion-at-point-functions): Complete docstring
7925         (bug#12254).
7927 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7929         Better seed support for (random).
7930         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7931         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7932         * play/mpuz.el, play/tetris.el, play/zone.el:
7933         * calc/calc-comb.el (math-init-random-base):
7934         * play/blackbox.el (bb-init-board):
7935         * play/life.el (life):
7936         * server.el (server-use-tcp):
7937         * type-break.el (type-break):
7938         Remove unnecessary call to (random t).
7939         * net/sasl.el (sasl-unique-id-function):
7940         Change (random t) to (random), now that the latter is more random.
7941         * play/life.el (life-initialized): Remove no-longer-needed var.
7943 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
7945         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7946         Consider frame's buffer predicate when choosing the buffer.
7947         (Bug#12081)
7949 2012-08-30  Richard Stallman  <rms@gnu.org>
7951         * simple.el (special-mode-map): Delete binding for `z'.
7953 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
7955         * progmodes/compile.el (compilation-always-kill): Doc fix.
7957 2012-08-30  Chong Yidong  <cyd@gnu.org>
7959         * window.el (display-buffer-reuse-frames): Make the obsolescence
7960         message more informative.
7962 2012-08-30  Glenn Morris  <rgm@gnu.org>
7964         * paren.el (show-paren-delay):
7965         Add a :set function.  Doc fix.  (Bug#12297)
7967 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
7969         * progmodes/compile.el (compilation-always-kill): New var.
7970         (compilation-start): Use it.
7972 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7974         * simple.el (read-only-mode): Move from files.el for bootstrapping.
7975         * files.el (read-only-mode): Move to simple.el.
7977         * files.el (read-only-mode): New minor mode.
7978         (toggle-read-only): Use it and mark obsolete.
7979         (find-file--read-only):
7980         * vc/vc.el (vc-next-action, vc-checkout):
7981         * vc/vc-cvs.el (vc-cvs-checkout):
7982         * obsolete/vc-mcvs.el (vc-mcvs-update):
7983         * ffap.el (ffap--toggle-read-only): Update callers.
7985 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
7987         * eshell/esh-ext.el (eshell-external-command): Do not examine
7988         remote shell scripts.
7989         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7991         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7992         "/usr/local/sbin".
7994 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7996         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7998 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8000         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8001         completion-at-point.  (Bug#12220)
8003         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8005         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8007 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8009         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8010         be buffer-local; add delete-trailing-whitespace (bug#12259).
8012 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
8014         * progmodes/hideif.el (hif-compress-define-list):
8015         Fix typo.  (Bug#11951)
8017 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
8019         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8020         buffer local setting.
8022         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8023         rcirc-encode-coding-system.
8025 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8027         * net/rcirc.el (rcirc-split-message): New function.
8028         (rcirc-send-message): Use it.  (Bug#12051)
8030 2012-08-28  Juri Linkov  <juri@jurta.org>
8032         * info.el (Info-fontify-node): Hide empty lines at the end of
8033         the node.  (Bug#12272)
8035 2012-08-27  Drew Adams  <drew.adams@oracle.com>
8037         * dired.el (dired-pop-to-buffer): Make window start at beginning
8038         of buffer (Bug#12281).
8040 2012-08-26  Chong Yidong  <cyd@gnu.org>
8042         * window.el (special-display-regexps, special-display-frame-alist)
8043         (special-display-buffer-names, special-display-function)
8044         (display-buffer-reuse-frames): Mark as obsolete.
8046         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8048         * help.el (help-print-return-message): Don't treat
8049         display-buffer-reuse-frames specially.
8051 2012-08-26  Chong Yidong  <cyd@gnu.org>
8053         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8054         New variable, replacing gdb-frame-parameters.
8055         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8056         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8057         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8058         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8059         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
8060         the functions directly with gdb-display-buffer-other-frame-action.
8061         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8062         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8063         (gdb-display-stack-buffer, gdb-display-locals-buffer)
8064         (gdb-display-registers-buffer): Define directly.
8065         (def-gdb-display-buffer): Macro deleted.
8066         (gdb-display-buffer): Remove second and third args, callers don't
8067         use them.  Defer to the default display-buffer behavior, apart
8068         from making windows dedicated.
8069         (gdb-setup-windows): Don't call display-buffer unnecessarily.
8071         * progmodes/gud.el (gud-display-line): Just use display-buffer.
8073         * window.el (display-buffer-pop-up-frame): Handle a
8074         pop-up-frame-parameters alist entry.
8075         (display-buffer): Document it.
8077 2012-08-26  Chong Yidong  <cyd@gnu.org>
8079         * isearch.el (search-whitespace-regexp): Make string and nil
8080         values apply to both ordinary and regexp search.  Allow a cons
8081         cell value to distinguish between the two.
8082         (isearch-whitespace-regexp, isearch-search-forward)
8083         (isearch-search-backward): New functions.
8084         (isearch-occur, isearch-search-fun-default, isearch-search)
8085         (isearch-lazy-highlight-new-loop): Use them.
8086         (isearch-forward, isearch-forward-regexp): Doc fix.
8088 2012-08-26  Chong Yidong  <cyd@gnu.org>
8090         * faces.el (help-argument-name): Always inherit from italic
8091         (Bug#12213).
8093 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8095         * window.el (window--even-window-heights): Even heights when
8096         WINDOW and the selected window form a vertical combination.
8097         (display-buffer-use-some-window): Provide that window used gets
8098         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8100 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8102         Fix file time stamp problem with bzr and CVS (Bug#12001).
8103         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8104         in the file's time stamp, since the version control system loses
8105         that information.
8107 2012-08-22  Juri Linkov  <juri@jurta.org>
8109         * info.el (Info-fontify-node): Hide the suffix of the
8110         Info file name in the header line.  (Bug#12187)
8112 2012-08-22  Glenn Morris  <rgm@gnu.org>
8114         * calendar/cal-tex.el (cal-tex-weekly-common):
8115         Restore leading blank page.
8117 2012-08-22  Le Wang  <l26wang@gmail.com>
8119         * misc.el (forward-to-word, backward-to-word): Activate or extend
8120         the region under `shift-select-mode'.  (Bug#12231)
8122 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8124         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8125         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8126         gives details on why the space is never needed.
8128 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8130         * window.el (walk-window-tree, window-with-parameter):
8131         New optional argument MINIBUF to control whether these functions
8132         should run on the minibuffer window.
8133         (window-at-side-list): Don't operate on minibuffer window.
8134         (window-in-direction): Simplify and rewrite doc-string.
8135         (window--size-ignore): Rename to window--size-ignore-p.
8136         Update callers.
8137         (display-buffer-in-atom-window, window--major-non-side-window)
8138         (window--major-side-window, display-buffer-in-major-side-window)
8139         (delete-side-window, display-buffer-in-side-window):
8140         New functions.
8141         (window--side-check, window-deletable-p, delete-window)
8142         (delete-other-windows, split-window): Handle side windows and
8143         atomic windows appropriately.
8144         (window--display-buffer): Call display-buffer-record-window also
8145         when the window buffer did not change.
8147 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8149         * help-fns.el (help-fns--key-bindings):
8150         Abbreviate non-symbol remap targets.  (Bug#12174)
8152 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8154         * dired.el (dired-mark-remembered): Don't clobber point.
8155         (Bug#11795)
8157 2012-08-22  Glenn Morris  <rgm@gnu.org>
8159         * progmodes/bug-reference.el (bug-reference): New custom group.
8160         (bug-reference-bug-regexp): Make it a defcustom.
8162 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8164         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8165         (js-paren-indent-offset, js-square-indent-offset)
8166         (js-curly-indent-offset): Add :safe (Bug#12257).
8168 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8170         * json.el (json-key-format): Add error properties.
8171         (json-encode-key): New function.
8172         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8173         Use json-encode-key.
8175 2012-08-22  Glenn Morris  <rgm@gnu.org>
8177         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8178         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8179         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8180         Update for above change.
8182 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8184         * cus-face.el (custom-face-attributes): Fix customize type for the
8185         :underline attribute.  (Bug#11805)
8187 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8189         * window.el (window-point-1, set-window-point-1): Remove.
8190         (window-in-direction, record-window-buffer)
8191         (set-window-buffer-start-and-point, split-window-below)
8192         (window--state-get-1, display-buffer-record-window):
8193         Replace calls to window-point-1 and set-window-point-1 by calls to
8194         window-point and set-window-point respectively.
8196 2012-08-21  Glenn Morris  <rgm@gnu.org>
8198         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8199         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8200         Use it.
8202         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8203         (cal-tex-shortday): New function.
8204         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8205         (cal-tex-cursor-filofax-daily): Use the above.
8207         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8208         New functions.
8209         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8210         (cal-tex-cursor-filofax-week): Use them.
8212         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8213         New constants.
8214         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8215         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8217         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8218         (cal-tex-end-document): Don't rely on buffer name.
8220         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8221         Use cal-tex-vspace.
8222         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8223         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8224         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8225         Use cal-tex-arg.
8227         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8228         (cal-tex-cursor-week, cal-tex-cursor-week2)
8229         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8230         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8231         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8232         (cal-tex-insert-preamble, cal-tex-b-document)
8233         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8234         Improve cal-tex-cmd usage.
8236         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8237         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8238         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8239         (cal-tex-weekly-paper): New function.
8240         (cal-tex-cursor-week, cal-tex-cursor-week2)
8241         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8242         (cal-tex-cursor-day): Use it.
8244         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8245         (cal-tex-cursor-filofax-week): Remove leading blank page.
8247         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8248         Add autoload cookie.  For now at least, don't use color, since
8249         no other cal-tex function does.
8251         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8252         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8253         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8255 2012-08-21  Juri Linkov  <juri@jurta.org>
8257         * info.el (Info-file-attributes): New variable.
8258         (info-insert-file-contents): Add file attributes to
8259         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8260         `Info-toc-nodes' when previous modtime of the Info file is less
8261         than new modtime.
8262         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8263         of info.el.  (Bug#12230)
8265 2012-08-20  Glenn Morris  <rgm@gnu.org>
8267         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8268         * calendar/holidays.el (calendar-holiday-list):
8269         Report errors with display-warning rather than beep'n'sleep.
8271 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8273         * net/tramp.el (tramp-accept-process-output): Accept only output
8274         from PROC.  Otherwise, process filters and sentinels might be
8275         confused.  (Bug#12145)
8277 2012-08-20  Chong Yidong  <cyd@gnu.org>
8279         * descr-text.el (describe-text-properties-1): Use overlays-in to
8280         report on empty overlays (Bug#3322).
8282 2012-08-20  Glenn Morris  <rgm@gnu.org>
8284         * mail/rmailout.el (rmail-output-read-file-name):
8285         Trap and report errors in rmail-output-file-alist elements.
8287         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8288         since most non-font-lock faces are not also variables).
8290 2012-08-20  Edward Reingold  <reingold@iit.edu>
8292         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8293         New function.  (Bug12160)
8295 2012-08-19  Glenn Morris  <rgm@gnu.org>
8297         * mail/rmailout.el (rmail-output-read-file-name):
8298         Fix previous change (when the alist is nil or does not match).
8300 2012-08-19  Chong Yidong  <cyd@gnu.org>
8302         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8303         (Bug#12228).
8305 2012-08-18  Chong Yidong  <cyd@gnu.org>
8307         * simple.el (yank-handled-properties): New defcustom.
8308         (yank-excluded-properties): Add font-lock-face and category.
8309         (yank): Doc fix.
8311         * subr.el (remove-yank-excluded-properties):
8312         Obey yank-handled-properties.  The special handling of font-lock-face
8313         and category is now done this way, instead of being hard-coded.
8314         (insert-for-yank-1): Remove font-lock-face handling.
8315         (yank-handle-font-lock-face-property)
8316         (yank-handle-category-property): New function.
8318 2012-08-17  Glenn Morris  <rgm@gnu.org>
8320         * mail/rmailout.el (rmail-output-read-file-name):
8321         Check rmail-output-file-alist against the full message body
8322         in the correct rmail buffer.  (Bug#12214)
8324 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
8326         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8327         Eliminate superfluous prompt.  (Bug#12203)
8329 2012-08-17  Chong Yidong  <cyd@gnu.org>
8331         * mouse.el (mouse-appearance-menu): If x-select-font returns a
8332         font spec, set the font directly (Bug#3228).
8334 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
8336         * window.el (delete-window): Fix last fix.
8338 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
8340         * window.el (window-valid-p): Move to window.c.
8341         (window-child, window-child-count, window-last-child)
8342         (window-normalize-window, window-combined-p)
8343         (window-combinations, window-atom-root, window-min-size)
8344         (window-sizable, window-sizable-p, window-size-fixed-p)
8345         (window-min-delta, window-max-delta, window--resizable)
8346         (window--resizable-p, window-resizable, window-total-size)
8347         (window-full-height-p, window-full-width-p, window-body-size)
8348         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8349         (minimize-window, window-deletable-p, delete-window)
8350         (delete-other-windows, set-window-buffer-start-and-point)
8351         (next-buffer, previous-buffer, split-window, balance-windows-2)
8352         (set-window-text-height, window-buffer-height)
8353         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8354         (truncated-partial-width-window-p): Minor code adjustments.
8355         In doc-strings state whether the argument window has to denote a
8356         live, valid or any window.
8358 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
8360         * progmodes/subword.el (subword-forward-function)
8361         (subword-backward-function, subword-forward-regexp)
8362         (subword-backward-regexp): New variables.
8363         (subword-forward, subword-forward-internal, subword-backward-internal):
8364         Use new variables, eg so that different "word" definitions
8365         can be easily used.  (Bug#11411)
8367 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8369         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8370         for composite selectors.
8371         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8372         operation just because we can't find a previous revision.
8374 2012-08-15  Chong Yidong  <cyd@gnu.org>
8376         * frame.el (set-frame-font): Accept font objects.
8378 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8382 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
8384         * man.el (Man-overstrike-face, Man-underline-face)
8385         (Man-reverse-face): Remove variables.
8386         (Man-overstrike, Man-underline, Man-reverse): New faces.
8387         (Man-fontify-manpage): Use them instead of the variables.
8388         (Man-cleanup-manpage): Comment change.
8389         (Man-ansi-color-map): New variable.
8390         (Man-fontify-manpage): Use it.
8391         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8393         Implement ANSI SGR parameters 22-27 (bug#12146).
8394         * ansi-color.el (ansi-colors): Doc fix.
8395         (ansi-color-context, ansi-color-context-region): Doc fix.
8396         (ansi-color--find-face): New function.
8397         (ansi-color-apply, ansi-color-apply-on-region): Use it.
8398         Rename the local variable `face' to `codes' since it is now a list of
8399         ansi codes.  Doc fix.
8400         (ansi-color-get-face): Remove.
8401         (ansi-color-parse-sequence): New function, derived from
8402         ansi-color-get-face.
8403         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
8404         codes 22-27.
8406 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8408         * subr.el (read-passwd): Allow use from a minibuffer.
8410 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
8412         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8413         inside comments and strings as identifiers.
8415         * progmodes/gud.el (gud-tooltip-print-command): Quote the
8416         expression to evaluate.  This allows to evaluate expressions with
8417         embedded whitespace.
8418         (gud-tooltip-tips): Add a blank before the newline in the
8419         message-box text, for the benefit of message-box emulation on
8420         MS-Windows.
8422         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8423         messages from GDB, pop them up in a tooltip to give feedback to
8424         user.
8425         (gdb-tooltip-print-1): Quote the expression to evaluate.
8426         This allows to evaluate expressions with embedded whitespace.
8427         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8428         if the TTY name is nil or empty (which happens when communicating
8429         with the inferior via pipes, e.g. on MS-Windows).
8430         (gdb-internals): If GDB sends a "&\n" empty debugging message,
8431         don't send that to the GUD buffer.
8433 2012-08-14  Glenn Morris  <rgm@gnu.org>
8435         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8436         Optimize away setq-default with no args, as for setq.  (Bug#12195)
8438 2012-08-14  Chong Yidong  <cyd@gnu.org>
8440         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8442         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8443         (Bug#12085).
8445 2012-08-14  Glenn Morris  <rgm@gnu.org>
8447         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8449 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
8451         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8452         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8453         Use cached shell name.
8455 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8457         * progmodes/python.el (python-shell-send-string):
8458         (python-shell-send-setup-code): Do not use `format' with `message'.
8460 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
8462         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8463         (ruby-percent-literal-beg-re): New constant.
8464         (ruby-syntax-general-delimiters-goto-beg): Rename to
8465         `ruby-syntax-enclosing-percent-literal', improve literal type check.
8466         (ruby-syntax-propertize-general-delimiters): Rename to
8467         `ruby-syntax-propertize-percent-literal', it's a shorter and more
8468         popular term.  Adjust comments everywhere.
8469         (ruby-syntax-propertize-percent-literal): Only propertize when not
8470         inside a simple string or comment.  When the literal is unclosed,
8471         leave the text after it unpropertized.
8472         (ruby-syntax-methods-before-regexp): New constant.
8473         (ruby-syntax-propertize-function): Use it to recognize regexps.
8474         Don't look at the text after regexp, just use the whitelist.
8476 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
8478         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8479         non-nil always load the compiled file if it exists.  (Bug#12197)
8481 2012-08-14  Chong Yidong  <cyd@gnu.org>
8483         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8484         (hi-lock-set-pattern): When deciding whether to use font lock or
8485         overlays, look at font-lock-mode instead of font-lock-fontified
8486         (Bug#12168).
8487         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8488         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8490 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
8492         * subr.el (internal--after-with-selected-window): Fix typo
8493         (Bug#12193).
8495 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8497         Use `completion-table-dynamic' for completion functions.
8498         * progmodes/python.el
8499         (python-shell-completion--do-completion-at-point)
8500         (python-shell-completion--get-completions):
8501         Remove functions.
8502         (python-shell-completion-complete-at-point): New function.
8503         (python-completion-complete-at-point): Use it.
8505 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
8507         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8508         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8510 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * subr.el (function-get): Refine `autoload' arg so it can also
8513         autoload functions for gv.el (bug#12191).
8514         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8515         autoloads macros.
8517         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8518         Prefer pcase-let over destructuring-bind.
8519         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8520         Also, remove whitespace as we go, rather than after accumulating the
8521         various places.
8523         * subr.el (internal--before-with-selected-window)
8524         (internal--after-with-selected-window): Fix typo seleted->selected.
8525         (with-selected-window): Adjust callers.
8526         Reported by Dmitry Gutov <dgutov@yandex.ru>.
8528 2012-08-13  Bastien Guerry  <bzg@gnu.org>
8530         * window.el (special-display-popup-frame): Minor docstring
8531         enhancement.  (Bug#12172)
8533 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
8535         * tar-mode.el (tar-header-data-end): Only ignore size for files of
8536         type 1-6.
8537         (tar-header-block-summarize, tar-get-descriptor): Handle pax
8538         extended headers.
8540         * files.el (hack-local-variables-filter): Remove useless eval.
8542 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
8544         * subr.el (with-selected-window): Fix last change.
8546 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8548         * subr.el (internal--before-with-seleted-window)
8549         (internal--after-with-seleted-window): New functions.
8550         (with-selected-window): Use them, to replace dependency on
8551         tty-top-frame.
8553 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
8555         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8556         binding for `newline'.
8557         (ruby-move-to-block): When moving backward, stop at block opening,
8558         not indentation.
8559         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8560         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8561         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8562         `ruby-toggle-block'.
8564 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8566         * ibuffer.el (ibuffer-do-toggle-read-only):
8567         * dired.el (dired-toggle-read-only):
8568         * buff-menu.el (Buffer-menu-toggle-read-only):
8569         * bindings.el (mode-line-toggle-read-only):
8570         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8572 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
8574         * descr-text.el (describe-char): Put the overlays over the
8575         "displayed as" character.
8577 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
8579         * calc/calc-units.el (math-default-units-table): Give an
8580         initial value.
8581         (math-put-default-units): Add options to put composite units and
8582         unit systems in the default units table.
8583         (calc-convert-units): Send composite units to
8584         `math-put-default-units' when appropriate.
8586 2012-08-11  Glenn Morris  <rgm@gnu.org>
8588         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8590         * tutorial.el (help-with-tutorial):
8591         * emacs-lisp/copyright.el (copyright-update-directory):
8592         * emacs-lisp/autoload.el (autoload-find-generated-file)
8593         (autoload-find-file): Disable local eval: (for insurance).
8595         * files.el (hack-local-variables-filter): If an eval: form is not
8596         known to be safe, and enable-local-variables is :safe, then ignore
8597         the form totally, as is done for non-eval forms.  (Bug#12155)
8598         This is CVE-2012-3479.
8600 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8602         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8603         (rx-form): Simplify.
8605 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
8607         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8608         ?, _, and : are symbol constituents, ! is not (but kinda should be).
8609         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8610         (ruby-syntax-propertize-function): Adjust for changes in
8611         `ruby-syntax-propertize-heredoc'.
8613 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
8615         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8616         binding (use `M-;' instead).
8617         (ruby-singleton-class-p): New function.
8618         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8620 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8622         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8624 2012-08-10  Chong Yidong  <cyd@gnu.org>
8626         * progmodes/python.el (python-shell-get-process-name): Don't mess
8627         with same-window-buffer-names.
8629         * eshell/eshell.el (eshell-add-to-window-buffer-names)
8630         (eshell-remove-from-window-buffer-names): Make obsolete.
8631         (eshell-buffer-name, eshell-unload-hook): Don't use them.
8632         (eshell): Just use pop-to-buffer-same-window instead.
8634 2012-08-10  Chong Yidong  <cyd@gnu.org>
8636         * bindings.el: Bind M-= back to count-words-region.
8638         * simple.el (count-words-region): Accept a prefix arg for acting
8639         on the entire buffer.
8640         (count-words--buffer-message): New helper function.
8642 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8644         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8645         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8646         (event-start, event-end): Use posn-at-point to return a more
8647         informative posn.
8648         (posnp): New function.
8649         * mouse.el (popup-menu-normalize-position): Use it.
8651 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
8653         * mouse.el (popup-menu-normalize-position): New function.
8654         (popup-menu): Use `popup-menu-normalize-position' to normalize
8655         the form for POSITION argument.
8657         * term/x-win.el (x-menu-bar-open):
8658         Use the value returend from (posn-at-point) as position
8659         passed to `popup-menu'.
8661 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8663         * calc/calccomp.el (math-compose-expr): Add extra argument
8664         indicating that parentheses should be put around products in
8665         denominators.  Give multiplication precedence over division during
8666         composition.
8668 2012-08-09  Chong Yidong  <cyd@gnu.org>
8670         * man.el (Man-switches, Man-sed-command, Man-awk-command)
8671         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8672         (Man-untabify-command, manual-program): Convert to defcustom
8673         (Bug#10429).
8675         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8677         * descr-text.el (describe-char): Don't insert extra newlines
8678         (Bug#10127).
8680         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8681         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8683         * align.el (align-region): Delete temporary markers (Bug#10047).
8684         Plus some code cleanups.
8686 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8688         * progmodes/python.el (python-pdbtrack-tracked-buffer)
8689         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8690         (python-shell-internal-last-output): Use make-local-variable
8691         instead of make-variable-buffer-local.
8693 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8695         * progmodes/python.el: Enhancements to forward-sexp.
8696         (python-nav-forward-sexp): Rename from
8697         python-nav-forward-sexp-function.
8698         (python-nav--forward-sexp, python-nav--backward-sexp):
8699         New functions.
8701 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8703         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8704         modes and simplification modes.
8706 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8708         * delsel.el (delete-selection-pre-hook): Don't propagate the
8709         file-supersession signals (bug#12161).
8711 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8714         (cl-map-extents): Add compatibility aliases (bug#12135).
8716 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
8718         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8719         tests by `ignore-error'.
8720         (tramp-find-shell): Open also a new shell, when cache is already
8721         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
8723 2012-08-08  Juri Linkov  <juri@jurta.org>
8725         * bookmark.el: Add `defaults' property to the bookmark record.
8726         (bookmark-current-buffer): Doc fix.
8727         (bookmark-make-record): Add `defaults' property with default values
8728         to the bookmark record.
8729         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8730         with `bookmark-insert-current-bookmark'.
8731         (bookmark-set): Get `defaults' property from the bookmark record
8732         and use it in `read-from-minibuffer'.
8733         (bookmark-insert-current-bookmark): Remove function.
8735         * info.el (Info-bookmark-make-record): Add `defaults' property
8736         with values of canonical Info node name, the current Info file
8737         name and the current Info node name.  (Bug#12107)
8739 2012-08-08  Juri Linkov  <juri@jurta.org>
8741         * files.el (basic-save-buffer): Use `buffer-name' as the default
8742         of `read-file-name' when buffer is not visiting a file (bug#12128).
8744 2012-08-08  Juri Linkov  <juri@jurta.org>
8746         * info.el (Info-isearch-search): Doc fix.
8747         (Info-search): Change search-failed message from "initial node" to
8748         "end of node" (bug#12078).
8749         (Info-isearch-search): Change `isearch-string-state' to
8750         `isearch--state-string'.
8752 2012-08-08  Glenn Morris  <rgm@gnu.org>
8754         * language/persian.el: Remove file.
8755         * language/misc-lang.el: Move unique part of persian.el here.
8756         * loadup.el: Remove language/persian.
8758 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
8760         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8762 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8764         * progmodes/python.el: Fix defsubst warning.
8765         (python-syntax-context) Rename from python-info-ppss-context.
8766         (python-syntax-context-type): Rename from
8767         python-info-ppss-context-type.
8768         (python-syntax-comment-or-string-p): Rename from
8769         python-info-ppss-comment-or-string-p.
8771 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
8773         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8775 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
8777         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8778         a defcustom that is quoted with backquote.
8780         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8781         Fix handling of interactive spec when the body uses return.
8782         (math-do-arg-check, math-define-function-body): Use backquote forms.
8783         * calc/calc-ext.el (math-defcache): Likewise.
8784         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8785         * allout.el (allout-new-exposure): Likewise.
8786         * calc/calcalg2.el (math-tracing-integral): Likewise.
8787         * info.el (Info-last-menu-item): Likewise.
8788         * emulation/vip.el (vip-loop): Likewise.
8789         * textmodes/artist.el (artist-funcall): Likewise.
8790         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8791         Construct menu-item directly.
8793         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8794         Don't declare.
8796 2012-08-07  Chong Yidong  <cyd@gnu.org>
8798         * simple.el (deactivate-mark): Preserve text properties when
8799         saving the primary selection (Bug#8384).
8801 2012-08-07  Kevin Ryde  <user42@zip.com.au>
8803         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8804         (woman-parse-numeric-value): On a bad .IP line, issue a warning
8805         and continue processing (Bug#12110).
8807 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8809         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8810         syntax-propertize-function (bug#10095).
8812 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8814         * help-fns.el (help-fns--key-bindings, help-fns--signature)
8815         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8816         describe-function-1.
8817         (describe-function-1): Use them.  Move compiler macro after sig.
8818         (help-fns--compiler-macro): Use function-get.  Assume we're already in
8819         standard-output.  Adjust layout to new call order.
8821         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8822         re-binding a symbol that has a symbol-macro (bug#12119).
8824 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
8826         * language/persian.el: New file.  (Bug#11812)
8827         * loadup.el: Add language/persian.el.
8829 2012-08-06  Chong Yidong  <cyd@gnu.org>
8831         * window.el (window--maybe-raise-frame): New function.
8832         (window--display-buffer): Split off from here.
8833         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8834         (display-buffer-pop-up-window, display-buffer-use-some-window):
8835         Obey an inhibit-switch-frame action alist entry.
8836         (display-buffer): Update doc.
8838         * replace.el (occur-after-change-function): Avoid losing focus by
8839         using the inhibit-switch-frame display parameter (Bug#12139).
8841 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
8843         Make internal shell process buffer names start with space.
8844         * progmodes/python.el (python-shell-make-comint): Add optional
8845         argument INTERNAL.
8846         (run-python-internal): Use it.
8847         (python-shell-internal-get-or-create-process): Check for new
8848         internal buffer names.
8850 2012-08-06  Glenn Morris  <rgm@gnu.org>
8852         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8853         Do less getting and setting of environment variables.
8855 2012-08-05  Chong Yidong  <cyd@gnu.org>
8857         * proced.el (proced): Add substitution string to docstring to
8858         trigger autoloading of the proced library on C-h f (Bug#1768).
8860         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8861         Don't show defvars which have no second argument (Bug#8638).
8863         * imenu.el (imenu-generic-expression): Move documentation here
8864         from imenu--generic-function.
8865         (imenu--generic-function): Refer to imenu-generic-expression.
8867 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
8869         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8870         indentation declaration.
8871         (viper-loop): Add indentation declaration (Bug#7025).
8873 2012-08-05  Chong Yidong  <cyd@gnu.org>
8875         * help-fns.el (describe-variable): Add hyperlink for
8876         directory-local variables files.  Improve buffer-local and
8877         permanent-local reporting; suggested by MON KEY (Bug#6644).
8879         * help-mode.el (help-dir-local-var-def): New button type.
8881         * files.el (kill-buffer-hook): Provide a defvar.
8883 2012-08-05  Glenn Morris  <rgm@gnu.org>
8885         * eshell/esh-ext.el (eshell/addpath):
8886         Also update eshell-path-env.  (Bug#12013)
8888 2012-08-05  Chong Yidong  <cyd@gnu.org>
8890         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8892         * fringe.el (fringe-styles): Add docstring.
8893         (fringe--check-mode): New function.
8894         (set-fringe-mode, set-fringe-style): Use it.
8895         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8897         * files.el (set-auto-mode): Fix invalid setq call.
8899 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8901         * isearch.el: Misc simplification; use defstruct.
8902         (isearch-mode-map): Dense maps now work like sparse ones.
8903         (isearch--state): New defstruct.
8904         (isearch-string-state, isearch-message-state, isearch-point-state)
8905         (isearch-success-state, isearch-forward-state)
8906         (isearch-other-end-state, isearch-word-state, isearch-error-state)
8907         (isearch-wrapped-state, isearch-barrier-state)
8908         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8909         replaced by defstruct's accessors.
8910         (isearch--set-state): Rename from isearch-top-state and change
8911         calling convention.
8912         (isearch-push-state): Use new isearch--get-state.
8913         (isearch-toggle-word): Disable regexp when enabling word.
8914         (isearch-message-prefix): Remove unused arg _c-q-hack.
8915         (isearch-message-suffix): Remove unused arg _ellipsis.
8917 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
8919         * simple.el (list-processes--refresh): For a server use :host or
8920         :local as the address.
8921         (list-processes): Doc fix.
8923 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
8925         * lisp/mpc.el: Support password in host argument.
8926         (mpc--proc-connect): Parse and use new password element.
8927         Set mpc-proc variable instead of returning process.
8928         (mpc-proc): Adjust accordingly.
8930 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
8932         * whitespace.el (whitespace-display-mappings): Use Unicode
8933         codepoints, instead of emacs-mule codepoints.  See
8934         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8935         for the details.
8937         * files.el (file-truename): Don't skip symlink-chasing part on
8938         windows-nt.  Incorporate the resolution of 8+3 short aliases on
8939         Windows into the loop that recursively chases symlinks.
8940         Compare directory and its parent case-insensitively on MS-Windows and
8941         MS-DOS.
8943 2012-08-03  Chong Yidong  <cyd@gnu.org>
8945         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8947         * sort.el (sort-regexp-fields): Doc fix.
8949 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
8951         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8952         labels regex position point at the expected place.
8954 2012-08-03  MON KEY  <monkey@sandpframing.com>
8956         * net/imap.el (imap-interactive-login, imap-authenticate)
8957         (imap-mailbox-lsub, imap-mailbox-list)
8958         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8959         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8960         (imap-parse-response): Doc fix.
8962 2012-08-03  João Távora  <joaotavora@gmail.com>
8964         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8965         if sexp scanning does not move point (Bug#5734).
8967 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
8969         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8970         Add listings, minted, and ctable packages.
8971         (reftex-label-alist-builtin): Move listings, minted, and ctable
8972         entries before LaTeX.
8973         (reftex-label-alist): Docfix.
8975 2012-08-02  Bastien Guerry  <bzg@gnu.org>
8977         * replace.el (occur): Fix docstring (bug#12122).
8979 2012-08-02  Glenn Morris  <rgm@gnu.org>
8981         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8983 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
8985         Obsolete alias inactivate-current-input-method-function (Bug#10150).
8986         * international/mule-cmds.el: Create
8987         inactivate-current-input-method-function as an obsolete alias for
8988         deactivate-current-input-method-function.  See Katsumi Yamaoka in
8989         <http://bugs.gnu.org/10150#46>.
8991 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
8993         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8994         of nested `if's.
8996 2012-08-01  Glenn Morris  <rgm@gnu.org>
8998         * progmodes/autoconf.el (autoconf-definition-regexp):
8999         Add AH_TEMPLATE, adjust submatch numbering.
9000         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9001         (autoconf-current-defun-function): Update for above change.
9002         (autoconf-current-defun-function): First skip to end of current word.
9004 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
9006         * calendar/cal-html.el (cal-html-insert-agenda-days):
9007         Fix typo.  (Bug#12018)
9009 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
9011         Shell processes: enhancements to startup and CEDET compatibility.
9012         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9013         (python-shell-make-comint): accept-process-output at startup.
9014         (run-python-internal): Set inferior-python-mode-hook to nil.
9015         (python-shell-internal-get-or-create-process): call sit-for.
9016         (python-preoutput-result): Add obsolete alias.
9017         (python-shell-internal-send-string): Use it.
9018         (python-shell-send-setup-code): Remove call to
9019         accept-process-output.
9021 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
9023         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9024         (Bug#12108)
9026 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
9028         * calc-mode.el (calc-basic-simplification-mode): Rename from
9029         `calc-limited-simplification-mode'.
9030         (calc-alg-simplification-mode): New function.
9031         (calc-set-simplify-mode): Adjust message.
9033         * calc.el (calc-set-mode-line): Adjust mode line display for
9034         basic simplification mode.
9036         * calc-help.el (calc-m-prefix-help): Update help message.
9038         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9039         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9041 2012-07-31  Bastien Guerry  <bzg@gnu.org>
9043         * man.el (man): Fix comment.  (bug#12101)
9045 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
9047         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9048         Don't return a non-nil value when no suitable buffer was found.
9050 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
9052         * progmodes/python.el (run-python-internal): Disable font lock for
9053         internal shells.
9055 2012-07-30  Stefan Merten  <smerten@oekonux.de>
9057         * textmodes/rst.el: Silence `checkdoc-ispell'.
9058         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9059         (rst-official-version, rst-official-cvs-rev)
9060         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9061         (rst-mode-map): New key binding.
9063 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
9065         Update .PHONY listings in makefiles.
9066         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9067         autoloads, update-subdirs, updates, bzr-update, update-authors,
9068         compile-onefile, compile-calc, backup-compiled-files,
9069         compile-after-backup, compile-one-process, mh-autoloads,
9070         bootstrap-clean, distclean, maintainer-clean.
9072 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9074         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9075         (calc-set-mode-line): Don't display "AlgSimp ".
9077         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9078         (calc-lim-simplify-mode): New function.
9079         (calc-set-simplify-mode): Default to 'alg.
9080         (calc-default-simplify-mode): Make algebraic simplifications
9081         the default.
9083         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9084         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9086         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9087         indicate new simplification modes.
9089         * calc/README: Mention new default simplification mode.
9091         * calc/calc.el (math-normalize-error): New variable.
9092         (math-normalize): Set `math-normalize-error' to t
9093         when there's an error.
9095         * calc/calc-alg.el (math-simplify): Don't simplify when
9096         `math-normalize' returns an error.
9098 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9100         * international/mule-cmds.el (set-locale-environment): Revert last
9101         change, since display-graphic-p returns nil when this function is
9102         called during startup.  Instead...
9104         * term/w32console.el (terminal-init-w32console): ...setup the
9105         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9107 2012-07-29  Juri Linkov  <juri@jurta.org>
9109         * simple.el (goto-line): Don't display default line number in the
9110         prompt because it should be displayed by `read-number' (bug#9952).
9111         Add the current line number to the defaults of `goto-line' to
9112         allow its easier modification by users with `M-n' (bug#9201).
9114         * subr.el (read-number): Support multiple default values like in
9115         other minibuffer reading functions.  Replace `read' with
9116         `string-to-number' for consistency with `number-to-string'.
9118 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9120         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9121         * emulation/viper-init.el (viper-deactivate-input-method-action):
9122         Rename from viper-inactivate-input-method-action.
9123         (viper-deactivate-input-method):
9124         Rename from viper-inactivate-input-method.
9125         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9126         * international/mule-cmds.el (deactivate-input-method):
9127         Rename from inactivate-input-method.
9128         Also run input-method-deactivate-hook.
9129         (deactivate-current-input-method-function):
9130         Rename from inactivate-current-input-method-function.
9131         (input-method-deactivate-hook): New hook.
9132         (input-method-inactivate-hook): Mark obsolete.
9133         (inactivate-input-method): Mark obsolete.
9135         * international/quail.el (quail-activate):
9136         Also run quail-deactivate-hook.
9137         (quail-deactivate): Rename from quail-inactivate.
9138         * international/robin.el (robin-activate):
9139         Also run robin-deactivate-hook.
9140         (robin-deactivate): Rename from robin-inactivate.
9142 2012-07-29  Chong Yidong  <cyd@gnu.org>
9144         * simple.el (indicate-copied-region): New function.
9145         (kill-ring-save): Split off from here.
9147         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9148         (kill-rectangle): Set deactivate-mark to t on read-only error.
9150         * register.el (copy-to-register, copy-rectangle-to-register):
9151         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9152         (append-to-register, prepend-to-register): Call indicate-copied-region.
9154 2012-07-29  Juri Linkov  <juri@jurta.org>
9156         * simple.el (async-shell-command-buffer): New defcustom.
9157         (shell-command): Use it.  (Bug#4719)
9159 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9161         * international/mule-cmds.el (set-locale-environment): In a
9162         console session on MS-Windows, set up keyboard and terminal
9163         encoding from the OEM codepage, not the ANSI codepage.
9164         (Bug#12055)
9166 2012-07-28  Chong Yidong  <cyd@gnu.org>
9168         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9169         gdb-get-location.
9171 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9173         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9174         the alist (bug#12029).
9176 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9178         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9179         (compile-always, compile-first)
9180         ($(lisp)/calendar/cal-loaddefs.el)
9181         ($(lisp)/calendar/diary-loaddefs.el)
9182         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9183         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9184         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9185         instead of on update-subdirs.
9186         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9188 2012-07-28  Chong Yidong  <cyd@gnu.org>
9190         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9191         directory if vc-deduce-backend returns nil (Bug#7350).
9193         * simple.el (delete-trailing-lines): New option.
9194         (delete-trailing-whitespace): Obey it (Bug#11879).
9196 2012-07-28  David Engster  <deng@randomsample.de>
9198         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9199         Explanation of new 'symbol-qnames feature in doc-strings.
9200         (xml-maybe-do-ns): Return expanded names as plain symbols if
9201         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9202         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9204 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9206         Consistent completion in inferior python with emacs -nw.
9207         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9208         binding in inferior-python-mode-map with "\t".
9209         (python-shell-completion-complete-at-point)
9210         (python-completion-complete-at-point): Remove interactive spec.
9212 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9214         * calc/calccomp.el (math-compose-expr): Undo previous change.
9216 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9218         * progmodes/python.el (python-mode-map): Add keybinding for
9219         run-python.
9220         (python-shell-make-comint): Fix pop-to-buffer call.
9221         (run-python): Autoload.  New arg SHOW.
9222         (python-shell-get-or-create-process): Do not pop python process
9223         buffer.
9225 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9227         * notifications.el (notifications-on-action-signal)
9228         (notifications-on-closed-signal): Use also the bus address for the map.
9229         (notifications-notify, notifications-close-notification)
9230         (notifications-get-capabilities): Add optional argument BUS.
9232 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9234         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9235         Add support for the lstlisting and minted environments, and for the
9236         ctable macro.
9237         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9238         labels written in keyvals syntax.
9240 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9242         * calc/calccomp.el (math-compose-expr): Use parentheses when
9243         there is a product in the denominator of a fraction.
9245 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9247         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9248         ($(lisp)/calendar/diary-loaddefs.el)
9249         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9250         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9251         Fixes failures in parallel bootstrap because subdirs.el is being
9252         rewritten while the autoload files are built at the same time,
9253         which needs to load subdirs.el.
9255 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9257         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9258         (mouse-drag-line): Don't exit tracking when a switch-frame or
9259         switch-window event occurs (Bug#12006).
9261 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9263         * mouse.el (popup-menu): Fix last change.
9265 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9267         Autoload from Lisp with more care.  Follow aliases when looking for
9268         function properties.
9269         * subr.el (autoloadp): New function.
9270         (symbol-file): Use it.
9271         (function-get): New function.
9272         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9273         autoload-do-load.
9274         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9275         (lisp-indent-function):
9276         * emacs-lisp/gv.el (gv-get):
9277         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9278         * emacs-lisp/byte-opt.el (byte-optimize-form):
9279         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9280         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9281         Use function-get.
9282         * emacs-lisp/cl.el: Don't propagate function properties any more.
9284         * speedbar.el (speedbar-add-localized-speedbar-support):
9285         * emacs-lisp/disass.el (disassemble-internal):
9286         * desktop.el (desktop-load-file):
9287         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9288         (describe-function-1):
9289         * emacs-lisp/find-func.el (find-function-noselect):
9290         * emacs-lisp/elp.el (elp-instrument-function):
9291         * emacs-lisp/advice.el (ad-has-proper-definition):
9292         * apropos.el (apropos-safe-documentation, apropos-macrop):
9293         * emacs-lisp/debug.el (debug-on-entry):
9294         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9295         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9296         * calc/calc.el (name): Use autoloadp & autoload-do-load.
9298 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
9300         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9301         function, not an obsolete variable (Bug#12046).
9303 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
9305         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
9307 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
9309         * emacs-lisp/pp.el (pp-display-expression): Select old selected
9310         window only if it is still live (Bug#12034).
9312 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
9314         * subr.el (redirect-frame-focus): Add advertised calling
9315         convention (Bug#12030).
9317 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9319         Prefer typical American spelling for "acknowledgment".
9320         * vc/add-log.el (change-log-acknowledgment): Rename from
9321         change-log-acknowledgement, with an alias for the old name.
9323 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
9325         * calc-alg.el (math-simplify-divide): Don't cross multiply
9326         in an equation when the lhs is a variable.
9328 2012-07-24  Julien Danjou  <julien@danjou.info>
9330         * net/netrc.el (netrc-find-service-number, netrc-store-data):
9331         Remove, unused.
9333 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
9335         * startup.el (command-line): Don't display an empty user name in
9336         the error message about non-existent home directory, when
9337         init-file-user was set to an empty string.  See
9338         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9339         for the details and context.
9341 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9343         * ses.el (ses-cell-formula-aset): New macro.
9344         (ses-cell-references-aset): New macro.
9345         (ses-cell-p): New function.
9346         (ses-rename-cell): Do no longer rely on complex operations like
9347         ses-cell-set-formula or ses-set-cell to change the cell and handle
9348         the undo at the same time, but rather use lower level new macros
9349         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9350         the undo directly.  Refresh the mode line.
9352 2012-07-21  Leo Liu  <sdl.web@gmail.com>
9354         * progmodes/cc-cmds.el (c-defun-name):
9355         Use match-string-no-properties instead for consistency.
9357 2012-07-20  Leo Liu  <sdl.web@gmail.com>
9359         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9360         (Bug#7879)
9362         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9364 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9366         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9367         * progmodes/bug-reference.el, misearch.el: Provide themselves
9368         (bug#11915).
9370         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9371         of narrowed buffer (bug#11966).
9373 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9375         * ses.el (ses-rename-cell): Set new name also in reference list of
9376         cells of which the renamed cell depends.
9378 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
9380         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9381         to check whether menu-bar is shown or not.  If not shown,
9382         show the menu-bar as a popup menu instead of using tmm.
9383         * mouse.el (popup-menu): Accept `point' as `position' argument.
9385 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
9387         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9388         up inside string symbol literal (bug#11923).
9390 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
9392         * startup.el (fancy-startup-text): Read the whole tutorial, not
9393         just its first 256 bytes.  Prevents gibberish in display of the
9394         tutorial title.
9396 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
9398         Drop idle buffer compaction due to an absence of the
9399         proved efficiency.
9400         * compact.el: Remove.
9402 2012-07-19  Sam Steingold  <sds@gnu.org>
9404         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9405         vc-bzr-pull & vc-bzr-merge-branch.
9406         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9407         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9408         for consistency with compilation-error-regexp-alist.
9409         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9410         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9411         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9412         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9414 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * emacs-lisp/chart.el: Use lexical-binding.
9417         (chart-emacs-storage): Don't hardcode the list of entries.
9419 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9421         Next round of tweaks caused by Fgarbage_collect changes.
9422         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9424 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9426         Compact buffers when idle.
9427         * compact.el: New file.
9429 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         * subr.el (eventp): Presume that if it looks vaguely like an event,
9432         it's an event (bug#10190).
9434 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
9436         Enhancements to ppss related code (thanks Stefan).
9437         * progmodes/python.el (python-indent-context)
9438         (python-indent-calculate-indentation, python-indent-dedent-line)
9439         (python-indent-electric-colon, python-nav-forward-block)
9440         (python-mode-abbrev-table)
9441         (python-info-assignment-continuation-line-p): Simplify checks
9442         for ppss context.
9443         (python-info-continuation-line-p): Cleanup.
9444         (python-info-ppss-context): Do not catch 'quote.
9445         (python-info-ppss-context-type)
9446         (python-info-ppss-comment-or-string-p): Simplify.
9448 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
9450         * progmodes/python.el: Enhancements to eldoc support.
9451         (python-info-current-symbol): New function.
9452         (python-eldoc-at-point): Use python-info-current-symbol.
9453         (python-info-current-defun): Fix cornercase on first defun scan.
9454         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9455         and signal error when no inferior python process is available.
9457 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
9459         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9460         assume it's always t.
9461         (vc-git-registered): Remove caching, the function is only called
9462         once.
9463         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9465 2012-07-18  Chong Yidong  <cyd@gnu.org>
9467         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9469         * simple.el (count-words): Report on narrowing (Bug#9959).
9471         * bindings.el: Bind M-= to count-words.
9473         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9475 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
9477         * progmodes/sh-script.el (sh-imenu-generic-expression):
9478         Capture a function with `function' keyword and without parentheses
9479         like "function FOO" (bug#11856).
9481 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
9483         * window.el (split-window-sensibly): Make WINDOW argument
9484         optional.
9486 2012-07-18  Chong Yidong  <cyd@gnu.org>
9488         * subr.el (keyboard-translate): Doc fix (Bug#7261).
9490         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9491         and make C-x 8 RET exit isearch (Bug#11439).
9493         * international/iso-transl.el: Move isearch-mode-map key
9494         definitions to isearch.el.
9496 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9498         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9499         (eieio-defclass): Use gv-define-setter when possible.
9501 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
9503         Reflect recent changes in Fgarbage_collect.
9504         * emacs-lisp/chart.el (chart-emacs-storage): Change to
9505         reflect new format of data returned by Fgarbage_collect.
9507 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9509         New utility functions + python-info-ppss-context fix (Bug#11910).
9510         * progmodes/python.el (python-info-beginning-of-block-statement-p)
9511         (python-info-ppss-comment-or-string-p): New functions.
9512         (python-info-ppss-context): Small fix for string check.
9514 2012-07-17  Juri Linkov  <juri@jurta.org>
9516         * dired-aux.el (dired-do-async-shell-command): Doc fix.
9517         (dired-do-async-shell-command): Don't add `*' at the end of the
9518         command (Bug#11815).
9519         (dired-do-shell-command): Doc fix.
9520         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9521         Join the individual commands using either "&" or ";" as the
9522         separator depending on the values of these trailing characters.
9523         At the end re-add the trailing "&".  (Bug#10598)
9525         * simple.el (async-shell-command): Sync the interactive spec with
9526         `shell-command'.  Doc fix.
9527         (shell-command): Doc fix.
9529 2012-07-17  Juri Linkov  <juri@jurta.org>
9531         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
9533 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9535         Final renames and doc fixes for movement commands (bug#11899).
9536         * progmodes/python.el (python-nav-beginning-of-statement):
9537         Rename from python-nav-statement-start.
9538         (python-nav-end-of-statement): Rename from
9539         python-nav-statement-end.
9540         (python-nav-beginning-of-block): Rename from
9541         python-nav-block-start.
9542         (python-nav-end-of-block): Rename from python-nav-block-end.
9544 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9546         * progmodes/python.el (python-shell-send-string-no-output):
9547         Allow accept-process-output to quit, keeping shell process ready for
9548         future interactions (Bug#11868).
9550 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9552         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9554         * emacs-lisp/elint.el (elint-find-args-in-code):
9555         Use help-function-arglist, so as to handle lexical byte-code.
9557         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9558         change (bug#11826).
9560 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9562         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9563         Avoid spuriously marking the buffer as modified because of c-is-sws.
9565         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9566         as not-a-comment (bug#11946).
9568         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9569         for uninterned vars.
9571         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9572         Use read-event since we don't really want to read chars but bytes.
9574         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9575         $$..$$ but also $..$ using regexps (bug#11953).
9576         Use tex-verbatim for \url and \path.
9577         (tex-font-lock-keywords): Define as defconst like the others.
9578         (tex-common-initialization): Don't use font-lock-syntax-table any more.
9580 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
9582         * international/mule-cmds.el (ucs-insert): Make it an obsolete
9583         alias for insert-char.
9585 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9587         * progmodes/python.el: Simplified imenu implementation.
9588         (python-nav-jump-to-defun): Remove command.
9589         (python-mode-map): Use `imenu' instead.
9590         (python-nav-list-defun-positions-cache)
9591         (python-imenu-include-defun-type, python-imenu-make-tree)
9592         (python-imenu-subtree-root-label, python-imenu-index-alist):
9593         Remove vars.
9594         (python-nav-list-defun-positions, python-nav-read-defun)
9595         (python-imenu-tree-assoc, python-imenu-make-element-tree)
9596         (python-imenu-make-tree, python-imenu-create-index):
9597         Remove functions.
9598         (python-mode): Update to interact with imenu by setting
9599         `imenu-extract-index-name-function' only.
9601 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9603         * progmodes/python.el: Enhancements to navigation commands.
9604         (python-nav-backward-sentence)
9605         (python-nav-forward-sentence): Remove.
9606         (python-nav-backward-statement, python-nav-forward-statement)
9607         (python-nav-statement-start, python-nav-statement-end)
9608         (python-nav-backward-block, python-nav-forward-block)
9609         (python-nav-block-start, python-nav-block-end)
9610         (python-nav-forward-sexp-function)
9611         (python-info-current-line-comment-p)
9612         (python-info-current-line-empty-p): New functions.
9613         (python-indent-context): Use `python-nav-statement-start'.
9615 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
9617         * eshell/em-ls.el (eshell/ls): Use `apply'.
9619         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9620         multi-hops, instead of Tramp internals.
9622         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9624         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9625         when F1 and F2 are located on different hosts.
9627 2012-07-14  Chong Yidong  <cyd@gnu.org>
9629         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9630         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9631         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9632         (xterm-mouse--read-event-sequence-1000)
9633         (xterm-mouse--read-event-sequence-1006): New functions.  For old
9634         mouse protocol, handle M-mouse-X events correctly.
9635         (xterm-mouse-event): New arg specifying mouse protocol.
9636         (turn-on-xterm-mouse-tracking-on-terminal)
9637         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9638         sequence to toggle extended coordinates on newer XTerms.
9639         This appears to be harmless on terminals which do not support this.
9641 2012-07-14  Leo Liu  <sdl.web@gmail.com>
9643         Add fringe bitmap indicators for flymake.  (Bug#11253)
9644         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9645         (flymake-make-overlay): New arg BITMAP.
9646         (flymake-error-bitmap, flymake-warning-bitmap)
9647         (flymake-fringe-indicator-position): New user variables.
9649         * fringe.el: New bitmap exclamation-mark.
9651 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
9653         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9654         also (Bug#7879).
9656 2012-07-14  Chong Yidong  <cyd@gnu.org>
9658         * electric.el (electric-pair-post-self-insert-function): Fix pair
9659         insertion in empty-region case (Bug#11520).
9661 2012-07-14  Chong Yidong  <cyd@gnu.org>
9663         * bindings.el: Consolidate ctl-x-r-map bindings.
9664         Bind copy-rectangle-as-kill to C-x r w.
9666         * rect.el, register.el: Move bindings to bindings.el.
9668 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
9670         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9672 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9674         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
9676 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
9678         * bindings.el (top): Use `mapc' instead of `mapcar'.
9680         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9682 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
9684         * progmodes/sql.el (sql-comint): Suppress the check for program on
9685         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
9686         (Bug#11908)
9688 2012-07-13  Chong Yidong  <cyd@gnu.org>
9690         * bindings.el: Assign a non-nil permanent-local property to
9691         per-buffer variables which lack a default value (Bug#11930).
9693         * help-fns.el (describe-variable): In the "automatically becomes
9694         local" notice, take note of permanent-local variables.
9696 2012-07-13  Chong Yidong  <cyd@gnu.org>
9698         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
9699         to allow printing the message when called from Lisp.
9701         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9702         Remove toggle-read-only.
9704         * bs.el (bs-toggle-readonly):
9705         * buff-menu.el (Buffer-menu-toggle-read-only):
9706         Remove with-no-warnings around toggle-read-only.
9708         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9709         Remove with-no-warnings around toggle-read-only.
9710         (ffap-read-only, ffap-read-only-other-window)
9711         (ffap-read-only-other-frame): Callers changed.
9713         * help-mode.el: Don't require view package.
9714         (help-mode-finish): Set buffer-read-only instead of calling
9715         toggle-read-only.
9717         * bindings.el (mode-line-toggle-read-only):
9718         * dired.el (dired-toggle-read-only):
9719         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9720         with non-nil second arg.
9722         * emacs-lisp/eieio-custom.el (eieio-customize-object):
9723         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9724         directly.
9726 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
9728         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9729         not incf.
9731 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         More CL cleanups and reduction of use of cl.el.
9734         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9735         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9736         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9737         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9738         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9739         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9740         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9741         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9742         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9743         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9744         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9745         * eshell/em-cmpl.el, eshell/em-banner.el:
9746         * calendar/parse-time.el: Use cl-lib.
9747         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9748         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9749         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9750         * term/ns-win.el, term.el, shell.el, ps-samp.el:
9751         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9752         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9753         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9754         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9755         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9756         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9757         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9758         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9759         `lambda' rather than with `quote'.
9760         (eshell-do-opt): Adjust accordingly.
9761         (eshell-process-option): Simplify.
9762         * eshell/esh-var.el:
9763         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9764         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9765         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9766         to `pcase--dontcare'.
9767         * emacs-lisp/cl.el (labels): Mark obsolete.
9768         (cl--letf, letf): Move to cl-lib.
9769         (cl--letf*, letf*): Remove.
9770         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9771         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9772         (cl-progv): Rewrite.
9773         (cl--letf, cl-letf): Move from cl.el.
9774         (cl-letf*): New macro.
9775         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9777 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
9779         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9781 2012-07-11  Chong Yidong  <cyd@gnu.org>
9783         * vc/log-edit.el (log-edit-vc-backend): New variable.
9784         (log-edit): Doc fix.
9786         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
9787         argument of log-edit to set up all local variables.
9788         (vc-start-logentry): New optional arg specifying VC backend.
9790         * vc/vc.el (vc-checkin): Use it.
9791         (vc-deduce-fileset): Handle Log Edit buffers.
9792         (vc-diff): Make first argument optional too.
9794         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9796 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
9798         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9799         command, just in case.  The function is not needed anymore.
9800         (eshell-external-command): Do not call `eshell-remote-command'.
9802 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         Reduce use of (require 'cl).
9805         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9806         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9807         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9808         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9809         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9810         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9811         * battery.el, avoid.el, abbrev.el: Use cl-lib.
9812         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9813         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9814         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9815         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9816         * calculator.el, autorevert.el, apropos.el: Don't require CL.
9817         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9818         (byte-compile-unfold-bcf, byte-compile-check-variable):
9819         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9820         (byte-compile-nilconstp):
9821         * emacs-lisp/autoload.el (make-autoload): Use pcase.
9822         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9824         * emacs-lisp/gv.el (cond): Make it a valid place.
9825         (if): Simplify slightly.
9827         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9828         (pcase--self-quoting-p): New function.
9829         (pcase--u1): Use it.
9831 2012-07-10  Glenn Morris  <rgm@gnu.org>
9833         * emacs-lisp/authors.el (authors-fixed-entries):
9834         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9836 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9838         Rename configure.in to configure.ac (Bug#11603).
9839         * emacs-lisp/authors.el (authors-canonical-file-name):
9840         * progmodes/autoconf.el (autoconf-mode):
9841         Prefer configure.ac to configure.in.
9843 2012-07-08  Chong Yidong  <cyd@gnu.org>
9845         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9846         Implement the mouse-1-click-follows-link handling properly.
9848         * info.el (Info-link-keymap): Use follow-link mechanism for
9849         header-line links (Bug#374).
9851         * simple.el (deactivate-mark): Do not set the primary selection
9852         if another program has acquired it (Bug#11772).
9854 2012-07-07  Kevin Ryde  <user42@zip.com.au>
9856         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9857         (woman-decode-region): Replace escaped-escapes without destroying
9858         bold or underline (Bug#11552).
9859         (woman2-process-escapes): Handle nofill regions (Bug#11591).
9861 2012-07-07  Chong Yidong  <cyd@gnu.org>
9863         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9864         (interprogram-cut-function, interprogram-paste-function):
9865         Mention that we typically mean the clipboard.
9867 2012-07-06  Glenn Morris  <rgm@gnu.org>
9869         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
9871         * files.el (toggle-read-only): Restrict message to interactive use.
9873 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
9875         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9877         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9879 2012-07-06  Glenn Morris  <rgm@gnu.org>
9881         * Makefile.in (compile-one-process): Rename from "recompile".
9883         * Makefile.in (bzr-update): "compile" is the same as "recompile
9884         autoloads", but parallelizable, so use that instead.
9886 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
9888         * window.el (quit-window): Always restore window height when
9889         it's saved in quit-restore parameter (Bug#11810).
9891 2012-07-06  Glenn Morris  <rgm@gnu.org>
9893         * simple.el (kill-whole-line): Doc tweak.
9895 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
9897         * files.el (file-relative-name): Compare file names
9898         case-insensitively if on MS-Windows or MS-DOS, or if
9899         read-file-name-completion-ignore-case is non-nil.  Don't use
9900         case-fold-search for this purpose.  (Bug#11827)
9902 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
9904         * calendar/cal-dst.el (calendar-current-time-zone):
9905         Return calendar-current-time-zone-cache if non-nil.
9907 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
9908 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
9910         * calendar/cal-dst.el (calendar-current-time-zone):
9911         Return calendar-current-time-zone-cache if non-nil.
9913 2012-07-06  Glenn Morris  <rgm@gnu.org>
9915         * Makefile.in (cvs-update): Remove old alias.
9917 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
9919         Sync with Tramp 2.2.6-pre.
9921         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9922         compatible declaration.
9924         * net/tramp-cmds.el (tramp-append-tramp-buffers):
9925         Protect `list-load-path-shadows' call.
9927         * net/tramp-compat.el (top): Require packages, which aren't
9928         autoloaded anymore for XEmacs.  Protect call of
9929         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9930         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
9931         it hurts at least for SXEmacs.
9932         (tramp-compat-temporary-file-directory): In XEmacs, there is no
9933         standard-value for `temporary-file-directory'.
9935         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9936         Redirect stderr to /dev/null.
9937         (tramp-sh-handle-write-region): uid and gid can be floats.
9938         Reported by Russell Sim <russell.sim@gmail.com>.
9939         (tramp-sh-handle-vc-registered): Hide errors.
9940         (tramp-vc-file-name-handler): Use dummy results for `process-file'
9941         and `start-file-process'.
9942         (tramp-maybe-open-connection): Check also whether `non-essential'
9943         is bound.
9945 2012-07-04  Chong Yidong  <cyd@gnu.org>
9947         * xml.el (xml--parse-buffer): Use xml-syntax-table.
9948         (xml-parse-tag): Likewise, and avoid changing entity tables.
9949         (xml-syntax-table): Define from scratch, making sure not to give
9950         x2000 and other Unicode spaces whitespace syntax, since those are
9951         not spaces in XML.
9952         (xml-parse-fragment): Delete unused function.
9953         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9954         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9955         (xml-entity-ref, xml-pe-reference-re)
9956         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9957         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9958         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9959         (xml-entity-value-re): Use syntax references in regexps where
9960         possible; no need to define inside a let-binding.
9961         (xml-parse-dtd): Use xml-pe-reference-re.
9962         (xml-entity-or-char-ref-re): New defconst.
9963         (xml-parse-string, xml-substitute-special): Use it.
9965 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9967         * files.el (locate-dominating-file): Allow `name' to be a predicate.
9968         (find-file--read-only): New function.
9969         (find-file-read-only, find-file-read-only-other-window)
9970         (find-file-read-only-other-frame): Use it.
9971         (insert-file-contents-literally): Don't `fset'.
9972         (get-free-disk-space): Use locate-dominating-file.
9974         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9975         function is already compiled.
9977         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
9979 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
9981         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9982         files on the same host.
9984 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
9986         * help-fns.el (describe-function-1): Only call
9987         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
9989 2012-07-03  Chong Yidong  <cyd@gnu.org>
9991         * xml.el: Protect parser against XML bombs.
9992         (xml-entity-expansion-limit): New variable.
9993         (xml-parse-string, xml-substitute-special): Use it.
9994         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9996 2012-07-03  Glenn Morris  <rgm@gnu.org>
9998         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9999         Allow linking to specific messages in debbugs reports (eg 123#5).
10001 2012-07-02  Chong Yidong  <cyd@gnu.org>
10003         * xml.el: Fix entity and character reference expansion, allowing
10004         them to expand into markup as per XML spec.
10005         (xml-default-ns): New variable.
10006         (xml-entity-alist): Use XML spec definitions for lt and amp.
10007         (xml-parse-region): Make first two arguments optional.
10008         Discard text properties.
10009         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10010         All callers changed.
10011         (xml-parse-tag): Call xml-parse-tag-1.  For backward
10012         compatibility, this function should not modify buffer contents.
10013         (xml-parse-tag-1): Fix opening-tag regexp.
10014         (xml-parse-string): Rewrite, handling entity and character
10015         references properly.
10016         (xml--entity-replacement-text): Signal an error if a parameter
10017         entity is undefined.
10019 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10021         * comint.el (comint-output-filter): Filter out repeated prompts.
10023         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10024         and file-name-absolute-p.
10025         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10026         internal calls.
10028 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10030         Spelling fixes.
10031         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10032         Rename from byte-compile--refiy-function.  All uses changed.
10034 2012-07-01  Chong Yidong  <cyd@gnu.org>
10036         * xml.el (xml--parse-buffer): New function.  Move most of
10037         xml-parse-region here.
10038         (xml-parse-region): Copy region into a temporary buffer, since
10039         parameter entity substitution requires changing buffer contents.
10040         Use xml--parse-buffer.
10041         (xml-parse-file): Use xml--parse-buffer.
10042         (xml-parse-dtd): Make parameter entity substitution work right.
10043         Use proper regexps for ELEMENT declarations (Bug#7172).
10045 2012-06-30  Glenn Morris  <rgm@gnu.org>
10047         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10049         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10050         Remove outdated and unnecessary dbus declarations.
10052 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
10054         * emacs-lisp/timer.el (timer-until): Subtract results of
10055         float-time, instead of taking float-time of the result of
10056         time-subtract, since float-time signals an error for negative time
10057         arguments.
10059 2012-06-30  Chong Yidong  <cyd@gnu.org>
10061         * xml.el (xml-*-re): Convert defvars into defconsts, and
10062         eval-and-compile them so eval-and-compile works on derivatives.
10063         (xml--entity-replacement-text): Use eval-and-comple.
10065 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
10067         * vc/vc-git.el (vc-git-registered): Use cache property
10068         `git-registered'.
10069         (vc-git-mode-line-string): Call `vc-working-revision' instead of
10070         `vc-git-working-revision' in order to benefit from the cache.
10071         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
10073 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10075         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10076         removed (likely outside Emacs).  (Bug#11757)
10078 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10080         * emacs-lisp/cl-lib.el: Require macroexp.
10082 2012-06-30  Chong Yidong  <cyd@gnu.org>
10084         * xml.el: Implement XML parameter entities.
10085         (xml-parameter-entity-alist): New variable.
10086         (xml-parse-region, xml-parse-fragment): Preserve previous values
10087         of xml-entity-alist and xml-parameter-entity-alist, so that
10088         repeated calls on different documents do not change them.
10089         (xml-parse-tag): Fix doctype regexp.
10090         (xml--entity-replacement-text): New function.
10091         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10092         properly requires url retrieval which is unimplemented.
10093         (xml-escape-string): Doc fix.
10095 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10097         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10099 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10101         * fringe.el (fringe-mode): Doc fix.
10103 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10105         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10106         is non-nil.
10107         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10108         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10110 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10112         * calendar/cal-dst.el (calendar-current-time-zone):
10113         Return calendar-current-time-zone-cache if non-nil.
10115 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10117         * progmodes/which-func.el (which-func-format):
10118         Add mouse-face.  (Bug#11698)
10120 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10122         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10124 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10126         * minibuffer.el (minibuffer-confirm-exit-commands):
10127         Add completion-at-point (bug#11725).
10129 2012-06-29  Glenn Morris  <rgm@gnu.org>
10131         * progmodes/f90.el (f90-font-lock-keywords-2):
10132         Add some preprocessor elements.  (Bug#10499)
10134 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10136         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10137         Use syntax-propertize (bug#11739).
10139 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10141         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10143 2012-06-28  Julien Danjou  <julien@danjou.info>
10145         * term.el (term-handle-colors-array): Use a set of new faces to
10146         color the terminal.  Also uses :inverse-video property.
10147         (term-default-fg-color): Set to nil by default, deprecate in favor
10148         of `term-face'.
10149         (term-default-bg-color): Set to nil by default, deprecate in favor
10150         of `term-face'.
10151         (term-current-face): Use `term-face' by default.
10152         (term-bold-attribute): Variable deleted.
10154 2012-06-28  Glenn Morris  <rgm@gnu.org>
10156         * simple.el (completion-list-mode-finish):
10157         Don't use toggle-read-only.  (Since completion-list-mode has
10158         a special mode-class, it wasn't doing anything extra anyway.)
10160 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10162         Make inlining of other-mode interpreted functions work (bug#11799).
10163         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10164         (byte-compile): Use it to fix compilation of lexical-binding closures.
10165         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10166         function, if needed.
10168 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10170         * help-mode.el (help-make-xrefs): Don't just withstand
10171         cyclic-variable-indirection but any error in documentation-property.
10173         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10174         memory use.
10175         * bindings.el (bindings--define-key): New function.
10176         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10177         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10178         * bindings.el: Use it to purecopy define-key bindings.
10180         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10182         * emacs-lisp/cl.el (flet): Mark obsolete.
10183         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10184         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10185         * progmodes/js.el (js-c-fill-paragraph):
10186         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10187         (ebrowse-switch-member-buffer-to-derived-class):
10188         * play/5x5.el (5x5-solver): Use cl-flet.
10190         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10191         (cl--symbol-function): New macro.
10192         (cl--letf, cl--letf*): Use it.
10194         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10195         Strip "toggle-" if any.
10197 2012-06-27  Glenn Morris  <rgm@gnu.org>
10199         * info.el (Info-default-directory-list): Move here from paths.el.
10200         * paths.el: Remove file, which is now empty.
10201         * loadup.el: No longer load "paths".
10203         * custom.el (custom-initialize-delay): Doc fix.
10205         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10206         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10207         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10208         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10209         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10210         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10211         * eshell/eshell.el (eshell-defgroup): Remove alias.
10213 2012-06-27  Chong Yidong  <cyd@gnu.org>
10215         * help.el (help-enable-auto-load): New variable.
10217         * help-fns.el (help-fns--autoloaded-p): New function.
10218         (describe-function-1): Refer to a function as "autoloaded" if it
10219         was autoloaded at any time in the past.  Perform autoloading if
10220         help-enable-auto-load is non-nil.
10222 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10224         * makefile.w32-in (compile, compile-always): Depend on
10225         update-subdirs, not on subdirs.el.  Otherwise, several different
10226         sub-targets of 'bootstrap' running in parallel could
10227         simultaneously write to subdirs.el, producing a garbled file.
10229 2012-06-26  Sam Steingold  <sds@gnu.org>
10231         * files.el (file-name-base): New convenience function.
10232         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10233         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10234         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10235         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10236         * textmodes/ispell.el, textmodes/reftex-ref.el:
10237         * textmodes/tex-mode.el: Use it.
10238         Did not touch cedet and org because they are maintained elsewhere.
10240 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10242         * calendar/calendar.el (calendar-exit): Don't try to delete or
10243         iconify last frame.  See:
10244         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10246 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10248         * server.el (server-process-filter): Remember dir in the
10249         process's `server-client-directory' properties.
10251 2012-06-24  Chong Yidong  <cyd@gnu.org>
10253         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10254         non-tag text.
10256 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10258         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10260 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * help-fns.el (describe-variable): Don't croak when doc is not found.
10263         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10264         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10265         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10266         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10267         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10268         ((lambda ..) ..).
10269         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10271 2012-06-23  Chong Yidong  <cyd@gnu.org>
10273         * info.el (Info-mouse-follow-link): Accept symbol values of
10274         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10275         (Info-fontify-node): Use Info-link-keymap for all navigation
10276         buttons, with link-args property to perform the desired action.
10277         (Info-link-keymap): Doc fix.
10278         (Info-next-link-keymap, Info-prev-link-keymap)
10279         (Info-up-link-keymap): Delete now-unused keymaps.
10281 2012-06-23  Chong Yidong  <cyd@gnu.org>
10283         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10285         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10286         system abbrevs.
10288         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10290 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10292         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10293         (bug#11719).
10295         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10296         the requote function doesn't work properly (bug#11714).
10298 2012-06-23  Glenn Morris  <rgm@gnu.org>
10300         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10302 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10304         Further GV/CL cleanups.
10305         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10306         gv-expander.
10307         (gv--defun-declaration): New function.
10308         (defun-declarations-alist): Use it.
10309         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10310         (gv-place): Autoload.
10311         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10312         original definition of dotimes and dolist.
10313         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10314         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10315         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10316         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10317         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10318         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10319         to the function's definition.
10320         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10321         * window.el:
10322         * files.el:
10323         * faces.el:
10324         * env.el: Don't use CL.
10326 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10328         Support higher-resolution time stamps (Bug#9000).
10330         * calendar/time-date.el (with-decoded-time-value): New arg
10331         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
10332         (encode-time-value): New optional arg PICO.  New type 3.
10333         (time-to-seconds) [!float-time]: Support the new picoseconds
10334         component if it's used.
10335         (seconds-to-time, time-subtract, time-add):
10336         Support ps-resolution time stamps as well.
10338         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
10339         (timerp): Timer vectors now have length 9, not 8.
10340         (timer--time): Support new-style (4-part) time stamps.
10341         (timer-next-integral-multiple-of-time): Time stamps now have
10342         picosecond resolution, so take a bit more care about rounding.
10343         (timer-relative-time, timer-inc-time): New optional arg psecs.
10344         (timer-set-time-with-usecs): Set psecs to 0.
10345         (timer--activate): Check psecs component, too.
10347         * proced.el (proced-time-lessp): Support ps-resolution stamps.
10349 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10351         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10352         Move the non-essential binding to the post/pre-command-hook where it is
10353         more obviously correct.
10355         * subr.el (read-passwd): Don't use a history at all.
10356         * savehist.el (savehist-save): Remove password saved accidentally
10357         because of the above bug.
10359 2012-06-22  Bastien Guerry  <bzg@gnu.org>
10361         * files.el (toggle-read-only): Display a message telling whether
10362         the buffer is read-only or not (bug#11726).
10364 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10366         * emacs-lisp/gv.el: New file.
10367         * subr.el (push, pop): Extend to generalized variables.
10368         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10369         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10370         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
10371         gv-define-simple-setter, and gv-define-expander.
10372         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
10373         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10374         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10375         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10376         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10377         gv-letplace.
10378         (cl-defstruct): Don't define setf-method any more.
10379         * emacs-lisp/cl.el (flet): Don't autoload.
10380         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10381         (define-setf-expander, defsetf, define-modify-macro)
10382         (cl-struct-setf-expander): Move from cl-lib.el.
10383         * emacs-lisp/syntax.el:
10384         * emacs-lisp/ewoc.el:
10385         * emacs-lisp/smie.el:
10386         * emacs-lisp/cconv.el:
10387         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10388         (timer--time): Use gv-define-simple-setter.
10389         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10390         to avoid coding-system problems in subr.el.  Adjust all users.
10391         (macroexp--maxsize, macroexp-small-p): New functions.
10392         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10393         * scroll-bar.el (scroll-bar-mode):
10394         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10395         (normal-erase-is-backspace-mode): Don't use the `eq' place.
10396         * winner.el (winner-configuration, winner-make-point-alist)
10397         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10398         * files.el (locate-file-completion-table): Avoid list*.
10400 2012-06-22  Chong Yidong  <cyd@gnu.org>
10402         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10403         (dired-create-files): Doc fix (Bug#11329).
10404         (dired-do-copy): Doc fix (Bug#11334).
10405         (dired-mark-read-string): Doc fix (Bug#11553).
10407         * dired.el (dired-recursive-copies, dired-recursive-deletes):
10408         Doc fix (Bug#11326).
10409         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
10410         (dired-dwim-target): Doc fix.
10412         * wdired.el (wdired-mode): Doc fix.
10414 2012-06-22  Glenn Morris  <rgm@gnu.org>
10416         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10417         (pcmpl-rpm-cache-stamp-file): New constant.
10418         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10419         (pcmpl-rpm-packages): Optionally cache list of packages.
10421         * pcmpl-rpm.el (pcmpl-rpm): New group.
10422         (pcmpl-rpm-query-options): New option.
10423         (pcmpl-rpm-packages): No need to inline it.
10424         Use pcmpl-rpm-query-options.
10426         * calendar/calendar.el (calendar-in-read-only-buffer):
10427         Avoid some needless mode changes.
10429 2012-06-21  Chong Yidong  <cyd@gnu.org>
10431         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10432         (desktop-path): Remove . from the default value (Bug#10977).
10433         (desktop-read): Use user-emacs-directory if desktop-path is nil.
10435 2012-06-20  Chong Yidong  <cyd@gnu.org>
10437         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10439 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
10441         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10442         (bug#11201).
10444 2012-06-20  Chong Yidong  <cyd@gnu.org>
10446         * term.el (term-window-width): Handle the case of a missing right
10447         fringe (Bug#8837).
10448         (term-check-size): Use window-text-height (Bug#5445).
10449         (term-mode): Use define-derived-mode.  Minor cleanups.
10450         Set font-lock-defaults (Bug#7692).
10451         (term-move-columns, term-insert-char, term-emulate-terminal)
10452         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10454 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
10456         * net/ange-ftp.el (ange-ftp-get-passwd):
10457         Bind `enable-recursive-minibuffers'.
10458         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10460 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
10462         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10464 2012-06-19  Glenn Morris  <rgm@gnu.org>
10466         * progmodes/python.el (python-mode): Derive from prog-mode.
10468 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
10470         * emulation/edt.el (edt-default-menu-bar-update-buffers)
10471         (edt-user-menu-bar-update-buffers): New functions.
10472         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10474 2012-06-19  Chong Yidong  <cyd@gnu.org>
10476         * subr.el (with-selected-window): Preserve the selected window's
10477         terminal's top-frame (Bug#4702).
10479         * window.el (save-selected-window): Likewise.
10481 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10483         * progmodes/python.el (python-rx-constituents): Move backquote.
10484         (python-skeleton-define, python-define-auxiliary-skeleton):
10485         Use `declare'.
10487 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
10489         * minibuffer.el (read-file-name-default): Revert the patch from
10490         2012-06-17.
10492 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10494         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10495         (pcase--u1, pcase--q1): Don't use apply-partially.
10497 2012-06-18  Glenn Morris  <rgm@gnu.org>
10499         * progmodes/python.el (python-proc, python-buffer)
10500         (python-send-receive, python-send-string): Fix obsolete versions.
10502 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
10504         * window.el (special-display-p): Completely remove stringp
10505         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10507 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
10509         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10511         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10513         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10514         * net/tramp-sh.el (tramp-maybe-open-connection):
10515         Throw if `non-essential' is non-nil.
10517 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
10519         * window.el (special-display-p): Signal an error if BUFFER-NAME
10520         is not a string (Bug#11713).
10522 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
10524         * progmodes/python.el (python-info-beginning-of-backslash):
10525         Rename from python-info-beginning-of-backlash, as a spelling fix.
10527 2012-06-17  Chong Yidong  <cyd@gnu.org>
10529         * term.el (term-emulate-terminal): If term-check-size is called,
10530         move point to the process mark without resetting point (Bug#4635).
10532 2012-06-17  Glenn Morris  <rgm@gnu.org>
10534         * international/mule-cmds.el (mule-menu-keymap)
10535         (set-language-environment, set-locale-environment): Doc tweaks.
10537 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
10539         * cus-face.el (custom-face-attributes): Add wave-style underline
10540         attribute.
10541         * faces.el (set-face-attribute): Update docstring to describe
10542         wave-style underline attribute.
10544 2012-06-16  Chong Yidong  <cyd@gnu.org>
10546         * term/xterm.el (terminal-init-xterm): Discard input before
10547         querying background mode (Bug#10959).
10549 2012-06-16  Stefan Merten  <smerten@oekonux.de>
10551         * textmodes/rst.el: Added and corrected some comments.
10552         (rst-re-alist-def): Improve symbol syntax.
10553         (rst-mode-syntax-table): Correct syntax entries.
10554         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10555         (rst-official-version, rst-official-cvs-rev): Update version
10556         information.
10558 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
10560         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10561         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10563 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
10565         * progmodes/python.el: New python.el merge.
10566         (python-guess-indent): Obsolete var.
10567         (python-indent-guess-indent-offset): New defcustom.
10568         (python-indent): Obsolete var.
10569         (python-indent-offset): New defcustom.
10570         (python-python-command, python-jython-command): Delete var.
10571         (python-shell-interpreter): New defcustom.
10572         (python-pdbtrack-do-tracking-p): Delete var.
10573         (python-pdbtrack-activate): New defcustom.
10574         (python-use-skeletons): Obsolete var.
10575         (python-skeleton-autoinsert): New defcustom.
10576         (inferior-python-filter-regexp, python-continuation-offset)
10577         (python-honour-comment-indentation, python-indent-string-contents)
10578         (python-jython-packages, python-mode-hook)
10579         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10580         (python-shell-prompt-alist)
10581         (python-source-modes): Delete defcustoms.
10582         (python-check-buffer-name, python-eldoc-setup-code)
10583         (python-eldoc-string-code, python-ffap-setup-code)
10584         (python-ffap-string-code, python-fill-comment-function)
10585         (python-fill-decorator-function, python-fill-paren-function)
10586         (python-fill-string-function, python-imenu-include-defun-type)
10587         (python-imenu-make-tree, python-imenu-subtree-root-label)
10588         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10589         (python-shell-compilation-regexp-alist)
10590         (python-shell-completion-module-string-code)
10591         (python-shell-completion-pdb-string-code)
10592         (python-shell-completion-setup-code)
10593         (python-shell-completion-string-code)
10594         (python-shell-enable-font-lock, python-shell-exec-path)
10595         (python-shell-extra-pythonpaths)
10596         (python-shell-internal-buffer-name, python-shell-interpreter-args)
10597         (python-shell-process-environment)
10598         (python-shell-prompt-block-regexp)
10599         (python-shell-prompt-output-regexp)
10600         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10601         (python-shell-send-setup-max-wait, python-shell-setup-codes)
10602         (python-shell-virtualenv-path): New defcustoms.
10603         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10604         (inferior-python-mode-syntax-table, python--prompt-regexp)
10605         (python-buffer, python-command python-python-command)
10606         (python-default-template, python-imports, python-indent-index)
10607         (python-indent-list, python-indent-list-length)
10608         (python-mode-running, python-pdbtrack-is-tracking-p)
10609         (python-preoutput-continuation, python-preoutput-leftover)
10610         (python-preoutput-result, python-preoutput-skip-next-prompt)
10611         (python-prev-dir/file, python-recursing)
10612         (python-saved-check-command, python-version-checked)
10613         (python-which-func-length-limit)
10614         (view-return-to-alist): Delete vars.
10615         (python-check-custom-command, python-dotty-syntax-table)
10616         (python-imenu-index-alist, python-indent-current-level)
10617         (python-indent-dedenters, python-indent-levels)
10618         (python-nav-beginning-of-defun-regexp)
10619         (python-nav-list-defun-positions-cache)
10620         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10621         (python-shell-internal-buffer)
10622         (python-skeleton-available): New vars.
10623         (def-python-skeleton): Delete macro.
10624         (python-skeleton-define): New macro.
10625         (python-define-auxiliary-skeleton, python-rx): New macros.
10626         (python-insert-class): Delete command.
10627         (python-skeleton-class): New command.
10628         (python-insert-def): Delete command.
10629         (python-skeleton-def): New command.
10630         (python-insert-for): Delete command.
10631         (python-skeleton-for): New command.
10632         (python-insert-if): Delete command.
10633         (python-skeleton-if): New command.
10634         (python-insert-try/except, python-insert-try/finally): Delete commands.
10635         (python-skeleton-try): New command.
10636         (python-insert-while): Delete command.
10637         (python-skeleton-while): New command.
10638         (python-backspace): Delete command.
10639         (python-indent-dedent-line-backspace): New command.
10640         (python-electric-colon): Delete command.
10641         (python-indent-electric-colon): New command.
10642         (python-guess-indent): Delete command.
10643         (python-indent-guess-indent-offset): New command.
10644         (python-shift-left): Delete command.
10645         (python-indent-shift-left): New command.
10646         (python-shift-right): Delete command.
10647         (python-indent-shift-right): New command.
10648         (python-find-function): Delete command.
10649         (python-nav-jump-to-defun): New command.
10650         (python-next-statement): Delete command.
10651         (python-nav-forward-sentence): New command.
10652         (python-previous-statement): Delete command.
10653         (python-nav-backward-sentence): New command.
10654         (python-fill-paragraph): Delete command.
10655         (python-fill-paragraph-function): New command.
10656         (python-send-buffer): Delete command.
10657         (python-shell-send-buffer): New command.
10658         (python-send-defun): Delete command.
10659         (python-shell-send-defun): New command.
10660         (python-send-region, python-send-region-and-go): Delete commands.
10661         (python-shell-send-region)
10662         (python-shell-switch-to-shell): New commands.
10663         (python-send-string): Delete command.
10664         (python-shell-send-string): New command.
10665         (python-switch-to-python): Delete command.
10666         (python-shell-switch-to-shell): New command.
10667         (python-describe-symbol): Delete command.
10668         (python-eldoc-at-point): New command.
10669         (python--set-prompt-regexp, python-args-to-list)
10670         (python-after-info-look, python-check-version)
10671         (python-check-comint-prompt, python-find-imports)
10672         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10673         (python-unload-function, python-expand-template)
10674         (python-maybe-jython, python-preoutput-filter)
10675         (python-pdbtrack-get-source-buffer)
10676         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10677         (python-pdbtrack-toggle-stack-tracking)
10678         (python-pdbtrack-track-stack-file, python-initial-text)
10679         (python-first-word, python-comment-line-p, python-send-command)
10680         (python-setup-brm, python-sentinel, python-set-proc)
10681         (python-skip-out, python-input-filter, python-outdent-p)
10682         (python-outline-level, python-backslash-continuation-line-p)
10683         (python-end-of-block, python-end-of-statement, python-mark-block)
10684         (python-beginning-of-block, python-beginning-of-statement)
10685         (python-blank-line-p, python-beginning-of-string)
10686         (python-open-block-statement-p): Delete functions.
10687         (python-indent-line, python-indent-line-1): Delete functions.
10688         (python-indent-line): New function.
10689         (python-indentation-levels): Delete function.
10690         (python-indent-calculate-levels): New function.
10691         (python-proc): Delete function.
10692         (python-shell-get-process): New function.
10693         (python-send-receive): Delete function.
10694         (python-shell-send-string-no-output): New function.
10695         (python-module-path): Delete function.
10696         (python-ffap-module-path): New function.
10697         (python-completion-at-point)
10698         (python-symbol-completions): Delete functions.
10699         (python-completion-complete-at-point): New function.
10700         (python-load-file): Delete function.
10701         (python-shell-send-file): New function.
10702         (python-calculate-indentation): Delete function.
10703         (python-indent-calculate-indentation): New function.
10704         (python-skip-comments/blanks): Delete function.
10705         (python-util-forward-comment): New function.
10706         (python-continuation-line-p): Delete function.
10707         (python-info-continuation-line-p): New function.
10708         (python-which-func, python-current-defun): Delete function.
10709         (python-info-current-defun): New function.
10710         (python-beginning-of-defun): Delete function.
10711         (python-nav-beginning-of-defun): New function.
10712         (python-close-block-statement-p)
10713         (python-block-end-p): Delete function.
10714         (python-info-closing-block): New function.
10715         (python-comint-output-filter-function)
10716         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10717         (python-fill-comment, python-fill-decorator, python-fill-paren)
10718         (python-fill-string, python-imenu-make-element-tree)
10719         (python-imenu-make-tree, python-imenu-tree-assoc)
10720         (python-indent-context, python-indent-dedent-line)
10721         (python-indent-line-function)
10722         (python-indent-post-self-insert-function)
10723         (python-indent-toggle-levels)
10724         (python-info-assignment-continuation-line-p)
10725         (python-info-beginning-of-backlash)
10726         (python-info-block-continuation-line-p)
10727         (python-info-closing-block-message)
10728         (python-info-line-ends-backslash-p)
10729         (python-info-looking-at-beginning-of-defun)
10730         (python-info-ppss-context, python-info-ppss-context-type)
10731         (python-nav-list-defun-positions, python-nav-read-defun)
10732         (python-nav-sentence-end, python-nav-sentence-start)
10733         (python-pdbtrack-comint-output-filter-function)
10734         (python-pdbtrack-set-tracked-buffer)
10735         (python-shell-calculate-exec-path)
10736         (python-shell-calculate-process-environment)
10737         (python-shell-completion--do-completion-at-point)
10738         (python-shell-completion--get-completions)
10739         (python-shell-completion-complete-at-point)
10740         (python-shell-completion-complete-or-indent)
10741         (python-shell-get-or-create-process)
10742         (python-shell-get-process-name)
10743         (python-shell-internal-get-or-create-process)
10744         (python-shell-internal-get-process-name)
10745         (python-shell-internal-send-string, python-shell-make-comint)
10746         (python-shell-parse-command, python-shell-send-setup-code)
10747         (python-skeleton-add-menu-items)
10748         (python-util-clone-local-variables, python-util-position)
10749         (run-python-internal, python-indentation-levels)
10750         (python-nav-beginning-of-defun)
10751         (python-completion-complete-at-point): New functions.
10752         (run-python): Change arguments.  New API requirements.
10754 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10756         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10757         (bug#11649).
10759         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10760         (macroexp--expand-all): Use it.
10762         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10763         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10764         Use `cl-function' instead.
10766 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
10768         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10769         Suggested by Stefan Monnier while discussing bug#11657.
10771 2012-06-14  Sam Steingold  <sds@gnu.org>
10773         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10775 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10777         * play/doctor.el (doctor-doc): Remove parameter and use
10778         doctor-sent instead of sent.
10779         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
10781 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10783         * files.el: Require cl-lib.
10784         (file-name-non-special): Replace case -> cl-case.
10786         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10788         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10789         mapping from #' to function*.
10791 2012-06-13  Chong Yidong  <cyd@gnu.org>
10793         * mouse.el (mouse-drag-track): Do not set the mark if the user
10794         releases the mouse without selecting anything (Bug#11588).
10796 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10798         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10799         as well (bug#11646).
10801         * loadup.el: Count byte-code functions as well.
10803         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10804         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10806         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10807         (bug#11649).  Add cl-defun and cl-defmacro.
10809 2012-06-13  Drew Adams  <drew.adams@oracle.com>
10811         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10812         Fix last change.
10814 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
10816         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10817         Otherwise, it blocks in batch mode.
10819 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
10821         * help-mode.el (bookmark-make-record-default): Declare.
10823 2012-06-13  Chong Yidong  <cyd@gnu.org>
10825         * emacs-lisp/package.el (list-packages): Compute a list of
10826         packages that are newly-available since the last list-packages
10827         invocation.
10828         (package-menu--new-package-list): New var.
10829         (package-menu--generate, package-menu--print-info)
10830         (package-menu--status-predicate, package-menu-mark-install):
10831         Handle new status label "new".
10833 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10835         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10836         conversion to backquotes.
10838 2012-06-12  Chong Yidong  <cyd@gnu.org>
10840         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10841         Rename from gud-inhibit-global-bindings.
10843         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10845         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10846         hook from nxml-glyph-set-hook.
10848         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10849         declaration.
10851         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10853         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10854         Convert to defcustom.
10856 2012-06-12  Drew Adams  <drew.adams@oracle.com>
10858         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10859         New functions.
10860         (help-mode): Use them.
10862 2012-06-11  Glenn Morris  <rgm@gnu.org>
10864         * progmodes/fortran.el (fortran-font-lock-keywords-3):
10865         Use preprocessor face for directives.
10866         (fortran-directive-re): Doc fix.
10868 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10870         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10871         conversion to backquotes (bug#11652).
10873         Fix compiler-expansion of CL's cXXr functions (bug#11673).
10874         * emacs-lisp/cl-lib.el (cl--defalias): New function.
10875         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10876         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10877         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10878         (cl-ninth, cl-tenth): Mark them as inlinable.
10879         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10880         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10881         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10882         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10883         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10884         (cl-list*, cl-adjoin): Don't put an autoload manually.
10885         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10886         (cl--compiler-macro-list*): Add autoload cookie.
10887         (cl--compiler-macro-cXXr): New function.
10889         * help-fns.el (help-fns--compiler-macro): New function extracted from
10890         describe-function-1; follow aliases and use `compiler-macro' property.
10891         (describe-function-1): Use it.
10893 2012-06-11  Chong Yidong  <cyd@gnu.org>
10895         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10896         is uninstalled, if imagemagick is installed.
10898 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10900         * emacs-lisp/cl-lib.el: Use lexical-binding.
10901         (cl-map-extents, cl-maclisp-member): Remove.
10902         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10903         (cl--set-substring, cl--block-wrapper, cl--block-throw)
10904         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10905         * emacs-lisp/cl-extra.el: Use lexical-binding.
10906         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10907         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10908         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10909         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10910         * emacs-lisp/cl-seq.el: Use lexical-binding.
10911         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10912         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10913         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10914         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10915         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10916         CL's internals.
10918 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
10920         Sync with Tramp 2.2.6-pre.
10922         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10923         `print-length' and `print-level' to nil, in order to avoid
10924         truncation.  Reported by Christopher Schmidt
10925         <christopher@ristopher.com>.
10927         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10929         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10930         New defmacro.
10931         (tramp-compat-copy-directory): Add optional argument
10932         COPY-CONTENTS.  It is not handled yet.
10934         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10935         (tramp-ftp-file-name-p): Simplify.
10937         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10938         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10939         connection vector.
10941         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10942         (tramp-methods): Do not use `tramp-password-end-of-line'.
10943         (tramp-completion-function-alist-putty): Handle UNIX case.
10944         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10945         (tramp-do-file-attributes-with-stat)
10946         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10947         gid as real numbers.  They could run out of integer range on cygwin.
10948         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10949         (tramp-sh-handle-expand-file-name): Handle hops.
10950         (tramp-open-connection-setup-interactive-shell):
10951         Use `tramp-cleanup'.  Move check for busyboxes ...
10952         (tramp-find-shell): ... here.  Simplify implementation.
10953         Set "remote-shell" property also for alternative shells.
10954         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10955         If failing, a regular file would be written otherwise.
10956         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10957         (tramp-find-inline-encoding): Cache the coding commands in the
10958         process cache.  Apply test command on the remote side, if defined.
10959         (tramp-find-inline-compress): Cache the compress commands in the
10960         process cache.
10961         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10962         when requested.  Handle hops.
10963         (tramp-current-connection): New defvar.
10964         (tramp-maybe-open-connection): Use `tramp-cleanup'.
10965         Throw `suppress', if there was a failed connection shortly before.
10966         Handle user interrupt.  (Bug#10187)
10967         (tramp-get-inline-compress, tramp-get-inline-coding):
10968         Read connection properties from the process cache.
10970         * net/tramp-smb.el (tramp-smb-server-version)
10971         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10972         New defconsts.
10973         (tramp-smb-prompt): Extend for powershell prompt.
10974         (tramp-smb-file-name-handler-alist): Add handlers for
10975         `process-file', `shell-command' and `start-file-process'.
10976         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10977         (tramp-smb-winexe-shell-command-switch): New defcustoms.
10978         (tramp-smb-file-name-p): Simplify.
10979         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10980         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10981         (tramp-smb-shell-quote-argument): New defuns.
10982         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10983         Implement using "tar".  By this, time-stamps are preserved.
10984         (tramp-smb-handle-copy-file): Handle also the case of directories.
10985         (tramp-smb-do-file-attributes-with-stat)
10986         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10987         Use `tramp-get-connection-buffer').
10988         (tramp-smb-handle-rename-file): Use "rename", when source and
10989         target are on the same share.
10990         (tramp-smb-maybe-open-connection): Handle wrong passwords.
10991         Use `tramp-smb-server-version'.
10992         (tramp-smb-wait-for-output): Remove prompt.
10994         * net/tramp.el (top): Require 'cl.
10995         (tramp-methods, tramp-rsh-end-of-line):
10996         Remove `tramp-password-end-of-line' from docstring.
10997         (tramp-save-ad-hoc-proxies): New defcustom.
10998         (tramp-completion-function-alist): Adapt docstring.
10999         (tramp-default-password-end-of-line): Remove defcustom.
11000         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
11001         (tramp-user-regexp, tramp-file-name-regexp-unified)
11002         (tramp-file-name-regexp-url): Extend regexp by hop separator.
11003         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11004         (tramp-remote-file-name-spec-regexp): New defconst.
11005         (tramp-file-name-structure): Extend structure for hops.
11006         (tramp-get-method-parameter): Move up.
11007         (tramp-file-name-p, tramp-dissect-file-name)
11008         (with-parsed-tramp-file-name): Handle hops.
11009         (tramp-file-name-hop): New defun.
11010         (tramp-make-tramp-file-name): New optional arg HOP.
11011         (tramp-message-show-progress-reporter-message): New defvar.
11012         (tramp-with-progress-reporter): Use it.  We cannot use
11013         `tramp-message-show-message' here, because this suppresses also
11014         error buffers.
11015         (tramp-error-with-buffer): Suppress buffer view, if
11016         `tramp-message-show-message' is nil.
11017         Use `tramp-get-connection-buffer'.
11018         (tramp-cleanup): New defun.
11019         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11020         (tramp-file-name-handler): If `debug-on-error' is set, propagate
11021         an error unchanged.
11022         (tramp-completion-handle-file-name-all-completions): Handle hops.
11023         Fix an error when called from ido.
11024         (tramp-completion-dissect-file-name): Use better local variable
11025         name.  Add hop to the vector.
11026         (tramp-handle-insert-file-contents): Use progress-reporter for the
11027         whole scenario.
11028         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11029         to `t'.
11030         (tramp-check-for-regexp): Simplify search.
11031         (tramp-enter-password): Remove it.  Move implementation ...
11032         (tramp-action-password): ... here.
11033         (tramp-mode-string-to-int, tramp-local-host-p)
11034         (tramp-make-tramp-temp-file, tramp-read-passwd)
11035         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11036         Set tramp-autoload cookie.
11038         * net/trampver.el: Update release number.
11040 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11041             Michael Albinus  <michael.albinus@gmx.de>
11043         * net/tramp.el (tramp-set-completion-function): Fix docstring.
11044         (tramp-parse-group, tramp-parse-file)
11045         (tramp-parse-shostkeys-sknownhosts): New defuns.
11046         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11047         (tramp-parse-shosts-group, tramp-parse-sconfig)
11048         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11049         (tramp-parse-sknownhosts, tramp-parse-hosts)
11050         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11051         Use them.
11052         (tramp-parse-passwd-group, tramp-parse-netrc-group)
11053         (tramp-parse-putty-group): Don't narrow.
11054         (tramp-parse-putty): Make a loop.
11055         (tramp-file-name-handler): Catch the `suppress' signal.
11057 2012-06-11  Chong Yidong  <cyd@gnu.org>
11059         * image.el (imagemagick-register-types): Put the ImageMagick entry
11060         at the end of image-type-file-name-regexps.
11062 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
11064         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11065         (pcase, pcase-let*, pcase-dolist): Use them.
11067 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11069         * emacs-lisp/pcase.el (pcase--let*): New function.
11070         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
11071         (pcase--expand): Use macroexp-let².
11073 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11076         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11077         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11078         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11079         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11080         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11082 2012-06-10  Glenn Morris  <rgm@gnu.org>
11084         * mail/rmail.el (rmail-yank-current-message): Leave point at
11085         correct position.  (Bug#11660)
11087 2012-06-10  Chong Yidong  <cyd@gnu.org>
11089         * allout-widgets.el: Fix code header.
11091 2012-06-10  Chong Yidong  <cyd@gnu.org>
11093         * cus-edit.el (customize-changed-options-previous-release):
11094         Bump to 24.1.
11096 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11098         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11100 2012-06-09  Chong Yidong  <cyd@gnu.org>
11102         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11104 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11106         * window.el (special-display-popup-frame): Don't use
11107         window--display-buffer (Bug#11651).
11109 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11111         Fix parallel builds: make sure loaddefs.el is not being written
11112         while Lisp files are compiled.
11113         (compile): Don't depend on 'mh-autoloads'.
11114         (compile-CMD, compile-SH): Depend on 'autoloads'.
11115         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11117         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11119 2012-06-09  Chong Yidong  <cyd@gnu.org>
11121         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11122         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11123         Doc fixes (Bug#11225).
11125 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11127         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11128         a function if there's a clear indication that it has a compiler-macro.
11129         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11130         (macro-declarations-alist): Add arglist to declaration functions.
11131         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11132         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11133         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11134         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11135         Also add autoload to find the compiler macro.
11136         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11137         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11138         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11139         (cl--compiler-macro-get): New functions, replacing calls to
11140         cl-define-compiler-macro.
11141         (cl-typep) [compiler-macro]: Use macroexp-let².
11143 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11145         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11146         string properly, fixes Bug#11473.
11148 2012-06-08  Chong Yidong  <cyd@gnu.org>
11150         * faces.el (set-face-attribute): Doc fix.
11151         (modify-face): Don't use :bold and :italic.
11152         (error, warning, success): Tweak definitions.
11154         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11155         (custom-modified, custom-set, custom-changed, custom-themed)
11156         (custom-saved, custom-button, custom-button-mouse)
11157         (custom-button-pressed, custom-state, custom-comment-tag)
11158         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11159         (custom-group-subtitle): Use new-style face specs.
11160         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11161         (custom-set-face, custom-changed-face, custom-saved-face)
11162         (custom-button-face, custom-button-pressed-face)
11163         (custom-documentation-face, custom-state-face)
11164         (custom-comment-face, custom-comment-tag-face)
11165         (custom-variable-tag-face, custom-variable-button-face)
11166         (custom-face-tag-face, custom-group-tag-face-1)
11167         (custom-group-tag-face): Remove obsolete face alias.
11169         * epa.el (epa-validity-high, epa-validity-medium)
11170         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11171         (epa-field-name, epa-field-body):
11172         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11173         (font-lock-keyword-face, font-lock-builtin-face)
11174         (font-lock-function-name-face, font-lock-variable-name-face)
11175         (font-lock-type-face, font-lock-constant-face):
11176         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11177         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11178         * speedbar.el (speedbar-button-face, speedbar-file-face)
11179         (speedbar-directory-face, speedbar-tag-face)
11180         (speedbar-selected-face, speedbar-highlight-face)
11181         (speedbar-separator-face):
11182         * whitespace.el (whitespace-newline, whitespace-space)
11183         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11184         (whitespace-line, whitespace-space-before-tab)
11185         (whitespace-space-after-tab, whitespace-indentation)
11186         (whitespace-empty):
11187         * emulation/cua-base.el (cua-global-mark):
11188         * eshell/em-prompt.el (eshell-prompt):
11189         * net/newst-plainview.el (newsticker-new-item-face)
11190         (newsticker-old-item-face, newsticker-immortal-item-face)
11191         (newsticker-obsolete-item-face, newsticker-date-face)
11192         (newsticker-statistics-face, newsticker-default-face):
11193         * net/newst-reader.el (newsticker-feed-face)
11194         (newsticker-extra-face, newsticker-enclosure-face):
11195         * net/newst-treeview.el (newsticker-treeview-face)
11196         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11197         (newsticker-treeview-immortal-face)
11198         (newsticker-treeview-obsolete-face)
11199         (newsticker-treeview-selection-face):
11200         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11201         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11202         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11203         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11204         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11205         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11206         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11207         (mpuz-text):
11208         * progmodes/vera-mode.el (vera-font-lock-number)
11209         (vera-font-lock-function, vera-font-lock-interface):
11210         * textmodes/table.el (table-cell): Use new-style face specs, and
11211         don't use the old :bold and :italic attributes.
11213         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11214         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11215         (ebrowse-member-class, ebrowse-progress): Likewise.
11216         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11217         (ebrowse-file-name-face, ebrowse-default-face)
11218         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11219         (ebrowse-progress-face): Remove obsolete faces.
11221         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11222         Inherit from error and warning faces respectively.
11224         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11225         Likewise.
11226         (flyspell-incorrect-face, flyspell-duplicate-face):
11227         Remove obsolete aliases.
11229 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11231         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11232         Avoid infloop.
11234 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11236         * startup.el (argv, argi): Make lexically scoped.
11237         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11238         * emacs-lisp/cl-macs.el: Use lexical-binding.
11239         Rename cl-bind-* to cl--bind-*.
11240         * files.el: Don't require `cl' since it doesn't use it.
11241         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11243 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11245         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11246         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11247         instead of calling external sort utility.
11248         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11250 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11252         * descr-text.el (describe-char): Mention how to insert the
11253         character, if the current input method doesn't support it.
11254         See the discussion in this thread for the details:
11255         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11257 2012-06-08  Sam Steingold  <sds@gnu.org>
11259         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11260         XF86Back to previous-buffer.
11261         (minibuffer-local-map): Bind them to next-history-element and
11262         previous-history-element respectively.
11263         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11264         help-go-back respectively.
11265         * info.el (Info-mode-map): Bind them to Info-history-forward and
11266         Info-history-back respectively.
11267         These are the keys next to Up on the ThinkPad keyboard.
11269 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11271         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11272         * emacs-lisp/cl-macs.el: Provide itself.
11273         (cl--labels-convert-cache): New var.
11274         (cl--labels-convert): New function.
11275         (cl-flet, cl-labels): New implementation with new semantics, relying on
11276         lexical-binding.
11277         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11278         (cl-closure-vars, cl--function-convert-cache)
11279         (cl--function-convert): Move from cl-macs.el.
11280         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11281         rename by removing the "cl-" prefix.
11282         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11284 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11286         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11287         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11288         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11289         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11290         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11291         (cl-hash-table-count): Add old compatibility aliases.
11293         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11294         Use macroexpand-all-environment instead.
11295         (cl--old-macroexpand): New var.
11296         (cl--sm-macroexpand): New function.
11297         (cl-symbol-macrolet): Use it during macro expansion.
11298         (cl--function-convert-cache): New var.
11299         (cl--function-convert): New function, extracted from
11300         cl-macroexpand-all.
11301         (cl-lexical-let): Use it.
11303         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11304         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11305         (cl-member): Remove old alias.
11307         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11308         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11309         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11310         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11311         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11312         (cl-macroexpand-cmacs): Remove var.
11313         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11314         Use macroexpand-all instead.
11316 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11318         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11319         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11320         (macroexp-copyable-p): New functions and macros.
11321         * emacs-lisp/edebug.el (edebug-unwrap):
11322         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11323         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11324         (pcase--let*): Remove.
11325         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11326         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
11327         macroexp-const-p instead.
11328         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11330         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11331         instead of "cl-" for internal definitions.  Use macroexp-const-p.
11332         (cl-old-bc-file-form): Remove var.
11333         (cl-const-exprs-p): Remove fun.
11334         (cl-labels, cl-macrolet): Use backquote.
11335         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
11336         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11337         (cl-define-setf-expander): Rename from cl-define-setf-method.
11338         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11340         * international/mule-cmds.el: Don't require CL.
11341         (view-hello-file): Don't use `letf'.
11343 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11345         * tmm.el (tmm-prompt): Use string-prefix-p.
11346         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11347         (tmm-add-prompt): Use minibuffer-completion-help.
11348         (tmm-delete-map): Remove.
11350         * subr.el (kbd): Make it its own function.
11352 2012-06-07  Stefan Merten  <smerten@oekonux.de>
11354         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11355         Silence compiler warnings.  Fix versions.
11356         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11357         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11358         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11359         (rst-package-emacs-version-alist): Correct Emacs version to
11360         represent major merge with upstream.
11361         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11363 2012-06-06  Glenn Morris  <rgm@gnu.org>
11365         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11366         Only print environment variables if set.
11368 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11371         (macroexp--cons): Rename from maybe-cons.
11372         (macroexp--accumulate): Rename from macroexp-accumulate.
11373         (macroexp--all-forms): Rename from macroexpand-all-forms.
11374         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11375         (macroexp--expand-all): Rename from macroexpand-all-1.
11377 2012-06-06  Sam Steingold  <sds@gnu.org>
11379         * calendar/calendar.el (calendar-in-read-only-buffer):
11380         Call `special-mode' to enable the standard read-only keybindings.
11382 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11384         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11385         with "loading" messages (bug#11635).
11387 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
11389         * files.el (enable-remote-dir-locals): New option.
11390         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
11392         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11393         Ensure, that the temp directory is local.
11395         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11396         `temporary-file-directory'.
11398         * progmodes/python.el (python-send-region): Ensure, that the
11399         temporary file is created also in the remote case.
11401 2012-06-06  Glenn Morris  <rgm@gnu.org>
11403         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11404         (vc-rcs-update-changelog): Use it.
11406         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11408         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11409         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11410         (vc-sccs-diff): Replace use of the external vcdiff script.
11412 2012-06-05  Glenn Morris  <rgm@gnu.org>
11414         * ledit.el: Move to obsolete/.
11416 2012-06-05  Sam Steingold  <sds@gnu.org>
11418         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11419         patch (Bug#11140).
11421 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11423         * emacs-lisp/cust-print.el: Move to obsolete.
11425         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11426         compiler-macro expansion.
11428         Add native compiler-macro support.
11429         * emacs-lisp/macroexp.el (macroexpand-all-1):
11430         Support compiler-macros directly.  Properly follow aliases and apply
11431         the compiler macros more thoroughly.
11432         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11433         macroexpand now properly follows aliases.
11434         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11435         (cl-compiler-macroexpand): Use new prop.
11436         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11438         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11440 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
11442         * window.el (get-lru-window, get-mru-window, get-largest-window):
11443         New argument NOT-SELECTED to avoid picking the selected window.
11444         (window--display-buffer-1, window--display-buffer-2): Replace by
11445         new function window--display-buffer
11446         (display-buffer-same-window, display-buffer-reuse-window)
11447         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11448         Use window--display-buffer.
11449         (display-buffer-use-some-window): Remove temporary dedication
11450         hack by calling get-lru-window and get-largest-window with
11451         NOT-SELECTED argument non-nil.  Call window--display-buffer.
11453 2012-06-05  Glenn Morris  <rgm@gnu.org>
11455         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11456         Replace external vcdiff script.
11458 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11460         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11462 2012-06-04  Chong Yidong  <cyd@gnu.org>
11464         * image.el (imagemagick-types-inhibit): Revert last change.
11465         Add INFO and M.
11466         (imagemagick-enabled-types): Remove CIN and EPS*.
11468 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11470         * emacs-lisp/cl-lib.el: Rename from cl.el.
11471         * emacs-lisp/cl.el: New compatibility file.
11472         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11473         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11474         to obey the "cl-" prefix.
11475         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11477 2012-06-03  Glenn Morris  <rgm@gnu.org>
11479         * emacs-lisp/authors.el (authors-aliases): Addition.
11481         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11482         Fix :version.
11484 2012-06-03  Stefan Merten  <smerten@oekonux.de>
11486         * textmodes/rst.el: Add comments.
11487         (rst-transition, rst-adornment): New faces.
11488         (rst-adornment-faces-alist): Make default safe to reevaluate.
11489         Fixes
11490         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11491         Improve customization tags.
11492         (rst-define-level-faces): Clarify meaning.
11494 2012-06-03  Chong Yidong  <cyd@gnu.org>
11496         * progmodes/compile.el (compilation-mode-line-fail)
11497         (compilation-mode-line-run, compilation-mode-line-exit):
11498         New faces.
11499         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11501 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
11503         * progmodes/which-func.el (which-func-update-ediff-windows):
11504         New function.  Use it in ediff-select-hook (Bug#11478).
11506 2012-06-03  Chong Yidong  <cyd@gnu.org>
11508         * bindings.el: Remove explicit help text from format-mode-line.
11509         It is now supplied by mode-line-default-help-echo.
11510         (mode-line-front-space, mode-line-end-spaces)
11511         (mode-line-misc-info): New variables.
11512         (mode-line-modes, mode-line-position): Move the default value to
11513         the variable definition.
11514         (mode-line-default-help-echo): New defcustom.
11515         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11516         (mode-line-modified-help-echo): New functions.
11517         (mode-line-mule-info, mode-line-modified): Use them.
11518         (mode-line-eol-desc, propertized-buffer-identification):
11519         Consistency fixes for help text.
11520         (mode-line-coding-system-map): Allow using mouse-3 to invoke
11521         set-buffer-file-coding-system (Bug#289).
11522         (mode-line-mule-info-help-echo): Update help text.
11524 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * simple.el (execute-extended-command): Set real-this-command
11527         (bug#11506).
11529 2012-06-02  Chong Yidong  <cyd@gnu.org>
11531         Remove incorrect uses of "modeline" in comments, docstrings, and
11532         function/variable names (Bug#10329).
11534         * cus-edit.el (mode-line):
11535         * dframe.el (dframe-mouse-hscroll):
11536         * emacs-lisp/re-builder.el:
11537         * emacs-lisp/easy-mmode.el (define-minor-mode):
11538         * frame.el (set-frame-name):
11539         * help.el (lookup-minor-mode-from-indicator):
11540         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11541         * progmodes/cc-cmds.el (c-toggle-auto-newline)
11542         (c-toggle-hungry-state):
11543         * progmodes/antlr-mode.el (antlr-language-alist):
11544         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11545         * progmodes/vhdl-mode.el (vhdl-mode):
11546         * progmodes/which-func.el (which-func, which-func-cleanup-function):
11547         * term/ns-win.el (ns-face-at-pos):
11548         * term/sup-mouse.el (sup-mouse-report):
11549         * textmodes/flyspell.el (flyspell-mode-line-string):
11550         * textmodes/ispell.el (ispell-highlight-face):
11551         * textmodes/reftex-global.el:
11552         * vc/vc-arch.el (vc-arch-mode-line-string):
11553         * vc/vc-cvs.el (vc-cvs-mode-line-string):
11554         * vc/vc-git.el (vc-git-mode-line-string):
11555         * vc/vc-hooks.el (vc-display-status)
11556         (vc-default-mode-line-string):
11557         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11559         * ansi-color.el (ansi-color-faces-vector): Change default faces.
11561         * dired.el (dired-sort-set-mode-line): Rename from
11562         dired-sort-set-modeline.  All callers changed.
11564         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11565         eshell-status-in-modeline.
11567         * foldout.el (foldout-mode-line-string): Rename from
11568         foldout-modeline-string.  All callers changed.
11569         (foldout-update-mode-line): Rename from foldout-update-modeline.
11571         * subr.el (redraw-modeline): Make into obsolete alias.
11573         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11574         timeclock-modeline-display.  Make old name an alias.
11575         (timeclock-update-mode-line): Likewise.  All callers changed.
11576         (timeclock-mode-line-display): No need to check before using
11577         add-hook.
11578         (timeclock-relative, timeclock-day-over-hook)
11579         (timeclock-use-elapsed, timeclock-mode-string)
11580         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11582         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11583         crisp-mode-modeline-string.
11585         * play/solitaire.el (solitaire-build-mode-line): Rename from
11586         solitaire-build-modeline.  All callers changed.
11588         * play/zone.el (zone-hiding-mode-line): Rename from
11589         zone-hiding-modeline.  All callers changed.
11590         (zone): Remove unusued `modeline-hidden-level' property.
11592         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11593         xscheme-modeline-initialize.  All callers changed.
11595         * strokes.el (strokes-lighter): Rename from
11596         strokes-modeline-string.
11598         * textmodes/sgml-mode.el (html-face-tag-alist)
11599         (html-tag-face-alist): Use mode-line face instead of obsolete
11600         alias modeline.
11602 2012-06-02  Stefan Merten  <smerten@oekonux.de>
11604         * textmodes/rst.el: Always require `cl'.
11605         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11607 2012-06-02  Chong Yidong  <cyd@gnu.org>
11609         * image.el (imagemagick-enabled-types): Rename from
11610         imagemagick-types-enable.  Add many more types.
11611         (imagemagick-types-inhibit): Change default to nil.
11612         (imagemagick-filter-types): Caller changed.
11614 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11616         * emacs-lisp/cl-macs.el: Use backquotes.
11617         (cl-transform-function-property): Use eval-and-compile rather than
11618         abusing `require'.
11619         (defstruct): Use declare-function instead of with-no-warnings.
11621         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11622         (byte-compile-output-docform): Re-add the print-circle bindings.
11623         (byte-compile-fix-header): Use #$ just because it's shorter.
11624         (byte-compile-output-file-form): Remove defun/defmacro.
11626 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
11628         * simple.el (choose-completion): Remove now obsolete binding for
11629         owindow.
11631 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
11633         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11634         in order to avoid "Stack overflow in regexp matcher".
11636 2012-05-31  Glenn Morris  <rgm@gnu.org>
11638         * image.el: For clarity, call imagemagick-register-types at
11639         top-level, rather than relying on a custom :initialize.
11640         (imagemagick-types-enable): New option.  (Bug#11557)
11641         (imagemagick-filter-types): New function.  (Bug#7406)
11642         (imagemagick-register-types): Use imagemagick-filter-types.
11643         If disabling support, remove elements altogether rather
11644         than using an impossible regexp.
11645         (imagemagick-types-inhibit): Give it the default init function.
11647 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11649         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11650         Handle arbitrary file name lengths (Bug#11585).
11652 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
11654         * desktop.el (desktop-read): Clear previous and next buffers for
11655         all windows and bury *Messages* buffer (bug#11556).
11657 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11659         Add `declare' for `defun'.  Align `defmacro's with it.
11660         * emacs-lisp/easy-mmode.el (define-minor-mode)
11661         (define-globalized-minor-mode): Don't autoload the var definitions.
11662         * emacs-lisp/byte-run.el: Use lexical-binding.
11663         (defun-declarations-alist, macro-declarations-alist): New vars.
11664         (defmacro, defun): Use them.
11665         (make-obsolete, define-obsolete-function-alias)
11666         (make-obsolete-variable, define-obsolete-variable-alias):
11667         Use `declare'.
11668         (macro-declaration-function): Mark obsolete.
11669         * emacs-lisp/autoload.el: Use lexical-binding.
11670         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
11672 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11674         * textmodes/ispell.el (ispell-with-no-warnings):
11675         Define as a macro.
11676         (ispell-kill-ispell, ispell-change-dictionary):
11677         Use `called-interactively-p' for Emacs instead of obsolete
11678         `interactive-p'.
11680 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11682         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11683         (macro-declaration-function): Move var from C code.
11684         (macro-declaration-function): Define function with defalias.
11685         * emacs-lisp/macroexp.el (macroexpand-all-1):
11686         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11687         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11688         defun/defmacro any more.
11689         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11690         Provide fallback for unknown arglist.
11691         (byte-compile-arglist-warn): Change calling convention.
11692         (byte-compile-output-file-form): Move print-vars binding.
11693         (byte-compile-output-docform): Simplify accordingly.
11694         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11695         (byte-compile-defmacro-declaration): Remove.
11696         (byte-compile-file-form-defmumble): Generalize to defalias.
11697         (byte-compile-output-as-comment): Return byte-positions.
11698         Simplify callers accordingly.
11699         (byte-compile-lambda): Use `assert'.
11700         (byte-compile-defun, byte-compile-defmacro): Remove.
11701         (byte-compile-file-form-defalias):
11702         Use byte-compile-file-form-defmumble.
11703         (byte-compile-defalias-warn): Remove.
11705 2012-05-29  Stefan Merten  <smerten@oekonux.de>
11707         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11708         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
11710         (rst-mode-abbrev-table): Merge definition.
11711         (rst-mode): Make sure `font-lock-defaults' is buffer local.
11712         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11714 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
11716         * calendar/icalendar.el
11717         (icalendar-export-region): Export UID properly.
11719 2012-05-29  Leo Liu  <sdl.web@gmail.com>
11720         * calendar/icalendar.el (icalendar-import-format):
11721         Add `icalendar-import-format-uid' (Bug#11525).
11722         (icalendar-import-format-uid): New.
11723         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11724         Export UID.
11726 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11728         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11729         different alternative patterns.
11730         (pcase-codegen): Be more careful to preserve identity.
11731         (pcase--u1): Don't forget to mark vars as used.
11733         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11734         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11735         (byte-compile-from-buffer): ...rather than here.
11737         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11738         functions from byte-compile-function-environment.
11740 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
11742         * window.el (window-deletable-p): Avoid deleting the root window
11743         of a frame with an active minibuffer.
11745 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
11747         * simple.el (choose-completion): Use quit-window (Bug#11567).
11749 2012-05-29  Chong Yidong  <cyd@gnu.org>
11751         * whitespace.el (whitespace-cleanup): Fix usage of
11752         whitespace-empty-at-bob-regexp (Bug#11492).
11754 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11756         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11757         revert (Bug#11488).
11759 2012-05-29  Juri Linkov  <juri@jurta.org>
11761         * isearch.el (isearch-mode-map): Bind `M-s _' to
11762         `isearch-toggle-symbol'.  Bind `M-s c' to
11763         `isearch-toggle-case-fold'.
11764         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11765         (isearch-forward): Add `M-s _' to the docstring.
11766         (isearch-forward-symbol, isearch-toggle-case-fold)
11767         (isearch-symbol-regexp): New functions.  (Bug#11381)
11769 2012-05-29  Juri Linkov  <juri@jurta.org>
11771         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
11772         (isearch-occur, isearch-search-and-update): If `isearch-word' is
11773         a function, call it to get the regexp.
11774         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11775         property `isearch-message-prefix' instead of the string "word ".
11776         (isearch-search-fun-default): For the case of `isearch-word',
11777         return a lambda that calls re-search-forward/re-search-backward
11778         with a regexp returned by `word-search-regexp' or by the function
11779         in `isearch-word'.
11781 2012-05-29  Juri Linkov  <juri@jurta.org>
11783         * isearch.el (isearch-search-fun-default): New function.
11784         (isearch-search-fun): Move default part to the new function
11785         `isearch-search-fun-default'.
11786         (isearch-search-fun-function): Set the default value to
11787         `isearch-search-fun-default'.  (Bug#11381)
11789         * comint.el (comint-history-isearch-end):
11790         Use `isearch-search-fun-default'.
11791         (comint-history-isearch-search): Use `isearch-search-fun-default'
11792         and remove spacial case for `isearch-word'.
11793         (comint-history-isearch-wrap): Remove spacial case for
11794         `isearch-word'.
11796         * hexl.el (hexl-isearch-search-function):
11797         Use `isearch-search-fun-default'.
11799         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11800         Use `word-search-regexp' for `isearch-word'.
11802         * misearch.el (multi-isearch-search-fun):
11803         Use `isearch-search-fun-default'.
11805         * simple.el (minibuffer-history-isearch-search):
11806         Use `isearch-search-fun-default' and remove spacial case for
11807         `isearch-word'.
11808         (minibuffer-history-isearch-wrap): Remove spacial case for
11809         `isearch-word'.
11811         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11812         Remove spacial case for `isearch-word'.
11813         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11815 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11817         Decrease XEmacs incompatibilities.
11818         * textmodes/flyspell.el (flyspell-check-pre-word-p):
11819         Use `string-match'.
11820         (flyspell-delete-region-overlays): Use alternative definition for
11821         XEmacs.
11822         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11823         (flyspell-word): Use `process-kill-without-query' if XEmacs.
11824         (flyspell-mode-on): Use `interactive-p' if XEmacs.
11825         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11826         `define-obsolete-face-alias' under XEmacs, but old method.
11828         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11829         `with-no-warnings' definition or Emacs alias.
11830         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11831         (ispell-word): Do not use `region-p' if XEmacs.
11833 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11835         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11836         Check for `ispell-dictionary-base-alist' instead of full
11837         `ispell-dictionary-alist'.
11838         (ispell-init-process): Show spellchecker when starting new Ispell
11839         process.
11841 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11843         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11844         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11846 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
11848         * version.el (motif-version-string, gtk-version-string)
11849         (ns-version-string): Declare.
11851 2012-05-27  Juri Linkov  <juri@jurta.org>
11853         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11854         after the `eval-defun-1' specialcaseing
11855         like in `edebug-eval-defun' (bug#10181).
11857         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11858         like in `eval-defun-1'.
11860 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
11862         * mail/sendmail.el (mail-yank-region):
11863         Recognize rmail-yank-current-message in addition to insert-buffer.
11864         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11865         a *mail* buffer created through rmail-start-mail with sendmail as
11866         mail-user-agent.
11868 2012-05-27  Chong Yidong  <cyd@gnu.org>
11870         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11871         Default to 256 (Bug#11267).
11873         * help.el (describe-mode): Doc fix.
11875 2012-05-26  Glenn Morris  <rgm@gnu.org>
11877         * w32-fns.el (w32-init-info): Remove.
11878         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11880         * info.el (info-initialize): For self-contained NS builds, put the
11881         included info/ directory at the front.  (Bug#2791)
11883         * paths.el (Info-default-directory-list): Make it a defcustom,
11884         mainly so that we can use custom-initialize-delay.
11886 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11888         * subr.el (buffer-has-markers-at): Mark obsolete.
11890         * subr.el (lambda): Use declare.
11892         * emacs-lisp/lisp-mode.el (lambda):
11893         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11895 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11897         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
11899 2012-05-26  Glenn Morris  <rgm@gnu.org>
11901         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11903 2012-05-25  Glenn Morris  <rgm@gnu.org>
11905         * paths.el: Remove no-byte-compile.
11906         * loadup.el: No need to load paths.el uncompiled.
11908         * image.el (imagemagick-types-inhibit): Doc fix.
11910         * version.el: Remove no-byte-compile and associated formatting.
11911         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
11912         is ancient code from when there was an "inc-vers.el".
11914 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11916         * progmodes/gdb-mi.el: Minor style changes.
11917         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11918         Turn into minor modes.
11919         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11920         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11921         (gdb-shell): Remove unneeded let-binding.
11922         (gdb-get-many-fields): Eliminate O(n²) behavior.
11924 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
11926         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11927         platforms that don't link in fontset.c.
11929 2012-05-25  Juri Linkov  <juri@jurta.org>
11931         Use the same diff color scheme as in modern VCSes (bug#10181).
11933         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11934         to avoid confusion with `diff-added' that now uses green colors.
11935         (diff-removed): Use shades of red.
11936         (diff-added): Use shades of green.
11937         (diff-changed): Leave just the yellow color.
11938         (diff-use-changed-face): New variable.
11939         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11940         how to highlight context diff changes.
11941         (diff-refine-change): Use shades of yellow.
11942         (diff-refine-removed): New face that uses shades of red.
11943         (diff-refine-added): New face that uses shades of green.
11944         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11945         `diff-refine-removed' in the call to `smerge-refine-subst'
11946         depending on the value of `diff-use-changed-face'.
11948         * vc/smerge-mode.el (smerge-mine): Use shades of red.
11949         (smerge-other): Use shades of green.
11950         (smerge-base): Use shades of yellow.
11951         (smerge-refined-change): Empty face.
11952         (smerge-refined-removed): New face that uses shades of red.
11953         (smerge-refined-added): New face that uses shades of green.
11954         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
11955         args `props-r' and `props-a', and use them.  Doc fix.
11956         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11957         on its value use different faces `smerge-refined-change',
11958         `smerge-refined-removed', `smerge-refined-added' in the call to
11959         `smerge-refine-subst'.
11961         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11962         Add face condition `min-colors 88' with shades of red.
11963         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11964         `min-colors 88' with shades of green.
11965         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11966         `min-colors 88' with shades of yellow.
11968 2012-05-24  Glenn Morris  <rgm@gnu.org>
11970         * paths.el (prune-directory-list, remote-shell-program): Move to...
11971         * files.el (prune-directory-list, remote-shell-program): ...here.
11972         For the latter, delay initialization, prefer ssh, just search PATH.
11974         * paths.el (term-file-prefix): Move to faces.el (the only user).
11975         * faces.el (term-file-prefix): Move here, make it a defcustom.
11977         * paths.el (news-directory, news-path, news-inews-program):
11978         Move to gnus/nnspool.el.
11980         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11982         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11983         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11984         Make the latter a defcustom, with a delayed initialization.
11986         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11987         These were deleted from Gnus itself late 2010.
11989 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
11991         * progmodes/which-func.el (which-func-ff-hook):
11992         Check against user-error, not error.
11994         * emacs-lisp/edebug.el (top): Do not load or set up loading of
11995         cl-specs.el, which no longer exists.
11997 2012-05-22  Glenn Morris  <rgm@gnu.org>
11999         * info.el (info-emacs-bug): New command.
12000         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12001         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12003 2012-05-21  Glenn Morris  <rgm@gnu.org>
12005         * makefile.w32-in (update-subdirs-SH):
12006         * Makefile.in (update-subdirs): Update for moved update-subdirs.
12008 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12010         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12012         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12013         Simplify Maven regexp, and make sure the file can't start with a space
12014         (bug#11517).
12016 2012-05-21  Glenn Morris  <rgm@gnu.org>
12018         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12019         Scrap superfluous subshells.
12021 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12023         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12024         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12026 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
12028         * calc/calc.el (calc-ensure-consistent-units): New variable.
12030         * calc/calc-units.el (math-consistent-units-p)
12031         (math-check-unit-consistency): New functions.
12032         (calc-quick-units, calc-convert-units):
12033         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12034         is non-nil.
12035         (calc-extract-units): Fix typo.
12037 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12039         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12041         * textmodes/flyspell.el: Commenting style, plus code simplifications.
12042         (flyspell-default-deplacement-commands): Don't spell check after
12043         repeated window/frame switches (e.g. triggered by mouse-movement).
12044         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12045         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12046         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12047         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12048         Remove unused vars.
12049         (flyspell-get-casechars, flyspell-get-not-casechars):
12050         Simplify; Don't bother removing a ] just to add it back.
12051         * textmodes/ispell.el (ispell-program-name): Use executable-find.
12053 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12055         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12056         New functions.
12057         (math-function-table): Add support for more C functions.
12059 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12061         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12062         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12063         Protect delay handling for otherchars against empty otherchars.
12065 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12067         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12068         their respective macro declarations.
12069         * skeleton.el (define-skeleton):
12070         * progmodes/compile.el (define-compilation-mode):
12071         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12072         (define-ibuffer-filter):
12073         * emacs-lisp/generic.el (define-generic-mode):
12074         * emacs-lisp/easy-mmode.el (define-minor-mode)
12075         (define-globalized-minor-mode):
12076         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12077         * emacs-lisp/byte-run.el (defsubst):
12078         * custom.el (deftheme): Add doc-string metadata.
12080 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12082         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12084 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12086         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12088         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12089         * emacs-lisp/cl-macs.el: Idem.
12090         * emacs-lisp/cl-specs.el: Remove.
12092 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12094         Minor renaming of internal CL functions and variables.
12095         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12096         (cl--position): Rename from cl-position.
12097         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12098         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12099         (cl--random-state): Rename from *random-state*.
12101 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12103         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12104         parens around the arg list (bug#11499).
12106 2012-05-17  Juri Linkov  <juri@jurta.org>
12108         * isearch.el (word-search-regexp, word-search-backward)
12109         (word-search-forward, word-search-backward-lax)
12110         (word-search-forward-lax): Move functions from search.c
12111         (bug#10145, bug#11381).
12113 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12115         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12116         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12117         Delay for otherchars as for normal word components.
12119 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12121         * minibuffer.el (completion--sifn-requote): Fix last change.
12122         (minibuffer-local-must-match-filename-map):
12123         Move define-obsolete-variable-alias before its var.
12125 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12127         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12129         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12130         behavior.
12131         (completion--string-equal-p): New function.
12132         (completion--twq-all): Use it to get better assertion failure data.
12134         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12135         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12136         (shell--requote-argument): New functions.
12137         (shell-completion-vars): Use them.
12138         (shell--parse-pcomplete-arguments): Rename from
12139         shell-parse-pcomplete-arguments.
12140         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12141         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12142         Obey comint-file-name-quote-list.
12144         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12145         (smie-indent-keyword): Use it.
12147 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12149         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12151 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         * net/rlogin.el (rlogin-mode-map): Fix last change.
12155 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12157         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12158         the following \r\n using a single `process-send-string', since the
12159         Lotus SMTP server refuses to accept any commands if they are sent
12160         with two `process-send-string's (Bug#11444).
12162 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12164         * shell.el (shell-parse-pcomplete-arguments):
12165         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12167 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12169         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12170         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12171         (image-transform-width, image-transform-fit-width): New functions.
12172         (image-transform-properties): Use them.
12173         (image-transform-check-size): New function.
12174         (image-toggle-display-image): Use it (for testing).
12175         (image-transform-set-rotation): Reduce angle mod 360.
12176         Delete obsolete comment.
12178 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12180         * image-mode.el: Fix scaling (bug#11399).
12181         (image-transform-resize): Doc fix.
12182         (image-transform-properties): Default scale is 1 and height should
12183         be an integer.
12185 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
12187         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12188         than hard-coding `car', to fix misbehavior when moving forward.
12190 2012-05-13  Chong Yidong  <cyd@gnu.org>
12192         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12193         (tabulated-list-entries, tabulated-list-padding)
12194         (tabulated-list-sort-key): Make permanent-local.
12196         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12197         (electric-buffer-list): Put electric buffer menu
12198         command descriptions in this docstring, instead of the docstring
12199         of electric-buffer-menu-mode.  Code cleanups.
12200         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12201         Electric-buffer-menu-mode.
12202         (electric-buffer-update-highlight): Minor code cleanup.
12204 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12206         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12207         (Bug#11447)
12209 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12211         Move define-obsolete-variable-alias before the var's definition.
12212         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12213         * tooltip.el (tooltip-hook):
12214         * textmodes/reftex-toc.el (reftex-toc-map):
12215         * textmodes/reftex-sel.el (reftex-select-label-map)
12216         (reftex-select-bib-map):
12217         * textmodes/reftex-index.el (reftex-index-map)
12218         (reftex-index-phrases-map):
12219         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12220         * progmodes/meta-mode.el (meta-mode-map):
12221         * novice.el (disabled-command-hook):
12222         * loadhist.el (unload-hook-features-list):
12223         * frame.el (blink-cursor):
12224         * files.el (find-file-not-found-hooks, write-file-hooks)
12225         (write-contents-hooks):
12226         * emulation/tpu-edt.el (GOLD-map):
12227         * emacs-lock.el (emacs-lock-from-exiting):
12228         * emacs-lisp/generic.el (generic-font-lock-defaults):
12229         * emacs-lisp/chart.el (chart-map):
12230         * dos-fns.el (register-name-alist):
12231         * dired-x.el (dired-omit-files-p):
12232         * desktop.el (desktop-enable):
12233         * cus-edit.el (custom-mode-hook):
12234         * buff-menu.el (buffer-menu-mode-hook):
12235         * bookmark.el (bookmark-read-annotation-text-func)
12236         (bookmark-exit-hooks):
12237         * allout.el (allout-mode-deactivate-hook)
12238         (allout-exposure-change-hook, allout-structure-added-hook)
12239         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12240         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12241         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12242         comes before the corresponding variable's definition.
12244 2012-05-12  Chong Yidong  <cyd@gnu.org>
12246         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12247         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12248         (Buffer-menu-mode-map): Bind it.
12249         (Buffer-menu--pretty-name): Add a mouse-face property.
12251 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12253         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12254         (prolog-upper-case-string, prolog-lower-case-string)
12255         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12256         (prolog-use-smie, prolog-smie-grammar): New vars.
12257         (prolog-smie-forward-token, prolog-smie-backward-token)
12258         (prolog-smie-rules): New funs.
12259         (prolog-comment-indent): Remove.
12260         (prolog-mode-variables): Use default comment indentation instead.
12261         Setup SMIE.
12262         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12263         (prolog-mode): Don't call them any more.
12264         (prolog-electric-colon, prolog-electric-dash)
12265         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12267         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12269         * minibuffer.el (completion--twq-all): Again, allow case differences.
12271         * term.el: Move keymap initialization code to be more idiomatic.
12272         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12273         (term-terminal-menu): Move initialization into declaration.
12274         (term-escape-char): Let the user set it in her .emacs.
12276         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12277         Provide SMIE-based indentation (not enabled by default yet).
12278         (sh-mode-map): Don't bind electric keys.
12279         Use electric-pair-mode instead of skeleton-pair.
12280         (sh-assignment-regexp): Fit within 80 columns.
12281         (sh-indent-supported): Specify actual shell name instead of boolean.
12282         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12283         (sh-maybe-here-document): Use it.  Make obsolete.
12284         (sh-electric-here-document-mode) New minor mode.
12285         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
12286         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12287         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12288         (sh-smie-rc-grammar, sh-use-smie): New vars.
12289         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12290         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12291         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12292         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12293         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12294         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12295         (sh-set-shell): Use smie-setup if requested.
12297         * term.el (term-set-escape-char): Properly set term-escape-char.
12298         See http://stackoverflow.com/questions/10524656.
12300 2012-05-10  Chong Yidong  <cyd@gnu.org>
12302         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12303         Use url-generic-parse-url, and handle host names and Windows
12304         filenames properly.
12305         (ffap-url-unwrap-remote): Use url-generic-parse-url.
12306         (ffap-url-unwrap-remote): Accept list values, specifying a list of
12307         URL schemes to work on.
12308         (ffap--toggle-read-only): New function.
12309         (ffap-read-only, ffap-read-only-other-window)
12310         (ffap-read-only-other-frame): Use it.
12311         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12312         necessary for ffap-url-unwrap-remote.
12314 2012-05-10  Dave Abrahams  <dave@boostpro.com>
12316         * cus-start.el (create-lockfiles): Add it.
12318 2012-05-09  Chong Yidong  <cyd@gnu.org>
12320         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12321         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12323 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12325         * shell.el (shell-completion-vars): Fix last change (bug#11348).
12327 2012-05-09  Chong Yidong  <cyd@gnu.org>
12329         * ansi-color.el (ansi-color-process-output): Check for validity of
12330         comint-last-output-start before using it.  This avoids a bad
12331         interaction with gdb-mi's input/output buffer.
12333 2012-05-09  Glenn Morris  <rgm@gnu.org>
12335         * files.el (dir-locals-read-from-file):
12336         Mention dir-locals in any error message.
12338 2012-05-09  Chong Yidong  <cyd@gnu.org>
12340         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12341         package (Bug#11410).
12343         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12344         variables into description.
12346 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12348         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12349         shell-delimiter-argument-list (bug#11348).
12350         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12352 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
12354         * textmodes/rst.el: Silence byte-compiler warnings.
12355         (rst-re-alist, rst-reset-section-caches): Move around.
12356         (rst-re): Use `characterp', not `char-valid-p'.
12357         (font-lock-beg, font-lock-end): Declare.
12359         * progmodes/idlw-shell.el (specs): Remove reference to deleted
12360         variable `idlwave-shell-activate-alt-keybindings' and simplify.
12362         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12364 2012-05-08  Glenn Morris  <rgm@gnu.org>
12366         * files.el (auto-mode-alist): Treat ".make" like ".mk".
12368 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12370         * vc/log-edit.el: Add GNU coding standards highlighting.
12371         (log-edit-font-lock-gnu-style)
12372         (log-edit-font-lock-gnu-keywords): New vars.
12373         (log-edit-font-lock-keywords): New fun.
12374         (log-edit-mode): Don't fold case in font-lock.
12375         (log-edit-font-lock-keywords): Do not assume case-folding.
12377         * imenu.el: Misc cleanup.  Make docstrings out of comments.
12378         Use lexical-binding.
12379         (imenu--index-alist, imenu--last-menubar-index-alist)
12380         (imenu-menubar-modified-tick): Use defvar-local.
12381         (imenu--split-menu): Remove unused var.
12382         (imenu--cleanup-seen): Declare as global.
12383         (imenu--cleanup): Use dolist.
12385         * subr.el (defvar-local): Add debug spec and doc-string position.
12387 2012-05-08  Glenn Morris  <rgm@gnu.org>
12389         * language/burmese.el, language/cham.el, language/czech.el:
12390         * language/english.el, language/georgian.el, language/greek.el:
12391         * language/japanese.el, language/khmer.el, language/korean.el:
12392         * language/lao.el, language/misc-lang.el, language/romanian.el:
12393         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12394         * language/thai.el, language/utf-8-lang.el:
12395         Remove no-byte-compile setting.
12397         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
12399 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12401         * progmodes/make-mode.el (makefile-browse):
12402         Remove unnecessary interactive.  (Bug#11324)
12404 2012-05-07  Glenn Morris  <rgm@gnu.org>
12406         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12408         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12410 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12412         * loadup.el: Preload newcomment.el.
12413         * newcomment.el: Move autoload-only code to toplevel.
12415         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12416         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12417         Handle new :right-align column property.
12418         (tabulated-list-print-col): Idem, plus use `display' text-property to
12419         try and preserve alignment for variable pitch fonts.
12421 2012-05-07  Chong Yidong  <cyd@gnu.org>
12423         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12424         (tabulated-list-use-header-line): New var.
12425         (tabulated-list-init-header): Use it.
12426         (tabulated-list-print-fake-header): New function.
12427         (tabulated-list-print): Use it.
12428         (tabulated-list-sort-button-map): Add non-header-line commands.
12429         (tabulated-list-init-header): Add column name property to basic
12430         labels as well.
12431         (tabulated-list-col-sort): Handle non-header-line button case.
12432         (tabulated-list--sort-by-column-name): Fix a corner case.
12434         * buff-menu.el (list-buffers--refresh):
12435         Handle Buffer-menu-use-header-line.
12437 2012-05-06  Chong Yidong  <cyd@gnu.org>
12439         * buff-menu.el: Convert to Tabulated List mode.
12440         (Buffer-menu-buffer+size-width): Make obsolete.
12441         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12442         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12443         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
12444         documentation into docstring of buffer-menu.
12445         (Buffer-menu-toggle-files-only): Add an informative message.
12446         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12447         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12448         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12449         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12450         (Buffer-menu-execute, Buffer-menu-select)
12451         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12452         (Buffer-menu-bury): Use Tabulated List machinery.
12453         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12454         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12455         Delete.
12456         (list-buffers--refresh): New function.
12457         (list-buffers-noselect): Use it.
12458         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12459         (Buffer-menu--pretty-file-name): New helper functions.
12461         * loadup.el: Preload tabulated-list.
12463         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12464         tabulated-list-sort-column.
12465         (tabulated-list-init-header): Add the initial aligning space even
12466         if tabulated-list-padding is zero.
12468 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
12470         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12471         whose cdr is not a cons cell correctly (bug#11038).
12473 2012-05-06  Chong Yidong  <cyd@gnu.org>
12475         * emacs-lisp/tabulated-list.el (tabulated-list-format):
12476         Accept additional plist in column descriptors.
12477         (tabulated-list-init-header): Obey it.
12478         (tabulated-list-get-entry): New function.
12479         (tabulated-list-put-tag): Use it.  Use string-width instead of
12480         length.
12481         (tabulated-list--column-number): New function.
12482         (tabulated-list-print): Use it.
12483         (tabulated-list-print-col): New function.
12484         Set `tabulated-list-column-name' property on each column's text.
12485         (tabulated-list-print-entry): Use it.
12486         (tabulated-list-delete-entry, tabulated-list-set-col):
12487         New functions.
12488         (tabulated-list-sort-column): New command (Bug#11337).
12490         * buff-menu.el (list-buffers): Move C-x C-b binding from
12491         buff-menu.el to bindings.el.
12493         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12494         :advertised-binding feature.
12496 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
12498         * progmodes/compile.el (compilation-internal-error-properties):
12499         Calculate start position correctly when end-col is set but
12500         end-line is not (Bug#11382).
12502 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
12504         * man.el (Man-unindent): Use text-property-default-nonsticky to
12505         prevent untabify from inheriting face properties (Bug#11408).
12507 2012-05-05  Stefan Merten  <smerten@oekonux.de>
12509         * textmodes/rst.el: Major merge with upstream development up to
12510         Docutils SVN r7399 / rst.el V1.2.1.
12512         Clarify maintainership and authors.
12514         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12515         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12516         (rst-official-version, rst-official-cvs-rev, rst-version)
12517         (rst-package-emacs-version-alist): New functions and variables
12518         for version information.
12520         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12521         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12522         (rst-mode-syntax-table, rst-mode): New and corrected functions
12523         and variables representing reStructuredText features.
12525         (rst-re): New function for reStructuredText regexes.  Use in
12526         many places.
12528         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12529         (rst-mode-map): Rebind keys.
12531         (rst-mode-lazy, rst-font-lock-keywords)
12532         (rst-font-lock-extend-region)
12533         (rst-font-lock-extend-region-internal)
12534         (rst-font-lock-extend-region-extend)
12535         (rst-font-lock-find-unindented-line-limit)
12536         (rst-font-lock-find-unindented-line-match)
12537         (rst-adornment-level, rst-font-lock-adornment-level)
12538         (rst-font-lock-adornment-match)
12539         (rst-font-lock-handle-adornment-pre-match-form)
12540         (rst-font-lock-handle-adornment-matcher): Major revision of
12541         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
12543         (rst-preferred-adornments, rst-adjust-hook)
12544         (rst-new-adornment-down, rst-preferred-bullets)
12545         (rst-preferred-bullets, rst-indent, rst-indent-width)
12546         (rst-indent-field, rst-indent-literal-normal)
12547         (rst-indent-literal-minimized, rst-indent-comment): Change,
12548         extend and improve customization.
12550         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12551         (rst-normalize-cursor-position, rst-get-decoration)
12552         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12553         (rst-rstrip, rst-toc-insert-find-delete-contents)
12554         (rst-shift-fill-region, rst-compute-bullet-tabs)
12555         (rst-debug-print-tabs, rst-debug-mark-found)
12556         (rst-shift-region-guts, rst-shift-region-right)
12557         (rst-shift-region-left, rst-use-char-classes)
12558         (rst-font-lock-keywords-function)
12559         (rst-font-lock-indentation-point)
12560         (rst-font-lock-find-unindented-line-begin)
12561         (rst-font-lock-find-unindented-line-end)
12562         (rst-font-lock-find-unindented-line)
12563         (rst-font-lock-adornment-point, rst-font-lock-level)
12564         (rst-adornment-level-alist): Remove functions and variables.
12566         (rst-compare-adornments, rst-get-adornment-match)
12567         (rst-suggest-new-adornment, rst-get-adornments-around)
12568         (rst-adornment-complete-p, rst-get-next-adornment)
12569         (rst-adjust-adornment, rst-display-adornments-hierarchy)
12570         (rst-straighten-adornments): Standardize function names to
12571         use "adornment" instead of "decoration".  Correct callers.
12572         Similar standardizing in many places.
12574         (rst-update-section, rst-adjust, rst-promote-region)
12575         (rst-enumerate-region, rst-bullet-list-region)
12576         (rst-repeat-last-character): Correct use of `interactive'.
12578         (rst-classify-adornment, rst-find-all-adornments)
12579         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12580         (rst-find-leftmost-column, rst-repeat-last-character):
12581         Refactor functions.
12583         (rst-find-title-line, rst-reset-section-caches)
12584         (rst-get-adornments-around, rst-adjust-adornment-work)
12585         (rst-arabic-to-roman, rst-roman-to-arabic)
12586         (rst-insert-list-pos, rst-insert-list-new-item)
12587         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12588         New functions.
12590         (rst-all-sections, rst-section-hierarchy)
12591         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12592         New variables.
12594         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12595         configuration instead of only buffer.  Change where necessary.
12597         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12598         (rst-shift-region, rst-adaptive-fill): New functions for
12599         indentation and filling.
12601         (rst-comment-line-break, rst-comment-indent)
12602         (rst-comment-insert-comment, rst-comment-region)
12603         (rst-uncomment-region): New functions for handling comments.
12605         (rst-compile): Quote shell arguments.
12607         (rst-compile-pdf-preview, rst-compile-slides-preview):
12608         Delete temporary files after use.
12610 2012-05-05  Glenn Morris  <rgm@gnu.org>
12612         * calendar/cal-html.el: Optionally include holidays in the output.
12613         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12614         (cal-html-holidays): New option.
12615         (cal-html-css-default): Add holiday entry.
12616         (holiday-in-range): Autoload it.
12617         (cal-html-htmlify-entry): Add optional class argument.
12618         (cal-html-htmlify-list): Add optional holidays argument.
12619         (cal-html-insert-agenda-days): Include holidays in the output.
12620         (cal-html-one-month): Maybe include holidays.
12622         * calendar/holidays.el (holiday-in-range):
12623         Move here from cal-tex-list-holidays.
12624         * calendar/cal-tex.el (cal-tex-list-holidays):
12625         Make it an obsolete alias for holiday-in-range.  Update all callers.
12627 2012-05-05  Chong Yidong  <cyd@gnu.org>
12629         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12630         Nextstep.
12632 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
12634         * files.el (file-auto-mode-skip): New var.
12635         (set-auto-mode-1): Use it.
12637 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12639         * repeat.el: Use lexical-binding.
12640         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12641         (repeat-undo-count): Remove.
12642         (repeat):
12643         * progmodes/octave-mod.el (octave-abbrev-start):
12644         * progmodes/f90.el (f90-abbrev-start):
12645         * face-remap.el (text-scale-adjust):
12646         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12648         * emacs-lisp/pcase.el (pcase--let*): New function.
12649         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12650         a bit more.
12651         (pcase--split-pred): Be more clever about ruling out overlap between
12652         a predicate and some constant pattern.
12653         (pcase--q1): Use `null' instead of (eq foo nil).
12655         * subr.el (setq-local, defvar-local): New macros.
12656         (kbd): Redefine as an alias.
12657         (with-selected-window): Leave unrelated frames alone.
12658         (set-temporary-overlay-map): New function.
12660 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * subr.el (user-error): New function.
12663         * window.el (switch-to-buffer):
12664         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12665         (smerge-match-conflict):
12666         * simple.el (previous-matching-history-element)
12667         (next-matching-history-element, goto-history-element, undo-more)
12668         (undo-start):
12669         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12670         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12671         (next-file, tags-loop-scan, list-tags, complete-tag):
12672         * progmodes/compile.el (compilation-loop):
12673         * mouse.el (mouse-minibuffer-check):
12674         * man.el (Man-bgproc-sentinel, Man-goto-page):
12675         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12676         (Info-history-forward, Info-follow-reference, Info-menu)
12677         (Info-extract-menu-item, Info-extract-menu-counting)
12678         (Info-forward-node, Info-backward-node, Info-next-menu-item)
12679         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12680         (Info-next-reference, Info-prev-reference, Info-index)
12681         (Info-index-next, Info-follow-nearest-node)
12682         (Info-copy-current-node-name):
12683         * imenu.el (imenu--make-index-alist)
12684         (imenu-default-create-index-function, imenu-add-to-menubar):
12685         * files.el (basic-save-buffer, recover-file):
12686         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12687         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12688         (checkdoc-message-text, checkdoc-defun):
12689         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12690         * cus-edit.el (customize-changed-options, customize-rogue)
12691         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12692         (custom-variable-mark-to-reset-standard)
12693         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12694         (custom-file):
12695         * completion.el (check-completion-length):
12696         * comint.el (comint-search-arg)
12697         (comint-previous-matching-input-string-position)
12698         (comint-previous-matching-input)
12699         (comint-replace-by-expanded-history-before-point, comint-send-input)
12700         (comint-copy-old-input, comint-backward-matching-input)
12701         (comint-goto-process-mark, comint-set-process-mark):
12702         * calendar/calendar.el (calendar-cursor-to-date): Use it.
12703         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12705 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12707         * dabbrev.el (dabbrev--ignore-case-p): New function.
12708         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12709         Use it.
12711         * files.el (automount-dir-prefix): Mark as obsolete.
12713 2012-05-04  Glenn Morris  <rgm@gnu.org>
12715         * patcomp.el, play/bruce.el: Move to obsolete/.
12717 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
12719         Fix minor Y10k bugs.
12720         * arc-mode.el (archive-unixdate):
12721         * autoinsert.el (auto-insert-alist):
12722         * calc/calc-forms.el (math-this-year):
12723         * emacs-lisp/copyright.el (copyright-current-year)
12724         (copyright-update-year, copyright):
12725         * tar-mode.el (tar-clip-time-string):
12726         * time.el (display-time-update):
12727         Don't assume years have 4 digits.
12729 2012-05-04  Chong Yidong  <cyd@gnu.org>
12731         * dos-w32.el (file-name-buffer-file-type-alist)
12732         (direct-print-region-use-command-dot-com):
12733         * ffap.el (ffap-menu-regexp):
12734         * find-file.el (ff-special-constructs):
12735         * follow.el (follow-debug):
12736         * forms.el (forms--debug):
12737         * iswitchb.el (iswitchb-all-frames):
12738         * ido.el (ido-all-frames):
12739         * emacs-lisp/timer.el (timer-max-repeats):
12740         * mail/feedmail.el (feedmail-mail-send-hook)
12741         (feedmail-mail-send-hook-queued):
12742         * mail/footnote.el (footnote-signature-separator):
12743         * mail/mailabbrev.el (mail-alias-separator-string)
12744         (mail-abbrev-mode-regexp):
12745         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12746         * progmodes/idlwave.el (idlwave-libinfo-file)
12747         (idlwave-default-completion-case-is-down)
12748         (idlwave-library-routines): Convert defvars to defcustoms.
12750         * mail/rmail.el (rmail-decode-mime-charset):
12751         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12752         (idlwave-shell-fix-inserted-breaks)
12753         (idlwave-shell-activate-alt-keybindings)
12754         (idlwave-shell-use-breakpoint-glyph):
12755         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12757 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12759         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12761 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
12763         * progmodes/verilog-mode.el (font-lock-keywords):
12764         Fix mis-highligting auto.  Reported by Craig Barner.
12765         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12766         defines from global name space.  Reported by Dan Dever.
12767         (verilog-auto-reset, verilog-auto-reset-widths)
12768         (verilog-auto-tieoff): Support using unbased numbers for
12769         AUTORESET and AUTOTIEOFF.
12770         (verilog-submit-bug-report): Update variable list.
12771         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12772         parenthesis from not matching.  Reported by Michael Rytting.
12773         (verilog-auto-template-lint): Fix hash error when linting modules
12774         with no used templates.
12775         (verilog-warn, verilog-warn-error)
12776         (verilog-warn-fatal): When non-interactive report multiple
12777         warnings before exiting.  Suggested by Brad Dobbie.
12778         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12779         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12780         to report unused template errors.  Reported by Brad Dobbie.
12781         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12782         nets, bug438.  Reported by Vns Blore.
12783         (verilog-auto-inout-module, verilog-auto-reg)
12784         (verilog-read-decls, verilog-read-sub-decls-sig)
12785         (verilog-signals-edit-wire-reg, verilog-signals-with):
12786         Fix passing of Verilog data types in ANSI input/output ports
12787         such as "output logic" into the AUTOs.  Special case "wire" and
12788         "reg" for backwards compatibility presuming Verilog 2001.
12789         (verilog-auto-ascii-enum): Add "auto enum" as alias.
12790         (verilog-preprocess): Fix replication of preprocess output.
12791         Reported by Brad Dobbie.
12792         (verilog-auto-inst-interfaced-ports):
12793         Create verilog-auto-inst-interfaced-ports, bug429.
12794         Reported by Julian Gorfajn.
12795         (verilog-after-save-font-hook)
12796         (verilog-before-save-font-hook): New variable.
12797         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12798         (verilog-save-font-mods): Wrap disabling fontification, reported
12799         by David Rogoff.
12800         (verilog-do-indent, verilog-pretty-declarations-auto)
12801         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12802         Reported by Pierre-David Pfister.
12803         (verilog-set-auto-endcomments): Fix endtask auto comments outside
12804         of class declarations, bug292.  Reported by Kevin Heilman.
12805         (verilog-read-decls): Fix 'parameter type' not appearing in
12806         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
12807         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12808         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
12809         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12810         Reported by David Kravitz.
12812 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
12814         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12815         assignment with tests in ifs and for loops.
12816         (verilog-extended-complete-re, verilog-complete-reg): Change so
12817         that DPI inport functions don't look like fuction declarations.
12818         (verilog-pretty-expr): Don't line up assignment
12819         operations to the test and increment in if and for loops
12820         (verilog-extended-complete-re, verilog-complete-reg): Change so
12821         that DPI inport functions don't look like fuction declarations.
12823 2012-05-03  Kenichi Handa  <handa@m17n.org>
12825         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12826         decoding, and show a warning message without signaling an error
12827         (Bug#11282).
12829 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12831         * emacs-lisp/bytecomp.el
12832         (byte-compile-file-form-custom-declare-variable): Compile all elements,
12833         since cconv.el might have introduced :fun-body, internal-make-closure,
12834         and friends for bytecomp to handle (bug#11391).
12835         * custom.el (defcustom): Avoid ((λ ..) ..).
12837 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12839         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12841 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
12843         * notifications.el (dbus-debug):
12844         * term/linux.el (gpm-mouse-enable):
12845         * term/screen.el (xterm-register-default-colors): Declare.
12847 2012-05-02  Chong Yidong  <cyd@gnu.org>
12849         * cus-start.el (gc-cons-percentage, exec-suffixes)
12850         (dos-display-scancodes, dos-hyper-key, dos-super-key)
12851         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12852         (make-cursor-line-fully-visible, void-text-area-pointer)
12853         (font-list-limit): Add customization data.
12855         * allout.el (allout-exposure-change-functions)
12856         (allout-structure-added-functions)
12857         (allout-structure-deleted-functions)
12858         (allout-structure-shifted-functions): Rename abnormal hooks from
12859         *-hook, and convert to defcustoms.
12860         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12861         Convert to defcustoms.
12862         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12864         * allout-widgets.el: Hook callers changed.
12866 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
12868         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12869         the yanked message in preference to the default value of
12870         buffer-file-coding-system.
12872 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
12874         * window.el (display-buffer--action-function-custom-type):
12875         Fix entry.
12877 2012-05-02  Alan Mackenzie  <acm@muc.de>
12879         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12881 2012-05-01  Glenn Morris  <rgm@gnu.org>
12883         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12885         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
12887         * cus-edit.el (custom-variable-documentation): Simplify with format.
12889 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12890             Stefan Monnier  <monnier@iro.umontreal.ca>
12892         * simple.el (suggest-key-bindings, execute-extended-command):
12893         Move from keyboard.c.
12895 2012-05-01  Chong Yidong  <cyd@gnu.org>
12897         * follow.el: Eliminate advice.
12898         (set-process-filter, process-filter, sit-for): Advice deleted.
12899         (follow-mode-off-hook): Obsolete hook removed.
12900         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12901         Vars deleted.
12902         (follow-auto): Use a :set function.
12903         (follow-mode): Rewritten.  Don't advise process filters.
12904         (follow-switch-to-current-buffer-all, follow-scroll-up)
12905         (follow-scroll-down): Assume follow-mode is bound.
12906         (follow-comint-scroll-to-bottom)
12907         (follow-align-compilation-windows): New functions.
12908         (follow--window-sorter): New function.
12909         (follow-all-followers): Use it to explicitly sort windows by their
12910         positions; don't make assumptions about next-window order.
12911         (follow-windows-start-end, follow-delete-other-windows-and-split)
12912         (follow-calc-win-start): Doc fix.
12913         (follow-windows-aligned-p, follow-select-if-visible): Don't call
12914         vertical-motion unnecessarily.
12915         (follow-adjust-window): New function.
12916         (follow-post-command-hook): Use it.
12917         (follow-call-set-process-filter, follow-call-process-filter)
12918         (follow-intercept-process-output, follow-tidy-process-filter-alist)
12919         (follow-stop-intercept-process-output, follow-generic-filter):
12920         Functions deleted.
12921         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12922         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12923         New functions, replacing advice on scroll-bar-* commands.
12924         (follow-mwheel-scroll): New function (Bug#4112).
12926         * comint.el (comint-adjust-point): New function.
12927         (comint-postoutput-scroll-to-bottom): Use it.
12928         Call follow-comint-scroll-to-bottom for Follow mode buffers.
12930 2012-05-01  Glenn Morris  <rgm@gnu.org>
12932         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12933         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12934         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12935         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12936         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12937         Remove no-byte-compile setting.
12939 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12941         * minibuffer.el (completion-table-with-quoting): Fix compatibility
12942         all-completions code to not return a number in the last cdr.
12944 2012-04-30  Leo Liu  <sdl.web@gmail.com>
12946         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12947         read-only error.
12949 2012-04-29  Chong Yidong  <cyd@gnu.org>
12951         * follow.el (follow-calc-win-end): Rewrite to handle partial
12952         screen lines correctly (Bug#8390).
12953         (follow-avoid-tail-recenter): Minor cleanup.
12955 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12957         Avoid the obsolete `assoc' package.
12958         * speedbar.el (speedbar-refresh): Avoid adelete.
12959         (speedbar-file-lists): Simplify and avoid aput.
12960         * man.el (Man--sections, Man--refpages): New vars, replacing
12961         Man-sections-alist and Man-refpages-alist.
12962         (Man-build-section-alist, Man-build-references-alist):
12963         Use them; avoid aput.
12964         (Man--last-section, Man--last-refpage): New vars.
12965         (Man-follow-manual-reference): Use them.
12966         Use the `default' arg of completing-read.
12967         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
12969 2012-04-27  Chong Yidong  <cyd@gnu.org>
12971         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12973         * startup.el (x-apply-session-resources): New function.
12975         * term/ns-win.el (ns-initialize-window-system):
12976         * term/w32-win.el (w32-initialize-window-system):
12977         * term/x-win.el (x-initialize-window-system): Use it to properly
12978         set menu-bar-mode and other vars from X resources, even if the
12979         initial frame is not a window-system frame (Bug#2299).
12981         * subr.el (read-key): Avoid running filter function when setting
12982         up temporary tool bar entries (Bug#9922).
12984 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12986         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12987         (Bug#11344)
12989 2012-04-27  Chong Yidong  <cyd@gnu.org>
12991         * select.el (xselect--encode-string): New function, split from
12992         xselect-convert-to-string.
12993         (xselect-convert-to-string): Use it.
12994         (xselect-convert-to-filename, xselect-convert-to-os)
12995         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12996         returned strings are properly encoded (Bug#11315).
12998 2012-04-27  Chong Yidong  <cyd@gnu.org>
13000         * simple.el (delete-active-region): Move to killing custom group.
13002 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13004         * progmodes/which-func.el (which-func-current): Quote %
13005         characters for mode-line processing.
13007 2012-04-27  Chong Yidong  <cyd@gnu.org>
13009         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13010         reaching eob (Bug#11286).
13012 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
13014         * progmodes/gdb-mi.el (gdb-control-level): New variable.
13015         (gdb): Make it buffer-local and init to zero.
13016         (gdb-control-commands-regexp): New variable.
13017         (gdb-send): Don't wrap in "-interpreter-exec console" if
13018         gdb-control-level is positive.  Increment gdb-control-level
13019         whenever the command matches gdb-control-commands-regexp, and
13020         decrement it each time the command is "end".  (Bug#11279)
13022 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
13024         * window.el (adjust-window-trailing-edge, enlarge-window)
13025         (shrink-window, window-resize):
13026         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13027         windows (Bug#11276).
13029 2012-04-27  Chong Yidong  <cyd@gnu.org>
13031         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13032         fix "missing prefix" warning.  All callers changed.
13034 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13036         * emacs-lisp/assoc.el: Move to obsolete/.
13038 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13040         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13042         * term/ns-win.el (ns-define-service):
13043         * progmodes/pascal.el (pascal-goto-defun):
13044         * progmodes/js.el (js--read-tab):
13045         * progmodes/etags.el (tags-lazy-completion-table):
13046         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13047         * emacs-lisp/ewoc.el (ewoc--wrap):
13048         * emacs-lisp/assoc.el (aput, adelete, amake):
13049         * doc-view.el (doc-view-convert-current-doc):
13050         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13052 2012-04-26  Chong Yidong  <cyd@gnu.org>
13054         * image.el (image-type-from-buffer): Only return supported image
13055         type (Bug#9045).
13057         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13058         value, for symmetry with diff-end-of-hunk.
13059         (diff-split-hunk, diff-find-source-location)
13060         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13061         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13062         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13063         compute the relevant hunk or file properly (Bug#6005).
13064         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13066 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13068         * vc/vc-mtn.el:
13069         * vc/vc-hg.el:
13070         * vc/vc-git.el:
13071         * vc/vc-dir.el:
13072         * vc/vc-cvs.el:
13073         * vc/vc-bzr.el:
13074         * vc/vc-arch.el:
13075         * vc/vc.el: Replace lexical-let by lexical-binding.
13076         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13077         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13078         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13080 2012-04-26  Chong Yidong  <cyd@gnu.org>
13082         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13083         (diff-mode-shared-map): Bind it to / and [remap undo].
13085         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13086         (ediff-window-setup-function): Use it as the default, to set up
13087         windows based on whether the current frame is graphical (Bug#2138).
13088         (ediff-choose-window-setup-function-automatically): Make obsolete.
13090         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13092 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13094         * ffap.el: Remove old code for obsolete package.
13095         (ffap-complete-as-file-p): Remove.
13097         Use completion-table-with-quoting for comint and pcomplete.
13098         * comint.el (comint--unquote&requote-argument)
13099         (comint--unquote-argument, comint--requote-argument): New functions.
13100         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13101         (comint-quote-filename): Use regexp-opt-charset.
13102         (comint--common-suffix, comint--common-quoted-suffix)
13103         (comint--table-subvert): Remove.
13104         (comint-unquote-function, comint-requote-function): New vars.
13105         (comint--complete-file-name-data): Use them with
13106         completion-table-with-quoting.
13107         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13108         * pcomplete.el (pcomplete-arg-quote-list)
13109         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13110         (pcomplete-unquote-argument-function): Default to non-nil.
13111         (pcomplete-unquote-argument): Simplify.
13112         (pcomplete--common-quoted-suffix): Remove.
13113         (pcomplete-requote-argument-function): New var.
13114         (pcomplete--common-suffix): New function.
13115         (pcomplete-completions-at-point): Use completion-table-with-quoting
13116         and completion-table-subvert.
13118         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13119         (minibuffer--double-dollars): Preserve properties.
13120         (completion--sifn-requote): New function.
13121         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13123         * minibuffer.el: Add support for completion of quoted/escaped data.
13124         (completion-table-with-quoting, completion-table-subvert): New funs.
13125         (completion--twq-try, completion--twq-all): New functions.
13126         (completion--nth-completion): New function.
13127         (completion-try-completion, completion-all-completions): Use it.
13129 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13131         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13132         Use compilation-message if available to find real filename.
13134 2012-04-25  Chong Yidong  <cyd@gnu.org>
13136         * vc/diff-mode.el (diff-setup-whitespace): New function.
13137         (diff-mode): Use it.
13139         * vc/diff.el (diff-sentinel):
13140         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13141         Whitespace mode variables based on diff style (Bug#8612).
13143 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13145         * progmodes/python.el (python-send-region): Add suffix .py to the
13146         temp file.
13148         * files.el (auto-mode-alist): Use javascript-mode instead.
13150 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13152         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13154         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13155         (soap-resolve-references-for-array-type): Hack to prevent self
13156         references, see Bug#9.
13157         (soap-parse-envelope): Report the contents of the 'detail' node
13158         when receiving a fault reply.
13159         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13161         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13162         (soap-inspect-simple-type): New function.
13164         * net/soap-client.el (soap-simple-type): New struct.
13165         (soap-default-xsd-types, soap-default-soapenc-types)
13166         (soap-decode-basic-type, soap-encode-basic-type):
13167         support unsignedInt and double basic types.
13168         (soap-resolve-references-for-simple-type)
13169         (soap-parse-simple-type, soap-encode-simple-type): New function.
13170         (soap-parse-schema): Parse xsd:simpleType declarations.
13172         * net/soap-client.el (soap-default-xsd-types)
13173         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13174         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13175         the local name of "soapenc:Array".
13176         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13177         decoding integer, byte and anyURI xsd types.
13179 2012-04-25  Chong Yidong  <cyd@gnu.org>
13181         * cus-edit.el (custom-buffer-create-internal): Update header text.
13183 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13185         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13186         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13187         set interactive-mode on in GDB.
13189 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13191         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13192         (ruby-syntax-propertize-regexp): Remove.
13193         (ruby-syntax-propertize-function): Split regexp into chunks.
13194         Match following code directly.
13196 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13198         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13199         (ruby-syntax-propertize-regexp): New function.
13200         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13201         by a special keyword.
13203         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13204         (ruby-syntax-general-delimiters-goto-beg)
13205         (ruby-syntax-propertize-general-delimiters): New functions.
13206         (ruby-syntax-propertize-function): Use them to handle GDL.
13207         (ruby-font-lock-keywords): Move old handling of GDL...
13208         (ruby-font-lock-syntactic-keywords): .. to here.
13209         (ruby-calculate-indent): Adjust indentation for GDL.
13211 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13213         * notifications.el (top): Remove unneeded declarations.
13214         (notifications-specification-version): Change to "1.2".
13215         (notifications-interface, notifications-notify-method)
13216         (notifications-close-notification-method): Fix docstring.
13217         (notifications-get-capabilities-method): New defconst.
13218         (notifications-notify): Add :action-items, :resident and
13219         :transient hints.  Change "image_data" to "image-data" and
13220         "image_path" to "image-path".
13221         (notifications-get-capabilities): New defun.
13223 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13225         * progmodes/python.el: Move hideshow setup to the end.
13227 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13229         * window.el (handle-select-window): Clear echo area since this is
13230         no more done by read_char (Bug#11304).
13232 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13234         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13235         and `/ M' to filter-derived-mode.
13236         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13237         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13238         (ibuffer-mark-by-mode): Use default rather than initial-input.
13239         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13241 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13243         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13244         (ibuffer-filter-by-derived-mode): New filter.
13245         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13247 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13249         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13251 2012-04-23  Chong Yidong  <cyd@gnu.org>
13253         * cus-edit.el (customize-apropos, customize-apropos-options):
13254         Disable matching of non-option variables (Bug#11176).
13255         (customize-option, customize-option-other-window)
13256         (customize-changed-options): Doc fix.
13257         (customize-apropos-options, customize-apropos-faces)
13258         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13260         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13261         Fix word list splitting (Bug#11132).
13262         (apropos-symbol, apropos-keybinding, apropos-label)
13263         (apropos-property, apropos-function-button)
13264         (apropos-variable-button, apropos-misc-button): New faces.
13265         (apropos-symbol-face, apropos-keybinding-face)
13266         (apropos-label-face, apropos-property-face, apropos-match-face):
13267         Variables removed (Bug#8396).
13268         (apropos-library-button, apropos-format-plist, apropos-print)
13269         (apropos-print-doc, apropos-describe-plist): Callers changed.
13271 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13273         * net/xesam.el (xesam-mode-map): Use let-bound map in
13274         initialization.  (Bug#11292)
13276 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13278         Preserve ispell session localwords when switching back to
13279         original buffer.
13281         * textmodes/ispell.el (ispell-buffer-session-localwords):
13282         New buffer-local variable to hold buffer session localwords.
13283         (ispell-kill-ispell): Add option 'clear to delete session
13284         localwords.
13285         (ispell-command-loop, ispell-change-dictionary)
13286         (ispell-buffer-local-words): Preserve session localwords when
13287         needed.
13289         * textmodes/flyspell.el (flyspell-process-localwords)
13290         (flyspell-do-correct): Preserve session localwords when needed.
13292 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13294         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13295         using obsolete `translation-table-for-input'.
13296         (ispell-word, ispell-process-line, ispell-complete-word):
13297         Use plain `insert' instead of removed `ispell-insert-word'.
13299 2012-04-22  Chong Yidong  <cyd@gnu.org>
13301         * cus-edit.el (custom-variable-menu)
13302         (custom-variable-reset-saved, custom-face-menu)
13303         (custom-face-reset-saved): If there is no saved value, make the
13304         "reset-saved" operation bring back the default (Bug#9509).
13305         (custom-face-state): Properly detect themed faces.
13307         * faces.el (face-spec-set): Stop supporting deprecated form of
13308         third arg.
13310 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
13312         Move functions from C to Lisp.  Make non-blocking method calls
13313         the default.  Implement further D-Bus standard interfaces.
13315         * net/dbus.el (dbus-message-internal): Declare function.
13316         Remove unneeded function declarations.
13317         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13318         (dbus-message-type-method-return, dbus-message-type-error)
13319         (dbus-message-type-signal): Declare variables.  Remove local
13320         definitions.
13321         (dbus-interface-dbus, dbus-interface-peer)
13322         (dbus-interface-introspectable, dbus-interface-properties)
13323         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13324         Adapt docstring.
13325         (dbus-interface-objectmanager): New defconst.
13326         (dbus-call-method, dbus-call-method-asynchronously)
13327         (dbus-send-signal, dbus-method-return-internal)
13328         (dbus-method-error-internal, dbus-register-service)
13329         (dbus-register-signal, dbus-register-method): New defuns, moved
13330         from dbusbind.c
13331         (dbus-call-method-handler, dbus-setenv)
13332         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13333         New defuns.
13334         (dbus-call-method-non-blocking): Make it an obsolete function.
13335         (dbus-unregister-object, dbus-unregister-service)
13336         (dbus-handle-event, dbus-register-property)
13337         (dbus-property-handler): Obey the new structure of
13338         `bus-registered-objects'.
13339         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
13340         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13341         Use `dbus-call-method'.
13343 2012-04-22  Chong Yidong  <cyd@gnu.org>
13345         * cus-edit.el (custom-commands, custom-reset-menu)
13346         (Custom-reset-standard): Tweak labels.
13347         (custom-reset-button-menu): Change default to t.
13348         (custom-buffer-create-internal): For the custom-reset-button-menu
13349         case, put the revert button first.
13350         (custom-group-subtitle): New face.
13351         (custom-group-value-create): Align docstring to a specific column.
13353         * wid-edit.el (widget-documentation-link-add): Don't handle
13354         indentation in this function.
13355         (widget-documentation-string-indent-to): New function.
13356         (widget-documentation-string-value-create): Use it.
13358         * autorevert.el (auto-revert):
13359         * epg-config.el (epg):
13360         * ibuffer.el (ibuffer):
13361         * mpc.el (mpc):
13362         * ses.el (ses):
13363         * eshell/eshell.el (eshell):
13364         * net/ange-ftp.el (ange-ftp):
13365         * progmodes/ebnf2ps.el (postscript):
13366         * progmodes/flymake.el (flymake):
13367         * progmodes/prolog.el (prolog):
13368         * progmodes/verilog-mode.el (verilog-mode):
13369         * progmodes/which-func.el (which-func):
13370         * term/xterm.el (xterm):
13371         * textmodes/picture.el (picture):
13372         * textmodes/tildify.el (tildify):
13373         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13374         customization buffers.
13376 2012-04-22  Alan Mackenzie  <acm@muc.de>
13378         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13379         Adding a ) can hide the resulting (..) from searches.  Fix it.
13380         Bound the backward search to the position of the existing (.
13382 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
13384         * progmodes/verilog-mode.el (verilog-mode): Check whether
13385         which-func-modes is t before adding verilog-mode.
13386         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13388 2012-04-21  Leo Liu  <sdl.web@gmail.com>
13390         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13392 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
13394         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13395         filling of the last column of a table (Bug#5635).
13396         (woman-find-next-control-line): New arg, specifying an additional
13397         regexp component for the control line.
13398         (woman2-roff-buffer): Use it.
13399         (woman-break-table): New function.
13400         (woman2-TS): Use it.
13402 2012-04-21  Chong Yidong  <cyd@gnu.org>
13404         * woman.el (woman-set-buffer-display-table, woman-decode-region)
13405         (woman-horizontal-escapes, woman-negative-vertical-space)
13406         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13407         (WoMan-warn-ignored): Use ?\s instead of ?\ .
13409 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13411         * minibuffer.el (completion-file-name-table): Complete user names.
13413 2012-04-20  Leo Liu  <sdl.web@gmail.com>
13415         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13416         and pcase-let*.
13418 2012-04-20  Chong Yidong  <cyd@gnu.org>
13420         * server.el (server-execute): Respect initial-buffer-choice if it
13421         is a string and there are no files to open (Bug#2825).
13422         (server-create-window-system-frame, server-create-tty-frame):
13423         Don't switch buffers here.
13424         (server-process-filter): Only try to open a window system frame if
13425         compiled with graphical support (Bug#8314).
13427 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
13429         * battery.el (battery-echo-area-format): Display remaining time
13430         for sysfs backend too (Bug#11269).
13431         (battery-linux-sysfs): Fix conditional for the charge.
13433 2012-04-20  Chong Yidong  <cyd@gnu.org>
13435         * progmodes/gdb-mi.el (gdb): Revert previous change.
13436         (gdb-inferior-io--init-proc): New function.
13437         (gdb-init-1): Use it.
13438         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13439         responsible for allocating a new pty and hooking it to gdb when
13440         the old pty gets an EIO due to process exit.
13441         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
13442         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13443         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13445 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13447         * window.el (window-min-size, window-sizable, window-min-delta)
13448         (window-max-delta, window--resizable, window-resizable)
13449         (window-total-size, window-full-height-p, window-full-width-p)
13450         (window-in-direction, window--resize-mini-window, window-resize)
13451         (window--resize-child-windows-normal)
13452         (window--resize-child-windows, window--resize-siblings)
13453         (window--resize-this-window, adjust-window-trailing-edge)
13454         (enlarge-window, shrink-window): Doc fixes.
13456 2012-04-20  Chong Yidong  <cyd@gnu.org>
13458         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13459         New function to call delete-process on the gdb-inferior buffer's pty.
13460         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13461         pty process (Bug#11273).
13462         (gdb-update): New arg to suppress talking to the gdb process.
13463         (gdb-done-or-error): Use it.
13464         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13465         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13466         sentinel not being called.
13468         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13470         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13472 2012-04-20  Glenn Morris  <rgm@gnu.org>
13474         * net/network-stream.el (open-network-stream): Doc fix.
13476 2012-04-20  Chong Yidong  <cyd@gnu.org>
13478         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13480 2012-04-20  Alan Mackenzie  <acm@muc.de>
13482         Ensure searching for keywords is case sensitive.
13484         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13485         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13486         (c-defun-name, c-mark-function, c-cpp-define-name)
13487         (c-comment-indent, c-scan-conditionals, c-indent-defun)
13488         (c-context-line-break): Bind case-fold-search to nil.
13490         * progmodes/cc-mode.el (c-font-lock-fontify-region):
13491         Bind case-fold-search to nil.
13493 2012-04-20  Chong Yidong  <cyd@gnu.org>
13495         * mail/sendmail.el (mail-bury): Call return action with the right
13496         Rmail buffer (Bug#11242).
13498         * server.el (server-process-filter): Handle corner case where both
13499         tty and nowait options are present (Bug#11102).
13501 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13503         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13504         (top level): Put into the executable the ident-style '$Id:' tag on
13505         windows-nt as well.
13507 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13509         * electric.el (electric-indent-post-self-insert-function): Check that
13510         electric-indent-mode is enabled in current buffer.
13512 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13514         * imenu.el (imenu-progress-message): Restore; it is "used" in
13515         erc/erc-imenu.el and net/snmp-mode.el.
13517 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13519         * avoid.el (mouse-avoidance-mode): Mark unused arg.
13520         (mouse-avoidance-nudge-mouse): Remove unused binding.
13522         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13524         * descr-text.el (describe-char):
13525         * progmodes/python.el (python-describe-symbol):
13526         Don't call `toggle-read-only', set `buffer-read-only'.
13528         * imenu.el (imenu-default-goto-function): Mark unused args.
13529         (imenu-progress-message): Remove obsolete macro; all callers changed.
13531         * subr.el (keymap-canonicalize): Remove unused binding.
13532         (read-passwd): Mark unused arg.
13534         * tutorial.el (tutorial--display-changes): Remove unused binding.
13535         (tutorial--save-tutorial-to): Remove unused variable.
13537         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13538         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13539         (package-generate-autoloads, package-menu--generate)
13540         (package-menu--find-upgrades): Remove unused bindings.
13542         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13543         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
13544         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13545         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13546         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13547         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13548         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13549         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13550         (cua-delete-char-rectangle): Mark unused args.
13551         (cua-align-rectangle): Remove unused binding.
13553         * mail/rmail.el (compilation--message->loc)
13554         (epa--find-coding-system-for-mime-charset): Declare.
13556         * net/dbus.el (dbus-register-service): Declare.
13557         (dbus-name-owner-changed-handler): Remove unused binding.
13559         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13560         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13561         (nxml-scan-backward-within): Mark unused arg.
13562         (nxml-dynamic-markup-word): Remove unused binding.
13564         * mouse.el (mouse-menu-major-mode-map):
13565         * emacs-lisp/authors.el (authors-scan-change-log)
13566         (authors-add-to-author-list):
13567         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13568         * emacs-lisp/smie.el (smie-auto-fill):
13569         * mail/sendmail.el (mail-bury):
13570         * mail/unrmail.el (unrmail):
13571         * net/tls.el (open-tls-stream):
13572         * textmodes/picture.el (picture-mouse-set-point):
13573         Remove unused bindings.
13575 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
13577         * net/tramp.el (tramp-action-password): Let-bind
13578         `enable-recursive-minibuffers' to t.
13580 2012-04-18  Sam Steingold  <sds@gnu.org>
13582         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13583         instead of 'string to accommodate values like [f11].
13584         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13585         * progmodes/gdb-mi.el: Likewise.
13587 2012-04-18  Leo Liu  <sdl.web@gmail.com>
13589         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13590         current buffer.
13591         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13592         LOCAL is nil.
13594 2012-04-18  Chong Yidong  <cyd@gnu.org>
13596         * simple.el (line-move): Use forward-line if in batch mode
13597         (Bug#11053).
13599 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
13601         * files.el (after-find-file): Do not try to add a final newline if
13602         the buffer is read-only (Bug#11156).
13604 2012-04-17  Richard Stallman  <rms@gnu.org>
13606         * mail/rmail.el (rmail-start-mail):
13607         Pass (rmail-mail-return...) for the return-action.
13608         Pass (rmail-yank-current-message...) for the yank-action.
13609         (rmail-yank-current-message): New function.
13610         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13611         (rmail-reply): Likewise.
13612         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13614         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13615         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
13616         buffer, not newbuf.
13618 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
13620         * server.el (server-ensure-safe-dir): Simplify.
13622 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13624         * emacs-lisp/smie.el: Provide smarter auto-filling.
13625         (smie-auto-fill): New function.
13626         (smie-setup): Use it.
13628         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13630 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
13632         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13633         (comment-indent): Use it.
13635 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13637         * ses.el: The overall change is to add cell renaming, that is
13638         setting fancy names for cell symbols other than name matching
13639         "\\`[A-Z]+[0-9]+\\'" regexp .
13640         (ses-localvars): Add ses--renamed-cell-symb-list.
13641         (ses-create-cell-variable): New defun.
13642         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13643         (ses-relocate-formula): Relocate formulas only for cells the
13644         symbols of which are not renamed, i.e. symbols whose names do not
13645         match regexp "\\`[A-Z]+[0-9]+\\'".
13646         (ses-relocate-all): Relocate values only for cells the symbols of
13647         which are not renamed.
13648         (ses-load): Create cells variables as the (ses-cell ...) are read,
13649         in order to check row col consistency with cell symbol name only
13650         for cells that are not renamed.
13651         (ses-replace-name-in-formula): New defun.
13652         (ses-rename-cell): New defun.
13654 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
13656         * progmodes/perl-mode.el (perl-indent-parens-as-block):
13657         New option (bug#11118).
13658         (perl-calculate-indent): Respect it.
13660 2012-04-17  Glenn Morris  <rgm@gnu.org>
13662         * dired-aux.el (dired-mark-read-string): Doc fix.
13664 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
13666         * dired-aux.el (dired-mark-read-string): Offer optional completion.
13667         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
13669 2012-04-17  Glenn Morris  <rgm@gnu.org>
13671         * mouse.el (mouse-drag-track):
13672         * speedbar.el (speedbar-frame-mode):
13673         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13675 2012-04-16  Leo Liu  <sdl.web@gmail.com>
13677         * progmodes/python.el: Trivial cleanup.
13679 2012-04-16  Glenn Morris  <rgm@gnu.org>
13681         * vc/vc.el (vc-string-prefix-p):
13682         * vc/pcvs-util.el (cvs-string-prefix-p):
13683         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13684         * mpc.el (mpc-string-prefix-p):
13685         Make all of these into obsolete aliases for string-prefix-p.
13686         Update callers.
13687         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13689         * textmodes/two-column.el: Move custom options to the start.
13690         (frame-width): Remove compat definition.
13691         (2C-associate-buffer, 2C-dissociate):
13692         Use with-current-buffer rather than save-excursion.
13693         (2C-dissociate): Force a mode-line update.
13694         (2C-autoscroll): Use ignore-errors.
13696         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13697         Autoload trivia.
13699         * emacs-lisp/cl-extra.el (*random-state*):
13700         Remove unnecessary declaration.
13702         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13704         * play/cookie1.el (cookie-snarf):
13705         Give an explicit error if input file cannot be read.
13707         * play/yow.el (yow-file): Use expand-file-name rather than concat.
13709         * progmodes/perl-mode.el (c-macro-expand):
13710         Remove unnecessary autoload (it is in loaddefs.el).
13712         * textmodes/picture.el (picture-desired-column)
13713         (picture-update-desired-column): Convert comments to doc-strings.
13714         (picture-substitute): Remove function.
13715         (picture-mode-map): Initialize in the defvar.
13717         * woman.el: Remove eval-after-load for tar-mode.
13718         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13719         (woman-tar-extract-file): Autoload it.
13721         * frame.el (automatic-hscrolling): Make this alias obsolete.
13723 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13725         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13726         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13727         (ispell-dictionary-base-alist): Revert to original XEmacs
13728         friendly version for default.  [:alpha:] will be added in
13729         `ispell-set-spellchecker-params' if needed.
13731 2012-04-16  Chong Yidong  <cyd@gnu.org>
13733         * image.el (imagemagick--file-regexp): New variable.
13734         (imagemagick-register-types): Use it.
13735         (imagemagick-types-inhibit): Add :set function.  Allow new value
13736         of t to inhibit all types.
13738         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13739         so we can preload it.
13741         * loadup.el (fboundp): Preload regexp-opt, needed by
13742         imagemagick-register-types.
13744 2012-04-15  Chong Yidong  <cyd@gnu.org>
13746         * frame.el (scrolling): Remove nearly unused customization group.
13748         * scroll-all.el (scroll-all-mode): Move to windows group.
13750 2012-04-15  Chong Yidong  <cyd@gnu.org>
13752         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13754 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13756         Avoid the use of ((lambda ...) ...) in lexical-binding code.
13757         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13759 2012-04-15  Glenn Morris  <rgm@gnu.org>
13761         * simple.el (process-file-side-effects): Doc fix.
13763 2012-04-15  Glenn Morris  <rgm@gnu.org>
13765         * international/mule-cmds.el (set-language-environment): Doc fix.
13767 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13769         * server.el (server-auth-key, server-generate-key): Doc fixes.
13770         (server-get-auth-key): Doc fix.  Use `string-match-p'.
13771         (server-start): Reflow docstring.
13773 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
13775         * server.el (server-generate-key): `called-interactively-p'
13776         requires a parameter.
13778 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
13780         * server.el (server-auth-key): New variable.
13781         (server-generate-key, server-get-auth-key): New function.
13782         (server-start): Use the new variable and functions to allow
13783         setting a permanent server key (bug#9423).
13785 2012-04-14  Leo Liu  <sdl.web@gmail.com>
13787         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13789 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
13791         Spelling fixes.
13792         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13793         Emacs uses American spelling.
13795 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13797         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13798         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
13799         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13800         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
13802 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13804         * progmodes/which-func.el (which-func-modes): Change default.
13806 2012-04-14  Kim F. Storm  <storm@cua.dk>
13808         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13809         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13811 2012-04-14  Chong Yidong  <cyd@gnu.org>
13813         * custom.el (custom-theme-set-variables): Doc fix.
13815 2012-04-14  Glenn Morris  <rgm@gnu.org>
13817         * international/mule.el (set-auto-coding-for-load): Doc fix.
13819 2012-04-14  Alan Mackenzie  <acm@muc.de>
13821         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13822         imenu work again for Objective C Mode.  Correct the *-index values,
13823         these having been disturbed by a previous change in 2011-08.
13825         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13826         Correct two search limits.
13828 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13830         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13832 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
13834         * international/characters.el: Fix sorting.
13836 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13838         * international/characters.el: Add more missing Latin case pairs.
13840 2012-04-14  Glenn Morris  <rgm@gnu.org>
13842         * files.el (dir-locals-set-class-variables): Doc fix.
13844 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13846         * international/characters.el: Add set-case-syntax-pair call for
13847         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13848         counterpart.  (Bug#11209)
13850         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
13852 2012-04-14  Glenn Morris  <rgm@gnu.org>
13854         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13856 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13858         * textmodes/ispell.el (ispell-dictionary-base-alist):
13859         Add data for Hebrew.
13861 2012-04-14  Chong Yidong  <cyd@gnu.org>
13863         * net/rcirc.el (rcirc-cmd-quit):
13864         Revert 2012-03-18 change (Bug#11192).
13866 2012-04-14  Glenn Morris  <rgm@gnu.org>
13868         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13870 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13872         * minibuffer.el (completion-in-region-mode-map):
13873         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
13875 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
13877         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13879 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
13881         * minibuffer.el (minibuffer-local-filename-syntax): New variable
13882         to allow `C-M-f' and `C-M-b' to move to the nearest path
13883         separator (bug#9511).
13885 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
13887         * avoid.el: Require cl when compiling.  And also move the
13888         `provide' to the end.
13890 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13892         * avoid.el (mouse-avoidance-banish-position): New variable.
13893         (mouse-avoidance-banish-destination): Use it (bug#10165).
13895 2012-04-13  Leo Liu  <sdl.web@gmail.com>
13897         * progmodes/which-func.el (which-func-modes): Add objc-mode.
13899 2012-04-13  Ken Brown  <kbrown@cornell.edu>
13901         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13902         this is no longer needed now that cygstart understands file:// URLs.
13903         (browse-url-filename-alist): For the same reason, don't modify
13904         file:// URLs on Cygwin.
13906 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13908         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13909         the region on shift if the binding is already shifted (bug#11221).
13911 2012-04-12  Glenn Morris  <rgm@gnu.org>
13913         * mail/mailpost.el: Move to obsolete/.
13915 2012-04-12  Drew Adams  <drew.adams@oracle.com>
13917         * imenu.el (imenu--generic-function): Ignore invisible definitions
13918         (bug#10123).
13920 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
13922         * hexl.el (hexl-bits): New variable.
13923         (hexl-options): Mention the variable in the doc string.
13924         (hexl-rulerise, hexl-line-displen): New functions.
13925         (hexl-mode): Mention the new variable.
13926         (hexl-mode, hexl-current-address, hexl-current-address):
13927         Use the displen.
13928         (hexl-ascii-start-column): New function.
13929         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13930         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13932 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13934         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13935         '("-i" ENCODING), in 2 separate command-line arguments, to specify
13936         the encoding, as expected by hunspell.
13938 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13940         * battery.el (battery--linux-sysfs-regexp): New const.
13941         (battery-status-function): Use it.  Remove yeeloong special case.
13942         (battery-yeeloong-sysfs): Remove.
13943         (battery-echo-area-format): Remove yeeloong special case.
13945 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13947         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13948         Reported by Noah Friedman.
13950         * subr.el (read-passwd): Use read-string.
13952 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13954         * vcursor.el (vcursor-move): Increase the priority of the overlay
13955         (bug#9663).
13957 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
13959         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13960         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13962 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
13964         * textmodes/artist.el (artist-mode): Convert artist-mode to use
13965         define-minor-mode (bug#10760).
13967 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13969         * progmodes/grep.el (rgrep): Tweak the find command line so
13970         that directories matching `grep-find-ignored-files' won't be
13971         pruned (bug#10351).
13973 2012-04-11  Chong Yidong  <cyd@gnu.org>
13975         * startup.el (command-line): Remove support for long-obsolete
13976         variable font-lock-face-attributes.
13978 2012-04-11  Glenn Morris  <rgm@gnu.org>
13980         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13982 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13984         * window.el (window--state-get-1): Obey window-point-insertion-type.
13986 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
13988         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13989         to previous function when point is on the first character of a
13990         function.  Take care of that in `narrow-to-defun' (bug#6157).
13992 2012-04-11  Glenn Morris  <rgm@gnu.org>
13994         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13995         not just file-errors.
13997         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13998         (vc-bzr-sha1): Use internal sha1.
14000 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14002         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14004 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
14006         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14007         that start in the middle of the line (bug#10496).
14009 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
14011         * battery.el (battery-linux-proc-acpi): Only one battery is
14012         discharged at a time, but that seems to confuse battery.el when
14013         computing `rate-type' for the battery not being discharged
14014         (bug#10332).
14016 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14018         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14020         * international/quail.el: Use dolist and simplify.
14021         (quail-define-package, quail-update-keyboard-layout)
14022         (quail-define-rules): Use dolist.
14023         (quail-insert-kbd-layout, quail-get-translation): CSE.
14025         * tmm.el: Use dolist, remove left over hook.
14026         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14027         Use dolist.
14028         (calendar-load-hook): Don't mess with it.
14030         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14031         Use derived-mode-p.  Run the diff asynchronously.
14033 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14035         * obsolete/mouse-sel.el: Add an Obsolete-since header.
14037 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
14039         * misc.el: Display absolute path of loaded DLLs (bug#10424).
14040         (list-dynamic-libraries--loaded): New function.
14041         (list-dynamic-libraries--refresh): Use it.
14043 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
14045         * progmodes/python.el (python-fill-paragraph):
14046         Make python-fill-region in a multiline string work when font-lock is
14047         disabled (bug#7018).
14049 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
14051         * language/european.el (cp775): Add oem/legacy (en)coding on
14052         DOS/MS Windows for the Baltic languages.  There are still plenty
14053         of texts written in this encoding/codepage (bug#6519).
14055 2012-04-10  Glenn Morris  <rgm@gnu.org>
14057         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14058         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14060 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
14062         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14063         next-line "n" and previous-line "p" in order to make recentf more
14064         consistent with ibuffer, dired or org-mode (bug#9387).
14066 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14068         * image.el (put-image): Return the overlay created instead of the
14069         optional input string (bug#7834).  Note that this may break code
14070         that is (for some reason or other) depending on `put-image'
14071         returning the string.
14073         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14075         * simple.el (zap-to-char): Allow zapping using input methods
14076         (bug#1580).
14078         * textmodes/fill.el (fill-region): Leave point and mark where they
14079         were before filling (bug#5399).
14081 2012-04-09  Glenn Morris  <rgm@gnu.org>
14083         * version.el (emacs-bzr-get-version):
14084         Handle lightweight checkouts of local branches.
14086 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14088         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14090 2012-04-09  Chong Yidong  <cyd@gnu.org>
14092         * custom.el (custom-variable-p): Return nil for non-symbol
14093         arguments instead of signaling an error.
14094         (user-variable-p): Obsolete alias for custom-variable-p.
14096         * apropos.el (apropos-variable):
14097         * files-x.el (read-file-local-variable):
14098         * simple.el (set-variable):
14099         * woman.el (woman-mini-help):
14100         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14102 2012-04-09  Glenn Morris  <rgm@gnu.org>
14104         * startup.el (normal-top-level): Don't look for leim-list.el
14105         in places where it will not be found.  (Bug#910)
14107         * international/mule-cmds.el (set-default-coding-systems):
14108         * files.el (normal-mode):
14109         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14110         This function was removed with ucs-tables.el in 2008.
14112 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14114         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14115         ispell-encoding8-command to "-i", without a trailing space.
14116         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14117         separate command-line arguments, to specify the encoding, since
14118         that's how hunspell expects it.
14120 2012-04-08  Glenn Morris  <rgm@gnu.org>
14122         * loadup.el: Load bindings before cus-start.
14123         This reduces somewhat the number of "rogue" settings in emacs -Q.
14125 2012-04-07  Glenn Morris  <rgm@gnu.org>
14127         * version.el (emacs-bzr-get-version): New function.
14128         (emacs-bzr-version): New variable.
14129         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14130         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14132 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14134         * international/uni-bidi.el, international/uni-category.el:
14135         * international/uni-combining.el, international/uni-decimal.el:
14136         * international/uni-decomposition.el, international/uni-digit.el:
14137         * international/uni-lowercase.el, international/uni-mirrored.el:
14138         * international/uni-name.el, international/uni-numeric.el:
14139         * international/uni-titlecase.el, international/uni-uppercase.el:
14140         Update for Unicode 6.1.
14142 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14144         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14146 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14148         * window.el (shrink-window): Mention the `window-min-height'
14149         variable in the doc string.
14151 2012-04-05  Bastien Guerry  <bzg@altern.org>
14153         * color.el (color-lighten-name): Fix typo.
14155 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14157         * server.el (server--on-display-p): New function.
14158         (server--on-display-p): Use it.
14160 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
14162         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14163         (bug#11145).
14165 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * comint.el (comint--common-quoted-suffix): Check string boundary
14168         before comparing (bug#11158).
14169         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14171 2012-04-04  Chong Yidong  <cyd@gnu.org>
14173         * minibuffer.el (completion-extra-properties): Doc fix.
14175         * subr.el (delayed-warnings-hook): Doc fix.
14177 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14179         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14180         selection (Bug#11159).
14181         (epa-insert-keys): Inform that the default public key will be
14182         exported if no key is selected.
14184 2012-04-04  Richard Stallman  <rms@gnu.org>
14186         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14188 2012-04-03  Chong Yidong  <cyd@gnu.org>
14190         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14191         mail-insert-file, not its obsolete alias mail-attach-file.
14193 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14195         * notifications.el (notifications-notify): Fix docstring.
14197 2012-04-02  Glenn Morris  <rgm@gnu.org>
14199         * emacs-lisp/authors.el (authors-aliases): Another addition.
14201 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14203         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14204         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14205         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14207 2012-04-01  Chong Yidong  <cyd@gnu.org>
14209         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14210         Handle root directory properly.
14211         (copy-directory): Caller changed.
14213         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14214         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14216 2012-03-31  Glenn Morris  <rgm@gnu.org>
14218         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14220         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14222         * calendar/calendar.el (calendar-window-list)
14223         (calendar-hide-window): Restore.  (Bug#11140)
14224         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14226         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14228 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14230         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14231         Check if file is a symlink (Bug#10489).
14233         * files.el (copy-directory): Likewise.
14235 2012-03-30  Chong Yidong  <cyd@gnu.org>
14237         * image.el (imagemagick-types-inhibit)
14238         (imagemagick-register-types): Doc fix.
14240 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14242         * textmodes/ispell.el (ispell-get-extended-character-mode):
14243         Disable extended-char-mode for hunspell.  hunspell does not support it
14244         and treats ~word as ordinary words in pipe mode.
14246 2012-03-30  Glenn Morris  <rgm@gnu.org>
14248         * tutorial.el (help-with-tutorial): Ensure local variables don't
14249         happen to make the buffer read-only.  (Bug#11127)
14251 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14253         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14254         (perl-calculate-indent): Return `noindent' in strings.
14256 2012-03-28  Sam Steingold  <sds@gnu.org>
14258         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14259         instead of the broken adhockery which does not prevent calendar
14260         buffers from being displayed at random after exit.
14261         (calendar-window-list, calendar-hide-window): Remove the broken
14262         adhockery.
14264 2012-03-28  Glenn Morris  <rgm@gnu.org>
14266         * replace.el (query-replace-map): Doc fix.
14268 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14270         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14271         contents.  (Bug#11109)
14273 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14275         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14276         (bug#11077).
14277         (avl-tree--check, avl-tree--check-node): New funs.
14279 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
14281         * window.el (switch-to-visible-buffer): New option.
14282         (switch-to-prev-buffer, switch-to-next-buffer):
14283         Observe switch-to-visible-buffer.  Make sure that checking for a window
14284         showing a buffer already is done on the same frame.
14286 2012-03-27  Glenn Morris  <rgm@gnu.org>
14288         * startup.el (mail-host-address): Doc fix.
14290 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14292         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14293         than 197 variables.
14295 2012-03-26  Ami Fischman  <ami@fischman.org>
14297         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14299 2012-03-26  Glenn Morris  <rgm@gnu.org>
14301         * files.el (save-buffers-kill-emacs): Doc fix.
14303         * startup.el (normal-top-level, command-line, command-line-1):
14304         Give them doc strings.
14306 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
14308         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14309         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14311 2012-03-25  Chong Yidong  <cyd@gnu.org>
14313         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14314         theme if it was previously enabled before (Bug#11031).
14316         * cus-theme.el (custom-theme-write-faces): Retrieve current face
14317         spec with custom-face-get-current-spec if its :shown-value is not
14318         determined yet (Bug#9337).
14319         (customize-create-theme, custom-theme-revert): Doc fixes.
14321         * button.el (button-at): Minor addition to docstring.
14323 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
14325         * vc/vc.el (vc-merge): Fix a prompt.
14327 2012-03-24  Chong Yidong  <cyd@gnu.org>
14329         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14330         point (Bug#9623).
14332         * button.el (button-at): Minor addition to docstring.
14334 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14336         * newcomment.el (comment-choose-indent): No space after BOL.
14338 2012-03-22  Sam Steingold  <sds@gnu.org>
14340         * window.el (switch-to-prev-buffer): Revert last patch because the
14341         bug turned out to be an advertised feature (Elisp manual 28.14).
14343 2012-03-22  Glenn Morris  <rgm@gnu.org>
14345         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
14346         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14348 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350         * net/network-stream.el (network-stream-open-starttls): Make error
14351         message under Windows be less misleading.
14353 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
14355         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14356         understands (bug#9942).
14358 2012-03-22  Chong Yidong  <cyd@gnu.org>
14360         * simple.el (end-of-visible-line): Handle return value of
14361         next-single-property-change properly (Bug#9371).
14363 2012-03-22  Kenichi Handa  <handa@m17n.org>
14365         * international/quail.el (quail-insert-kbd-layout): Fix previous
14366         change.  To avoid unwanted bidi reordering, use
14367         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14369 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
14371         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14372         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14373         (ruby-beginning-of-indent): Be more careful with the difference
14374         between word-boundary and symbol boundary.
14375         (ruby-mode-syntax-table): Make : a symbol constituent.
14377 2012-03-21  Andreas Politz  <politza@fh-trier.de>
14379         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14381 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14383         * progmodes/etags.el (tags-completion-at-point-function):
14384         Improve last fix.
14386         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14388 2012-03-21  Sam Steingold  <sds@gnu.org>
14390         * progmodes/etags.el (tags-completion-at-point-function):
14391         Avoid the error when point is inside the pattern.
14393 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
14395         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14396         line (Bug#10855).
14398 2012-03-21  Drew Adams  <drew.adams@oracle.com>
14400         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14402 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
14404         * ido.el (ido-set-current-directory, ido-read-internal)
14405         (ido-choose-completion-string, ido-completion-help): Handle nil
14406         value of ido-completion-buffer (Bug#11008).
14408 2012-03-21  Sam Steingold  <sds@gnu.org>
14410         * window.el (switch-to-prev-buffer): Do not switch to a visible
14411         window previous buffer, just like with the frame previous buffers.
14413 2012-03-21  Chong Yidong  <cyd@gnu.org>
14415         * faces.el (make-face, make-empty-face, copy-face):
14416         * face-remap.el (face-remap-add-relative, face-remap-set-base):
14417         Doc fixes.
14419 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14421         * wid-edit.el (widget-complete-field): Remove (bug#11051).
14422         (widget-complete): Remove broken use of it.
14424 2012-03-20  Chong Yidong  <cyd@gnu.org>
14426         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14427         Use string-width and truncate-string-width to handle arbitrary
14428         characters.
14430 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
14432         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14433         to draw rectangles, not squares.  (Regression introduced by revno
14434         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14436 2012-03-18  Chong Yidong  <cyd@gnu.org>
14438         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14439         it is not yet defined (for temacs).
14441 2012-03-18  Leo Liu  <sdl.web@gmail.com>
14443         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14444         prefix.
14446 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14448         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14449         (ispell-choices-win-default-height, ispell-silently-savep)
14450         (ispell-dictionary-alist, ispell-encoding8-command)
14451         (ispell-check-version, ispell-aspell-find-dictionary)
14452         (ispell-valid-dictionary-list, ispell-words-keyword)
14453         (ispell-get-word, ispell-internal-change-dictionary)
14454         (ispell-region, ispell-skip-region-list)
14455         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14456         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14457         (ispell-message-text-end, ispell-message)
14458         (ispell-buffer-local-parsing): Doc fix.
14460 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
14462         * htmlfontify.el: Add support for code block fontification for ODT
14463         export (Bug #9914).
14464         (hfy-optimisations): Define new option
14465         `body-text-only'
14466         (hfy-fontify-buffer): Honor above setting.
14467         (hfy-begin-span, hfy-end-span): New routines factored out form
14468         `hfy-fontify-buffer'.
14469         (hfy-begin-span-handler, hfy-end-span-handler): New variables
14470         that permit insertion of custom tags.
14471         (hfy-fontify-buffer): Use above handlers.
14472         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14473         (hfy-face-to-css): Re-defined to be a variable.
14474         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
14475         over multiple runs.  This is made possible by having the caller let
14476         bind a special variable `hfy-user-sheet-assoc'.
14477         (htmlfontify-string): New defun.
14478         (hfy-compile-face-map): Make sure that the last char in the
14479         buffer is correctly fontified.
14480         (hfy-face-resolve-face): Whitespace only change.
14482 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14484         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14485         message more clear.
14487 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14489         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14491 2012-03-16  Alan Mackenzie  <acm@muc.de>
14493         Further optimize the handling of large macros.
14495         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14496         limit to a call of `c-literal-limits'.
14497         (c-determine-+ve-limit): New function.
14498         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14499         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14500         In CASE 5B, restrict a search limit to 500.
14501         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14503         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14504         Restrict macro bounds to +-500 from after-change's BEG END.
14506 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14508         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14510 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
14512         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14513         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
14515 2012-03-16  Glenn Morris  <rgm@gnu.org>
14517         * view.el (view-buffer, view-buffer-other-window)
14518         (view-buffer-other-frame): Doc fixes re special mode-class.
14520         * subr.el (eval-after-load): If named feature is provided not from
14521         a file, run after-load forms.  (Bug#10946)
14523         * calendar/calendar.el (calendar-insert-at-column):
14524         Handle non-unit-width characters a bit better.  (Bug#10978)
14526 2012-03-15  Chong Yidong  <cyd@gnu.org>
14528         * emacs-lisp/ring.el (ring-extend): New function.
14529         (ring-insert+extend): Extend the ring correctly (Bug#11019).
14531         * comint.el (comint-read-input-ring)
14532         (comint-add-to-input-history): Grow comint-input-ring lazily.
14534 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14536         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14537         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14539         * imenu.el: Fix multiple inheritance breakage (bug#9199).
14540         (imenu-add-to-menubar): Don't add a redundant index.
14541         (imenu-update-menubar): Handle a dynamically composed keymap.
14543 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14545         * mail/sendmail.el (mail-encode-header):
14546         Bind rfc2047-encode-encoded-words to nil.
14548 2012-03-13  Glenn Morris  <rgm@gnu.org>
14550         * calendar/calendar.el (calendar-string-spread):
14551         Handle non-unit-width characters a bit better.  (Bug#10978)
14553 2012-03-13  Leo Liu  <sdl.web@gmail.com>
14555         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14556         directory and file as argument (Bug#10822).
14558 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14560         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14561         For dynamically generated code, follow $PC.
14562         (gdb-disassembly-handler-custom): Handle no function name case.
14564 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
14566         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14567         * emulation/ws-mode.el (ws-query-replace):
14568         * sort.el (sort-regexp-fields):
14569         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
14571 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14573         * dabbrev.el: Fix cycle completion order (bug#10963).
14574         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14575         (dabbrev-completion): Don't use an obarray; provide
14576         a cycle-sort-function.
14578 2012-03-12  Leo Liu  <sdl.web@gmail.com>
14580         * simple.el (kill-new): Use equal-including-properties for comparison.
14581         (kill-do-not-save-duplicates): Doc fix.
14583 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14585         * dabbrev.el: Fix cycle completion (bug#10963).
14586         Use lexical binding and wrap to 80 columns.
14587         (dabbrev-completion): Delay computing the list of completions.
14589 2012-03-12  Kenichi Handa  <handa@m17n.org>
14591         * international/quail.el (quail-insert-kbd-layout): Surround each
14592         row by LRO and PDF instead of inserting many LRMs.  Pad the left
14593         and right of each non-spacing marks.  Insert invisible space
14594         between lower and upper characters to prevent composition.
14596 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14598         * minibuffer.el (minibuffer-complete): Don't get confused when the
14599         function is run twice via different commands (bug#10958).
14600         (complete-with-action): Fix docstring.
14602 2012-03-12  Chong Yidong  <cyd@gnu.org>
14604         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14605         (nxml-completion-at-point-function): New function.
14606         (nxml-mode): Use it.
14607         (nxml-bind-meta-tab-to-complete-flag): Default to t.
14609         * emacs-lisp/package.el (package-unpack, package-unpack-single):
14610         Load generated autoloads file before byte compiling (Bug#10970).
14611         (package--make-autoloads-and-compile): New helper fun.
14613 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
14615         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14617 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
14619         * autorevert.el (auto-revert-handler): Ensure, that
14620         file-readable-p is applied only for local files or in
14621         auto-revert-tail-mode.
14623 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
14625         * server.el (server-eval-at): Handle non-tcp connections.
14626         Decode result string.
14628         * server.el (server-msg-size): New constant.
14629         (server-reply-print): New function.
14630         (server-eval-and-print): Use it.
14631         (server-eval-at): Use server-quote-arg and server-unquote-arg.
14632         Handle -print-nonl.
14634 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
14636         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14637         (Bug#10987).
14639 2012-03-11  Chong Yidong  <cyd@gnu.org>
14641         * simple.el (goto-line): Doc fix (Bug#9938).
14643         * subr.el (save-window-excursion): Doc fix (Bug#9979).
14645         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14646         when finished (Bug#10963).
14648 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
14650         * window.el (split-window-below): Fix bug in case where
14651         split-window-keep-point is nil (Bug#10971).
14653 2012-03-11  Juri Linkov  <juri@jurta.org>
14655         * replace.el (replace-highlight): Set isearch-word to nil
14656         unconditionally.  (Bug#10887)
14658 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
14660         * net/mairix.el (mairix-replace-invalid-chars): Rename from
14661         mairix-replace-illegal-chars; all callers changed.  Don't remove
14662         ^, ~, and = characters: they are meaningful in mairix search specs.
14663         (mairix-widget-create-query): Add usage information about mairix
14664         search forms: negating words, searching for substrings, etc.
14666 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
14668         * international/fontset.el (font-encoding-alist): Add an entry for
14669         ksx1001 (Bug#5667).
14671 2012-03-10  Richard Stallman  <rms@gnu.org>
14673         * mail/sendmail.el (mail-encode-header):
14674         Set rfc2047-encode-encoded-words.
14676         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14678         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14679         view buffer means not swapped.
14680         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14681         (rmail-write-region-annotate): Error if real text has disappeared.
14683         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14685 2012-03-10  Chong Yidong  <cyd@gnu.org>
14687         * emulation/cua-rect.el (cua--init-rectangles):
14688         * emulation/cua-base.el (cua--init-keymaps):
14689         Add delete-forward-char to remappings (Bug#9666).
14691 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
14693         * speedbar.el (speedbar-unhighlight-one-tag-line):
14694         Avoid unhighlighting due to frame switching (Bug#10275).
14696 2012-03-10  Chong Yidong  <cyd@gnu.org>
14698         * minibuffer.el (completion-in-region, completion-help-at-point):
14699         Give the completion field overlay a high priority (Bug#6830).
14701         * dired.el (dired-goto-file): Recognize absolute file name
14702         listings (Bug#7126).
14703         (dired-goto-file-1): New helper function.
14704         (dired-toggle-read-only): Inhibit warnings.
14706 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
14708         * net/dbus.el (dbus-property-handler): Return empty array if
14709         there are no properties.
14711 2012-03-09  Leo Liu  <sdl.web@gmail.com>
14713         * savehist.el (savehist-printable): Stricter check for string
14714         value (Bug#10937).
14716 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
14718         * mail/smtpmail.el (smtpmail-send-it):
14719         Bind coding-system-for-write to *-unix, so that FCC files are kept in
14720         valid mbox format.
14722 2012-03-09  Glenn Morris  <rgm@gnu.org>
14724         * files.el (dir-locals-find-file):
14725         Don't check result is regular, readable.
14726         (dir-locals-read-from-file): Demote errors.
14728 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
14730         * international/quail.el (quail-insert-kbd-layout):
14731         Insert invisible LRM characters before each character in a keyboard
14732         layout cell, to prevent their reordering by bidi display engine.
14733         For details, see the discussion in
14734         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14736 2012-03-08  Alan Mackenzie  <acm@muc.de>
14738         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14739         the starting position; make it extend the marked region when
14740         invoked repeatedly - all under appropriate circumstances.
14741         Fixes bugs #5525, #10906.
14743 2012-03-08  Glenn Morris  <rgm@gnu.org>
14745         * files.el (locate-dominating-file, dir-locals-find-file):
14746         Undo 2012-03-06 change.
14748 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
14750         * international/quail.el (quail-help):
14751         Force bidi-paragraph-direction be left-to-right.  See discussion in
14752         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14753         for the reason.
14755 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
14757         Avoid superfluous registering of signals.  (Bug#10807)
14759         * notifications.el (notifications-on-action-object)
14760         (notifications-on-close-object): New defvars.
14761         (notifications-on-action-signal, notifications-on-closed-signal):
14762         Unregister the signal if not needed any longer.
14763         (notifications-notify): Register `notifications-action-signal' or
14764         `notifications-closed-signal', if :on-action or :on-close has been
14765         passed as argument.
14767 2012-03-07  Chong Yidong  <cyd@gnu.org>
14769         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14770         non-X platforms.
14772 2012-03-06  Glenn Morris  <rgm@gnu.org>
14774         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14775         (x-disown-selection-internal, x-get-selection-internal):
14776         Doc fix (add arglist signatures).  (Bug#10783)
14778 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14780         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14781         Handle breakpoints with no "type".
14783 2012-03-06  Glenn Morris  <rgm@gnu.org>
14785         * files.el (locate-dominating-file): Add optional predicate argument.
14786         (dir-locals-find-file): Make use of above change.
14788 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
14790         * info.el (Info-insert-dir): Also try "dir.gz".
14792 2012-03-06  Glenn Morris  <rgm@gnu.org>
14794         * files.el (dir-locals-find-file):
14795         Ignore non-readable or non-regular files.  (Bug#10928)
14797         * files.el (locate-dominating-file): Doc fix.
14799 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
14801         * calendar/calendar.el (calendar-set-mode-line):
14802         `getenv' returns a string.  (Bug#10951)
14804 2012-03-05  Leo Liu  <sdl.web@gmail.com>
14806         * simple.el (backward-delete-char-untabify): Constrain point to
14807         field (Bug#10939).
14809         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14811 2012-03-05  Chong Yidong  <cyd@gnu.org>
14813         * simple.el (count-words): If called from Lisp, return the word
14814         count, for symmetry with `count-lines'.  Arglist changed.
14815         (count-words--message): Args changed.  Consolidate counting code
14816         from count-words and count-words-region.
14817         (count-words-region): Caller changed.
14818         (count-lines-region): Make it an obsolete alias.
14820 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
14822         * saveplace.el (save-place-to-alist)
14823         (save-place-ignore-files-regexp): Allow value nil to disable this
14824         feature.
14826 2012-03-04  Chong Yidong  <cyd@gnu.org>
14828         * faces.el (face-spec-reset-face): For the default face, reset the
14829         attributes to default values (Bug#10748).
14831 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14833         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14834         previous patch: Check `message-send-mail-function', and not the
14835         default function (bug#10897).
14837 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
14839         * notifications.el (notifications-on-action-signal)
14840         (notifications-on-closed-signal): Check for unique service name of
14841         incoming event.  Fix error in removing entry.
14842         (top): Register for signals with wildcard service name.
14843         (notifications-notify): Use daemon unique service name for map entries.
14845 2012-03-04  Chong Yidong  <cyd@gnu.org>
14847         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14849 2012-03-04  Glenn Morris  <rgm@gnu.org>
14851         * abbrev.el (copy-abbrev-table, abbrev-table-p)
14852         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14853         (expand-abbrev, define-abbrev-table): Doc fixes.
14855 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14857         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14858         `message-default-send-mail-function' and not `send-mail-function'
14859         when doing the prompting for `sendmail-query-once' before sending
14860         in Message buffers (bug#10897).
14862         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14863         This is inconsistent with all the other stream functions, which leave
14864         the setting up to the higher levels (if so wanted) (bug#10931).
14866 2012-03-02  Alan Mackenzie  <acm@muc.de>
14868         Depessimize the handling of very large macros.
14870         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14871         (c-macro-cache-syntactic): New variables to implement a one
14872         element macro cache.
14873         (c-invalidate-macro-cache): New function.
14874         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14875         Adapt to use the new cache.
14876         (c-state-safe-place): Use better the cache of safe positions.
14877         (c-state-semi-nonlit-pos-cache)
14878         (c-state-semi-nonlit-pos-cache-limit):
14879         New variables for...
14880         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
14881         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14882         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14883         Use c-state-semi-safe-place.
14885         * progmodes/cc-langs.el (c-get-state-before-change-functions):
14886         Add c-invalidate-macro-cache to the C, C++, Obj entries.
14888 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
14890         * jka-compr.el (jka-compr-call-process):
14891         Apply `file-accessible-directory-p' only when the default directory is
14892         not remote.
14894 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
14896         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
14897         access of FILE2, if FILE1 does not exist.
14899         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14900         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14902         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14903         Add "PAGER=" to `process-environment'.
14905 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
14907         * progmodes/sql.el: Bug fix
14908         (sql-get-login-ext): Save login values in globals.
14909         (sql-get-login): Use new version of `sql-get-login-ext'.
14910         (sql-interactive-mode): Set global `sql-connection' to nil.
14911         (sql-connect): Set global values for connection.
14912         (sql-product-interactive): Save global values as buffer local.
14914 2012-02-29  Leo Liu  <sdl.web@gmail.com>
14916         * abbrev.el (define-abbrevs): Reset sys to nil.
14918 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14920         * files.el (file-equal-p): Rename from `files-equal-p'.
14921         Return nil when one or both files don't exist.
14922         (file-subdir-of-p): Now only top directory must exists,
14923         return nil if it doesn't.
14924         (copy-directory): No need to test with `file-subdir-of-p' after
14925         creating dir.
14926         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14927         to `file-equal-p'.
14929 2012-02-28  Glenn Morris  <rgm@gnu.org>
14931         * shell.el (shell-mode):
14932         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14933         * play/landmark.el (landmark-font-lock-face-O):
14934         * play/handwrite.el (handwrite):
14935         * play/gomoku.el (gomoku-O):
14936         * net/browse-url.el (browse-url-browser-display):
14937         * international/mule.el (define-charset):
14938         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14939         * filesets.el (filesets-find-file-delay):
14940         * eshell/em-xtra.el (eshell-xtra):
14941         * eshell/em-unix.el (eshell-grep):
14942         * emulation/viper.el (viper-mode):
14943         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14944         * emacs-lisp/easymenu.el (easy-menu-define):
14945         * calendar/timeclock.el (timeclock-use-display-time):
14946         * bs.el (bs-mode):
14947         * bookmark.el (bookmark-save-flag):
14948         Doc fix (standardize possessive apostrophe usage).
14950 2012-02-27  Chong Yidong  <cyd@gnu.org>
14952         * emulation/viper-cmd.el (viper-intercept-ESC-key):
14953         Fix key-binding lookup for ESC key (Bug#9146).
14955         * font-lock.el (font-lock-specified-p): Rename from
14956         font-lock-spec-present.  Callers changed.
14958 2012-02-27  Daniel Hackney  <dan@haxney.org>
14960         * emacs-lisp/package.el (package-compute-transaction):
14961         Handle holding a package version to t in package-load-list.
14963 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
14965         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14966         (tramp-get-inode, tramp-get-device): Use cached values.
14968 2012-02-26  Alan Mackenzie  <acm@muc.de>
14970         Check there is a font-lock specification before doing initial
14971         fontification.
14973         * font-core.el (font-lock-mode): Move the conditional from
14974         :after-hook to font-lock-initial-fontify.
14975         (font-lock-default-function): Move the check for a specification
14976         to font-lock-spec-present.
14978         * font-lock.el (font-lock-initial-fontify): Call ...
14979         (font-lock-spec-present): New function.
14981 2012-02-26  Jim Blandy  <jimb@red-bean.com>
14983         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14984         (gdb-send): Apply it to the operand of the '-interpreter-exec
14985         console' command, so that we can pass arguments with (say) quotes
14986         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
14988 2012-02-26  Chong Yidong  <cyd@gnu.org>
14990         * help-fns.el (describe-function-1): Clarify description of
14991         remapping (Bug#10844).
14993         * files.el (files-equal-p): Doc fix.
14994         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
14995         and quit the loop once a mismatch is found.
14997 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
14999         * bs.el (bs--show-with-configuration): Don't throw an error
15000         if the window cannot be split; otherwise, subsequent calls to
15001         bs-show fail, restoring a stale window config.  (Bug#10882)
15003 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15005         * term/ns-win.el (global-map): Bind ns-drag-file to
15006         ns-find-file (Bug#5855, Bug#10050).
15008 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
15010         * calendar/parse-time.el (parse-time-string): Allow extractor to
15011         return nil.
15013 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
15015         * net/tramp.el (tramp-file-name-for-operation):
15016         Add `files-equal-p' and `file-subdir-of-p'.
15018         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15019         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15020         Add COPY-CONTENTS argument.
15022 2012-02-25  Chong Yidong  <cyd@gnu.org>
15024         Add custom groups for VC backends, for consistency with vc-bzr.
15026         * vc/vc-arch.el (vc-arch):
15027         * vc/vc-cvs.el (vc-cvs):
15028         * vc/vc-git.el (vc-git):
15029         * vc/vc-hg.el (vc-hg):
15030         * vc/vc-mtn.el (vc-mtn):
15031         * vc/vc-rcs.el (vc-rcs):
15032         * vc/vc-sccs.el (vc-sccs):
15033         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15034         All relevant defcustoms reassigned.
15036 2012-02-25  Chong Yidong  <cyd@gnu.org>
15038         * newcomment.el (comment-styles): Add autoload (Bug#10868).
15040         * term/x-win.el (x-initialize-window-system): Reduce default for
15041         x-selection-timeout to 5 seconds (Bug#8869).
15043 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15045         * files.el (files-equal-p, file-subdir-of-p): New functions.
15046         (copy-directory): Error when trying to copy a directory on itself.
15047         Add missing copy-contents arg to tramp handler.
15048         * dired-aux.el (dired-copy-file-recursive): Same.
15049         (dired-create-files): Modify destination when source is equal to
15050         dest when copying files.
15051         Return also when dest is a subdir of source.  (Bug#10489)
15053 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
15055         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15056         (Bug#10874)
15058 2012-02-23  Alan Mackenzie  <acm@muc.de>
15060         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15061         parameter "after-hook:" to allow the expansion to run code after
15062         the execution of the mode hooks.
15064         * font-lock.el (font-lock-initial-fontify): New function extracted
15065         from font-lock-mode-internal.
15067         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15068         :after-hook.
15070 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15072         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15073         (completion--cache-all-sorted-completions): New function.
15074         (completion-all-sorted-completions): Use it.
15075         (completion--do-completion, minibuffer-force-complete):
15076         Use it to re-instate the flush hook.
15078         * icomplete.el (icomplete-completions): Replace last fix with a better
15079         one (bug#10850).
15081 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15083         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15084         when it might call us back infinitely (bug#10797).
15086 2012-02-23  Glenn Morris  <rgm@gnu.org>
15088         * minibuffer.el (completion-category-overrides): Doc fix.
15090 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15092         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15093         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15095 2012-02-23  Glenn Morris  <rgm@gnu.org>
15097         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15098         (authors-obsolete-files-regexps, authors-ignored-files)
15099         (authors-ambiguous-files, authors-renamed-files-alist):
15100         Add more entries.
15102 2012-02-23  Juri Linkov  <juri@jurta.org>
15104         * isearch.el (isearch-occur): Sync interactive spec with occur's
15105         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15107         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15109 2012-02-22  Juri Linkov  <juri@jurta.org>
15111         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15112         (ucs-insert): Doc fix.  Check for hex digits in the string.
15113         Don't display `nil' in the error message.  (Bug#10857)
15115 2012-02-22  Alan Mackenzie  <acm@muc.de>
15117         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15119 2012-02-22  Glenn Morris  <rgm@gnu.org>
15121         * ffap.el (ffap-c-path):
15122         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15124 2012-02-22  Chong Yidong  <cyd@gnu.org>
15126         * custom.el (load-theme): Doc fix.
15128 2012-02-22  Glenn Morris  <rgm@gnu.org>
15130         * dired-x.el (dired-guess-shell-alist-default):
15131         Remove escape sequences from nroff output.  (Bug#172)
15133 2012-02-21  Glenn Morris  <rgm@gnu.org>
15135         * vc/emerge.el (emerge-defvar-local):
15136         Set `permanent-local' property rather than unused `preserved'.
15138         * textmodes/picture.el (picture-delete-char): New alias.
15139         (picture-mode-map): Use it.  (Bug#10860)
15140         (picture-mode): Doc fix.
15142 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15144         * newcomment.el (uncomment-region-default): Remove unused binding.
15146 2012-02-21  Glenn Morris  <rgm@gnu.org>
15148         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15149         (picture-self-insert, picture-tab-chars): Doc fix.
15150         (picture-mode-map): Fix C-a, C-e.
15152 2012-02-20  Glenn Morris  <rgm@gnu.org>
15154         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15156 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15158         * icomplete.el (icomplete-completions): Check FROM arg before
15159         passing to substring (Bug#10850).
15161 2012-02-19  Chong Yidong  <cyd@gnu.org>
15163         * comint.el: Require ansi-color.
15164         (comint-output-filter-functions): Add ansi-color-process-output.
15166         * ansi-color.el: Don't set comint-output-filter-functions; it is
15167         now in the initial value defined in comint.el.
15168         (ansi-color-apply-face-function): New variable.
15169         (ansi-color-apply-on-region): Use it.
15170         (ansi-color-apply-overlay-face): New function.
15172         * shell.el (shell): No need to require ansi-color.
15173         (shell-mode): Use ansi-color-apply-face-function to highlight
15174         color escapes using font-lock-face property (Bug#10835).
15176 2012-02-19  Chong Yidong  <cyd@gnu.org>
15178         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15179         mode-line formats (Bug#10839).
15181 2012-02-18  Glenn Morris  <rgm@gnu.org>
15183         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15185         * mail/undigest.el (unforward-rmail-message): Doc fix.
15187         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15189 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15191         * international/characters.el (script-list): Sync with the latest
15192         Unicode Character Database.
15194 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15196         * international/titdic-cnv.el: Remove duplicate coding tag.
15197         * language/cham.el: Likewise.
15198         * language/tai-viet.el: Likewise.
15200 2012-02-18  Glenn Morris  <rgm@gnu.org>
15202         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15203         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15204         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15205         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15206         * calendar/holidays.el (holiday-bahai-holidays)
15207         (calendar-holidays, list-holidays):
15208         Use utf-8 Bahá'í in doc-strings, menus, etc.
15210 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15212         * saveplace.el (save-place-ignore-files-regexp): New variable
15213         allowing for excluding files from saving their location of point.
15214         The default value matches the temporary commit message editing
15215         files from Git, SVN, Bazaar, and Mercurial.
15216         (save-place-to-alist): Use it.
15218 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15219             Stefan Monnier  <monnier@iro.umontreal.ca>
15221         * newcomment.el (uncomment-region-default): Don't leave extra space
15222         when an arg is provided (bug#8150).
15224 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15226         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15228 2012-02-17  Glenn Morris  <rgm@gnu.org>
15230         * net/socks.el: Require network-stream.  (Bug#10599)
15232 2012-02-17  Kenichi Handa  <handa@m17n.org>
15234         * international/charprop.el:
15235         * international/uni-name.el:
15236         * international/uni-old-name.el:
15237         * international/uni-comment.el: Regenerate.
15239 2012-02-16  Glenn Morris  <rgm@gnu.org>
15241         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15242         Interactively in calendar buffer, give an error if not on a date.
15244 2012-02-15  Glenn Morris  <rgm@gnu.org>
15246         * shell.el (shell-delimiter-argument-list):
15247         Revert 2011-02-17 change.  (Bug#8027)
15249 2012-02-15  Chong Yidong  <cyd@gnu.org>
15251         * minibuffer.el (completion-at-point-functions): Doc fix.
15253         * custom.el (defcustom): Doc fix; note use of defvar.
15255 2012-02-15  Glenn Morris  <rgm@gnu.org>
15257         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15258         Doc fixes.
15260 2012-02-14  Glenn Morris  <rgm@gnu.org>
15262         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15264 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15266         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15267         way the ports list is computed.
15268         (smtpmail-query-smtp-server): Prompt the user for a port number if
15269         we can't connect to any of the standard ports (bug#10810).
15271 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15273         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15275 2012-02-13  Glenn Morris  <rgm@gnu.org>
15277         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
15279 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15281         * net/gnutls.el (gnutls-trustfiles): New variable.
15282         (gnutls-negotiate): Use it.
15284 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
15286         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15287         does its stuff if Gnus is running.
15289 2012-02-13  Alan Mackenzie  <acm@muc.de>
15291         Fix a loop in c-set-fl-decl-start.
15293         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15294         c-backward-syntactic-ws actually moves backwards.
15296 2012-02-13  Leo Liu  <sdl.web@gmail.com>
15298         * net/rcirc.el (rcirc-markup-attributes): Move point to the
15299         beginning so that all \C-o chars are removed.
15301 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
15303         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15305 2012-02-12  Alan Mackenzie  <acm@muc.de>
15307         Fix infinite loop with long macros.
15308         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15310 2012-02-12  Chong Yidong  <cyd@gnu.org>
15312         * window.el (display-buffer): Doc fix (Bug#10785).
15314 2012-02-12  Glenn Morris  <rgm@gnu.org>
15316         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15317         (x-disown-selection-internal, x-get-selection-internal):
15318         Sync docs with the xselect.c versions.
15320         * allout-widgets.el: Add missing license notice.
15322 2012-02-11  Glenn Morris  <rgm@gnu.org>
15324         * select.el (x-get-selection-internal, x-own-selection-internal)
15325         (x-disown-selection-internal):
15326         * x-dnd.el (x-get-selection-internal): Update declarations.
15328         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15330         * window.el (window-sides-slots):
15331         * tool-bar.el (tool-bar-position):
15332         * term/xterm.el (xterm-extra-capabilities):
15333         * ses.el (ses-self-reference-early-detection):
15334         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15335         (verilog-auto-wire-type)
15336         (verilog-auto-delete-trailing-whitespace)
15337         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15338         (verilog-auto-tieoff-declaration):
15339         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15340         (sql-oracle-statement-starters, sql-oracle-scan-on):
15341         * progmodes/prolog.el (prolog-align-comments-flag)
15342         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15343         (prolog-left-indent-regexp, prolog-paren-indent-p)
15344         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15345         (prolog-types, prolog-mode-specificators)
15346         (prolog-determinism-specificators, prolog-directives)
15347         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15348         (prolog-electric-dot-flag)
15349         (prolog-electric-dot-full-predicate-template)
15350         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15351         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15352         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15353         (prolog-program-switches, prolog-prompt-regexp)
15354         (prolog-debug-on-string, prolog-debug-off-string)
15355         (prolog-trace-on-string, prolog-trace-off-string)
15356         (prolog-zip-on-string, prolog-zip-off-string)
15357         (prolog-use-standard-consult-compile-method-flag)
15358         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15359         (prolog-imenu-max-lines, prolog-info-predicate-index)
15360         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15361         (prolog-char-quote-workaround):
15362         * progmodes/cc-vars.el (c-defun-tactic):
15363         * net/tramp.el (tramp-encoding-command-interactive)
15364         (tramp-local-end-of-line):
15365         * net/soap-client.el (soap-client):
15366         * net/netrc.el (netrc-file):
15367         * net/gnutls.el (gnutls):
15368         * minibuffer.el (completion-category-overrides)
15369         (completion-cycle-threshold)
15370         (completion-pcm-complete-word-inserts-delimiters):
15371         * man.el (Man-name-local-regexp):
15372         * mail/feedmail.el (feedmail-display-full-frame):
15373         * international/characters.el (glyphless-char-display-control):
15374         * eshell/em-ls.el (eshell-ls-date-format):
15375         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15376         (lisp-lambda-list-keyword-parameter-indentation)
15377         (lisp-lambda-list-keyword-parameter-alignment):
15378         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15379         * dired-x.el (dired-omit-verbose):
15380         * cus-theme.el (custom-theme-allow-multiple-selections):
15381         * calc/calc.el (calc-highlight-selections-with-faces)
15382         (calc-lu-field-reference, calc-lu-power-reference)
15383         (calc-note-threshold):
15384         * battery.el (battery-mode-line-limit):
15385         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15386         (archive-7z-update):
15387         * allout.el (allout-prefixed-keybindings)
15388         (allout-unprefixed-keybindings)
15389         (allout-inhibit-auto-fill-on-headline)
15390         (allout-flattened-numbering-abbreviation):
15391         * allout-widgets.el (allout-widgets-auto-activation)
15392         (allout-widgets-icons-dark-subdir)
15393         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15394         (allout-widgets-theme-dark-background)
15395         (allout-widgets-theme-light-background)
15396         (allout-widgets-item-image-properties-emacs)
15397         (allout-widgets-item-image-properties-xemacs)
15398         (allout-widgets-run-unit-tests-on-load)
15399         (allout-widgets-time-decoration-activity)
15400         (allout-widgets-hook-error-post-time)
15401         (allout-widgets-track-decoration):
15402         Add missing :version tags to new defcustoms and defgroups.
15404         * progmodes/sql.el (sql-ansi-statement-starters)
15405         (sql-oracle-statement-starters): Add custom type.
15407         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15408         (prolog-system-version): Give it a type.
15410 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
15412         * term/pc-win.el (x-select-text, x-selection-owner-p)
15413         (x-own-selection-internal, x-disown-selection-internal)
15414         (x-get-selection-internal): Sync doc strings and argument lists
15415         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
15417 2012-02-11  Leo Liu  <sdl.web@gmail.com>
15419         * progmodes/python.el (python-end-of-statement): Fix infinite
15420         loop.  (Bug#10788)
15422 2012-02-10  Glenn Morris  <rgm@gnu.org>
15424         * international/mule-cmds.el (unify-8859-on-encoding-mode)
15425         (unify-8859-on-decoding-mode): Properly mark as obsolete.
15427 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
15429         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15430         about SMTP before checking the From header.
15432         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15433         into own function for reuse by emacsbug.el.
15435 2012-02-10  Leo Liu  <sdl.web@gmail.com>
15437         * subr.el (condition-case-unless-debug): Rename from
15438         condition-case-no-debug.  All callers changed.
15439         (with-demoted-errors): Fix caller.
15441         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15442         * nxml/rng-valid.el (rng-do-some-validation):
15443         * emacs-lisp/package.el (package-refresh-contents)
15444         (package-menu-execute):
15445         * desktop.el (desktop-create-buffer):
15446         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15448 2012-02-10  Glenn Morris  <rgm@gnu.org>
15450         * textmodes/bibtex.el:
15451         Add missing :version tags for new/changed defcustoms.
15453         * files.el (remote-file-name-inhibit-cache): Doc fixes.
15455 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
15457         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15458         (smtpmail-via-smtp): Use it, or fall back on the From address.
15459         (smtpmail-send-it): Ditto.
15461 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15463         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15464         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
15465         (byte-compile-tmp-var): New const.
15466         (byte-compile-defvar): Use it to minimize .elc size.
15467         Just use `defvar' rather than simulate it (bug#10761).
15469 2012-02-09  Glenn Morris  <rgm@gnu.org>
15471         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
15473         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15474         Add :version tags.
15476         * progmodes/compile.el (compilation-error-screen-columns)
15477         (compilation-first-column, compilation-filter-start): Doc fixes.
15479         * vc/log-view.el (log-view-toggle-entry-display):
15480         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15482         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15483         (report-emacs-bug-can-use-xdg-email):
15484         (report-emacs-bug-insert-to-mailer): Doc fixes.
15485         (report-emacs-bug): Message fix.
15487         * net/browse-url.el (browse-url-can-use-xdg-open)
15488         (browse-url-xdg-open): Doc fixes.
15490         * electric.el (electric-indent-mode, electric-pair-mode)
15491         (electric-layout-rules, electric-layout-mode): Doc fixes.
15492         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15494 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
15496         * server.el (server-unselect-display): Don't inadvertently kill
15497         the current buffer.  (Bug#10729)
15499 2012-02-08  Glenn Morris  <rgm@gnu.org>
15501         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15502         (sql-list-table): Doc fixes.
15504         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15505         Comment out (does nothing).
15507         * completion.el (dynamic-completion-mode):
15508         * dirtrack.el (dirtrack-debug-mode):
15509         * electric.el (electric-layout-mode):
15510         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15511         * face-remap.el (text-scale-mode, buffer-face-mode):
15512         * iimage.el (iimage-mode):
15513         * image-mode.el (image-transform-mode):
15514         * minibuffer.el (completion-in-region-mode):
15515         * scroll-lock.el (scroll-lock-mode):
15516         * simple.el (next-error-follow-minor-mode):
15517         * tar-mode.el (tar-subfile-mode):
15518         * tooltip.el (tooltip-mode):
15519         * vcursor.el (vcursor-use-vcursor-map):
15520         * wid-browse.el (widget-minor-mode):
15521         * emulation/tpu-edt.el (tpu-edt-mode):
15522         * emulation/tpu-extras.el (tpu-cursor-free-mode):
15523         * international/iso-ascii.el (iso-ascii-mode):
15524         * language/thai-util.el (thai-word-mode):
15525         * mail/supercite.el (sc-minor-mode):
15526         * net/goto-addr.el (goto-address-mode):
15527         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15528         * progmodes/cwarn.el (cwarn-mode):
15529         * progmodes/flymake.el (flymake-mode):
15530         * progmodes/glasses.el (glasses-mode):
15531         * progmodes/hideshow.el (hs-minor-mode):
15532         * progmodes/pascal.el (pascal-outline-mode):
15533         * textmodes/enriched.el (enriched-mode):
15534         * vc/smerge-mode.el (smerge-mode):
15535         Doc fixes (minor mode argument).
15537 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
15539         * ls-lisp.el (ls-lisp-sanitize): New function.
15540         (ls-lisp-insert-directory): Use it to fix or remove any elements
15541         in file-alist with missing attributes.  (Bug#4673)
15543 2012-02-07  Alan Mackenzie  <acm@muc.de>
15545         Fix spurious recognition of c-in-knr-argdecl.
15547         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15548         putative K&R region.
15550 2012-02-07  Alan Mackenzie  <acm@muc.de>
15552         * progmodes/cc-engine.el (c-forward-objc-directive):
15553         Prevent looping in "#pragma mark @implementation".
15555 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
15557         * notifications.el (notifications-on-closed-signal): Make `reason'
15558         optional.  (Bug#10744)
15560 2012-02-07  Glenn Morris  <rgm@gnu.org>
15562         * emacs-lisp/easy-mmode.el (define-minor-mode):
15563         Doc fixes for the macro and the mode it defines.
15565         * image.el (imagemagick-types-inhibit): Doc fix.
15567         * cus-start.el (imagemagick-render-type): Add it.
15569 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
15571         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15572         Set the default at load time, too, so that `font-lock-fontify-buffer'
15573         can be called without setting up the entire mode first.  This fixes
15574         a bug in `mm-inline-text' with C MIME parts.
15576 2012-02-06  Chong Yidong  <cyd@gnu.org>
15578         * simple.el (list-processes--refresh): Delete exited processes
15579         (Bug#8094).
15581         * comint.el (comint-next-prompt): next-single-char-property-change
15582         and prev-single-char-property-change never return nil (Bug#8657).
15584         * custom.el (defcustom): Doc fix (Bug#9711).
15586 2012-02-05  Chong Yidong  <cyd@gnu.org>
15588         * cus-edit.el (custom-variable-reset-backup): Quote the value
15589         before storing it in the customized-value property (Bug#6712).
15590         (custom-display): Add a customization type tag.
15591         (custom-buffer-create-internal): Improve tooltip message.
15593         * wid-edit.el (widget-field-value-get): New optional arg to
15594         suppress trailing whitespace truncation.
15595         (character): Use it (Bug#2689).
15597 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
15599         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15600         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15602 2012-02-05  Chong Yidong  <cyd@gnu.org>
15604         * cus-edit.el (custom-variable-value-create): For mismatched
15605         types, show the current value (Bug#7600).
15607         * custom.el (defcustom): Doc fix.
15609 2012-02-05  Glenn Morris  <rgm@gnu.org>
15611         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15613 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
15615         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15616         (pp-buffer): Use `ignore-errors', `looking-at-p'.
15617         (pp-last-sexp): Use `looking-at-p'.
15619 2012-02-04  Glenn Morris  <rgm@gnu.org>
15621         * files.el (revert-buffer):
15622         Doc fix (mention revert-buffer-in-progress-p).
15624         * emacs-lisp/ert-x.el (ert-simulate-command):
15625         Check deferred-action-list (which is obsolete) is bound.
15627         * subr.el (with-wrapper-hook): Doc fixes.
15629         * simple.el (filter-buffer-substring-functions)
15630         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15632 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
15634         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15635         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
15637 2012-02-04  Leo Liu  <sdl.web@gmail.com>
15639         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15641 2012-02-04  Glenn Morris  <rgm@gnu.org>
15643         * image.el (image-extension-data): Add obsolete alias.
15645         * isearch.el (isearch-update): Doc fix.
15647         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15649         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15651 2012-02-03  Glenn Morris  <rgm@gnu.org>
15653         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
15654         (image-animate-timeout): Doc fix.
15656         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15658 2012-02-02  Glenn Morris  <rgm@gnu.org>
15660         * server.el (server-auth-dir): Doc fix.
15661         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
15663         * subr.el (run-mode-hooks): Doc fix.
15665 2012-02-02  Juri Linkov  <juri@jurta.org>
15667         * image-mode.el (image-toggle-display-image): Remove tautological
15668         `major-mode' from the `derived-mode-p' test.
15670 2012-02-02  Kenichi Handa  <handa@m17n.org>
15672         * composite.el (compose-region): Cancel previous change.
15674 2012-02-02  Kenichi Handa  <handa@m17n.org>
15676         * composite.el (compose-region, compose-string): Signal error for
15677         a null string component (Bug#6988).
15679 2012-02-01  Chong Yidong  <cyd@gnu.org>
15681         * view.el (view-buffer-other-window, view-buffer-other-frame):
15682         Handle special modes like view-buffer (Bug#10650).
15683         (view-buffer): Simplify.
15685         * frame.el (set-frame-font): Tweak meaning of third argument.
15687         * dynamic-setting.el (font-setting-change-default-font):
15688         Use set-frame-font (Bug#9982).
15690 2012-02-01  Glenn Morris  <rgm@gnu.org>
15692         * progmodes/compile.el (compilation-internal-error-properties):
15693         Respect compilation-first-column in the "*compilation*" buffer.
15695         * emacs-lisp/easy-mmode.el (define-minor-mode):
15696         Relax :variable's test for a named function.
15698 2012-01-31  Alan Mackenzie  <acm@muc.de>
15700         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15701         off by one error.
15703 2012-01-31  Chong Yidong  <cyd@gnu.org>
15705         * frame.el (set-frame-font): New arg ALL-FRAMES.
15707         * menu-bar.el (menu-set-font): Use set-frame-font.
15709         * faces.el (face-spec-reset-face): Don't apply unspecified
15710         attribute values to the default face.
15712 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
15714         * progmodes/cwarn.el (cwarn): Remove dead link.
15715         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15716         Remove * from defcustom docstrings.
15717         (turn-on-cwarn-mode): Make obsolete.
15718         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15719         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15721 2012-01-31  Glenn Morris  <rgm@gnu.org>
15723         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15724         Fix :variable handling of mode a symbol not equal to modefun.
15725         Allow named functions to be used as the cdr of :variable.
15727 2012-01-30  Glenn Morris  <rgm@gnu.org>
15729         * emacs-lisp/authors.el (authors-fixed-entries):
15730         Remove reference to deleted file rnewspost.el.
15732 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
15734         * window.el (window-with-parameter): Remove unused variable `windows'.
15735         (window--side-check): Remove unused variable `code'.
15736         (window--resize-siblings): Remove unused variable `first'.
15737         (adjust-window-trailing-edge): Remove unused variable `failed'.
15738         (window-deletable-p, window--delete): Remove unused variable `buffer'.
15739         Use `let', not `let*'.
15740         (balance-windows-2): Remove unused variable `found'.
15741         (window--state-put-2): Remove unused variable `splits'.
15742         (window-state-put): Remove unused variable `selected'.
15743         (same-window-p): Use `string-match-p'.
15744         (display-buffer-assq-regexp): Remove unused variable `value'.
15745         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15746         Mark argument ALIST as ignored.
15747         (pop-to-buffer): Remove unused variable `old-window'.
15749 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
15751         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15752         and .lzma compressed files.
15754 2012-01-29  Chong Yidong  <cyd@gnu.org>
15756         * frame.el (window-system-default-frame-alist): Doc fix.
15758         * dynamic-setting.el (font-setting-change-default-font): Don't
15759         change the default face if SET-FONT argument is non-nil (Bug#9982).
15761 2012-01-29  Samuel Bronson  <naesten@gmail.com>
15763         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15765 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
15767         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15768         breakpoints in files outside current directory (Bug#6098).
15770 2012-01-29  Chong Yidong  <cyd@gnu.org>
15772         * progmodes/python.el: Require ansi-color at top-level.
15774         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15775         Define and use in Emacs Lisp mode (Bug#9360).
15776         (lisp-mode-abbrev-table): Add doc.
15777         (lisp-mode-variables): Don't set local-abbrev-table.
15778         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15780 2012-01-28  Roland Winkler  <winkler@gnu.org>
15782         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15784 2012-01-28  Roland Winkler  <winkler@gnu.org>
15786         * textmodes/bibtex.el (bibtex-entry-alist): New function.
15787         (bibtex-set-dialect): Use it.  Either set global values of
15788         dialect-dependent variables or bind these variables buffer-locally
15789         (Bug#10254).
15790         (bibtex-mode): Call bibtex-set-dialect via
15791         hack-local-variables-hook.
15792         (bibtex-dialect): Update docstring.
15793         Add safe-local-variable predicate.
15794         (bibtex-entry-alist, bibtex-field-alist): Initialize via
15795         bibtex-set-dialect.
15796         (bibtex-mode-map): Define menu for each dialect.
15797         (bibtex-entry): Fix docstring.
15799 2012-01-28  Chong Yidong  <cyd@gnu.org>
15801         * eshell/esh-arg.el (eshell-quote-argument): New function.
15803         * eshell/esh-ext.el (eshell-invoke-batch-file):
15804         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15805         first arg to eshell-parse-command (Bug#10523).
15807 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15809         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15810         `default-directory' is non-nil.
15812 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15814         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15815         line that displays system-configuration-options.  (Bug#9924)
15817 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15819         * descr-text.el (describe-char): Show information about POS, in
15820         addition to information about the character at POS.  Improve and
15821         update the doc string.  Change "code point" to "code point in
15822         charset", to avoid confusion with the character's Unicode code
15823         point shown above that.  (Bug#10129)
15825 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15827         * descr-text.el (describe-char): Show the raw character, not only
15828         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
15829         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15830         for the reasons.
15832 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
15834         * emacs-lisp/package.el (package-install):
15835         Run package-refresh-contents if there is no archive yet (Bug#9798).
15837 2012-01-28  Chong Yidong  <cyd@gnu.org>
15839         * emacs-lisp/package.el (package-maybe-load-descriptor):
15840         New function, split from package-maybe-load-descriptor.
15841         (package-maybe-load-descriptor): Use it.
15842         (package-download-transaction): Fully load required packages
15843         inside the loop, so that `require' calls work (Bug#10593).
15844         (package-install): No need to call package-initialize now.
15846 2012-01-28  Chong Yidong  <cyd@gnu.org>
15848         * simple.el (deactivate-mark): Doc fix (Bug#8614).
15850         * tooltip.el (tooltip-mode): Doc fix.
15851         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15853         * frame.el (set-cursor-color): Doc fix (Bug#352).
15855         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15856         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15858         * cus-edit.el (custom-buffer-create-internal): Fix search button
15859         action (Bug#10542).
15860         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15862 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
15864         * dired.el (dired-mark-files-regexp):
15865         Include any subdirectory components.  (Bug#10445)
15867 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15869         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15870         Handle [host]:port syntax.  (Bug#10533)
15872 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
15874         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15876 2012-01-26  Glenn Morris  <rgm@gnu.org>
15878         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15879         * term.el (term-raw-escape-map): Use Control-X-prefix.
15880         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
15882 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
15884         * window.el (window-state-get, window--state-get-1): Don't deal
15885         with fixed-sizeness of windows.  Simplify code.
15887 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
15889         * window.el (window--state-get-1, window--state-put-2):
15890         Don't save and restore the mark.
15892 2012-01-25  Chong Yidong  <cyd@gnu.org>
15894         * custom.el (custom-variable-p): Doc fix.
15896 2012-01-25  Glenn Morris  <rgm@gnu.org>
15898         * dired.el (dired-goto-file): Handle some of the more common
15899         characters that `ls -b' escapes.  (Bug#10596)
15901         * progmodes/compile.el (compilation-next-error-function):
15902         Respect compilation-first-column in the "*compilation*" buffer.
15903         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
15905         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
15907 2012-01-24  Glenn Morris  <rgm@gnu.org>
15909         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
15911 2012-01-24  Julien Danjou  <julien@danjou.info>
15913         * color.el (color-rgb-to-hsl): Fix value computing.
15914         (color-hue-to-rgb): New function.
15915         (color-hsl-to-rgb): New function.
15916         (color-clamp, color-saturate-hsl, color-saturate-name)
15917         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15918         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15920 2012-01-24  Glenn Morris  <rgm@gnu.org>
15922         * vc/vc-rcs.el (vc-rcs-create-tag):
15923         * vc/vc-sccs.el (vc-sccs-create-tag):
15924         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
15926 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15928         * eshell/esh-util.el (eshell-read-hosts-file):
15929         Skip comment lines.  (Bug#10549)
15931         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
15933 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
15935         * subr.el (display-delayed-warnings): Doc fix.
15936         (collapse-delayed-warnings): New function to collapse identical
15937         adjacent warnings.
15938         (delayed-warnings-hook): Add it.
15940 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
15942         * net/tramp.el (tramp-action-login): Set connection property "login-as".
15944         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15945         (tramp-default-user-alist): Don't add "pscp".
15946         (tramp-do-copy-or-rename-file-out-of-band): Use connection
15947         property "login-as", if set.  (Bug#10530)
15949 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
15951         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15952         "plink1" and "psftp".  (Bug#10530)
15954 2012-01-21  Kenichi Handa  <handa@m17n.org>
15956         * international/mule-cmds.el (prefer-coding-system): Show a
15957         warning message if the default value of file-name-coding-system
15958         was not changed.
15960 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15962         * windmove.el (windmove-reference-loc):
15963         Fix windmove-reference-loc miscalculation.
15965 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
15967         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15968         default unit.
15970 2012-01-21  Glenn Morris  <rgm@gnu.org>
15972         * international/mule.el (auto-coding-alist): Add .tbz.
15974         * files.el (local-enable-local-variables): Doc fix.
15975         (inhibit-local-variables-regexps): Rename from
15976         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
15977         Doc fix.  Add some extensions from auto-coding-alist.
15978         (inhibit-local-variables-suffixes):
15979         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
15980         (inhibit-local-variables-p):
15981         New function, extracted from set-auto-mode-1.
15982         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
15983         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
15984         (hack-local-variables): Doc fix.  Make the mode-only case
15985         respect enable-local-variables and friends.
15986         Respect inhibit-local-variables-regexps for file-locals, but
15987         not for directory-locals.
15988         (set-visited-file-name):
15989         Take account of inhibit-local-variables-regexps.
15990         Whether it applies may change as the file name is changed.
15991         * jka-cmpr-hook.el (jka-compr-install):
15992         * jka-compr.el (jka-compr-uninstall):
15993         Update for inhibit-first-line-modes-suffixes name change.
15995 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
15997         * help-macro.el (make-help-screen): Temporarily restore original
15998         binding for minor-mode-map-alist (Bug#10454).
16000 2012-01-19  Julien Danjou  <julien@danjou.info>
16002         * color.el (color-name-to-rgb): Use the white color to find the max
16003         color component value and return correctly computed values.
16004         (color-name-to-rgb): Add missing float conversion for max value.
16006 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
16008         * window.el (window--state-get-1, window-state-get): Do not use
16009         special state value for window-persistent-parameters.
16010         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
16011         (window--state-put-2): Reset all window parameters to nil before
16012         assigning values of persistent parameters.
16014 2012-01-18  Alan Mackenzie  <acm@muc.de>
16016         Eliminate sluggishness and hangs in fontification of "semicolon
16017         deserts".
16019         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16020         Change value 10000 -> 3000.
16021         (c-state-safe-place): Reformulate so it doesn't stack up an
16022         infinite number of wrong entries in c-state-nonlit-pos-cache.
16023         (c-determine-limit-get-base, c-determine-limit): New functions to
16024         determine backward search limits disregarding literals.
16025         (c-find-decl-spots): Amend commenting.
16026         (c-cheap-inside-bracelist-p): New function which detects "={".
16028         * progmodes/cc-fonts.el
16029         (c-make-font-lock-BO-decl-search-function): Give a limit to a
16030         backward search.
16031         (c-font-lock-declarations): Fix an occurrence of point being
16032         undefined.  Check additionally for point being in a bracelist or
16033         near a macro invocation without a semicolon so as to avoid a
16034         fruitless time consuming search for a declarator.  Give a more
16035         precise search limit for declarators using the new
16036         c-determine-limit.
16038 2012-01-18  Glenn Morris  <rgm@gnu.org>
16040         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16041         (set-auto-mode): Doc fixes.
16043 2012-01-17  Glenn Morris  <rgm@gnu.org>
16045         * isearch.el (search-nonincremental-instead): Fix doc typo.
16047         * dired.el (dired-insert-directory): Handle newlines in directory name.
16048         (dired-build-subdir-alist): Unescape newlines in directory name.
16050 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
16052         * net/tramp.el (tramp-local-end-of-line): New defcustom.
16053         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16054         (tramp-action-terminal): Use it.  (Bug#10530)
16056 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16058         * minibuffer.el (completion--replace): Strip properties (bug#10062).
16060 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
16062         * window.el (window-state-ignored-parameters): Remove variable.
16063         (window--state-get-1): Rename argument MARKERS to IGNORE.
16064         Handle persistent window parameters.  Make copy of clone-of
16065         parameter only if requested.  (Bug#10348)
16066         (window--state-put-2): Install a window parameter only if it has
16067         a non-nil value or an existing parameter shall be overwritten.
16069 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
16071         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16073 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
16075         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16076         don't pass the (nil) value of `upnode' to string-match.
16078 2012-01-14  Chong Yidong  <cyd@gnu.org>
16080         * startup.el (command-line): Fix X resource class for cursorColor.
16081         Fix values recognized by the cursorBlink resource.
16083 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16085         * epg.el (epg--make-temp-file): Avoid permission race condition
16086         when running on old Emacs versions (bug#10403).
16088 2012-01-14  Glenn Morris  <rgm@gnu.org>
16090         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16092 2012-01-13  Alan Mackenzie  <acm@muc.de>
16094         Fix filling for when filladapt mode is enabled.
16096         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16097         c-mask-paragraph, pass in `fill-paragraph' rather than
16098         `fill-region-as-paragraph'.  (This is a reversion of a previous
16099         change.)
16100         * progmodes/cc-mode.el (c-basic-common-init):
16101         Make fill-paragraph-handle-comment buffer local and set it to nil.
16103 2012-01-13  Glenn Morris  <rgm@gnu.org>
16105         * dired.el (dired-switches-escape-p): New function.
16106         (dired-insert-directory): Use dired-switches-escape-p.
16107         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16109         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16111 2012-01-12  Glenn Morris  <rgm@gnu.org>
16113         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16114         changes in adaptive-fill-regexp.  (Bug#10276)
16116 2012-01-11  Alan Mackenzie  <acm@muc.de>
16118         Fix Emacs bug #10463 - put `widen's around the critical spots.
16120         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16121         widen around each invocation of c-state-pp-to-literal.  Remove an
16122         unused let variable.
16124 2012-01-11  Glenn Morris  <rgm@gnu.org>
16126         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16127         Doc fix.
16129 2012-01-10  Chong Yidong  <cyd@gnu.org>
16131         * net/network-stream.el (network-stream-open-starttls):
16132         Avoid emitting a confusing error message when the server gives a bad
16133         response to the capability command.
16135 2012-01-10  Glenn Morris  <rgm@gnu.org>
16137         * mail/unrmail.el (unrmail): Tweak previous change.
16139 2012-01-09  Chong Yidong  <cyd@gnu.org>
16141         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16143 2012-01-08  Alan Mackenzie  <acm@muc.de>
16145         Optimize font locking in long enum definitions.
16147         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16148         arm to a cond form to handle enums.
16149         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16150         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16152 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16154         * files.el (move-file-to-trash): Preserve default file modes on error.
16155         (Bug#10401)
16157 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16159         * faces.el (set-face-attribute): Clarify the meaning of the nil
16160         frame (bug#10294).
16162         * subr.el (with-selected-frame): Mention that the selected frame
16163         is restored (bug#9980).
16165         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16166         (bug#9759).
16168         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16169         (password-read): Don't autoload unused function.
16171 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16173         * progmodes/which-func.el (which-func-mode): Turn into a
16174         non-interactive function and mark as obsolete (bug#10428).
16176 2012-01-06  Chong Yidong  <cyd@gnu.org>
16178         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16179         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16180         functions, along with 1 and -1.
16182 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16184         * time.el (display-time-load-average)
16185         (display-time-default-load-average): Doc fixes.  See the thread
16186         starting at
16187         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16188         for the details.
16190 2012-01-06  Glenn Morris  <rgm@gnu.org>
16192         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16193         has no messages.  (Bug#10377)
16195         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16196         than Info-edit.  (Bug#10385)
16198         * time.el (display-time-load-average, display-time-next-load-average):
16199         Doc fixes.
16201         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16202         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16204         * calendar/calendar.el (calendar-mode):
16205         Locally set scroll-margin to 0.  (Bug#10379)
16207 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16209         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16211 2012-01-05  Glenn Morris  <rgm@gnu.org>
16213         * eshell/em-unix.el (diff-no-select): Autoload it.
16214         (eshell/diff): Use diff-no-select.  (Bug#10420)
16216 2012-01-05  Chong Yidong  <cyd@gnu.org>
16218         * shell.el (shell-dynamic-complete-functions): Revert last change.
16219         (shell-command-completion-function): New function.
16220         (shell-completion-vars): Use it to implement
16221         shell-completion-execonly (Bug#10417).
16223         * custom.el (enable-theme): Don't set custom-safe-themes.
16225         * cus-theme.el (custom-theme-merge-theme):
16226         Ignore custom-enabled-themes and custom-safe-themes.
16228 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16230         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16231         first prompt in `sql-interacive-mode'.
16232         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16233         keywords.
16234         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16235         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16236         context of original buffer.  Invoke `sql-login-hook'.
16238 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16240         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16241         letters in cite-prefix.
16243 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16245         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16247 2012-01-03  Chong Yidong  <cyd@gnu.org>
16249         * shell.el (shell-dynamic-complete-functions):
16250         Put pcomplete-completions-at-point, so as to try
16251         comint-filename-completion first (Bug#10417).
16253 2012-01-02  Richard Stallman  <rms@gnu.org>
16255         * battery.el (battery-status-function):
16256         Detect when to use battery-yeeloong-sysfs.
16257         (battery-echo-area-format): Add string for Yeeloong.
16258         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16259         (battery-yeeloong-sysfs): New function.
16261 2012-01-02  Chong Yidong  <cyd@gnu.org>
16263         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16264         (dirtrack): Merge code for handling relative filenames in prompt
16265         from shell-dir-cookie-watcher.
16266         (dirtrack-debug-message): New arg to avoid excess format calls.
16268         * shell.el (shell-dir-cookie-re): Variable deleted.
16269         (shell-dir-cookie-watcher): Function deleted.
16270         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16271         with dirtrack-mode.
16273 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16275         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16276         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16277         libgnutls-26.dll.
16279 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
16281         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16283 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
16285         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16286         headers of non-MIME messages, when rmail-enable-mime is non-nil.
16288 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
16290         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16291         also for alternative shells.
16292         (tramp-open-connection-setup-interactive-shell): Check, whether
16293         the shell is a busybox.
16294         (tramp-send-command): Don't suppress multiple prompts for
16295         busyboxes, it hurts.
16297 2011-12-28  Chong Yidong  <cyd@gnu.org>
16299         * progmodes/gdb-mi.el (gdb-get-source-file-list)
16300         (gdb-get-source-file): Move mode line update to
16301         gdb-get-source-file (Bug#10087).
16303 2011-12-25  Chong Yidong  <cyd@gnu.org>
16305         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16306         gud-gdb-marker-filter without taking it as an argument.
16307         (gud-gdb-run-command-fetch-lines): Caller changed.
16308         (gud-gdb-completion-function): New variable.
16309         (gud-gdb-completion-at-point): Use it.
16310         (gud-gdb-completions-1): Split from gud-gdb-completions.
16312         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16313         function as separate arguments.
16314         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16315         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16316         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16317         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16318         (gdb-stopped, def-gdb-auto-update-trigger)
16319         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16320         (gdb-get-changed-registers, gdb-get-main-selected-frame):
16321         Callers changed.
16322         (gud-gdbmi-completions): New function.
16323         (gdb): Use it for generating the completion table.
16325 2011-12-24  Alan Mackenzie  <acm@muc.de>
16327         Introduce a mechanism to widen the region used in context font
16328         locking.  Use this to protect declarations from losing their contexts.
16330         * progmodes/cc-langs.el (c-before-font-lock-functions):
16331         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16332         (c-before-context-fontification-functions): New defvar, a list of
16333         functions to be run just before context (etc.) font locking.
16335         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16336         New, functionality extracted from
16337         c-neutralize-syntax-in-and-mark-CPP.
16338         (c-in-after-change-fontification): New variable.
16339         (c-after-change): Set c-in-after-change-fontification.
16340         (c-set-fl-decl-start): Rejig its interface, so it can be called
16341         from both after-change and context fontifying.
16342         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16343         New functions.
16344         (c-standard-font-lock-fontify-region-function): New variable.
16345         (c-font-lock-fontify-region): New function.
16347 2011-12-24  Juri Linkov  <juri@jurta.org>
16349         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16350         (Bug#10348)
16352 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
16354         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16355         existence of source file.  (Bug#10325)
16357 2011-12-23  Alan Mackenzie  <acm@muc.de>
16359         Fix unstable fontification inside templates.
16361         * progmodes/cc-langs.el (c-before-font-lock-functions):
16362         Newly created from the singular version.  The (c c++ objc) entry now
16363         additionally has c-set-fl-decl-start.  The other languages (apart
16364         from AWK) have that as a single entry.
16366         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16367         The functionality for "local" declarations has been extracted to
16368         c-set-fl-decl-start.
16370         * progmodes/cc-mode.el (c-common-init, c-after-change):
16371         Changes due to pluralisation of c-before-font-lock-functions.
16372         (c-set-fl-decl-start): New function, extracted from
16373         c-font-lock-enclosing-decls and enhanced.
16375 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
16377         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16379 2011-12-22  Juri Linkov  <juri@jurta.org>
16381         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
16383 2011-12-22  Chong Yidong  <cyd@gnu.org>
16385         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16387 2011-12-21  Drew Adams  <drew.adams@oracle.com>
16389         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
16391 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
16393         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16395 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16397         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
16398         highlighting and support.  Fix up comments for capitalization.
16399         (cfengine-mode-debug): New var.
16400         (cfengine3-mode): Change the modeline indicator to "CFE3".
16401         (cfengine3-font-lock-keywords): Improve defun highlighting.
16402         (cfengine2-actions): Rename from `cfengine-actions'.
16403         (cfengine2-font-lock-keywords): Rename from
16404         `cfengine-font-lock-keywords'.
16405         (cfengine2-imenu-expression): Rename from
16406         `cfengine-imenu-expression'.
16407         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16408         (cfengine2-beginning-of-defun): Rename from
16409         `cfengine-beginning-of-defun'.
16410         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16411         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16412         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
16413         modeline indicator to "CFE2".
16414         (cfengine-mode): Defalias to `cfengine-auto-mode'.
16415         (cfengine-mode-abbrevs): Mark obsolete.
16417 2011-12-21  Chong Yidong  <cyd@gnu.org>
16419         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16420         filename argument.
16422 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
16424         * window.el (window-normalize-buffer-to-display): Remove.
16425         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16427 2011-12-19  Chong Yidong  <cyd@gnu.org>
16429         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16430         Don't signal an error in a predicate function; return non-nil.
16431         (vc-dir-mark-file): Move the error here.
16432         (vc-dir-mark-unmark): If acting on the region, keep going if one
16433         of the entries cannot be marked/unmarked.
16434         (vc-dir-mark-all-files): If current entry is a directory, mark
16435         only child files, as documented.
16437 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16439         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16440         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16441         addition.
16443 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
16445         * term/ns-win.el (ns-get-selection-internal)
16446         (ns-store-selection-internal): Declare.
16447         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16448         Declare as obsolete.
16449         (ns-get-pasteboard, ns-paste-secondary):
16450         Use ns-get-selection-internal.
16451         (ns-set-pasteboard, ns-copy-including-secondary):
16452         Use ns-store-selection-internal.
16454 2011-12-17  Chong Yidong  <cyd@gnu.org>
16456         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16457         (vc-deduce-fileset): Doc fix.
16459 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
16461         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16463 2011-12-13  Sam Steingold  <sds@gnu.org>
16465         * man.el (Man-getpage-in-background): When running under a
16466         window-system, ignore $MANWIDTH and $COLUMNS.
16468 2011-12-15  Kenichi Handa  <handa@m17n.org>
16470         * language/ethio-util.el: Change coding tag to utf-8-emacs.
16471         (setup-ethiopic-environment-internal): Comment out key-binding for
16472         ethio-toggle-punctuation.
16474 2011-12-13  Alan Mackenzie  <acm@muc.de>
16476         Add the switch statement to AWK Mode.
16478         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16479         "default" to the keywords regexp.
16481         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16482         expression as the rest.
16483         (c-nonlabel-token-key): Allow string literals for AWK.
16484         Refactor for the other modes.
16486         Large brace-block initialisation makes CC Mode slow: Fix.
16487         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16488         routines.  Limit backward searching in c-font-lock-enclosing.decl.
16490         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16491         pp-state and literal type in addition to the limits.
16492         (c-state-safe-place): New defun, extracted from c-state-literal-at.
16493         (c-state-literal-at): Use the above new defun.
16494         (c-slow-in-literal, c-fast-in-literal): Remove.
16495         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16497         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16498         being in a literal.  Add a limit for backward searching.
16500         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16501         c-slow-in-literal.
16503 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16505         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16507 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
16509         * window.el (delete-other-windows): Use correct frame in call to
16510         window-with-parameter.
16512 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
16514         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16515         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16516         (makefile-gmake-statements, makefile-makepp-statements):
16517         Use it and add new makepp keywords.
16518         (makefile-makepp-font-lock-keywords): Add new patterns.
16519         (makefile-match-function-end): Match new [...] and [[...]].
16521 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
16523         * ses.el (ses-call-printer-return, ses-cell-property-get)
16524         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16525         (ses-create-cell-variable, ses-reset-header-string)
16526         (ses-cell-set-formula, ses-repair-cell-reference-all)
16527         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16528         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16529         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16530         (ses-aset-with-undo, ses-load, ses-truncate-cell)
16531         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16532         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16533         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16534         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16535         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16536         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16537         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16538         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16540 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16542         * ses.el: The overall change is to add cell renaming, that is
16543         setting fancy names for cell symbols other than name matching
16544         "\\`[A-Z]+[0-9]+\\'" regexp .
16545         (ses-create-cell-variable): New defun.
16546         (ses-relocate-formula): Relocate formulas only for cells the
16547         symbols of which are not renamed, i.e. symbols whose names do not
16548         match regexp "\\`[A-Z]+[0-9]+\\'".
16549         (ses-relocate-all): Relocate values only for cells the symbols of
16550         which are not renamed.
16551         (ses-load): Create cells variables as the (ses-cell ...) are read,
16552         in order to check row col consistency with cell symbol name only
16553         for cells that are not renamed.
16554         (ses-replace-name-in-formula): New defun.
16555         (ses-rename-cell): New defun.
16557 2011-12-11  Chong Yidong  <cyd@gnu.org>
16559         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16560         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16562 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
16564         * window.el (other-window): Fix docstring.
16566 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16568         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16569         `from' or `to' address before taking its substring.
16570         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16571         encoded name is chopped in the middle of the encoded string, and
16572         thus displayed encoded.
16574 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
16576         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16578 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16580         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
16581         to use texinfo-update-node and commands that call it if the
16582         Texinfo file uses @node lines without next/prev/up pointers.
16583         Correct outdated description about texinfo-master-menu.
16584         (texinfo-all-menus-update, texinfo-master-menu)
16585         (texinfo-update-node, texinfo-every-node-update)
16586         (texinfo-multiple-files-update): Doc fix.  Warn against updating
16587         all the @node lines.
16588         (texinfo-master-menu): Only call texinfo-update-node if the prefix
16589         argument is numeric.  Explain better in the doc string what the
16590         function really does.
16591         (texinfo-insert-master-menu-list): Improve the error message
16592         displayed if there's no menu in the Top node.
16593         (Bug#2975)  See also this thread:
16594         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16596 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
16598         * speedbar.el (speedbar-supported-extension-expressions):
16599         Add .adb and .ads, commonly used for Ada source code (bug#10256).
16601 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
16603         * printing.el (pr-mode-alist):
16604         * simple.el (filter-buffer-substring-functions)
16605         (completion-list-insert-choice-function):
16606         * window.el (window-with-parameter, window-atom-root)
16607         (window-sides-slots, window-size-fixed, window-min-delta)
16608         (window-max-delta, window--resize-mini-window)
16609         (window--resize-child-windows-normal, window-tree)
16610         (delete-other-windows, quit-window, split-window)
16611         (display-buffer-record-window, special-display-buffer-names)
16612         (special-display-regexps, special-display-popup-frame)
16613         (same-window-p, split-window-sensibly)
16614         (display-buffer-overriding-action, display-buffer-alist)
16615         (display-buffer-base-action, display-buffer, switch-to-buffer)
16616         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16617         (fit-window-to-buffer, recenter-positions)
16618         (mouse-autoselect-window-state, mouse-autoselect-window-select):
16619         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16620         and remove unneeded backslashes in docstrings.
16622 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16624         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16626         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16627         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16628         end in ".mk".
16629         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16630         when reading the makefile (bug#10116).
16632 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16634         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16635         (bug#10116).
16637 2011-12-06  Glenn Morris  <rgm@gnu.org>
16639         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16641 2011-12-06  Chong Yidong  <cyd@gnu.org>
16643         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16645 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
16647         * textmodes/table.el (table-shorten-cell): Fix typo.
16649 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
16651         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16653 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
16655         * descr-text.el (describe-char): Fix display of strong
16656         right-to-left characters and directional embeddings and overrides.
16658         * simple.el (what-cursor-position): Fix display of codepoints of
16659         strong right-to-left characters.
16661 2011-12-05  Chong Yidong  <cyd@gnu.org>
16663         * faces.el (read-color): Doc fix.
16665 2011-12-05  Glenn Morris  <rgm@gnu.org>
16667         * align.el (align--set-marker): Add doc-string.
16668         Don't try to move something that is not a marker.  (Bug#10216)
16670 2011-12-04  Glenn Morris  <rgm@gnu.org>
16672         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16673         overly zealous deletion of trailing whitespace.
16675 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
16677         * server.el (server-delete-client): On Windows, do not try to delete
16678         the only terminal.
16679         (server-process-filter): On Windows, treat requests for a tty frame as
16680         if they were for a GUI frame if the running server is in GUI mode.
16682 2011-12-03  Glenn Morris  <rgm@gnu.org>
16684         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
16686 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16688         * electric.el: Streamline electric-indent's hook.
16689         (electric-indent-chars): Revert to simple list.
16690         (electric-indent-functions): New var.
16691         (electric-indent-post-self-insert-function): Use it.
16693         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16694         there's no inferior buffer (bug#10196).
16695         (prolog-consult-compile): Don't use toggle-read-only.
16697 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
16699         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16700         interrupt.  (Bug#10187)
16702 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16704         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16705         (bug#9160).
16707         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16708         (bug#10191).
16710 2011-12-02  Juri Linkov  <juri@jurta.org>
16712         * info.el (Info-search): Display "end of manual" when Isearch
16713         reaches the end of single-file Info manual.  (Bug#9918)
16715 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
16717         * isearch.el (isearch-message-prefix): Run the input method part
16718         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
16720 2011-12-02  Juri Linkov  <juri@jurta.org>
16722         * isearch.el (isearch-occur): Use `word-search-regexp' for
16723         `isearch-word'.
16724         (isearch-search-and-update): Add condition for `isearch-word' and
16725         call `word-search-regexp'.  (Bug#10145)
16727 2011-12-01  Glenn Morris  <rgm@gnu.org>
16729         * eshell/em-hist.el (eshell-hist-initialize):
16730         Handle eshell-history-size nil and HISTSIZE set or unset.
16731         (eshell-history-file-name, eshell-history-size): Fix custom type.
16733 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16735         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16737 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
16739         * progmodes/verilog-mode.el (verilog-pretty-expr):
16740         Rework verilog-pretty-expr to handle new assignment operators in system
16741         verilog, such as += *= and the like.
16742         (verilog-assignment-operator-re): Regular expression to find the
16743         assigment operator in a verilog assignment.
16744         (verilog-assignment-operation-re): Regular expression to find an
16745         assignment statement for pretty-expr.
16746         (verilog-in-attribute-p): Query returns true if point is in an
16747         attribute context; used to skip these for expression line up from
16748         pretty-expr.
16749         (verilog-in-parameter-p): Query returns true if point is in an
16750         parameter definition context; used to skip these for expression
16751         line up from pretty-expr.
16752         (verilog-in-parenthesis-p): Query returns true if point is in a
16753         parenthetical expression, specifically ( ) but not [ ] or { };
16754         used by pretty-expr.
16755         (verilog-just-one-space): If there is no space, don't add one.
16756         (verilog-get-lineup-indent-2): Specifically skip just attribute
16757         contexts for expression lineup, rather than skipping all
16758         parenthetical expressions.
16759         (verilog-calculate-indent): Fix comment, and fix indent.
16760         (verilog-do-indent): Indent declarations in lists (suggested by
16761         Joachim Lechner).
16762         (verilog-mode-abbrev-table): Populate abbrev mode with the various
16763         skeleton items.
16764         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16765         by Alain Mellan).
16767 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
16769         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16770         parameters with embedded comments.  Reported by Ray Stevens.
16771         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16772         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16773         Reported by Tim Holt.
16774         (verilog-auto): Fix AUTOing a upper module then AUTOing module
16775         instantiated by upper module causing wrong expansion until AUTOed a
16776         second time.  Reported by K C Buckenmaier.
16777         (verilog-diff-auto): Fix showing .* as a difference when
16778         `verilog-auto-star-save' off.  Reported by Dan Dever.
16779         (verilog-auto-reset, verilog-read-always-signals)
16780         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16781         temporary signals in reset list if
16782         verilog-auto-reset-blocking-in-non is nil, and match assignment
16783         style to each signal's assignment type, bug381.
16784         Reported by Thomas Esposito.
16785         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16786         (verilog-uvm-statement-re): Support UVM indentation and
16787         highlighting, with old OVM keywords only.
16788         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16789         Support AUTOTIEOFF creating non-wire data types.
16790         Suggested by Jonathan Greenlaw.
16791         (verilog-auto-insert-lisp, verilog-delete-to-paren)
16792         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16793         (verilog-inject-sense, verilog-read-inst-pins)
16794         (verilog-read-sub-decls, verilog-read-sub-decls-line):
16795         Fix mismatching parenthesis inside commented out code when deleting
16796         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
16797         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16798         non-numeric vector width.  Reported by Alex Reed.
16799         (verilog-auto-ascii-enum): Add "onehot" option to work around not
16800         detecting signals with parameter widths.  Reported by Alex Reed.
16801         (verilog-auto-delete-trailing-whitespace):
16802         With `verilog-auto-delete-trailing-whitespace' remove trailing
16803         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
16804         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16805         Fix verilog-scan-cache corruption when running user AUTO expansion
16806         hooks that call indentation routines.
16807         (verilog-simplify-range-expression): Fix typo ignoring lower case
16808         identifiers.
16809         (verilog-delete-auto): Fix delete-autos to also remove user created
16810         automatics, as long as they start with AUTO.
16811         (verilog-batch-diff-auto, verilog-diff-auto)
16812         (verilog-diff-function): Add `verilog-diff-auto' and bind to
16813         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
16814         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16815         (verilog-in-paren-quick, verilog-re-search-backward-quick)
16816         (verilog-re-search-forward-quick, verilog-syntax-ppss):
16817         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16818         is disabled and its cache will get corrupt, causing AUTOS not to
16819         expand.  Instead use only -quick functions.
16820         (verilog-scan-region): Fix scanning over escaped quotes.
16821         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16822         (verilog-re-search-backward-quick)
16823         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16824         related functions now ignore strings, to fix misparsing of strings
16825         with magic comments embedded in them.
16826         (verilog-read-auto-template):
16827         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16828         Reported by Brad Dobbie.
16829         (verilog-read-auto-template):
16830         Fix 'verilog-auto-inst-template-numbers' with comments.
16831         Reported by Brad Dobbie.
16832         (verilog-auto-inst, verilog-auto-inst-param)
16833         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16834         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
16835         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16836         debugging templates without merge conflicts, bug357.
16837         Reported by Brad Dobbie.
16838         (verilog-read-auto-template):
16839         Fix verilog-auto-inst-template-numbers with multiple templates.
16840         Reported by Brad Dobbie.
16841         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16842         abbrevs so user won't be asked to save.
16843         (verilog-read-auto-lisp-present): Fix to start at beginning of
16844         buffer in case called outside of verilog-auto.
16845         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16846         to "X-2".  Reported by Matthew Myers.
16847         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16848         all inputs from module templates.  Reported by Leith Johnson.
16849         (verilog-module-inside-filename-p): Fix locating programs as with
16850         modules.
16851         (verilog-auto-inst-port): Fix vl-width expressions when using
16852         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
16853         (verilog-decls-get-regs, verilog-decls-get-signals,
16854         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16855         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16856         verilog-read-decls): Combine reg and wire structures into one var
16857         structure to represent SystemVerilog concepts.
16858         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16859         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16860         (verilog-auto-wire-type, verilog-insert-definition):
16861         Add verilog-auto-wire-type and AUTOLOGIC to support using
16862         SystemVerilog "logic" keyword instead of "wire"/"reg".
16863         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16864         to declares outputs that also have assignments (presumably in an
16865         ifdef or generate if so there's not a driver conflict).
16866         Reported by Matthew Myers.
16867         (verilog-auto-declare-nettype, verilog-insert-definition):
16868         Add verilog-auto-declare-nettype to fix declarations using
16869         `default_nettype none.  Reported by Julian Gorfajn.
16870         (verilog-read-always-signals-recurse, verilog-read-decls)
16871         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16872         malformed end statement, bug325.  Reported by Joshua Wise and
16873         Andrew Drake.
16874         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16875         (verilog-inst-comment-re): Fix not deleting Interfaced comment
16876         when expanding .* in interfaces, bug320.
16877         Reported by Pierre-David Pfister.
16878         (verilog-read-module-name): Fix import statements between module
16879         name and open parenthesis, bug317.
16880         Reported by Pierre-David Pfister.
16881         (verilog-simplify-range-expression): Fix simplification of
16882         multiplications inside AUTOWIRE connections, bug303.
16883         (verilog-auto-inst-port): Support parameter expansion in
16884         multidimensional arrays.
16885         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16886         after "assert property".  Reported by Julian Gorfajn.
16887         (verilog-simplify-range-expression): Fix "couldn't merge" errors
16888         with multiplication, bug303.
16889         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16890         Reported by Jan Frode Lonnum.
16892 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
16894         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16895         (hfy-shell-file-name, hfy-shell):
16896         * international/fontset.el (x-decompose-font-name): Fix typos.
16898 2011-11-29  Ken Brown  <kbrown@cornell.edu>
16900         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16901         (gdb-version): Remove defvar.
16902         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16903         (gdb-gud-context-command, gdb-non-stop-handler)
16904         (gdb-current-context-command, gdb-stopped): Use it.
16905         (gdb-init-1): Enable pretty printing here.
16906         (gdb-non-stop-handler): Don't enable pretty-printing here.
16907         Check to see if the target supports non-stop mode; if not, turn off
16908         non-stop mode.  Use the following.
16909         (gdb-check-target-async): New defun.
16910         (gud-watch, gdb-stopped): Fix whitespace.
16911         (gdb-get-source-file): Don't try to display the source file if
16912         `gdb-main-file' is nil.
16914 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16916         * align.el: Try to generate fewer markers (bug#10047).
16917         (align--set-marker): New macro.
16918         (align-region): Use it.
16920 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16922         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16924 2011-11-29  Chong Yidong  <cyd@gnu.org>
16926         * indent.el (indent-for-tab-command, indent-according-to-mode):
16927         Doc fix.
16928         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
16930 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
16932         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16933         aware of remote file names.  (Bug#10124)
16935 2011-11-29  Chong Yidong  <cyd@gnu.org>
16937         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16939 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16941         * files.el (find-file): Don't use force-same-window (bug#10144).
16942         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16943         use pop-to-buffer if the selected window can't be used.
16944         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16946 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
16948         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16949         special-mode-map.
16951 2011-11-28  Chong Yidong  <cyd@gnu.org>
16953         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16955 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
16957         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16958           gdb-get-source-file-list on gdb-create-source-file-list.
16960 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
16962         * whitespace.el (whitespace-newline): Use a different foreground
16963         color for 16-color light-background displays.
16965 2011-11-24  Chong Yidong  <cyd@gnu.org>
16967         * window.el (display-buffer--special-action): Doc fix.
16969 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
16971         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16972         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16973         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16974         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16975         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16976         (avl-tree-stack-first):
16977         * emacs-lisp/cconv.el (cconv--analyse-use):
16978         * net/gnutls.el (gnutls-negotiate): Fix typos.
16980 2011-11-24  Glenn Morris  <rgm@gnu.org>
16982         * lpr.el (lpr-windows-system, lpr-lp-system):
16983         * mail/binhex.el (binhex-begin-line):
16984         * progmodes/grep.el (grep-history, grep-find-history):
16985         * textmodes/flyspell.el:
16986         * vc/pcvs-defs.el (cvs-global-menu):
16987         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16988         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16989         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16991         * net/tls.el: Fix case of "GnuTLS".
16993         * paths.el (rmail-file-name): Format doc-string for make-docfile.
16995         * version.el (emacs-build-system): Give it a doc-string.
16997 2011-11-24  Juri Linkov  <juri@jurta.org>
16999         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17001 2011-11-24  Glenn Morris  <rgm@gnu.org>
17003         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17004         if called on a non-mime message just toggle the headers.  (Bug#8006)
17006 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
17008         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17009         (allout-lead-with-comment-string, allout-structure-deleted-hook)
17010         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17011         (allout-rebullet-heading, allout-open-sibtopic)
17012         (allout-toggle-current-subtree-encryption)
17013         (allout-toggle-subtree-encryption, allout-encrypt-string)
17014         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17015         (allout-distinctive-bullets-string, allout-auto-activation):
17016         * window.el (window-normalize-buffer-to-display):
17017         * progmodes/verilog-mode.el (verilog-batch-indent):
17018         * textmodes/bibtex.el (bibtex-field-braces-opt)
17019         (bibtex-field-strings-opt):
17020         * vc/cvs-status.el (cvs-tree-merge):
17021         Fix typos.
17023 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
17025         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17026         `non-essential' to t, in order to avoid remote connections.
17028 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
17030         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17031         On MS-DOS and MS-Windows, compare with loaddefs.el
17032         case-insensitively.
17034 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17036         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
17038 2011-11-23  Glenn Morris  <rgm@gnu.org>
17040         * paths.el (rmail-file-name): Reformat the doc-string so that it
17041         is picked up.
17043         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17044         (rmail-auto-file): Ignore case in the "special" field names,
17045         as mail-fetch-field does for all others.
17047         * mail/rmail.el (rmail-forward):
17048         * mail/rmailkwd.el (rmail-set-label):
17049         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17050         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
17052         * mail/rmail.el (rmail-current-message): Doc fix.
17054         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
17056 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17058         * server.el (server-eval-and-print): Allow C-g (bug#6585).
17060 2011-11-22  Glenn Morris  <rgm@gnu.org>
17062         * mail/rmailmm.el (test-rmail-mime-handler)
17063         (test-rmail-mime-bulk-handler)
17064         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17066 2011-11-21  Juri Linkov  <juri@jurta.org>
17068         * calc/calc.el (calc-read-key-sequence):
17069         Let-bind `input-method-function' to nil.  (Bug#10018)
17071 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17073         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17074         Tell the caller that the next line needs recomputation, even
17075         though it doesn't start a sexp (bug#10094).
17077 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17079         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17081 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17083         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17084         Use force-same-window.
17086 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17088         * descr-text.el (describe-char-unicode-data):
17089         * json.el (json-string-escape):
17090         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17091         (Footnote-unicode, Footnote-style-p):
17092         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17094 2011-11-20  Chong Yidong  <cyd@gnu.org>
17096         * window.el (replace-buffer-in-windows): Restore interactive spec.
17098 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17100         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17102         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17103         (byte-compile-global-not-obsolete-vars): New var.
17104         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17105         Use it.
17106         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17108 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17110         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17111         * progmodes/pascal.el (electric-pascal-equal):
17112         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17113         * xml.el (xml-substitute-special): Fix typos.
17115 2011-11-20  Glenn Morris  <rgm@gnu.org>
17117         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17118         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17119         Doc fixes.
17120         (rmail-decode-mime-charset): Mark as obsolete.
17122         * mail/rmailsum.el (rmail-message-regexp-p-1):
17123         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17124         Before using mime functions, check they are set.  (Bug#10077)
17126 2011-11-19  Juri Linkov  <juri@jurta.org>
17128         * info.el (Info-finder-find-node): Use `package--builtins' instead
17129         of `package-alist'.  Use node names formed by the pattern "Keyword "
17130         and the keyword name.
17132 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17134         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17136 2011-11-19  Juri Linkov  <juri@jurta.org>
17138         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17139         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17140         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17141         `old-history', `old-history-forward'.  Add let-binding
17142         `window-selected'.  Remove calls to `kill-buffer',
17143         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17144         before calling `Info-find-node', so `Info-find-node-2' will reread
17145         the Info file.  Restore window positions only when `window-selected'
17146         is non-nil.
17148 2011-11-19  Juri Linkov  <juri@jurta.org>
17150         * isearch.el (isearch-lazy-highlight-new-loop):
17151         Remove condition `(not isearch-error)'.  (Bug#9918)
17153         * misearch.el (multi-isearch-search-fun): Add condition
17154         `(not bound)' to ignore lazy-highlighting search.
17155         Add the search-failed message "end of multi" when the end of
17156         multi-sequence is reached.  Uncapitalize the search-failed
17157         message "Repeat for next buffer".
17159         * info.el (Info-search): Add the search-failed message
17160         "end of the manual" when the end of the manual is reached
17161         in Isearch mode.
17163 2011-11-19  Juri Linkov  <juri@jurta.org>
17165         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17166         Use non-destructive `remove' instead of `delete' because
17167         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17168         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17170 2011-11-19  Juri Linkov  <juri@jurta.org>
17172         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17173         to nil instead of binding `search-ring' and `regexp-search-ring'.
17174         (Bug#9185)
17176 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17178         * simple.el (line-move): Force movement by logical lines for any
17179         hscrolled window, not only when auto-hscroll-mode is on.
17180         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17182 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17184         * language/european.el (macintosh): Define as alias for mac-roman.
17186 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17188         * mail/rmailmm.el (rmail-mime-display-header)
17189         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17190         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17191         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17192         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17193         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17194         of a raw aref.
17195         (rmail-mime-entity-segment): To get past the tagline, move forward
17196         2 more lines, to account for the 2 empty lines that precede and
17197         follow the line with the buttons.
17198         (rmail-mime-update-tagline): Move one more line, to get past the
17199         empty line that follows the buttons in the tagline.  (Bug#9520)
17201 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17203         * window.el (window-max-delta-1, window-min-delta-1)
17204         (window-min-size-1, window-state-get-1, window-state-put-1)
17205         (window-state-put-2): Use "window--" prefix.
17207 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17209         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17210         (smie-warning-count): New var.
17211         (smie-set-prec2tab): Use it.
17212         (smie-bnf->prec2): Improve warnings.  Add docstring.
17213         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17214         (smie-bnf--set-class): New function.
17215         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17216         corner case.
17218         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17219         (compilation-error-properties, compilation-move-to-column):
17220         Handle compilation-first-column while in the target buffer.
17222         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17223         Don't hardcode point-min==1.
17225         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17226         (eshell-rewrite-for-command): Remove workaround.
17227         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17228         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17229         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17231         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17233 2011-11-17  Glenn Morris  <rgm@gnu.org>
17235         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17236         Ignore buffer-local generated-autoload-file if it is the same
17237         as the global value.  (Bug#10049)
17239 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17241         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17242         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17243         (reftex-toc-previous-heading, reftex-toc-max-level)
17244         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17245         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17246         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17247         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17248         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17249         (reftex-toc-rename-label, reftex-toc-visit-location)
17250         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17251         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17252         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17253         leaving "*toc*" only for references to the buffer.
17255 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17257         * window.el (window-resize, delete-window, split-window):
17258         Replace window-splits by window-combination-resize.
17259         * cus-start.el (window-splits): Replace by window-combination-resize.
17261 2011-11-17  Glenn Morris  <rgm@gnu.org>
17263         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17264         Make bash entry derive from sh entry, not shell entry.
17266 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17268         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17269         local file name.
17271 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17273         * menu-bar.el (menu-bar-file-menu):
17274         * printing.el (pr-ps-utility):
17275         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17276         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17277         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17278         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17279         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17280         (icalendar--convert-cyclic-to-ical)
17281         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17282         (icalendar--convert-ical-to-diary)
17283         (icalendar--convert-recurring-to-diary)
17284         (icalendar--convert-non-recurring-all-day-to-diary)
17285         (icalendar-import-format-sample):
17286         * progmodes/idlw-shell.el (idlwave-shell-mode):
17287         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17288         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17289         (vhdl-ps-print-init): Fix typos.
17291 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
17293         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17294         FSF and collapse date sequence, obscure author/maintainer email address
17295         better, remove extra version line, track relocation of author's webpage.
17297         * progmodes/python.el (python-pdbtrack-input-prompt)
17298         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17299         regular python pdb prompts.  Adjustments shamelessly taken exactly as
17300         suggested in EmacsWiki page (tiny change):
17301         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17303 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17305         * expand.el (expand-pos, expand-index, expand-point):
17306         Remove redundant info from docstring.
17307         (expand-add-abbrevs): Doc fix.
17308         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17309         (expand-sample-perl-mode-expand-list): Fix typos.
17311         * net/dbus.el (dbus-event-member-name):
17312         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17313         * term/pc-win.el (msdos-create-frame-with-faces):
17314         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17316 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17318         * window.el (split-window, window-state-get-1)
17319         (window-state-put-1, window-state-put-2): Rename occurrences of
17320         window-nest to window-combination-limit.
17321         * cus-start.el (window-nest): Rename to window-combination-limit.
17323 2011-11-16  Chong Yidong  <cyd@gnu.org>
17325         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17326         regexp (Bug#10033).
17328 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17330         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17331         `completing-read' will remove *Completions* and will preserve
17332         current-buffer for us.
17333         (tmm-add-prompt): Users of *Completions* will always (re)set its
17334         major mode.
17335         (tmm-old-comp-map): Remove.
17337 2011-11-16  Glenn Morris  <rgm@gnu.org>
17339         * mail/rmailedit.el: Require rmailmm when compiling.
17340         (rmail-old-mime-state): New declaration.
17341         (rmail-edit-current-message): If editing a mime message,
17342         edit the "raw" message from the mbox buffer.
17343         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
17345 2011-11-15  Glenn Morris  <rgm@gnu.org>
17347         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17348         which wasn't being used.  Add optional arg to force given state.
17349         (rmail-mime): Add optional arg to force given state.
17351 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17353         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17354         * frame.el (display-mm-dimensions-alist):
17355         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17356         (outline-move-subtree-down):
17357         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17358         (newsticker--treeview-do-get-node):
17359         * net/quickurl.el (quickurl-list-buffer-name):
17360         * progmodes/dcl-mode.el (dcl-mode):
17361         * progmodes/gdb-mi.el (gdb-mapcar*):
17362         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17364 2011-11-15  Glenn Morris  <rgm@gnu.org>
17366         * mail/rmail.el (rmail-file-coding-system): It's only ever used
17367         in a boolean sense, so just make it a boolean, and fix the doc.
17368         (rmail-show-mime-function, rmail-mime-feature)
17369         (rmail-require-mime-maybe): Doc fixes.
17370         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17372         * mail/rmailmm.el (rmail-show-mime): Doc fix.
17374 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17376         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17377         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17378         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17379         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17381 2011-11-15  Glenn Morris  <rgm@gnu.org>
17383         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17384         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17385         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17386         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17387         (rmail-mime, rmail-show-mime): Doc fixes.
17389         * term/ns-win.el (mode-line-frame-identification):
17390         Leave it alone.  (Bug#10051)
17392         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
17394         * mail/rmailout.el (rmail-output-to-rmail-buffer):
17395         Handle empty buffers.  (Bug#9978)
17397 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
17399         * international/mule.el (define-charset):
17400         * mail/rmailmm.el (rmail-mime-find-header-encoding):
17401         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17402         * progmodes/verilog-mode.el (verilog-backward-token):
17403         * textmodes/ispell.el (lookup-words):
17404         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17406 2011-11-14  Glenn Morris  <rgm@gnu.org>
17408         * progmodes/executable.el
17409         (executable-make-buffer-file-executable-if-script-p):
17410         Handle file-modes returning nil.
17412         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17413         message - not necessary, and causes problems.  (Bug#9831)
17415         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17417         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17419         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17420         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
17421         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17423 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
17425         * window.el (window-resize, delete-window): Use window-splits
17426         variable instead of function.
17427         (window-state-get-1, window-state-put-2, window-state-put):
17428         Don't deal with windows' splits status.
17430 2011-11-12  Glenn Morris  <rgm@gnu.org>
17432         * apropos.el (apropos-do-all, apropos-library, apropos-value)
17433         (apropos-documentation): Doc fixes.
17435 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
17437         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17438         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17440 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17442         * electric.el (electric-indent-post-self-insert-function): Make it
17443         possible for a char to only indent in some circumstances.
17444         (electric-indent-mode): Simplify.
17446 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
17448         * window.el (windows-with-parameter): Remove unused function.
17449         (windows-at-side): Rename to window-at-side-list.
17450         (window-check, window-atom-check, window-atom-check-1)
17451         (window-side-check, window-size-ignore, window-size-fixed-1)
17452         (window-in-direction-2): Prefix with "window--".
17453         (window-tree-1): Rename to window--subtree, fix doc-string.
17455 2011-11-11  Glenn Morris  <rgm@gnu.org>
17457         * subr.el (eval-after-load): If FILE is already loaded,
17458         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
17460 2011-11-10  Glenn Morris  <rgm@gnu.org>
17462         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17463         Call svn via vc-svn-command rather than vc-do-command.
17464         (vc-svn-command): Add --non-interactive.  (Bug#9993)
17465         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17467         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17468         Add toggle-read-only.  (Bug#7292)
17469         * files.el (toggle-read-only): Mention that it should only
17470         be used interactively.  (Bug#10006)
17472 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17474         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17475         Adjust regexp for OCaml warnings.
17477         * electric.el (electric-pair-post-self-insert-function): Let user
17478         turn it off buffer-locally (bug#9932).
17480         * progmodes/python.el (python-beginning-of-statement):
17481         Rewrite (bug#2703).
17483         * progmodes/compile.el: Better handle TABs (bug#9749).
17484         (compilation-internal-error-properties)
17485         (compilation-next-error-function): Obey the target buffer's
17486         compilation-error-screen-columns.
17488 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
17490         * progmodes/meta-mode.el: Remove obsolete comments.
17491         (meta-right-comment-regexp, meta-ignore-comment-regexp):
17492         Fix typos in docstrings.
17494 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
17496         * window.el (window-size-fixed-p): Rewrite doc-string.
17497         (window-resizable-p): Rename to window--resizable-p.  Update callers.
17498         (window--resizable): New function.  Make all callers of
17499         window-resizable call window--resizable instead.
17500         (window-resizable): Rewrite in terms of window--resizable.
17502 2011-11-08  Glenn Morris  <rgm@gnu.org>
17504         * progmodes/delphi.el (delphi-mode-syntax-table):
17505         Let define-derived-mode define a proper syntax table.  (Bug#9994)
17507 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17509         * window.el: Stay away from defsubst.
17510         (window-list-no-nils): Remove.
17511         (window-state-get-1, window-state-get): Use backquote instead.
17513 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17515         * emacs-lisp/find-func.el (find-function-read):
17516         Fix incorrect use of default argument in `completing-read'.
17518 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
17520         * window.el (display-buffer-function, special-display-function):
17521         Mention display-buffer-record-window but do not mention
17522         help-setup parameter in doc-strings.
17523         (window-min-delta): Fix doc-string typo.
17525 2011-11-08  Chong Yidong  <cyd@gnu.org>
17527         * window.el (window-total-height, window-total-width): Doc fix.
17528         (window-body-size): Move from C.
17529         (window-body-height, window-body-width): Move to C.
17531 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17533         * window.el: Make special-display like display-buffer-alist (bug#9532).
17534         (display-buffer--special-action): New function, morphed
17535         from display-buffer--special.
17536         (display-buffer): Use it to handle special-display-buffers at higher
17537         priority (just after display-buffer-alist).
17538         (display-buffer-fallback-action, display-buffer--other-frame-action)
17539         (pop-to-buffer-same-window): Remove display-buffer--special.
17541 2011-11-07  Glenn Morris  <rgm@gnu.org>
17543         * calendar/cal-menu.el (cal-menu-set-date-title):
17544         Do nothing if not in a calendar.  (Bug#9976)
17546 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17548         * files.el (find-file): Always use selected-window.
17550 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
17552         * window.el (window-combinations): Make WINDOW argument
17553         mandatory.  Rewrite doc-string.
17554         (walk-window-subtree, window-atom-check, window-min-delta)
17555         (window-max-delta, window--resize-this-window)
17556         (window--resize-root-window-vertically, window-tree)
17557         (balance-windows, window-state-put): Rewrite doc-strings as to
17558         not mention the term "subwindow".
17559         (window--resize-subwindows-skip-p): Rename to
17560         window--resize-child-windows-skip-p.
17561         (window--resize-subwindows-normal): Rename to
17562         window--resize-child-windows-normal.
17563         (window--resize-subwindows): Rename to
17564         window--resize-child-windows.
17565         (window-or-subwindow-p): Rename to window--in-subtree-p.
17567 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17569         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17570         Ensure that mbox format messages end in two newlines (Bug#9974).
17572 2011-11-06  Chong Yidong  <cyd@gnu.org>
17574         * window.el (window-combination-p): Function deleted; its
17575         side-effect is not used in any existing code.
17576         (window-combinations, window-combined-p): Call window-*-child
17577         directly.
17579 2011-11-05  Chong Yidong  <cyd@gnu.org>
17581         * window.el (window-valid-p): Rename from window-any-p.
17582         (window-size-ignore, window-state-get): Callers changed.
17583         (window-normalize-window): Rename from window-normalize-any-window.
17584         New arg LIVE-ONLY, replacing window-normalize-live-window.
17585         (window-normalize-live-window): Delete.
17586         (window-combination-p, window-combined-p, window-combinations)
17587         (walk-window-subtree, window-atom-root, window-min-size)
17588         (window-sizable, window-sizable-p, window-size-fixed-p)
17589         (window-min-delta, window-max-delta, window-resizable)
17590         (window-resizable-p, window-full-height-p, window-full-width-p)
17591         (window-current-scroll-bars, window-point-1, set-window-point-1)
17592         (window-at-side-p, window-in-direction, window-resize)
17593         (adjust-window-trailing-edge, maximize-window, minimize-window)
17594         (window-deletable-p, delete-window, delete-other-windows)
17595         (record-window-buffer, unrecord-window-buffer)
17596         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17597         (quit-window, split-window, window-state-put)
17598         (set-window-text-height, fit-window-to-buffer)
17599         (shrink-window-if-larger-than-buffer): Callers changed.
17601 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
17603         * mail/rmail.el (rmail-simplified-subject): Decode subject with
17604         rfc2047-decode-string.
17605         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17606         warnings.
17608         * window.el (window-body-height, window-body-width): Mention in
17609         the doc string that the return values are in frame's canonical
17610         units.  (Bug#9949)
17612 2011-11-03  Alan Mackenzie  <acm@muc.de>
17614         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17615         change in cc-engine.el.
17617 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17619         * window.el (switch-to-buffer): Use `force-same-window' interactively.
17621 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
17623         * window.el (quit-window): Call unrecord-window-buffer after
17624         showing another buffer in the window.  (Bug#9937)
17625         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17627 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
17629         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17630         Accept status with more than 9 shelves.  (Bug#9935)
17631         Reported by Colin D Bennett <colin@gibibit.com>.
17633 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
17635         * help.el (with-help-window): Don't reference
17636         temp-buffer-show-specifiers in doc-string.
17638 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17640         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17641         menu-item.
17643 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17645         * whitespace.el: New version 13.2.2.
17646         (whitespace-newline-mode): Disable properly.  Reported by Sarah
17647         <EmacsWiki>.
17649 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
17651         * net/newst-treeview.el: Remove "Time-stamp".
17652         (newsticker--group-manage-orphan-feeds): Do not call
17653         newsticker--treeview-tree-update.
17654         (newsticker-treeview-update, newsticker-treeview):
17655         Call newsticker--treeview-tree-update if necessary.
17657 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
17659         * window.el (window-iso-combination-p, window-iso-combined-p)
17660         (window-iso-combinations): Remove "iso-" infix.
17661         Suggested by Chong Yidong.
17662         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17663         (window-max-delta-1, window-resize, window--resize-siblings)
17664         (window--resize-this-window, adjust-window-trailing-edge)
17665         (split-window, balance-windows-1)
17666         (shrink-window-if-larger-than-buffer):
17667         * calendar/calendar.el (calendar-generate-window):
17668         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17670 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17672         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17673         in place (bug#9907).
17674         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17675         (eshell-rewrite-if-command, eshell-rewrite-for-command)
17676         (eshell-structure-basic-command, eshell-rewrite-while-command)
17677         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17678         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17679         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17680         (eshell-do-pipelines-synchronously, eshell-eval-command):
17681         Use backquotes and prefer setq to set.
17682         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17683         (eshell-macrop): Use functionp.
17684         (eshell-do-eval): Handle multiple expressions in `while' body.
17686 2011-10-30  Chong Yidong  <cyd@gnu.org>
17688         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17689         instead of set-mark (Bug#9810).
17691 2011-10-30  Chong Yidong  <cyd@gnu.org>
17693         * window.el (split-window-below, split-window-right): Rename from
17694         split-window-above-each-other and split-window-side-by-side
17695         respectively.  All callers changed.
17696         (split-window-sensibly, split-window-sensibly): Use them.
17697         (split-window-keep-point): Doc fix.
17699         * isearch.el: Add isearch-scroll property to split-window-below
17700         and split-window-right.
17702         * follow.el (follow-mode):
17703         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17704         * progmodes/ada-xref.el (ada-gdb-application):
17705         * emulation/vip.el (vip-buffer-in-two-windows):
17706         * image-dired.el (image-dired-dired-with-window-configuration):
17707         * dired-x.el (dired-do-find-marked-files):
17708         * dired.el (dired-pop-to-buffer):
17709         * bs.el (bs--show-with-configuration):
17710         * vc/emerge.el (emerge-setup-windows):
17711         * textmodes/two-column.el (2C-two-columns):
17712         * textmodes/reftex-toc.el (reftex-toc):
17713         * progmodes/gdb-mi.el (gdb-setup-windows):
17714         * progmodes/fortran.el (fortran-window-create):
17715         * net/newst-treeview.el (newsticker--treeview-window-init):
17716         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17717         * emulation/tpu-edt.el (tpu-gold-map):
17718         * emulation/crisp.el (crisp-mode-map):
17719         * calendar/calendar.el (calendar-basic-setup): Callers changed.
17721 2011-10-29  Chong Yidong  <cyd@gnu.org>
17723         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17725         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17727         * textmodes/flyspell.el (flyspell-word): Fix char offset for
17728         forged Ispell output (Bug#7904).
17730         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17732 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17734         * doc-view.el: Avoid ugly errors about not finding nil.
17735         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17736         (doc-view-dvipdf-program, doc-view-unoconv-program)
17737         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17738         Avoid nil or absolute file name as default value.
17739         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17741 2011-10-28  Alan Mackenzie  <acm@muc.de>
17743         * progmodes/cc-defs.el (c-version): -> 5.32.2.
17745 2011-10-28  Alan Mackenzie  <acm@muc.de>
17747         Amend the handling of c-beginning/end-of-defun in nested declaration
17748         scopes.
17750         * progmodes/cc-vars.el (c-defun-tactic): Move here from
17751         cc-langs.el.  Change it to a defcustom.
17753         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17754         cc-vars.el.
17756         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17757         Prevent "class foo : bar" being spuriously recognized as a label.
17759         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17760         Add parameter `inclusive' (to include enclosing braces in the region).
17761         (c-widen-to-enclosing-decl-scope): New function.
17762         (c-while-widening-to-decl-block): New macro.
17763         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17764         outward for defun boundaries, and correspondingly change symbol
17765         `respect-enclosure' to `go-outward'.
17766         (c-declaration-limits): Change algorithm to report only the "innermost"
17767         defun's boundaries.
17769 2011-10-28  Deniz Dogan  <deniz@dogan.se>
17771         * net/rcirc.el (rcirc-mode): Use hard newlines.
17773 2011-10-28  Alan Mackenzie  <acm@muc.de>
17775         Amend to indent and fontify macros "which include their own semicolon"
17776         correctly, using the "virtual semicolon" mechanism.
17778         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17780         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17781         Recode to scan one line at a time rather than having \n and \r
17782         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17783         (c-forward-label): Amend for virtual semicolons.
17784         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17786         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17787         of the new C macros.
17789         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17790         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17791         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17792         (c-opt-cpp-macro-define): Make into a full language variable.
17793         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17794         AWK Mode (including \n, \r) removed, no longer needed.
17796         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17797         Invoke c-make-macro-with-semi-re.
17799         * progmodes/cc-vars.el (c-macro-with-semi-re):
17800         (c-macro-names-with-semicolon): New variables.
17801         (c-make-macro-with-semi-re): New function.
17803 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17805         * vc/log-edit.el: Fill empty field rather than adding new one.
17806         (log-edit-add-field): New function.
17807         (log-edit-insert-changelog): Use it.
17809 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17811         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17813 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17815         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17816         (gdb--check-interpreter): New function.
17817         (gdb): Use it.
17819 2011-10-27  Glenn Morris  <rgm@gnu.org>
17821         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17822         (least-positive-float, least-negative-float)
17823         (least-positive-normalized-float, least-negative-normalized-float)
17824         (float-epsilon, float-negative-epsilon):
17825         Remove unnecessary declarations.
17827         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17828         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17829         (least-positive-float, least-negative-float)
17830         (least-positive-normalized-float, least-negative-normalized-float)
17831         (float-epsilon, float-negative-epsilon): Add doc-strings,
17832         based on those in cl.texi.
17834         * files.el (set-visited-file-name): If the major-mode changed,
17835         reload the local variables.  (Bug#9796)
17837 2011-10-27  Chong Yidong  <cyd@gnu.org>
17839         * subr.el (change-major-mode-after-body-hook): New hook.
17840         (run-mode-hooks): Run it.
17842         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17843         Use change-major-mode-before-body-hook.
17845         * simple.el (fundamental-mode):
17846         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17847         change introducing fundamental-mode-hook.
17849 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
17851         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17853 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
17855         * ido.el (ido-file-name-all-completions-1): Do not require
17856         tramp.el explicitly.  (Bug#7583)
17858 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17860         * progmodes/octave-mod.el:
17861         * progmodes/octave-inf.el: Update maintainer.
17863 2011-10-26  Chong Yidong  <cyd@gnu.org>
17865         * subr.el (with-wrapper-hook): Rewrite doc.
17867 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
17869         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17870         filenames "/method:foo:".  (Bug#9793)
17872 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17874         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17875         (bug#9865).
17877 2011-10-24  Glenn Morris  <rgm@gnu.org>
17879         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
17881 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
17883         * notifications.el: Add the requirement of a running D-Bus session
17884         bus to the Commentary.
17886 2011-10-24  Juri Linkov  <juri@jurta.org>
17888         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17889         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17890         (Bug#9364)
17892 2011-10-24  Juri Linkov  <juri@jurta.org>
17894         * info.el (Info-following-node-name-re): Add newline to the list
17895         of allowed characters for leading space.  (Bug#9824)
17897 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17899         * progmodes/octave-inf.el (inferior-octave-mode-map):
17900         Fix C-c C-h binding.
17901         * progmodes/octave-mod.el (octave-help): Remove.
17903 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
17905         Sync with Tramp 2.2.3.
17907         * net/tramp-cache.el (top): Pacify byte-compiler using
17908         `init-file-user' and `site-run-file'.
17910         * net/trampver.el: Update release number.
17912 2011-10-23  Chong Yidong  <cyd@gnu.org>
17914         * files.el (toggle-read-only): Remove obsolete comment about
17915         version control.
17917         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17918         for toggle-read-only.  Note that this hasn't called vc-next-action
17919         since 2008-05-02, though it wasn't documented at the time.
17921         * vc/ediff-init.el (ediff-toggle-read-only-function):
17922         Use toggle-read-only.
17924 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
17926         Fix bug #9560, sporadic wrong indentation; improve instrumentation
17927         of c-parse-state.
17929         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17930         correct faulty logical expression.
17931         (c-parse-state-state, c-record-parse-state-state):
17932         (c-replay-parse-state-state): New defvar/defuns.
17933         (c-debug-parse-state): Use new functions.
17935 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
17937         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17938         last fix.  Use window-in-direction correctly.
17940 2011-10-21  Chong Yidong  <cyd@gnu.org>
17942         * progmodes/idlwave.el (idlwave-mode):
17943         * progmodes/vera-mode.el (vera-mode): No need to set
17944         require-final-newline; that's done in prog-mode.
17945         Suggested by Stefan Monnier.
17947 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
17949         * mouse.el (mouse-drag-window-above)
17950         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17951         (mouse-drag-mode-line-1, mouse-drag-header-line)
17952         (mouse-drag-vertical-line-rightward-window): Remove.
17953         (mouse-drag-line): New function.
17954         (mouse-drag-mode-line, mouse-drag-header-line)
17955         (mouse-drag-vertical-line): Call mouse-drag-line.
17956         * window.el (window-at-side-p, windows-at-side): New functions.
17958 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
17960         * tar-mode.el (tar-grind-file-mode):
17961         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
17963 2011-10-21  Chong Yidong  <cyd@gnu.org>
17965         * progmodes/idlwave.el (idlwave-mode):
17966         * progmodes/vera-mode.el (vera-mode):
17967         Use mode-require-final-newline.
17969 2011-10-20  Glenn Morris  <rgm@gnu.org>
17971         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
17973 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
17975         * emulation/cua-base.el (cua-set-mark): Fix case of string.
17977 2011-10-20  Chong Yidong  <cyd@gnu.org>
17979         * emulation/cua-base.el (cua-mode):
17980         * mail/footnote.el (footnote-mode):
17981         * mail/mailabbrev.el (mail-abbrevs-mode):
17982         * net/xesam.el (xesam-minor-mode):
17983         * progmodes/bug-reference.el (bug-reference-mode):
17984         * progmodes/cap-words.el (capitalized-words-mode):
17985         * progmodes/compile.el (compilation-minor-mode)
17986         (compilation-shell-minor-mode):
17987         * progmodes/gud.el (gud-tooltip-mode):
17988         * progmodes/hideif.el (hide-ifdef-mode):
17989         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17990         * progmodes/subword.el (subword-mode):
17991         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17992         * progmodes/which-func.el (which-function-mode):
17993         * term/tvi970.el (tvi970-set-keypad-mode):
17994         * term/vt100.el (vt100-wide-mode):
17995         * textmodes/flyspell.el (flyspell-mode):
17996         * textmodes/ispell.el (ispell-minor-mode):
17997         * textmodes/nroff-mode.el (nroff-electric-mode):
17998         * textmodes/paragraphs.el (use-hard-newlines):
17999         * textmodes/refill.el (refill-mode):
18000         * textmodes/reftex.el (reftex-mode):
18001         * textmodes/rst.el (rst-minor-mode):
18002         * textmodes/sgml-mode.el (html-autoview-mode)
18003         (sgml-electric-tag-pair-mode):
18004         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18005         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18006         * emulation/crisp.el (crisp-mode):
18007         * emacs-lisp/eldoc.el (eldoc-mode):
18008         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18009         minor mode behavior.
18011 2011-10-19  Juri Linkov  <juri@jurta.org>
18013         * descr-text.el (describe-char): Add #x2010 and #x2011 to
18014         the list of hard-coded chars with escape-glyph face.
18016 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18018         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18020 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
18022         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18023         running process.
18025 2011-10-19  Glenn Morris  <rgm@gnu.org>
18027         * vc/vc-bzr.el (vc-bzr-after-dir-status):
18028         Ignore ignored files.  (Bug#9726)
18030 2011-10-19  Chong Yidong  <cyd@gnu.org>
18032         Doc fix for minor modes, stating that an omitted argument enables
18033         the mode unconditionally when called from Lisp.
18035         * abbrev.el (abbrev-mode):
18036         * allout.el (allout-mode):
18037         * autoinsert.el (auto-insert-mode):
18038         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18039         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18040         (global-auto-revert-mode):
18041         * battery.el (display-battery-mode):
18042         * composite.el (global-auto-composition-mode)
18043         (auto-composition-mode):
18044         * delsel.el (delete-selection-mode):
18045         * desktop.el (desktop-save-mode):
18046         * dired-x.el (dired-omit-mode):
18047         * dirtrack.el (dirtrack-mode):
18048         * doc-view.el (doc-view-minor-mode):
18049         * double.el (double-mode):
18050         * electric.el (electric-indent-mode, electric-pair-mode):
18051         * emacs-lock.el (emacs-lock-mode):
18052         * epa-hook.el (auto-encryption-mode):
18053         * follow.el (follow-mode):
18054         * font-core.el (font-lock-mode):
18055         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18056         * help.el (temp-buffer-resize-mode):
18057         * hilit-chg.el (highlight-changes-mode)
18058         (highlight-changes-visible-mode):
18059         * hi-lock.el (hi-lock-mode):
18060         * hl-line.el (hl-line-mode, global-hl-line-mode):
18061         * icomplete.el (icomplete-mode):
18062         * ido.el (ido-everywhere):
18063         * image-file.el (auto-image-file-mode):
18064         * image-mode.el (image-minor-mode):
18065         * iswitchb.el (iswitchb-mode):
18066         * jka-cmpr-hook.el (auto-compression-mode):
18067         * linum.el (linum-mode):
18068         * longlines.el (longlines-mode):
18069         * master.el (master-mode):
18070         * mb-depth.el (minibuffer-depth-indicate-mode):
18071         * menu-bar.el (menu-bar-mode):
18072         * minibuf-eldef.el (minibuffer-electric-default-mode):
18073         * mouse-sel.el (mouse-sel-mode):
18074         * msb.el (msb-mode):
18075         * mwheel.el (mouse-wheel-mode):
18076         * outline.el (outline-minor-mode):
18077         * paren.el (show-paren-mode):
18078         * recentf.el (recentf-mode):
18079         * reveal.el (reveal-mode, global-reveal-mode):
18080         * rfn-eshadow.el (file-name-shadow-mode):
18081         * ruler-mode.el (ruler-mode):
18082         * savehist.el (savehist-mode):
18083         * scroll-all.el (scroll-all-mode):
18084         * scroll-bar.el (scroll-bar-mode):
18085         * server.el (server-mode):
18086         * shell.el (shell-dirtrack-mode):
18087         * simple.el (auto-fill-mode, transient-mark-mode)
18088         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18089         (line-number-mode, column-number-mode, size-indication-mode)
18090         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18091         * strokes.el (strokes-mode):
18092         * time.el (display-time-mode):
18093         * t-mouse.el (gpm-mouse-mode):
18094         * tool-bar.el (tool-bar-mode):
18095         * tooltip.el (tooltip-mode):
18096         * type-break.el (type-break-mode-line-message-mode)
18097         (type-break-query-mode):
18098         * view.el (view-mode):
18099         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18100         (global-whitespace-mode, global-whitespace-newline-mode):
18101         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18103         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18104         Fix autogenerated docstring.
18106 2011-10-19  Juri Linkov  <juri@jurta.org>
18108         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18109         by checking environment variables "DESKTOP_SESSION" and
18110         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18112 2011-10-19  Juri Linkov  <juri@jurta.org>
18114         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18115         (browse-url-chromium-program, browse-url-chromium-arguments):
18116         New defcustoms.
18117         (browse-url-default-browser): Check for `browse-url-chromium' and
18118         call `browse-url-chromium-program'.
18119         (browse-url-chromium): New command.  (Bug#9779)
18121 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18123         * facemenu.el (list-colors-duplicates): On Windows, detect more
18124         duplicates by assuming that only colors matching "^System" are
18125         special "system colors".  (Bug#9722)
18127 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18129         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18130         to distinguish the author from the committer.
18132 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18134         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18136 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18138         * international/mule.el (sgml-html-meta-auto-coding-function):
18139         Add support for detecting encoding in HTML5 specified only as
18140         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18141         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18143 2011-10-18  Glenn Morris  <rgm@gnu.org>
18145         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18147 2011-10-18  Chong Yidong  <cyd@gnu.org>
18149         * faces.el (cursor): Doc fix.
18151 2011-10-17  Chong Yidong  <cyd@gnu.org>
18153         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18155 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18157         * dirtrack.el (dirtrack): Support shell buffers with path
18158         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18160 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18162         * json.el: Bump version to 1.3 and note change in History.
18163         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18165 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18167         * comint.el (comint-insert-input, comint-send-input)
18168         (comint-get-old-input-default, comint-backward-matching-input)
18169         (comint-next-prompt): Use nil instead of `input' for field property of
18170         past user input (bug#114).
18172         * minibuffer.el (completion--replace): Inherit surrounding properties
18173         (bug#114).
18174         (minibuffer-complete-and-exit): Use it.
18176         * comint.el (comint--table-subvert): Quote the all-completions output
18177         (bug#9160).
18179 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18181         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18183         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18184         window on right of selected.  (Bug#9350) Reword other window
18185         entries and separate them from frame entries.
18187 2011-10-15  Glenn Morris  <rgm@gnu.org>
18189         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18190         Doc fixes.
18192 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18194         * net/network-stream.el (network-stream-open-starttls):
18195         Improve detection of failure due to lack of TLS support.
18197         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18198         putting the input text in front and in bold.
18200 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18202         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18204         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18205         empty buffer.
18207         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18208         unread-command-events rather than pushing yet-another event.
18210 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18212         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18213         the explanation of the possible choices.  Make the options passed
18214         to completing-read shorter.
18216 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
18218         * textmodes/flyspell.el (flyspell-large-region): Make sure
18219         extended character mode is used if defined (Bug#1339).
18221 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18223         * simple.el (what-cursor-position): Fix the display of the
18224         character info for LRE, LRO, RLE, and RLO characters by appending
18225         an invisible PDF.
18227 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18229         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18230         even in case of error; add debug spec; simplify data flow.
18231         (with-timeout-handler): Remove.
18233 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18235         Fix Bug#6019, Bug#9315.
18237         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18238         complete `buffer-file-name', the local file name part could look
18239         remotely (for example on VMS).
18241         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18242         `tramp-run-real-handler'.
18243         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18244         already quoted by '"'.
18246         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18247         Let `file-name-handler-alist' be nil, the local file name part
18248         could look remotely (for example on VMS).
18250 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18252         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18253         from here...
18254         (flyspell-post-command-hook): ...to here.
18256 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18258         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18259         if not needed.
18260         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18261         using completion.  Protect against "slow" callers.
18262         Remove the "message hack".
18264 2011-10-11  Juri Linkov  <juri@jurta.org>
18266         * isearch.el (isearch-lazy-highlight-word): New variable.
18267         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18268         Use it.  (Bug#9727)
18270 2011-10-11  Glenn Morris  <rgm@gnu.org>
18272         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18273         like f90-previous-statement does.
18275 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18277         * eshell/eshell.el (eshell-command): History should be saved
18278         only in interactive use, to avoid error.
18280 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18282         * minibuffer.el (completion-file-name-table): Fix last change,
18283         i.e. ignore normal errors but not the other ones.
18285 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
18287         * window.el (special-display-buffer-names)
18288         (special-display-regexps): Remove some remnants of earlier
18289         changes from doc-strings.
18290         (quit-windows-on): New function.
18292         * vc/vc.el (vc-revert, vc-rollback):
18293         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18294         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
18295         (Bug#6183) (Bug#7074) (Bug#7447)
18297 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
18299         * window.el (frame-auto-hide-function): Add version tag.
18300         (Bug#9699)
18302 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
18304         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18305         condition.
18307 2011-10-09  Leo Liu  <sdl.web@gmail.com>
18309         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18310         (Bug#9701)
18312 2011-10-08  Glenn Morris  <rgm@gnu.org>
18314         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18315         before the first code statement zero indent.  (Bug#9690)
18317 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
18319         * simple.el (count-words-region): Always count in the region.
18320         Report the number of lines and characters too.
18321         (count-words): New command, which counts in the buffer if the
18322         region is inactive, as count-words-region used to.
18323         (count-words--message): New function.  Handle plurals.
18324         (count-lines-region): Make it an alias for count-words-region.
18326         * bindings.el (esc-map): Replace count-lines-region with
18327         count-words-region.
18329 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
18331         * window.el (window--delete): Delete dedicated frame
18332         unconditionally when argument KILL is non-nil.  (Bug#9699)
18333         (switch-to-buffer): Fix doc-string typo.
18335 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18337         * eshell/eshell.el (eshell-command): Avoid using hooks.
18339 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
18341         * bindings.el ([M-left],[M-right]): Bind to left-word and
18342         right-word respectively.
18344 2011-10-07  Glenn Morris  <rgm@gnu.org>
18346         * cus-start.el (debug-on-quit): Fix custom type.
18348 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18350         * subr.el (define-key-after): Clarify that the function is not
18351         useful for non-menu keymaps.
18353         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18355 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18357         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18358         in current minibuffer (Fix bug with recursive minibuffers).
18360 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
18362         * progmodes/gdb-mi.el (gdb): Doc fix.
18364 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
18366         * window.el (frame-auto-hide-function): New option replacing
18367         frame-auto-delete.  Suggested by Stefan Monnier.
18368         (window--delete): Call frame-auto-hide-function instead of
18369         investigating frame-auto-delete.
18370         (window-point-1, set-window-point-1): New functions.
18371         (window-in-direction, record-window-buffer, window-state-get-1)
18372         (display-buffer-record-window): Use window-point-1 instead of
18373         window-point.
18374         (set-window-buffer-start-and-point): Use set-window-point-1.
18376 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18378         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18380 2011-10-05  Glenn Morris  <rgm@gnu.org>
18382         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18383         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
18385 2011-10-05  Leo Liu  <sdl.web@gmail.com>
18387         * subr.el (read-char-choice): Fix argument to buffer-live-p which
18388         works with buffer object.
18390 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18392         * mpc.el (mpc-tool-bar-map): Add labels.
18394 2011-10-04  Glenn Morris  <rgm@gnu.org>
18396         * calendar/holidays.el (calendar-check-holidays): Doc fix.
18398 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
18400         * window.el (window--delete): New function.
18401         (frame-auto-delete): Resuscitate option.
18402         (bury-buffer, replace-buffer-in-windows)
18403         (quit-window): Rewrite using window--delete.
18404         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18405         Pass display-buffer-mark-dedicated to window--display-buffer-2
18406         (Bug#9639).
18408 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18410         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18411         returns a list (bug#9554).  Add remote file name completion.
18412         * comint.el (comint--table-subvert): Curry and get quote&unquote
18413         functions as arguments.
18414         (comint--complete-file-name-data): Adjust call accordingly.
18415         * pcomplete.el (pcomplete--table-subvert): Remove.
18416         (pcomplete-completions-at-point): Use comint--table-subvert instead.
18418         * minibuffer.el (completion-table-case-fold): Use currying.
18419         (completion--styles-type, completion--cycling-threshold-type):
18420         New constants.
18421         (completion-styles, completion-category-overrides)
18422         (completion-cycle-threshold): Use them.
18423         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18424         completion-table-case-fold.
18426 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
18428         * minibuffer.el (completion-category-overrides): Fix type of styles
18429         and add more user friendly tags (bug#9660).
18431 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18433         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18434         (mule-input-method-string): New widget.
18435         (default-input-method, language-info-custom-alist): Use it.
18437 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18439         * pcomplete.el: Require comint.
18440         (pcomplete--common-suffix): Remove.
18441         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18442         (pcomplete--table-subvert): Sync with comint--table-subvert.
18443         (pcomplete--entries): Use comint-completion-file-name-table.
18444         * comint.el (comint-unquote-filename): Simplify.
18445         (comint-completion-file-name-table): New function (bug#9616).
18446         (comint--complete-file-name-data): Use it.
18448         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18449         (pcmpl-gnu-tar-buffer): Remove.
18450         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18451         around.  Make sure pcomplete-suffix-list is only changed temporarily.
18452         Don't look inside the tar's file if it's too large.
18454 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
18456         * cus-edit.el (custom-mode-map):
18457         * epa.el (epa-key-list-mode-map):
18458         * man.el (Man-mode-map):
18459         * startup.el (splash-screen-keymap):
18460         * simple.el (special-mode-map): Use scroll-up-command and
18461         scroll-down-command.
18463         * progmodes/idlw-help.el (idlwave-help-mode-map):
18464         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18465         * net/newst-plainview.el (newsticker-mode-map):
18466         * emulation/ws-mode.el (wordstar-mode-map):
18467         * emulation/vi.el (vi-com-map):
18468         * calc/calc-graph.el (calc-graph-show-dumb):
18469         * term/sun.el (terminal-init-sun):
18470         * term/ns-win.el (global-map):
18471         * progmodes/grep.el (grep-mode-map):
18472         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18473         * mail/rmail.el (rmail-mode-map):
18474         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18476         * custom.el (custom-safe-themes, load-theme): Treat value of t for
18477         custom-safe-themes as special.
18479 2011-10-01  Julien Danjou  <julien@danjou.info>
18481         * notifications.el (notifications-notify): Fix docstring.
18483 2011-10-01  Per Starbäck  <per@starback.se>
18485         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
18487 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
18489         * startup.el (command-line-1): Fix last fix by inserting
18490         initial-scratch-message into *scratch* before displaying it.
18491         (Bug#9605) and (Bug#9636)
18493 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
18495         * simple.el (line-move): If auto-hscroll-mode is disabled and the
18496         window is hscrolled, move by logical lines.  (Bug#9607)
18497         (line-move-visual): Update the doc string to the above effect.
18499 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
18501         * window.el (display-buffer-record-window): When WINDOW is the
18502         selected window use `point' instead of `window-point'.  (Bug#9626)
18504         * startup.el (command-line-1): Use insert-before-markers when
18505         inserting initial-scratch-message.  (Bug#9605)
18507         * help.el (help-window): Remove variable.
18509 2011-09-29  Glenn Morris  <rgm@gnu.org>
18511         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18513 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
18515         * descr-text.el (describe-char-categories): Accept category
18516         descriptions more than one line long.
18518 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18520         * simple.el (delete-trailing-whitespace): Fix last change.
18522         * progmodes/perl-mode.el (perl-syntax-propertize-function):
18523         Don't confuse "y => 3" as the beginning of a `y' operation.
18525         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18526         object has more than 4 slots (bug#9613).
18528 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
18530         * subr.el (with-output-to-temp-buffer):
18531         * net/quickurl.el (quickurl, quickurl-browse-url):
18532         Fix typos in docstrings.
18534 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
18536         * minibuffer.el (completion-styles)
18537         (completion-category-overrides): Cross reference each other in doc
18538         strings.
18540 2011-09-27  Glenn Morris  <rgm@gnu.org>
18542         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18543         to split-string.  (Bug#9606)
18545 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18547         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18548         (bug#9615).
18550 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
18552         * emacs-lisp/package.el (list-packages): Fix echo area message.
18554 2011-09-27  Leo Liu  <sdl.web@gmail.com>
18556         * ido.el (ido-read-internal): Accept cons cell HIST arg.
18558 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
18560         * net/dbus.el (dbus-unregister-object): Don't release services for
18561         registered signals.  (Bug#9581)
18563 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
18565         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18566         function that picks between cfengine 2 and 3 support
18567         automatically.  Update docs accordingly.
18569 2011-09-22  Kenichi Handa  <handa@m17n.org>
18571         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18572         ZERO.
18573         (indian-itrans-v5-table-for-tamil): New variable.
18574         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18576 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
18578         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18579         that's true if the current command involved collapsing of text.
18580         It's reset to false at the beginning of the next command.
18581         (allout-post-command-business): Move the cursor to the beginning
18582         of entry if the cursor is hidden and collapsing activity just
18583         happened.
18585 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
18587         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18588         tracking (Bug#9541).
18590 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
18592         * net/newst-reader.el (newsticker-html-renderer)
18593         (newsticker-show-news): Automatically load html rendering package
18594         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
18595         because w3m-fill-column is let-bound" and the error "Symbol's value
18596         as variable is void: w3m-fill-column".
18598 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
18600         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18601         Release services only if they are defined.  (Bug#9581)
18603 2011-09-23  Richard Stallman  <rms@gnu.org>
18605         * textmodes/paragraphs.el (forward-sentence): For backwards case,
18606         distinguish start of paragraph from start of its text.
18608         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18610         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18611         (rmail-generate-viewer-buffer): Put that hook on view buffer.
18612         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18614 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
18616         * international/mule-diag.el (mule-diag): Insert a newline after
18617         each fontset description.
18619 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18621         * simple.el (delete-trailing-whitespace):
18622         Document last change; simplify.
18624 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
18626         * simple.el (delete-trailing-whitespace): Also delete
18627         extra newlines at the end of the buffer.
18629         * textmodes/picture.el: Make motion commands obey shift-select-mode.
18630         (picture-newline): Use forward-line so as to ignore fields.
18632 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18634         * subr.el (with-wrapper-hook): Fix edebug spec.
18636 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18638         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18639         (bug#4538).
18641 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
18643         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18644         Fix nasty bug using wrong cached values.
18646 2011-09-23  Alan Mackenzie  <acm@muc.de>
18648         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18650 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
18652         * window.el (pop-to-buffer): Ensure right window is selected if we
18653         chose another frame.
18655 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
18657         * simple.el (what-cursor-position): Use get-char-property-change
18658         and next-single-char-property-change, to be able to show display
18659         properties that come from overlays as well as text properties.
18661 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
18663         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18665         * cmuscheme.el (run-scheme, switch-to-scheme):
18666         * cus-edit.el (customize-group, custom-buffer-create)
18667         (customize-browse):
18668         * info.el (info):
18669         * shell.el (shell):
18670         * mail/sendmail.el (mail):
18671         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18673 2011-09-22  Richard Stallman  <rms@gnu.org>
18675         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18676         move back only to line beg, don't move back over blank lines.
18678 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
18680         * files.el (copy-directory): Set directory attributes only in case
18681         they could be retrieved from the source directory.  (Bug#9565)
18683 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
18685         * progmodes/hideshow.el (hs-looking-at-block-start-p)
18686         (hs-find-block-beginning, hs-hide-level-recursive):
18687         Ignore strings as well as comments.  (Bug#9502)
18689 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
18691         * progmodes/sql.el (sql-comint-postgres):
18692         Convert port number to a string.  (Bug#9566)
18694 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
18696         * window.el (quit-window): Undedicate window when switching to
18697         previous buffer.  Reported by Thierry Volpiatto
18698         <thierry.volpiatto@gmail.com>.
18699         (special-display-popup-frame): When popping up a new frame reset
18700         its previous buffers to nil.  Simplify code.
18702 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
18704         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18705         and process filter, as done also in `shell-command'.
18707 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
18709         * window.el (set-window-buffer-start-and-point):
18710         Call set-window-start with NOFORCE argument t.
18711         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18712         (quit-window): Reword doc-string.  Handle new format of
18713         quit-restore parameter.  Don't delete window if it has a
18714         previous buffer we can show instead of the present one.
18715         (display-buffer-record-window): Rewrite using a new format for
18716         the quit-restore window parameter
18717         (special-display-popup-frame, display-buffer-same-window)
18718         (display-buffer-reuse-window, display-buffer-pop-up-frame)
18719         (display-buffer-pop-up-window, display-buffer-use-some-window):
18720         Adapt symbol passed to display-buffer-record-window.
18721         * help.el (help-window-setup): Handle new format of quit-restore
18722         parameter.
18724 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18726         * faces.el (face-list): Fix docstring (bug#9564).
18728         * window.el (display-buffer--action-function-custom-type):
18729         Don't include internal functions in the Custom interface.
18731 2011-09-20  Juri Linkov  <juri@jurta.org>
18733         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18734         (Info-forward-node, Info-backward-node, Info-next-preorder)
18735         (Info-last-preorder): Use it.  (Bug#9528)
18737 2011-09-20  Juri Linkov  <juri@jurta.org>
18739         * info.el (Info-last-preorder): Visit last menu item only when
18740         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18742 2011-09-20  Julien Danjou  <julien@danjou.info>
18744         * password-cache.el (password-cache-remove): Remove entries even if the
18745         value is nil, so that password with a nil value (negative caching) is
18746         possible to invalidate.
18748 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
18750         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18751         all whitespace around breakpoint.  (Bug#9553)
18752         (f90-find-breakpoint): Only break at whitespace inside a comment.
18754 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18756         * minibuffer.el (completion-file-name-table): Keep track of errors.
18757         (completion-table-with-predicate): Handle the case where pred1 is nil.
18758         * pcomplete.el (pcomplete-completions-at-point): Simplify.
18760 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18762         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18763         (debugger-return-value): Signal an error if the debugging context does
18764         not await any return value.
18766         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18767         * image-mode.el (image-toggle-display-text)
18768         (image-toggle-display-image): Stay away from evil `intangible'.
18770 2011-09-19  Leo Liu  <sdl.web@gmail.com>
18772         * replace.el (occur-revert-arguments): Make it permanent-local.
18773         (occur-mode): Don't call font-lock-defontify.
18775 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
18777         * net/ldap.el (ldap-search-internal): Don't push empty search
18778         result (Bug#9508).
18780 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18782         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18784 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
18786         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18787         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18789 2011-09-18  Juri Linkov  <juri@jurta.org>
18791         * buff-menu.el (Buffer-menu-mode-map):
18792         * dired.el (dired-mode-map):
18793         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18794         (lisp-interaction-mode-map):
18795         * emacs-lisp/package.el (package-menu-mode-map):
18796         * epa.el (epa-key-list-mode-map):
18797         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18798         (menu-bar-options-menu):
18799         * outline.el (outline-mode-menu-bar-map):
18800         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18801         * vc/vc-dir.el (vc-dir-menu-map):
18802         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18803         Capitalize non-function content words in menu item strings.
18805         * dired.el (dired-mode-map): Add menu item for
18806         `image-dired-dired-toggle-marked-thumbs'.
18808 2011-09-18  Juri Linkov  <juri@jurta.org>
18810         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18811         to `isearch-case-fold-search' and restore its original value
18812         after the `isearch-mode' call.
18814 2011-09-18  Juri Linkov  <juri@jurta.org>
18816         * progmodes/grep.el (grep-process-setup): Don't check code for 1
18817         because `zgrep' returns 1 for successful matches (bug#9226).
18819 2011-09-18  Juri Linkov  <juri@jurta.org>
18821         * info.el (Info-extract-menu-node-name): Check the second match
18822         for empty string (second test-case of bug#9528).
18823         (Info-last-preorder): Let-bind `Info-history' to nil to not add
18824         intermediate nodes to the history (first test-case of bug#9528).
18826 2011-09-18  Juri Linkov  <juri@jurta.org>
18828         * info.el (Info-mode-syntax-table): New variable.
18829         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18831 2011-09-18  Juri Linkov  <juri@jurta.org>
18833         * info.el (Info-file-supports-index-cookies):
18834         Increment line-beginning-position's arg from 3 to 4 because makeinfo
18835         outputs one more line for long file names (bug#4142).
18837 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18839         * newcomment.el (comment-normalize-vars): If prompting for
18840         comment-start, set comment-start-skip too (Bug#8424).
18842 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
18844         * icomplete.el: Fix previous fix of Bug#5849.
18845         (icomplete-mode): Don't set completion-show-inline-help.
18846         (icomplete-minibuffer-setup): Set completion-show-inline-help
18847         locally during icompletion.
18849 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18851         * woman.el (woman2-process-escapes): Don't delete unrecognized
18852         escapes (Bug#7843).
18854         * files.el (inhibit-first-line-modes-regexps): Add image files.
18855         (hack-local-variables-prop-line): Return nil for malformed
18856         prop-lines (Bug#9044).
18858 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
18860         * net/tramp.el (top): Don't require 'shell.
18861         (tramp-methods): Fix docstring.
18862         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18863         Return complete remote file name.  Handle "smb" case.
18864         Use `tramp-tmpdir', if defined for the respective method.
18865         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18867         * net/tramp-compat.el (top): Require 'shell.
18869         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18870         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18871         `tramp-current-host'.
18872         (tramp-get-remote-tmpdir): Remove.
18874         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18875         `tramp-tmpdir' entries.
18876         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18877         (tramp-smb-handle-file-attributes): Ignore errors.
18878         (tramp-smb-wait-for-output): Check also for process end.
18880 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18882         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18883         when sending QUIT (bug#9312).
18885 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
18887         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18888         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18889         occur-mode-display-occurrence.
18890         (occur-edit-mode): Add usage message.
18891         (occur-cease-edit): New command.
18892         (occur-after-change-function): Use text properties to find the
18893         position of the prefix text.
18894         (occur-engine): Set stickiness of prefix text properties.
18896 2011-09-17  Glenn Morris  <rgm@gnu.org>
18898         * progmodes/etags.el (complete-tag):
18899         Fix call to completion-in-region.  (Bug#9526)
18901 2011-09-17  Juri Linkov  <juri@jurta.org>
18903         * textmodes/ispell.el (ispell-word): Add to the error message
18904         the word, ispell program name and current dictionary (bug#9121).
18905         (ispell-tex-arg-end): Capitalize "error" in the error message.
18907 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
18909         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18910         check.  (Bug#4251)
18912 2011-09-17  Juri Linkov  <juri@jurta.org>
18914         * window.el (window-safe-min-height, window-safe-min-width):
18915         Fix typos (followup to bug#9522).
18917 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
18919         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18921 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
18923         * simple.el (line-move): If goal-column is set, move by logical
18924         lines, not by display lines.  (Bug#971)
18925         (next-line, previous-line, goal-column, line-move-visual): Doc fix
18926         to reflect the above change.
18928 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18930         * image.el (imagemagick-register-types): Use regexp-opt.
18932 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18934         * window.el (display-buffer-base-action): Rename from
18935         display-buffer-default-action.  Make default value empty.
18936         (display-buffer-overriding-action): Convert to defvar.
18937         (display-buffer-fallback-action): New var.
18939 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18941         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18942         declaration.
18943         (package--add-to-archive-contents): If there is a duplicate entry
18944         with an older version, remove it.
18945         (package-menu-mark-delete, package-menu-mark-install)
18946         (package-menu-mark-unmark): Make unused args optional.
18947         (package-menu-mark-obsolete-for-deletion):
18948         Use package-menu-get-status instead of a regexp search.
18949         (package-menu-get-status): Use tabulated-list-entry.
18950         (package-menu-mark-upgrades): New command.
18951         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
18952         (package-menu-execute): Do installation before deletion.
18953         (package-menu-refresh, package-menu-execute): Use derived-mode-p
18954         instead of checking major-mode.
18955         (package-menu--find-upgrades): New function.
18957 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18960         passwords in the log buffer.
18961         (smtpmail-process-filter): Update the process marker so that the
18962         "broken by peer" status message is inserted in the right place.
18964 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18966         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18967         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18968         bibtex-completion-at-point-function.
18969         (bibtex-completion-at-point-function): Use them.
18971         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18973         * mpc.el (mpc-constraints-tag-lookup): New function.
18974         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18975         also to browser "album|playlist".
18977 2011-09-14  Juri Linkov  <juri@jurta.org>
18979         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
18980         (isearch-edit-string): Use length of `isearch-string' when
18981         `isearch-fail-pos' returns nil.
18982         (isearch-message): Remove duplicate code and call
18983         `isearch-fail-pos' with arg `t'.
18985 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
18987         * replace.el (occur-mode-goto-occurrence): Don't force using other
18988         window (Bug#9499).
18990         * dired-aux.el (dired-do-chmod): Don't provide initial input.
18992 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
18994         * window.el (display-buffer-window): Remove.
18995         (display-buffer-record-window): Use help-setup window parameter
18996         instead of variable display-buffer-window.
18997         (display-buffer-function, special-display-buffer-names)
18998         (special-display-function): Mention help-setup parameter instead
18999         of display-buffer-window in doc-string.
19000         * help.el (help-window-setup): New argument help-window.
19001         Use help-window-setup parameter instead of display-buffer-window.
19002         Reword some messages.
19003         (with-help-window): Pass window used for displaying the buffer
19004         to help-window-setup.  Don't set display-buffer-window.
19006 2011-09-13  Glenn Morris  <rgm@gnu.org>
19008         * emacs-lisp/debug.el (debugger-make-xrefs):
19009         Preserve point.  (Bug#9462)
19011 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19013         * window.el (window-deletable-p): Use next-frame.
19015 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
19017         * window.el (window-auto-delete): Remove.
19018         (window-deletable-p): Remove argument FORCE.  Don't deal with
19019         dedication and previous buffers.
19020         (switch-to-prev-buffer): Don't delete window.
19021         (delete-windows-on): Delete a window's frame if and only if the
19022         window is dedicated.
19023         (replace-buffer-in-windows): Delete buffer's window or frame if
19024         and only if window is dedicated.
19025         (quit-window): Handle quit-restore as before last change.
19026         (bury-buffer): Delete window only if window-deletable-p returns t.
19028 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19030         * window.el (window-deletable-p): Never delete the last frame on a
19031         given terminal.
19033 2011-09-13  Glenn Morris  <rgm@gnu.org>
19035         * help.el (describe-key-briefly): Copy previous standard-output change.
19037 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
19039         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
19041 2011-09-13  Glenn Morris  <rgm@gnu.org>
19043         * emacs-lisp/lisp-mode.el (lisp-indent-function):
19044         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19046 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
19048         * dired-aux.el (dired-mark-read-string): Don't return default
19049         value on empty input (Bug#9361).
19050         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19051         Omit initial minibuffer contents.
19052         (dired-do-chmod): Signal an error on empty input.
19053         (dired-mark-read-string): Don't return default on empty input.
19055         * files.el (file-modes-symbolic-to-number): Doc fix.
19057 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19059         * international/mule-cmds.el (ucs-completions): Remove.
19060         (read-char-by-name): Use complete-with-action instead; add metadata.
19062 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19064         * window.el (display-buffer--action-function-custom-type)
19065         (display-buffer--action-custom-type): New vars.
19066         (display-buffer-alist, display-buffer-default-action)
19067         (display-buffer-overriding-action): Add defcustom types.
19069         * frame.el (delete-other-frames): Doc fix (Bug#276).
19071 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19073         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19075 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19077         Change modes that used same-window-* vars to use switch-to-buffer.
19079         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19080         Use switch-to-buffer.
19082         * cus-edit.el (customize-group, custom-buffer-create)
19083         (customize-browse, custom-buffer-create-other-window):
19084         Use switch-to-buffer or switch-to-buffer-other-window.
19086         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19087         (Info-prev, Info-up, Info-speedbar-goto-node)
19088         (info-display-manual): Use switch-to-buffer.
19089         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19091         * mail/sendmail.el (mail): Use switch-to-buffer.
19092         (mail-recover): Use switch-to-buffer-other-window.
19094         * cmuscheme.el (run-scheme, switch-to-scheme):
19095         * ielm.el (ielm):
19096         * shell.el (shell):
19097         * net/rlogin.el (rlogin):
19098         * net/telnet.el (telnet, rsh):
19099         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19101 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19103         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19105 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19107         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19108         so don't mention it (bug#9301).
19109         (dired-sort-toggle-or-edit): Clarify string further.
19111         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19112         match `x', `w32' and `ns', like the manual says (bug#9029).
19114         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19115         (process-kill-buffer-query-function): Mention the buffer name in
19116         the query.
19118         * image-mode.el (image-next-line): The line parameter is mandatory
19119         (bug#9258).
19121         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19122         which can be useful (bug#9301).
19124         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19126         * subr.el (match-string): Mention that the current buffer should
19127         be the same as the search was done in (bug#9282).
19129         * facemenu.el: Disable the remove-* commands if the mark isn't
19130         active (bug#9162).
19132 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19134         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19135         of display-buffer.
19136         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19138         * replace.el (occur-mode-goto-occurrence)
19139         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19140         and display-buffer.
19142         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19143         display-buffer.
19145         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19146         special-display and same-window variables.
19147         (mail-other-window): Use switch-to-buffer-other-window.
19148         (mail-other-frame): USe switch-to-buffer-other-frame.
19150         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19151         Use display-buffer-other-frame.
19152         (gdb-display-gdb-buffer): Use pop-to-buffer.
19154         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19156         * progmodes/python.el: Don't set same-window-buffer-names.
19158         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19160         * window.el (display-buffer-alist): Add *Python*.
19162 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19164         * window.el (display-buffer-alist): Add entry for buffers
19165         previously handled same-window-*.
19166         (display-buffer-alist, display-buffer-default-action)
19167         (display-buffer-overriding-action): Mark as risky.
19168         (display-buffer-alist): Document action function changes.
19169         (display-buffer--same-window-action)
19170         (display-buffer--other-frame-action): New variables.
19171         (switch-to-buffer, display-buffer-other-frame): Use them.
19172         (display-buffer): Rename reuse-frame entry to reusable-frames.
19173         (display-buffer-reuse-selected-window): Function deleted.
19174         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19175         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19176         (display-buffer-special): New function.
19177         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19178         display-buffer-reuse-or-pop-window.  Split off special-display
19179         part into display-buffer-special.
19180         (display-buffer-use-some-window): Don't perform any special
19181         pop-up-frames handling.
19182         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19183         (display-buffer--maybe-same-window): Rename from
19184         display-buffer-maybe-same-window.
19186         * info.el: Don't set same-window-regexps.
19187         (info-setup): New function.
19188         (info-other-window, info): Call it.
19190         * cus-edit.el: Don't set same-window-regexps.
19191         (customize-group): New argument.
19192         (customize-group-other-window): Use it.
19193         (customize-face, customize-face-other-window): Likewise.
19194         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19196         * net/rlogin.el:
19197         * net/telnet.el:
19198         * progmodes/gud.el: Don't set same-window-regexps.
19200         * cmuscheme.el:
19201         * ielm.el:
19202         * shell.el:
19203         * mail/sendmail.el:
19204         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19206 2011-09-10  Juri Linkov  <juri@jurta.org>
19208         * isearch.el (isearch-edit-string): Remove obsolete mention of
19209         `C-w' (`isearch-yank-word-or-char') from docstring.
19210         (isearch-query-replace): Fix typo in docstring (bug#9466).
19212 2011-09-10  Juri Linkov  <juri@jurta.org>
19214         * paren.el (show-paren-function): Don't show escaped parens.
19215         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19217 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19219         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19220         (mm-default-file-encoding): Remove autoload forms, they are
19221         replaced with autoload cookies in mml.el and mm-encode.el.
19222         (mail-add-attachment): New command.
19223         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19224         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19225         the doc string.
19226         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19228 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19230         * simple.el (count-words-region): Use buffer if there's no region
19231         (bug#9429).
19233 2011-09-09  Juri Linkov  <juri@jurta.org>
19235         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19236         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19237         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19239 2011-09-09  Alan Mackenzie  <acm@muc.de>
19241         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19242         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19244 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19246         Fix for Savannah bug#9392.
19247         * simple.el (mail-encode-mml): New defvar.
19249         * mail/rmail.el (mail-encode-mml): Add a defvar.
19250         (rmail-enable-mime-composing): Default to t.
19251         (rmail-forward): Use MIME method of forwarding only if both
19252         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19253         Set mail-encode-mml non-nil if the MIME method was used.
19255         * mail/sendmail.el (mml-to-mime): Add autoload form.
19256         (mail-encode-mml): Add a defvar.
19257         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19258         to nil.
19259         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19260         message through mml-to-mime, and reset mail-encode-mml to nil.
19262 2011-09-09  Glenn Morris  <rgm@gnu.org>
19264         * woman.el (woman-if-body): When processing an .el block,
19265         do not delete the next .el block as well.  (Bug#9447)
19266         (woman-special-characters): Add oq, cq, and hy characters.
19268 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19270         * window.el (window-deletable-p): Make sure window is live before
19271         invoking window-prev-buffers.
19273 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19275         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19277 2011-09-08  Juri Linkov  <juri@jurta.org>
19279         * progmodes/compile.el (compilation-environment): Make it
19280         a defcustom (bug#8340).
19282 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19284         * window.el (frame-auto-delete): Rename to window-auto-delete.
19285         Make it control auto-deletion of windows and/or frames.
19286         (window-deletable-p): New argument FORCE.  Rewrite conditions
19287         for deleting window/frame.  (Bug#9419)
19288         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19289         Rewrite handling of case when window/frame can be deleted.
19290         (delete-windows-on): Call window-deletable-p with new FORCE
19291         argument t.  (Bug#9456)
19293 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
19295         * help-mode.el (help-mode): Restore autoload.
19297 2011-09-07  Juri Linkov  <juri@jurta.org>
19299         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19300         `compilation-environment'.  Set buffer-local
19301         `compilation-environment' to `thisenv' later after (funcall mode).
19302         (Bug#8340)
19304         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
19305         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19306         instead of replacing its value.  (Bug#8340)
19308 2011-09-07  Juri Linkov  <juri@jurta.org>
19310         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19311         based on text properties put by `grep-filter' instead of matching
19312         escape sequences.
19313         (grep-mode): Set buffer-local `compilation-error-screen-columns'
19314         to the value of `grep-error-screen-columns' (bug#9438).
19316 2011-09-07  Juri Linkov  <juri@jurta.org>
19318         * simple.el (next-error-highlight, next-error-highlight-no-select):
19319         Doc fix (bug#9432).
19321 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
19323         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19324         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
19326 2011-09-07  Leo Liu  <sdl.web@gmail.com>
19328         * net/rcirc.el (rcirc-mode): Conditionally initialize
19329         rcirc-input-ring.
19331 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19333         * emacs-lisp/find-func.el (find-function-C-source): Only set
19334         find-function-C-source-directory after checking that we found a source
19335         file there (bug#9440).
19337 2011-09-06  Alan Mackenzie  <acm@muc.de>
19339         * isearch.el (isearch-other-meta-char): Wherever a key list is
19340         unread, "unread" the prefix arg, too.  This fixes bug #8901.
19342 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
19344         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19346 2011-09-05  Juri Linkov  <juri@jurta.org>
19348         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19350 2011-09-05  Juri Linkov  <juri@jurta.org>
19352         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19353         keeping point where processing of grep matches begins, and
19354         continue to delete remaining escape sequences from the same point.
19355         (grep-filter): Make leading zero optional in "0?1;31m" because
19356         git-grep emits "\033[1;31m" escape sequences unlike expected
19357         "\033[01;31m" as GNU Grep does (bug#9408).
19358         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19360 2011-09-05  Juri Linkov  <juri@jurta.org>
19362         * subr.el (y-or-n-p): Capitalize "yes".
19364 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
19366         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
19367         `tramp-cache-unload-hook' where appropriate.
19368         (tramp-methods): Rename `tramp-remote-sh' to
19369         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
19370         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19372         * net/tramp-sh.el (top): Don't require 'shell.
19373         (tramp-methods): Add `tramp-remote-shell' and
19374         `tramp-remote-shell-args' entries.
19375         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19376         (tramp-sh-handle-shell-command): Remove.
19377         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19378         Use `tramp-remote-shell'.
19380 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
19382         * mail/sendmail.el (sendmail-query-once-function): Delete.
19383         (sendmail-query-once): Save directly to send-mail-function.
19384         Update message-send-mail-function too.
19386         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19388 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19390         * progmodes/python.el (python-mode-map): Use correct function to
19391         start python interpreter from menu-bar (as reported by Geert
19392         Kloosterman).
19393         (inferior-python-mode-map): Fix typo.
19394         (python-shell-map): Remove.
19396 2011-09-03  Deniz Dogan  <deniz@dogan.se>
19398         * net/rcirc.el (rcirc-print): Simplify code for
19399         rcirc-scroll-show-maximum-output.  There is no need to walk
19400         through all windows to find the right one.
19402 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19404         * help.el (help-return-method): Doc fix.
19406 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
19408         * window.el (window-deletable-p): Don't return a non-nil value
19409         when there's a buffer that was shown in the window before.
19410         (Bug#9419)
19411         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19412         Set window's previous buffers to nil.
19414 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
19416         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19417         newline before and after the tag line, so it doesn't interfere
19418         with determining the paragraph direction of bidirectional text.
19420 2011-09-03  Leo Liu  <sdl.web@gmail.com>
19422         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
19424 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19426         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19427         (pop-to-buffer): Change interactive spec.  Pass second argument
19428         directly to display-buffer.
19429         (display-buffer): Fix interactive spec.  Use functionp to
19430         distinguish between a function and a list of functions.
19432         * abbrev.el (edit-abbrevs):
19433         * arc-mode.el (archive-extract):
19434         * autoinsert.el (auto-insert):
19435         * bookmark.el (bookmark-bmenu-list):
19436         * files.el (find-file):
19437         * view.el (view-buffer):
19438         * progmodes/compile.el (compilation-goto-locus):
19439         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19441 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19443         * window.el (display-buffer-alist): Doc fix.
19444         (display-buffer): Add docstring.  Don't treat
19445         display-buffer-default specially.
19446         (display-buffer-reuse-selected-window)
19447         (display-buffer-same-window, display-buffer-maybe-same-window)
19448         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19449         (display-buffer-pop-up-window)
19450         (display-buffer-reuse-or-pop-window)
19451         (display-buffer-use-some-window): New functions.
19452         (display-buffer-default-action): Use them.
19453         (display-buffer-default): Delete.
19454         (pop-to-buffer-1): Fix choice of actions.
19456 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19458         * minibuffer.el (completion--insert-strings): Don't get confused by
19459         completion entries that end with an LF char.
19461 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
19463         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19465 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
19467         * window.el (display-buffer): Restore interactive spec.
19468         (display-buffer-same-window, display-buffer-other-window):
19469         New functions.
19470         (pop-to-buffer-1): New function.  Use the above.
19471         (pop-to-buffer, pop-to-buffer-same-window): Use it.
19472         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19474         * view.el (view-buffer-other-window, view-buffer-other-frame):
19475         Just use pop-to-buffer.
19477 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19479         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
19481 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
19483         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
19485 2011-08-31  Richard Stallman  <rms@gnu.org>
19487         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19488         of the separation of rmail-view-buffer from rmail-buffer.
19489         If you say no to "replace original", the decrypt is in the
19490         view buffer.  If you say yes, the decrypt goes into the
19491         rmail buffer also.
19493 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
19495         * window.el (display-buffer-window): Rewrite doc-string.
19496         (display-buffer-record-window): New function.
19497         (display-buffer-macro-specifiers)
19498         (display-buffer-even-window-sizes, display-buffer-set-height)
19499         (display-buffer-set-width, display-buffer-in-window)
19500         (display-buffer-reuse-window, display-buffer-split-specifiers)
19501         (display-buffer-side-specifiers, display-buffer-split-window-1)
19502         (display-buffer-split-window, display-buffer-split-atom-window)
19503         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19504         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19505         (display-buffer-other-window-means-other-frame)
19506         (display-buffer-normalize-special)
19507         (display-buffer-normalize-default)
19508         (display-buffer-normalize-argument)
19509         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19510         (display-buffer-normalize-specifiers, display-buffer-frame)
19511         (display-buffer-same-window, display-buffer-same-frame)
19512         (display-buffer-other-window)
19513         (display-buffer-same-frame-other-window)
19514         (display-buffer-other-frame, pop-to-buffer-same-window)
19515         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19516         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19517         (switch-to-buffer-same-frame)
19518         (switch-to-buffer-other-window-same-frame)
19519         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19520         (display-buffer-alist-set-1, display-buffer-alist-set-2)
19521         (display-buffer-alist-set): Remove.
19522         (display-buffer-function, special-display-buffer-names)
19523         (special-display-regexps, special-display-function):
19524         In doc-string refer to display-buffer-window and quit-restore
19525         parameter.
19526         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19527         (special-display-frame-alist, special-display-popup-frame)
19528         (same-window-buffer-names, same-window-regexps, same-window-p)
19529         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19530         (split-window-preferred-function, split-height-threshold)
19531         (split-width-threshold, window-splittable-p)
19532         (split-window-sensibly, window--try-to-split-window)
19533         (window--frame-usable-p, even-window-heights)
19534         (window--even-window-heights, window--display-buffer-1)
19535         (window--display-buffer-2, display-buffer-other-frame):
19536         Restore old Emacs 23 code, order and doc-strings where applicable.
19537         (display-buffer-default, display-buffer-assq-regexp): New functions.
19538         (display-buffer-alist): Rewrite doc-string.
19539         (display-buffer-default-action)
19540         (display-buffer-overriding-action): New variables.
19541         (display-buffer, switch-to-buffer): Rewrite.
19542         (pop-to-buffer): Restore Emacs 23 behavior but use
19543         window-normalize-buffer-to-display.
19544         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19545         Restore Emacs 23 behavior but use
19546         window-normalize-buffer-to-switch-to.
19547         (pop-to-buffer-same-window): Rewrite.
19548         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19549         Rewrite using Emacs 23 options.
19551 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
19553         * net/tramp.el (tramp-root-regexp): Remove.
19554         (tramp-completion-file-name-regexp-unified)
19555         (tramp-completion-file-name-regexp-separate)
19556         (tramp-completion-file-name-regexp-url): Don't use leading volume
19557         letter on w32 systems.  (Bug#5303, Bug#9311)
19558         (tramp-drop-volume-letter): Simplify definition.
19559         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19561 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19563         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19564         (bug#9356).
19566 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
19568         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19570 2011-08-29  Juri Linkov  <juri@jurta.org>
19572         * isearch.el (isearch-done): Don't display message "Mark saved"
19573         when arg `edit' is non-nil to prevent its flicker in the echo area.
19575 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19577         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19578         obsolete packages for deletion.
19580 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
19582         * help-mode.el (help-mode-map): Add special-mode-map to parent.
19583         (help-mode): Derive help-mode from special-mode.  Don't invoke
19584         view-mode from help-mode.
19585         (help-xref-override-view-map): Remove.
19586         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19587         view-mode is not used anymore.
19589 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19591         * server.el (server-port): Doc fix.
19593         * cus-theme.el (custom-theme-choose-mode): Inherit from
19594         special-mode (Bug#9124).
19595         (custom-theme-choose-mode-map): Add special-mode to parent.
19597 2011-08-28  Alan Mackenzie  <acm@muc.de>
19599         * progmodes/cc-fonts.el
19600         (c-make-font-lock-BO-decl-search-function): New function.
19601         (c-basic-matchers-after - "Fontify the clauses after various
19602         keywords"): Extract the three keyword lists for the 3 erroneous
19603         constructs from the list of four, and use the new function above
19604         in place of an old one.
19606 2011-08-28  Deniz Dogan  <deniz@dogan.se>
19608         * net/rcirc.el (rcirc-insert-prev-input)
19609         (rcirc-insert-next-input): Remove unused argument.
19611 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19613         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19615 2011-08-27  Alan Mackenzie  <acm@muc.de>
19617         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19618         handle function pointer parameters properly.
19620 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
19622         * window.el (display-buffer-reuse-window): Fix case where
19623         selected window was reused with non-nil OTHER-WINDOW argument.
19624         (Bug#9381)
19626 2011-08-27  Deniz Dogan  <deniz@dogan.se>
19628         * net/rcirc.el (rcirc-check-auth-status): Adding support for
19629         oftc's NickServ messages.
19631 2011-08-27  Glenn Morris  <rgm@gnu.org>
19633         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
19635 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
19637         * emacs-lisp/package.el (package-install): Call package-initialize
19638         if called interactively.
19640 2011-08-26  Leo Liu  <sdl.web@gmail.com>
19642         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
19644 2011-08-25  Juri Linkov  <juri@jurta.org>
19646         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19647         `search-whitespace-regexp' (bug#9364).
19649 2011-08-25  Juri Linkov  <juri@jurta.org>
19651         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19652         `regexp-search-ring' to their global values to protect from
19653         updating by `read-from-minibuffer' (bug#9185).
19655 2011-08-25  Juri Linkov  <juri@jurta.org>
19657         * textmodes/ispell.el (ispell-command-loop): Add newline
19658         at the end of the "Use option `i'..." line.
19660 2011-08-25  Juri Linkov  <juri@jurta.org>
19662         * battery.el (display-battery-mode): If `battery-status-function'
19663         or `battery-mode-line-format' is nil, display the message and set
19664         `display-battery-mode' to nil (bug#9363).
19666 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
19668         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19669         bidi-string-mark-left-to-right; they are unnecessary now.
19671 2011-08-25  Deniz Dogan  <deniz@dogan.se>
19673         * net/quickurl.el: Documentation typo fixes.
19675 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
19677         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19679 2011-08-25  Glenn Morris  <rgm@gnu.org>
19681         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19683         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19684         (smtpmail-via-smtp): Handle nil response from smtp.
19686 2011-08-24  Juri Linkov  <juri@jurta.org>
19688         * proced.el (proced-marked): Inherit from `error' instead of
19689         `font-lock-warning-face'.
19691         * ibuffer.el (ibuffer-marked-face): Change default face from
19692         `font-lock-warning-face' to `warning'.
19693         (ibuffer-deletion-face): Change default face from
19694         `font-lock-type-face' to `error'.
19696         * battery.el (battery-update): Use the face `error' instead of
19697         `font-lock-warning-face' (bug#6117).
19699 2011-08-24  Juri Linkov  <juri@jurta.org>
19701         * faces.el (success): Change face color from "Green3" to
19702         "ForestGreen" on light background (bug#9353).
19704 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
19706         * window.el (quit-window): Rename from quit-restore-window.
19707         Use same arglist as old quit-window.
19708         (frame-auto-delete): Doc fix.
19710         * view.el (view-mode-exit): Use quit-window.
19712 2011-08-24  Juri Linkov  <juri@jurta.org>
19714         * isearch.el (isearch-ring-adjust1): Start visiting previous
19715         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19716         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19717         for empty search string (when the last search string is reused
19718         automatically) to adjust the isearch ring to the last element and
19719         prepare the correct index for further M-p commands (bug#9185).
19721 2011-08-24  Kenichi Handa  <handa@m17n.org>
19723         * international/ucs-normalize.el: If decomposition property of
19724         CHAR is the default one (i.e. a list of CHAR itself), treat it as
19725         nil.
19726         (nfd, nfkd): Likewise.
19728 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19730         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19731         from process filters aren't reliably transmitted to the surrounding
19732         accept-process-output.
19733         (mpc-proc-check): New function.
19734         (mpc-proc-sync): Use it (bug#8293)
19736 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19738         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19739         Add compatibility functions (bug#9313).
19741 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
19743         * cus-start.el (all): Add entry for bidi-paragraph-direction.
19745         * international/uni-bidi.el: Regenerate.
19747 2011-08-23  Kenichi Handa  <handa@m17n.org>
19749         * international/charprop.el:
19750         * international/uni-bidi.el:
19751         * international/uni-category.el:
19752         * international/uni-combining.el:
19753         * international/uni-comment.el:
19754         * international/uni-decimal.el:
19755         * international/uni-decomposition.el:
19756         * international/uni-digit.el:
19757         * international/uni-lowercase.el:
19758         * international/uni-mirrored.el:
19759         * international/uni-name.el:
19760         * international/uni-numeric.el:
19761         * international/uni-old-name.el:
19762         * international/uni-titlecase.el:
19763         * international/uni-uppercase.el: Regenerate.
19765 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
19767         * help.el (help-window-setup): Fix message displayed when other
19768         window is reused.  (Bug#9341)
19770 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19772         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19773         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19775         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19776         Mark obsolete.
19777         * shell.el (shell-parse-pcomplete-arguments): New function.
19778         (shell-completion-vars): Use it instead (bug#9160).
19780 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19782         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19783         strings and comments (bug#9333).
19785         * emacs-lisp/debug.el (debug-arglist): New function.
19786         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
19787         (debug-on-entry-1): Handle interpreted closures (bug#9120).
19789 2011-08-22  Juri Linkov  <juri@jurta.org>
19791         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19792         Revert regexp that highlights output switches to its old
19793         pre-2010-10-28 value and remove one `?' from it (bug#9319).
19795         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19796         to check for empty output (bug#9226).
19798 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
19800         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19801         symbol-constituent as the default, as that stops font-lock from
19802         working properly (Bug#8843).
19804 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19806         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19807         `coding-system-for-*' around the process open call to avoid
19808         auth-source side effects.
19809         (smtpmail-try-auth-methods): Expand the secret password.
19810         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19811         probe hangs.
19813 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19815         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19817         * emacs-lisp/find-func.el (find-function-noselect): New arg
19818         lisp-only.
19820         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19821         signal an error for built-in functions (Bug#6664).
19823 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19825         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19826         (smtpmail-try-auth-methods): Use it.
19828 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19830         * font-lock.el (font-lock-fontify-region)
19831         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19832         (font-lock-default-unfontify-buffer)
19833         (font-lock-default-fontify-region)
19834         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19836         * progmodes/compile.el (compilation-error-properties):
19837         Fix confusion between file struct and message struct (Bug#9319).
19838         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19839         `ant' regexp.
19841         * net/browse-url.el (browse-url-firefox): Don't call
19842         browse-url-firefox-sentinel unless using -remote (Bug#9328).
19844 2011-08-20  Glenn Morris  <rgm@gnu.org>
19846         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19848         * tutorial.el (tutorial--default-keys): Update some default bindings.
19850         * files.el (hack-local-variables): Fully ignore case for "mode:".
19852 2011-08-20  Alan Mackenzie  <acm@muc.de>
19854         Resolve invalid use of a regexp in regexp-opt.
19856         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19857         detection for a java annotation.
19859         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19860         detection for a java annotation.
19862         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19863         handling for java.
19864         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19866 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
19868         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19869         (Bug#9274).
19871 2011-08-20  Alan Mackenzie  <acm@muc.de>
19873         Fontify CPP expressions correctly when starting in the middle of
19874         such a construct.  Mainly for when jit-lock etc. starts a chunk
19875         here.
19877         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19878         variable.
19879         (c-make-font-lock-search-form): New function, extracted from
19880         c-make-font-lock-search-function.
19881         (c-make-font-lock-search-function): Use the above function.
19882         (c-make-font-lock-context-search-function): New function.
19883         (c-cpp-matchers): Enhance the preprocessor expression case with
19884         the above function
19885         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19886         which takes an expression.
19888         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19890 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
19892         * window.el (display-buffer-reuse-window)
19893         (display-buffer-pop-up-window): Don't reuse or split a side
19894         window.
19896 2011-08-19  Glenn Morris  <rgm@gnu.org>
19898         * files.el (hack-local-variables-prop-line, hack-local-variables):
19899         Downcase "Mode:".  (Bug#9331)
19901 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
19903         * international/characters.el: Add L and R categories.
19905         * subr.el (bidi-string-mark-left-to-right): Rename from
19906         string-mark-left-to-right.  Use category search.
19908         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19910 2011-08-18  Juri Linkov  <juri@jurta.org>
19912         * faces.el (error, warning, success): New faces with definitions
19913         copied from old default values of `font-lock-warning-face',
19914         `compilation-warning', `compilation-info' (bug#6117).
19916         * font-lock.el (font-lock-warning-face): Inherit from `error'.
19918         * progmodes/compile.el (compilation-error): Inherit from `error'.
19919         (compilation-warning): Inherit from `warning'.
19920         (compilation-info): Inherit from `success'.
19922         * dired.el (dired-marked): Inherit from `warning'.
19923         (dired-flagged): Inherit from `error'.
19925 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19927         * mail/smtpmail.el (auth-source): Require to avoid problems with
19928         binding variables (bug#9298).  Also clean up some unused
19929         autoloads.
19931         * net/network-stream.el (network-stream-open-starttls):
19932         Support using starttls.el without using gnutls-cli.
19934 2011-08-17  Juri Linkov  <juri@jurta.org>
19936         * progmodes/grep.el (rgrep): Handle the case when
19937         `grep-find-command' is a cons cell (bug#9278).
19939 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
19941         * window.el (display-buffer-pop-up-frame): Run frame creation
19942         function with BUFFER current (as special-display-popup-frame
19943         does).  Reported by Drew Adams.
19945 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
19947         * epa-mail.el: Simplify GnuPG group expansion using
19948         epg-expand-group.
19949         (epa-mail-group-alist, epa-mail-group-modtime)
19950         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19951         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19952         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19953         Remove.
19955 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
19957         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19959 2011-08-16  Alan Mackenzie  <acm@muc.de>
19961         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19962         Correct, to avoid the inside of macros.
19964 2011-08-16  Richard Stallman  <rms@gnu.org>
19966         * epa-mail.el: Handle GnuPG group definitions.
19967         (epa-mail-group-alist, epa-mail-group-modtime)
19968         (epa-mail-gnupg-conf-file): New variables.
19969         (epa-mail-parse-groups, epa-mail-sync-groups)
19970         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19971         (epa-mail-expand-recipients): New functions.
19972         (epa-mail-encrypt): Call epa-mail-expand-recipients.
19974         * mail/rmail.el (rmail-epa-decrypt): New command.
19976         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19977         Don't bind buffer-read-only, just inhibit-read-only.
19978         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19979         (epa-decrypt-armor-in-region): Make error message clearer.
19981 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19983         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19984         and "a2b" to "ab" for `prefix'.
19986 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
19988         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19989         filter groups.
19990         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
19991         Fourquet (Bug#8804).
19993 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
19995         * startup.el (argi): Declare as global variable (bug#9275).
19997 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
19999         * subr.el (string-mark-left-to-right): Search the entire string
20000         for RTL script, not just the terminating character.  Doc fix.
20002 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20004         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20005         New function.
20006         (js--regexp-literal, js-syntax-propertize-function): Remove.
20007         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20008         (js-mode-map): Don't rebind electric keys.
20009         (js-insert-and-indent): Remove.
20010         (js-mode): Setup electric-layout and electric-indent instead.
20012         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20014 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
20016         * epa.el (epa-progress-callback-function): Fix the logic of
20017         displaying progress.
20018         * epa-file.el (epa-file-insert-file-contents): Make progress
20019         display more user-friendly.
20020         (epa-file-write-region): Ditto.
20022 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
20024         * subr.el (string-mark-left-to-right): New function.
20026         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20027         Use string-mark-left-to-right.
20028         (list-buffers-noselect): Caller changed.
20030         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20031         Use string-mark-left-to-right.
20032         (tabulated-list-print): Recenter after moving point.
20034 2011-08-10  Juri Linkov  <juri@jurta.org>
20036         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20037         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20038         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20040 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
20042         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20043         (Bug#7554).
20045 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
20047         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20048         character.  (Bug#6594)
20050 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
20052         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20053         (image-dired--with-db-file): New macro.
20054         (image-dired-write-tags, image-dired-remove-tag)
20055         (image-dired-create-gallery-lists, image-dired-write-comments)
20056         (image-dired-get-comment, image-dired-mark-tagged-files)
20057         (image-dired-list-tags, image-dired-gallery-generate): Use it.
20058         (image-dired-gallery-generate): Use insert-file-contents.
20060         * time.el (display-time-world-list, display-time-world-display):
20061         * time-stamp.el (time-stamp-string):
20062         * vc/add-log.el (add-change-log-entry): Use setenv instead of
20063         set-time-zone-rule (Bug#7337).
20065 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
20067         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20068         (epg-error-to-string, epg-errors-to-string): New function.
20069         (epg-wait-for-completion): Reverse errors list.
20070         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20071         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20072         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20073         (epg-sign-keys, epg-generate-key-from-file)
20074         (epg-generate-key-from-string): Format errors by using
20075         epg-errors-to-string (bug#9255).
20076         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20078 2011-08-07  Juri Linkov  <juri@jurta.org>
20080         * faces.el (list-faces-display): Remove extra angle bracket
20081         from `help-mode-map'.
20083         * info.el (Info-history-toc-nodes): Doc fix.
20085         * longlines.el (longlines-mode): Doc fix.
20087 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20089         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20090         of statements and in a few more cases (bug#9183).
20092         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20093         New functions.
20094         (cl-transform-lambda): Use them (bug#9239).
20096 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20098         * window.el (display-buffer-same-window)
20099         (display-buffer-same-frame, display-buffer-other-window)
20100         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20101         (pop-to-buffer-other-window)
20102         (pop-to-buffer-same-frame-other-window)
20103         (pop-to-buffer-other-frame): Make them defuns.
20104         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20106 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20108         * subr.el (make-composed-keymap): Move from C.  Change calling
20109         convention, and improve docstring to bring attention to a subtle point.
20110         * minibuffer.el (completing-read-default): Adjust accordingly.
20112 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20114         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20115         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20117         * net/trampver.el: Update release number.
20119 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20121         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20122         "in" (bug#9190).
20124 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20126         * mail/sendmail.el (sendmail-query-once): Restore the current
20127         buffer after querying (bug#9074).
20129         * dired.el (dired-flagged): Use different faces for marked and
20130         flagged files (bug#6117).
20132         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20133         (bug#4433).
20135         * ido.el (ido-mode): Switch off the message if called
20136         non-interactively.
20138         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20139         before 587, since it appears that that's more likely to work for
20140         more people.
20142         * cus-edit.el (custom-file): When running under emacs -q, always
20143         refuse to save the customizations, even if the .emacs file doesn't
20144         exist.
20146         * info.el: Remove the `Info-beginning-of-buffer' function
20147         (bug#8325).
20149         * net/network-stream.el (network-stream-open-starttls):
20150         Use `starttls-available-p' to see whether starttls.el can be used.
20152 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20154         * window.el (display-buffer-in-window): Don't set dedicated status
20155         of window here (Bug#9215).
20156         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20157         (display-buffer-pop-up-side-window)
20158         (display-buffer-in-side-window): Set dedicated status of window here.
20160 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20162         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20163         before binding generated-autoload-file.
20165 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20167         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20169 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20171         Sync with Tramp 2.2.2.
20173         * net/trampver.el: Update release number.
20175 2011-07-30  Juri Linkov  <juri@jurta.org>
20177         * dired-aux.el (dired-touch-initial): Remove function.
20178         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20179         current time, and `default' to the last modification time of the
20180         current marked file (bug#6887).
20182 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20184         * simple.el (goto-line): Use string-to-number to provide a
20185         numeric argument to read-number (bug#9163).
20187 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20189         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20190         connection process, it could be nil.
20192 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20194         Simplify url handling in rcirc-mode.
20196         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20197         (rcirc-browse-url-at-mouse): Remove.
20198         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20200 2011-07-26  Alan Mackenzie  <acm@muc.de>
20202         Fontify bitfield declarations properly.
20204         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20205         (c-symbol-chars): Now exported as a lang variable.
20206         (c-not-primitive-type-keywords): New lang variable.
20208         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20209         QT keyword "more" to prevent "more slots: ...." being spuriously
20210         parsed as a bitfield declaration.
20212         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20213         Refactor and enhance to handle bitfield declarations.
20214         (c-punctuation-in): New function.
20215         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20216         declarations properly.
20218 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20220         * calendar/icalendar.el (icalendar--all-events): Take care of
20221         multiple vcalendars in a single file.
20222         (icalendar--convert-float-to-ical): Checkdoc fixes.
20224 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20226         * image.el (insert-image): Clarifying docstring.
20228 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20230         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20231         `tramp-send-command-and-check' if there is no error.
20232         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20234 2011-07-22  Alan Mackenzie  <acm@muc.de>
20236         Prevent cc-langs.elc being loaded at run time.
20238         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20239         cc-langs.
20241         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20242         "(require 'cc-langs)".  Quote a form so it will evaluate at
20243         (cc-mode's) compilation time.
20245 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20247         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20248         loading.  (Bug#9114)
20250 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20252         * window.el (display-buffer-pop-up-window)
20253         (display-buffer-pop-up-side-window)
20254         (display-buffer-in-side-window): Call display-buffer-set-height
20255         and display-buffer-set-width after setting the new window's
20256         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20258 2011-07-20  Sam Steingold  <sds@gnu.org>
20260         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20261         (etags-tags-included-tables): Call `convert-standard-filename' on
20262         the file names contained in TAGS so that windows Emacs can handle
20263         TAGS files created by cygwin ctags.
20265 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20267         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20268         which apparently didn't work.
20270 2011-07-19  Roland Winkler  <winkler@gnu.org>
20272         * proced.el (proced-send-signal): For *Marked Processes* buffer
20273         put point at beginning of buffer.
20275 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20277         * proced.el (proced-format): Make header lines align with the text
20278         (bug#1779).
20280 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20282         * view.el (view-buffer): Allow running in `special' modes if we're
20283         visiting a file (bug#8615).
20285 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
20287         * window.el (display-buffer-alist-of-strings-p)
20288         (display-buffer-alist-set-1, display-buffer-alist-set-2):
20289         New functions.
20290         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20291         more accurately.
20293 2011-07-18  Alan Mackenzie  <acm@muc.de>
20295         Fontify declarators properly when, e.g., a jit-lock chunk begins
20296         inside a declaration.
20298         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20300         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20301         New function.
20302         (c-complex-decl-matchers): Insert reference to
20303         c-font-lock-enclosing-decls.
20305         * progmodes/cc-engine.el (c-backward-single-comment):
20306         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20307         to nil around calls to (forward-comment -1).
20309 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20311         * image.el (put-image): Doc typo fix.
20313         * progmodes/etags.el (tags-search): Doc typo fix.
20315         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20316         password if we get errors 550 to 554.
20318 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20320         * net/gnutls.el (gnutls-log-level): Remove.
20322         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20323         indentation character (bug#6380).
20325         * files.el (buffer-offer-save): Made permanently local (bug#6241).
20327         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20328         to clarify what the problem is (bug#4291).
20330         * simple.el (current-kill): Clarify what
20331         `interprogram-paste-function' does (bug#7500).
20332         (auto-fill-mode): Document `auto-fill-function' in relation to
20333         `auto-fill-mode' (bug#2470).
20335 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
20337         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20338         method if slot is read-only (bug#9035).
20340 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
20342         * frame.el (select-frame-set-input-focus): New argument NORECORD.
20343         * window.el (pop-to-buffer): Select window used even if it was
20344         selected before, see discussion of (Bug#8615), (Bug#6954).
20345         Pass argument NORECORD on to select-frame-set-input-focus.
20347 2011-07-15  Glenn Morris  <rgm@gnu.org>
20349         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
20350         Respect help-form.
20352 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
20354         * net/gnutls.el (gnutls-min-prime-bits): New variable.
20355         (gnutls-negotiate): Use it.
20357 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20359         * net/gnutls.el (gnutls-negotiate):
20360         Upcase `gnutls-algorithm-priority'.
20362 2011-07-15  Glenn Morris  <rgm@gnu.org>
20364         * jka-compr.el (jka-compr-verbose): Move from here...
20365         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
20366         Add missing :version tag.
20367         * info.el: No need to require jka-compr when compiling.
20369 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20371         * net/gnutls.el (gnutls-algorithm-priority): New variable.
20372         (gnutls-negotiate): Use it.
20374         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20376         * info.el (Info-beginning-of-buffer): New command.
20377         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20378         announcing `b' as the key (bug#8325).
20379         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20381         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20383         * international/mule-cmds.el
20384         (describe-specified-language-support): Make the error message
20385         clearer (bug#8905).
20387         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20389         * isearch.el (isearch-barrier): Add a doc string, since it's
20390         mentioned in a function doc string (bug#8678).
20392 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
20394         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20395         buffer argument (Bug#9083) and self-identifying label argument.
20397 2011-07-15  Glenn Morris  <rgm@gnu.org>
20399         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
20401 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20403         * man.el (Man-fontify-manpage): Fix message when formatting the
20404         man page (bug#7929).
20406 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20408         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20409         argument LRM; if non-nil, append an invisible LRM character to the
20410         buffer name.
20411         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20412         last argument non-nil, when formatting buffer names.
20413         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20414         paragraph direction.
20416 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20418         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20419         the man page name (bug#7929).
20421         * image.el (put-image): Mention the `put-image' overlay property
20422         (bug#7834).
20424         * scroll-bar.el (set-scroll-bar-mode): Mention that
20425         `scroll-bar-mode' lists the values (bug#7772).
20427         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20428         command (bug#7729).
20430         * rect.el (apply-on-rectangle): Return the point after the last
20431         operation.
20432         (string-rectangle): Go to the point after the last operation
20433         (bug#7522).
20435         * printing.el (pr-toggle-region): Clarify the documentation
20436         slightly (bug#7493).
20438         * time.el (display-time-update):
20439         Allow `display-time-mail-function' to return nil (bug#7158).
20440         Fix suggested by Detlev Zundel.
20442         * vc/diff.el (diff): Clarify the order the file names are read
20443         (bug#7111).
20445         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20446         the doc string (bug#7015).
20448         * font-lock.el (font-lock-maximum-decoration): Mention what
20449         numeric levels mean (bug#6935).
20451         * startup.el (initial-buffer-choice): Don't mention the `none'
20452         selection, which is against policy.
20454 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
20456         * window.el (display-buffer-normalize-special):
20457         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20459 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20461         * subr.el (version<, version<=, version=): Mention "-CVS" and
20462         "-12345" alpha version numbers.
20464 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20466         * bindings.el: Add advertised binding for set-mark-command
20467         (Bug#5772).
20469 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20471         * bindings.el (mode-line-other-buffer):
20472         * bookmark.el (bookmark-bmenu-2-window):
20473         * bs.el (bs-cycle-next, bs-cycle-previous):
20474         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20475         switch-to-buffer.
20477         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20478         Delete.
20480 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
20482         * follow.el (follow-debug-message, follow-redisplay):
20483         * jka-cmpr-hook.el (with-auto-compression-mode):
20484         Fix typos in docstrings.
20486 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20488         * subr.el (with-silent-modifications): Clarify somewhat what the
20489         macro inhibits (bug#6525).
20491         * simple.el (eval-expression): Note what it does if called
20492         interactively (bug#6495).
20494 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20496         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20497         Use pop-to-buffer buffer-or-name if it is nil.
20499         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20500         Remove switch-to-buffer.
20502 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20504         * files.el (make-directory): Clarify that an error will be raised
20505         if there's an error (bug#6397).
20507         * startup.el (initial-buffer-choice): Add `none' as a choice
20508         (bug#6234).
20510         * subr.el (add-hook): Clarify section about buffer-local hooks
20511         (bug#6218).
20513         * dired.el (dired-flagged): Clarify doc string (bug#6117).
20515 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20517         * tabify.el (untabify): Preserve the current column so that point
20518         doesn't move (bug#6032).
20520 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20522         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20523         Rewrite to avoid awkward possessive "s" (bug#5986).
20525 2011-07-13  Glenn Morris  <rgm@gnu.org>
20527         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
20528         (dired-insert-directory): Give a message the first time
20529         if ls is found not to support --dired.
20531 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20533         * simple.el (toggle-truncate-lines): Clarify what is toggled
20534         (bug#5580).  Text by Drew Adams.
20536 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20538         * simple.el (blink-matching-open): Make the error message from the
20539         last change less verbose.
20541 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20543         * font-lock.el (font-lock-comment-face): Use the high contrast
20544         "yellow" color for font-lock-comment-face on low color terminals
20545         using a dark background color (bug#4221).
20547 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20549         * dired.el (dired-insert-set-properties): Make the doc string
20550         reflect what it does now (bug#5325).
20552         * simple.el (blink-matching-open): Say that we were unable to find
20553         the match within the limit, if we're limited (bug#5122).
20555         * international/mule-cmds.el (prefer-coding-system): Add an
20556         example (bug#4869).
20558         * progmodes/etags.el (tags-search): Document `file-list-form'
20559         (bug#4731).
20561 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
20563         * net/browse-url.el (browse-url-default-browser)
20564         (browse-url-browser-function): Make the default browser choice a
20565         bit more logical (bug#4300).  Also clean up the doc string.
20567 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20569         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20570         binary endings (bug#4440).
20572 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20574         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20575         which can be pretty annoying (bug#8971).
20577         * jka-compr.el (jka-compr-verbose): New variable, and use
20578         throughout (bug#8971).
20580         * info.el (Info-find-file): Fall back on the installation
20581         directory if we can't find the info node anywhere else.
20583 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
20585         * vc/vc.el (vc-revert-file):
20586         Don't set file time-stamp in the past.  (Bug#5181)
20588 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20590         * files.el (after-find-file): Give a better error message when
20591         trying to find a symlink that points to a file that doesn't exist
20592         (bug#4398).
20594         * progmodes/cc-vars.el: Remove (probably) misleading comment
20595         (bug#4396).
20597 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20599         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20601 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20603         * mouse-sel.el: Hack restoring functionality, while keeping
20604         compatibility with 2010-07-03 changes to mouse selection.
20605         (mouse-sel-primary-overlay): New var.
20606         (mouse-sel-selection-alist): Use it.
20607         (mouse-sel-mode): Doc fix; remove points that are default features
20608         of mouse.el.
20610 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20612         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20613         Fix previous fix (bug#2490).
20615 2011-07-12  Roland Winkler  <winkler@gnu.org>
20617         * textmodes/bibtex.el (bibtex-initialize):
20618         Use pop-to-buffer-same-window.
20619         (bibtex-search-entries): Fix interactive call.
20621 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20623         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20624         Fontise bytecomp Error lines more correctly (bug#2490).
20625         Fix suggested by Johan Bockgård.
20627         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20629         * dired-x.el (dired-guess-default): Use `delete-dups'.
20631 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20633         * dired.el (dired-mark-prompt):
20634         * dired-aux.el (dired-read-shell-command): Doc fix.
20636 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20638         * mail/sendmail.el (sendmail-query-once):
20639         Use `customize-save-variable' unconditionally, now that it works under
20640         emacs -Q.
20642         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20644         * cus-edit.el (custom-file): Take an optional no-error variable.
20645         (customize-save-variable): Set the variable, and give a warning if
20646         running under "emacs -q".
20648 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
20650         * loadhist.el (unload-feature-special-hooks):
20651         Add `auto-coding-functions', `fill-nobreak-predicate' and
20652         `find-directory-functions' (bug#5327).
20654 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20656         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20658         * cus-edit.el (custom-guess-name-alist): -alist variables should
20659         use the `alist' type (bug#3120).  Suggested by Drew Adams.
20661         * printing.el: Add documentation to all the `pr-toggle-' commands.
20663 2011-07-11  Leo Liu  <sdl.web@gmail.com>
20665         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20666         backends where it makes sense (bug#2623).
20668 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20670         * dired-x.el (dired-guess-default): Remove duplicate shell command
20671         entries (bug#2028).
20672         (dired-guess-default): Fix grammar in doc string (bug#2028).
20673         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20675         * subr.el (remove-duplicates): New conveniency function.
20677 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20679         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20680         (bug#1526).
20682 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
20684         * window.el (display-buffer-normalize-default): Don't invert
20685         meaning of even-window-heights.  Reported by Eli Zaretskii
20686         <eliz@gnu.org>.
20688 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
20690         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20692 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
20694         * window.el (display-buffer): Fix arguments to
20695         display-buffer-reuse-window in last change.
20697         * faces.el (link): Use a less saturated blue on light backgrounds.
20699         * startup.el (fancy-startup-text, fancy-about-text)
20700         (fancy-startup-tail): Use font-lock faces, for background safety.
20702 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
20704         * emulation/viper-cmd.el (viper-change-state-to-vi):
20705         Limit triggering of abbrev expansion (Bug#9038).
20707 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
20709         * window.el (display-buffer-default-specifiers): Remove.
20710         (display-buffer-macro-specifiers): Remove default specifiers.
20711         (display-buffer-alist): Default to nil.
20712         (display-buffer-reuse-window): New optional argument other-window.
20713         (display-buffer-pop-up-window): Allow splitting internal
20714         windows.  Check whether a live window was created.
20715         (display-buffer-other-window-means-other-frame)
20716         (display-buffer-normalize-arguments): Rename to
20717         display-buffer-normalize-argument and rewrite.  Set the
20718         other-window specifier.
20719         (display-buffer-normalize-special): New function.
20720         (display-buffer-normalize-options): Rename to
20721         display-buffer-normalize-default and rewrite.
20722         (display-buffer-normalize-options-inhibit): Remove.
20723         (display-buffer-normalize-specifiers): Rewrite.
20724         (display-buffer): Process other-window specifier and call
20725         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
20726         more faithfully.
20727         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20728         (display-buffer-alist-set): Don't handle 'unset default values.
20729         (display-buffer-in-window, display-buffer-alist-set):
20730         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
20731         <tassilo@member.fsf.org>.
20733 2011-07-09  Leo Liu  <sdl.web@gmail.com>
20735         * register.el (insert-register): Restore accidental change on
20736         2011-06-26.  (Bug#9028)
20738 2011-07-09  Glenn Morris  <rgm@gnu.org>
20740         * subr.el (remq): Handle the empty list.  (Bug#9024)
20742 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
20744         * mail/sendmail.el (send-mail-function): No longer delay custom
20745         initialization.
20746         * custom.el (custom-initialize-delay): Doc fix.
20748 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20750         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20752 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
20754         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20755         human-friendly prompt.
20757 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20759         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20760         provided by a particular plugin.
20762 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20764         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20765         save customizations (with "emacs -Q"), just set the variable
20766         instead of erroring out.
20768         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20770 2011-07-08  Juri Linkov  <juri@jurta.org>
20772         * arc-mode.el (archive-zip-expunge, archive-zip-update)
20773         (archive-zip-update-case): Use 7z if found by `executable-find'.
20774         The order of searching the available programs is the same as in
20775         `archive-zip-extract' (bug#8968).
20777 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20779         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20780         (menu-bar-options-menu): Tweak descriptions.
20782 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20784         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20785         menu items into verb phrases (bug#1421).  Also refill to fit under
20786         80 columns.
20788 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20790         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20791         (Info-read-node-name): Doc fix (Bug#1084).
20793         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20794         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20795         (end-of-sexp, beginning-of-sexp)
20796         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20797         (forward-symbol, forward-same-syntax, word-at-point)
20798         (sentence-at-point): Doc fix (Bug#1144).
20800 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20802         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20803         should cover it (bug#1281).
20805         * cus-edit.el (custom-show): Mark as obsolete.
20807         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20808         negotiation fails, then possibly try again with a non-encrypted
20809         connection (bug#9017).
20811         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20812         be used.
20814 2011-07-07  Richard Stallman  <rms@gnu.org>
20816         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20817         property, and handle its changed format.
20818         Look for the correct line number.
20819         Use file's line contents (but not past first =) to find
20820         correct line in message.
20822 2011-07-07  Kenichi Handa  <handa@m17n.org>
20824         * international/characters.el (build-unicode-category-table):
20825         Delete it.
20826         (unicode-category-table): Set it by unicode-property-table-internal.
20828         * international/mule-cmds.el (char-code-property-alist): Move to
20829         to src/chartab.c.
20830         (get-char-code-property): Call unicode-property-table-internal to
20831         load a file.  Call get-unicode-property-internal where necessary.
20832         (put-char-code-property): Call unicode-property-table-internal to
20833         load a file.  Call put-unicode-property-internal where necessary.
20834         put-unicode-property-internal where necessary.
20835         (char-code-property-description):
20836         Call unicode-property-table-internal to load a file.
20838         * international/charprop.el:
20839         * international/uni-bidi.el:
20840         * international/uni-category.el:
20841         * international/uni-combining.el:
20842         * international/uni-comment.el:
20843         * international/uni-decimal.el:
20844         * international/uni-decomposition.el:
20845         * international/uni-digit.el:
20846         * international/uni-lowercase.el:
20847         * international/uni-mirrored.el:
20848         * international/uni-name.el:
20849         * international/uni-numeric.el:
20850         * international/uni-old-name.el:
20851         * international/uni-titlecase.el:
20852         * international/uni-uppercase.el: Regenerate.
20854         * loadup.el: Load international/charprop.el before
20855         international/characters.
20857 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20859         * window.el (next-buffer, previous-buffer): Signal an error if
20860         called from a minibuffer window.
20862         * bindings.el: Revert 2011-07-04 change.
20864 2011-07-06  Richard Stallman  <rms@gnu.org>
20866         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20867         (rmail-mime-insert-bulk, rmail-mime-insert-text):
20868         Treat markers like ints.
20869         (rmail-mime-entity): Doc fix.
20871 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20873         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20874         defcustom again for backwards compatibility.
20876         * simple.el (shell-command-on-region): Fill.
20878         * dired-aux.el (dired-kill-line): Add a doc string.
20880         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20881         to "\\sw\\|\\s_" (bug#358).
20883         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20884         (dired-unmark-backward): Ditto.
20885         (dired-flag-backup-files): Ditto.
20887         * dired-x.el (dired-mark-sexp): Ditto.
20889 2011-07-06  Richard Stallman  <rms@gnu.org>
20891         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20892         (rmail-mime-entity): New arg TRUNCATED.
20893         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20894         New functions.
20895         (rmail-mime-save): Warn if entity is truncated.
20896         (rmail-mime-toggle-hidden): Likewise, for showing.
20897         (rmail-mime-process-multipart): Record when an entity is truncated.
20899         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20900         if ENTITY is a string.
20902 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20904         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20905         of faces when `M-C-x'-ing their definitions (bug#8378).
20906         Also clean up the code slightly.
20908         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20909         because that makes the colors go away.
20911         * mail/sendmail.el (send-mail-function): Change the default to
20912         `sendmail-query-once'.
20913         (sendmail-query-once): Add an autoload cookie.
20915         * net/network-stream.el (network-stream-open-starttls): Try using
20916         a plain connection even if the server offered STARTTLS, and we
20917         kinda wanted to use it, if Emacs doesn't have any STARTTLS
20918         capability.  This should make smtpmail.el work in slightly more
20919         configurations.
20921 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
20923         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20924         New defun.
20925         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20927 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
20929         * progmodes/sql.el: Version 3.0
20930         (sql-product-alist): Add product :completion-object,
20931         :completion-column, and :statement attributes.
20932         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20933         (sql-mode-syntax-table): Mark all punctuation.
20934         (sql-font-lock-keywords-builder): Temporarily remove fallback on
20935         ansi keywords.
20936         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20937         (sql-mode-oracle-font-lock-keywords): Improve.
20938         (sql-oracle-show-reserved-words): New function for development.
20939         (sql-product-font-lock): Simplify for source code buffers.
20940         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20941         New functions.
20942         (sql-highlight-product): Set product specific syntax table.
20943         (sql-mode-map): Add statement movement functions.
20944         (sql-ansi-statement-starters, sql-oracle-statement-starters):
20945         New variable.
20946         (sql-statement-regexp, sql-beginning-of-statement)
20947         (sql-end-of-statement, sql-signum): New functions.
20948         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20949         (sql-show-sqli-buffer): Bug fix.
20950         (sql-interactive-mode): Store connection data as buffer local.
20951         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
20952         with sql-interactive-mode.
20953         (sql-save-connection): Save buffer local settings.
20954         (sql-connection-menu-filter): Change menu entry name.
20955         (sql-product-interactive): Bug fix.
20956         (sql-preoutput-hold): New variable.
20957         (sql-interactive-remove-continuation-prompt): Bug fixes.
20958         (sql-debug-redirect): New variable.
20959         (sql-str-literal): New function.
20960         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20961         Redesign.
20962         (sql-oracle-save-settings, sql-oracle-restore-settings)
20963         (sql-oracle-list-all, sql-oracle-list-table): New functions.
20964         (sql-completion-object, sql-completion-column)
20965         (sql-completion-sqlbuf): New variables.
20966         (sql-build-completions-1, sql-build-completions)
20967         (sql-try-completion): New functions.
20968         (sql-read-table-name): Use them.
20969         (sql-contains-names): New buffer local variable.
20970         (sql-list-all, sql-list-table): Use it.
20971         (sql-oracle-completion-types): New variable.
20972         (sql-oracle-completion-object, sql-sqlite-completion-object)
20973         (sql-postgres-completion-object): New functions.
20975 2011-07-06  Glenn Morris  <rgm@gnu.org>
20977         * window.el (pop-to-buffer): Doc fix.
20979 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
20981         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20983 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
20985         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20987         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20989 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
20991         * button.el (button): Inherit from link face.  Suggested by Dan
20992         Nicolaescu.
20994 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20996         * progmodes/gdb-mi.el: Fit in 80 columns.
20997         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20998         switch-to-buffer.
21000         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21001         if imenu is simply not configured (bug#8941).
21003 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
21005         * allout.el (allout-post-undo-hook): New allout outline-change
21006         event hook to signal undo activity.
21007         (allout-post-command-business): Run allout-post-undo-hook if an
21008         undo just occurred.
21009         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21010         * allout-widgets.el (allout-widgets-after-undo-function):
21011         Ensure the integrity of the current item's decoration after it has been
21012         in the vicinity of an undo.
21013         (allout-widgets-mode): Include allout-widgets-after-undo-function
21014         on the new allout-post-undo-hook.
21016 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21018         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21019         Let define-derived-mode define it.
21020         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21021         cycles of abbrev-table inheritance (bug#8998).
21023 2011-07-05  Roland Winkler  <winkler@gnu.org>
21025         * textmodes/bibtex.el: Add support for biblatex.
21026         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21027         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21028         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21029         (bibtex-entry-alist, bibtex-field-alist): New variables.
21030         (bibtex-entry-field-alist): Obsolete alias for
21031         bibtex-BibTeX-entry-alist.
21032         (bibtex-entry-alist, bibtex-field-alist): New widgets.
21033         (bibtex-set-dialect): New command.
21034         (bibtex-entry-type, bibtex-entry-head)
21035         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21036         Bind via bibtex-set-dialect.
21037         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21038         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21039         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21040         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21041         Define via bibtex-set-dialect.
21042         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21043         Obey bibtex-no-opt-remove-re.
21044         (bibtex-vec-push, bibtex-vec-incr): New functions.
21045         (bibtex-format-entry, bibtex-field-list)
21046         (bibtex-print-help-message, bibtex-validate)
21047         (bibtex-search-entries): Use new format of bibtex-entry-alist.
21049 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21051         * progmodes/compile.el (compilation-goto-locus):
21052         * net/tramp-cmds.el (tramp-append-tramp-buffers):
21053         * bs.el (bs-cycle-next, bs-cycle-previous):
21054         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21055         * bindings.el (mode-line-other-buffer):
21056         * autoinsert.el (auto-insert):
21057         * arc-mode.el (archive-extract):
21058         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21060 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21062         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21063         Fix check of `emacs-lock-unlockable-modes'.
21064         Coerce true values of `emacs-lock--try-unlocking' to t.
21066 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21068         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21069         * emacs-lock.el: New file.
21071 2011-07-05  Julien Danjou  <julien@danjou.info>
21073         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21074         than `boundp' to check if face is set.
21076 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21078         * register.el (registerv-make):
21079         * window.el (window-min-height): Fix typos in docstrings.
21081 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21083         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21084         Update doc string.
21086 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21088         * server.el (server-execute): Catch quit and call
21089         `server-return-error' to pass the error back to emacsclient and
21090         close the connection (bug#8942).
21092 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21094         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21095         insecure exception for current topic.  Also note that auto-saves
21096         are handled differently.
21098         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21099         State variables for tracking auto-save inhibition situation.
21101         (allout-write-contents-hook-handler): Rename from
21102         'allout-write-file-hook-handler', and describe how it depends on
21103         write-contents-functions sensitivity to non-nil value to prevent
21104         file write.
21106         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21107         this in individual buffers, only in the starting buffer, so this
21108         is not the right way for us to inhibit auto-save in a buffer
21109         according to its condition.
21111         (allout-mode): Use new allout-write-contents-hook-handler, and
21112         only with write-contents-functions.  Remove auto-save provisions -
21113         they're implemented elsewhere.
21115         (allout-before-change-handler): If undo is in progress, note that
21116         for attention of allout-post-command-business.
21118         (allout-post-command-business): If the command we're following was
21119         an undo, check for change in the status of encrypted items and
21120         adjust auto-save inhibitions accordingly.
21122         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21123         according to whether there are or aren't any plain-text topics
21124         pending encryption.
21126         (allout-inhibit-auto-save-info-for-decryption):
21127         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21128         if there are plain-text topics pending encryption.
21130         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21131         buffer-saved-size and some allout state to not inhibit auto-saves
21132         if there are no longer any plain-text topics pending encryption.
21134         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21135         No longer provide for exemption of the current topic.
21137 2011-07-04  Juri Linkov  <juri@jurta.org>
21139         Add 7z operations to delete and save changed members (bug#8968).
21140         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21141         New defcustoms.
21142         (archive-7z-write-file-member): New function.
21143         (archive-7z-summarize): Fix the number of dashes in the
21144         listing output.
21146 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21148         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21149         (bug#8958).
21151 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21153         * bindings.el: Ignore next-buffer and previous-buffer in
21154         minibuffer-local-map.
21156         * font-lock.el (font-lock-builtin-face): Change light background
21157         color to dark slate blue (Bug#6693).
21159 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21161         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21163 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21165         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21166         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21167         Add switch-to-buffer.
21169 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21171         * isearch.el (isearch-search-fun-function): Clarify further the
21172         meaning of the function returned.
21174 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21176         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21178         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21179         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21180         Use it.
21181         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21182         `tramp-default-remote-path' does not exist.
21183         (tramp-send-command-and-read): New optional argument NOERROR.
21184         (tramp-open-connection-setup-interactive-shell)
21185         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21186         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21187         (tramp-process-sentinel): Flush also process' connection property.
21188         (tramp-sh-handle-start-file-process): Do not set process
21189         sentinel.  It is done now ...
21190         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21192 2011-07-04  MON KEY  <monkey@sandpframing.com>
21194         * play/animate.el (animate-string): Doc fixes and allow changing
21195         the buffer name (bug#5417).
21197 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21199         * play/animate.el (animation-buffer-name): Rename from *animate*.
21201 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21203         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21204         This is simpler and helps future-proof the code.
21205         (timer-until): Use time-subtract and float-time.
21206         (timer--time-less-p): Use time-less-p.
21208 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21210         * type-break.el (timep): Use the value of `float-time' to avoid a
21211         byte-compiler warning.
21213         * server.el (server-eval-and-print): Return any result, even nil.
21215 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21217         * type-break.el: Accept time formats that the builtins accept.
21218         (timep, type-break-time-difference): Accept any format that
21219         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21220         This is simpler and helps future-proof the code.
21221         (type-break-time-difference): Round rather than ignoring
21222         subseconds components.
21224 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21226         * info.el (Info-apropos-matches): Make non-interactive, since it
21227         doesn't seem to do anything useful as a command (bug#8829).
21229 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21231         * frame.el (frame-background-mode, frame-set-background-mode):
21232         Move from faces.el.
21233         (frame-default-terminal-background): New function.
21235         * custom.el (custom-push-theme): Don't record faces in `changed'
21236         theme; this doesn't work correctly for per-frame face settings.
21237         (disable-theme): Use face-set-after-frame-default to reset faces.
21238         (custom--frame-color-default): New function.
21240 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21242         * dired.el (dired-flagging-regexp): Remove unused variable
21243         (bug#8769).
21245 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21247         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21248         `perl-Test2' extend to match possible "fail #N" rep count
21249         (bug#8377).
21251 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21253         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21254         `smtpmail-via-smtp' now returns the error instead of nil.
21256         * isearch.el (isearch-search-fun-function): Clarify the doc string
21257         (bug#8101).
21259 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21261         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21262         unnecessary spaces (bug#8987).
21264 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21266         * net/network-stream.el (open-network-stream): Use the
21267         :end-of-capability command thoughout.
21269 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21271         * net/network-stream.el (open-network-stream): Add the
21272         :end-of-capability command parameter, used by pop3.el.
21274 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21276         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21278         * fringe.el (fringe-query-style): Remove redundant text " (type ?
21279         for list)" (bug#6475).
21281         * files.el (file-expand-wildcards): Ignore non-readable
21282         sub-directories while trying to find matches instead of signaling
21283         an error (bug#6297).
21285         * man.el (Man-reference-regexp): Allow matching possible
21286         word-wrapped references (bug#6289).
21288         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21289         for consistency with the other vc buffers (bug#6197).
21290         (vc-checkin): Ditto.
21292         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21294         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21296 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21298         * custom.el (defcustom): Clarify that :set is only used in the
21299         Customize user interface (bug#6089).
21301         * progmodes/flymake.el (flymake-mode): If the buffer isn't
21302         associated with a file, refuse to run instead of erroring out
21303         (bug#6084).
21305         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21306         the doc string, since it appears that using `fill-column' always
21307         controls the width (bug#7845).
21309         * simple.el (shell-command-on-region): Say where the error output
21310         went if `shell-command-default-error-buffer' is set (bug#6857).
21312 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
21314         * allout.el (allout-yank-processing): Adjust cursor position for
21315         backwards-deleted space.
21317         (allout-rebullet-heading): Register changes with
21318         allout-exposure-changed-hook, so the modified topic is properly
21319         decorated.
21321 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21323         * minibuffer.el (completion-in-region): Document PREDICATE
21324         (bug#7136).
21326         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21327         of keyword/argument pairs (bug#6904).
21329         * replace.el (multi-occur):
21330         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21332 2011-07-02  Drew Adams  <drew.adams@oracle.com>
21334         * dired.el (dired-mark-if): Make the message about whether it's
21335         marking or unmarking clearer (bug#8523).
21337 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21339         * disp-table.el (display-table-print-array): New function.
21340         (describe-display-table): Use it to print the vectors more pretty
21341         (Bug#8859).
21343 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
21345         * window.el (window-state-get-1): Don't assign clone numbers.
21346         Add clone-of item to list of window parameters.
21347         (window-state-put-2): Don't process clone numbers.
21348         (display-buffer-alist): Fix doc-string.
21350 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21352         * subr.el (remq): Don't allocate if it's not needed.
21353         (keymap--menu-item-binding, keymap--menu-item-with-binding)
21354         (keymap--merge-bindings): New functions.
21355         (keymap-canonicalize): Use them to refine the canonicalization.
21356         * minibuffer.el (minibuffer-local-completion-map)
21357         (minibuffer-local-must-match-map): Move initialization from C.
21358         (minibuffer-local-filename-completion-map): Move initialization from C;
21359         don't inherit from anything here.
21360         (minibuffer-local-filename-must-match-map): Make obsolete.
21361         (completing-read-default): Use make-composed-keymap to combine
21362         minibuffer-local-filename-completion-map with either
21363         minibuffer-local-must-match-map or
21364         minibuffer-local-filename-completion-map.
21366 2011-07-01  Glenn Morris  <rgm@gnu.org>
21368         * type-break.el (type-break-time-sum): Use dolist.
21370         * textmodes/flyspell.el (flyspell-word-search-backward):
21371         Replace CL function.
21373 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21375         * mouse.el (mouse--strip-first-event): New function.
21376         (function-key-map): Use it to map fringe clicks to normal clicks
21377         by default.
21379         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21380         (vc-bzr-revision-completion-table): Add support for annotate and date.
21382         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21383         inherit from parent.
21385 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21387         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21388         (dired-show-file-type): Doc fixup (bug#8818).
21390         * dired.el (dired-mode): Fix up the doc string as suggested by
21391         Drew Adams (bug#8817).
21393         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21394         cookie, since the manual says that it should be possible to add
21395         this function to `find-file-hook' (bug#8709).
21397 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21399         * progmodes/cfengine.el: Moved all cfengine3.el functionality
21400         here.  Noted Ted Zlatanov as the maintainer.
21401         (cfengine-common-settings, cfengine-common-syntax): New functions
21402         to set up common things between `cfengine-mode' and
21403         `cfengine3-mode'.
21404         (cfengine3-mode): New mode.
21405         (cfengine3-defuns cfengine3-defuns-regex
21406         (cfengine3-class-selector-regex cfengine3-category-regex)
21407         (cfengine3-vartypes cfengine3-font-lock-keywords)
21408         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21409         (cfengine3-indent-line): Add from cfengine3.el.
21411 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
21413         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21415         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21417 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
21419         * window.el (same-window-buffer-names, same-window-regexps)
21420         (same-window-p, special-display-frame-alist)
21421         (special-display-popup-frame, special-display-function)
21422         (special-display-buffer-names, special-display-regexps)
21423         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21424         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21425         (split-window-preferred-function, split-height-threshold)
21426         (split-width-threshold, even-window-heights)
21427         (display-buffer-mark-dedicated, window-splittable-p)
21428         (split-window-sensibly, window-safely-shrinkable-p):
21429         Un-obsolete.
21430         (display-buffer): Don't spread args with function specifier
21431         because special-display-popup-frame won't like it.
21433 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21435         Time-stamp simplifications and fixes.
21436         These improve accuracy slightly, and future-proof the code
21437         against some potential changes to current-time format.
21439         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21440         by using time-since and float-time.
21442         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21443         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
21444         + NNN microseconds".
21446         * type-break.el (type-break-time-sum): Rewrite using time-add.
21448         * play/hanoi.el (hanoi-current-time-float): Remove.
21449         All uses replaced by float-time.
21451         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21452         This yields a more-accurate answer.
21453         (rng-time-to-float): Remove; no longer needed.
21455         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21457         * calendar/timeclock.el (timeclock-seconds-to-time):
21458         Defalias to seconds-to-time, since they're the same thing.
21460         * emacs-lisp/elp.el (elp-elapsed-time):
21461         * emacs-lisp/benchmark.el (benchmark-elapse):
21462         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21464 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21466         * window.el (bury-buffer): Don't iconify the only frame.
21467         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21468         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
21470 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
21472         * eshell/em-smart.el (eshell-smart-display-navigate-list):
21473         Add mouse-yank-primary.
21475 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21477         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21479 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21481         * emacs-lisp/find-func.el (find-library--load-name): New fun.
21482         (find-library-name): Use it to find relative load names when provided
21483         absolute file name (bug#8803).
21485 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21487         * textmodes/flyspell.el (flyspell-word): Consider words that
21488         differ only in case as potential doublons (bug#5687).
21490         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21491         Remove two rather uninteresting debugging-like messages to make
21492         debbugs.el more silent.
21494         * comint.el (comint-password-prompt-regexp): Accept "Response" as
21495         a password-like phrase.
21497 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
21499         * progmodes/cc-guess.el: New file.
21501         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21503         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21504         derived from `c-basic-common-init'.
21506         * progmodes/cc-mode.el (top-level): Require cc-guess.
21507         (c-basic-common-init): Use `cc-choose-style-for-mode'.
21509 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
21511         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21513 2011-06-30  Alan Mackenzie  <acm@muc.de>
21515         * progmodes/cc-engine.el (c-guess-continued-construct):
21516         Correct the handling of template-args-cont, particularly for when font
21517         lock is disabled.  Name this case as "CASE G".
21519 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
21521         * allout.el (allout-yank-processing): Fix injection of extra space
21522         between bullet and non-whitespace character in first topic when
21523         pasting, ensuring that the actual spacing in the pasted topic
21524         following the bullet char is preserved.  This extra space was
21525         causing pasted encrypted topics to get a decrypted status even
21526         when the content was actually still encrypted.  Now the decryption
21527         status from before the paste is preserved.
21529         (allout-flag-region): Set all allout overlays so they evaporate
21530         when reduced to zero length (evanescent), to prevent overlay
21531         leakage.
21533 2011-06-30  Glenn Morris  <rgm@gnu.org>
21535         * w32-fns.el (w32-charset-info-alist): Declare.
21537         * find-dired.el (find-grep-options): Simplify.
21539         * term/ns-win.el (ns-set-resource): Declare.
21541         * ses.el (row, col): Declare dynamic variables honestly.
21543         * textmodes/reftex-parse.el (index-tags): Declare.
21545 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
21547         * cus-edit.el (customize-push-and-save): New function.
21549         * files.el (hack-local-variables-confirm): Use it.
21551         * custom.el (load-theme): New arg NO-CONFIRM.
21552         Use customize-push-and-save (Bug#8720).
21553         (custom-enabled-themes): Doc fix.
21555         * cus-theme.el (customize-create-theme)
21556         (custom-theme-merge-theme): Callers to load-theme changed.
21558 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21560         * thingatpt.el (thing-at-point-short-url-regexp): Require that
21561         short URLs have at least one dot in them (bug #7614).
21563         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21564         nil, because using a pty is apparently too slow (bug #895).
21566 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21568         * mail/sendmail.el (sendmail-query-once): New function.
21569         (sendmail-query-once-function): New variable.
21571 2011-06-29  Glenn Morris  <rgm@gnu.org>
21573         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21575         * ses.el (top-level): Require cl when compiling.
21576         (ses-set-localvars): Fix error statement.
21577         Call it at compile time to silence a storm of warnings.
21579 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
21581         * window.el (normalize-live-buffer): Rename to
21582         window-normalize-buffer.
21583         (normalize-live-frame): Rename to window-normalize-frame.
21584         (normalize-any-window): Rename to window-normalize-any-window.
21585         (normalize-live-window): Rename to window-normalize-live-window.
21586         (make-window-atom): Rename to window-make-atom.
21587         (window-resize-reset): Rename to window--resize-reset.
21588         (window-resize-reset-1): Rename to window--resize-reset-1.
21589         (resize-mini-window): Rename to window--resize-mini-window.
21590         (resize-subwindows-skip-p): Rename to
21591         window--resize-subwindows-skip-p.
21592         (resize-subwindows-normal): Rename to
21593         window--resize-subwindows-normal.
21594         (resize-subwindows): Rename to window--resize-subwindows.
21595         (resize-other-windows): Rename to window--resize-siblings.
21596         (resize-this-window): Rename to window--resize-this-window.
21597         (resize-root-window): Rename to window--resize-root-window.
21598         (resize-root-window-vertically): Rename to
21599         window--resize-root-window-vertically.
21600         (normalize-buffer-to-display): Rename to
21601         window-normalize-buffer-to-display.
21602         (normalize-buffer-to-switch-to): Rename to
21603         window-normalize-buffer-to-switch-to.
21604         Correspondingly update all callers of the functions listed
21605         above.
21606         (display-buffer-alist, display-buffer-normalize-arguments)
21607         (display-buffer-normalize-options, display-buffer)
21608         (display-buffer-alist-set): Use "function" instead of
21609         "fun-with-args".
21611 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
21613         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21614         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
21615         debbugs.gnu.org.  Mention acknowledgment email.
21617 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21619         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21620         buffer multibyteness, since it shouldn't matter.
21622 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
21624         * window.el (display-buffer-in-side-window): Handle dedicated
21625         windows as in display-buffer-reuse-window.
21626         (display-buffer-normalize-alist): Use value of override
21627         specifier.
21628         (display-buffer-normalize-specifiers): Use value of
21629         other-window-means-other-frame specifier.
21630         (display-buffer-alist): Rewrite some texts in widgets.
21631         (display-buffer): Spread arguments when calling function
21632         specified by fun-with-args.
21634 2011-06-28  Deniz Dogan  <deniz@dogan.se>
21636         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21637         Unnest `let'.
21639         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21640         selectors (Bug#5732).
21641         (css-proprietary-nmstart-re): Use `regexp-opt'.
21643 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
21645         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21646         (eshell-ls-date-format): New defcustom.
21647         (eshell-ls-file): Use it.
21649 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21651         * help-fns.el (describe-variable): Fix message for terminal-local vars.
21653 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21655         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21656         (ange-ftp-make-tmp-name): New arg.
21657         (ange-ftp-file-local-copy): Use it.
21659 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
21661         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21662         no-conversion (Bug#8870).
21664 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
21666         * window.el (window-right, window-left, window-child)
21667         (window-child-count, window-last-child)
21668         (window-iso-combination-p, walk-window-tree-1)
21669         (window-atom-check-1, window-tree-1, delete-window)
21670         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21671         new naming conventions - window-vchild, window-hchild,
21672         window-next and window-prev are now called window-top-child,
21673         window-left-child, window-next-sibling and window-prev-sibling
21674         respectively.
21675         (resize-window-reset): Rename to window-resize-reset.
21676         (resize-window-reset-1): Rename to window-resize-reset-1.
21677         (resize-window): Rename to window-resize.
21678         (window-min-height, window-min-width)
21679         (resize-mini-window, resize-this-window, resize-root-window)
21680         (resize-root-window-vertically, adjust-window-trailing-edge)
21681         (enlarge-window, shrink-window, maximize-window)
21682         (minimize-window, delete-window, quit-restore-window)
21683         (split-window, balance-windows, balance-windows-area-adjust)
21684         (balance-windows-area, window-state-put-2)
21685         (display-buffer-even-window-sizes, display-buffer-set-height)
21686         (display-buffer-set-width, set-window-text-height)
21687         (fit-window-to-buffer): Rename all "resize-window" prefixed
21688         calls to use the "window-resize" prefix convention.
21689         (display-buffer-alist): Fix symbol for label specifier.
21690         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21691         corresponding specifier.
21692         Reported by Juanma Barranquero <lekktu@gmail.com>.
21694 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21696         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21697         convention.
21698         (ses-call-printer): Does not pass an empty string to formatter when the
21699         cell is empty to keep from barking printer Calc math-format-value.
21701 2011-06-27  Richard Stallman  <rms@gnu.org>
21703         * battery.el (battery-mode-line-limit): New variable.
21704         (battery-update): Handle it.
21706         * mail/rmailmm.el (rmail-mime-process-multipart):
21707         Handle truncated messages.
21709 2011-06-27  Glenn Morris  <rgm@gnu.org>
21711         * progmodes/flymake.el (flymake-err-line-patterns):
21712         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
21714 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21716         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21717         (ses--clean-!, ses--clean-_): New functions.
21718         (ses-range): Add configurability of readout order, and conversion
21719         to Calc vector.
21721         * ses.el (ses-repair-cell-reference-all): New function.
21722         (ses-cell-symbol): Set macro as safe, so that it can be used in
21723         formulas.
21725         * ses.el: Update cycle detection algorithm.
21726         (ses-localvars): Add ses--Dijkstra-attempt-nb and
21727         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21728         (ses-set-localvars): New function.
21729         (ses-make-cell): Add property-list as a cell element.
21730         (ses-cell-property-get-fun, ses-cell-property-get)
21731         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21732         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21733         New functions.
21734         (ses-cell-property-set, ses-cell-property-pop)
21735         (ses-cell-property-get-handle): New macro.
21736         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21737         New aliases, used for code readability.
21738         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21739         cycle detection.
21740         (ses-self-reference-early-detection): New defcustom.
21741         (ses-formula-references): Robustify against self-referring cells.
21742         (ses-mode): Use ses-set-localvars.
21743         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21744         before lauching the update processing.
21745         (ses-initialize-Dijkstra-attempt): New function.
21746         (ses-recalculate-cell): Update for cycle detection based on
21747         Dijkstra algorithm.
21749         * ses.el: Fix commenting and indenting convention.
21751 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21753         * bs.el (bs-cycle-next): Complete last change.
21755 2011-06-27  Drew Adams  <drew.adams@oracle.com>
21757         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21759 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21761         * net/network-stream.el (network-stream-open-starttls):
21762         Don't re-get capabilities unless we've reestablished connection.
21763         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21765         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21766         to binary to possibly avoid line encoding issues on Windows (among
21767         other things).
21769 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21771         * net/network-stream.el (open-network-stream): Return an :error
21772         saying what the problem was, if possible.
21774         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21775         server.
21777         * net/network-stream.el (network-stream-open-starttls): If we
21778         wanted to use STARTTLS, and the server offered it, but we weren't
21779         able to because we had no STARTTLS support, then close the connection.
21780         (open-network-stream): Return an :error element, if present.
21782 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21784         * hl-line.el (hl-line-sticky-flag): Doc fix.
21785         (global-hl-line-sticky-flag): New option (Bug#8323).
21786         (global-hl-line-highlight): Obey it.
21788         * vc/vc.el (vc-revert-show-diff): Default to t.
21790 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
21792         * allout-widgets.el (allout-widgets-post-command-business):
21793         Stop decorating intermediate isearch matches.  They're not being
21794         undecorated when an isearch is continued past, and isearch
21795         automatically collapses them.  This leads to "widget leaks", where
21796         decorated items accumulate in collapsed areas.  Lines with lots of
21797         hidden widgets can slow down cursor travel, substantially.
21798         Too much complicated machinery would be needed to ensure undecoration,
21799         so we're doing without this nicety.
21801         (allout-widgets-tally-string): Don't try to do a hash-table-count
21802         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
21803         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21804         *Messages* when allout-widgets-maintain-tally is t.
21806 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
21808         * window.el (display-buffer-normalize-argument): Rename to
21809         display-buffer-normalize-arguments.  Handle special meaning of
21810         LABEL argument.  Respect special-display-function when popping up
21811         a new frame.  Fix code searching for a window showing the buffer
21812         on another frame.
21813         (display-buffer-normalize-specifiers):
21814         Call display-buffer-normalize-arguments.
21815         (display-buffer-in-window): Don't undedicate the window if its
21816         buffer remains the same.
21817         Reported by Drew Adams <drew.adams@oracle.com>.
21818         (display-buffer-alist): Add choice for same-window macro
21819         specfier.
21820         (display-buffer): Mention special meaning of LABEL argument in
21821         doc-string.  Fix quoting.  Don't pop up a new frame even as
21822         fallback.
21824 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
21826         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21827         avoid deleting the current window in some cases (bug#8911).
21829 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
21831         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21832         (Bug#8934)
21834 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21836         * net/network-stream.el (network-stream-open-starttls):
21837         Use built-in TLS support if `gnutls-available-p' is true.
21838         (network-stream-open-tls): Ditto.
21840 2011-06-26  Leo Liu  <sdl.web@gmail.com>
21842         * register.el (registerv): New struct.
21843         (registerv-make): New function.
21844         (jump-to-register, describe-register-1, insert-register):
21845         Support the jump-func, print-func and insert-func slot of a registerv
21846         struct.  (Bug#8415)
21848 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21850         * vc/vc.el (vc-revert-show-diff): New defcustom.
21851         (vc-diff-internal): New arg specifying diff buffer.
21852         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
21853         reuse an existing *vc-diff* buffer (Bug#8927).
21855         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21857 2011-06-26  Glenn Morris  <rgm@gnu.org>
21859         * progmodes/f90.el (f90-critical-indent): New option.
21860         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21861         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21862         (f90-mode): Doc fix.
21863         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21864         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21865         (f90-beginning-of-block, f90-next-block, f90-indent-region)
21866         (f90-match-end): Handle block, critical.
21868 2011-06-25  Glenn Morris  <rgm@gnu.org>
21870         * calendar/diary-lib.el (diary-included-files): Doc fix.
21871         (diary-include-files): New function, extracted from
21872         diary-include-other-diary-files and diary-mark-included-diary-files.
21873         (diary-include-other-diary-files, diary-mark-included-diary-files):
21874         Just call diary-include-files.
21875         (diary-mark-entries): Reset diary-included-files on first call.
21877         * calendar/diary-lib.el (diary-mark-entries)
21878         (diary-mark-included-diary-files):
21879         Visit included diary-files in temp buffers.
21881         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21882         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21883         (f90-start-block-re, f90-imenu-generic-expression)
21884         (f90-looking-at-program-block-start, f90-no-block-limit):
21885         Add support for submodules.
21887         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21888         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21890 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
21892         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21893         buffer-file-type before setting its value, to avoid disastrous
21894         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
21896 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21898         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21900         * ses.el (ses-unload-function):
21901         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21903         * proced.el (proced-unload-function):
21904         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21906 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
21908         * server.el (server-create-window-system-frame): Add parameters arg.
21909         (server-process-filter): Doc fix.  Handle frame-parameters.
21911 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21913         Fix bug#8730, bug#8781.
21915         * loadhist.el (unload--set-major-mode): New function.
21916         (unload-feature): Use it.
21918         * progmodes/python.el (python-after-info-look): Add autoload cookie.
21919         (python-unload-function): New function.
21921 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21923         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21925 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
21927         * net/browse-url.el (browse-url-firefox-program): Add icecat to
21928         the candidates list.
21930 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
21932         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21934 2011-06-23  Richard Stallman  <rms@gnu.org>
21936         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21937         (rmail-variables): Set next-error-move-function.
21938         (rmail-what-message): Take argument POS.
21939         (rmail-next-error-move): New function.
21941 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21943         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21944         messages for adjacent non-terminals.
21946 2011-06-23  Richard Stallman  <rms@gnu.org>
21948         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21949         (rmail-show-message-1): Preserve buffer modified flag.
21950         (rmail-start-mail): Don't specify use of rmail-mail-return;
21951         that's done by mail-bury now.
21952         (rmail-mail-return): Handle arg NEWBUF.
21954 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
21956         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21957         SIZE is a number.
21959 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
21961         * window.el (get-lru-window, get-mru-window)
21962         (get-largest-window): Never return a minibuffer window.
21963         (display-buffer-pop-up-window): Fix a bug that could lead to
21964         reusing the minibuffer window.
21965         (display-buffer): Pass original specifier argument to
21966         display-buffer-function instead of the normalized one.
21967         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21969 2011-06-22  Leo Liu  <sdl.web@gmail.com>
21971         * minibuffer.el (completing-read-function)
21972         (completing-read-default): Move from minibuf.c.
21974 2011-06-22  Richard Stallman  <rms@gnu.org>
21976         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21977         to Rmail even if not started by a special Rmail command.
21979         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21980         Copy the buffer currently showing just one message.
21982 2011-06-22  Roland Winkler  <winkler@gnu.org>
21984         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21985         (bibtex-clean-entry): First delete the old key so that a
21986         customized algorithm for generating the new key does not get
21987         confused by the old key.
21988         (bibtex-url): Obey regexp of first step.
21989         (bibtex-search-entries): Do not use add-to-list with local
21990         list-var.
21992 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21994         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21995         stored a user name, then query for the password first, instead of
21996         waiting for SMTP to give an error message and the trying again.
21998 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
22000         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22001         BUFFER in call-process.
22003 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22005         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22006         QUIT twice.
22007         (smtpmail-try-auth-methods): Require user name and password from
22008         auth-source.
22010 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
22012         * window.el (display-buffer-default-specifiers)
22013         (display-buffer-alist): Remove entries for pop-up-frame-alist.
22014         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22015         (split-window): Normalize SIDE argument (Bug#8916).
22017         * frame.el (pop-up-frame-alist, pop-up-frame-function)
22018         (special-display-frame-alist, special-display-popup-frame):
22019         Remove duplicate declarations.  These are now in window.el.
22021 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22023         * mail/smtpmail.el (smtpmail-via-smtp):
22024         Set :use-starttls-if-possible so that we always use STARTTLS if the
22025         server supports it.  SMTP servers that support STARTTLS commonly
22026         require it.
22028         * net/network-stream.el (network-stream-open-starttls): Support
22029         upgrading to STARTTLS always, even if we don't have built-in support.
22030         (open-network-stream): Add the :always-query-capabilities keyword.
22032         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22033         upgrades with `open-network-stream', and rely solely on
22034         auth-source for all credentials.  Big changes throughout the file,
22035         but in particular:
22036         (smtpmail-auth-credentials): Remove.
22037         (smtpmail-starttls-credentials): Remove.
22038         (smtpmail-via-smtp): Check for servers saying they want AUTH after
22039         MAIL FROM, too.
22041         * net/network-stream.el (network-stream-open-starttls):
22042         Provide support for client certificates both for external and built-in
22043         STARTTLS.
22044         (auth-source): Require.
22045         (open-network-stream): Document the :client-certificate keyword.
22046         (network-stream-certificate): Change cert-cert to cert and
22047         cert-key to key.
22049 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
22051         * net/tramp-cache.el (top): Don't load the persistency file when
22052         "emacs -Q" has been called.
22054 2011-06-21  Tim Harper  <timcharper@gmail.com>
22056         * term/ns-win.el (ns-initialize-window-system):
22057         Set application-specific `ApplePressAndHoldEnabled' system
22058         resource to NO as it is not yet supported by the NS port.
22060 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
22062         * misc.el (list-dynamic-libraries--refresh): Compute header here...
22063         (list-dynamic-libraries): ...not here.
22065 2011-06-21  Leo Liu  <sdl.web@gmail.com>
22067         * subr.el (sha1): Implement sha1 using secure-hash.
22069 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
22071         * window.el (display-buffer-alist): In default value do not
22072         enforce searching a window on any but the selected frame.
22073         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22074         (display-buffer-select-window): Remove function.
22075         (display-buffer-in-window): When a window on another frame gets
22076         reused, do not select it any more but just raise its frame if
22077         necessary (Bug#8851) and (Bug#8856).
22078         (display-buffer-normalize-options): Handle pop-up-frames related
22079         options more faithfully.
22080         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22081         window if it is on another frame.
22082         (display-buffer-alist, display-buffer-default-specifiers):
22083         Don't make new frame unsplittable by default.
22084         (display-buffer-normalize-argument): Fix doc-string typo and use
22085         'same-frame-other-window instead of 'other-window when associating
22086         with display-buffer-macro-specifiers.
22088 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
22090         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22091         New functions.
22092         (5x5-mode-map, 5x5-mode-menu): Bind them.
22093         (5x5-draw-grid): Tweak the solver's rendering.
22095 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22097         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22098         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22100 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22102         * menu-bar.el: Use function variable instead of switch-to-buffer.
22103         (menu-bar-select-buffer-function): New variable.
22104         (menu-bar-update-buffers): Use it (bug#8876).
22106 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22108         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22109         variable's status.
22111 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22113         * x-dnd.el (x-dnd-version-from-flags)
22114         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22115         and long as number (Bug#8899).
22116         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22118 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22120         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22121         (completion-try-completion, completion-all-completions): Compute the
22122         metadata argument if it's missing; make it optional (bug#8795).
22124         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22125         (widget-complete): Use new :completion-function property.
22126         (widget-completions-at-point): New function.
22127         (default): Use :completion-function instead of :complete.
22128         (widget-default-completions): Rename from widget-default-complete;
22129         Rewrite.
22130         (widget-string-complete, widget-file-complete, widget-color-complete):
22131         Remove functions.
22132         (file, symbol, function, variable, coding-system, color):
22133         * international/mule-cmds.el (default-input-method, charset)
22134         (language-info-custom-alist):
22135         * cus-edit.el (face): Use new property :completions.
22137         * progmodes/pascal.el (pascal-completions-at-point): New function.
22138         (pascal-mode): Use it.
22139         (pascal-mode-map): Use completion-at-point.
22140         (pascal-toggle-completions): Make obsolete.
22141         (pascal-complete-word, pascal-show-completions):
22142         * progmodes/octave-mod.el (octave-complete-symbol):
22143         Redefine as obsolete alias.
22144         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22145         Signal absence of completion info for old Octave,
22146         (inferior-octave-complete): Redefine as obsolete alias.
22147         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22148         (meta-completions-at-point): Rename from meta-complete-symbol and
22149         adapt it for use on completion-at-point-functions.
22150         (meta-common-mode): Use it.
22151         (meta-looking-at-backward, meta-match-buffer): Remove.
22152         (meta-complete-symbol): Redefine as obsolete alias.
22153         (meta-common-mode-map): Use completion-at-point.
22154         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22155         (makefile-mode-map): Use completion-at-point.
22156         (makefile-completions-at-point): Rename from makefile-complete and
22157         adapt it for use on completion-at-point-functions.
22158         (makefile-mode): Use it.
22159         (makefile-complete): Redefine as obsolete alias.
22161 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22163         * net/rcirc.el: Delete trailing whitespaces once and for all.
22165 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22167         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22169 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22171         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22173         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22175 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22177         * window.el (display-buffer-other-window-means-other-frame):
22178         Call display-buffer-normalize-alist.
22179         (display-buffer-normalize-specifiers-1): Rename to
22180         display-buffer-normalize-argument.  New argument other-frame.
22181         Rewrite.
22182         (display-buffer-normalize-specifiers-2): Rename to
22183         display-buffer-normalize-options.
22184         (display-buffer-normalize-alist-1): New function.
22185         (display-buffer-normalize-specifiers-3): Rename to
22186         display-buffer-normalize-alist.
22187         Call display-buffer-normalize-alist-1.
22188         (display-buffer-normalize-options-inhibit): New variable.
22189         (display-buffer-normalize-specifiers): Rewrite calling
22190         display-buffer-normalize-alist,
22191         display-buffer-normalize-argument, and
22192         display-buffer-normalize-options.  Don't call the latter if
22193         display-buffer-normalize-options-inhibit is non-nil.
22194         (frame-auto-delete): New option.
22195         (window-deletable-p): Use frame-auto-delete.
22196         (window-list-no-nils, window-state-ignored-parameters)
22197         (window-state-get-1, window-state-get, window-state-put-list)
22198         (window-state-put-1, window-state-put-2, window-state-put):
22199         New functions.
22200         (display-buffer-normalize-options): Move special-display-p group
22201         after pop-up-frame group (Bug#8851) and (Bug#8856).
22203 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22205         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22206         groups (Bug#8776).
22207         (rx-submatch-n): New function.
22208         (rx): Document it.
22210         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22211         (Bug#8768).
22213         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22215         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22217         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22218         anytime existing face settings are present (Bug#8889).
22220         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22221         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22222         Remove unused argument.
22224 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22226         * window.el (display-buffer-default-specifiers):
22227         Remove pop-up-frame.  Add pop-up-window-min-height,
22228         pop-up-window-min-width, and another reuse-window specifier
22229         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22230         (display-buffer-normalize-specifiers-2):
22231         Handle split-height-threshold and split-width-threshold also when
22232         pop-up-windows is unset.  Add a reuse-window specifier for the
22233         case popping up a new window fails.
22234         (special-display-popup-frame): Remove double quoting.
22235         (display-buffer-normalize-specifiers-1): Fix thinko.
22237 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22239         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22240         according to comint-completion-addsuffix.
22242         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22243         (pcomplete-suffix-list): Mark as obsolete.
22244         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22245         pcomplete-seen in the closure.
22246         (pcomplete-comint-setup): Setup completion-at-point as well.
22247         (pcomplete--entries): New function.
22248         (pcomplete--env-regexp): New var.
22249         (pcomplete-entries): Rewrite to work with partial-completion and
22250         without relying on pcomplete-suffix-list.
22251         (pcomplete-pare-list): Remove, unused.
22253 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22255         * window.el (display-buffer-alist): Set pop-up-window-min-height
22256         and pop-up-window-min-width in default value.  Reported by
22257         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22258         other-window-means-other-frame.
22259         (display-buffer-macro-specifiers): Comment out entry for
22260         other-window specifier.
22261         (display-buffer-other-window-means-other-frame): New function.
22262         (display-buffer-normalize-specifiers-1): New arguments
22263         buffer-name and label.  Treat other-window case specially.
22264         (display-buffer-normalize-specifiers-2): Treat other-window case
22265         specially.
22266         (display-buffer-normalize-specifiers-3): New function.
22267         (display-buffer-normalize-specifiers):
22268         Call display-buffer-normalize-specifiers-3.
22270 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22272         * window.el (same-window-p): Fix two typos introduced when
22273         adding with-no-warnings.
22274         (display-buffer-normalize-specifiers-1): Don't check
22275         pop-up-frames for 'unset initialization.
22276         (display-buffer-normalize-specifiers-2): Major rewrite using
22277         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22278         (pop-up-frames, display-buffer-reuse-frames)
22279         (display-buffer-mark-dedicated): Don't initialize to 'unset.
22280         Suggested by David Engster <deng@randomsample.de>.
22281         (even-window-heights): Initialize to 'unset.
22282         (display-buffer-alist-set): Handle new 'unset initializations.
22283         (display-buffer-macro-specifiers): Don't pop up a new frame in the
22284         other window case.
22286 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
22288         * window.el (display-buffer-normalize-specifiers-1):
22289         Respect current value of pop-up-frames for most reasonable values of
22290         second argument of display-buffer (Bug#8865).
22291         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22292         (switch-to-buffer-other-window-same-frame)
22293         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
22294         Adams (Bug#8875).
22295         (display-buffer): Don't check noninteractive when calling
22296         display-buffer-pop-up-frame.
22297         (display-buffer-pop-up-frame): Never pop up a frame in
22298         noninteractive mode (Bug#8857).
22299         (enlarge-window, shrink-window): Don't report an error when the
22300         window can't be resized as requested (Bug#8862).
22302 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22304         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22306         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22308         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22310 2011-06-15  Alan Mackenzie  <acm@muc.de>
22312         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22313         for declarators, disable knr checking to speed up for normal files.
22314         2: Refactor, replacing a sequence of nested if forms by a cond form.
22316 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22318         * net/network-stream.el (open-network-stream): Add the keyword
22319         :always-query-capabilities for the case where you want to force a
22320         `plain' network connection, but the protocol still requires the
22321         capabilitiy command (i.e., SMTP and EHLO).
22323         * subr.el (process-live-p): Rename from `process-alive-p' for
22324         consistency with other `-live-p' functions.
22326 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22328         * window.el (same-window-buffer-names, same-window-regexps)
22329         (special-display-frame-alist, special-display-popup-frame)
22330         (special-display-function, special-display-buffer-names)
22331         (special-display-regexps, pop-up-frame-alist)
22332         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22333         (pop-up-windows, split-window-preferred-function)
22334         (split-height-threshold, split-width-threshold, even-window-heights)
22335         (display-buffer-mark-dedicated): Don't encourage the use of
22336         display-buffer-alist from Elisp code.
22338 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
22340         * progmodes/python.el (python-mode): Derive from prog-mode.
22341         * progmodes/ps-mode.el (ps-mode):
22342         * progmodes/mixal-mode.el (mixal-mode):
22343         * progmodes/cfengine.el (cfengine-mode):
22344         * progmodes/ld-script.el (ld-script-mode): Likewise.
22346 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
22348         * window.el (display-buffer-alist): Trim default value to avoid
22349         popping up a new frame (Bug#8857) or reusing an arbitrary window
22350         on another frame.
22351         (display-buffer): Do not fall back on popping up a new frame in
22352         batch mode (Bug#8857).
22354 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
22356         * cus-theme.el (describe-theme-1): Use custom-theme-p.
22357         (custom-theme-summary): New function.
22358         (customize-themes): Use it.
22360 2011-06-13  Glenn Morris  <rgm@gnu.org>
22362         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22364 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
22366         * help.el (help-window): Remove variable.
22367         (help-window-point-marker, temp-buffer-max-height)
22368         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22369         (help-print-return-message): Don't set help-window.
22370         (resize-temp-buffer-window): Rewrite cod eand doc-string.
22371         (help-window-setup-finish): Remove.
22372         (help-window-display-message, help-window-setup)
22373         (with-help-window): Major rewrite based on new
22374         display-buffer-window variable.
22376         * help-mode.el (help-mode-finish): Remove help-window related
22377         code.
22379         * view.el (view-exits-all-viewing-windows): Remove reference to
22380         view-return-to-alist in doc-string.
22381         (view-return-to-alist): Make obsolete.
22382         (view-buffer): Call pop-to-buffer-same-window and remove
22383         undo-window code.
22384         (view-buffer-other-window): Call pop-to-buffer-other-window and
22385         simplify code.  Ignore second argument.
22386         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22387         simplify code.  Ignore second argument.
22388         (view-return-to-alist-update): Make obsolete.
22389         (view-mode-enter): Rename second argument to QUIT-RESTORE.
22390         Rewrite using quit-restore window parameters.
22391         (view-mode-exit): Rename second argument to EXIT-ONLY.
22392         Rewrite using quit-restore-window.
22393         (View-exit, View-exit-and-edit, View-leave, View-quit)
22394         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22395         appropriate arguments.
22396         (view-end-message): Use quit-restore window parameter.
22398         * window.el (display-buffer-function): Rewrite doc-string.
22399         (display-buffer-window, display-buffer-alist): New variables.
22400         (display-buffer-split-specifiers)
22401         (display-buffer-side-specifiers)
22402         (display-buffer-macro-specifiers): New constants.
22403         (display-buffer-even-window-sizes, display-buffer-set-height)
22404         (display-buffer-set-width, display-buffer-select-window)
22405         (display-buffer-in-window, display-buffer-reuse-window)
22406         (display-buffer-split-window-1, display-buffer-split-window)
22407         (display-buffer-split-atom-window, display-buffer-pop-up-window)
22408         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22409         (display-buffer-in-side-window, normalize-buffer-to-display)
22410         (display-buffer-normalize-specifiers-1)
22411         (display-buffer-normalize-specifiers-2)
22412         (display-buffer-normalize-specifiers, display-buffer-frame):
22413         New functions.
22414         (display-buffer): Major rewrite.
22415         (display-buffer-other-window, display-buffer-other-frame)
22416         (pop-to-buffer, switch-to-buffer-other-window)
22417         (switch-to-buffer-other-frame): Rewrite.
22418         (display-buffer-same-window, display-buffer-same-frame)
22419         (display-buffer-same-frame-other-window)
22420         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22421         (pop-to-buffer-other-window)
22422         (pop-to-buffer-same-frame-other-window)
22423         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22424         (switch-to-buffer-other-window-same-frame): New functions.
22425         (same-window-p, special-display-p): Rewrite disabling warnings.
22426         Make obsolete.
22427         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22428         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22429         Make obsolete
22430         (same-window-buffer-names, same-window-regexps)
22431         (special-display-frame-alist, special-display-popup-frame)
22432         (special-display-function, special-display-buffer-names)
22433         (special-display-regexps, pop-up-frame-alist)
22434         (pop-up-frame-function, split-window-preferred-function)
22435         (split-height-threshold, split-width-threshold)
22436         (even-window-heights): Make obsolete.
22438 2011-06-12  Glenn Morris  <rgm@gnu.org>
22440         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
22441         Misc simplifications.
22443 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
22445         * window.el (window-safely-shrinkable-p): Restore function which
22446         was inadvertently removed in change from 2011-06-11.  Declare as
22447         obsolete.
22449         * calendar/calendar.el (calendar-generate-window):
22450         Use window-iso-combined-p instead of combination of one-window-p and
22451         window-safely-shrinkable-p.
22453 2011-06-12  Glenn Morris  <rgm@gnu.org>
22455         * progmodes/fortran.el (fortran-mode-syntax-table):
22456         * progmodes/f90.el (f90-mode-syntax-table):
22457         Set % to punctuation.  (Bug#8820)
22458         (f90-find-tag-default): Remove, no longer needed.
22460 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
22462         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22464 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
22466         * image.el (image-animated-p): Return animation delay in seconds.
22467         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22468         (image-animate-timeout): Remove DELAY argument.  Don't assume
22469         every subimage has the same delay; get it from image-animated-p.
22470         (image-animate): Caller changed.
22472 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
22474         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22475         to ignored backtrace functions.
22477 2011-06-11  Glenn Morris  <rgm@gnu.org>
22479         * calendar/appt.el (appt-disp-window-function): Doc fix.
22480         (appt-check): Handle overlapping appointments.  (Bug#8337)
22482 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
22484         * window.el (window-tree-1, window-tree): New functions, moving
22485         the latter to window.el.
22486         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22487         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22488         (bw-refresh-edges): Remove.
22489         (balance-windows-1, balance-windows-2): New functions.
22490         (balance-windows): Rewrite in terms of window tree functions,
22491         balance-windows-1 and balance-windows-2.
22492         (bw-adjust-window): Remove.
22493         (balance-windows-area-adjust): New function with functionality of
22494         bw-adjust-window but using resize-window.
22495         (set-window-text-height): Rewrite doc-string.
22496         Use normalize-live-window and resize-window.
22497         (enlarge-window-horizontally, shrink-window-horizontally):
22498         Rename argument to DELTA.
22499         (window-buffer-height): New function.
22500         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22501         Rewrite using new window resize routines.
22502         (kill-buffer-and-window, mouse-autoselect-window-select):
22503         Use ignore-errors instead of condition-case.
22504         (quit-window): Call delete-frame instead of delete-windows-on
22505         for the only buffer on frame.
22507 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22509         * loadup.el (top-level): Load window before files for the sake
22510         of replace-buffer-in-windows.
22512         * files.el (read-buffer-to-switch)
22513         (switch-to-buffer-other-window)
22514         (switch-to-buffer-other-frame, display-buffer-other-frame):
22515         Move to window.el.
22517         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22518         (previous-buffer): Move to window.el.
22520         * bindings.el (unbury-buffer): Move to window.el.
22522         * window.el (delete-other-windows-vertically): Move after
22523         definition of delete-other-windows.
22524         (other-window, delete-windows-on, replace-buffer-in-windows):
22525         Move here from window.c.
22526         (record-window-buffer, unrecord-window-buffer)
22527         (set-window-buffer-start-and-point, switch-to-prev-buffer)
22528         (switch-to-next-buffer): New functions.
22529         (get-next-valid-buffer, last-buffer, next-buffer): Move here
22530         from simple.el.  Call switch-to-next-buffer.
22531         (previous-buffer): Move here from simple.el.
22532         Call switch-to-prev-buffer.
22533         (bury-buffer): Move here from buffer.c.  Switch to previous
22534         buffer when window cannot be deleted.
22535         (unbury-buffer): Move here from bindings.el.
22536         (ctl-x-map): Move binding for other-window from window.c to
22537         here.
22538         (read-buffer-to-switch, switch-to-buffer-other-window)
22539         (switch-to-buffer-other-frame): Move here from files.el.
22540         (normalize-buffer-to-switch-to): New functions.
22541         (switch-to-buffer): Move here from buffer.c.
22542         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22544 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22546         * window.el (window-min-height, window-min-width): Move here
22547         from window.c.  Add defcustoms and rewrite doc-strings.
22548         (resize-mini-window, resize-window): New functions.
22549         (adjust-window-trailing-edge, enlarge-window, shrink-window):
22550         Move here from window.c.
22551         (maximize-window, minimize-window): New functions.
22552         (delete-window, delete-other-windows, split-window): Move here
22553         from window.c.
22554         (window-split-min-size): New function.
22555         (split-window-keep-point): Mention split-window-above-each-other
22556         instead of split-window-vertically.
22557         (split-window-above-each-other, split-window-vertically):
22558         Rename split-window-vertically to split-window-above-each-other
22559         and provide defalias for old definition.
22560         (split-window-side-by-side, split-window-horizontally):
22561         Rename split-window-horizontally to split-window-side-by-side
22562         and provide defalias for the old definition.
22563         (ctl-x-map): Move bindings for delete-window,
22564         delete-other-windows and enlarge-window here from window.c.
22565         Replace bindings for split-window-vertically and
22566         split-window-horizontally by bindings for
22567         split-window-above-each-other and split-window-side-by-side.
22569         * cus-start.el (all): Remove entries for window-min-height and
22570         window-min-width.  Add entries for window-splits and
22571         window-nest.
22573 2011-06-09  Glenn Morris  <rgm@gnu.org>
22575         * calendar/appt.el (appt-mode-line): New function.
22576         (appt-check, appt-disp-window): Use it.
22578         * files.el (hack-one-local-variable-eval-safep):
22579         Allow minor-modes with explicit +/-1 arguments.
22581 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
22583         * term/xterm.el (xterm): Add defgroup.
22584         (xterm-extra-capabilities): Add defcustom to supply known xterm
22585         capabilities, skip querying them, or query them (default).
22586         (terminal-init-xterm): Use it.
22587         (terminal-init-xterm-modify-other-keys): New function to set up
22588         modifyOtherKeys support to simplify `terminal-init-xterm'.
22590 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
22592         * window.el (resize-window-reset, resize-window-reset-1)
22593         (resize-subwindows-skip-p, resize-subwindows-normal)
22594         (resize-subwindows, resize-other-windows, resize-this-window)
22595         (resize-root-window, resize-root-window-vertically)
22596         (window-deletable-p, window-or-subwindow-p)
22597         (frame-root-window-p): New functions.
22599 2011-06-09  Glenn Morris  <rgm@gnu.org>
22601         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22602         (ange-ftp-get-files): Use it.
22604 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22606         * mail/sendmail.el (mail-recover-1, mail-recover):
22607         * files.el (recover-file, recover-session):
22608         Handle dired-listing-switches not being just a single short option.
22610 2011-06-09  Glenn Morris  <rgm@gnu.org>
22612         * calendar/appt.el (appt-display-message, appt-disp-window):
22613         Handle lists of appointments.
22615 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22617         * window.el (one-window-p): Move down in code.
22618         Rewrite doc-string.
22619         (window-current-scroll-bars): Rewrite doc-string.
22620         Normalize live window argument.
22621         (walk-windows, get-window-with-predicate, count-windows):
22622         Rewrite doc-string.  Use window-list-1.
22623         (window-in-direction-2, window-in-direction, get-mru-window):
22624         New functions.
22626 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
22628         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22629         Doc fix (Bug#8713).
22631 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
22633         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22635 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
22637         * loadhist.el (unload-feature-special-hooks):
22638         Add `comint-output-filter-functions'.
22640 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
22642         * calendar/appt.el (appt-check): Move some initializations into the let.
22644 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22646         * window.el (window-height): Defalias to window-total-height.
22647         (window-width): Defalias to window-body-width.
22649 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
22651         * image-mode.el (image-toggle-animation): New command.
22652         (image-mode-map): Bind it to RET.
22653         (image-mode): Update message.
22654         (image-toggle-display-image): Avoid a spurious cache flush.
22655         (image-transform-rotation): Doc fix.
22656         (image-transform-properties): Return quickly in the normal case.
22657         (image-animate-loop): Rename from image-animate-max-time.
22659         * image.el (image-animate-max-time): Move to image-mode.el.
22660         (create-animated-image): Remove unnecessary function.
22661         (image-animate): Rename from image-animate-start.  New arg.
22662         (image-animate-stop): Remove; just use image-animate-timer.
22663         (image-animate-timer): Use car-safe.
22664         (image-animate-timeout): Rename argument.
22666 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
22668         * window.el (get-lru-window, get-largest-window): Move here from
22669         window.c.  Rename first argument to ALL-FRAMES.
22670         Rephrase doc-strings.
22671         (get-buffer-window-list): Rewrite using window-list-1.
22672         Rephrase doc-string.
22673         (window-safe-min-height, window-safe-min-width): New constants.
22674         (window-size-ignore, window-min-size, window-min-size-1)
22675         (window-sizable, window-sizable-p, window-size-fixed-1)
22676         (window-size-fixed-p, window-min-delta-1, window-min-delta)
22677         (window-max-delta-1, window-max-delta, window-resizable)
22678         (window-resizable-p, window-total-height, window-total-width)
22679         (window-body-width): New functions.
22680         (window-full-height-p, window-full-width-p): Rewrite using
22681         window-total-size.
22682         (window-body-height): Rewrite using window-body-size.
22684 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
22686         * window.el (window-right, window-left, window-child)
22687         (window-child-count, window-last-child, window-any-p)
22688         (normalize-live-buffer, normalize-live-frame)
22689         (normalize-any-window, normalize-live-window)
22690         (window-iso-combination-p, window-iso-combined-p)
22691         (window-iso-combinations)
22692         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22693         (windows-with-parameter, window-with-parameter)
22694         (window-atom-root, make-window-atom, window-atom-check-1)
22695         (window-atom-check, window-side-check, window-check):
22696         New functions.
22697         (ignore-window-parameters, window-sides, window-sides-vertical)
22698         (window-sides-slots): New variables.
22699         (window-size-fixed): Move down in code.  Minor doc-string fix.
22701 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
22703         * comint.el (comint-dynamic-complete-as-filename)
22704         (comint-dynamic-complete-filename): Correctly call
22705         completion-in-region.
22707 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22709         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22710         in last change.
22712 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22714         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22715         (rcirc): Use it to prompt for encryption.
22717 2011-06-05  Roland Winkler  <winkler@gnu.org>
22719         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22720         (bibtex-search-entries): New command bound to C-c C-a.
22721         (bibtex-display-entries): New function.
22723 2011-06-05  Roland Winkler  <winkler@gnu.org>
22725         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22726         (bibtex-insert-kill): After yanking insert newline if necessary.
22727         (bibtex-initialize): Call bibtex-string-files-init only once.
22728         (bibtex-mode): Do not call easy-menu-add.
22729         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22730         (bibtex-yank): Set arg properly if nil.
22732 2011-06-05  Roland Winkler  <winkler@gnu.org>
22734         * textmodes/bibtex.el (bibtex-search-entry-globally):
22735         New variable.
22736         (bibtex-search-entry): Use it.
22738 2011-06-05  Roland Winkler  <winkler@gnu.org>
22740         * textmodes/bibtex.el (bibtex-entry-format): New option
22741         sort-fields.
22742         (bibtex-format-entry, bibtex-reformat): Honor this option.
22743         (bibtex-parse-entry): Return fields in proper order.
22745 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
22747         * doc-view.el (doc-view-remove-if): Move computation of result out
22748         of `dolist' to silence misleading lexical-binding warning.
22750 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
22752         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22753         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22755 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22757         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22758         "SunOS 5.10".
22760 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22762         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22763         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22764         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22765         (tramp-parse-putty):
22766         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22767         (tramp-completion-function-alist-ssh)
22768         (tramp-completion-function-alist-telnet)
22769         (tramp-completion-function-alist-su)
22770         (tramp-completion-function-alist-putty): Set `tramp-autoload'
22771         cookie.
22773         * net/tramp-ftp.el:
22774         * net/tramp-sh.el:
22775         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22776         load "tramp.el" `tramp-set-completion-function'.
22778 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22780         * shell.el: Require and use pcomplete.
22781         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22782         (shell-completion-vars): Set pcomplete-default-completion-function.
22784 2011-06-04  Deniz Dogan  <deniz@dogan.se>
22786         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22787         `memq' (Bug#8799).
22789 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22791         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22793 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
22795         * bs.el (bs--mark-unmark, bs--nth-wrapper):
22796         * mpc.el (mpc-select-extend, mpc-songpointer-context):
22797         * vc/log-view.el (log-view-beginning-of-defun):
22798         * vc/smerge-mode.el (smerge-apply-resolution-patch)
22799         (smerge-refine-forward, smerge-refine-chopup-region):
22800         Silence warning for unused `dotimes' counter variables.
22802 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22804         * net/tramp.el (tramp-with-progress-reporter): Rename from
22805         with-progress-reporter.  Use `declare'.
22806         * net/tramp-smb.el:
22807         * net/tramp-sh.el:
22808         * net/tramp-gvfs.el: Update all uses.
22810 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
22812         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22813         buffer isn't killed before making it current.
22815 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22817         Silence various byte-compiler warnings.
22818         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22819         `access-type' and new obsolescence format.
22820         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22821         new format.
22822         (byte-compile-check-variable): New `access-type' argument.
22823         Only warn if the access-type is obsolete.
22824         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22825         (byte-compile-variable-set): Adjust callers.
22826         * help-fns.el (describe-variable): Adjust to new obsolescence format.
22827         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22828         setting it as obsolete.
22829         * simple.el (minibuffer-completing-symbol):
22830         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22831         access as obsolete.
22832         * minibuffer.el (minibuffer-completing-file-name): Don't make it
22833         obsolete yet.
22834         * international/quail.el (quail-mouse-choose-completion): Remove unused
22835         code referring to obsolete var.
22836         (quail-choose-completion-string): Remove.
22837         * server.el (server-clients-with, server-kill-buffer-query-function)
22838         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22839         * proced.el (proced-send-signal):
22840         * emacs-lisp/lisp.el (lisp-complete-symbol):
22841         Replace completion-annotate-function with completion-extra-properties.
22843 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22845         * simple.el (goto-line): Use read-number.
22846         (overriding-map-is-bound): Remove.
22847         (saved-overriding-map): Change default.
22848         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22849         Take the map as argument.
22850         (universal-argument, negative-argument, digit-argument): Use it.
22851         (restore-overriding-map): Adjust.
22852         (do-auto-fill): Use fill-forward-paragraph.
22853         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22855         * minibuffer.el (minibuffer-inactive-mode-map): New var.
22856         (minibuffer-inactive-mode): New major mode.
22857         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22858         the *Messages* buffer" hack.
22859         (mouse-popup-menubar): Don't burp if the event is a normal key.
22861         Miscellaneous tweaks.
22862         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22863         lexical scoping as in subr.el's dolist and dotimes.
22864         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22865         Silence compiler warning.
22866         * thingatpt.el (forward-whitespace): Trivial coding style fix.
22867         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22868         * international/ccl.el (ccl-compile): Trivial simplification.
22869         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22870         * emacs-lisp/testcover.el (testcover-end): Remove spurious
22871         `printflag' argument.
22872         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22873         Purecopy the whole obsolescence data.
22875 2011-06-01  Leo Liu  <sdl.web@gmail.com>
22877         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22878         improve doc-string as suggested by Marco Pessotto
22879         <melmothx@gmail.com>.
22880         (rcirc-print): Fix last change.
22882 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22884         * minibuffer.el (complete-with-action): Return nil for the metadata and
22885         boundaries of non-functional tables.
22886         (completion-table-dynamic): Return nil for the metadata.
22887         (completion-table-with-terminator): Add default case, using
22888         complete-with-action.
22889         (completion--metadata): New function.
22890         (completion-all-sorted-completions, minibuffer-completion-help): Use it
22891         to try and avoid pathological performance problems.
22892         (completion--embedded-envvar-table): Return `category' metadata.
22894 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22896         * subr.el (process-alive-p): New tiny convenience function.
22898 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22900         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22901         content but also its previous major mode.
22903 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
22905         * emacs-lisp/debug.el (debug): Restore the previous content of the
22906         *Backtrace* buffer when we exit with C-M-c.
22908 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22910         * minibuffer.el: Add metadata method to completion tables.
22911         (completion-category-overrides): New defcustom.
22912         (completion-metadata, completion--field-metadata)
22913         (completion-metadata-get, completion--styles)
22914         (completion--cycle-threshold): New functions.
22915         (completion-try-completion, completion-all-completions):
22916         Add `metadata' argument to choose completion-styles.
22917         (completion--do-completion): Use metadata to choose cycling.
22918         (completion-all-sorted-completions): Use metadata for sorting.
22919         Remove :completion-cycle-penalty which is not needed any more.
22920         (completion--try-word-completion): Add `metadata' argument.
22921         (minibuffer-completion-help): Check metadata for annotation function
22922         and sorting.
22923         (completion-file-name-table): Return `category' metadata.
22924         (minibuffer-completing-file-name): Make obsolete.
22925         * simple.el (minibuffer-completing-symbol): Make obsolete.
22926         * icomplete.el (icomplete-completions): Pass new `metadata' param to
22927         completion-try-completion.
22929 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22931         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22933 2011-05-30  Leo Liu  <sdl.web@gmail.com>
22935         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22936         (rcirc-print): Decode all incoming messages (bug#8744).
22937         (rcirc-decode-coding-system): Allow value nil for automatic coding
22938         system detection.
22940 2011-06-01  Glenn Morris  <rgm@gnu.org>
22942         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22944 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22946         * image.el (image-animate-max-time): Allow nil and t values.
22947         Default to nil.
22948         (create-animated-image): Doc fix.
22949         (image-animate-start): Remove second arg; just use
22950         image-animate-max-time.
22951         (image-animate-timeout): Doc fix.  Args changed.
22953         * image-mode.el (image-toggle-display-image): Ensure that the
22954         image spec passed to the animate timer is the same object as in
22955         the buffer's display property (Bug#6981).
22956         (image-transform-properties): Doc fix.
22958         * image.el (image-animate-max-time): Default to nil.
22960 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
22962         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22963         entire buffer list (Bug#8184).
22965 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22967         * image.el (imagemagick-types-inhibit)
22968         (imagemagick-register-types): Doc fix.
22970 2011-05-29  Deniz Dogan  <deniz@dogan.se>
22972         * net/rcirc.el (rcirc): Use the user's stored encryption method by
22973         default.
22975 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22977         * select.el: Don't perform clipboard-manager saving in hooks;
22978         leave the hooks empty.
22980 2011-05-28  Leo Liu  <sdl.web@gmail.com>
22982         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22983         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
22984         (occur-edit-mode): New major mode (Bug#8463).
22985         (occur-after-change-function): New function.
22986         (occur-engine): Give Occur tags a read-only property.
22988 2011-05-28  Kevin Ryde  <user42@zip.com.au>
22990         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22992 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22994         * bindings.el (help-echo): Make the initial non-indicator dash
22995         empty on graphical terminals (Bug#7295).
22997         * files.el (auto-mode-alist): Move config rule after the
22998         in-stripping one (Bug#8547).
23000         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23002         * startup.el (normal-splash-screen): Remove gratuitous mode-line
23003         setting (Bug#8740).
23005 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
23007         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23008         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23009         (Bug#8539).
23011 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23013         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23015 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
23017         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23018         (hs-hide-block-at-point, hs-find-block-beginning)
23019         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23020         (Bug#8279).
23022 2011-05-28  Glenn Morris  <rgm@gnu.org>
23024         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
23026 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23028         * help-fns.el (describe-function-1): If the function is a derived
23029         major mode, print the parent mode.
23031         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23032         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23034 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23036         * minibuffer.el (completion--capf-wrapper): Check applicability before
23037         returning non-nil for non-exclusive completion data.
23038         * progmodes/etags.el (tags-completion-at-point-function):
23039         * info-look.el (info-lookup-completions-at-point): Mark as
23040         non-exclusive.
23041         (info-complete): Adjust accordingly.
23043         * info-look.el: Convert to lexical-binding and completion-at-point.
23044         (info-lookup-completions-at-point): New function.
23045         (info-complete): Use it and completion-in-region.
23047 2011-05-28  Drew Adams  <drew.adams@oracle.com>
23049         * isearch.el: Let M-e start with point at the first mismatched char.
23050         (isearch-fail-pos): New function.
23051         (isearch-edit-string): Use it.
23053 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23055         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23057 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
23059         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
23060         traversal functions for avl-trees.
23061         (avl-tree--stack): New struct.
23062         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23063         (avl-tree-enter): Add optional `updatefun' arg.
23064         (avl-tree--do-enter): Add optional `updatefun' arg.
23065         Change return value.
23066         (avl-tree-delete): Add optional `test' and `nilflag' args.
23067         (avl-tree--do-delete): Add `test' and `nilflag' args.
23068         Change return value.
23069         (avl-tree-member): Add optional `nilflag'
23070         (avl-tree-member-p): New function.
23071         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23072         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23073         (avl-tree-stack-empty-p): New functions.
23075         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23076         avl-tree--del-balance1 and make it work both ways.
23077         (avl-tree--del-balance2): Remove.
23078         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23079         make it work both ways.
23080         (avl-tree--enter-balance2): Remove.
23081         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23082         New macros.
23083         (avl-tree--mapc, avl-tree-map): Add direction argument.
23085 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23087         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23089 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23091         * select.el: Support clipboard managers with built-in function
23092         x-clipboard-manager-save, via delete-frame-functions and
23093         kill-emacs-hook.
23094         (xselect-convert-to-targets): Add MULTIPLE target to list.
23095         (xselect-convert-to-save-targets): New function.
23097 2011-05-27  Kenichi Handa  <handa@m17n.org>
23099         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23100         let-binding rfc2047-encode-encoded-words to nil.
23102 2011-05-27  Glenn Morris  <rgm@gnu.org>
23104         * mail/emacsbug.el: Don't require url-util.
23106         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23108         * files.el (set-auto-mode):
23109         Also respect mode: entries at the end of the file.  (Bug#8586)
23111 2011-05-26  Glenn Morris  <rgm@gnu.org>
23113         * files.el (hack-local-variables-prop-line, hack-local-variables):
23114         Downcase mode names, as seems to be traditional.
23115         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23117         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23118         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23120 2011-05-25  Julien Danjou  <julien@danjou.info>
23122         * textmodes/rst.el (rst-define-level-faces): Do not define face
23123         symbol if it is already defined.
23125 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23127         * play/5x5.el (5x5-new-game, 5x5-randomize):
23128         Reset 5x5-solver-output to nil when a new grid is cast.
23129         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23130         these debugging traces, as defmacro breaks the compiled code.
23132 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23134         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23136 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23138         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23139         (vc-bzr-sha1): Adapt.
23141         * sha1.el: Remove.  Function `sha1' is now builtin.
23143         * bindings.el: Provide sha1 feature.
23145 2011-05-24  Kenichi Handa  <handa@m17n.org>
23147         * mail/sendmail.el: Require `rfc2047'.
23148         (mail-insert-from-field): Do not perform RFC2047 encoding.
23149         (mail-encode-header): New function.
23150         (sendmail-send-it): Set buffer-file-coding-system of the work
23151         buffer to the return value of select-message-coding-system.
23152         Call mail-encode-header.
23154         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23156 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23158         * mail/supercite.el (sc-default-cite-frame):
23159         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23161 2011-05-24  Glenn Morris  <rgm@gnu.org>
23163         * progmodes/python.el (brm-menu): Declare.
23165         * emulation/viper.el (viper-set-hooks): Declare.
23167         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23168         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23169         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23170         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23171         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23172         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23174 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23176         Add an :exit-function for completion-at-point.
23178         * minibuffer.el (completion--done): New fun.
23179         (completion--do-completion): Use it.  New arg `expect-exact'.
23180         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23181         since completion--do-completion does it for us now.
23182         (minibuffer-force-complete): Use completion--done and
23183         completion--replace.  Handle sole-completion case with more care.
23184         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23185         (completion-extra-properties): New var.
23186         (completion-annotate-function): Make obsolete.
23187         (minibuffer-completion-help): Adjust accordingly.
23188         Use completion-list-insert-choice-function.
23189         (completion-at-point, completion-help-at-point):
23190         Bind completion-extra-properties.
23191         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23192         * simple.el (completion-list-insert-choice-function): New var.
23193         (completion-setup-function): Preserve it.
23194         (choose-completion): Pay attention to it, shuffle the code a bit.
23195         (choose-completion-string): New arg `insert-function'.
23197         * textmodes/bibtex.el: Convert to lexical binding.
23198         (bibtex-mode-map): Use completion-at-point.
23199         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23200         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23201         (bibtex-complete): Define as obsolete alias.
23202         (bibtex-complete-internal): Remove.
23203         (bibtex-format-entry): Remove unused sub-group in regexp.
23204         * shell.el (shell--command-completion-data)
23205         (shell-environment-variable-completion):
23206         * pcomplete.el (pcomplete-completions-at-point):
23207         * comint.el (comint--complete-file-name-data): Use :exit-function
23208         instead of completion-table-with-terminator so it also works for
23209         choose-completion.
23211 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23213         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23215         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23216         (bug#8710).
23218         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23220 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23222         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23223         customization variable and implement: If non-nil, auto-fill will
23224         be inhibited while on topic's header line.
23226 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23228         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23229         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23230         always have a solution in grid size = 5 cases.
23231         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23232         (5x5-solver-output, 5x5-log-buffer): New vars.
23233         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23234         Make these variables buffer local to achieve 5x5 multi-session-ness.
23235         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23236         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23237         (5x5-solve-suggest): New funs.
23238         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23239         randomize a grid so that we ensure that there is always a solution.
23240         (5x5-make-random-grid): Allow other movement than flipping.
23242 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23244         * emacs-lisp/advice.el (ad-read-advised-function):
23245         Use `function-called-at-point' as the default, if it has
23246         advice and passes PREDICATE.
23248 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23250         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23251         byte-compile-lambda if it's actually a lambda.
23253         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23254         Fix function quoting.  Use backquote better.
23256 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23258         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23259         matching (Bug#8516).
23261 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23263         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23264         different face (Bug#8178).
23266 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23268         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23269         defface (Bug#8144).
23271 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23273         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23274         funcall as well (bug#8712).  Warn when performing those conversions.
23275         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23277         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23279 2011-05-22  Glenn Morris  <rgm@gnu.org>
23281         * files.el (hack-local-variables-prop-line): Small simplifications.
23282         (hack-local-variables, hack-local-variables-prop-line):
23283         If MODE-ONLY, return the mode, rather than just `t'.
23285 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23287         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23289 2011-05-21  Glenn Morris  <rgm@gnu.org>
23291         * files.el (hack-local-variables-prop-line, hack-local-variables):
23292         If only interested in the mode, don't bother doing the other stuff.
23294         * image-mode.el (image-after-revert-hook):
23295         Redraw all frames on which the image is visible.  (Bug#8567)
23297         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
23299         * wid-edit.el (widget-checklist-match-inline):
23300         Fix 2011-04-19 change.  (Bug#8649)
23302 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23304         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23305         Also allow singlespace after single-letter capitals followed by a dot.
23307         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23308         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23310 2011-05-20  Nix  <nix@esperi.org.uk>
23312         * files.el (basic-save-buffer-2):
23313         Fix handling of break-hardlink-on-save with non-existent files.
23315 2011-05-19  Deniz Dogan  <deniz@dogan.se>
23317         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23318         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23320 2011-05-19  Glenn Morris  <rgm@gnu.org>
23322         * progmodes/f90.el (f90-type-def-re):
23323         Handle "type, bind(c)".  (Bug#8691)
23325         * emacs-lisp/autoload.el (batch-update-autoloads):
23326         Set autoload-excludes by parsing loadup.el rather than Makefiles.
23328 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
23330         * net/tramp.el (tramp-process-actions): Set "first-password-request"
23331         property for the correct connection in case of multihops.
23333 2011-05-18  Glenn Morris  <rgm@gnu.org>
23335         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23336         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23338         Rationalize calendar handling of day and month abbrev-arrays.
23339         * calendar/calendar.el (calendar-customized-p): New function.
23340         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23341         (calendar-day-name-array, calendar-month-name-array): Doc fix.
23342         Add :set function.
23343         (calendar-abbrev-length, calendar-day-abbrev-array)
23344         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23345         (calendar-day-abbrev-array, calendar-month-abbrev-array):
23346         Elements may no longer be nil.
23347         (calendar-day-name, calendar-month-name):
23348         Update for changed nature of abbrev arrays.
23349         * calendar/diary-lib.el (diary-name-pattern):
23350         Update for changed nature of abbrev arrays.
23351         (diary-mark-entries-1): Update calendar-make-alist calls.
23352         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23353         * calendar/cal-html.el (cal-html-day-abbrev-array):
23354         Simply inherit from calendar-day-abbrev-array.
23356 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23358         * progmodes/grep.el (grep-mode): Disable default
23359         compilation-directory-matcher setting (bug#8684).
23361 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
23363         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23364         instead of "head" and "tail".  There were problems with SunOS 5.9,
23365         and it performs better.
23367 2011-05-17  Glenn Morris  <rgm@gnu.org>
23369         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23371         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23372         Replace obsolete function.
23374         * shell.el (pcomplete-parse-arguments-function): Declare.
23376         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23377         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23378         (appt-check): Doc fixes.
23379         (appt-disp-window-function, appt-delete-window-function):
23380         Remove needless special case in custom :type.
23381         (appt-display-count): Default to 0, not nil.
23382         (appt-check): Reset appt-display-count to 0, not nil.
23384 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
23386         * progmodes/python.el (python-font-lock-keywords):
23387         Add the Python 3.X keyword "nonlocal" (bug#8639).
23389 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23391         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23393 2011-05-16  Kevin Ryde  <user42@zip.com.au>
23395         * info-look.el (makefile-automake-mode): New setups, looking in
23396         automake manual, then makefile-mode.
23397         (makefile-mode): Remove automake manual, have it just in
23398         makefile-automake-mode since there's various things different or
23399         not relevant to plain make.
23400         (makefile-mode): Remove "other-modes" non-existent automake-mode,
23401         believe a hypothetical automake-mode would go to makefile-mode,
23402         not the other way around.
23404 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23406         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23407         hunk-end tags (Bug#8672).
23409         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23410         vc-annotate-show-diff-revision-at-line (Bug#8671).
23412 2011-05-14  Glenn Morris  <rgm@gnu.org>
23414         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23415         in the middle of an existing one with multiple authors.  (Bug#8645)
23416         (change-log-font-lock-keywords): Also handle multiple author lines
23417         with leading tabs.  (Bug#8644)
23419         * calendar/appt.el (appt-check): Rename some local variables.
23420         Some simplification/reordering.
23422         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23423         (feedmail-sendmail-f-doesnt-sell-me-out)
23424         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23425         (feedmail-debug-sit-for, feedmail-queue-express-hook)
23426         (feedmail-queue-runner-message-sender): Set :version.
23427         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23428         (bbdb-dwim-net-address, vm-mail): Declare.
23429         (feedmail-binmail-gnulinuxish-template):
23430         Rename from feedmail-binmail-linuxish-template.
23431         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23432         Use insert-buffer-substring.
23434 2011-05-14  Bill Carpenter  <bill@carpenter.org>
23436         * mail/feedmail.el (feedmail-patch-level): Increase.
23437         (feedmail-debug): New custom group.
23438         (feedmail-confirm-outgoing-timeout)
23439         (feedmail-sendmail-f-doesnt-sell-me-out)
23440         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23441         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23442         (feedmail-sender-line, feedmail-from-line)
23443         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23444         (feedmail-spray-this-address)
23445         (feedmail-spray-address-fiddle-plex-list)
23446         (feedmail-queue-use-send-time-for-date)
23447         (feedmail-queue-use-send-time-for-message-id)
23448         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23449         (feedmail-buffer-eating-function):
23450         Doc fixes.
23451         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23452         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23453         (feedmail-message-action-scroll-down): New functions.
23454         (feedmail-queue-directory, feedmail-queue-draft-directory):
23455         Use expand-file-name.
23456         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23457         Remove C-v help entry.
23458         (feedmail-queue-buffer-file-name): New variable.
23459         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23460         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23461         (feedmail-message-action-send-strong, feedmail-message-action-edit)
23462         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23463         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23464         (feedmail-message-action-toggle-spray)
23465         (feedmail-run-the-queue-no-prompts)
23466         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23467         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23468         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23469         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23470         (feedmail-envelope-deducer, feedmail-fiddle-from)
23471         (feedmail-fiddle-sender, feedmail-default-date-generator)
23472         (feedmail-fiddle-date, feedmail-fiddle-message-id)
23473         (feedmail-fiddle-spray-address)
23474         (feedmail-fiddle-list-of-spray-fiddle-plexes)
23475         (feedmail-fiddle-list-of-fiddle-plexes)
23476         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23477         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23478         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23479         Change default.  Doc fix.
23480         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23481         (feedmail-binmail-linuxish-template): New constant.
23482         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
23483         Respect feedmail-sendmail-f-doesnt-sell-me-out.
23484         (feedmail-send-it): Add debug call.
23485         Use feedmail-queue-buffer-file-name, and
23486         feedmail-send-it-immediately-wrapper.
23487         (feedmail-message-action-send): Add debug call.
23488         Use feedmail-send-it-immediately-wrapper.
23489         (feedmail-queue-express-to-queue): Add debug call.
23490         Run feedmail-queue-express-hook.
23491         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
23492         (feedmail-message-action-help-blat):
23493         Rename from feedmail-queue-send-edit-prompt-help-first.
23494         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
23495         Check line-endings.  Handle errors better.
23496         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23497         Doc fix.  Add debug call.
23498         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
23499         Use feedmail-queue-send-edit-prompt-inner.
23500         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23501         (feedmail-queue-send-edit-prompt-inner): New function, extracted
23502         from feedmail-queue-send-edit-prompt.
23503         (feedmail-queue-send-edit-prompt-help)
23504         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23505         (feedmail-tidy-up-slug): Add debug call.
23506         Respect feedmail-queue-slug-suspect-regexp.
23507         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23508         (feedmail-dump-message-to-queue): Add debug call.
23509         Expand queue-directory.
23510         (feedmail-dump-message-to-queue): Change message slightly.
23511         Use feedmail-say-chatter.
23512         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
23513         (feedmail-send-it-immediately-wrapper): New function.
23514         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
23515         Insert empty string rather than newline.  Handle full-frame case.
23516         Use catch/throw.  Use feedmail-say-chatter.
23517         (feedmail-fiddle-from): Try mail-host-address.
23518         (feedmail-default-message-id-generator): Doc fix.
23519         Bind system-time-locale.  Handle missing end.
23520         (feedmail-fiddle-x-mailer): Add debug call.
23521         Handle feedmail-x-mailer-line being nil.
23522         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23523         Add debug call.  Use buffer-substring-no-properties.
23524         (feedmail-say-debug, feedmail-say-chatter): New functions.
23525         (feedmail-find-eoh): Give an explicit error.
23527 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
23529         * net/newst-treeview.el (newsticker-treeview-face): Change default
23530         family from helvetica to sans.
23531         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23532         etc/images/newsticker.
23534         * net/newst-reader.el (newsticker-feed-face): Change default
23535         family from helvetica to sans.
23537         * net/newst-plainview.el (newsticker-new-item-face)
23538         (newsticker-old-item-face, newsticker-immortal-item-face)
23539         (newsticker-obsolete-item-face, newsticker-date-face)
23540         (newsticker-statistics-face): Change default family from
23541         helvetica to sans.
23542         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23543         etc/images/newsticker.
23545         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23546         (newsticker--process-auto-mark-filter-match): Tell user about
23547         auto-marking.
23549 2011-05-13  Didier Verna  <didier@xemacs.org>
23551         Common Lisp indentation improvements on defmethod and lambda-lists.
23552         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23553         TODO entries.
23554         (lisp-lambda-list-keyword-parameter-indentation)
23555         (lisp-lambda-list-keyword-parameter-alignment)
23556         (lisp-lambda-list-keyword-alignment): New customizable user options.
23557         (lisp-indent-defun-method): Improve docstring.
23558         (extended-loop-p): Fix comment.
23559         (lisp-indent-lambda-list-keywords-regexp): New variable.
23560         (lisp-indent-lambda-list): New function.
23561         (lisp-indent-259): Use it.
23562         (lisp-indent-defmethod): Support for more than one
23563         method qualifier and properly indent methods lambda-lists.
23564         (defgeneric): Provide a missing common-lisp-indent-function property.
23566 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23568         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23569         bounds for the empty string (bug#8667).
23571 2011-05-13  Glenn Morris  <rgm@gnu.org>
23573         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23575         * mail/sendmail.el (sendmail-program): Try executable-find first.
23576         (sendmail-send-it): `sendmail-program' cannot be unbound.
23578         * calendar/appt.el (appt-make-list): Simplify.
23579         (appt-time-msg-list): Doc fix.
23580         (appt-check): Change mode-line message at the time of the appointment.
23582 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
23584         * progmodes/ld-script.el (ld-script-keywords)
23585         (ld-script-builtins): Update keywords list.
23587 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23589         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23591         * shell.el (shell-completion-vars): New function.
23592         (shell-mode):
23593         * simple.el (read-shell-command): Use it.
23594         (blink-matching-open): No need for " [...]" in minibuffer-message.
23596 2011-05-12  Glenn Morris  <rgm@gnu.org>
23598         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23599         (appt-check): Simplify.
23601 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
23603         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23604         literal "/dev/null".
23606 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23608         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23609         Fix typo.
23611 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
23613         * progmodes/which-func.el (which-function):
23614         Use add-log-current-defun instead of add-log-current-defun-function,
23615         which might not be defined (Bug#8260).
23617 2011-05-12  Glenn Morris  <rgm@gnu.org>
23619         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23620         Let byte-compile-initial-macro-environment always take precedence.
23622 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23624         * net/rcirc.el: Add support for SSL/TLS connections.
23625         (rcirc-server-alist): New field `encryption'.
23626         (rcirc): Check `encryption' settings.
23627         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
23628         Merge make-local-variable into `set'.
23629         (rcirc--connection-open-p): New function.
23630         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23631         the process is not a network process (e.g. running gnutls-cli).
23632         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23633         Make rcirc-(en|de)code-coding-system local here.
23634         (rcirc-mode): Merge make-local-variable into `set'.
23635         (rcirc-parent-buffer): Make permanent buffer-local.
23636         (rcirc-multiline-minor-mode): Don't do it here.
23637         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23638         there's no server buffer.
23640 2011-05-11  Glenn Morris  <rgm@gnu.org>
23642         * newcomment.el (comment-kill): Prefix "unused" local.
23644         * term/w32console.el (get-screen-color): Declare.
23646         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23647         Handle symbol elements of byte-compile-initial-macro-environment.
23649 2011-05-10  Leo Liu  <sdl.web@gmail.com>
23651         * bookmark.el (bookmark-bmenu-mode-map):
23652         Bind bookmark-bmenu-search to `/'.
23654         * mail/footnote.el: Convert to utf-8 encoding.
23655         (footnote-unicode-string, footnote-unicode-regexp): New variable.
23656         (Footnote-unicode): New function.
23657         (footnote-style-alist): Add unicode style to the list.
23658         (footnote-style): Doc fix.
23660 2011-05-10  Jim Meyering  <meyering@redhat.com>
23662         Fix doubled-word typos.
23663         * international/quail.el (quail-insert-kbd-layout): and and -> and
23664         * kermit.el: and and -> and
23665         * net/ldap.el (ldap-search-internal): to to -> to
23666         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23667         * progmodes/js.el (js-mode): and and -> and
23668         * textmodes/artist.el (artist-move-to-xy): at at -> at
23669         (artist-draw-region-trim-line-endings): if if -> if
23670         And Safetyc -> Safety.
23671         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23673 2011-05-10  Glenn Morris  <rgm@gnu.org>
23674             Stefan Monnier  <monnier@iro.umontreal.ca>
23676         * files.el (hack-one-local-variable-eval-safep):
23677         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
23679 2011-05-10  Glenn Morris  <rgm@gnu.org>
23681         * calendar/diary-lib.el (diary-list-entries-hook)
23682         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23683         (diary-nongregorian-marking-hook, diary-list-entries)
23684         (diary-include-other-diary-files, diary-mark-entries)
23685         (diary-mark-included-diary-files): Doc fixes.
23687 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23689         * misc.el: Require tabulated-list.el during compilation.
23691 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23693         * progmodes/compile.el (compilation-start):
23694         Run compilation-filter-hook for the async case too.
23695         (compilation-filter-hook): Doc fix.
23697 2011-05-09  Deniz Dogan  <deniz@dogan.se>
23699         * wdired.el: Remove outdated installation comment.  Fix usage
23700         comment.
23702 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23704         * misc.el: Implement new command `list-dynamic-libraries'.
23705         (list-dynamic-libraries--loaded-only-p): New variable.
23706         (list-dynamic-libraries--refresh): New function.
23707         (list-dynamic-libraries): New command.
23709 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23711         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23712         Fix the ant regexp to handle end-line and end-column info from jikes.
23713         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
23714         higher priority to avoid clobbering by gnu.
23716 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23718         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23719         if the face has existing theme settings (Bug#8454).
23721 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
23723         * progmodes/perl-mode.el (perl-imenu-generic-expression):
23724         Only match variables declared via `my' or `our' (Bug#8261).
23726         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23727         special file names `.' and `..' (Bug#8259).
23729 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23731         * progmodes/grep.el (grep-mode-font-lock-keywords):
23732         Remove buffer-changing entries.
23733         (grep-filter): New function.
23734         (grep-mode): Add it to compilation-filter-hook.
23736         * progmodes/compile.el (compilation-filter-hook)
23737         (compilation-filter-start): New defvars.
23738         (compilation-filter): Call compilation-filter-hook prior to
23739         updating the process mark.
23741 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23743         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23745 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
23747         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23748         mailclient-send-it even if window-system is nil.  (Bug#8595)
23750         * term/w32console.el (terminal-init-w32console):
23751         Call get-screen-color and use its output to set the frame
23752         background-mode.  (Bug#8597)
23754 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23756         Make bytecomp.el understand that defmethod defines funs (bug#8631).
23757         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23758         New functions.
23759         (defgeneric, eieio--defmethod): Use them.
23760         (eieio-defgeneric): Remove.
23761         (defmethod): Call defgeneric in a way visible to the byte-compiler.
23763 2011-05-07  Glenn Morris  <rgm@gnu.org>
23765         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23766         Use let rather than let*.
23767         (timeclock-find-discrep): Remove unused local.
23769         * calendar/diary-lib.el (diary-comment-start): Doc fix.
23771         * calendar/appt.el (appt-time-msg-list): Doc fix.
23773 2011-05-06  Noah Friedman  <friedman@splode.com>
23775         * apropos.el (apropos-print-doc): Only use
23776         emacs-lisp-docstring-fill-column when it is bound to an integer,
23777         per that variable's documentation.
23779 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23781         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23782         and warnings are not silently discarded (e.g. use -d instead of -P).
23784 2011-05-06  Glenn Morris  <rgm@gnu.org>
23786         * calendar/appt.el (appt-message-warning-time): Doc fix.
23787         (appt-warning-time-regexp): New option.
23788         (appt-make-list): Respect appt-message-warning-time.
23790         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23791         New options.
23792         (diary-add-to-list): Strip comments from the displayed string.
23793         (diary-mode): Set comment-start and comment-end.
23795         * vc/diff-mode.el (smerge-refine-subst): Declare.
23796         (diff-refine-hunk): Don't require smerge-mode when compiling.
23798 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
23800         * simple.el (list-processes): Return nil as the docstring says.
23802 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23804         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23805         to "".
23806         (ange-ftp-write-region, ange-ftp-insert-file-contents)
23807         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23808         determining of binary transfer.  (Bug#7383)
23810 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23812         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23813         Fix port computation bug.  (Bug#8618)
23815 2011-05-05  Glenn Morris  <rgm@gnu.org>
23817         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23819         * simple.el (shell-dynamic-complete-functions)
23820         (comint-dynamic-complete-functions): Declare.
23822         * net/network-stream.el (gnutls-negotiate):
23823         * simple.el (tabulated-list-print): Fix declarations.
23825         * progmodes/gud.el (syntax-symbol, syntax-point):
23826         Remove unnecessary and incorrect declarations.
23828         * emacs-lisp/check-declare.el (check-declare-scan):
23829         Handle byte-compile-initial-macro-environment in bytecomp.el.
23831 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23833         Fix earlier half-done eieio-defmethod change (bug#8338).
23834         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23835         Streamline and change calling convention.
23836         (defmethod): Adjust accordingly and simplify.
23837         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23838         new eieio--defmethod.
23839         (slot-boundp): Minor CSE simplification.
23841 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
23843         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23844         (glasses-make-readable): Use glasses-separate-capital-groups.
23846 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
23848         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23849         (warning-series): Doc fix.
23850         (display-warning): Don't try to create the buffer if we just found it.
23852 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
23854         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23855         (autoload-find-generated-file): New function.
23856         (generate-file-autoloads): Bind generated-autoload-file to
23857         buffer-file-name.
23858         (update-file-autoloads, update-directory-autoloads):
23859         Use autoload-find-generated-file.  If called interactively, prompt for
23860         output file (Bug#7989).
23861         (batch-update-autoloads): Doc fix.
23863 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
23865         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23867 2011-05-04  Glenn Morris  <rgm@gnu.org>
23869         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23870         function, so it follows changes in calendar-date-style.
23871         (diary-fancy-date-matcher): New function.
23872         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23873         (diary-fancy-font-lock-fontify-region-function):
23874         Use diary-fancy-date-pattern as a function.
23876         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23877         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
23879 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
23881         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23882         instead of positional arguments.  Allow :keylist and :crlfiles
23883         arguments.
23884         (open-gnutls-stream): Call it.
23886         * net/network-stream.el (network-stream-open-starttls): Adjust to
23887         call `gnutls-negotiate' with :process and :hostname arguments.
23889 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23891         * minibuffer.el (completion--message): New function.
23892         (completion--do-completion, minibuffer-complete)
23893         (minibuffer-force-complete, minibuffer-complete-word): Use it.
23894         (completion--do-completion): Don't ignore completion-auto-help when in
23895         icomplete-mode.
23897         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23898         internal encoding (e.g. tibetan zero is not whitespace).
23899         (global-whitespace-mode): Prefer save-current-buffer.
23900         (whitespace-trailing-regexp): Remove useless save-match-data.
23901         (whitespace-empty-at-bob-regexp): Minor simplification.
23903 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
23905         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23907 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
23909         * textmodes/ispell.el (ispell-add-per-file-word-list):
23910         Use `concat' to create string for insertion.
23912 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23914         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23915         Avoid open-line which runs post-self-insert-hook.
23916         (bibtex-fill-entry): Remove unused `end' var.
23918 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
23920         * textmodes/ispell.el (ispell-add-per-file-word-list):
23921         Protect against `nil' value of `comment-start' (Bug#8579).
23923 2011-05-03  Leo Liu  <sdl.web@gmail.com>
23925         * isearch.el (isearch-yank-pop): New command.
23926         (isearch-mode-map): Bind it to `M-y'.
23927         (isearch-forward): Mention it.
23929 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23931         * simple.el (minibuffer-complete-shell-command): Remove.
23932         (minibuffer-local-shell-command-map): Use completion-at-point.
23933         (read-shell-command): Setup completion vars here instead.
23934         (read-expression-map): Bind TAB to symbol completion.
23936         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23937         error directly rather via storing it into `results'.
23939 2011-05-02  Leo Liu  <sdl.web@gmail.com>
23941         * vc/diff.el: Fix description.
23943 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23945         * server.el (server-eval-at): New function.
23947 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23949         * net/network-stream.el (open-network-stream): Take a :nowait
23950         parameter and pass it on to `make-network-process'.
23951         (network-stream-open-plain): Ditto.
23953 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
23955         * faces.el (face-spec-set-match-display): Don't match toolkit
23956         options on terminal frames.
23958 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23960         * progmodes/pascal.el: Use lexical binding.
23961         (pascal-mode-map): Remove author preferences.
23963         * pcomplete.el (pcomplete-std-complete): Don't abuse
23964         completion-at-point.
23966 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23968         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23969         removing code that has been dead since 1991 or so.
23971         * startup.el (command-line): When warning about "_emacs", use a
23972         delayed warning to allow the user to filter it out.
23974 2011-04-28  Deniz Dogan  <deniz@dogan.se>
23976         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23977         user has not joined.
23979 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23981         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23982         aren't any completions at point.
23984 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23986         * subr.el (display-delayed-warnings): New function.
23987         (delayed-warnings-hook): New variable.
23989 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23991         * minibuffer.el (completion-at-point, completion-help-at-point):
23992         Don't presume that a given completion-at-point-function will always
23993         use the same calling convention.
23995         * pcomplete.el (pcomplete-completions-at-point):
23996         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
23997         pcomplete-seen is non-nil.
23998         (pcomplete-comint-setup): Also recognize the new comint/shell
23999         completion functions.
24000         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24001         pcomplete-seen is non-nil.
24003 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
24005         * calendar/icalendar.el (diary-lib): Add require statement.
24006         (icalendar--create-uid): Read out a uid from a text-property on
24007         the first character in the entry.  This allows for code to add its
24008         own uid to the entry.
24009         (icalendar--convert-float-to-ical): Add export of
24010         `diary-float'-entries save for those with the optional DAY
24011         argument.
24013 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
24015         * subr.el (shell-quote-argument): Use alternate escaping strategy
24016         when we spot a variable reference in a string.
24018 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24020         * cus-start.el (all): Define customization for debug-on-event.
24022 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24024         * subr.el (shell-quote-argument): Escape correctly under Windows.
24026 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24028         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24030 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
24032         * net/tramp.el (tramp-process-actions): Add POS argument.
24033         Delete region between POS and (pos).
24035         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24036         Use `nil' position in `tramp-process-actions' call.
24037         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24039         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24040         position in `tramp-process-actions' call.
24042         * net/trampver.el: Update release number.
24044 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24046         * custom.el (defcustom): Obey lexical-binding.
24048         Fix octave-inf completion problems reported by Alexander Klimov.
24049         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24050         Inherit from octave-mode-syntax-table.
24051         (inferior-octave-mode): Set info-lookup-mode.
24052         (inferior-octave-completion-at-point): New function.
24053         (inferior-octave-complete): Use it and completion-in-region.
24054         (inferior-octave-dynamic-complete-functions): Use it as well, and use
24055         comint-filename-completion.
24056         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24057         symbol elements which shouldn't be word elements.
24058         (octave-font-lock-keywords, octave-beginning-of-defun)
24059         (octave-function-header-regexp): Adjust regexps accordingly.
24060         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24062 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
24064         * net/gnutls.el (gnutls-errorp): Declare before first use.
24066 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
24068         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24069         verify-error, and verify-hostname-error parameters.  Check whether
24070         default trustfile exists before going to use it.  Add missing
24071         argument to gnutls-message-maybe call.  Return value.
24072         Reported by Claudio Bley <claudio.bley@gmail.com>.
24073         (open-gnutls-stream): Add usage example.
24075         * net/network-stream.el (network-stream-open-starttls): Give host
24076         parameter to `gnutls-negotiate'.
24077         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24078         * subr.el (shell-quote-argument): Escape correctly under Windows.
24080 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24082         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24083         Use correct match group (bug#8438).
24085 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24087         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24088         (package-menu--generate): New arg specifying packages to show.
24089         (package-menu-refresh, package-menu-execute, list-packages):
24090         Callers changed.
24091         (package-show-package-list): New function, replacing deleted
24092         package--list-packages (renamed because it is non-internal).
24094         * finder.el (finder-list-matches): Use package-show-package-list
24095         instead of deleted package--list-packages.
24097         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24098         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24099         (vc-annotate-mode-map): Bind it to RET.
24101 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24103         * progmodes/etags.el (next-file): Don't use set-buffer to change
24104         buffers (Bug#8478).
24106 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24108         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24110         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24111         (apropos-accumulator): Doc fix.
24112         (apropos-function, apropos-macro, apropos-command)
24113         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24114         (apropos-plist): Add face property.
24115         (apropos-symbols-internal): Fix indentation.
24116         (apropos-print): Simplify help, and recognize apropos-multi-type.
24117         (apropos-print-doc): Use button-type-get to extract the button's
24118         face property.  Fill docstring (Bug#8352).
24120 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24122         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24124         * play/mpuz.el (mpuz-silent): Doc fix.
24125         (mpuz-mode-map): Use mapc.
24126         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24127         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24128         Fix typos in docstrings.
24130         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24131         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24133         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24135 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24137         * minibuffer.el (completion--do-completion): Avoid the "Next char
24138         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24140         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24141         mouse-2 into unread-command-events, it is interpreted correctly.
24143         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24144         (image-toggle-display): Doc fix.
24146 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24148         * textmodes/page.el (what-page): Use line-number-at-pos to
24149         calculate line number (Bug#6825).
24151 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24153         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24154         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24155         Pass argument NO-DEFAULT to `find-tag-interactive'.
24157 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24159         Lexical-binding cleanup.
24161         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24162         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24163         * progmodes/ada-prj.el (ada-prj-initialize-values)
24164         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24165         (ada-prj-show-value):
24166         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24167         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24168         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24169         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24170         * progmodes/bug-reference.el (bug-reference-push-button):
24171         * progmodes/fortran.el (fortran-line-length):
24172         * progmodes/glasses.el (glasses-change):
24173         * progmodes/octave-mod.el (octave-fill-paragraph):
24174         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24175         (python-pdbtrack-grub-for-buffer, python-sentinel):
24176         * progmodes/sql.el (sql-save-connection):
24177         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24178         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24179         Mark unused parameters.
24181         * progmodes/compile.el (compilation--flush-directory-cache)
24182         (compilation--flush-parse, compile-internal): Mark unused parameters.
24183         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24184         (compilation-next-error-function): Remove unused variable `timestamp'.
24186         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24187         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24189         * progmodes/dcl-mode.el (dcl-end-of-command):
24190         Remove unused variable `start'.
24191         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24192         (dcl-option-value-basic, dcl-option-value-offset)
24193         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24194         Mark unused parameters.
24195         (dcl-save-local-variable): Remove unused variable `val'.
24196         (mode): Declare.
24198         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24199         Mark unused parameters.
24200         (delphi-ignore-changes): Move before first use.
24201         (delphi-charset-token-at): Remove unused variable `start'.
24202         (delphi-else-start): Remove unused variable `if-count'.
24203         (delphi-comment-block-start, delphi-comment-block-end):
24204         Remove unused variable `kind'.
24205         (delphi-indent-line): Remove unused variable `new-point'.
24207         * progmodes/ebrowse.el (ebrowse-files-list)
24208         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24209         Mark unused parameters.  Don't quote `lambda'.
24210         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24211         Don't quote `lambda'.
24212         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24213         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24214         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24215         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24216         Use `ignore-errors'.
24217         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24218         (ebrowse-view/find-file-and-search-pattern)
24219         (ebrowse-view/find-member-declaration/definition):
24220         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24221         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24222         Rename parameter PREFIX-ARG to PREFIX.
24223         (ebrowse-tags-read-name): Remove unused variables `start' and
24224         `member-info'.
24225         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24226         to `tags-file'.
24228         * progmodes/etags.el (local-find-tag-hook): Declare.
24229         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24230         Mark unused parameters.
24232         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24233         (executable-interpret): Mark unused parameter.
24235         * progmodes/flymake.el (flymake-process-sentinel)
24236         (flymake-after-change-function)
24237         (flymake-create-temp-with-folder-structure)
24238         (flymake-get-include-dirs-dot): Mark unused parameters.
24239         (flymake-safe-delete-directory): Remove unused variable `err'.
24241         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24242         (speedbar-timer-fn, speedbar-line-text)
24243         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24244         (speedbar-center-buffer-smartly): Declare functions.
24245         (gdb-find-watch-expression): Remove unused variable `array'.
24246         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24247         (gdb-starting): Mark unused parameters.
24248         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24249         (gdb-table-string): Remove unused variable `res'.
24250         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24251         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24252         (gdb-display-buffer): Remove unused variable `cur-size'.
24254         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24255         allow lexical-binding compilation.
24256         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24257         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24258         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24259         Mark unused parameters.
24260         (gud-gdb-marker-filter): Remove unused variable `match'.
24261         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24262         lambda expressions and funcall them, instead of using `fset'.
24264         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24265         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24267         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24268         variable `header-beg'; use `let'.
24270         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24271         `restart', `last-sexp' and `at-do'.
24273         * progmodes/js.el (js--debug): Mark unused parameter.
24274         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24275         (js--splice-into-items): Remove unused variable `item'.
24276         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24278         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24279         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24280         (makefile-complete): Remove unused variable `try'.
24281         (makefile-fill-paragraph, makefile-match-function-end):
24282         Mark unused parameters.
24284         * progmodes/octave-inf.el (inferior-octave-complete):
24285         Remove unused variable `proc'.
24286         (inferior-octave-output-digest): Mark unused parameter.
24288         * progmodes/perl-mode.el (perl-calculate-indent):
24289         Remove unused variable `err'.
24291         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24292         (prolog-indent-line): Mark unused parameters.
24293         (prolog-indent-line): Remove unused variable `beg'.
24295         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24296         (reporter-dont-compact-list): Declare.
24298         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24299         Remove unused variable `char'.
24300         (sh-debug): Mark unused parameter.
24301         (sh-get-indent-info): Remove unused variable `start'.
24302         (sh-calculate-indent): Remove unused variable `var'.
24304         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24305         (simula-electric-keyword): Remove unused variable `null'.
24306         (simula-search-backward, simula-search-forward): Remove unused
24307         variables `begin' and `end'.
24309         * progmodes/vera-mode.el (vera-guess-basic-syntax):
24310         Remove unused variable `pos'.
24311         (vera-electric-tab, vera-comment-uncomment-region):
24312         Mark unused parameters.
24313         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24315 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
24317         * emacs-lisp/package.el (package--builtins, package-alist)
24318         (package-load-descriptor, package-built-in-p, package-activate)
24319         (define-package, package-installed-p)
24320         (package-compute-transaction, package-buffer-info)
24321         (package--push): Doc fix.  Distinguish more clearly between
24322         version strings and version lists.
24324 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
24326         Lexical-binding cleanup.
24328         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24329         (5x5-make-mutate-best):
24330         * play/fortune.el (fortune-in-buffer):
24331         * play/gomoku.el (gomoku-init-display):
24332         * play/solitaire.el (solitaire, solitaire-do-check):
24333         * play/tetris.el (tetris-default-update-speed-function):
24334         Mark unused parameters.
24336         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24337         (bubbles--shift): Remove unused variable `char-org'.
24338         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
24339         (bubbles--show-images): Remove unused variable `char'.
24341         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24342         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24343         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24344         (decipher-analyze-buffer): Use ?\s.
24345         (decipher-make-checkpoint): Remove unused variable `mapping'.
24347         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24349         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24350         Remove unused variable `result'; use `let'.
24352         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24353         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24354         (gametree-children-shown-p, gametree-compute-reduced-score):
24355         Use `ignore-errors'.
24357         * play/handwrite.el (ps-lpr-switches): Declare.
24358         (handwrite): Remove unused variables `pmin' and `lastp'.
24360         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24362         * play/landmark.el (landmark-init-display)
24363         (landmark-update-naught-weights): Mark unused parameters.
24364         (landmark-y): Remove unused variable `noise'.  Simplify.
24365         (landmark-human-plays): Remove unused variable `score'.
24367         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24368         (mpuz-try-proposal): Remove unused variable `game'.
24370         * play/zone.el (life-patterns): Declare.
24372 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
24374         * vc/vc.el (ediff-vc-internal): Declare function.
24376 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24378         * shell.el: Use lexical-binding and std completion UI.
24379         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24380         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24381         comint-preoutput-filter-functions rather than on
24382         comint-output-filter-functions.
24383         (shell-command-completion, shell--command-completion-data)
24384         (shell-filename-completion, shell-environment-variable-completion)
24385         (shell-c-a-p-replace-by-expanded-directory): New functions.
24386         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24387         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24388         (shell-dynamic-complete-environment-variable): Use them.
24389         (shell-dynamic-complete-as-environment-variable)
24390         (shell-dynamic-complete-as-command): Remove.
24391         (shell-match-partial-variable): Match past point.
24392         * comint.el: Clean up use of completion-at-point-functions.
24393         (comint-completion-at-point): New function.
24394         (comint-mode): Use it completion-at-point-functions.
24395         (comint-dynamic-complete): Make it obsolete.
24396         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24397         (comint-c-a-p-replace-by-expanded-history): New function.
24398         (comint-dynamic-complete-functions)
24399         (comint-replace-by-expanded-history): Use it.
24400         * minibuffer.el (completion-table-with-terminator): Allow dynamic
24401         termination strings.  Try harder to avoid second try-completion.
24402         (completion-in-region-mode-map): Disable bindings that don't work yet.
24404         * comint.el: Use lexical-binding.  Require CL.
24405         (comint-dynamic-complete-functions): Use comint-filename-completion.
24406         (comint-completion-addsuffix): Tweak custom type.
24407         (comint-filename-completion, comint--common-suffix)
24408         (comint--common-quoted-suffix, comint--table-subvert)
24409         (comint--complete-file-name-data): New functions.
24410         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24411         (comint-dynamic-list-filename-completions): Use them.
24412         (comint-dynamic-simple-complete): Make obsolete.
24414         * minibuffer.el (completion-in-region-mode):
24415         Keep completion-in-region-mode--predicate global.
24416         (completion-in-region--postch):
24417         Assume completion-in-region-mode--predicate is not null.
24419         * progmodes/flymake.el (flymake-start-syntax-check-process):
24420         Obey `dir'.  Simplify.
24422         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24423         we're in VC after all.
24425 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
24427         * vc/vc.el (vc-diff-build-argument-list-internal)
24428         (vc-version-ediff, vc-ediff): New commands.
24429         (vc-version-diff): Use vc-diff-build-argument-list-internal.
24431 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24433         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24434         add sanity check.
24436         * obsolete/erc-hecomplete.el: Make obsolete.
24437         * obsolete/: Standardize obsolescence info in the header.
24439 2011-04-20  Glenn Morris  <rgm@gnu.org>
24441         * calendar/solar.el (solar-horizontal-coordinates):
24442         Use the longitude argument rather than `calendar-longitude'.
24443         (solar-date-next-longitude): Remove unused locals.
24445 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24447         * whitespace.el: New version 13.2.1.
24449 2011-04-20  felix  <EmacsWiki>  (tiny change)
24451         * whitespace.el (global-whitespace-mode): Keep highlight when
24452         switching between major modes on a file.
24454 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24456         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24457         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24458         multi-line comments as well.
24460 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
24462         Lexical-binding cleanup.
24464         * arc-mode.el (archive-mode-revert):
24465         * cmuscheme.el (scheme-interactively-start-process):
24466         * custom.el (custom-initialize-delay):
24467         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24468         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24469         * emacs-lock.el (emacs-lock-clear-sentinel):
24470         * ezimage.el (defezimage):
24471         * follow.el (follow-avoid-tail-recenter):
24472         * fringe.el (set-fringe-mode-1):
24473         * generic-x.el (bat-generic-mode-compile):
24474         * help-mode.el (help-info-variable, help-do-xref)
24475         (help-mode-revert-buffer):
24476         * help.el (view-emacs-todo):
24477         * iswitchb.el (iswitchb-completion-help):
24478         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24479         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24480         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24481         * locate.el (locate-update):
24482         * longlines.el (longlines-encode-region)
24483         (longlines-after-change-function):
24484         * outline.el (outline-isearch-open-invisible):
24485         * ps-def.el (declare-function, charset-dimension, char-width)
24486         (encode-char):
24487         * ps-mule.el (ps-mule-plot-string):
24488         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24489         (recentf-edit-list-select, recentf-edit-list-validate)
24490         (recentf-open-files-action):
24491         * rect.el (delete-whitespace-rectangle-line)
24492         (rectangle-number-line-callback):
24493         * register.el (window-configuration-to-register)
24494         (frame-configuration-to-register):
24495         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24496         * select.el (xselect-convert-to-string, xselect-convert-to-length)
24497         (xselect-convert-to-targets, xselect-convert-to-delete)
24498         (xselect-convert-to-filename, xselect-convert-to-charpos)
24499         (xselect-convert-to-lineno, xselect-convert-to-colno)
24500         (xselect-convert-to-os, xselect-convert-to-host)
24501         (xselect-convert-to-user, xselect-convert-to-class)
24502         (xselect-convert-to-name, xselect-convert-to-integer)
24503         (xselect-convert-to-atom, xselect-convert-to-identity):
24504         * subr.el (declare, ignore, process-kill-without-query)
24505         (text-clone-maintain):
24506         * terminal.el (te-get-char, te-tic-sentinel):
24507         * tool-bar.el (tool-bar-make-keymap):
24508         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24509         * type-break.el (type-break-mode, type-break-noninteractive-query):
24510         * view.el (View-back-to-mark):
24511         * wid-browse.el (widget-browse-action, widget-browse-widget)
24512         (widget-browse-widgets, widget-browse-sexp):
24513         * widget.el (define-widget-keywords):
24514         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24515         Mark unused parameters.
24517         * align.el (align-adjust-col-for-rule): Mark unused parameter.
24518         (align-areas): Remove unused variable `look'.
24519         (align-region): Remove unused variables `real-end' and `pos-list'.
24521         * apropos.el (apropos-score-doc): Remove unused variable `i'.
24523         * bindings.el (mode-line-modified, mode-line-remote):
24524         Mark unused parameters.
24525         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24527         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24528         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24530         * comint.el (comint-history-isearch-pop-state)
24531         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24532         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24533         (comint-substitute-in-file-name): Doc fix.
24535         * completion.el (cmpl-statistics-block): Mark unused parameter.
24536         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24537         (save-completions-to-file, load-completions-from-file):
24538         Remove unused local variable `e'.
24540         * composite.el (compose-chars): Remove unused variable `len'.
24541         (lgstring-insert-glyph): Remove unused variable `g'.
24542         (compose-glyph-string): Remove unused variables `ascent',
24543         `descent', `lbearing' and `rbearing'.
24544         (compose-glyph-string-relative): Remove unused variables
24545         `lbearing', `rbearing' and `wadjust'.
24546         (compose-gstring-for-graphic): Remove unused variables `header',
24547         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
24548         (compose-gstring-for-terminal): Remove unused variables `header'
24549         and `nchars'.  Use `let', not `let*'.
24551         * cus-edit.el (Custom-set, Custom-save, custom-reset)
24552         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24553         (Custom-buffer-done, custom-buffer-create-internal)
24554         (custom-browse-visibility-action, custom-browse-group-tag-action)
24555         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24556         (widget-magic-mouse-down-action, custom-toggle-parent)
24557         (custom-add-parent-links, custom-toggle-hide-variable)
24558         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24559         (custom-toggle-hide-face, face, hook, custom-group-link-action)
24560         (custom-face-menu-create, custom-variable-menu-create, get)
24561         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24562         (custom-reset-standard-save-and-update): Remove unused variable `value'.
24563         (customize-apropos): Remove unused variable `tests'.
24564         (custom-group-value-create): Remove unused variable `hidden-p'.
24565         (sort-fold-case): Declare.
24567         * cus-theme.el (custom-reset-standard-faces-list)
24568         (custom-reset-standard-variables-list): Declare.
24569         (customize-create-theme, custom-theme-revert, custom-theme-write)
24570         (custom-theme-choose-mode, customize-themes, custom-theme-save):
24571         Mark unused parameters.
24573         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24575         * delim-col.el (delimit-columns-max): Move defvar before first use.
24577         * descr-text.el (describe-char-categories): Don't quote `lambda'.
24578         (describe-char): Don't quote `lambda'.  Mark unused parameter.
24580         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24581         (auto-insert): Declare.
24582         (desktop-restore-file-buffer): Rename desktop-* parameters;
24583         mark unused ones.
24584         (desktop-create-buffer): Rename desktop-* parameters and bind them.
24585         (desktop-buffer): Rename desktop-* parameters.
24587         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24588         (dframe-reposition-frame-xemacs, dframe-help-echo)
24589         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24590         Mark unused parameters.
24592         * dired-aux.el (backup-extract-version-start, overwrite-query)
24593         (overwrite-backup-query, rename-regexp-query)
24594         (rename-non-directory-query): Declare.
24595         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24596         (dired-add-entry): Remove unused variable `orig-file-name'.
24597         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24598         Use parameter PRESERVE-TIME instead of accessing dynamic variable
24599         `dired-copy-preserve-time' directly.
24600         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24601         (dired-insert-subdir-newpos): Rename unused variable `pos'.
24603         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24604         (dired-virtual-revert, dired-make-relative-symlink):
24605         Mark unused parameters.
24606         (manual-program): Declare.
24607         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24608         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24609         wrapped in `with-no-warnings' to avoid replacing one warning by another.
24611         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24613         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24615         * echistory.el (electric-history-in-progress, Helper-return-blurb):
24616         Declare.
24618         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24620         * electric.el (Electric-command-loop): Rename parameter
24621         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24623         * expand.el (expand-in-literal): Remove unused variable `here'.
24625         * facemenu.el (facemenu-add-new-color):
24626         Remove unused variable `docstring'.
24628         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24629         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24630         (face-attr-construct): Mark unused parameter.  Doc fix.
24631         (read-color): Remove unused variable `hex-string'.
24633         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24634         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24635         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24636         (display-buffer-other-frame): Remove unused variable `old-window'.
24637         (kill-buffer-hook): Declare.
24638         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24639         Mark unused parameters.
24640         (after-find-file): Pass 1 to `auto-save-mode', not t.
24642         * files-x.el (auto-insert): Declare.
24643         (modify-file-local-variable-prop-line): Remove unused variable `val'.
24645         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24646         variable `buf'.  Mark unused parameter.
24647         (find-lisp-insert-directory): Mark unused parameter.
24649         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24650         (format-encode-region): Remove unused variables `cur-buf' and `result'.
24651         (format-common-tail): Remove, unused.
24652         (format-deannotate-region): Remove unused variable `loc'.
24653         (format-annotate-region): Remove unused variable `p'.
24654         (format-annotate-single-property-change): Remove unused variables
24655         `default' and `tail'.
24657         * forms.el (read-file-filter): Declare.
24658         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24660         * frame.el (frame-creation-function-alist): Mark unused parameter.
24661         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24663         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24664         Remove unused parameters.
24665         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24666         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24668         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24669         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24670         (hfy-prepare-tag-map): Mark unused parameters.
24671         (htmlfontify-buffer): Use `called-interactively-p'.
24673         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24674         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24675         (ibuffer-do-occur): Mark unused parameters.
24676         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24677         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24679         * ibuffer.el: Don't quote `lambda'.
24680         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24681         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24682         Mark unused parameters.
24684         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24685         (ido-completing-read): Mark unused parameters.
24686         (ido-copy-current-word): Mark unused parameters;
24687         remove unused variable `name'.
24688         (ido-sort-merged-list): Remove unused parameter `dirs'.
24690         * ielm.el (ielm-input-sender): Mark unused parameter.
24691         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24692         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24693         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24694         `ielm-string' as a dynamic variable accessible from the IELM prompt.
24695         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
24697         * image-dired.el (image-dired-display-thumbs): Remove unused
24698         variables `curr-file' and `count'.
24699         (image-dired-remove-tag): Remove unused variable `start'.
24700         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24701         variable `curr-file'
24702         (image-dired-rotate-original): Remove unused variable `temp-file'.
24703         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24704         Remove unused variable `file'.
24705         (image-dired-gallery-generate): Remove unused variable `curr'.
24706         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24708         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24710         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24712         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24714         * isearch.el (minibuffer-history-symbol): Declare.
24715         (isearch-edit-string): Remove unused variable `err'.
24716         (isearch-message-prefix, isearch-message-suffix):
24717         Mark unused parameters.
24719         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24721         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24723         * makesum.el (double-column): Remove unused variable `cnt'.
24725         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24726         (ido-ignore-item-temp-list): Declare.
24728         * mouse-drag.el (mouse-drag-throw): Remove unused variables
24729         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24730         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24731         (mouse-drag-drag): Remove unused variables `mouse-delta' and
24732         `mouse-col-delta'.
24734         * mouse-sel.el (mouse-extend-internal):
24735         Remove unused variable `orig-window-frame'.
24737         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24738         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24739         Move declarations before first use.
24740         (pcomplete-opt): Mark unused parameters; doc fix.
24742         * proced.el (proced-revert): Mark unused parameter.
24743         (proced-send-signal): Remove unused variable `err'.
24745         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24746         Rename parameter PREFIX-ARG to ARG.
24747         (ps-basic-plot-string, ps-basic-plot-whitespace):
24748         Mark unused parameters.
24750         * replace.el (replace-count): Define.
24751         (occur-revert-function): Mark unused parameters.
24752         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24753         (isearch-case-fold-search, isearch-string): Declare.
24754         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24755         bind `case-fold-search'.  Remove unused variables `beg' and `end',
24756         and simplify.
24757         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24758         COUNT and bind `replace-count'.
24759         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24760         to COUNT.
24762         * savehist.el (print-readably, print-string-length): Declare.
24764         * shadowfile.el (shadow-expand-cluster-in-file-name):
24765         Remove unused variable `cluster'.
24766         (shadow-copy-file): Remove unused variable `i'.
24767         (shadow-noquery, shadow-clusters, shadow-site-cluster)
24768         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24769         (shadow-define-literal-group, shadow-define-regexp-group)
24770         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24772         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24773         (shell): Use `called-interactively-p'.
24774         (shell-directory-tracker): Remove unused variable `chdir-failure'.
24776         * simple.el (compilation-context-lines, comint-file-name-quote-list)
24777         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24778         (delete-backward-char): Remove unused variable `ocol'.
24779         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24780         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24781         (event-apply-hyper-modifier, event-apply-shift-modifier)
24782         (event-apply-control-modifier, event-apply-meta-modifier):
24783         Mark unused parameters.
24784         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24785         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24787         * speedbar.el (speedbar-ignored-directory-expressions)
24788         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24789         (speedbar-find-file, speedbar-dir-follow)
24790         (speedbar-directory-buttons-follow, speedbar-tag-find)
24791         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24792         (speedbar-buffers-line-directory, speedbar-buffer-click):
24793         Mark unused parameters.
24794         (speedbar-tag-file): Remove unused variable `mode'.
24795         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24797         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24799         * talk.el (talk): Remove unused variable `display'.
24801         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24802         (tar-write-region-annotate): Mark unused parameter.
24804         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24805         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24806         Declare them, wrapped in `with-no-warnings' to avoid replacing one
24807         warning by another.
24809         * time-stamp.el (time-stamp-string-preprocess):
24810         Remove unused variable `require-padding'.
24812         * tree-widget.el (widget-glyph-enable): Declare.
24813         (tree-widget-action): Mark unused parameter.
24815         * w32-fns.el (x-get-selection): Mark unused parameter.
24816         (autoload-make-program, generated-autoload-file): Declare.
24818         * wdired.el (wdired-revert): Mark unused parameters.
24819         (wdired-xcase-word): Remove unused variable `err'.
24821         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24822         (whitespace-help-scroll): Remove unused variable `data-help'.
24824         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24825         (widget-image-insert, widget-after-change, default)
24826         (widget-default-format-handler, widget-default-notify)
24827         (widget-default-prompt-value, widget-info-link-action)
24828         (widget-url-link-action, widget-function-link-action)
24829         (widget-variable-link-action, widget-file-link-action)
24830         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24831         (widget-field-prompt-internal, widget-field-action, widget-field-match)
24832         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24833         (widget-insert-button-action, widget-delete-button-action, visibility)
24834         (widget-documentation-link-action, widget-documentation-string-action)
24835         (widget-const-prompt-value, widget-regexp-match, symbol)
24836         (widget-coding-system-prompt-value)
24837         (widget-key-sequence-value-to-external, sexp)
24838         (widget-sexp-value-to-internal, character, vector, cons)
24839         (widget-choice-prompt-value, widget-boolean-prompt-value)
24840         (widget-color--choose-action): Mark unused parameters.
24841         (widget-item-match-inline, widget-choice-match-inline)
24842         (widget-checklist-match, widget-checklist-match-inline)
24843         (widget-group-match): Rename parameter VALUES to VALS.
24844         (widget-field-value-set): Remove unused variable `size'.
24845         (widget-color-action): Remove unused variables `value' and `start'.
24847         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24848         variable `dir'.  Doc fix.
24849         (windmove-find-other-window): Don't pass it.
24851         * window.el (count-windows): Mark unused parameter.
24852         (bw-adjust-window): Remove unused variable `err'.
24854         * woman.el (woman-file-name): Remove unused variable `default'.
24855         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24856         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24857         (global-font-lock-mode): Declare.
24858         (woman-decode-region): Mark unused parameter.
24859         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24861         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24862         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24863         (x-dnd-handle-moz-url): Remove unused variable `title'.
24864         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24866         * xml.el (xml-parse-tag, xml-parse-attlist):
24867         Remove unused variable `pos'.
24869 2011-04-19  Glenn Morris  <rgm@gnu.org>
24871         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24872         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24873         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24874         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24875         * calendar/cal-html.el (cal-html-insert-minical):
24876         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24877         (calendar-mark-date-pattern):
24878         Prefix "unused" locals.
24880         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24881         optional argument `style'.
24883         * calendar/appt.el (appt-make-list):
24884         * calendar/cal-china.el (calendar-chinese-date-string):
24885         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24886         (diary-hebrew-yahrzeit):
24887         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24888         * calendar/calendar.el (calendar-generate-window):
24889         * calendar/time-date.el (time-to-days):
24890         Remove unused local variables.
24892 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
24894         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24895         glyphless-char-display table.
24896         (tabulated-list-glyphless-char-display): New var.
24898 2011-04-18  Sam Steingold  <sds@gnu.org>
24900         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24901         to acknowledgments.
24903 2011-04-17  Glenn Morris  <rgm@gnu.org>
24905         * calendar/diary-lib.el (diary-sexp-entry):
24906         * calendar/holidays.el (holiday-sexp):
24907         Set debug-on-error rather than the removed stack-trace-on-error.
24909 2011-04-16  Glenn Morris  <rgm@gnu.org>
24911         * progmodes/f90.el: Use lexical-binding.
24912         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24914 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24916         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24917         (mail-mode): Setup mailalias completion here instead.
24918         * mail/mailalias.el: Use lexical-binding.
24919         (pattern, mailalias-done): Declare dynamic.
24920         (mail-completion-at-point-function): New function, from mail-complete.
24921         (mail-complete): Use it.
24922         (mail-completion-expand): New function.
24923         (mail-get-names): Use it.
24924         (mail-directory, mail-directory-process, mail-directory-stream):
24925         Don't use `pattern' for lexically bound arg.
24927         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24929         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24930         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24931         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24933         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24934         (byte-save-window-excursion, byte-temp-output-buffer-setup)
24935         (byte-interactive-p): Define them again, for use when inlining
24936         old code.
24938 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
24940         * loadup.el: Use `string-to-number', not `string-to-int'.
24942 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24944         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24945         gud-gdb-complete-command.
24946         (gud-gdb-completions): New function, from gud-gdb-complete-command.
24947         (gud-gdb-completion-at-point): New function.
24948         (gud-gdb-completions): Remove.
24950 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
24952         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24953         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
24954         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24955         whether `executable-find' is bound.
24957         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24959 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24961         * minibuffer.el (completion-in-region-mode-predicate)
24962         (completion-in-region-mode--predicate): New vars.
24963         (completion-in-region, completion-in-region--postch)
24964         (completion-in-region-mode): Use them.
24965         (completion--capf-wrapper): Also return the hook function.
24966         (completion-at-point, completion-help-at-point):
24967         Adjust and provide a predicate.
24969         Preserve arg names for advice of subr and lexical functions (bug#8457).
24970         * help-fns.el (help-function-arglist): Consolidate the subr and
24971         new-byte-code cases.  Add argument `preserve-names' to extract names
24972         from the docstring when needed.
24973         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24974         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24975         (ad-arglist): Use help-function-arglist's new arg.
24976         (ad-definition-type): Use cond.
24978 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
24980         * autorevert.el (auto-revert-handler):
24981         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24982         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24983         Don't quote lambda.
24985         * image-mode.el (image-transform-set-scale):
24986         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24988 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24990         * net/network-stream.el (network-stream-open-starttls): Only do
24991         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24992         Upgrades via gnutls-cli are too slow to be done opportunistically.
24994 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
24996         * dframe.el (dframe-current-frame): Remove spurious quote.
24998 2011-04-12  Glenn Morris  <rgm@gnu.org>
25000         * calendar/cal-tex.el (cal-tex-end-document):
25001         Try to automatically use latin1 input if needed.
25003         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25004         Don't try to cons a mark onto an empty element.
25006 2011-04-11  Leo Liu  <sdl.web@gmail.com>
25008         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25009         buffers.
25010         (ido-kill-buffer-at-head): Support killing virtual buffers.
25012 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
25014         * minibuffer.el (completion-show-inline-help): New var.
25015         (completion--do-completion, minibuffer-complete)
25016         (minibuffer-force-complete, minibuffer-complete-word):
25017         Inhibit minibuffer messages if completion-show-inline-help is nil.
25019         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25020         to avoid interference from inline help (Bug#5849).
25022 2011-04-10  Leo Liu  <sdl.web@gmail.com>
25024         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25025         Fix typo.
25027 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
25029         * image-mode.el (image-toggle-display-image): Signal an error if
25030         not in Image mode.
25031         (image-transform-mode, image-transform-resize)
25032         (image-transform-set-rotation): Doc fix.
25033         (image-transform-set-resize): Delete.
25034         (image-transform-set-scale, image-transform-fit-to-height)
25035         (image-transform-fit-to-width): Handle image-toggle-display-image
25036         and image-transform-resize directly.
25038 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
25040         * doc-view.el (doc-view-fit-width-to-window)
25041         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25042         New functions for fitting the shown image to the Emacs window size.
25043         (doc-view-mode-map): Add bindings for the new functions.
25045 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
25047         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25048         Fix typo in docstring.
25050 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25052         * files.el (file-size-human-readable): Produce one digit after
25053         decimal, like "ls -lh" does.
25055         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25056         the file size representation.
25058         * simple.el (list-processes): If async subprocesses are not
25059         available, error out with a clear error message.
25061 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
25063         * help.el (help-form-show): New function, to be called from C.
25064         Put help-form output in a buffer named differently than *Help*.
25066 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25068         * files.el (file-size-human-readable): New function.
25070         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25071         computing the representation inline.  Don't require `cl'.
25073 2011-04-08  Glenn Morris  <rgm@gnu.org>
25075         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25077         * net/browse-url.el (browse-url-firefox):
25078         Test system-type, not system-configuration.
25080         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25081         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25082         Use log-edit-empty-buffer-p.  (Bug#7598)
25084         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25085         (rlogin-mode-map): Initialize in the defvar.
25086         (rlogin): Use ignore-errors.
25088         * replace.el (occur-mode-map): Some fixes for menu items.
25090 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25092         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25094 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25096         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25097         issuing unused warnings.
25099         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25100         macro directly.
25102         * simple.el: Lisp reimplement of list-processes.  Based on an
25103         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25104         (process-menu-mode): New major mode.
25105         (list-processes--refresh, list-processes):
25106         (process-menu-visit-buffer): New functions.
25108         * files.el (save-buffers-kill-emacs): Don't assume any return
25109         value of list-processes, which is undocumented anyway.
25111 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25113         * emacs-lisp/tabulated-list.el: New file.
25115         * emacs-lisp/package.el: Use Tabulated List mode.
25116         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25117         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25118         table format using Tabulated List mode variables.
25119         (package--push): New macro, replacing package-list-maybe-add.
25120         (package-menu--generate): Use package--push.  Renamed from
25121         package--generate-package-list.
25122         (package-menu-refresh, list-packages): Use it.
25123         (package-menu--print-info): Rename from package-print-package.
25124         Return insertion data instead of inserting it directly.
25125         (package-menu-describe-package, package-menu-execute):
25126         Use tabulated-list-get-id.
25127         (package-menu-mark-delete, package-menu-mark-install)
25128         (package-menu-mark-unmark, package-menu-backup-unmark)
25129         (package-menu-mark-obsolete-for-deletion):
25130         Use tabulated-list-put-tag.
25131         (package--list-packages, package-menu-revert)
25132         (package-menu-get-package, package-menu-get-version)
25133         (package-menu-sort-by-column): Functions deleted.
25134         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25135         (package-menu--status-predicate, package-menu--version-predicate)
25136         (package-menu--name-predicate)
25137         (package-menu--description-predicate): Handle arguments in the
25138         Tabulated List format.
25139         (package-list-packages-no-fetch): Call list-packages.
25141 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25143         * files.el (after-find-file-from-revert-buffer): Remove variable.
25144         (after-find-file): Don't bind it.
25145         (revert-buffer-in-progress-p): New variable.
25146         (revert-buffer): Bind it.
25147         Pass nil for `after-find-file-from-revert-buffer'.
25149         * saveplace.el (save-place-find-file-hook): Use new variable
25150         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25152 2011-04-06  Glenn Morris  <rgm@gnu.org>
25154         * Makefile.in (AUTOGEN_VCS): New variable.
25155         (autoloads): Use $AUTOGEN_VCS.
25157         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25158         * calendar/calendar.el (calendar-mode-map):
25159         Check for toolkit scroll bars.  (Bug#8305)
25161 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25163         * minibuffer.el (completion-in-region--postch)
25164         (completion-in-region-mode): Remove unnecessary messages.
25166 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25168         * font-lock.el (font-lock-refresh-defaults):
25169         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25170         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25172         * info.el (Info-directory-list, Info-read-node-name-2)
25173         (Info-split-parameter-string): Doc fixes.
25174         (Info-virtual-nodes): Reflow docstring.
25175         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25176         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25177         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25178         Fix typos in docstrings.
25179         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25180         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25181         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25182         (Info-restore-desktop-buffer): Mark unused parameters.
25183         (Info-directory-find-file, Info-directory-find-node)
25184         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25185         (Info-virtual-index-find-node, Info-apropos-find-file)
25186         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25187         Mark unused parameters; fix typos in docstrings.
25188         (Info-virtual-index): Remove unused local variable `nodename'.
25190 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25192         * net/rcirc.el: Update my e-mail address.
25193         (rcirc-mode-map): Remove M-o binding.
25195 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25197         * startup.el (command-line): Save the cursor's theme-face
25198         directly, instead of using face-override-spec.
25200         * custom.el (load-theme): Minor optimization in assigning faces.
25202 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25204         * help-fns.el (describe-variable): Complete all variables having
25205         documentation, including keywords.
25206         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25208 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25210         Convert to lexical-binding.
25212         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25213         (bs--get-marked-string, bs--get-modified-string)
25214         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25215         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25216         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25218         * ehelp.el (electric-help-execute-extended)
25219         (electric-help-ctrl-x-prefix):
25220         * hexl.el (hexl-revert-buffer-function):
25221         * linum.el (linum-after-change, linum-after-scroll):
25222         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25224         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25226 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25228         * epa-dired.el:
25229         * epa-mail.el:
25230         * epa-hook.el:
25231         * epa-file.el:
25232         * epa.el:
25233         * epg.el: Use lexical binding.
25235 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25237         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25239         * textmodes/flyspell.el (flyspell-word): Recognize default
25240         dictionary case for flyspell-mark-duplications-exceptions.
25241         Use regexp matching for languages.
25242         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25243         default dictionary (Bug#7926).
25245 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25247         * emacs-lisp/package.el (package--with-work-buffer):
25248         Recognize https URLs.
25250         * net/network-stream.el: Move from gnus/proto-stream.el.
25251         Change prefix to network-stream throughout.
25252         (open-protocol-stream): Merge into open-network-stream, leaving
25253         open-protocol-stream as an alias.  Handle nil BUFFER args.
25255         * subr.el (open-network-stream): Move to net/network-stream.el.
25257 2011-04-02  Glenn Morris  <rgm@gnu.org>
25259         * find-dired.el (find-exec-terminator): New option.
25260         (find-ls-option): Test for -ls support.
25261         (find-ls-subdir-switches): Test for -b in find-ls-option.
25262         (find-dired, find-grep-dired): Doc fixes.
25263         (find-dired): Use find-exec-terminator.
25265         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25266         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25267         (find-name-arg): Remove purecopy.
25269         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25270         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25271         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25272         accordingly.  Don't add the null-device if not needed.
25274         * files.el (save-some-buffers): Doc fix.
25276 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25278         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25280 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
25282         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25283         Use `dolist' rather than `mapcar'.
25285 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25287         Add lexical binding.
25289         * subr.el (apply-partially): Use new closures rather than CL.
25290         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25291         (dolist, dotimes): Use slightly different expansion for lexical code.
25292         (functionp): Move to C.
25293         (letrec): New macro.
25294         (with-wrapper-hook): Use it and apply-partially instead of CL.
25295         (eval-after-load): Preserve lexical-binding.
25296         (save-window-excursion, with-output-to-temp-buffer): Turn them
25297         into macros.
25299         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25301         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25302         than the arglist.
25303         (help-add-fundoc-usage): Don't add `Not documented'.
25304         (help-function-arglist): Handle closures, subroutines, and new
25305         byte-code-functions.
25306         (help-make-usage): Remove leading underscores.
25307         (describe-function-1): Handle closures.
25308         (describe-variable): Use special-variable-p for completion.
25310         * files.el (lexical-binding): Declare safe.
25312         * emacs-lisp/pcase.el: Don't use destructuring-bind.
25313         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
25314         (pcase): Add `let' pattern.
25315         Change memoization so it actually works.
25316         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25317         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25318         <let>: New case.
25320         * emacs-lisp/macroexp.el: Use lexical binding.
25321         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
25322         Don't convert ' to #' without checking that it's indeed quoting
25323         a lambda.
25325         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25326         Use eval-sexp-add-defvars.
25327         (eval-sexp-add-defvars): New fun.
25329         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25331         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25332         Don't autoload.
25333         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25334         than the internal `byte-compile-lambda'.
25335         (defmethod): Don't hide code under quotes.
25336         (eieio-defmethod): New `code' argument.
25338         * emacs-lisp/eieio-comp.el: Remove.
25340         * emacs-lisp/edebug.el (edebug-eval-defun)
25341         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25342         (edebug-toggle): Avoid `eval'.
25344         * emacs-lisp/disass.el (disassemble-internal): Handle new
25345         `closure' objects.
25346         (disassemble-1): Handle new byte codes.
25348         * emacs-lisp/cl.el (pushnew): Silence warning.
25350         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25351         (cl-byte-compile-throw): Remove.
25352         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25354         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25355         closures.
25357         * emacs-lisp/cconv.el: New file.
25359         * emacs-lisp/bytecomp.el: Use lexical binding instead of
25360         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
25361         (byte-compile-initial-macro-environment):
25362         Handle declare-function here.
25363         (byte-compile--lexical-environment): New var.
25364         (byte-stack-ref, byte-stack-set, byte-discardN)
25365         (byte-discardN-preserve-tos): New lap codes.
25366         (byte-interactive-p): Don't use any more.
25367         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25368         New macros.
25369         (byte-compile-lapcode): Use them and handle new lap codes.
25370         (byte-compile-obsolete): Remove.
25371         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25372         (byte-compile-arglist-warn): Check late def of inlinable funs.
25373         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25374         since they should have been expanded by now.
25375         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25376         (byte-compile-from-buffer): Remove unused second arg.
25377         (byte-compile-preprocess): New function.
25378         (byte-compile-toplevel-file-form): New function to distinguish
25379         file-form calls from outside from file-form calls from hunk-handlers.
25380         (byte-compile-file-form): Simplify.
25381         (byte-compile-file-form-defsubst): Remove.
25382         (byte-compile-file-form-defmumble): Simplify now that
25383         byte-compile-lambda always returns a byte-code-function.
25384         (byte-compile): Preprocess.
25385         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25386         Remove, not used any more.
25387         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25388         (byte-compile-make-args-desc): New funs.
25389         (byte-compile-lambda): Handle lexical functions.  Always return
25390         a byte-code-function.
25391         (byte-compile-reserved-constants): New var, to make up room for
25392         closed-over variables.
25393         (byte-compile-constants-vector): Obey it.
25394         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25395         (byte-compile-macroexpand-declare-function): New function.
25396         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25397         byte-code-functions.
25398         (byte-compile-form): Check obsolescence here.
25399         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25400         (byte-compile-variable-ref): Remove.
25401         (byte-compile-dynamic-variable-op): New fun.
25402         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25403         (byte-compile-variable-set): New funs.
25404         (byte-compile-discard): Add 2 args.
25405         (byte-compile-stack-ref, byte-compile-stack-set)
25406         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25407         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25408         macroexpand-all instead.
25409         (byte-compile-quote-form): Remove.
25410         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25411         (byte-compile-bind, byte-compile-unbind): New funs.
25412         (byte-compile-let): Handle let* and lexical binding.
25413         (byte-compile-let*): Remove.
25414         (byte-compile-catch, byte-compile-unwind-protect)
25415         (byte-compile-track-mouse, byte-compile-condition-case):
25416         Handle a new :fun-body form, used for lexical scoping.
25417         (byte-compile-save-window-excursion)
25418         (byte-compile-with-output-to-temp-buffer): Remove.
25419         (byte-compile-defun): Simplify.
25420         (byte-compile-stack-adjustment): New fun.
25421         (byte-compile-out): Use it.
25422         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25424         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25425         handler any more.
25427         * emacs-lisp/byte-opt.el: Use lexical binding.
25428         (byte-inline-lapcode): Remove (to bytecomp).
25429         (byte-compile-inline-expand): Pay attention to inlining to/from
25430         lexically bound code.
25431         (byte-compile-unfold-lambda): Don't handle byte-code-functions
25432         any more.
25433         (byte-optimize-form-code-walker): Don't handle save-window-excursion
25434         any more and don't call compiler-macros.
25435         (byte-compile-splice-in-already-compiled-code): Remove.
25436         (byte-code): Don't inline any more.
25437         (disassemble-offset): Receive `bytes' as argument rather than via
25438         dynamic scoping.
25439         (byte-compile-tag-number): Declare before first use.
25440         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25441         `return' even if make-spliceable.
25442         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25443         obsolete interactive-p.
25444         (byte-optimize-lapcode): Optimize new lap-codes.
25445         Don't trip up on new form of `byte-constant' lap code.
25447         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25449         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25451         * custom.el (custom-initialize-default, custom-declare-variable):
25452         Use `defvar'.
25454         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25455         New variables.
25456         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25457         (COMPILE_FIRST): Add macroexp and cconv.
25458         * makefile.w32-in: Mirror changes in Makefile.in.
25460         * vc/cvs-status.el:
25461         * vc/diff-mode.el:
25462         * vc/log-edit.el:
25463         * vc/log-view.el:
25464         * vc/smerge-mode.el:
25465         * textmodes/bibtex-style.el:
25466         * textmodes/css-mode.el:
25467         * startup.el:
25468         * uniquify.el:
25469         * minibuffer.el:
25470         * newcomment.el:
25471         * reveal.el:
25472         * server.el:
25473         * mpc.el:
25474         * emacs-lisp/smie.el:
25475         * doc-view.el:
25476         * dired.el:
25477         * abbrev.el: Use lexical binding.
25479 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
25481         * info.el (info-display-manual): New function.
25483 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25485         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25487 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
25489         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25490         an entry for that server in rcirc-authinfo.  (Bug#8385)
25492 2011-03-31  Glenn Morris  <rgm@gnu.org>
25494         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25496         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25498 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
25500         * progmodes/python.el (python-default-interpreter)
25501         (python-python-command-args, python-jython-command-args)
25502         (python-which-shell, python-which-args, python-which-bufname)
25503         (python-file-queue, python-comint-output-filter-function)
25504         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25505         variables and functions.
25507 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25509         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25510         (completion-in-region-mode): New minor mode.
25511         (completion-in-region): Use it.
25512         (completion-in-region--data, completion-in-region-mode-map): New vars.
25513         (completion-in-region--postch): New function.
25514         (completion--capf-misbehave-funs, completion--capf-safe-funs):
25515         New vars.
25516         (completion--capf-wrapper): New function.
25517         (completion-at-point): Use it to track well-behavedness of
25518         hook functions.
25519         (completion-help-at-point): New command.
25521 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
25523         * vc/add-log.el (add-change-log-entry): Don't use whitespace
25524         syntax class to search for whitespace on a single line
25525         (Message-ID: <4D938140.4030905@redhat.com>).
25527 2011-03-30  Leo Liu  <sdl.web@gmail.com>
25529         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25530         New commands.
25531         (edit-abbrevs-map): Bind them here.
25532         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
25534 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
25536         * allout.el (allout-hide-by-annotation, allout-flag-region):
25537         Reduce possibility of overlay leakage by making them volatile.
25539         * allout-widgets.el (allout-widgets-tally): Define as nil so the
25540         hash is not shared between buffers.  Mode initialization is
25541         responsible for giving it a useful starting value.
25542         (allout-item-span): Reduce possibility of overlay leakage by
25543         making them volatile.
25544         (allout-widgets-count-buttons-in-region): Add diagnostic function
25545         for tracking down button overlay leaks.
25547 2011-03-29  Leo Liu  <sdl.web@gmail.com>
25549         * ido.el (ido-read-internal): Use the default history var
25550         minibuffer-history if no HISTORY is specified.
25552 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
25554         * net/imap.el (imap-shell-open, imap-process-connection-type):
25555         Use imap-process-connection-type for 'shell' streams as well as
25556         Kerberos, SSL, other subprocesses.
25558 2011-03-28  Leo Liu  <sdl.web@gmail.com>
25560         * abbrev.el (abbrev-table-empty-p): New function.
25561         (prepare-abbrev-list-buffer): Place empty abbrev tables after
25562         nonempty ones.  (Bug#5937)
25564 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
25566         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25568 2011-03-27  Leo Liu  <sdl.web@gmail.com>
25570         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25571         for foreground and background colors.
25572         (ansi-color-make-color-map): Adapt.
25574 2011-03-25  Leo Liu  <sdl.web@gmail.com>
25576         * midnight.el (midnight-time-float): Remove.  Note it calculates
25577         the microsecond component incorrectly and seconds-to-time does the
25578         same job.
25579         Remove redundant (require 'timer).
25581         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25582         (ido-completions): Remove unused arguments.  (Bug#8329)
25584 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25586         * minibuffer.el (completion--flush-all-sorted-completions):
25587         Remove itself from hook.
25588         (completion-at-point): Let the functions perform the completion
25589         immediately and return nil or t.
25590         * comint.el (comint-dynamic-complete-functions): Now identical to
25591         completion-at-point-functions.
25592         (comint-dynamic-list-input-ring): Remove unused var `index'.
25593         (comint--match-partial-filename, comint--unquote&expand-filename):
25594         New funs, split from comint-match-partial-filename.
25595         (comint-dynamic-complete): Use completion-at-point.
25596         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25598 2011-03-24  Drew Adams  <drew.adams@oracle.com>
25600         * thingatpt.el: Support `defun'.
25602 2011-03-23  Leo Liu  <sdl.web@gmail.com>
25604         * abbrevlist.el: Move to obsolete/abbrevlist.el.
25606         * help-mode.el (help-mode-finish): Tweak regexp.
25608 2011-03-23  Glenn Morris  <rgm@gnu.org>
25610         * eshell/esh-opt.el (eshell-eval-using-options):
25611         Do not bind unused local variable `eshell-option-stub'.
25613         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25615 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25617         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25618         keymap variable in `with-no-warnings' to avoid a warning when the
25619         keymap has been already `defconst'ed.
25621 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25623         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25624         encode all chars in abbrevs; otherwise use emacs-mule or
25625         utf-8-emacs.  (Bug#8308)
25627 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25629         * simple.el (backward-delete-char-untabify):
25630         Avoid warning about using `delete-backward-char'.
25632         * image.el (image-type-file-name-regexps): Make it variable.
25633         `imagemagick-register-types' modifies it, and the user may want
25634         to add new extensions for known image types.
25635         (imagemagick-register-types): Throw error if not using ImageMagick.
25637 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25639         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25640         located before rcirc-prompt-end-marker.
25641         (rcirc-complete): Error if point is not after rcirc prompt.
25642         Handle the case when table is nil.
25643         (rcirc-user-authenticated): Define to fix compiler warning.
25645 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
25647         * custom.el (custom--inhibit-theme-enable): Make it affect only
25648         custom-theme-set-variables and custom-theme-set-faces.
25649         (provide-theme): Ignore custom--inhibit-theme-enable.
25650         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25651         (custom-enabling-themes): Delete variable.
25652         (enable-theme): Accept only loaded themes as arguments.
25653         Ignore the special custom-enabled-themes variable.
25654         (custom-enabled-themes): Forbid themes from setting this.
25655         Eliminate use of custom-enabling-themes.
25656         (custom-push-theme): Quote "changed" custom var entry.
25658 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25660         * ido.el (ido-read-internal): Add ido-selected to history instead
25661         of user input.
25663 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25665         * subr.el (deferred-action-list, deferred-action-function):
25666         Mark obsolete.
25668 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25670         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25671         change on 2011-02-13 (bug#8309).
25673         * minibuffer.el (read-file-name-function): Change default value.
25674         (read-file-name--defaults): Rename from read-file-name-defaults.
25675         (read-file-name-default): Rename from read-file-name.
25676         (read-file-name): Call read-file-name-function.
25678 2011-03-21  Glenn Morris  <rgm@gnu.org>
25680         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25681         Doc fixes.
25683 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
25685         * cus-theme.el: Add missing provide statement.
25686         (customize-create-theme): Extract theme value correctly.
25687         (custom-theme-visit-theme): Autoload.
25688         (customize-create-theme): Prompt before inserting default faces.
25690 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
25692         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25693         units and musical notes.
25695 2011-03-20  Leo Liu  <sdl.web@gmail.com>
25697         * ido.el (ido-read-internal): Use completing-read-default.
25698         (ido-completing-read): Fix compatibility with completing-read.
25700 2011-03-20  Christian Ohler  <ohler@gnu.org>
25702         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25703         (ert-delete-all-tests): Use `called-interactively-p' rather than
25704         `interactive-p'.
25705         (ert--make-xrefs-region): Respect END.
25707 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25709         * dired-aux.el (dired-create-directory): Signal an error if the
25710         directory already exists (Bug#8246).
25712         * facemenu.el (list-colors-display): Call list-faces-display
25713         inside with-help-window.
25714         (list-colors-print): Use display property to align the final
25715         column, instead of checking window-width.
25717 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
25719         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25720         windows-nt systems.
25721         (emerge-protect-metachars): Quote correctly for ms-dos and
25722         windows-nt systems.
25724 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
25726         * info.el (info-initialize): Replace all uses of `:' with
25727         path-separator for compatibility with non-Unix systems.
25728         Cache quoting of path-separator.  (Bug#8258)
25730 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
25732         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25733         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25734         (mouse-avoidance-mode): Fix typos in docstrings.
25736 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25738         * startup.el (package-subdirectory-regexp): Move from package.el.
25739         Omit \\` and \\', and let callers add them.
25741         * emacs-lisp/package.el (package-strip-version)
25742         (package-load-all-descriptors): Add \\` and \\' to
25743         package-subdirectory-regexp before using it.
25744         (package-untar-buffer): New arg DIR; ensure that file untars only
25745         into this expected directory.  Remove superfluous delete-region.
25746         (package-unpack): Caller changed.
25747         (package-tar-file-info): Use package-subdirectory-regexp.
25749 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25751         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25752         diff-mode-shared-map (bug#8284).
25753         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25755 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25757         * calendar/time-date.el (format-seconds): Use assoc instead of
25758         assoc-string, since assoc-string doesn't exist in XEmacs.
25760 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
25762         * custom.el (custom-known-themes): Reflow docstring.
25763         (custom-theme-load-path): Fix typo in docstring.
25764         (load-theme): Fix typo in error message.
25765         (custom-available-themes, custom-variable-theme-value):
25766         Use `let', not `let*'.
25768 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
25770         * calc/README: Mention inclusion of musical notes.
25772         * calc/calc-units.el (calc-lu-quant): Rename from
25773         `calc-logunits-quantity'.
25774         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25775         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25776         (calc-db): Rename from `calc-dblevel'.
25777         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25778         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25779         (calc-np): Rename from `calc-nplevel'.
25780         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25781         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25782         (calc-lu-plus): Rename from `calc-logunits-add'.
25783         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25784         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25785         (calc-lu-minus): Rename from `calc-logunits-sub'.
25786         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25787         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25788         (calc-lu-times): Rename from `calc-logunits-mul'.
25789         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25790         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25791         (calc-lu-divide): Rename from `calc-logunits-div'.
25792         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25793         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25795         * calc/calc-ext.el (calc-init-extensions): Update the names of the
25796         functions being autoloaded.
25798         * calc/calc.el (calc-lu-power-reference): Rename from
25799         `calc-logunits-power-reference'.
25800         (calc-lu-field-reference): Rename from
25801         `calc-logunits-field-reference'.
25803         * calc/calc-help.el (calc-l-prefix-help):
25804         Mention musical note functions.
25806 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25808         * minibuffer.el (completion-all-sorted-completions):
25809         Use :completion-cycle-penalty text property if present.
25811 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
25813         * allout.el (allout-yank-processing): Adjust for new rebulleting
25814         regime so bullet being yanked is used without prompting the user
25815         for a choice.
25817 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25819         * startup.el (command-line): Warn the user that _emacs is deprecated.
25821 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25823         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25824         (delphi-verbose, delphi-comment-face, delphi-string-face)
25825         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25826         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25827         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25828         (delphi-new-comment-line, delphi-font-lock-defaults)
25829         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25830         Fix typos in docstrings.
25832 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
25834         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25835         Invert the roles of character and string values for INSTEAD, so a
25836         string is used for the more common case of a defaulting prompt.
25838 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25840         * progmodes/ruby-mode.el (ruby-backward-sexp):
25841         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25842         * play/gamegrid.el (gamegrid-make-face):
25843         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25844         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25845         * notifications.el (notifications-notify):
25846         * net/xesam.el (xesam-search-engines):
25847         * net/quickurl.el (quickurl-list-insert):
25848         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25850 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
25852         * startup.el (command-line): Update package subdirectory regexp.
25854 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25856         * allout.el (allout-abbreviate-flattened-numbering)
25857         (allout-mode-deactivate-hook): Fix up obsolescence "date".
25859         * subr.el (read-char-choice): Only show the cursor after the prompt,
25860         not after the answer.
25862 2011-03-15  Kevin Ryde  <user42@zip.com.au>
25864         * help-fns.el (variable-at-point): Skip leading quotes, if any
25865         (bug#8253).
25867 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25869         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25870         warning message.
25872 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
25874         * shell.el (shell): When called interactively, offer to change the
25875         shell file name on remote hosts.
25877 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
25879         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25880         integration for LDAP parameters.  The host, base, user or binddn,
25881         and secret tokens can be specified in a netrc file, for instance.
25882         This is optional because an `auth-source' parameter must be
25883         specified in the search attributes.
25885 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
25887         * help.el (describe-mode): Link to the mode's definition (bug#8185).
25889 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25891         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25892         into declaration.  Remove redundant and harmful binding.
25894 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
25896         * files.el (file-ownership-preserved-p): Pass `integer' as an
25897         explicit 2nd argument to `file-attributes'.  If the file's owner
25898         is the Administrators group on Windows, and the current user is
25899         Administrator, consider that a match.
25901         * server.el (server-ensure-safe-dir): Consider server directory
25902         safe on MS-Windows if its owner is the Administrators group while
25903         the current Emacs user is Administrator.  Use `=' to compare
25904         numerical UIDs, since they could be integers or floats.
25906 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
25908         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25910 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
25912         Sync with Tramp 2.2.1.
25914         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25916         * net/trampver.el: Update release number.
25918 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25920         * progmodes/compile.el (compilation--previous-directory): Fix up
25921         various nil/dead-marker mismatches (bug#8014).
25922         (compilation-directory-properties, compilation-error-properties):
25923         Don't call it at a position past the one we're about to change.
25925         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25926         Disable obsolescence warnings in the file that declares it.
25928 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
25930         * allout-widgets.el (allout-widgets-tally):
25931         Initialize allout-widgets-tally as a hash table rather than nil to
25932         prevent mode-line redisplay warnings.  Also, clarify the module
25933         description and fix a comment typo.
25935 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
25937         * help-fns.el (describe-variable): Don't complete keywords.
25938         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25940 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
25942         * emacs-lisp/package.el (package-version-join): Impose a standard
25943         string representation for pre/alpha/beta version lists.
25944         (package-unpack-single): Standardize the directory name by passing
25945         it through package-version-join.
25946         (package-strip-rcs-id): Accept any version string that does not
25947         signal an error in version-to-list.
25949 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
25951         * simple.el (delete-trailing-whitespace): Return nil for the
25952         benefit of `write-file-functions'.
25954 2011-03-10  Glenn Morris  <rgm@gnu.org>
25956         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25958         * vc/vc-git.el (vc-git-program): New option.
25959         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25960         (vc-git--call): Use it.
25962         * eshell/esh-util.el (eshell-condition-case): Doc fix.
25964         * cus-edit.el (Custom-newline): If no button at point, look
25965         for a subgroup button at start-of-line.  (Bug#2298)
25967         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25969 2011-03-10  Julien Danjou  <julien@danjou.info>
25971         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25972         `cursor-type' is nil.
25974 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
25976         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25978 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
25980         * allout.el: Change so yank of distinctive-bullet items
25981         preserves the existing header prefix, rebulleting it if necessary,
25982         rather than replacing it.  This is necessary for proper operation
25983         of cooperative addons like allout-widgets.
25984         (allout-make-topic-prefix, allout-rebullet-heading):
25985         Change SOLICIT arg to INSTEAD, and interpret additionally a string
25986         value as alternate bullet to be used, instead of prompting the user
25987         for a bullet character.
25989 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
25991         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25992         Do not use `tramp-file-name-port', because this returns also
25993         `tramp-default-port'.
25995 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
25997         * net/rcirc.el (rcirc-handler-001): Remove useless
25998         with-rcirc-process-buffer.
25999         (rcirc-check-auth-status): Swap arguments to string-match.
26001 2011-03-09  Glenn Morris  <rgm@gnu.org>
26003         * shell.el (shell-mode):
26004         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
26006         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26007         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
26009 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26011         * emacs-lisp/package.el (package-refresh-contents)
26012         (package-menu-execute): Use condition-case-no-debug.
26014 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
26016         * simple.el (shell-command-to-string): Use `process-file'.
26018         * emacs-lisp/package.el (package-tar-file-info): Handle also
26019         remote files.
26021         * emacs-lisp/package-x.el (package-upload-buffer-internal):
26022         Use `equal' for upload base check.
26024 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
26026         * textmodes/texinfo.el (texinfo-environments):
26027         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
26029 2011-03-08  Glenn Morris  <rgm@gnu.org>
26031         * cus-start.el (cursor-in-non-selected-windows):
26032         Fix :set quoting oddness.  (Bug#8192)
26034         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26035         in some setf expressions.  (Bug#2159)
26037 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26039         * custom.el (custom-available-themes): Return themes in
26040         alphabetical order.
26042 See ChangeLog.15 for earlier changes.
26044 ;; Local Variables:
26045 ;; coding: utf-8
26046 ;; End:
26048   Copyright (C) 2011-2013 Free Software Foundation, Inc.
26050   This file is part of GNU Emacs.
26052   GNU Emacs is free software: you can redistribute it and/or modify
26053   it under the terms of the GNU General Public License as published by
26054   the Free Software Foundation, either version 3 of the License, or
26055   (at your option) any later version.
26057   GNU Emacs is distributed in the hope that it will be useful,
26058   but WITHOUT ANY WARRANTY; without even the implied warranty of
26059   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26060   GNU General Public License for more details.
26062   You should have received a copy of the GNU General Public License
26063   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.