* lisp/vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names.
[emacs.git] / lisp / ChangeLog
blobde1121fa131d75f66d0ec655de3eaddc3fd2b662
1 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
4         (bug#14216).
6 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
8         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9         Fix adjustment of offset when receiving incomplete responses from GDB
10         (bug#14129).
12 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15         python-mode-abbrev-table.
16         (python-skeleton-define): Adjust accordingly.
17         (python-mode-abbrev-table): New table that inherits from it so that
18         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
20         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
21         (abbrev-symbol): Use it.
22         (abbrev--before-point): Use it since we already handle inheritance.
24 2013-04-16  Leo Liu  <sdl.web@gmail.com>
26         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
27         binding to info-lookup-symbol.
29 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
31         * minibuffer.el (completion--twq-all):
32         * term/ns-win.el (ns-initialize-window-system):
33         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
35 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
37         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
38         global bindings.
40         * doc-view.el (doc-view-start-process): Handle url-handler directories.
42 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
44         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
45         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
46         to nil.
47         (ruby-end-of-defun): Remove the unused arg, change the docstring
48         to reflect that this function is only used as the value of
49         `end-of-defun-function'.
50         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
51         to reflect an earlier change that beginning/end-of-defun functions
52         jump between methods in a class definition, as well as top-level
53         functions.
55 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * minibuffer.el (minibuffer-complete): Don't just scroll
58         a *Completions* that's been iconified.
59         (minibuffer-force-complete): Make sure repetitions do cycle when going
60         through completion-in-region -> minibuffer-complete.
62 2013-04-15  Alan Mackenzie  <acm@muc.de>
64         Correct the placement of c-cpp-delimiters when there're #s not at
65         col 0.
67         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
68         place a submatch around the #.
69         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
70         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
71         on the #, not BOL.
73 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * emacs-lisp/nadvice.el: Properly test names when adding advice.
76         (advice--member-p): New arg `name'.
77         (advice--add-function, advice-member-p): Use it (bug#14202).
79 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
81         Reformulate java imenu-generic-expression.
82         The old expression contained ill formed regexps.
84         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
85         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
86         (cc-imenu-java-method-arg-regexp): New defconsts.
87         (cc-imenu-java-build-type-args-regex): New defun.
88         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
89         handling of spaces in the regexp.
91 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
93         * textmodes/ispell.el (ispell-command-loop): Remove
94         flyspell highlight of a word when ispell accepts it (bug #14178).
96 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
98         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
99         uses code from the previous `ange-ftp-run-real-handler'.
100         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
101         only in case that function exist.  This is needed for proper
102         unloading of Tramp.
104 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
106         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
108         * textmodes/reftex.el (reftex-compile-variables): Use it.
110 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * files.el (normal-mode): Only use default major-mode if no other mode
113         was specified.
115         * emacs-lisp/trace.el (trace-values): New function.
117         * files.el: Allow : in local variables (bug#14089).
118         (hack-local-variable-regexp): New var.
119         (hack-local-variables-prop-line, hack-local-variables): Use it.
121 2013-04-13  Roland Winkler  <winkler@gnu.org>
123         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
124         data before it gets modified by bibtex-beginning-of-entry.
126 2013-04-13  Roland Winkler  <winkler@gnu.org>
128         * textmodes/bibtex.el (bibtex-url): Doc fix.
130 2013-04-13  Roland Winkler  <winkler@gnu.org>
132         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
133         does not visit a BibTeX file, exclude it from the list of buffers
134         returned by bibtex-initialize.
136 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
138         * window.el (split-window): Remove interactive form, since as a
139         command this function is a special case of split-window-below.
140         Correct doc string.
142 2013-04-12  Roland Winkler  <winkler@gnu.org>
144         * faces.el (read-face-name): Do not override value of arg default.
145         Allow single faces and strings as default values.  Remove those
146         elements from return value that are not faces.
147         (describe-face): Simplify.
148         (face-at-point): New optional args thing and multiple so that this
149         function can provide the same functionality previously provided by
150         read-face-name.
151         (make-face-bold, make-face-unbold, make-face-italic)
152         (make-face-unitalic, make-face-bold-italic, invert-face)
153         (modify-face, read-face-and-attribute): Use face-at-point.
155         * cus-edit.el (customize-face, customize-face-other-window)
156         * cus-theme.el (custom-theme-add-face)
157         * face-remap.el (buffer-face-set)
158         * facemenu.el (facemenu-set-face): Use face-at-point.
160 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
162         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
164 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
166         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
167         off leading { and trailing } from field values.
169 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * emacs-lisp/timer.el (timer--check): New function.
172         (timer--time, timer-set-function, timer-event-handler): Use it.
173         (timer-set-idle-time): Simplify.
174         (timer--activate): CSE.
175         (timer-event-handler): Give more info in error message.
176         (internal-timer-start-idle): New function, moved from C.
178         * mpc.el (mpc-proc): Add `restart' argument.
179         (mpc-proc-cmd): Use it.
180         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
181         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
182         less often.
184 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
186         * progmodes/sh-script.el: Implement `sh-mode' own
187         `add-log-current-defun-function' (bug#14112).
188         (sh-current-defun-name): New function.
189         (sh-mode): Use the function.
191 2013-04-09  Bastien Guerry  <bzg@gnu.org>
193         * simple.el (choose-completion-string): Fix docstring (bug#14163).
195 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
197         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
199         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
200         timer (bug#14156).
202 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
204         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
205         declaration.
207 2013-04-07  Leo Liu  <sdl.web@gmail.com>
209         * pcmpl-x.el: New file.
211 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
213         Do not set x-display-name until X connection is established.
214         This is needed to prevent from weird situation described at
215         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
216         * frame.el (make-frame): Set x-display-name after call to
217         window system initialization function, not before.
218         * term/x-win.el (x-initialize-window-system): Add optional
219         display argument and use it.
220         * term/w32-win.el (w32-initialize-window-system):
221         * term/ns-win.el (ns-initialize-window-system):
222         * term/pc-win.el (msdos-initialize-window-system):
223         Add compatible optional display argument.
225 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
227         * files.el (normal-backup-enable-predicate): On MS-Windows and
228         MS-DOS compare truenames of temporary-file-directory and of the
229         file, so that 8+3 aliases (usually found in $TEMP on Windows)
230         don't fail comparison by compare-strings.  Also, compare file
231         names case-insensitively on MS-Windows and MS-DOS.
233 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
236         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
238 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
240         * whitespace.el (whitespace-color-on, whitespace-color-off):
241         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
243 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
245         * ispell.el (ispell-set-spellchecker-params):
246         Really set `ispell-args' for all equivs.
248 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
250         * ido.el (ido-completions): Use extra elements of ido-decorations
251         (bug#14143).
252         (ido-decorations): Update docstring.
254 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
256         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
257         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
258         nil during initialization, in order not to miss changes since the
259         file was opened.  (Bug#14140)
261 2013-04-05  Leo Liu  <sdl.web@gmail.com>
263         * kmacro.el (kmacro-call-macro): Fix bug#14135.
265 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
267         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
269 2013-04-04  Glenn Morris  <rgm@gnu.org>
271         * electric.el (electric-pair-inhibit-predicate): Add :version.
273 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
276         when a package is required several times (bug#14082).
278 2013-04-04  Roland Winkler  <winkler@gnu.org>
280         * faces.el (read-face-name): Behave as promised by the docstring.
281         Assume that arg default is a list of faces.
282         (describe-face): Call read-face-name with list of default faces.
284 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
286         * bookmark.el: Fix deletion of bookmarks (bug#13972).
287         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
288         (bookmark-bmenu-execute-deletions): Only skip first line if it's
289         the header.
290         (bookmark-exit-hook-internal): Save even if list is empty.
292 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
294         * emacs-lisp/package.el (package-pinned-packages): New var.
295         (package--add-to-archive-contents): Obey it (bug#14118).
297 2013-04-03  Alan Mackenzie  <acm@muc.de>
299         Handle `parse-partial-sexp' landing inside a comment opener
300         (Bug#13244). Also adapt to the new values of element 7 of a parse
301         state.
303         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
304         parameter `not-in-delimiter'.  Handle being inside comment opener.
305         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
306         character in case we're typing a '*' after a '/'.
307         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
308         instead by passing the parameter to c-state-pp-to-literal.
310         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
311         for elt. 7 of a parse state.
313 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
315         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
316         * international/latin1-disp.el, international/mule-util.el:
317         * language/cyril-util.el, language/european.el, language/ind-util.el:
318         * language/lao-util.el, language/thai.el, language/tibet-util.el:
319         * language/tibetan.el, language/viet-util.el:
320         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
322 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
324         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
325         (electric-pair-post-self-insert-function): Use it.
326         (electric-pair-default-inhibit): New function, extracted from
327         electric-pair-post-self-insert-function.
329 2013-03-31  Roland Winkler  <winkler@gnu.org>
331         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
333 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
337 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
339         Un-indent after "pass" and "return" statements (Bug#13888)
340         * progmodes/python.el (python-indent-block-enders): New var.
341         (python-indent-calculate-indentation): Use it.
343 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
345         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
346         defun.  Defining it as defalias could introduce too eager
347         byte-compiler optimization.  (Bug#14030)
349 2013-03-30  Chong Yidong  <cyd@gnu.org>
351         * iswitchb.el (iswitchb-read-buffer): Fix typo.
353 2013-03-30  Leo Liu  <sdl.web@gmail.com>
355         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
356         (kmacro-execute-from-register): Pass the keyboard macro to
357         kmacro-call-macro or repeating won't work correctly.
359 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
361         * progmodes/subword.el: Back to using `forward-symbol'.
363         * subr.el (forward-whitespace, forward-symbol)
364         (forward-same-syntax): Move from thingatpt.el.
366 2013-03-29  Leo Liu  <sdl.web@gmail.com>
368         * kmacro.el (kmacro-to-register): New command.
369         (kmacro-execute-from-register): New function.
370         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
372 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * mpc.el: Use defvar-local and setq-local.
375         (mpc--proc-connect): Connection failures are not bugs.
376         (mpc-mode-map): `follow-link' only applies to the buffer's content.
377         (mpc-volume-map): Bind to the up-events.
379 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
381         * progmodes/subword.el (superword-mode): Use `forward-sexp'
382         instead of `forward-symbol'.
384 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
386         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
387         (edebug--recursive-edit): Use it.
388         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
389         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
391 2013-03-28  Leo Liu  <sdl.web@gmail.com>
393         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
395 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
397         * facemenu.el (list-colors-callback): New defvar.
398         (list-colors-redisplay): New function.
399         (list-colors-display): Install list-colors-redisplay as the
400         revert-buffer-function.  (Bug#14063)
402 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
405         and suffixes don't overlap (bug#14061).
407         * case-table.el: Use lexical-binding.
408         (case-table-get-table): New function.
409         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
411 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
413         * progmodes/subword.el: Add `superword-mode' to do word motion
414         over symbol_words (parallels and leverages `subword-mode' which
415         does word motion inside MixedCaseWords).
417 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
419         * eshell/em-unix.el: Move su and sudo to...
420         * eshell/em-tramp.el: ...Eshell tramp module.
422 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
425         Change return value to be a sexp.  Delay `get-buffer' to after
426         restoring the desktop (bug#13951).
428 2013-03-26  Leo Liu  <sdl.web@gmail.com>
430         * register.el: Move semantic tag handling back to
431         cedet/semantic/senator.el.  (Bug#14052)
433 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
435         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
436         into the prompt either (bug#13963).
438 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
440         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
441         part of "(error-foo)".
443 2013-03-24  Juri Linkov  <juri@jurta.org>
445         * replace.el (list-matching-lines-prefix-face): New defcustom.
446         (occur-1): Pass `list-matching-lines-prefix-face' to the function
447         `occur-engine' if `face-differs-from-default-p' returns t.
448         (occur-engine): Add `,' inside backquote construct to evaluate
449         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
450         Pass `prefix-face' to the functions `occur-context-lines' and
451         `occur-engine-add-prefix'.
452         (occur-engine-add-prefix, occur-context-lines): Add optional arg
453         `prefix-face' and propertize the prefix with `prefix-face'.
454         (Bug#14017)
456 2013-03-24  Leo Liu  <sdl.web@gmail.com>
458         * nxml/rng-valid.el (rng-validate-while-idle)
459         (rng-validate-quick-while-idle): Guard against deleted buffer.
460         (Bug#13999)
462         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
463         is the last entry in kill-buffer-hook.
465         * files.el (kill-buffer-hook): Doc fix.
467 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
469         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
470         Make it safe-local.
472         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
474 2013-03-23  Leo Liu  <sdl.web@gmail.com>
476         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
477         Remove.
479         * nxml/rng-valid.el (rng-validate-mode)
480         (rng-after-change-function, rng-do-some-validation):
481         * nxml/rng-maint.el (rng-validate-buffer):
482         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
483         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
484         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
485         (nxml-extend-after-change-region): Use with-silent-modifications.
487         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
488         timer-idle-list.
490         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
491         (rng-next-error-1, rng-previous-error-1): Do not let-bind
492         timer-idle-list.  (Bug#13999)
494 2013-03-23  Juri Linkov  <juri@jurta.org>
496         * info.el (info-index-match): New face.
497         (Info-index, Info-apropos-matches): Add a nested subgroup to the
498         main pattern and add text properties with the new face to matches
499         in index entries relative to the beginning of the index entry.
500         (Bug#14015)
502 2013-03-21  Eric Ludlam  <zappo@gnu.org>
504         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
505         Inhibit read only while inserting objects.
507 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
509         * progmodes/cfengine.el: Update docs to mention
510         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
511         symbol motion.  Remove "_" from the word syntax.
513 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
515         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
516         syntax for both `cfengine2-mode' and `cfengine3-mode'.
518 2013-03-20  Juri Linkov  <juri@jurta.org>
520         * info.el (Info-next-reference-or-link)
521         (Info-prev-reference-or-link): New functions.
522         (Info-next-reference, Info-prev-reference): Use them.
523         (Info-try-follow-nearest-node): Handle footnote navigation.
524         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
526 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
528         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
529         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
531 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
533         Suppress unnecessary non-ASCII chatter during build process.
534         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
535         (batch-skkdic-convert): Suppress most of the chatter.
536         It's not needed so much now that machines are faster,
537         and its non-ASCII component was confusing; see Dmitry Gutov in
538         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
540 2013-03-20  Leo Liu  <sdl.web@gmail.com>
542         * ido.el (ido-chop): Fix bug#10994.
544 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
546         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
547         Remove vars.
548         (whitespace-color-on, whitespace-color-off):
549         Use `font-lock-fontify-buffer' (Bug#13817).
551 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
554         remapping in mode-line.
555         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
557 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
559         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
560         value for `whitespace-line' face (Bug#13875).
561         (whitespace-font-lock-keywords): Change description.
562         (whitespace-color-on): Don't save `font-lock-keywords' value, save
563         the constructed keywords instead.
564         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
566 2013-03-19  Leo Liu  <sdl.web@gmail.com>
568         * progmodes/compile.el (compilation-display-error): New command.
569         (compilation-mode-map, compilation-minor-mode-map): Bind it to
570         C-o.  (Bug#13992)
572 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
574         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
576 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
578         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
580 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
582         * net/tramp-compat.el (tramp-compat-user-error): New defun.
584         * net/tramp-adb.el (tramp-adb-handle-shell-command):
585         * net/tramp-gvfs.el (top):
586         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
587         (tramp-handle-shell-command): Use it.
588         (tramp-dissect-file-name): Raise an error when hostname is a
589         method name, and neither method nor user is specified.
591         * net/trampver.el: Update release number.
593 2013-03-18  Leo Liu  <sdl.web@gmail.com>
595         Make sure eldoc can be turned off properly.
596         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
597         eldoc-mode.
598         (eldoc-display-message-p): Revert last change.
599         (eldoc-display-message-no-interference-p)
600         (eldoc-print-current-symbol-info): Tweak.
602 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
604         * doc-view.el (doc-view-new-window-function): Check the new window
605         overlay's display property instead the char property of the
606         buffer's first char.  Use `with-selected-window' instead of
607         `save-window-excursion' with `select-window'.
608         (doc-view-document->bitmap): Check the current doc-view overlay's
609         display property instead the char property of the buffer's first char.
611 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
613         Automate the build of ja-dic.el (Bug#13984).
614         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
615         from the input, rather than assume that it's been done for us by the
616         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
617         the current date into a ja-dic.el comment, as that complicates
618         regression testing.
620 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * whitespace.el: Fix double evaluation.
623         (whitespace-space, whitespace-hspace, whitespace-tab)
624         (whitespace-newline, whitespace-trailing, whitespace-line)
625         (whitespace-space-before-tab, whitespace-indentation)
626         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
627         obsolete defvars.
628         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
629         (whitespace-color-on): Use a single font-lock-add-keywords call.
630         Fix double-evaluation of face variables.
632 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
634         * net/tramp-adb.el (tramp-adb-parse-device-names):
635         Use `start-process' instead of `call-process'.  Otherwise, the
636         function might be blocked under MS Windows.  (Bug#13299)
638 2013-03-17  Leo Liu  <sdl.web@gmail.com>
640         Extend eldoc to display info in the mode-line.  (Bug#13978)
641         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
642         (eldoc-mode-line-string): New variable.
643         (eldoc-minibuffer-message): New function.
644         (eldoc-message-function): New variable.
645         (eldoc-message): Use it.
646         (eldoc-display-message-p)
647         (eldoc-display-message-no-interference-p):
648         Support eldoc-post-insert-mode.
650         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
651         (eval-expression): Run it.
653 2013-03-17  Roland Winkler  <winkler@gnu.org>
655         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
656         strings in the list of return values.
658 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
660         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
661         radix before checking for HMS forms.
663 2013-03-16  Leo Liu  <sdl.web@gmail.com>
665         * progmodes/scheme.el: Add indentation and font-locking for λ.
666         (Bug#13975)
668 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
670         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
671         token before point (bug#13942).
673 2013-03-16  Leo Liu  <sdl.web@gmail.com>
675         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
677 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
679         * startup.el (command-line-normalize-file-name): Fix handling of
680         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
681         <xfq.free@gmail.com> in
682         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
684 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
686         Sync with Tramp 2.2.7.
688         * net/trampver.el: Update release number.
690 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
692         * doc-view.el Fix bug#13887.
693         (doc-view-insert-image): Don't modify overlay associated to
694         non-live windows, and implement horizontal centering of image in
695         case it's smaller than the window.
696         (doc-view-new-window-function): Force redisplay of new windows on
697         doc-view buffers.
699 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
701         * saveplace.el (save-place-alist-to-file): Don't sort
702         `save-place-alist', just pretty-print it (bug#13882).
704 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
706         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
707         whether `default-file-name-coding-system' is bound.  It isn't in
708         XEmacs.
710 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
713         backquotes for `obsolete' (bug#13929).
715         * international/mule.el (find-auto-coding): Include file name in
716         obsolescence warning (bug#13922).
718 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
720         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
721         for CFEngine 3-specific indentation.
722         (cfengine3-indent-line): Use it.  Fix up category regex.
723         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
725 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * type-break.el (type-break-file-name):
728         * textmodes/remember.el (remember-data-file):
729         * strokes.el (strokes-file):
730         * shadowfile.el (shadow-initialize):
731         * saveplace.el (save-place-file):
732         * ps-bdf.el (bdf-cache-file):
733         * progmodes/idlwave.el (idlwave-config-directory):
734         * net/quickurl.el (quickurl-url-file):
735         * international/kkc.el (kkc-init-file-name):
736         * ido.el (ido-save-directory-list-file):
737         * emulation/viper.el (viper-custom-file-name):
738         * emulation/vip.el (vip-startup-file):
739         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
740         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
742 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
744         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
745         * language/thai-word.el: Switch to UTF-8.
747 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
751 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
753         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
754         Use with-current-buffer and don't move point.
755         (net-utils-run-simple): Remove useless code.
756         (net-utils-remove-ctl-m): Remove unused custom.
758 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
760         * international/characters.el (glyphless-set-char-table-range): New fun.
761         (update-glyphless-char-display): Use it (bug#13744).
763 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
765         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
766         namespaces in the syntax, indent closer for hanging brace
767         correctly, allow single-quote delimited 'strings', and make
768         `cfengine3-mode' the default.
770 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
772         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
773         Use lexical-binding.  Fix up docstring according to conventions.
774         (gdbmi-debug-mode): New var.
775         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
776         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
777         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
778         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
779         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
780         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
781         (gdbmi-bnf-incomplete-record-result): New functions.
782         (gdb-car<): Remove function.
783         (gdbmi-record-list): Remove variable.
784         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
785         (gdbmi-bnf-result-state-configs): New const.
786         (gud-gdbmi-marker-filter): Rewrite.
787         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
788         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
789         Add `token' argument.
790         (gdb-done, gdb-error): New functions.
791         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
793 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
795         * term/xterm.el (xterm--report-background-handler): Don't burp
796         upon timeout.
797         (xterm--version-handler): Extract from terminal-init-xterm.
798         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
799         Allow multiple handlers.
800         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
802         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
803         (xterm--report-background-handler, xterm--query): New functions.
804         (terminal-init-xterm): Use them.
806 2013-03-11  Michael R. Mauger  <michael@mauger.com>
808         * progmodes/sql.el Version 3.2
809         Please note that my address changed to <michael@mauger.com>;
810         the <mmaug@yahoo.com> address remains active.
811         (sql-connection-alist): Updates documentation to fix bug#13715.
812         (sql-connect): Handle missing `sql-connection-alist' correctly.
813         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
814         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
815         property.
816         (sql-default-value): New function.
817         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
818         values were not used.
819         (sql-rename-buffer): Make sure alternate buffer name has no text
820         properties.
821         (sql-input-sender, sql-execute-feature): Fetch variable with
822         `buffer-local-value' rather than `with-current-buffer'.
823         (sql-*): Use #' function syntax consistently.
824         (sql-*): Use message/error/user-error consistently.
826 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
828         * xt-mouse.el (xterm-mouse-event-read): Remove.
829         (xterm-mouse--read-event-sequence-1000)
830         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
832 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
834         * term/xterm.el (xterm-function-map): Support format used with
835         formatOtherKeys=1 (bug#13839).
837         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
838         (with-no-warnings): Use `declare'.
840         * whitespace.el (whitespace-enable-predicate): New variable.
841         (whitespace-enable-predicate): Use it.
843         * comint.el (comint-send-input, comint-snapshot-last-prompt)
844         (comint-output-filter, comint-update-fence):
845         Use with-silent-modifications.
847 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
849         * replace.el (occur-read-regexp-defaults-function): New var.
850         (occur-read-regexp-defaults): New defun.
851         (occur-read-primary-args): Propagate above change (bug#13892).
853 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
855         * mouse.el (mouse-drag-track): Remove left-over debugging code.
857 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
859         Major rewrite due to changed D-Bus interface of GVFS 1.14.
861         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
862         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
863         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
864         New defconst.
865         (tramp-gvfs-file-name-handler-alist) [directory-files]
866         [directory-files-and-attributes, file-exists-p, file-modes]:
867         Use Tramp default handler.
868         [file-acl, file-selinux-context, process-file, set-file-acl]:
869         [set-file-modes, set-file-selinux-context, shell-command]:
870         [start-file-process]: Remove handler.
871         [verify-visited-file-modtime]: New handler.
872         (tramp-gvfs-dbus-string-to-byte-array)
873         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
874         calls of `dbus-string-to-byte-array' and
875         `tramp-gvfs-dbus-byte-array-to-string'.
876         (tramp-gvfs-handle-copy-file)
877         (tramp-gvfs-handle-delete-directory)
878         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
879         (tramp-gvfs-handle-file-directory-p)
880         (tramp-gvfs-handle-file-executable-p)
881         (tramp-gvfs-handle-file-name-all-completions)
882         (tramp-gvfs-handle-file-readable-p)
883         (tramp-gvfs-handle-file-writable-p)
884         (tramp-gvfs-handle-insert-directory)
885         (tramp-gvfs-handle-insert-file-contents)
886         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
887         (tramp-gvfs-handle-set-visited-file-modtime)
888         (tramp-gvfs-handle-write-region): Rewrite.
889         (tramp-gvfs-handle-file-acl)
890         (tramp-gvfs-handle-file-selinux-context)
891         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
892         (tramp-gvfs-handle-set-file-modes)
893         (tramp-gvfs-handle-set-file-selinux-context)
894         (tramp-gvfs-handle-shell-command)
895         (tramp-gvfs-handle-start-file-process)
896         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
897         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
898         over the symlinks.  Fix user handling.
899         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
900         of the D-Bus signals.
901         (tramp-gvfs-connection-mounted-p): Handle different names of the
902         D-Bus methods.
903         (tramp-gvfs-mount-spec-entry): New defun.
904         (tramp-gvfs-mount-spec): Use it.
905         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
906         there is a share name.  Handle different names of the D-Bus
907         signals and methods.  Set connection properties needed for
908         `tramp-check-cached-permissions'.
909         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
910         Return t or nil.
912         * net/tramp.el (tramp-backtrace): Move up.
913         (tramp-error): Dump a backtrace into the debug buffer when
914         `tramp-verbose > 9.
915         (tramp-file-mode-type-map, tramp-file-mode-from-int)
916         (tramp-file-mode-permissions, tramp-get-local-uid)
917         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
918         tramp-sh.el.
920         * net/tramp-sh.el (tramp-file-mode-type-map)
921         (tramp-check-cached-permissions, tramp-file-mode-from-int)
922         (tramp-file-mode-permissions, tramp-get-local-uid)
923         (tramp-get-local-gid): Move to tramp.el.
925 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
927         Separate mouse-1-click-follows-link from mouse-drag-region.
928         * mouse.el (mouse--down-1-maybe-follows-link): New function.
929         (key-translation-map): Use it to implement mouse-1-click-follows-link.
930         (mouse-drag-line, mouse-drag-track):
931         Remove mouse-1-click-follows-link code.
932         (mouse--remap-link-click-p): Remove.
934 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
936         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
937         (hi-lock-read-regexp-defaults):  New defun.
938         (hi-lock-line-face-buffer, hi-lock-face-buffer)
939         (hi-lock-face-phrase-buffer): Propagate above change.
940         Update docstring (bug#13892).
942         * subr.el (find-tag-default-as-regexp): New defun.
943         * replace.el (read-regexp): Propagate above change.
945 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
947         * calc/calc-units.el (calc-convert-units): Fix the way that default
948         new units are stored.
950 2013-03-07  Matthias Meulien  <orontee@gmail.com>
952         * bookmark.el: Define a face to highlight bookmark names in
953         bookmark menu buffers, where the default is a bold face similarly
954         to buffer names in buffer menu buffers.
955         (bookmark-menu-bookmark): New face to highlight bookmark names.
956         (bookmark-insert-location): Remove duplicated text property to
957         conform to buffer list (see `list-buffers').
958         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
959         `bookmark-menu-bookmark' to bookmark names.
961 2013-03-07  Matthias Meulien  <orontee@gmail.com>
962             Karl Fogel  <kfogel@red-bean.com>
964         * bookmark.el: Display the bookmark list header similarly to the
965         buffer list header (see `list-buffers'), where the default is now
966         an immovable/immutable header line.
967         (bookmark-bmenu-use-header-line): New variable.
968         (bookmark-bmenu-inline-header-height): New name for
969         `bookmark-bmenu-header-height', to avoid confusion with the code
970         for the new immovable header.  All references changed.
971         (bookmark-bmenu-set-header): New function.
972         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
973         Conditionalize header construction accordingly.
974         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
975         the inline header height.
976         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
977         Conditionalize the skipping of the inline header height.
979 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
981         * progmodes/js.el (js--multi-line-declaration-indentation):
982         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
984 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
986         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
987         Only propertize regexp when not inside a string (Bug#13885).
989 2013-03-06  Alan Mackenzie  <acm@muc.de>
991         Correct the position of point in some line-up functions.
992         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
993         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
994         point at column 0 rather than at a random place in the line.
996 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
998         * net/tramp-compat.el (tramp-compat-delete-directory):
999         Implement TRASH argument.
1001 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1003         Keep pre-existing highlighting in completion candidates (Bug#13250).
1004         * minibuffer.el (completions-first-difference): State that the
1005         face is "added" in the docstring.
1006         (completions-common-part): Same.  And don't inherit from default.
1007         (completion-hilit-commonality): Prepend 'completions-common-part
1008         and 'completion-first-difference faces to the 'face property,
1009         instead of replacing the value(s).
1010         (completion--insert-strings): Same with 'completions-annotations face.
1011         (completion-hilit-commonality): Use 'face instead of
1012         'font-lock-face, because it gets priority if the completion
1013         strings already have 'face set.
1015 2013-03-04  Alan Mackenzie  <acm@muc.de>
1017         Replace `last-command-event' by `last-command-char' in XEmacs.
1018         * progmodes/cc-defs.el (c-last-command-char): New macro.
1019         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1020         (c-semi&comma-no-newlines-before-nonblanks)
1021         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1022         in place of `last-command-event'.
1023         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1024         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1025         (c-electric-paren, c-electric-continued-statement): Use the new
1026         macro in place of `last-command-event'.
1028 2013-03-04  Glenn Morris  <rgm@gnu.org>
1030         * files.el (inhibit-local-variables-regexps):
1031         Add .diff and .patch.  (Bug#13862)
1033 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1035         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1036         whether the "su" command is available on the device.
1038 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1040         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1041         (tramp-adb-handle-process-file): Remove superfluous setting.
1042         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1043         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1044         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1046 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1049         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1050         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1051         Use dict-key rather than dict-name for the error message.
1053 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1055         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1056         when reverting (bug#13831).
1058 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1060         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1061         Always expand affix-file before storing to protect against changed
1062         `default-directory'.
1063         (ispell-print-if-debug): Make sure message is printed at the end
1064         of the debug buffer.
1066 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1068         * net/tramp.el (tramp-obsolete-methods): New defconst.
1069         (tramp-warned-obsolete-methods): New defvar.
1070         (tramp-find-method): Check for obsolete methods.  Map them to a
1071         replacement method if appropriate.
1073         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1074         Remove methods.
1075         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1076         "ssh2" and "plink1".
1078 2013-02-28  Dale Sedivec  <dale@codefu.org>
1080         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1081         Return valid syntax-table property value when converting
1082         quotes within text from string syntax to punctuation syntax (bug#13844).
1084 2013-02-28  Juri Linkov  <juri@jurta.org>
1086         * dired-aux.el (dired-diff): If file at point is a backup file,
1087         use its original as the default value, and reverse the order
1088         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1090 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1092         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1093         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1095 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1097         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1099         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1100         Ask hunspell about available and default dictionaries.
1101         (ispell-parse-hunspell-affix-file): Extract relevant info from
1102         hunspell affix file.
1103         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1104         `ispell-dictionary-alist' entry for given dictionary after info
1105         provided by `ispell-parse-hunspell-affix-file'.
1106         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1107         of parsed hunspell dicts and associated affix files.
1108         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1109         of parsed hunspell dicts and associated parameters.
1110         (ispell-set-spellchecker-params):
1111         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1112         previously done.
1113         (ispell-start-process):
1114         Call `ispell-hunspell-fill-dictionary-entry' for current
1115         dictionary if it is not initialized.
1117 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * imenu.el: Comment nitpicks.
1121 2013-02-28  Sam Steingold  <sds@gnu.org>
1123         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1124         See <http://stackoverflow.com/questions/14720205>.
1126 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1128         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1129         (net-utils-mode): Use it.
1130         (net-utils--revert-cmd): New var.
1131         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1132         (traceroute): Use net-utils-run-simple.
1134 2013-02-28  Glenn Morris  <rgm@gnu.org>
1136         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1138 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1140         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1141         (doc-view-fallback-mode): Remove overlays here.
1142         (doc-view-toggle-display): Instead of here.  Don't throw away
1143         image-mode-winprops-alist.
1144         (doc-view-goto-page): Don't mess with hscroll.
1146 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1148         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1149         &optional (bug#13819).
1151 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1153         * net/tramp-adb.el (tramp-adb-parse-device-names)
1154         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1156 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1158         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1159         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1160         defined.  POSIX environments fall back to the "C" locale then and
1161         emit a warning, which shall be suppressed.
1163 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1166         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1168 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1170         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1172 2013-02-25  Juri Linkov  <juri@jurta.org>
1174         * replace.el (read-regexp): Let-bind `default' to the first
1175         element of `defaults' if it's a list, otherwise it should be
1176         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1177         a list, otherwise make a list with the string value.  Doc fix.
1178         (Bug#13805)
1180 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1182         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1183         that match "\`\.#", to avoid compiling lock files, even if they
1184         are readable (as they are on MS-Windows).
1186 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * files.el (basic-save-buffer): Remove redundant directory-creation.
1190 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1192         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1193         Add option to force `pi' to remain symbolic.
1194         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1195         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1196         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1197         derivatives, when necessary.
1199 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1201         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1202         (ps-mode-octal-region): Use string-make-unibyte.
1204 2013-02-23  Glenn Morris  <rgm@gnu.org>
1206         * emulation/viper-cmd.el (viper-submit-report):
1207         * progmodes/ps-mode.el (ps-mode-maintainer-address):
1208         * progmodes/vera-mode.el (vera-mode-help-address):
1209         * textmodes/artist.el (artist-maintainer-address):
1210         * textmodes/reftex.el (reftex-report-bug):
1211         * vc/ediff-util.el (ediff-submit-report):
1212         Add bug-gnu-emacs to bug report address.
1214         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1215         Remove bug report entries.
1216         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1218         * emacs-lisp/bytecomp.el (byte-compile-level): New.
1219         (byte-compile-file, byte-compile-from-buffer):
1220         Use separate input/output buffers for each level of recursive
1221         byte-compile-file calls.  (Bug#13787)
1223 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
1225         * net/tramp.el (tramp-methods): Fix docstring.
1226         (tramp-ssh-controlmaster-options): Rename it from
1227         `tramp-ssh-controlmaster-template'.  Return a string.
1228         (tramp-default-method): Adapt check for
1229         `tramp-ssh-controlmaster-options'.
1231         * net/tramp-sh.el (tramp-methods):
1232         Replace `tramp-ssh-controlmaster-template' by "%c".
1233         (tramp-do-copy-or-rename-file-out-of-band)
1234         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
1235         that it is applied for the first hop only.
1237 2013-02-22  Juri Linkov  <juri@jurta.org>
1239         * isearch.el (isearch-lazy-highlight-new-loop):
1240         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1241         to `isearch-other-end' if it is not nil.  (Bug#13402)
1243         * replace.el (replace-highlight): Let-bind `isearch-other-end'
1244         to `match-beg'.
1246         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1247         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1248         and `isearch-error' to nil.
1250 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
1252         * progmodes/python.el (python-info-current-defun):
1253         Enhance match-data cluttering prevention.
1255 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
1257         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1259         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1260         Handle multibyte file names.
1262 2013-02-22  Glenn Morris  <rgm@gnu.org>
1264         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1265         (sgml-transformation-function): Give it a :set function.
1266         (sgml-tag): Doc fix.
1268         * cmuscheme.el (scheme-buffer):
1269         * progmodes/inf-lisp.el (inferior-lisp-buffer):
1270         * progmodes/tcl.el (inferior-tcl-buffer):
1271         * textmodes/tex-mode.el (tex-command): Doc fixes.
1273         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1275         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
1277 2013-02-21  Bastien Guerry  <bzg@gnu.org>
1279         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
1281 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1283         * progmodes/python.el (python-info-current-defun):
1284         Enhance match-data cluttering prevention.
1286 2013-02-21  Glenn Morris  <rgm@gnu.org>
1288         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1289         loaded while outline-regexp is let bound.  (Bug#9584)
1291 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1293         * progmodes/python.el (python-info-current-defun): Fix failed
1294         defun name retrieval because of unwanted match-data cluttering.
1296 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
1298         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1299         defconst.  Apply independent check for ControlPersist.
1301         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1302         temporarily, via "env".
1304 2013-02-21  Glenn Morris  <rgm@gnu.org>
1306         * info.el (Info-enable-edit): Remove.
1307         (Info-edit): Disable it rather than using Info-enable.
1308         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1309         (Info-cease-edit): Make editing of Info files obsolete.
1311         * informat.el (Info-tagify):
1312         Handle buffers not visiting files.  (Bug#13763)
1314 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
1316         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1318 2013-02-21  Glenn Morris  <rgm@gnu.org>
1320         * files.el (basic-save-buffer): Move check for existing parent
1321         directory after hooks.  (Bug#13773)
1323 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * simple.el (command-execute): Move from C.  Add obsolete check.
1326         (extended-command-history): Move from C.
1328 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
1330         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1331         (jka-compr-mode-alist-additions): Handle .txz suffix for
1332         XZ-compressed tar archives (bug#13770).
1334 2013-02-20  Bastien Guerry  <bzg@gnu.org>
1336         * outline.el (outline-regexp, outline-heading-end-regexp):
1337         Make variables, not options (bug#13731).
1339 2013-02-20  Glenn Morris  <rgm@gnu.org>
1341         * image.el (image-current-frame): Change from variable to function.
1342         (image-show-frame): Rename from image-nth-frame.  Update callers.
1343         * image-mode.el (image-multi-frame): New variable.
1344         (image-mode-map, image-mode, image-goto-frame):
1345         Use image-multi-frame rather than image-current-frame.
1346         (image-mode, image-goto-frame): Use image-current-frame as
1347         function rather than as variable.
1349         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1350         * emacs-lisp/cl-macs.el (cl--make-type-test)
1351         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1353 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1355         * net/tramp-cache.el (tramp-get-hash-table): New defun.
1356         (tramp-get-file-property, tramp-set-file-property)
1357         (tramp-get-connection-property, tramp-set-connection-property): Use it.
1358         (tramp-flush-file-property, tramp-flush-directory-property):
1359         Rename argument to KEY.
1360         (tramp-flush-connection-property): Simplify a little bit.
1361         (tramp-connection-property-p): New defun.
1362         (top): Reapply saved values only if there isn't a corresponding
1363         entry in `tramp-connection-properties'.
1365 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
1367         * progmodes/python.el (python-indent-context):
1368         Fix python-info-line-ends-backslash-p call.
1369         (python-info-line-ends-backslash-p)
1370         (python-info-beginning-of-backslash): Respect line-number argument.
1371         (python-info-current-line-comment-p):
1372         Fix behavior when not at beginning-of-line.
1373         (python-util-position): Remove function.
1374         (python-util-goto-line): New function.
1376 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1378         * eshell/em-unix.el (eshell/su): Require tramp.
1379         (eshell/sudo): Require tramp.  Remove now unnecessary check.
1381         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1382         `tramp-current-connection' in order to avoid an error when several
1383         commands are invoked in a short time in eshell and friends.
1385 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1387         Cleanup some of EIEIO's namespace.
1388         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1389         Use it to define all the class-* and object-* field accessors (renamed
1390         to eieio--class-* and eieio--object-*).  Update all uses.
1391         (eieio--class-num-slots, eieio--object-num-slots): Rename from
1392         class-num-slots and object-num-slots.
1393         (eieio--check-type): New macro.
1394         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1395         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1396         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1397         (object-assoc-list-safe): Use it.
1398         (eieio-defclass): Tighten regexp.
1399         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
1400         Remove unreachable code.
1401         (object-class-fast): Declare obsolete.
1402         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1403         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1404         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1405         Rename from class-name, object-name, object-set-name-string,
1406         object-class, object-class-name, class-parents, class-children,
1407         class-precedence-list, class-parent; with obsolete alias.
1408         (class-of, class-direct-superclasses, class-direct-subclasses):
1409         Declare obsolete.
1410         (eieio-defmethod): Use `memq'; remove unreachable code.
1411         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1412         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1413         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1415 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1417         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1418         commentary.
1420 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
1422         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1423         Use font-lock-keyword-face for macros and special forms (bug#8345).
1425 2013-02-17  Didier Verna  <didier@didierverna.net>
1427         * net/network-stream.el (network-stream-open-starttls):
1428         Check that response to the starttls-command is non-nil.  (Bug#13706)
1430 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1432         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1433         Don't assume all identifier chars have syntax word.
1434         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1435         Remove bar-not-symbol.  Adjust callers.
1436         (lisp-mode-variables): Don't set a font-lock-syntax-table.
1438 2013-02-17  Leo Liu  <sdl.web@gmail.com>
1440         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1442 2013-02-17  Glenn Morris  <rgm@gnu.org>
1444         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1446         * image-mode.el (image-mode-map): Add image-dired menu entry.
1448         * image-dired.el (tumme): Make this alias obsolete.
1450 2013-02-16  Glenn Morris  <rgm@gnu.org>
1452         * image.el (image-animated-types): Remove.
1453         (image-multi-frame-p): Rename from image-animated-p, and generalize.
1454         (image-animated-p): Make obsolete alias.
1455         (image-animate, image-nth-frame, image-animate-timeout):
1456         Use image-multi-frame-p.
1457         (image-animate-timeout): If no delay, use image-default-frame-delay.
1458         * image-mode.el (image-mode, image-toggle-animation):
1459         Use image-multi-frame-p.  (Bug#763, bug#10739)
1460         (image-mode): Adjust startup message for a multi-frame image.
1462         * image-mode.el (image-mode-map): Give it a menu.
1464 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
1466         * net/tramp-cache.el (tramp-connection-properties): New customer
1467         option.
1468         (tramp-get-connection-property): Use it.
1470         * net/tramp-compat.el (top): Require 'trampver.
1472         * net/tramp-sh.el (tramp-remote-process-environment):
1473         Set tramp-autoload cookie.
1475 2013-02-16  Kevin Ryde  <user42@zip.com.au>
1477         * info-look.el (info-lookup-select-mode): If major-mode has no
1478         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1480 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
1482         * replace.el (read-regexp): Tighten the regexp that matches tag.
1483         When tag is retrieved with `find-tag-default', use regexp that
1484         matches tag at point.  Also update docstring (Bug#13687).
1486 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
1488         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1489         add watch for the file, not its parent directory, since w32notify
1490         sets up the watch for the directory internally.  (Bug#13725)
1492 2013-02-16  Glenn Morris  <rgm@gnu.org>
1494         * image.el (image-default-frame-delay): New variable.
1495         (image-animated-p): Use image-default-frame-delay.
1496         (image-minimum-frame-delay): New constant.
1497         (image-animate-timeout): Use image-minimum-frame-delay.
1499         * image.el (image-nth-frame): New, split from image-animate-timeout.
1500         (image-animate-timeout): Use image-nth-frame.
1501         * image-mode.el (image-goto-frame, image-next-frame)
1502         (image-previous-frame): New commands.
1503         (image-mode-map): Add new frame commands.
1505 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
1507         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1508         If col-desc already has help-echo, use it.  (Bug#13563)
1510 2013-02-16  Glenn Morris  <rgm@gnu.org>
1512         * image.el (image-current-frame): New variable.
1513         (image-animate-timeout): Set image-current-frame.
1514         * image-mode.el (image-mode): For animated images,
1515         display a frame counter via mode-line-process.
1517         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1519 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1523 2013-02-15  Alan Mackenzie  <acm@muc.de>
1525         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1526         global minor mode has been enabled, call the minor mode function
1527         for a new buffer once only, after the major mode hook, whilst
1528         allowing that hook explicitly to disable the minor mode.
1529         (MODE-disable-in-buffer): New (generated) function.
1530         (disable-MODE): New (generated) buffer local variable.
1532 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
1534         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1535         `iswitchb-next-match' and `iswitchb-prev-match' resply.
1536         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1537         `ido-next-match' and `ido-prev-match' resply.
1538         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1539         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1540         `icomplete-backward-completions' (Bug#13708).
1542 2013-02-15  Glenn Morris  <rgm@gnu.org>
1544         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1546 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * net/goto-addr.el (goto-address-fontify): Add start and end args.
1549         (goto-address-fontify-region): Use them instead of narrowing, so
1550         syntax-ppss has access to the whole buffer.
1552 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1554         * progmodes/python.el: Explain how to restore "cc-mode"-like
1555         forward-sexp movement in header documentation (Bug#13642).
1556         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1557         comments and strings (GH bug 114).
1559 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1561         * progmodes/python.el (python-info-current-defun): Fix current
1562         defun detection (Bug#13618).
1564 2013-02-15  Chong Yidong  <cyd@gnu.org>
1566         * xml.el (xml-parse-string): Fix typo in handling of bad character
1567         references.
1569 2013-02-15  Glenn Morris  <rgm@gnu.org>
1571         * play/fortune.el (fortune-compile): Simplify and fix previous change.
1573 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
1575         * net/tramp.el (tramp-debug-message):
1576         Add `tramp-condition-case-unless-debug'.
1577         (tramp-debug-on-error): New defvar.
1578         (tramp-condition-case-unless-debug): New defun.
1579         (tramp-file-name-handler): Use it.
1581 2013-02-14  Juri Linkov  <juri@jurta.org>
1583         * info.el (Info-isearch-filter): Treat non-nil values of
1584         `search-invisible' including its default value `open'
1585         like the value `t' to match hidden text.  (Bug#13402)
1587 2013-02-14  Glenn Morris  <rgm@gnu.org>
1589         * help-fns.el (find-lisp-object-file-name): Give special treatment
1590         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
1592 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
1594         * net/quickurl.el (quickurl-save-urls):
1595         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
1597 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1599         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1600         depth for unfinished percent literal.  Not using it in the caller.
1601         (ruby-move-to-block): Jump over multiline literals of all types,
1602         ignoring code-looking contents inside them.
1603         (ruby-add-log-current-method): Improve performance at the expense
1604         of accuracy.  `ruby-block-contains-point' is relatively slow, so
1605         only use it for method and singleton class blocks.
1607 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1609         Use ControlMaster where applicable.  (Bug#13677)
1611         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1612         replacing `tramp-detect-ssh-controlmaster'.
1613         (tramp-default-method): Use it.
1615         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1616         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1617         arguments.
1618         [scpc, rsyncc]: Remove methods.
1619         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1620         and "ssh2_old".
1621         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1622         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1624 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1626         * emacs-lisp/package.el (package--initialized): Move before first use.
1628 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
1630         * icomplete.el (icomplete-hide-common-prefix): New user option.
1631         (icomplete-first-match): New face.
1632         (icomplete-completions): Correct handling of "complete but not
1633         unique" (Bug#12638).
1635 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
1637         * descr-text.el (describe-char): Display the script (bug#13698).
1639 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1641         * tmm.el: Use lexical-binding and current-active-maps.
1642         (tmm-menubar): Use map-keymap and pcase.
1643         (tmm--completion-table): New function.
1644         (tmm-prompt): Use it to fix the menu order.
1645         (tmm-get-keybind): Use current-active-maps.
1647 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
1649         Add dired-hide-details-mode.  (Bug#6799)
1651         * locate.el (locate-mode): Set parent mode property to dired-mode.
1653         * find-dired.el (find-dired): Call dired-insert-set-properties on
1654         initial information line.  Set process mark on end of buffer.
1655         (find-dired-sentinel):
1656         Call dired-insert-set-properties on summary.
1658         * dired.el (dired-hide-details-hide-symlink-targets)
1659         (dired-hide-details-hide-information-lines): New options.
1660         (dired-insert-directory):
1661         Set properties after final treatment of output.
1662         (dired-insert-set-properties):
1663         Set dired-hide-details-* properties.
1664         (dired-mode-map): Bind dired-hide-details-mode.
1665         (dired-mode): Set buffer-invisibility-spec to a list.
1666         (dired-next-line): Skip hidden lines.
1667         (dired-previous-line): Use dired-next-line.
1668         (dired-hide-details-mode): New minor mode.
1669         (dired-hide-details-update-invisibility-spec): New function.
1671 2013-02-13  Glenn Morris  <rgm@gnu.org>
1673         * play/yow.el: Move to obsolete/.  (Bug#9384)
1675 2013-02-13  Juri Linkov  <juri@jurta.org>
1677         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1678         to select `ediff-control-frame' and set input focus correctly on Xfce.
1679         (Bug#12218)
1681 2013-02-13  Juri Linkov  <juri@jurta.org>
1683         * image-mode.el (image-mode-map):
1684         * doc-view.el (doc-view-mode-map):
1685         * vc/ediff-util.el (ediff-setup-keymap):
1686         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1688 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1690         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1691         performance.  Instead of recalculating indentation fully for each
1692         line, sum up indentation depth based only on visited lines.
1693         (ruby-parse-partial): Increase the depth after "do" even when END
1694         is right after it.
1695         (ruby-parse-partial): When END is in the middle of a percent
1696         literal, increase the depth if the delimiter chars belong to the
1697         paren syntax class.
1699 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
1701         * play/fortune.el (fortune-compile): Also make the compiled file
1702         if it does not exist at all, not just if it is old.  (Bug#5338)
1704 2013-02-13  Glenn Morris  <rgm@gnu.org>
1706         * emacs-lisp/package.el (package-menu-execute): Doc fix.
1708 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
1710         * lisp/emacs-lisp/package.el (package-menu-execute):
1711         Add optional noquery argument.  (Bug#13625)
1713 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1715         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1716         if DIR exists and PARENTS is non-nil.
1718 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
1720         * progmodes/js.el (js--multi-line-declaration-indentation):
1721         Silence byte-compiler warning.
1723 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
1725         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1727         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1728         only if it doesn't exist.
1730         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1731         Set process marker.
1733 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
1735         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1736         UserInstallation when calling soffice to work around LibreOffice
1737         bug 37531.
1739 2013-02-12  Glenn Morris  <rgm@gnu.org>
1741         * files.el (basic-save-buffer):
1742         Offer to create a non-existing directory.  (Bug#3016)
1744         * calc/calc-graph.el (calc-graph-show-dumb):
1745         * calendar/calendar.el (calendar-mode-map):
1746         * cus-edit.el (custom-mode-map):
1747         * ehelp.el (electric-help-map):
1748         * emulation/vip.el (vip-mode-map):
1749         * epa.el (epa-key-list-mode-map):
1750         * info.el (Info-mode-map):
1751         * mail/rmail.el (rmail-mode-map):
1752         * mail/rmailsum.el (rmail-summary-mode-map):
1753         * man.el (Man-mode-map):
1754         * net/newst-plainview.el (newsticker-mode-map):
1755         * progmodes/cpp.el (cpp-edit-mode-map):
1756         * progmodes/grep.el (grep-mode-map):
1757         * progmodes/idlw-help.el (idlwave-help-mode-map):
1758         * simple.el (special-mode-map):
1759         * startup.el (splash-screen-keymap):
1760         * view.el (view-mode-map):
1761         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1763 2013-02-11  Elias Pipping  <pipping@lavabit.com>
1765         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1766         (bug#13679).
1768 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1772 2013-02-11  Glenn Morris  <rgm@gnu.org>
1774         * vc/diff.el (diff-use-labels): New variable.
1775         (diff-no-select): Use --label rather than -L, and first
1776         check that it is supported.  (Bug#11067)
1778         * files.el (enable-dir-local-variables): New variable.
1779         (hack-dir-local-variables): Respect enable-dir-local-variables.
1780         * tutorial.el (help-with-tutorial):
1781         Ignore directory-local variables.  (Bug#11127)
1783         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1784         (vc-svn-global-switches): ... to here.  (Bug#13513)
1786 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
1788         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1789         Handle "foo (bar, default: xxx): " prompts.
1791 2013-02-10  Chong Yidong  <cyd@gnu.org>
1793         * files.el (basic-save-buffer-1): Do not set
1794         buffer-file-coding-system-explicit (Bug#4533).
1796         * mail/emacsbug.el (report-emacs-bug): Change binding of
1797         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1799 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1801         * calc/calc.el (calc-allow-units-as-numbers): New variable.
1802         * calc/calc-units.el (calc-convert-units): Use new variable.
1804 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1806         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1808         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1809         buffer-file-type.
1811         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1812         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1813         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1814         coding-system-for-write instead.
1816         * jka-compr.el (jka-compr-write-region): Don't bind
1817         buffer-file-type.
1819         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1820         buffer-file-type.
1822         * files.el (file-name-buffer-file-type-alist): Remove defvar.
1823         (insert-file-contents-literally): Remove reference to
1824         file-name-buffer-file-type-alist.
1826         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1827         make-obsolete.
1828         (find-buffer-file-type-match, find-buffer-file-type): Remove.
1829         (find-buffer-file-type-coding-system): Remove references to
1830         find-buffer-file-type-match, find-buffer-file-type, and
1831         buffer-file-type.
1832         Don't put find-buffer-file-type-coding-system into
1833         file-coding-system-alist.
1834         (find-file-binary, find-file-text): Bind coding-system-for-read
1835         instead of file-name-buffer-file-type-alist.
1837 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
1839         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1840         converter (Bug#13622).
1841         (doc-view-unoconv-program): Make obsolete alias.
1842         (doc-view-odf->pdf-converter-program): New variable.
1843         (doc-view-odf->pdf-converter-function): New variable.
1844         (doc-view-mode-p): Use it.
1845         (doc-view-odf->pdf-converter-unoconv):
1846         Rename from `doc-view-odf->pdf-converter-unoconv'.
1847         (doc-view-odf->pdf-converter-soffice): New function.
1848         (doc-view-convert-current-doc):
1849         Use `doc-view-odf->pdf-converter-function'.
1851 2013-02-09  Chong Yidong  <cyd@gnu.org>
1853         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1854         view-echo-area-messages (Bug#13340).
1856         * help.el (view-echo-area-messages): Use display-buffer.
1858         * dired-x.el (dired-do-run-mail): Prompt for confirmation
1859         (Bug#13561).
1861 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1864         Eval body right away, now that we do eager macroexpansion (bug#13605).
1866         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1867         (fundamental-mode): Use run-mode-hooks.
1869         * eshell/esh-proc.el (eshell/kill): Fix last change.
1870         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1872 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1874         * eshell/esh-proc.el (eshell/kill): Rewrite.
1876         * eshell/em-ls.el (show-almost-all): Declare.
1877         (eshell-do-ls): Add support for -A argument.
1879 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
1881         * icomplete.el (icomplete-forward-completions)
1882         (icomplete-backward-completions): Handle corner case (bug#13602).
1884 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
1886         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1887         be nil.  Handle this.  (Bug#13636)
1889 2013-02-07  Richard Stallman  <rms@gnu.org>
1891         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1892         `save-buffer-coding-system'.
1894 2013-02-07  Alan Mackenzie  <acm@muc.de>
1896         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
1897         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1898         (c-parse-state-get-strategy): Don't return 'BOD any more.
1899         (c-append-lower-brace-pair-to-state-cache):
1900         Extra parameter HERE instead of narrowing.
1901         Widen to top of buffer before searching backwards for a brace pair.
1902         (c-state-push-any-brace-pair): Add HERE parameter to function call.
1903         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1904         Narrow to parameter HERE, in place of being called narrowed.
1905         (c-remove-stale-state-cache): Extra parameter HERE in place of
1906         narrowing.  Check there's an open brace in the cache before
1907         searching for its match.
1908         (c-invalidate-state-cache-1): Add HERE parameter to function call.
1909         (c-parse-state-1): Don't narrow here for 'forward strategy,
1910         instead passing extra parameter HERE to several functions.
1911         Remove 'BOD strategy.
1913 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
1915         * emacs-lisp/package.el (describe-package-1): Tell what archive is
1916         used to install the package.
1918 2013-02-06  Glenn Morris  <rgm@gnu.org>
1920         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1921         if we can't get user input.  (Bug#6567)
1923         * startup.el (command-line): If simple.el is missing,
1924         test and warn about for some possible causes.
1926 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
1928         * cus-start.el (all): Add ns-use-native-fullscreen.
1930 2013-02-05  Glenn Morris  <rgm@gnu.org>
1932         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1934         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1935         Fix directory creation in fallback case.
1937 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1939         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1940         (vc-update-change-log): Use dolist.
1942 2013-02-04  Chong Yidong  <cyd@gnu.org>
1944         * thingatpt.el: Rewrite the URL detection routines, absorbing some
1945         code from ffap.el.
1946         (thing-at-point-beginning-of-url-regexp): New var.
1947         (thing-at-point-uri-schemes): Update list of URI schemes.
1948         (thing-at-point-url-regexp): Variable deleted.
1949         (thing-at-point-markedup-url-regexp): Disallow newlines.
1950         (thing-at-point-newsgroup-regexp)
1951         (thing-at-point-newsgroup-heads)
1952         (thing-at-point-default-mail-uri-scheme): New variables.
1953         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
1954         method to find the possible bounds of the URI at point.
1955         New optional argument to find ill-formed URIs.
1956         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
1957         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
1958         the scheme-adding heuristics from ffap-url-at-point.
1959         (thing-at-point--bounds-of-well-formed-url): New function.
1960         Do parens matching to decide whether to include parens in the URI
1961         (Bug#9153).
1963         * ffap.el: Require thingatpt.
1964         (ffap-url-at-point): Delegate URI detection to thing-at-point.
1965         All URI-valid characters are now recognized (Bug#5673).
1966         (ffap-string-at-point): Use use-region-p.
1967         (ffap-url-regexp): Extra character is handled by thing-at-point.
1968         (ffap-string-at-point-mode-alist): Allow parentheses.
1969         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1970         Convert to aliases; code moved to thingatpt.el.
1971         (ffap-gnus-hook): Use setq-local.
1973 2013-02-04  Glenn Morris  <rgm@gnu.org>
1975         * emacs-lisp/ert.el (ert--explain-format-atom):
1976         Don't try to print non-characters as characters.  (Bug#13543)
1978 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
1980         * net/tramp.el (tramp-debug-message): Extend function exclude list.
1981         (tramp-backtrace): New defun.
1982         (tramp-handle-insert-file-contents): Use `visit' when inserting
1983         the local copy.
1985         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1986         Use `remote-file-name-inhibit-cache'.
1988 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1990         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1991         (bug#13614).
1993         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1994         current-load-list (bug#13366).
1996 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
1998         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1999         Identify g++ template instantiation trace.  (Bug#12287)
2000         (compilation-mode-hook, compilation-start-hook)
2001         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2003 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2005         * mouse.el (mouse-drag-track): Always deactivate the mark before
2006         running the final event's command since that command is in charge of
2007         activating the mark if needed (bug#13523).
2009 2013-02-02  Juri Linkov  <juri@jurta.org>
2011         * replace.el (perform-replace): Move let-bindings of isearch-*
2012         variables deeper to the loop that searches for the next match.
2013         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2014         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2015         (Bug#13579)
2017         * isearch.el (isearch-search-fun-default): Check for null
2018         first element of isearch-cmds as a precaution when it's used
2019         with inactive isearch.
2021 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2023         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2024         error when buffer in question is narrowed so position 1 is out of
2025         visible part.
2027 2013-02-02  Glenn Morris  <rgm@gnu.org>
2029         * textmodes/remember.el (remember-clipboard): Doc fix.
2031 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2033         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2034         properties (bug#13179).
2036 2013-02-02  Juri Linkov  <juri@jurta.org>
2038         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2039         instead of hard-coded default face `match'.  (Bug#9438)
2041 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2043         * vc/vc-arch.el (vc-arch-registered):
2044         * vc/vc-bzr.el (vc-bzr-registered):
2045         * vc/vc-cvs.el (vc-cvs-registered):
2046         * vc/vc-git.el (vc-git-registered):
2047         * vc/vc-hg.el (vc-hg-registered):
2048         * vc/vc-mtn.el (vc-mtn-registered):
2049         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2050         (Bug#13139)
2052         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2053         prefix argument.  (Bug#11656)
2055 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2057         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2059 2013-02-01  Glenn Morris  <rgm@gnu.org>
2061         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2062         if the backend is known not to support it.
2064         * imenu.el (imenu-default-create-index-function):
2065         Tweak infinite loop test to check for forward motion as well as none.
2067 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2069         * net/soap-client.el (soap-invoke): Encode the string for
2070         `url-request-data' as UTF-8.
2071         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2073 2013-02-01  Glenn Morris  <rgm@gnu.org>
2075         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2077         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2079 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2081         * net/tramp.el (tramp-tramp-file-p): Comment check for
2082         `string-as-unibyte'.  The function does not exist on XEmacs, and
2083         likely we need another approach.
2085         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2086         `tramp-gw-*' variables are bound.
2088 2013-01-31  Glenn Morris  <rgm@gnu.org>
2090         * files.el (basic-save-buffer-2): Choose coding system for
2091         writing the file before backing it up, to reduce delay between
2092         backing up and writing the new version.  (Bug#13522)
2094 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2096         * simple.el (cycle-spacing): New command.
2097         (just-one-space): Use it.
2099 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2101         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2102         (opascal-newline-always-indents): Remove custom.
2103         (opascal-tab, opascal-newline): Remove commands.
2104         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2105         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2106         (opascal-save-match-data): Remove, use save-match-data instead.
2107         (opascal-save-state): Use with-silent-modifications.
2109         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2110         (bug#13585).
2112 2013-01-30  Juri Linkov  <juri@jurta.org>
2114         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2115         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2116         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2118 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2120         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2121         column if we're just deleting the backslashes.
2122         (makefile-fill-paragraph): Use eolp.
2124 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2126         * autorevert.el (auto-revert-use-notify): Fix docstring.
2128 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2130         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2132 2013-01-30  Glenn Morris  <rgm@gnu.org>
2134         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2135         unread-command-events twice in some cases.  This tries to implement
2136         the 2012-07-26 changes in a different way.  (Bug#13560)
2138 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2140         * progmodes/python.el
2141         (python-pdbtrack-comint-output-filter-function): Enhancements on
2142         stacktrace detection.  (thanks @gnovak)
2144 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2147         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2148         Use defvar-local.
2149         (jit-lock-register): Use setq-local.
2151 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2153         * calc-units.el (math-default-units-table): Remove initial value.
2154         (calc-convert-units): Treat expressions where all the units cancel as
2155         if they didn't have units.
2157 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2159         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2160         (tramp-completion-reread-directory-timeout): Fix type.
2161         (tramp-connection-min-time-diff): New defcustom.
2163         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2165 2013-01-30  Glenn Morris  <rgm@gnu.org>
2167         * imenu.el (imenu-default-create-index-function):
2168         Put back a version of the infinite loop test removed 2013-01-23.
2170 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2172         * progmodes/python.el (python-shell-parse-command):
2173         Find python-shell-interpreter with modified environment.
2175 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2177         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2179 2013-01-29  Alan Mackenzie  <acm@muc.de>
2181         Amend to fontify /regexp/s in actions correctly.
2182         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2183         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2184         are no longer included.
2185         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2186         What used to be these variables without "-line" in the name.
2187         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2188         (c-awk-non-arith-op-bra-re): Now also matches {.
2189         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2190         "return", and "case".
2191         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2192         by /.
2193         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2194         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2196 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2198         * autorevert.el (auto-revert-use-notify):
2199         Use `custom-initialize-default' for initialization.  (Bug#13583)
2201         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2203         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2204         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
2205         in `tramp-file-name-handler'.
2206         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2207         compatibility.
2208         (tramp-compute-multi-hops): Check, whether
2209         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2211 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2214         (bug#13297).
2216 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2218         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2219         checks made superfluous by the \_< operator.
2220         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2221         temporarily) broken indentation.
2222         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2223         Highlight nested constants, too.  \_< broke that.
2225 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2227         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2228         instead of "\\b".
2230 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
2232         * autorevert.el (auto-revert-handler): Notifications which result
2233         from a saved file shall not be taken into account.  (Bug#13557)
2235 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
2237         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2238         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2239         (lisp-mode): Pass t for it.  (Bug#13556)
2241 2013-01-25  Alan Mackenzie  <acm@muc.de>
2243         AWK Mode: Fix indentation bug at top level.  Bug #12274.
2245         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2246         just before CASE 5D.
2248 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
2250         * net/socks.el (socks-nslookup-host): Use string-to-number.
2252 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
2254         * autorevert.el (auto-revert-remote-files)
2255         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2256         (auto-revert-notify-enabled, auto-revert-use-notify)
2257         (auto-revert-notify-watch-descriptor-hash-list)
2258         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2259         (auto-revert-notify-event-descriptor)
2260         (auto-revert-notify-event-action)
2261         (auto-revert-notify-event-file-name): Doc fix.
2262         (global-auto-revert-mode): Reorder checks.
2263         (auto-revert-notify-rm-watch): Respect changed values of
2264         `auto-revert-notify-watch-descriptor-hash-list'.
2265         (auto-revert-notify-add-watch): Check for
2266         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
2267         `inotify-add-watch'.  Watch `default-directory' instead of
2268         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
2269         has a changed meaning now.  (Bug#13540)
2270         (auto-revert-notify-handler): Change implementation wrt events
2271         returning from a directory.
2272         (auto-revert-handler): Reorder implementation for checks of remote
2273         files.
2274         (auto-revert-buffers): Fix parentheses error.
2276 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
2278         * progmodes/python.el: Enhancements to header documentation about
2279         skeletons.  (Bug#5716)
2281         * imenu.el (imenu-default-create-index-function): Remove useless
2282         infinite loop check.  (Bug#13438)
2284 2013-01-25  Alan Mackenzie  <acm@muc.de>
2286         Fix a bug in the state cache mechanism.  Refactor this a bit.
2288         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2289         `cache-pos' element from the return value.
2290         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2291         buffer to enable proper searching from beyond HERE.  Amend the
2292         test for detecting the sought brace pair.  Amend the value written
2293         to the "brace desert cache" when the brace isn't found.
2294         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2295         and several other variables analogously.
2296         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2297         parameter to a locally calculated variable.
2298         (c-parse-state-1): Change the calling conventions to the two
2299         defuns involving `cache-pos'.
2301 2013-01-25  Chong Yidong  <cyd@gnu.org>
2303         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2305 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
2307         * paren.el (show-paren-function): Make sure to set 'priority and
2308         'face only if the overlay does exist.
2310 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
2312         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2314         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2315         basic attributes.
2316         (tramp-sh-handle-set-file-acl): Improve error checking.
2318 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
2320         * doc-view.el (doc-view-display): Force mode line update until all
2321         document is converted.  Suggested by Stefan Monnier (Bug#13164).
2323 2013-01-23  Bastien Guerry  <bzg@gnu.org>
2325         * paren.el (show-paren-function): Make sure an overlay exists
2326         before trying to delete it.  Also use `pos' as a position only
2327         when it is an integer.
2329 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
2331         * play/gametree.el (gametree-break-line-here): Use point-marker.
2333 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
2335         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2336         Mark descriptive parts with `display' property.
2338 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2340         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2341         New variable to map standard dict names to hunspell ones.
2342         (ispell-set-spellchecker-params): Make sure specific dict names
2343         are used for standard dicts with hunspell.
2345 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
2347         * textmodes/reftex-cite.el (reftex-format-citation): Add format
2348         chars for note (%N) and url (%U).
2349         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2351 2013-01-21  Juri Linkov  <juri@jurta.org>
2353         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2354         in addition to existing separate binding `meta f10' in `global-map'.
2355         (Bug#13484)
2357 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
2359         Improve XEmacs compatibility.
2361         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2363         * net/tramp-adb.el (top): Require `time-date'.
2364         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2365         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2366         Use `tramp-file-name-handler'.
2367         (tramp-adb-maybe-open-connection):
2368         Use `tramp-compat-set-process-query-on-exit-flag'.
2370         * net/tramp-sh.el (tramp-sh-handle-file-acl):
2371         Use `tramp-compat-funcall'.
2373         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2374         `tramp-compat-funcall'.
2376 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
2378         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2379         reimplementation using "adb shell command ..." instead of running
2380         remote shell interactively.
2382 2013-01-20  Glenn Morris  <rgm@gnu.org>
2384         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2385         Add native profiler menu entries.
2387         * profiler.el (profiler-running-p): New function.
2388         (profiler-cpu-profile): Use profiler-running-p.
2389         (profiler-report-mode-map): Add some more menu entries.
2391 2013-01-19  Glenn Morris  <rgm@gnu.org>
2393         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2394         fixes 2012-12-07 change.  (Bug#13499)
2396 2013-01-19  Leo Liu  <sdl.web@gmail.com>
2398         * dired.el (dired-get-marked-files): Prune erroneous values due to
2399         last change.  (Bug#13152)
2401 2013-01-19  Glenn Morris  <rgm@gnu.org>
2403         * progmodes/etags.el (tags-table-check-computed-list):
2404         Preserve point in tags buffer.  (Bug#13412)
2406         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2408 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
2409             Chong Yidong  <cyd@gnu.org>
2411         * image-mode.el (image-next-file, image-previous-file):
2412         New commands (Bug#8453).
2413         (image-mode-map): Bind them to n and p.
2414         (image-mode--images-in-directory): New helper function.
2416 2013-01-19  Chong Yidong  <cyd@gnu.org>
2418         * image-mode.el (image-mode-fit-frame): Add a frame argument.
2419         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
2420         save and restore the old window configuration.
2422 2013-01-18  Leo Liu  <sdl.web@gmail.com>
2424         * progmodes/js.el: Tweak autoload cookie for alias.
2426 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2428         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2429         buffer local, again.  This was lost with the fix on 2013-01-12.
2431 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
2433         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2434         order to support several eshell buffers in parallel.
2436 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2438         * autorevert.el (auto-revert-use-notify): In the :set function, do
2439         not modify `kill-buffer-hook'.
2440         (auto-revert-notify-rm-watch):
2441         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2442         (auto-revert-notify-add-watch): Do not call
2443         `auto-revert-notify-rm-watch', but add it to a buffer local
2444         `kill-buffer-hook'.
2446 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2448         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2449         call to `eval' rather than a backquoted lambda.
2451 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2453         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2454         to return an explicit nil.
2455         (advice--remove-function): Change accordingly.
2457         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2458         the use of nadvice.el.
2460         * progmodes/which-func.el (which-function): Silence imenu errors
2461         (bug#13433).
2463 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2465         * progmodes/sql.el (sql-imenu-generic-expression):
2466         (sql-mode-font-lock-object-name): Match schema qualified names.
2467         (sql-connect): Use string keys.
2468         (sql-product-interactive): Wait for interpreter prompt.
2469         (sql-comint-oracle): Set process coding based on NLS_LANG.
2471 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2473         * progmodes/sql.el (sql-output-to-send): Remove, unused.
2474         (sql-interactive-remove-continuation-prompt):
2475         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2477 2013-01-14  Leo Liu  <sdl.web@gmail.com>
2479         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2480         (Bug#13420)
2482 2013-01-14  Glenn Morris  <rgm@gnu.org>
2484         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2485         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2487 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2489         * progmodes/python.el (python-nav-end-of-statement):
2490         Fix cornercase when handling multiline strings.
2492 2013-01-13  Richard Stallman  <rms@gnu.org>
2494         * mail/sendmail.el (mail-position-on-field): Add doc string.
2496         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2497         Get current message boundaries and pass them to
2498         message-forward-make-body-mime.  Minor style changes.
2500 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
2502         * cus-start.el (all): Avoid warnings about
2503         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2505 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
2507         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2509 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2511         * jit-lock.el (jit-lock-debug-mode): New minor mode.
2512         (jit-lock--debug-fontifying): New var.
2513         (jit-lock--debug-fontify): New function.
2514         * subr.el (condition-case-unless-debug): Don't prevent catching the
2515         error, just let the debbugger run.
2516         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2517         timer code and don't drop errors silently.
2519 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
2521         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2522         `permanent-local' property.
2523         (auto-revert-notify-handler): Use `file-equal-p'.
2525 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
2527         * autorevert.el (auto-revert-notify-handler): Fix filtering of
2528         file notification by ACTION. For filtering by file name, compare
2529         only the non-directory part of the file name.
2531 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * autorevert.el: Use cl-lib instead of cl.
2535         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2536         (vc-bzr-checkin): Use it.
2537         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2538         will preserve match-data.
2540 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
2542         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2543         (js--declaration-keyword-re): New var.
2544         (js--multi-line-declaration-indentation): New function.
2545         (js--proper-indentation): Use it.
2547 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2549         * calc/calc.el (calc-highlight-selections-with-faces)
2550          (calc-dispatch):
2551         * comint.el (comint-history-isearch-message):
2552         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2553         * ffap.el (ffap-string-at-point-region, ffap-next)
2554         (ffap-string-at-point, ffap-string-around)
2555         (ffap-copy-string-as-kill, ffap-highlight-overlay)
2556         (ffap-literally):
2557         * font-lock.el (font-lock-keywords-alist)
2558         (font-lock-removed-keywords-alist):
2559         * help-mode.el (help-xref-symbol-regexp):
2560         * info.el (Info-find-emacs-command-nodes):
2561         * international/mule.el (add-to-coding-system-list):
2562         * isearch.el (isearch-message-function, isearch-fail-pos):
2563         * misearch.el (multi-isearch-next-buffer-function):
2564         * newcomment.el (comment-box):
2565         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2566         (pr-setting-database):
2567         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2568         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2569         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2570         (pike-font-lock-keywords-3):
2571         * progmodes/compile.el (compile):
2572         * progmodes/etags.el (tags-table-files)
2573         (tags-table-files-function, tags-included-tables-function):
2574         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2575         (gdb-restore-windows):
2576         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2577         (ps-n-up-filling-database):
2578         * server.el (server-buffer, server-log):
2579         * simple.el (newline, delete-backward-char, delete-forward-char)
2580         (minibuffer-history-isearch-message, kill-line, track-eol)
2581         (temporary-goal-column):
2582         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2583         (flyspell-default-deplacement-commands):
2584         * textmodes/ispell.el (ispell-accept-output):
2585         * textmodes/sgml-mode.el (html-tag-help):
2586         * vc/compare-w.el (compare-ignore-whitespace)
2587         (compare-ignore-case, compare-windows-dehighlight):
2588         * vc/diff.el (diff):
2589         * whitespace.el (whitespace-point)
2590         (whitespace-font-lock-refontify, whitespace-bob-marker)
2591         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2593 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
2595         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2596         (auto-revert-notify-rm-watch): Ignore errors.
2597         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
2598         inotify, and '(size last-write-time) for w32notify.
2599         Set buffer-local `auto-revert-use-notify' to nil when adding a file
2600         watch fails - this is a fallback to the file modification check.
2601         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2602         (auto-revert-notify-event-action)
2603         (auto-revert-notify-event-file-name): New defuns.
2604         (auto-revert-notify-handler): Use them.  Implement first
2605         plausibility checks.
2606         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2608 2013-01-11  Julien Danjou  <julien@danjou.info>
2610         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2611         max are almost equal. Also return the correct value for V which is
2612         already between 0 and 1.
2614 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2616         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2618 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
2620         * autorevert.el (auto-revert-notify-rm-watch)
2621         (auto-revert-notify-add-watch): Fix typos in w32notify function
2622         names.
2624 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2626         * autorevert.el (auto-revert-notify-enabled): Move up.
2627         (auto-revert-use-notify): New defcustom.
2628         (auto-revert-mode, global-auto-revert-mode)
2629         (auto-revert-notify-add-watch, auto-revert-handler)
2630         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2631         `auto-revert-notify-enabled'.
2633 2013-01-10  Elias Pipping  <pipping@exherbo.org>
2635         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2636         * doc-view.el (doc-view-document->bitmap):
2637         Use doc-view-single-page-converter-function instead of
2638         single-page-converter arg; adjust callers.
2640 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
2642         * progmodes/which-func.el (which-function): Understand Semantic's use
2643         of overlays in imenu--index-alist.
2645 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2647         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
2648         (Man-man-k-use-anchor): New var.
2649         (Man-parse-man-k): New function.
2650         (Man-completion-table): Use it.
2651         (man): Flush the completion cache between uses.
2653 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2655         * autorevert.el: Add file watch support.
2656         (auto-revert-notify-enabled): New defconst.
2657         (auto-revert-notify-watch-descriptor-hash-list)
2658         (auto-revert-notify-watch-descriptor)
2659         (auto-revert-notify-modified-p): New defvars.
2660         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2661         (auto-revert-notify-handler): New defuns.
2662         (auto-revert-mode, global-auto-revert-mode): Remove file watches
2663         when mode is disabled.
2664         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2665         (auto-revert-buffers): Add file watches for active buffers.
2667 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
2669         * cus-start.el (toplevel): Only allow float values for
2670         scroll-up-aggressively and scroll-down-aggressively.
2671         Allow any number for line-spacing.
2673 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2675         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2676         (doc-view-pdf->png-converter-function): Use mupdf if available.
2677         (doc-view-djvu->png-converter-function)
2678         (doc-view-ps->png-converter-function): Remove.
2679         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2680         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2681         (doc-view-already-converted-p): Adjust accordingly.
2682         (doc-view-mode-p): Simplify.
2683         (doc-view-enlarge): Use setq-local.
2684         (doc-view-pdf->png-converter-ghostscript)
2685         (doc-view-djvu->png-converter-ddjvu)
2686         (doc-view-pdf->png-converter-mupdf): Rework to call
2687         doc-view-start-process directly.
2688         (doc-view-pdf/ps->png): Simplify accordingly.
2689         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2690         (doc-view-document->bitmap): Rename from doc-view-document->png.
2691         (doc-view-convert-current-doc): Merge pdf and djvu cases.
2692         (doc-view-set-slice-from-bounding-box): Fix completion table.
2693         (doc-view-mode): Use add-hook for after-revert-hook.
2695 2013-01-10  Glenn Morris  <rgm@gnu.org>
2697         * emacs-lisp/authors.el (authors-ignored-files)
2698         (authors-valid-file-names, authors-renamed-files-alist):
2699         Add some more entries.
2701 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2703         * image-mode.el (image-mode-winprops): Don't throw away the fallback
2704         `t' pseudo-window entry.
2706 2013-01-10  Alan Mackenzie  <acm@muc.de>
2708         Fix bugs in the c-parse-state mechanism.  Reuse some markers
2709         instead of continually generating new ones.
2711         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2712         (c-state-old-cpp-end-marker): New variables.
2713         (c-append-lower-brace-pair-to-state-cache): Start a backward
2714         search for "}" definitively outside CPP constructs.
2715         (c-remove-stale-state-cache): Inform the caller of a need to
2716         search back for a brace pair in certain circumstances.
2717         (c-state-maybe-marker): New macro.
2718         (c-parse-state): Reuse markers when appropriate.
2720 2013-01-10  Glenn Morris  <rgm@gnu.org>
2722         * simple.el (execute-extended-command): Doc fix.
2723         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
2725 2013-01-10  Chong Yidong  <cyd@gnu.org>
2727         * faces.el (read-face-name): Doc fix.
2729 2013-01-10  Roland Winkler  <winkler@gnu.org>
2731         * emacs-lisp/crm.el: Allow any regexp for separators.
2732         (crm-default-separator): All spaces around the default comma separator.
2733         (crm--completion-command): New macro.
2734         (crm-completion-help, crm-complete, crm-complete-word): Use it.
2735         (crm-complete-and-exit): Handle non-single-char separators.
2737 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2739         * doc-view.el: Add support for DjVu (bug#13164).
2740         (doc-view-djvu->png-converter-function): New config var.
2741         (doc-view-single-page-converter-function, doc-view--image-type)
2742         (doc-view--image-file-extension): New vars.
2743         (doc-view-mode): Initialize them.
2744         (doc-view-goto-page): Use them.
2745         (doc-view-mode-p): Add support for ddjvu.
2746         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2747         (doc-view-set-up-single-converter): New funs.
2748         (doc-view-pdf/ps->png): Extend for djvu.
2749         (doc-view-document->png): Rename from doc-view-pdf->png.
2750         (doc-view-convert-current-doc): Handle djvu.
2751         (doc-view-insert-image, doc-view-display)
2752         (doc-view-already-converted-p): Don't hardcode png.
2753         (doc-view-set-doc-type): Recognize djvu docs.
2755 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2757         * doc-view.el: Add support for mupdf converter (bug#13164).
2758         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2759         (doc-view-ps->png-converter-function): New config vars.
2760         (doc-view-pdf->png-converter-ghostscript)
2761         (doc-view-ps->png-converter-ghostscript)
2762         (doc-view-pdf->png-converter-mupdf): New functions.
2763         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2765 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
2767         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2768         first in session cache: When `tramp-own-remote-path' is in
2769         `tramp-remote-path', the remote path is only set in the session
2770         cache.
2772 2013-01-09  Glenn Morris  <rgm@gnu.org>
2774         * emacs-lisp/trace.el (trace-function-foreground)
2775         (trace-function-background): Doc fix.
2777 2013-01-09  Juri Linkov  <juri@jurta.org>
2779         * international/mule-cmds.el (read-char-by-name): Move let-binding
2780         of completion-ignore-case around completing-read to fix regression
2781         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2782         `string-match-p' using the nil value of `case-fold-search' and
2783         `completion-ignore-case' in `completion-pcm--all-completions'.
2784         (Bug#12615).
2786 2013-01-09  Glenn Morris  <rgm@gnu.org>
2788         * progmodes/compile.el (compilation-parse-errors):
2789         Fix typo.  (Bug#13369)
2791 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2793         * comint.el (comint-send-input): Check size of buffer before
2794         waiting for process output, in case already accepted.  (Bug#13290)
2796 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2798         Spelling fixes.
2799         * net/tramp-adb.el (tramp-adb-get-toolbox):
2800         Fix misspelling of 'unknown'.
2802 2013-01-08  Juri Linkov  <juri@jurta.org>
2804         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2805         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2806         Use underline style wave on terminals that support it.  (Bug#13000)
2808 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2810         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2811         the predicate returns nil.
2813         * simple.el: Use lexical-binding.
2814         (primitive-undo): Use pcase.
2815         (minibuffer-history-isearch-push-state): Use a closure.
2817 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2819         * simple.el (primitive-undo): Move from undo.c.
2821 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2823         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2824         (cvs-mode-remove-handled): Use it (bug#13380).
2826         * emacs-lisp/nadvice.el (advice--tweak): New function.
2827         (advice--remove-function, advice--subst-main): Use it.
2829         * emacs-lisp/advice.el: Update commentary.
2831 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
2833         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2834         Remove spurious entry.
2836 2013-01-08  Glenn Morris  <rgm@gnu.org>
2838         * net/tramp.el (tramp-default-host-alist): Add :version.
2840 2013-01-08  Juri Linkov  <juri@jurta.org>
2842         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2843         single completion.  (Bug#12456)
2844         (info--manual-names): Expand node completions into an explicit list
2845         before appending it to another list.  Filter out internal buffers
2846         with the leading space in the buffer name.  (Bug#10771)
2848 2013-01-08  Juri Linkov  <juri@jurta.org>
2850         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2851         that defaults to the Top node.
2852         (Info-goto-node, Info-read-node-name): Doc fix to mention that
2853         the short format (FILENAME) goes to the Top node.
2854         (Info-build-node-completions): Rename arg `file' to `filename'.
2855         (Bug#13365)
2857 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2859         * menu-bar.el (menu-bar-search-documentation-menu):
2860         Use `apropos-user-option' and fix the help message.
2862 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2864         * apropos.el (apropos-do-all): Update docstring.
2865         (apropos-user-option-button): New face.
2866         (apropos-user-option): Rename from `apropos-variable' and update
2867         docstring.
2868         (apropos-variable): Rewrite, now show all variables by default.
2869         (apropos-print): Mention "User option" instead of "Variable" when
2870         printing doc for user options.  (Bug#13276)
2872 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
2874         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2875         Handle filename correctly, when parsing "source -> target" symlink
2876         output.
2877         (tramp-adb-handle-set-file-times): New defun.
2879 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2881         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2882         advice list when the interactive-spec of ad-Advice-* changes.
2884 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2886         * wid-edit.el (widget-default-get): Work for inlined elements.
2887         (Bug#12670)
2889 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
2891         * net/tramp.el (tramp-default-host-alist): New defcustom.
2892         (tramp-find-host): Use it.
2893         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
2894         `eshell-directory-change-hook'.
2896         * net/tramp-adb.el (top): Add adb specific entry in
2897         `tramp-default-host-alist'.
2898         (tramp-adb-file-name-host): Remove function.
2899         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2900         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2902         * net/tramp-sh.el: Move eshell integration code to tramp.el.
2904 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
2906         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2908 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
2910         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2911         consist of more than one digit.
2912         (tramp-adb-file-name-handler-alist):
2913         Use `tramp-handle-file-exists-p' consistently.
2914         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2915         (tramp-adb-handle-file-exists-p): Remove function.
2916         (tramp-adb-file-name-host): New defun.
2917         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2918         Use it.
2919         (tramp-adb-maybe-open-connection): Set "remote-path" property.
2921 2013-01-06  Chong Yidong  <cyd@gnu.org>
2923         * vc/vc.el (vc-next-action): Detect buffer modifications
2924         conflicting with locking VCS operation (Bug#11490).
2926         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2928 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
2930         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2931         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2933 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
2935         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2936         parsing of ls output using regular expression (handle filenames
2937         with spaces).  Use virtual device number.
2938         (tramp-do-parse-file-attributes-with-ls): New defun (Code
2939         cleanup).
2941 2013-01-04  Daiki Ueno  <ueno@gnu.org>
2943         * epg.el: Silence byte-compiler warnings.
2944         (epg--start): Use delete-char instead of delete-backward-char.
2945         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2947 2013-01-04  Daiki Ueno  <ueno@gnu.org>
2949         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2950         Suggested by Eli Zaretskii  <eliz@gnu.org>.
2952 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
2954         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2955         non-negative integers.  Otherwise, the default values are used.
2956         (tramp-convert-file-attributes): Convert uid and gid to integers.
2958 2013-01-04  Glenn Morris  <rgm@gnu.org>
2960         * term.el (term-handle-colors-array): Ensure face attributes
2961         are fully specified, not nil.  (Bug#13337)
2963         * term.el (term-default-fg-color, term-default-bg-color):
2964         Fix custom type.
2966         * progmodes/etags.el (tags-compression-info-list): Doc fix.
2967         (tag-find-file-of-tag-noselect): Check auto-compression-mode
2968         rather than 'jka-compr being loaded.  (Bug#13338)
2970 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
2972         * icomplete.el (icomplete-completions):
2973         Honor icomplete-prospects-height once more following
2974         2012-11-29 changes.  (Bug#13224)
2976 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * subr.el (internal--called-interactively-p--get-frame): Find aliases
2979         of called-interactively-p as well (bug#13237).
2981         * view.el (view--enable, view--disable): Rename from view-mode-enable
2982         and view-mode-disable and assume it's called from view-mode.
2983         (view-mode-enable, view-mode-disable): Redefine as obsolete
2984         compatibility layer above view-mode.
2985         (view-mode-enter): Call `view-mode'.
2987         * files.el (after-find-file): Call `view-mode'.
2989         * doc-view.el (doc-view-scale-internally): New var.
2990         (doc-view-enlarge, doc-view-insert-image): Obey it.
2992 2013-01-03  Daiki Ueno  <ueno@gnu.org>
2994         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2995         exist.  (Bug#13344)
2997 2013-01-03  Glenn Morris  <rgm@gnu.org>
2999         * mail/rmail.el (rmail-set-header-1): Ignore case.
3000         Handle multi-line headers.  (Bug#13330)
3002         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3003         Handle paragraph starting at beginning of buffer.
3005         * subr.el (eval-after-load): Don't purecopy the form, so that it
3006         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3008         * emacs-lisp/byte-run.el (defun): Place cl declarations
3009         after any interactive spec.  (Bug#13265)
3011 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3013         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3014         defun.  Don't check for DECL if DOCSTRING isn't a string.
3015         (defun): Likewise.
3017 2013-01-02  Glenn Morris  <rgm@gnu.org>
3019         * eshell/em-cmpl.el (eshell-pcomplete):
3020         More thoroughly imitate pcomplete.  (Bug#13293)
3022         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3023         Return nil for empty path elements.  (Bug#13296)
3025 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
3027         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3028         order to improve efficiency (Based on Daniel Colascione's
3029         <dancol@dancol.org> patch).  (Bug#13182)
3031 2013-01-02  Glenn Morris  <rgm@gnu.org>
3033         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3035 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3037         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3038         neither DOCSTRING nor DECL was given.  (Bug#13316)
3040 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3042         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3043         `error' call.
3044         (tramp-do-copy-or-rename-file): Ignore errors when calling
3045         `set-file-extended-attributes'.
3047         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3048         Add handler for `file-acl'.
3049         (tramp-smb-handle-file-acl): New defun.
3051 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3053         * calc/README: Mention ISO 8601 week-numbering dates.
3055 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3057         * view.el (view-mode-enable): New argument run-view-mode-hook.
3058         Run view-mode-hook only when it's non-nil (Bug#13315).
3059         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3060         argument t.
3062 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
3064         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3065         (No device connected, invalid device name). (Bug #13299)
3067 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3069         * window.el (window-resizable--p): Rename to window-resizable-p.
3070         (window-resize-no-error): New function.
3072         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3073         broken in fix from 2012-12-28.
3075 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3077         * subr.el (special-form-p): Don't signal errors on undef aliases.
3079 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3081         * calc/calc-forms.el (math-parse-date): Try using
3082         `math-parse-iso-date' when it looks like it might be needed.
3083         Allow times of 24:00.
3084         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3085         of 24:00.
3087 2012-12-30  Glenn Morris  <rgm@gnu.org>
3089         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3090         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3091         (rmail-summary-displayed, rmail-summary): Declare.
3092         (mairix-rmail-display): Just require rmail.
3094 2012-12-30  Chong Yidong  <cyd@gnu.org>
3096         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3097         check for the tarball contents.
3099 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3101         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3102         tarfile content listings (Bug#13136).
3104 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3106         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3107         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3109 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3111         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3112         integers, if they are real numbers.  (Bug#13282)
3114         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3115         Return `t' on success.
3117         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3118         Add handler for `set-file-selinux-context'.
3120 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3122         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3123         (tramp-sh-handle-set-file-acl): Return `t' on success.
3125 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3127         * files.el (backup-buffer-copy, basic-save-buffer-2):
3128         If set-file-extended-attributes fails, fall back on set-file-modes
3129         instead of signaling an error.  (Bug#13298)
3130         (basic-save-buffer): Likewise.
3132 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3134         * progmodes/python.el: Support other commands triggering
3135         python-indent-line so indentation cycling continues to work.
3136         (python-indent-trigger-commands): New defcustom.
3137         (python-indent-line): Use it.
3139 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3141         * progmodes/python.el (python-shell-send-region): Add blank lines
3142         for non sent code so backtraces remain correct.
3144 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3146         * progmodes/python.el: Remove cl dependency.
3147         (python-syntax-count-quotes): Replace incf call.
3148         (python-fill-string): Replace setf call.
3150 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3152         * info.el (info-other-window): New arg, for consistency with info.
3154 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3156         * mail/rmail.el (rmail-maybe-display-summary):
3157         Rewrite (Bug#13066).
3159 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3161         * epg.el (epg--start): Modify process-environment locally.
3163 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3165         * epg.el: Support pinentry-curses.
3166         Suggested by Werner Koch in
3167         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3168         (epg-agent-file, epg-agent-mtime): New variable.
3169         (epg--start): Record the modified time of gpg-agent socket file,
3170         to restore Emacs frame after pinentry-curses termination.
3171         (epg-wait-for-completion): Restore Emacs frame here.
3173 2012-12-27  Juri Linkov  <juri@jurta.org>
3175         * info.el (Info-file-completions): New variable.
3176         (Info-read-node-name-1): Complete node names in the Info file
3177         when a file name is given.  Call `Info-build-node-completions'
3178         with a file name.
3179         (Info-build-node-completions): Add new arg `file'.  When it is
3180         non-nil, visit it in a temporary buffer and cache its completions in
3181         `Info-current-file-completions'.  Move most of the function body to
3182         `Info-build-node-completions-1'.
3183         (Info-build-node-completions-1): New function with the body from
3184         `Info-build-node-completions'.  (Bug#12456)
3186 2012-12-27  Juri Linkov  <juri@jurta.org>
3188         * frame.el (frame-maximization-style): Remove user option.
3189         (cycle-frame-maximized): Remove function.
3190         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3191         (toggle-frame-fullscreen): New command bound to <f11> instead of
3192         `toggle-frame-maximized'.
3193         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3195 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3197         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3199         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3200         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3201         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3202         for `file-accessible-directory-p'.  (Bug#13275)
3204 2012-12-27  Sam Steingold  <sds@gnu.org>
3206         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3207         continuations, see <http://stackoverflow.com/questions/3582436>.
3209 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
3211         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3212         "module" and "def" to have indentation before them.
3213         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3215         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3217 2012-12-27  Alan Mackenzie  <acm@muc.de>
3219         Speed up fontification where there's large brace blocks.
3220         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3221         to a call of c-beginning-of-decl-1.
3223 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3225         * comint.el (comint-adjust-window-point): New function.
3226         (comint-postoutput-scroll-to-bottom):
3227         Call comint-adjust-window-point (Bug#13248).
3229 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
3231         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3232         Rakefile regexp.
3233         (auto-mode-alist): Associate .gemspec files with ruby-mode
3234         (https://bugs.ruby-lang.org/issues/5453).
3236 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
3238         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3239         Suppress coloring, if possible (required for BusyBox based systems like
3240         CyanogenMod).
3241         (tramp-adb-handle-file-attributes)
3242         (tramp-adb-handle-insert-directory)
3243         (tramp-adb-handle-file-name-all-completions): Use it.
3244         (tramp-adb-get-toolbox): New defun.  Check for remote shell
3245         implementation (BusyBox or Toolbox).
3247 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
3249         * startup.el (initial-buffer-choice): Allow function as value
3250         (Bug#13251).
3251         (command-line-1): Handle case where initial-buffer-choice
3252         specifies a function.
3253         * server.el (server-execute): Handle case where
3254         initial-buffer-choice specifies a function.
3256 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3258         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3259         its own function.
3260         (smtpmail-try-auth-methods): Forget the user name/password if the
3261         login is unsuccessful (bug#12424).
3263 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
3265         * notifications.el (notifications-notify): Protect body with
3266         `with-demoted-errors'.
3268         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3269         Check properties of remote device.  Restart connection, if there is a
3270         change.
3272 2012-12-21  Chong Yidong  <cyd@gnu.org>
3274         * sort.el (sort-subr): Doc fix (Bug#13056).
3276 2012-12-21  Bastien Guerry  <bzg@gnu.org>
3278         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
3280 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
3282         * simple.el (process-file): Overwrite stderr file, if exists.
3284 2012-12-21  Daiki Ueno  <ueno@gnu.org>
3286         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3287         (epg-error): Set `error-message' property.
3289 2012-12-21  Chong Yidong  <cyd@gnu.org>
3291         * international/mule-cmds.el (read-char-by-name): Signal an error
3292         if the user does not supply a valid character (Bug#13177).
3294         * simple.el (transpose-subr-1): Preserve marker positions by
3295         changing the insertion sequence (Bug#13122).
3297 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3299         * simple.el (kill-region): Deactivate mark even for empty regions
3300         (Bug#13169).
3302 2012-12-21  Chong Yidong  <cyd@gnu.org>
3304         * help-fns.el (describe-variable): Make sure we get the right
3305         buffer name (Bug#13105).  Suggested by Kelly Dean.
3307 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
3309         * comint.el (comint-redirect-previous-input-string): New variable.
3310         (comint-redirect-setup, comint-redirect-cleanup)
3311         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
3312         (comint-redirect-preoutput-filter): Fix verbose message.
3314 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3316         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
3317         is too long for Tramp.  See discussion in
3318         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3320         * progmodes/compile.el (compilation-start): Remove line escape
3321         template.
3323 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
3325         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3326         Adjust comment.
3328 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
3330         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3331         following non-comment text (bug#13207).
3332         (lm-header-multiline): Continuation lines need to be indented more than
3333         the first line.
3334         (lm-homepage): New function.
3335         (lm-with-file): Don't be confused if narrowing is in effect.
3337 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3339         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3340         very beginning of a hunk (e.g. killing the first line).
3342 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
3344         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3345         and text properties from returned ACL string.
3346         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3347         for "setfacl" command.
3349 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
3351         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3352         `tramp-cleanup-this-connection', when the process has died.
3353         (Bug#13151)
3355 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3357         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3359 2012-12-17  Kevin Ryde  <user42@zip.com.au>
3361         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3363 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
3365         Add support for preserving ACL entries of files.
3367         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3368         `set-file-acl' handlers.
3370         * net/tramp-adb.el (tramp-adb-handle-copy-file):
3371         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3373         * net/tramp-compat.el (tramp-compat-copy-file):
3374         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3376         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3377         Add `file-acl' and `set-file-acl' handlers.
3378         (tramp-gvfs-handle-copy-file):
3379         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3380         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3381         New defuns.
3383         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3384         Add `file-acl' and `set-file-acl' handlers.
3385         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3386         (tramp-sh-handle-set-file-acl): New defuns.
3387         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3388         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3390         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3391         Add `file-acl' and `set-file-acl' handlers.
3392         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3394 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3396         * help-macro.el (make-help-screen): Instead of switch-to-buffer
3397         use pop-to-buffer with NORECORD argument t.  As buffer name, use
3398         *Metahelp* with a leading space (Bug#13190).
3400 2012-12-16  Romain Francoise  <romain@orebokech.com>
3402         * files.el (file-extended-attributes)
3403         (set-file-extended-attributes): New functions.
3404         (backup-buffer): Use them to handle both SELinux context and ACL
3405         entries.
3406         (backup-buffer-copy): Work with an alist of extended attributes,
3407         rather than an SELinux context.
3408         (basic-save-buffer-2): Ditto.
3410 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
3412         * battery.el (battery-bsd-apm): New function.
3414 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
3416         * calc/calc.el (calc-standard-date-formats): Adjust one of the
3417         standard date formats.
3419 2012-12-15  Juri Linkov  <juri@jurta.org>
3421         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3422         `isearch-insert-char-by-name'.
3423         (with-isearch-suspended): New defmacro with body mostly from
3424         `isearch-edit-string' except the part that sets
3425         `isearch-new-string' and `isearch-new-message'.
3426         (isearch-edit-string): Use new macro `with-isearch-suspended' with
3427         body that sets `isearch-new-string' and `isearch-new-message'.
3428         (isearch-insert-char-by-name): New command.
3429         * international/mule-cmds.el (read-char-by-name): Let-bind
3430         `enable-recursive-minibuffers' to t.
3431         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3433 2012-12-15  Juri Linkov  <juri@jurta.org>
3435         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3436         (Bug#13175)
3438 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
3440         * dired-x.el (dired-guess-shell-command): Put colon at the end of
3441         the prompt.  (Bug#13045)
3443 2012-12-14  Glenn Morris  <rgm@gnu.org>
3445         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3446         Try to include filename in non-bytecomp warning.  (Bug#13132)
3448 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3450         Fix permissions bugs with setgid directories etc. (Bug#13125)
3451         * files.el (backup-buffer): Don't rely on 9th output of
3452         file-attributes, as it's now a placeholder.  Instead, use the new
3453         optional arg of file-ownership-preserved-p.
3454         (file-ownership-preserved-p): New optional arg GROUP.
3455         Fix mishandling of setuid directories that would cause this
3456         function to return t when it should have returned nil.
3457         Document what happens if the file does not exist, and when
3458         it's not known whether the ownership will be preserved.
3459         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3460         Likewise.
3461         (tramp-get-local-gid): Use group-gid for integer, as that's
3462         faster and more reliable.
3464 2012-12-14  Julien Danjou  <julien@danjou.info>
3466         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3467         Update keywords list, data type and PL/pgSQL.
3469 2012-12-14  Dave Abrahams  <dave@boostpro.com>
3471         * vc/ediff-util.el (ediff-buffer-type): New function.
3472         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3473         rather than taking it as as argument.
3474         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3476 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
3478         * json.el: Add pretty-print option (bug#12634).
3479         (json-encoding-separator, json-encoding-default-indentation)
3480         (json--encoding-current-indentation, json-encoding-pretty-print)
3481         (json-encoding-lisp-style-closings): New vars.
3482         (json--with-indentation): New macro.
3483         (json-encode-hash-table, json-encode-alist, json-encode-plist)
3484         (json-encode-array): Use it to obey json-encoding-pretty-print.
3485         (json-pretty-print-buffer, json-pretty-print): New commands.
3487 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3489         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3490         Extract `ruby-syntax-propertize-expansions'.
3491         (ruby-syntax-propertize-expansions): Only change syntax on
3492         certain string delimiters, to punctuation.  This way the common
3493         functions like forward-word and thing-at-point still work.
3494         (ruby-match-expression-expansion): Improve readability.
3495         (ruby-block-contains-point): New function.
3496         (ruby-add-log-current-method): Handle several edge cases.
3498 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3500         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3501         unload-feature finishes even when aborting an ongoing edebug session.
3502         Also, do not worry about edebug-mode, unload-feature takes care of it.
3504 2012-12-13  Andreas Schwab  <schwab@suse.de>
3506         * net/tls.el (tls-program): Update customize type.
3508 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3510         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3511         (edebug-setup-hook, cl-read-load-hooks): Use it.
3512         (edebug-unload-function): New function.  (Bug#13163)
3514 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
3516         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3517         Otherwise, there could be errors in autoloading.  (Bug#13151)
3519 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
3521         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3522         sequences.
3524 2012-12-13  Alan Mackenzie  <acm@muc.de>
3526         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
3527         * progmodes/cc-engine.el (c-backward-comments): Add code to work
3528         around `forward-comment' not recognizing ^M as whitespace.
3530 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3532         * progmodes/python.el (python-skeleton-class)
3533         (python-skeleton-def): Do not add space after defun name.
3535 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3537         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3538         (cl--symbol-function): Remove (now that funbound is like nil).
3540 2012-12-12  Glenn Morris  <rgm@gnu.org>
3542         * button.el (button--area-button-p): Fix typo.
3544 2012-12-12  Sam Steingold  <sds@gnu.org>
3546         * frame.el (frame-maximization-style): New user option.
3547         (toggle-frame-maximized): Toggle frame maximization according to
3548         `frame-maximization-style', bound to <f11>.
3549         (cycle-frame-maximized): Cycle between all maximization styles and
3550         non-maximized frame, bound to shift-<f11>.
3552 2012-12-12  David Cadé  <codename68@gmail.com>
3554         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3556 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
3558         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3559         (eieio-override-prin1): Don't quote kewords and booleans.
3560         (object-write) <eieio-default-superclass>: Don't put closing parens
3561         on new line, avoid needless empty lines, align values that are objects
3562         with the slot keyword (instead of beginning on the same line).
3563         (eieio-list-prin1): Align value with slot keyword; increase
3564         eieio-print-depth before printing members of the list.
3566 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3568         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3569         a display text-property.
3570         (report-emacs-bug-hook): Don't bother deleting it any more.
3572         * hilit-chg.el (highlight-save-buffer-state): Delete.
3573         Use with-silent-modifications instead.
3574         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3576         * button.el: Handle buttons in display text-properties.
3577         (button--area-button-p, button--area-button-string):
3578         Use (STRING . STRING-POS) representation instead of just STRING.
3580 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
3582         * makefile.w32-in (compile4-SH): Fix a typo that caused term
3583         subdirectory be skipped.
3585 2012-12-11  Glenn Morris  <rgm@gnu.org>
3587         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3589         * progmodes/f90.el (f90-line-continued, f90-indent-region):
3590         Treat preprocessor lines embedded in continuations like comments.
3591         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
3593 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
3595         * calc/calc.el (calc-standard-date-formats): Add more date
3596         formats.
3597         * calc/calc-forms.el (math-parse-iso-date): New function.
3598         (math-parse-date): Use `math-parse-iso-date' when appropriate.
3599         (math-parse-iso-date-validate): Add extra error checking.
3600         (calc-date-notation): Add ability to access new date formats.
3602 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3604         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3605         font-lock as well as when there's no text-property.
3607 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
3609         * hi-lock.el: Refine the choice of default face.
3610         (hi-lock-keyword->face): New function.  Use it wherever we used
3611         cadadadr instead.
3612         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3613         (hi-lock--last-face): Remove var.
3614         (hi-lock--unused-faces): New var to replace it.
3615         (hi-lock-read-face-name): Use/maintain it.
3616         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
3617         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3618         if it has another face.
3620 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3622         * subr.el (w32notify-handle-event): New function.
3623         (inotify-handle-event): Doc fix.
3625 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3627         * subr.el (inotify-event-p, inotify-handle-event): New functions.
3629 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
3631         * simple.el (just-one-space): Doc fix.
3633 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3635         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3637 2012-12-10  Le Wang  <l26wang@gmail.com>
3639         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3640         narrowed buffer (bug#12361).
3642 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
3644         * vc/vc-hooks.el (vc-state): Doc fix.
3646 2012-12-10  Glenn Morris  <rgm@gnu.org>
3648         * mail/rmail.el (rmail-maybe-display-summary):
3649         Preserve buffer, in case select-window changes it.  (Bug#13066)
3651 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3653         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3654         cl-load-hook where they belong.
3656 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3658         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3660 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
3662         Parallelize byte compilation on MS-Windows.
3663         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3664         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3665         (WINS_BASIC): Define as concatenation of the above.
3666         (compile): Subdivide into 4 separate and independent jobs that can
3667         be run in parallel.
3668         (compile0-CMD, compile0-SH): New targets for compiling
3669         COMPILE_FIRST files, which are prerequisites for the rest of the
3670         byte-compilation.
3671         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3672         New targets for parallel compilation with cmd.exe.
3673         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3674         compiling under a Unixy shell.
3676 2012-12-09  Chong Yidong  <cyd@gnu.org>
3678         * simple.el (set-mark-default-inactive): Delete this
3679         accidentally-introduced option.
3680         (set-mark-command, exchange-point-and-mark): Remove calls.
3682 2012-12-09  Glenn Morris  <rgm@gnu.org>
3684         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3685         Respect a defcustom's :set function, if appropriate.  (Bug#109)
3686         (eval-defun): Doc fix.
3688 2012-12-08  Juri Linkov  <juri@jurta.org>
3690         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3691         (Info-fontify-node, Info-bookmark-make-record): Remove the
3692         file extension from Info-current-file (Bug#13016).
3694 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3696         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3697         point, still provide some default.
3698         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3699         names, since we don't use it right now.  Actually return the list.
3700         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3702 2012-12-07  Chong Yidong  <cyd@gnu.org>
3704         * novice.el (disabled-command-function): Remove a spurious help
3705         xref (Bug#13043).  Suggested by Kelly Dean.
3707         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3708         syntax is specified (Bug#13025).
3710         * info.el (Info-set-mode-line): Remove the file extension from
3711         Info-current-file if there is one (Bug#13016).
3713 2012-12-07  Glenn Morris  <rgm@gnu.org>
3715         * mail/rmail.el (rmail-mime-decoded): New permanent local.
3716         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3717         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3718         and rmail-mime-decoded.  (Bug#9841)
3720         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
3721         (batch-unrmail, unrmail): Doc fixes.
3722         (unrmail): Respect unrmail-mbox-format.
3723         * mail/rmail.el (rmail-mbox-format): New option.
3724         (rmail-show-message-1): Respect rmail-mbox-format.
3726 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3728         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3730 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3732         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
3733         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3734         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3735         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3736         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3737         (cl-progv): Don't rely on dynamic scoping to find the body.
3738         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3739         (cl--proclaims-deferred): Rename from the "cl-" prefix.
3740         (cl-declaim): Use backquotes.
3741         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3742         Use "cl--" prefix for the object's tag.
3744         * ses.el: Use advice-add/remove.
3745         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3746         (copy-region-as-kill, yank): Use advice-add.
3747         (ses-unload-function): Use advice-remove.
3749 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
3751         * button.el: Make them work in header-lines (bug#12817).
3752         (button-map): Add bindings for header-line and mode-line use.
3753         (button-get, button-put, button-label): `button' may now be a string.
3754         (button-activate): Don't make it a defsubst.
3755         (button--area-button-p, button--area-button-string): New functions.
3756         (make-text-button): Fix the return value when `beg' was a string.
3757         (push-button): Handle the mode-line case.
3759 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3761         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3762         (sql-signum): Remove.  Use `cl-signum' instead.
3763         (sql-read-passwd): Remove; use read-passwd instread.
3764         (sql-get-login-ext): Use read-string.
3765         (sql-get-login): Use dolist and pcase.
3766         (sql--completion-table): Rename from sql-try-completion.
3767         Use complete-with-action.
3768         (sql-mode): Don't change abbrev-all-caps globally.
3769         (sql-connect): Don't rely on dynamic scoping for `new-name'.
3770         (sql-postgres-completion-object): Initialize vars in their `let'.
3771         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3772         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3773         (sql-comint-interbase): Use a single append, without setq.
3774         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3776         * hi-lock.el: Rework the default face and the serialize regexp code.
3777         (hi-lock--auto-select-face-defaults): Remove.
3778         (hi-lock-string-serialize-serial): Remove.
3779         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3780         make weak.
3781         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3782         equal string.
3783         (hi-lock-set-pattern): Adjust accordingly.
3784         (hi-lock--regexps-at-point): Simplify accordingly.
3785         (hi-lock--auto-select-face-defaults): Remove.
3786         (hi-lock--last-face): New var to replace it.
3787         (hi-lock-read-face-name): Rewrite (bug#11095).
3788         (hi-lock-unface-buffer): Arrange for the face to be the next default.
3790 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
3792         * net/tramp.el (tramp-replace-environment-variables):
3793         Hide compiler warning.
3794         (tramp-file-name-for-operation): Remove `executable-find',
3795         `start-process', `call-process' and `call-process-region'.
3797         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3799         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3800         compatibility.
3802         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3804 2012-12-06  Chong Yidong  <cyd@gnu.org>
3806         * ffap.el (ffap-replace-file-component): Fix typo.
3808 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3811         fix open-paren-like token test (bug#12785).
3813 2012-12-06  Glenn Morris  <rgm@gnu.org>
3815         * mail/rmailsum.el (rmail-new-summary): Tweak for
3816         rmail-maybe-display-summary changing buffer.  (Bug#13066)
3818 2012-12-06  Juri Linkov  <juri@jurta.org>
3820         * info.el (Info-fontify-node): Don't hide the last newline.
3821         (Bug#12272)
3823 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3825         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3826         so as to enable message-read-from-minibuffer to expand mail aliases.
3828 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3830         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3831         the `intangible' property.
3832         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3834 2012-12-05  Deniz Dogan  <deniz@dogan.se>
3836         * net/rcirc.el (rcirc-urls): Update documentation.
3837         (rcirc-condition-filter): New function.
3838         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3839         and exclude consecutive duplicate URLs (Bug#6082).
3841 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
3843         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3844         Check return code of copy command.
3846         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3847         Use group `tramp'.  Add version.
3849 2012-12-05  Chong Yidong  <cyd@gnu.org>
3851         * ffap.el (ffap-url-regexp): Don't require matching at front of
3852         string (Bug#4952).
3853         (ffap-url-p): If only a substring matches, return that.
3854         (ffap-url-at-point): Use the return value of ffap-url-p.
3855         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3856         (find-file-at-point, dired-at-point, dired-at-point-prompter)
3857         (ffap-guess-file-name-at-point): Likewise.
3858         (ffap-replace-file-component): Fix typo.
3860         * info.el (info-display-manual): Add existing Info buffers, whose
3861         files may not be in Info-directory-list, to the completion.
3862         (info--manual-names): New helper function.
3864 2012-12-05  Glenn Morris  <rgm@gnu.org>
3866         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3867         New functions, for detecting and resolving conflicts.  (Bug#10709)
3869 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
3871         * hi-lock.el (hi-lock-auto-select-face): New user variable.
3872         (hi-lock-auto-select-face-defaults): New buffer local variable.
3873         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3874         (hi-lock-unface-buffer): Prompt user with useful defaults.
3875         With prefix arg, unhighlight all hi-lock patterns in buffer.
3877 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3879         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3881 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
3883         * Makefile.in (TRAMP_SRC):
3884         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3886 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
3888         * net/tramp-adb.el: New package.
3890 2012-12-04  Chong Yidong  <cyd@gnu.org>
3892         * terminal.el: Move to obsolete/.
3894         * longlines.el: Move to obsolete/.
3896         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3897         Remove code referring to longlines mode.
3899 2012-12-03  Juri Linkov  <juri@jurta.org>
3901         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
3903 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3905         * textmodes/ispell.el (ispell-init-process)
3906         (ispell-start-process, ispell-internal-change-dictionary):
3907         Make sure personal dictionary name is expanded after initial
3908         `default-directory' value. Use expanded strings for
3909         keep/restart checks and for value (Bug#13019).
3911 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3913         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3915 2012-12-03  Leo Liu  <sdl.web@gmail.com>
3917         * files.el (dir-locals-read-from-file): Check file non-empty
3918         before reading.  (Bug#13038)
3920 2012-12-03  Glenn Morris  <rgm@gnu.org>
3922         * jka-cmpr-hook.el (jka-compr-get-compression-info):
3923         Remove any version extension before checking filename.  (Bug#13006)
3924         (jka-compr-compression-info-list): Belated :version bump.
3926 2012-12-03  Chong Yidong  <cyd@gnu.org>
3928         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3930         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3931         (buffer-menu): Doc fix (Bug#12294).
3933 2012-12-03  Roland Winkler  <winkler@gnu.org>
3935         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3936         of diary-show-all-entries in the diary buffer (Bug#12994).
3938 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
3940         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3941         "<STDIN>".  This is binary safe.
3943 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3945         * calc/calc-forms.el (math-absolute-from-iso-dt)
3946         (math-date-to-iso-dt, math-parse-iso-date-validate)
3947         (math-iso-dt-to-date): New functions.
3948         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3949         (math-fd-isoweekday): New variables.
3950         (calc-date-notation, math-parse-standard-date, math-format-date)
3951         (math-format-date-part): Add support for more formatting codes.
3953 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3955         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3956         current buffer's file name when called interactively (Bug#12488).
3958 2012-12-02  Juri Linkov  <juri@jurta.org>
3960         * info.el (info-display-manual): Don't clobber an existing Info
3961         buffer (Bug#10770).  Add completion (Bug#10771).
3963 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
3965         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3966         before using it for comparison (Bug#5297).
3968 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
3970         * textmodes/css-mode.el (css-current-defun-name): New function.
3971         (css-mode): Use it.
3973         * textmodes/sgml-mode.el (html-current-defun-name): New function.
3974         (html-mode): Use it.
3976 2012-12-01  Chong Yidong  <cyd@gnu.org>
3978         Modularize add-log-current-defun (Bug#2224).
3979         Suggested by Jari Aalto.
3981         * vc/add-log.el (add-log-current-defun-function): Doc fix.
3982         (add-log-current-defun): Move mode-specific code to other files.
3983         (add-log-lisp-like-modes, add-log-c-like-modes)
3984         (add-log-tex-like-modes): Variables deleted.
3986         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3987         (lisp-mode-variables): Use it.
3989         * progmodes/cc-mode.el (c-common-init):
3990         * progmodes/cperl-mode.el (cperl-mode): Set a value for
3991         add-log-current-defun-function.
3993         * progmodes/m4-mode.el (m4-current-defun-name): New function.
3994         (m4-mode): Use it.
3996         * progmodes/perl-mode.el (perl-current-defun-name): New.
3997         (perl-mode): Use it.
3999         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4000         Use lisp-current-defun-name.
4002         * textmodes/tex-mode.el (tex-current-defun-name): New.
4003         (tex-common-initialization): Use it.
4005         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4006         (texinfo-mode): Use it.
4008 2012-12-01  Chong Yidong  <cyd@gnu.org>
4010         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4011         * progmodes/autoconf.el (autoconf-mode):
4012         * progmodes/js.el (js-mode):
4013         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4014         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4015         * progmodes/perl-mode.el (perl-mode):
4016         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4017         * textmodes/css-mode.el (css-mode):
4018         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4019         (sgml-tags-invisible, sgml-guess-indent):
4020         * textmodes/tex-mode.el (tex-common-initialization)
4021         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4022         (doctex-mode, plain-tex-mode, latex-mode):
4023         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4025 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4027         * vc/vc-hg.el (vc-hg-next-revision):
4028         Ensure use of default "tip" output format.  (Bug#6968)
4030 2012-12-01  Kim F. Storm  <storm@cua.dk>
4032         * startup.el (fancy-startup-tail): Add a clickable link
4033         (Bug#2176).
4035 2012-12-01  Chong Yidong  <cyd@gnu.org>
4037         * startup.el (fancy-startup-tail): Improve the message about
4038         auto-save files (Bug#2176).
4040         * files.el (recover-session): Improve the descriptive message, and
4041         use substitute-command-keys.
4043 2012-12-01  Glenn Morris  <rgm@gnu.org>
4045         * ido.el (ido-file-internal):
4046         Handle other-window, other-frame for dired.  (Bug#13036)
4048 2012-11-30  Glenn Morris  <rgm@gnu.org>
4050         * icomplete.el (icomplete-separator): Fix :version.
4052 2012-11-30  Chong Yidong  <cyd@gnu.org>
4054         * shell.el (shell): For C-u M-x shell, use an inactive shell
4055         buffer as the default (Bug#1975).
4056         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4057         (shell-mode): Use them to reapply ansi colorization if Shell mode
4058         is re-enabled.
4060 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4062         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4064 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4066         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4067         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4069 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4071         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4072         by move-to-column (Bug#3234).
4074 2012-11-30  Chong Yidong  <cyd@gnu.org>
4076         * longlines.el (longlines-wrap-line, longlines-encode-region):
4077         Preserve text properties (Bug#1425).
4079 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4081         * vc/vc.el (vc-register): Allow registering a file which is
4082         already registered with a different backend (Bug#10589).
4084 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4085             Stefan Monnier  <monnier@iro.umontreal.ca>
4087         * icomplete.el: Change separator; add ido-style commands.
4088         (icomplete-show-key-bindings): Remove custom var.
4089         (icomplete-get-keys): Remove function.
4090         (icomplete-forward-completions, icomplete-backward-completions):
4091         New commands.
4092         (icomplete-minibuffer-map): New var.
4093         (icomplete-minibuffer-setup): Use it.
4094         (icomplete-exhibit): Don't delay if the list of completions is known.
4095         (icomplete-separator): New custom.
4096         (icomplete-completions): Use it.
4097         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4098         (minibuffer-force-complete-and-exit): New command.
4099         (minibuffer--complete-and-exit): New function extracted from
4100         minibuffer-complete-and-exit.
4101         (minibuffer-complete-and-exit): Use it.
4103         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4104         error message when the file doesn't exist (bug#12974).
4106 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4108         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4110 2012-11-29  Glenn Morris  <rgm@gnu.org>
4112         * files.el (hack-dir-local-variables): Warn if try to set
4113         coding via dir-locals, since it doesn't work.  (Bug#7169)
4115         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4116         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4117         Set buffer-local value of desktop-save-buffer.
4118         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4119         New functions.
4120         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4121         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4123         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4124         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4125         Doc fix.
4126         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4127         Doc fixes.
4129 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4131         * calc/calc-forms.el (calc-date-notation): Fix regexp
4132         used to find time codes.  Fix symbol for seconds.
4134 2012-11-27  Glenn Morris  <rgm@gnu.org>
4136         * emacs-lisp/derived.el (derived-mode-make-docstring):
4137         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4139 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4141         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4142         lexically scoped variables (bug#13005).
4144 2012-11-27  Glenn Morris  <rgm@gnu.org>
4146         * vc/vc-hooks.el (vc-mistrust-permissions):
4147         Default to t, to avoid data-loss.  (Bug#11490)
4149 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4151         * progmodes/python.el (python-indent-guess-indent-offset):
4152         If indentation is guessed make python-indent-offset buffer-local.
4154         Fix Imenu regression.
4155         * progmodes/python.el (python-nav-beginning-of-defun):
4156         Fix forward movement when statement(s) separates point from defun.
4157         (python-imenu-prev-index-position): New function.
4159 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4161         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4163         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4164         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4166 2012-11-27  Glenn Morris  <rgm@gnu.org>
4168         * hippie-exp.el (hippie-expand-try-functions-list):
4169         Re-autoload it.  (Bug#12982)
4171 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4173         * descr-text.el (describe-char-padded-string):
4174         Call internal-char-font only on GUI frames.  (Bug#11964)
4176 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4178         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4179         and obsoletion message.
4181 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4184         the constructs to keep outside of the `cl-block' (bug#12977).
4186 2012-11-27  Chong Yidong  <cyd@gnu.org>
4188         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4189         keep reading until we get the up-event anyway, in order to process
4190         the up-event for mouse-1-click-follows-link (Bug#12971).
4192 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4194         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4195         base function is not yet defined (bug#12965).
4196         (ad-activate-advised-definition): Use ad-compile-function.
4197         (ad-activate): Use cond.
4199 2012-11-25  Leo Liu  <sdl.web@gmail.com>
4201         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4202         (Bug#12979)
4204 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4206         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4207         reftex-section-info-function in order to be compatible with
4208         Texinfo integration.
4210         * textmodes/reftex.el (reftex-section-pre-regexp)
4211         (reftex-section-post-regexp, reftex-section-info-function):
4212         New variable.
4213         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4214         reftex-section-post-regexp, and reftex-section-info-function in order
4215         to be compatible with Texinfo integration.
4217         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4218         use reftex-section-pre-regexp variable in order to be compatible with
4219         Texinfo integration.
4221 2012-11-25  Chong Yidong  <cyd@gnu.org>
4223         * faces.el: Make face-spec-set more analogous to setq.
4224         (face-spec-set): Change the third arg to specify whether this
4225         function is being called via defface, customize, or a third party.
4226         Set the appropriate symbol properties.  Clear the override spec if
4227         setting via Custom.  Initialize face if necessary.  (Bug#4988)
4228         (face-spec-recalc): Allow theme faces to completely replace the
4229         defface spec, in the same way as custom faces (Bug#8454).
4231         * cus-face.el (custom-declare-face): Move face initialization to
4232         face-spec-set.
4233         (custom-theme-set-faces): Don't initialize the face name here, as
4234         that is now done in face-spec-set.
4236         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4237         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4238         Simplify by using the new arg to face-spec-set.
4240         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4241         reset face-override-spec too, and use custom-declare-face.
4243 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
4245         * term/ns-win.el (ns-initialize-window-system): Move creation of
4246         fontsets here (Bug#11964).
4248 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4250         * ses.el (ses-rename-cell): Correct bug on mode-line update after
4251         cell renaming.
4253 2012-11-24  Chong Yidong  <cyd@gnu.org>
4255         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4256         obsolete.
4258         * custom.el (custom-theme-set-variables): Use a topological sort
4259         for ordering by custom dependencies (Bug#12952).
4260         (custom--sort-vars, custom--sort-vars-1): New functions.
4262 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4264         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4265         lexical-binding (bug#12938).
4267 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
4269         * image-mode.el (image-transform-check-size): Use assertions only
4270         for images of type imagemagick.
4272         Otherwise no error, image-transform-fit-to-{width,height} is
4273         silently ignored, as before.  Doc fix.
4275 2012-11-24  Chong Yidong  <cyd@gnu.org>
4277         * faces.el (color-defined-p): Doc fix (Bug#12853).
4279 2012-11-24  Juri Linkov  <juri@jurta.org>
4281         * dired.el (dired-mark): Add optional arg `interactive'.
4282         Check for `use-region-p' if `interactive' is non-nil.
4283         (dired-unmark, dired-flag-file-deletion): Add optional arg
4284         `interactive'.  Call `dired-mark' with the arg `interactive'.
4285         (Bug#10624)
4287         * wdired.el: Revert 2012-10-17 change partly and replace it with
4288         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4289         (wdired-finish-edit): Add marks for new file names to
4290         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
4291         after `revert-buffer'.
4292         (wdired-do-renames): Remove calls to `dired-remove-file',
4293         `dired-add-file', `dired-add-entry'.  (Bug#11795)
4295 2012-11-24  Alan Mackenzie  <acm@muc.de>
4297         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4299         Fix bugs in the state cache.  Enhance a debugging mechanism.
4300         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4301         "brace at column zero" strategy for C++.
4302         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4303         (c-parse-state-point): New variable.
4304         (c-record-parse-state-state): Record old parse state with
4305         `copy-tree'.  Record previous value of point.
4306         (c-debug-parse-state-double-cons): New debugging function.
4307         (c-debug-parse-state): Call the above new function.
4308         (c-toggle-parse-state-debug): Output a confirmatory message.
4310         * progmodes/cc-mode.el (c-before-change, c-after-change):
4311         Call c-invalidate-state-cache from `c-before-change' instead of
4312         `c-after-change'.
4314 2012-11-23  Chong Yidong  <cyd@gnu.org>
4316         * find-cmd.el (find-constituents): Add executable, ipath,
4317         readable, samefile, writable, daystart, regextype (Bug#12856).
4319 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4323 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4325         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4326         definition.  This fixes a bootstrap failure.
4327         (calc-gregorian-switch): In menu, put dates before regions.
4328         This is easier to follow, lines up better in the menu, and lets us
4329         coalesce regions that switch at the same time.  Give country
4330         names, not "Vatican", as that's better for non-expert users.
4331         Use names that are stable between the date of switch and now, e.g.,
4332         Bohemia and Moravia (which existed then and now) and not
4333         Czechoslovakia (which didn't exist then and doesn't exist now).
4334         What is now the U.S. mostly did not switch at the same time as
4335         Britain, so omit the U.S.  Correct spelling of "Britain".
4336         Catholic Switzerland was too much of a mess, so omit it.
4338 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4340         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4341         after the variable is changed.
4343 2012-11-21  Daniel Colascione  <dancol@dancol.org>
4345         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4346         in SQL declarations for font-lock.
4347         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4349 2012-11-21  Glenn Morris  <rgm@gnu.org>
4351         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4352         (face-italic-p): Add optional argument "inherit".
4354         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4355         Remove -p suffix from names, for consistency with other set-face-*.
4356         (set-face-inverse-video): Fix interactive spec.
4357         * play/gamegrid.el (gamegrid-make-mono-tty-face):
4358         * textmodes/table.el (table--update-cell-face):
4359         Use set-face-inverse-video rather than now obsolete alias.
4361 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
4363         * simple.el (line-move): Don't call line-move-partial if
4364         scroll-conservatively is in effect.  (Bug#12927)
4366 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4368         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4369         Fallback on completion-at-point rather than
4370         pcomplete-expand-and-complete, and only if pcomplete actually failed.
4371         (eshell-cmpl-initialize): Setup completion-at-point.
4373         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4375         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4377 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
4379         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4380         are remote, check out-of-band property for both.
4382 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * window.el (switch-to-buffer): Re-add the warning that was lost in the
4385         code rewrite.
4387 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
4389         More minor time fixes.
4390         * calendar/time-date.el: Commentary fix.
4391         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4392         too much other code depends on (0 0) time stamps.
4393         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4394         Add a couple of FIXME comments.
4396         Minor cleanup for times as lists of four integers.
4397         * files.el (dir-locals-directory-cache):
4398         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4399         Doc fixes.
4400         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4401         * ps-bdf.el (bdf-file-newer-than-time):
4402         Process four-integers time stamps, not two.  Doc fixes.
4404 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         * uniquify.el (uniquify-managed): Use defvar-local.
4407         (rename-buffer, create-file-buffer): Advise with advice-add.
4408         (uniquify-unload-function): Unadvise accordingly.
4410         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4411         (trace-buffer): Don't purecopy.
4412         (trace-entry-message, trace-exit-message): Add `context' arg.
4413         (trace--timer): New var.
4414         (trace-make-advice): Adjust for use in nadvice.
4415         Add `context' argument.  Delay `display-buffer' via a timer.
4416         (trace-function-internal): Use advice-add.
4417         (trace--read-args): New function.
4418         (trace-function-foreground, trace-function-background): Use it.
4419         (trace-function): Rename to trace-function-foreground and redefine as
4420         an alias to that new name.
4421         (untrace-function, untrace-all): Adjust to the use of nadvice.
4423         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4425         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4427         * subr.el (called-interactively-p-functions): New var.
4428         (internal--called-interactively-p--get-frame): New macro.
4429         (called-interactively-p, interactive-p): Rewrite in Lisp.
4430         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4431         (called-interactively-p-functions): Use it.
4432         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4433         (called-interactively-p-functions): Use it.
4434         * allout.el (allout-called-interactively-p): Don't assume
4435         called-interactively-p is a subr.
4437 2012-11-20  Glenn Morris  <rgm@gnu.org>
4439         * profiler.el (profiler-report-mode-map): Add a menu.
4440         No need to bind `q' because we derive from special-mode.
4441         (profiler-report-find-entry): Handle calls from the menu-bar.
4443 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * emacs-lisp/byte-run.el (defun-declarations-alist):
4446         Allow a compiler-macro to be a lambda expression.
4448         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
4449         eval-when-compile.
4450         (python-syntax-context): Add compiler-macro.
4451         (python-font-lock-keywords): Simplify with De Morgan.
4453         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4455         * files.el (load-file): Require match in minibuffer selection, as was
4456         the case in Emacs-20 before we changed the spec to allow .elc files
4457         (bug#12935).
4459         * json.el: Don't require cl since we don't use it.
4460         * color.el: Don't require cl.
4461         (color-complement): `caddr' -> `nth 2'.
4463         * calendar/time-date.el (time-to-seconds): De-obsolete.
4465 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
4467         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4468         year numbers.
4469         (math-date-to-julian-dt): Adjust the initial approximation for the
4470         year to deal with the new definition of the DATE.
4472 2012-11-19  Daniel Colascione  <dancol@dancol.org>
4474         * term/w32-win.el (cygwin-convert-path-from-windows):
4475         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4477 2012-11-18  Chong Yidong  <cyd@gnu.org>
4479         * filecache.el (file-cache--read-list): New function.
4480         (file-cache-add-directory-list, file-cache-add-file-list)
4481         (file-cache-delete-file-list, file-cache-delete-directory-list):
4482         Use it to read a list of files or directories (Bug#12846).
4483         (file-cache-add-file, file-cache-add-directory)
4484         (file-cache-delete-file-list, file-cache-delete-file-regexp)
4485         (file-cache-delete-directory): Print an message.
4487 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
4489         * calc/calc-forms.el (math-date-to-dt): Use integer date when
4490         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4492 2012-11-18  Glenn Morris  <rgm@gnu.org>
4494         * image.el (insert-image, insert-sliced-image): Doc fix.
4496 2012-11-18  Chong Yidong  <cyd@gnu.org>
4498         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4499         (Bug#12810).
4501 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4503         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4504         response when the target file is in a subdirectory (Bug#12757).
4506 2012-11-18  Chong Yidong  <cyd@gnu.org>
4508         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4510 2012-11-18  Glenn Morris  <rgm@gnu.org>
4512         * emacs-lisp/cl-lib.el (face-underline-p):
4513         Use set-face-underline rather than the alias set-face-underline-p.
4515         * window.el (with-temp-buffer-window): Doc fix.
4516         * subr.el (with-output-to-temp-buffer):
4517         Add doc xref to with-temp-buffer-window.
4519 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
4521         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4522         * calc/calc.el (math-format-date-cache): Declare.
4524 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4526         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4527         It also uses January 1, 1 AD as its day number 1.
4528         * calc/calc-forms.el (math-julian-date-beginning)
4529         (math-julian-date-beginning-int): Implement this.
4531 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
4533         * descr-text.el (quail-find-key):
4534         * dired.el (desktop-file-name):
4535         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4536         * generic-x.el (comint-mode, comint-exec):
4537         * image-dired.el (widget-forward):
4538         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4539         (speedbar-change-expand-button-char)
4540         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4541         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4542         * printing.el (easy-menu-add-item, easy-menu-remove-item)
4543         (widget-field-action, widget-value-set):
4544         * speedbar.el (imenu--make-index-alist):
4545         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4546         (ring-length, ring-insert):
4547         * vcursor.el (compare-windows-skip-whitespace):
4548         * woman.el (dired-get-filename):
4549         Declare functions.
4551         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4553 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4555         * calc/calc.el (calc-gregorian-switch): New variable.
4557         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4558         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4559         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4560         (math-leap-year-p): Add option to distinguish between Julian
4561         and Gregorian calendars.
4562         (math-day-number): Use `math-day-in-year' to do the computations.
4563         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4564         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4565         to do the computations.
4566         (math-date-to-dt): Use `math-date-to-julian-dt' and
4567         `math-date-to-gregorian-dt' to do the computations.
4568         (calcFunc-weekday, math-format-date-part): Use the new version of
4569         the DATE to determine the weekday.
4570         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4571         when necessary.
4573 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
4575         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4576         Cygwin; otherwise use 'file:'.  (Bug#12914)
4577         (cygwin-convert-path-from-windows): Declare, to avoid
4578         byte-compiler warnings.
4580 2012-11-17  Andreas Politz  <politza@fh-trier.de>
4582         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4583         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4584         prefix and negative numeric prefix args (Bug#12795).
4586 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
4588         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4589         Don't signal an error with a score that is too low to add to the
4590         list of top scores. (Bug#12779)
4592 2012-11-17  Chong Yidong  <cyd@gnu.org>
4594         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4596         * filecache.el (file-cache-add-file): Handle relative file name in
4597         the argument (Bug#12694).
4599 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
4601         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4603 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4607         * emacs-lisp/cl-lib.el: Set more meaningful version number.
4609 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4611         * window.el (enlarge-window, shrink-window): Don't mention return
4612         value in doc-string (Bug#12896).
4613         (window--display-buffer): Don't resize frames - it won't work
4614         with all window managers and defeat pop-up-frame-alist.
4615         (display-buffer-alist): In doc-string explain that CONDITION can
4616         be a function and which arguments are passed to it (Bug#12854).
4617         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
4618         expressions (Bug#12854).
4619         (display-buffer): Pass ACTION argument to
4620         display-buffer-assq-regexp.
4622 2012-11-16  Glenn Morris  <rgm@gnu.org>
4624         * window.el (fit-frame-to-buffer-bottom-margin)
4625         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4627         * faces.el (face-underline-p): Use face-attribute-specified-or.
4629 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
4631         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4633 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4637 2012-11-16  Glenn Morris  <rgm@gnu.org>
4639         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
4640         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4642         * faces.el (face-underline-p): Doc fix.  Handle :underline being
4643         things other than `t' (a string, a list).
4644         (face-inverse-video-p): Doc fix.
4645         (set-face-underline): Rename it back from set-face-underline-p.
4646         Doc fix.  Allow interactive input of values other than t.
4647         (read-face-attribute): Apply formatting to :underline,
4648         since like :box and :stipple it can take list values.
4650         * term.el (ansi-term): Don't let C-x escape-char binding
4651         clobber the more standard C-c binding.  (Bug#12842)
4653         * subr.el (set-temporary-overlay-map): Doc fix.
4655 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4657         * window.el (record-window-buffer)
4658         (display-buffer-record-window): When copying the markers to
4659         window-point preserve window-point-insertion-type. (Bug#12588)
4661 2012-11-16  Glenn Morris  <rgm@gnu.org>
4663         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4664         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4665         Use new names for hooks rather than obsolete aliases.
4667 2012-11-15  Daniel Colascione  <dancol@dancol.org>
4669         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4670         prefix instead of "file:" so that when FILE-NAME begins with "//",
4671         as it does when the target file is on a network share, url-handler
4672         isn't confused.
4674 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4676         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4677         a preactivated advice from an old advice.el; they're not compatible!
4679 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4681         * emacs-lisp/nadvice.el (advice--make-interactive-form):
4682         Fix string-spec case.
4684         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4686 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4688         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4689         (advice--buffer-local-function-sample): New var.
4690         (advice--set-buffer-local, advice--buffer-local): New functions.
4691         (add-function, remove-function): Use them.
4693 2012-11-15  Drew Adams  <drew.adams@oracle.com>
4695         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4697 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4699         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4700         potential binding of print-gensym to t, and prettify (back)quotes in
4701         case they appear in args's default values (bug#12884).
4703 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4705         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4706         (advice-eval-interactive-spec): New function.
4707         (advice--make-interactive-form): Support around advice (bug#12844).
4709 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
4711         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4712         more strict.  Add docstring.
4713         (ruby-expression-expansion-re): Extract from
4714         `ruby-match-expression-expansion'.
4715         (ruby-syntax-propertize-function): After everything else, search
4716         for expansions in string literals, mark their insides as
4717         whitespace syntax and save match data for font-lock.
4718         (ruby-font-lock-keywords): Use the 2nd group from expression
4719         expansion matches.
4720         (ruby-match-expression-expansion): Use the match data saved to the
4721         text property in ruby-syntax-propertize-function.
4723 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4725         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4726         (bug#12879).
4728 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4730         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4731         start/end keyword a bit harder.  Works with different values of N.
4732         Add more comments.
4733         (ruby-end-of-block): Update accordingly.
4735 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4737         * woman.el (woman-file-name): Don't mess with unread-command-events
4738         (bug#12861).
4740         * emacs-lisp/advice.el: Layer on top of nadvice.el.
4741         Remove out of date self-require hack.
4742         (ad-do-advised-functions): Use simple `dolist'.
4743         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4744         (ad-advice-definition): Redefine as functions.
4745         (ad-advice-classes): Move before first use.
4746         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4747         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4748         (ad--defalias-fset): Remove functions.
4749         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4750         (ad-get-orig-definition): Rewrite.
4751         (ad-make-advised-definition-docstring): Change base docstring.
4752         (ad-real-orig-definition): Rewrite.
4753         (ad-map-arglists): Change name of called function.
4754         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4755         (ad-make-advised-definition): Simplify.
4756         (ad-assemble-advised-definition): Tweak for new calling context.
4757         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4758         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
4759         function and call ad-activate if needed.
4760         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4761         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4762         (ad-compile-function): Compile ad-Advice-*.
4763         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4764         (ad-start-advice, ad-stop-advice): Remove.
4766 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4768         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4769         period before class method names, not after.  Remove handling of
4770         one impossible case.  Add comments.
4772 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * emacs-lisp/advice.el: Remove support for freezing.
4775         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4776         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4777         Remove support for `freeze'.
4779         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4780         override the default.
4781         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4782         cl--dotimes/dolist.
4783         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4784         `cl' is loaded.
4786         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4787         from add-advice.
4788         (advice--strip-macro): New function.
4789         (advice--defalias-fset): Use them to handle macros.
4790         (advice-add): Use them.
4791         (advice-member-p): Correctly handle macros.
4793 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4795         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4796         Never font-lock the beginning of singleton class as heredoc.
4798 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4800         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4802 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
4804         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4805         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
4806         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4808 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4810         Fix end-of-defun misbehavior.
4811         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4812         python-beginning-of-defun-function.  Handle nested defuns
4813         correctly.
4814         (python-nav-end-of-defun): Rename from
4815         python-end-of-defun-function.  Ensure forward movement.
4816         (python-info-current-defun): Reimplement to work as intended
4817         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
4818         parent defuns as soon as possible.
4820 2012-11-13  Glenn Morris  <rgm@gnu.org>
4822         * progmodes/flymake.el (flymake-error-bitmap)
4823         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4824         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4826 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4828         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4829         backward, always stop at indentation.  Reverts the change from
4830         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4832 2012-11-13  Glenn Morris  <rgm@gnu.org>
4834         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4835         Add ibuffer-filter-by-derived-mode.
4837         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4838         the same name shadowing each other.
4840         * window.el (with-temp-buffer-window): Doc tweak.
4842         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4844         * help.el (temp-buffer-max-height):
4845         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4846         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4848 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4850         * emacs-lisp/nadvice.el: New package.
4851         * subr.el (special-form-p): New function.
4852         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4853         (elp-all-instrumented-list): Remove var.
4854         (elp-not-profilable): Remove elp-wrapper.
4855         (elp-profilable-p): Use autoloadp and special-form-p.
4856         (elp--advice-name): New const.
4857         (elp-instrument-function): Use advice-add.
4858         (elp--instrumented-p): New predicate.
4859         (elp-restore-function): Use advice-remove.
4860         (elp-restore-all, elp-reset-all): Use mapatoms.
4861         (elp-set-master): Use elp--instrumented-p.
4862         (elp--make-wrapper): Rename from elp-wrapper, return a function
4863         suitable for advice-add.  Use cl-inf.
4864         (elp-results): Use mapatoms+elp--instrumented-p.
4865         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4866         (debug-function-list): Remove var.
4867         (debug): Rename arg, and then let-bind it explicitly inside.
4868         (debugger-setup-buffer): Rename arg.
4869         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4870         (debugger-frame-number): Adjust to new debug-on-entry setup.
4871         (debug--implement-debug-on-entry): Rename from
4872         implement-debug-on-entry, add argument.
4873         (debugger-special-form-p): Remove, use special-form-p instead.
4874         (debug-on-entry): Use advice-add.
4875         (debug--function-list): New function.
4876         (cancel-debug-on-entry): Use it, along with advice-remove.
4877         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4878         (debugger-list-functions): Use debug--function-list instead of
4879         debug-function-list.
4880         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4881         (ad-special-form-p): Remove, use special-form-p instead.
4882         (ad-set-advice-info): Use add-function and remove-function.
4883         (ad--defalias-fset): Adjust accordingly.
4885 2012-11-10  Glenn Morris  <rgm@gnu.org>
4887         * mail/emacsbug.el (report-emacs-bug-tracker-url)
4888         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4889         (report-emacs-bug-create-existing-bugs-buffer)
4890         (report-emacs-bug-parse-query-results)
4891         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
4893         * term.el (term-default-fg-color, term-default-bg-color):
4894         Make obsolete, rather than just saying "deprecated" in the doc.
4896         * term.el (term): Rename from `term-face'.
4897         (term-current-face, ansi-term-color-vector)
4898         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4899         Update all users.
4901 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4903         * server.el (server-create-window-system-frame): Handle Nextstep
4904         specially (Bug#12780).
4906 2012-11-10  Glenn Morris  <rgm@gnu.org>
4908         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4909         Unautoload, and make obsolete.  (Bug#7449)
4911 2012-11-10  Chong Yidong  <cyd@gnu.org>
4913         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4914         rename from diff-remove-trailing-whitespace (Bug#12831).
4916 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4919         miscompilation of trace.el.
4921 2012-11-10  Glenn Morris  <rgm@gnu.org>
4923         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4925 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4927         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4928         (bug#12812).
4930 2012-11-10  Chong Yidong  <cyd@gnu.org>
4932         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4933         a defcustom with an appropriate :set function.
4934         (minibuffer-default--in-prompt-regexps): New function.
4936 2012-11-10  Glenn Morris  <rgm@gnu.org>
4938         * emacs-lisp/cl.el (define-setf-expander, defsetf)
4939         (define-modify-macro): Doc fixes.
4941         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4942         (gv-define-simple-setter): Update doc of `fix-return'.
4944 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4947         twice when `fix-return' is set (bug#12813).
4949         * emacs-lisp/cl.el (defsetf): Pass the third arg to
4950         gv-define-simple-setter (bug#12812).
4952         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4953         (bug#12756).
4955 2012-11-10  Glenn Morris  <rgm@gnu.org>
4957         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4959         * emacs-lisp/cl-extra.el (cl-prettyexpand):
4960         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4961         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4962         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4964         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4966 2012-11-10  Leo Liu  <sdl.web@gmail.com>
4968         * ido.el (ido-set-matches-1): Improve flex matching performance by
4969         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
4971 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4973         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4974         (ad--defalias-fset): New function.
4975         (ad-safe-fset): Remove.
4976         (ad-make-freeze-definition): Use cl-letf*.
4978 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4980         * subr.el (dolist): Don't bind VAR in RESULT.
4982         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
4983         (fset, documentation): Don't save real def since we don't advise.
4984         (ad-do-advised-functions): Remove problematic `result-form'.
4985         (ad-safe-fset): `ad-real-fset' => `fset'.
4986         (ad-read-advised-function): Don't assume that ad-do-advised-functions
4987         uses CL's dolist internally.
4988         (ad-arglist): Remove unused arg `name'.
4989         (ad-docstring, ad-make-advised-docstring):
4990         `ad-real-documentation' => `documentation'.
4991         (warning-suppress-types): Declare.
4992         (ad-set-arguments): Simple CSE.
4993         (ad-recover-normality): Sanity check.
4995         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4996         (funcall '(lambda ..) ..) into ((lambda ..) ..).
4998 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5000         * ses.el: symbol to coordinate mapping is made by symbol property
5001         `ses-cell'.  This means that the same mapping is done for all SES
5002         sheets.  That is good enough for cells with standard A1 names, but
5003         not for named cell.  So a hash map is added for the latter.
5004         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5005         (ses-sym-rowcol): Use hashmap for named cell.
5006         (ses-is-cell-sym-p): New defun.
5007         (ses-decode-cell-symbol): New defun.
5008         (ses-create-cell-variable): Add cell to hashmap when name is not
5009         A1-like.
5010         (ses-rename-cell): Check that cell new name is not already in
5011         spreadsheet with the use of ses-is-cell-sym-p
5012         (ses-rename-cell): Use hash map for named cells, but accept also
5013         renaming back to A1-like.
5015 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * emacs-lisp/advice.el: Use new dynamic docstrings.
5018         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5019         Use dynamic-docstring-function instead of ad-advice-info.
5020         (ad--make-advised-docstring): New function extracted from
5021         ad-make-advised-docstring.
5022         (ad-make-advised-docstring): Use it.
5023         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5024         from sql-help.
5025         (sql-help): Use it with dynamic-docstring-function.
5027         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5029 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * files.el (hack-one-local-variable--obsolete): New function.
5032         (hack-one-local-variable): Use it for obsolete settings.
5034         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5035         the new name.
5037         * progmodes/js.el (js--filling-paragraph): New var.
5038         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5039         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5040         less sneaky.
5042 2012-11-08  Julien Danjou  <julien@danjou.info>
5044         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5045         `auto-mode-alist' (Bug#12835).
5047 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5049         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5050         (perl--prettify-symbols-alist): New const.
5051         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5052         New functions.
5053         (perl-font-lock-keywords-2): Use them.
5054         (perl-electric-noindent-p): New function.
5055         (perl-mode): Use it to set up electric-indent-mode.
5056         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5057         (perl-mode-map): Remove bindings for them.
5058         (perl-imenu-generic-expression, perl-outline-level):
5059         Match functions&packages in column>0.
5061         * env.el (env--substitute-vars-regexp): New const.
5062         (substitute-env-vars): Use it.  Add `only-defined' arg.
5063         * net/tramp.el (tramp-replace-environment-variables): Use it.
5065         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5066         Byte-compile *before* eval in eval-and-compile.
5067         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5068         (byte-compile-file-form-autoload): Don't hide actual definition.
5069         (byte-compile-maybe-guarded): Accept `functionp' as well.
5071         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5073 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5075         * notifications.el (notifications-get-server-information-method):
5076         New defconst.
5077         (notifications-get-capabilities): Fix docstring.
5078         (notifications-get-server-information): New defun.
5080 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5082         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5083         readability.
5085         * textmodes/ispell.el: Experimental support for support debugging.
5086         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5087         buffer for ispell.
5088         (ispell-print-if-debug): New function to print stuff to
5089         `ispell-debug-buffer' if debugging is enabled.
5090         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5091         show some debugging info.
5092         (ispell-buffer-with-debug): New function that creates a debugging
5093         buffer and calls `ispell-buffer' with debugging enabled.
5095         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5096         comment in autoconf mode. (Bug#12768)
5098 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5100         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5101         frame-first-window, frame-root-window, frame-selected-window,
5102         minibuffer-selected-window, minibuffer-window,
5103         window-absolute-pixel-edges, window-at, window-body-height,
5104         window-body-width, window-display-table, window-combination-limit,
5105         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5106         window-inside-edges, window-inside-pixel-edges, window-left-child,
5107         window-left-column, window-margins, window-next-buffers,
5108         window-next-sibling, window-new-normal, window-new-total,
5109         window-normal-size, window-parameter, window-parameters, window-parent,
5110         window-pixel-edges, window-point, window-prev-buffers,
5111         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5112         window-start, window-text-height, window-top-child, window-top-line,
5113         window-total-height, window-total-width and window-use-time to the list
5114         of functions without side-effects.
5115         (toplevel): Add window-valid-p to the list of error-free functions
5116         without side-effects.
5118 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5120         * textmodes/ispell.el (ispell-program-name):
5121         Update spellchecker parameters when customized.
5123 2012-11-04  Glenn Morris  <rgm@gnu.org>
5125         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5127 2012-11-04  Chong Yidong  <cyd@gnu.org>
5129         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5130         same-window-* variables.
5132 2012-11-04  Juri Linkov  <juri@jurta.org>
5134         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5135         (isearch-describe-key, isearch-describe-mode): Use a display
5136         action instead of binding same-window-* variables (Bug#10040).
5138 2012-11-03  Glenn Morris  <rgm@gnu.org>
5140         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5141         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5143         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5145 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5147         * term/pc-win.el: Don't load term/internal from here.
5149         * loadup.el: Load term/internal from here.
5151 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
5153         * progmodes/python.el (inferior-python-mode): Fix hang in
5154         jit-lock (Bug#12645).
5156 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5158         * window.el (switch-to-visible-buffer)
5159         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5161 2012-11-03  Glenn Morris  <rgm@gnu.org>
5163         * emacs-lisp/cl-lib.el (cl--random-time):
5164         Rename from cl-random-time.  (Bug#12773)
5165         (cl--gensym-counter, cl--random-state): Update callers.
5166         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5168 2012-11-03  Chong Yidong  <cyd@gnu.org>
5170         * cus-start.el: Make cursor-type customizable (Bug#11633).
5172 2012-11-02  Glenn Morris  <rgm@gnu.org>
5174         * filecache.el: No need to load find-lisp when compiling.
5175         (find-lisp-find-files): Autoload it.
5176         (file-cache-add-directory-recursively): Don't require find-lisp.
5178         * image.el (image-type-from-file-name): Trivial simplification.
5180         * emacs-lisp/bytecomp.el (byte-compile-eval):
5181         Decouple "noruntime" and "cl-functions" warnings.
5183 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5185         * play/gomoku.el (gomoku-display-statistics): Update mode line
5186         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5188 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5190         * window.el (quit-restore-window): If the window has been
5191         created on an existing frame and ended up as the sole window on
5192         that frame, do not delete it (Bug#12764).
5194 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5196         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5197         Rename from sh--inside-arithmetic-expression, handle more cases
5198         (bug#11263).
5200         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5201         (sh-font-lock-open-heredoc): Use it (bug#12770).
5203 2012-10-30  Glenn Morris  <rgm@gnu.org>
5205         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
5207         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
5209 2012-10-29  Chong Yidong  <cyd@gnu.org>
5211         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5212         function key is stored in a keyboard macro (Bug#4894).
5214         * thingatpt.el (number-at-point): Apply a thing-at-point property.
5216 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5218         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5219         header comments".
5220         (diff-unified->context, diff-context->unified)
5221         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5223         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5225         * files.el (find-alternate-file): Only ask one question (bug#12487).
5227 2012-10-29  Chong Yidong  <cyd@gnu.org>
5229         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5230         Suggested by Dan Nicolaescu (Bug#6326).
5232         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5234         * startup.el (fancy-about-screen): Don't message (Bug#12680).
5236         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5238         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5240         * face-remap.el (face-remap-add-relative): Handle the case where a
5241         face-remapping-alist entry is a cons cell (Bug#12762).
5243 2012-10-29  Kevin Ryde  <user42@zip.com.au>
5245         * woman.el (woman-parse-numeric-value): Handle picas correctly
5246         (Bug#12639).
5248 2012-10-29  Glenn Morris  <rgm@gnu.org>
5250         * emacs-lisp/cl.el (defsetf): Doc fix.
5252 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5254         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5255         syntax to the matching opener, if any (bug#12547).
5256         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5257         matching open as a "case-(".
5258         (sh-smie-rc-grammar): Add a corresponding rule for it.
5260 2012-10-28  Daniel Hackney  <dan@haxney.org>
5262         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5263         "PKGNAME-autoloads.el" in case we created it.
5265 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5267         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5268         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5269         (completion--twq-all): Disable too-strict assertions.
5271         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5273 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
5275         * profiler.el (profiler-report-make-entry-part): Fix help-echo
5276         text to match the real keybindings.
5278 2012-10-27  Juri Linkov  <juri@jurta.org>
5280         * wdired.el (wdired-keep-marker-rename): New defcustom.
5281         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5282         (Bug#11795)
5284         * dired.el (dired-keep-marker-rename): Add reference to
5285         `wdired-keep-marker-rename' in the docstring.
5286         Add default character value ?R to display initially in
5287         Customization UI instead of ?@.
5289 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
5291         * window.el (display-buffer): In doc-string describe
5292         window-height and window-width alist entries.
5294         * time.el (display-time-world): Restore fit-window-to-buffer
5295         behavior.
5297 2012-10-27  Chong Yidong  <cyd@gnu.org>
5299         * subr.el (insert-buffer-substring-as-yank): Doc fix.
5301 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
5303         * minibuffer.el (completion-category-overrides): New completion
5304         category `bookmark' (bug#11131).
5306 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * emacs-lisp/advice.el (ad-assemble-advised-definition):
5309         Silence bogus compiler warnings for ad-do-it.
5311         * bookmark.el (bookmark-completing-read): Set the completion category
5312         to `bookmark' (bug#11131).
5314 2012-10-26  Bastien  <bzg@altern.org>
5315             Stefan Monnier  <monnier@iro.umontreal.ca>
5317         * face-remap.el: Use lexical-binding.
5318         (text-scale-adjust): Improve docstring.  Use itself for the temporary
5319         overlay-map bindings, so as to repeat the "Use..." message each time.
5321 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         * emacs-lisp/macroexp.el (macroexp--expand-all):
5324         Obey byte-compile-warning-enabled-p (bug#12486).
5326         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5327         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5329 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
5331         * mouse.el (mouse-drag-line): Move last form into preceding when
5332         clause (Bug#12731).
5334         * help.el (resize-temp-buffer-window): Fix doc-string.
5336 2012-10-25  David Engster  <deng@randomsample.de>
5338         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5339         Remove.  This feature is already integrated in imenu.
5341         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5342         always loaded.  Require `speedbar' unconditionally.
5344 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5348         * minibuffer.el (minibuffer-force-complete): Fix thinko.
5350         * net/ldap.el (ldap-search-internal): The official ldif format starts
5351         with a "version: 1" header (bug#12724).
5353         * emacs-lisp/package.el (package-installed-p): Warn if not ready
5354         (bug#12721).
5356 2012-10-25  Glenn Morris  <rgm@gnu.org>
5358         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5360 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5362         * minibuffer.el (minibuffer-force-complete): Use one more marker
5363         for the temporary-overlay-map command (bug#12619).
5365 2012-10-24  Chong Yidong  <cyd@gnu.org>
5367         * time.el (display-time-world-mode): Derive from special-mode.
5368         (display-time-world): Use display-buffer (Bug#12708).
5369         (display-time-world-mode-map): Variable deleted.
5370         (display-time-world-display): Wrap the final delete-char inside
5371         inhibit-read-only.
5373 2012-10-24  Chong Yidong  <cyd@gnu.org>
5375         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5376         Doc fix.
5378         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5380 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5382         * minibuffer.el (completion--all-sorted-completions-location): New var.
5383         (completion--cache-all-sorted-completions)
5384         (completion--flush-all-sorted-completions): Use it.
5385         (completion-in-region, completion-in-region--postch)
5386         (completion-at-point, completion-help-at-point): Use markers in
5387         completion-in-region--data (bug#12619).
5389 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5391         * progmodes/compile.el (compilation-start): Try to handle common
5392         quoting of `cd' argument (bug#12640).
5394         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5395         (bug#12671).
5397 2012-10-23  Glenn Morris  <rgm@gnu.org>
5399         * progmodes/gud.el (gud-menu-map):
5400         Check gdb-active-process is bound.  (Bug#12358)
5402 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * repeat.el (repeat): Set real-this-command (bug#12232).
5406         * htmlfontify.el (hfy-post-html-hook):
5407         * filesets.el (filesets-cache-fill-content-hook):
5408         * arc-mode.el (archive-extract-hook):
5409         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5410         * net/rcirc.el (rcirc-sentinel-functions)
5411         (rcirc-receive-message-functions, rcirc-activity-functions)
5412         (rcirc-print-functions):
5413         * net/dbus.el (dbus-event-error-functions):
5414         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5415         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5416         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5417         * term/sun.el (sun-raw-prefix-hooks):
5418         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5420 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
5422         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5423         Set `tramp-chunksize' to 1.  This improves the performance.
5424         (tramp-smb-wait-for-output): Add timeout to
5425         `tramp-accept-process-output' calls.
5427 2012-10-23  Chong Yidong  <cyd@gnu.org>
5429         * faces.el (font-list-limit): Define as an obsolete variable.
5431         * startup.el (command-line):
5432         * cus-start.el: Don't refer to font-list-limit.
5434         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5436 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5438         * subr.el (internal-temp-output-buffer-show): Rename from
5439         temp-output-buffer-show, since previously compiled files expect this name.
5441 2012-10-23  Glenn Morris  <rgm@gnu.org>
5443         * image.el (image-type-from-file-name): If multiple types match,
5444         return the first one that is supported.  (Bug#9045)
5446 2012-10-22  Glenn Morris  <rgm@gnu.org>
5448         * image.el (imagemagick-enabled-types): Doc fix.
5450 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
5452         * progmodes/which-func.el (which-func-current): The hash-table may have
5453         an explicit nil (bug#12338).
5455 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5457         * electric.el (electric-pair-delete-selection-self-insert-function):
5458         Rename to electric-pair-will-use-region, return a boolean.
5459         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
5461         * delsel.el (delete-selection-helper): Use a function instead of a hook.
5462         (delete-selection-pre-hook): Use use-region-p.
5463         (delete-selection-self-insert-function): Remove.
5464         (self-insert-command): Obey self-insert-uses-region-functions.
5465         (self-insert-iso): Revert to previous setting, since we don't actually
5466         know what that command does.
5467         (delete-selection-self-insert-hooks): Remove.
5469 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
5471         * delsel.el (delete-selection-helper): New function, extracted from
5472         delete-selection-pre-hook.
5473         (delete-selection-pre-hook): Use it.
5474         (delete-selection-self-insert-function): New function.
5475         (delete-selection-self-insert-hooks): New hook.
5476         (self-insert-command, self-insert-iso): Use it.
5477         * electric.el (electric-pair-syntax): New function, extracted from
5478         electric-pair-post-self-insert-function.
5479         (electric-pair-post-self-insert-function): Use it.
5480         (electric-pair-delete-selection-self-insert-function): New function.
5481         (electric-pair-mode): Require delsel and setup
5482         delete-selection-self-insert-hooks (bug#11520).
5484 2012-10-20  Chong Yidong  <cyd@gnu.org>
5486         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5487         no changes to show (Bug#12586).
5489         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5490         list explicitly (Bug#12571).
5492 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
5494         * progmodes/flymake.el (flymake-create-temp-inplace):
5495         Use file-truename.
5497 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
5499         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
5501 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5503         * calc/calc-units.el (math-extract-units): Properly extract powers
5504         of units.
5506 2012-10-20  Daniel Colascione  <dancol@dancol.org>
5508         * frame.el (make-frame): Set x-display-name as we used to in order
5509         to unbreak creating an X11 frame from an Emacs daemon started
5510         without a display.
5512 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * minibuffer.el (minibuffer-force-complete): Make the next completion use
5515         the same completion-field (bug#12221).
5517 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
5519         * emacs-lisp/debug.el (debug): Record height of debugger window
5520         also when debugger will be back (Bug#8789).
5522 2012-10-18  Chong Yidong  <cyd@gnu.org>
5524         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5525         Convert to defcustom.
5526         (gdb-get-source-file): Don't bind pop-up-windows.
5528         * progmodes/gud.el (gud-display-line): Don't specially re-use
5529         other frames for the gdb-mi case (Bug#12648).
5531 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5533         * emacs-lisp/advice.el: Clean up commentary a bit.
5534         (ad-do-advised-functions, ad-with-originals): Use `declare'.
5535         (byte-code-function-p): Never redefine.
5537         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5539 2012-10-18  Glenn Morris  <rgm@gnu.org>
5541         * dired.el (dired-sort-toggle): Some ls implementations only allow
5542         a single option string.  (Bug#12666)
5544         * minibuffer.el (completion-cycle-threshold): Doc fix.
5546 2012-10-17  Kenichi Handa  <handa@gnu.org>
5548         * international/mule.el (set-keyboard-coding-system):
5549         Recover input meta mode when the new coding system doesn not use 8-bit.
5550         Supply TERMINAL arg to set-input-meta-mode.
5552 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
5554         * wdired.el (wdired-old-marks): New variable.
5555         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5556         (wdired-do-renames): Move point with renamed file and don't lose
5557         mark status (Bug#11795).
5559 2012-10-16  Juri Linkov  <juri@jurta.org>
5561         * replace.el (query-replace-help): Mention multi-buffer replacement
5562         keys in the Help message.  (Bug#12655)
5564 2012-10-15  Chong Yidong  <cyd@gnu.org>
5566         * emacs-lisp/byte-run.el (defsubst): Doc fix.
5568 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
5570         * window.el (display-buffer): Doc fix.
5572         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5573         Adjust the msft regexp to the output of Studio 2010, and move msft
5574         before edg-1.  See the discussion on emacs-devel,
5575         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5576         for the details.
5578 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5580         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5581         (oset): Move uses of object-class-fast macro after its definition.
5583         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5585 2012-10-13  Chong Yidong  <cyd@gnu.org>
5587         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5588         enabled, re-enable it (Bug#11963).
5590 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
5592         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5593         non-nil, restore window configuration (Bug#12623).
5595 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5597         * help-fns.el (describe-variable, describe-function-1):
5598         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5600         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5602 2012-10-12  Glenn Morris  <rgm@gnu.org>
5604         * mail/rmailsum.el (rmail-header-summary):
5605         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
5607 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
5609         * progmodes/python.el (python-mode-map):
5610         Replace subtitute-key-definition with proper command remapping.
5611         (python-nav--up-list): Fix behavior for blocks on the same level.
5613 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5615         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5617         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5618         changes to the format of load-history.
5620         * international/mule-cmds.el (read-char-by-name): Move let-binding of
5621         completion-ignore-case in case that var is buffer-local (bug#12615).
5623 2012-10-11  Kenichi Handa  <handa@gnu.org>
5625         * international/eucjp-ms.el: Re-generated.
5627 2012-10-10  Kenichi Handa  <handa@gnu.org>
5629         * select.el (xselect--encode-string): If a coding is specified for
5630         selection, and that is compatible with COMPOUND_TEXT, use it.
5632 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
5634         * window.el (switch-to-buffer-preserve-window-point): New option.
5635         (switch-to-buffer):
5636         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5638 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5640         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5641         Don't document nil as a useful value (bug#12583).
5643 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
5645         * net/tramp.el (tramp-debug-message):
5646         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5647         (with-tramp-progress-reporter): Rename from
5648         `tramp-with-progress-reporter'.
5649         (with-tramp-file-property, with-tramp-connection-property):
5650         Move from tramp-cache.el, rename from `with-file-property' and
5651         `with-connection-property', respectively.
5653         * net/tramp-cache.el: Remove `with-file-property' and
5654         `with-connection-property'.
5656         * net/tramp.el:
5657         * net/tramp-gvfs.el:
5658         * net/tramp-sh.el:
5659         * net/tramp-smb.el: Adapt callees.
5661         * net/trampver.el: Update release number.
5663 2012-10-09  Glenn Morris  <rgm@gnu.org>
5665         * w32-fns.el (set-message-beep):
5666         * term/w32-win.el (set-message-beep): Update declarations.
5668 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5671         (mode-line-widen, mode-line-input-method-map)
5672         (mode-line-coding-system-map, mode-line-remote)
5673         (mode-line-unbury-buffer, mode-line-bury-buffer)
5674         (mode-line-next-buffer, mode-line-previous-buffer):
5675         Replace save-selected-window+select-window => with-selected-window.
5677         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5678         * progmodes/cc-vars.el (bq-process): Remove, unused.
5680         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5682 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
5684         Implemented `backward-up-list'-like navigation.
5685         * progmodes/python.el (python-nav-up-list)
5686         (python-nav-backward-up-list): New functions.
5687         (python-mode-map): Define substitute key for backward-up-list to
5688         python-nav-backward-up-list.
5690 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5692         * progmodes/python.el (python-fill-paragraph): Rename from
5693         python-fill-paragraph-function.  Fixed fill-paragraph for
5694         decorators (Bug#12605).
5696 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5698         * progmodes/python.el (python-shell-output-filter): Handle extra
5699         carriage return in OSX (Bug#12409).
5701 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5703         Fix shell handling of unbalanced quotes and parens in output.
5704         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5705         (python-syntax-propertize-function): Use it.
5706         (python-shell-output-syntax-table): New var.
5707         (inferior-python-mode): Prevent unbalanced parens/quotes from
5708         previous output mess with current input context.
5710 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
5712         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5713         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5715 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
5717         * ffap.el (ffap-replace-file-component): Support Tramp file name
5718         syntax, not only ange-ftp's one.
5720 2012-10-08  Glenn Morris  <rgm@gnu.org>
5722         * cus-start.el (message-log-max): Set :version.
5724         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5726 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
5728         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5729         the minibuffer window (Bug#10851).
5731 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5733         Enhancements on forward-sexp movement.
5734         * progmodes/python.el (python-nav-beginning-of-statement)
5735         (python-nav-end-of-statement): Return point-marker.
5736         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5737         (python-info-current-symbol)
5738         (python-info-statement-starts-block-p): Rename from
5739         python-info-beginning-of-block-p.
5740         (python-info-statement-ends-block-p): Rename from
5741         python-info-end-of-block-p.
5742         (python-info-beginning-of-statement-p)
5743         (python-info-end-of-statement-p)
5744         (python-info-beginning-of-block-p, python-info-end-of-block-p):
5745         New functions.
5747 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5749         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5750         frame-selected-windows.
5752 2012-10-08  Daniel Colascione  <dancol@dancol.org>
5754         * battery.el (battery-status-function): Check for
5755         w32-battery-status itself, not system-time windows-nt.
5757         * frame.el: Require cl-lib.
5758         (display-format-alist): New variable mapping frame types to
5759         functions that initialize them.
5760         (window-system-for-display): New function: interprets
5761         display-format-alist.
5762         (make-frame-on-display): Remove existing display-selection logic
5763         and just forward to make-frame, which will now DTRT.
5764         (make-frame): Restructure to use window-system-for-display to
5765         figure out how to create a frame on a given display.
5766         (display-mouse-p): Look for frame-type w32, not a particular
5767         system-type.
5769         * loadup.el: Load w32 lisp code when we have the w32 feature.
5771         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5772         system-type windows-nt.
5774         * server.el (server-create-window-system-frame): Look for window
5775         type.
5776         (server-proces-filter): Only force a window system when windows-nt
5777         _and_ w32.  Explain why.
5779         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5780         of window systems we configure for the mode.
5782         * startup.el (command-line): Mark window system is initialized
5783         after we've done it.
5785         * common-win.el (x-select-text): Look for w32, not windows-nt.
5787         * ns-win.el: Require cl-lib.  Add ourselves to
5788         display-format-alist.
5789         (ns-initialize-window-system): Assert we're not initialized twice.
5791         * w32-win.el: Enable lexical binding; require cl-lib; add
5792         ourselves to display-format-alist.
5793         (w32-handle-dropped-file): Convert incoming dropped files from
5794         Windows paths to Cygwin ones before passing them on to the rest of
5795         Emacs.
5796         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
5797         (w32-initialize-window-system): Assert we're not initialized twice.
5799         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5800         (x-initialize-window-system): Assert we're not initialized twice.
5802         * w32-common-fns.el: New File.
5803         (w32-version, w32-using-nt, w32-get-clipboard-data)
5804         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5805         (w32-charset-info-alist, x-last-selected, text)
5806         (x-get-selection-value, x-selection-value): Move here.
5808         * w32-fns.el: Require w32-common-fns.
5809         (w32-version, w32-using-nt, w32-get-clipboard-data)
5810         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5811         (w32-charset-info-alist, x-last-selected, text)
5812         (x-get-selection-value, x-selection-value): Move to
5813         w32-common-fns.
5815         * w32-vars.el:
5816         (w32-allow-system-shell, w32-system-shells): Define only in
5817         non-cygwin case.
5819 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5821         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5822         (read-passwd): Remove a few more potential sources of leaks.
5824 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5826         * progmodes/python.el (inferior-python-mode)
5827         (python-shell-make-comint): Fix initialization of local
5828         variables copied from parent buffer.
5830 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
5832         * term/ns-win.el (ns-read-file-name): Update declaration to match
5833         nsfns.m.
5834         (ns-respond-to-change-font): Change fontsize separately so we are sure
5835         it is set when font is acted upon.
5837 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5839         Enhancements to indentation.
5840         * progmodes/python.el (python-indent-context): Give priority to
5841         inside-string context.  Make comments indentation markers.
5842         (python-indent-region): Do not mess with strings, unless it's the
5843         enclosing set of quotes.
5845 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * window.el (internal--before-save-selected-window)
5848         (internal--after-save-selected-window): New functions extracted from
5849         save-selected-window.  Make sure we return the `alist' we construct.
5850         (save-selected-window): Use them.
5852         * textmodes/tex-mode.el (tex-recenter-output-buffer):
5853         Use with-selected-window.
5855         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5856         forms that define macros (bug#12593).
5858 2012-10-07  Kenichi Handa  <handa@gnu.org>
5860         * international/mule-conf.el (compound-text-with-extensions):
5861         Add :mime-charset property as x-ctext.
5863 2012-10-07  Stefan Merten  <smerten@oekonux.de>
5865         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5866         (rst-indent-literal-normal, rst-indent-literal-minimized)
5867         (rst-indent-comment): Correct :version tag.
5868         (rst-official-cvs-rev): Correct version string.
5870 2012-10-07  Glenn Morris  <rgm@gnu.org>
5872         * mail/rmailmm.el (rmail-mime-process-multipart):
5873         Do not confuse a multipart message with an epilogue
5874         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
5876 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5878         Fix shell output retrieval and comint-prompt-regexp init.
5879         * progmodes/python.el (inferior-python-mode):
5880         (python-shell-make-comint): Fix initialization of
5881         comint-prompt-regexp from copied file local variables.
5882         (python-shell-fetched-lines): Remove var.
5883         (python-shell-output-filter-in-progress): Rename from
5884         python-shell-fetch-lines-in-progress.
5885         (python-shell-output-filter-buffer): Rename from
5886         python-shell-fetch-lines-string.
5887         (python-shell-fetch-lines-filter): Delete function.
5888         (python-shell-output-filter): New function.
5889         (python-shell-send-string-no-output): Use them.
5891 2012-10-07  Glenn Morris  <rgm@gnu.org>
5893         * hi-lock.el (hi-lock-process-phrase):
5894         Try to make it less fragile.  (Bug#7161)
5896         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5898 2012-10-06  Glenn Morris  <rgm@gnu.org>
5900         * ehelp.el (electric-help-mode): Use help-mode rather than
5901         non-existent mode `help'.
5902         (electric-help-map): Use button-buffer-map.  (Bug#10917)
5904         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5905         (reftex-create-bibtex-footer): Fix custom types.
5907         * progmodes/sh-script.el (sh-indent-after-continuation):
5908         Add explicit :group.
5910         * textmodes/rst.el (rst-preferred-decorations)
5911         (rst-shift-basic-offset): Clarify obsolescence versions.
5913         * profiler.el (profiler): Add missing group :version tag.
5914         * avoid.el (mouse-avoidance-banish-position):
5915         * proced.el (proced-renice-command):
5916         * calc/calc.el (calc-ensure-consistent-units):
5917         * calendar/icalendar.el (icalendar-import-format-uid):
5918         * net/tramp.el (tramp-save-ad-hoc-proxies):
5919         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5920         * progmodes/flymake.el (flymake-error-bitmap)
5921         (flymake-warning-bitmap, flymake-fringe-indicator-position):
5922         * progmodes/sh-script.el (sh-indent-after-continuation):
5923         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5924         (verilog-before-save-font-hook, verilog-after-save-font-hook):
5925         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5926         (vhdl-array-index-record-field-in-sensitivity-list)
5927         (vhdl-indent-comment-like-next-code-line):
5928         * textmodes/reftex-vars.el (reftex-ref-style-alist)
5929         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5930         (reftex-cite-key-separator, reftex-create-bibtex-header)
5931         (reftex-create-bibtex-footer):
5932         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5933         (rst-indent-literal-normal, rst-indent-literal-minimized)
5934         (rst-indent-comment): Add missing custom :version tags.
5936         * calendar/timeclock.el (timeclock-modeline-display):
5937         Add missing obsolete alias for renamed user option.
5939         * strokes.el (strokes-modeline-string):
5940         * emulation/crisp.el (crisp-mode-modeline-string):
5941         * eshell/esh-mode.el (eshell-status-in-modeline):
5942         Aliases to defcustoms must come before the defcustom.
5944         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5945         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5946         (cal-tex-cursor-week-monday): Doc fixes.
5947         (cal-tex-cursor-week2-summary): Doc fix.
5948         Rename from cal-tex-cursor-week-at-a-glance.
5950         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5951         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
5953         * calendar/calendar.el (calendar-mode-map):
5954         Add cal-tex-cursor-week2-summary.
5956 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5958         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5960         * subr.el (read-passwd-map): New var.
5961         (read-passwd): Use `read-string' again.
5962         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5964 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
5966         * register.el (append-to-register, prepend-to-register):
5967         Deactivate mark, as does `copy-to-register' (bug#12389).
5969 2012-10-06  Chong Yidong  <cyd@gnu.org>
5971         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5973 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
5975         * international/characters.el: Fix simple mistake ((car chars) ->
5976         elt), delete duplicated code.
5978 2012-10-06  Glenn Morris  <rgm@gnu.org>
5980         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
5982 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5984         * color.el (color-hsl-to-rgb): Fix incorrect results for
5985         small and large hue values.  (Bug#12559)
5987 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
5989         Enhancements to docstring formatting when filling paragraphs.
5990         * progmodes/python.el (python-fill-docstring-style): Rename from
5991         python-fill-string-style.  Added new style.
5992         (python-fill-string): Use new style.  Better checks for
5993         docstrings.
5995 2012-10-05  Glenn Morris  <rgm@gnu.org>
5997         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5999         * color.el (color-name-to-rgb, color-rgb-to-hex)
6000         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6001         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6002         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6003         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6005         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6007 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6009         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6010         to get the correct size across symlinks.
6012         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6014 2012-10-04  Juri Linkov  <juri@jurta.org>
6016         * replace.el (query-replace-interactive): Declare obsolete.
6017         (query-replace-read-from): Add the last incremental search string
6018         to the list of default values accessible via M-n.
6019         (map-query-replace-regexp): Use `read-regexp'.
6020         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6021         (map-query-replace-regexp, replace-string, replace-regexp):
6022         Fix docstrings to replace mentions of `query-replace-interactive'
6023         with alternatives.  (Bug#12526)
6025 2012-10-04  Juri Linkov  <juri@jurta.org>
6027         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6028         (dired-pop-to-buffer): Declare obsolete.
6029         (dired-mark-pop-up): Doc fix.
6031 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
6033         Allow user to set docstring style for fill-paragraph.
6034         * progmodes/python.el
6035         (python-fill-comment-function, python-fill-string-function)
6036         (python-fill-decorator-function, python-fill-paren-function):
6037         Remove :safe for defcustoms.
6038         (python-fill-string-style): New defcustom
6039         (python-fill-paragraph-function): Enhance context detection.
6040         (python-fill-string): Honor python-fill-string-style settings.
6042 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6044         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6045         after setting its buffer (Bug#10805).
6047 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
6049         Fix cornercase for string syntax.
6050         * progmodes/python.el (python-syntax-propertize-function):
6051         Simplify and enhance the regexp for unescaped quotes.  Now it also
6052         matches quotes in weird situations like the single quote in
6053         "something\"'".
6054         (python-syntax-stringify): Simplify num-quotes detecting code.
6056 2012-10-03  Glenn Morris  <rgm@gnu.org>
6058         * help-macro.el (three-step-help):
6059         Revert 2012-09-29 change.  (Bug#12567)
6061 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6063         * menu-bar.el (kill-this-buffer): Don't do anything when
6064         `menu-frame' is not alive or visible (Bug#8184).
6066         * emacs-lisp/debug.el (debug): When quitting the debugger window
6067         restore current buffer (Bug#12502).
6069 2012-10-02  Chong Yidong  <cyd@gnu.org>
6071         * progmodes/hideif.el (hif-lookup, hif-defined):
6072         Handle semantic-c-takeover-hideif.
6074 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6076         Change sampling interval units from ms to ns.
6077         * profiler.el (profiler-sampling-interval): Change units
6078         from ms to ns, multiplying the default by 1000000 so that
6079         it remains 1 ms.
6080         (profiler-report-cpu-line-format): Give enough room for
6081         the maximum counters on 64-bit hosts.
6082         (profiler-report-render-calltree-1): Call them "CPU samples",
6083         not "Time (ms)", since they are not milliseconds now (and
6084         never really were).
6086 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6088         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6089         Fix querying BBDB for entries without a last name (Bug#11580).
6091 2012-10-02  Chong Yidong  <cyd@gnu.org>
6093         * emacs-lisp/eieio.el: Restore Version header.
6095 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6097         * vc/diff-mode.el (diff--auto-refine-data): New var.
6098         (diff-hunk): Use it to delay refinement.
6099         (diff-mode): Remove overlays when we turn off font-lock.
6101         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6102         (table-initialize-table-fixed-width-mode)
6103         (table-set-table-fixed-width-mode): Remove functions.
6104         (table-command-list): Move initialization into declaration.
6105         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6106         (table-with-cache-buffer): Use `declare'.
6107         (table-span-cell): Simplify via CSE.
6108         (table-fixed-width-mode): Use define-minor-mode.
6109         (table-call-interactively, table-funcall, table-apply): Remove.
6110         (table-function): New function, to replace them.
6112         * bookmark.el (bookmark-search-pattern): Remove var.
6113         (bookmark-read-search-input): Remove function.
6114         (bookmark-bmenu-search): Reimplement using a minibuffer.
6116         * faces.el (modeline): Remove obsolete face name.
6118         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6119         and give a non-nil default value.
6120         (add-change-log-entry): Simplify accordingly.
6122 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6124         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6125         (vc-git-log-edit-toggle-amend): New function.
6126         (vc-git-log-edit-toggle-signoff): New function.
6127         (vc-git-log-edit-mode): New major mode.
6128         (vc-git-log-edit-mode-map): Keymap for it.
6129         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6131         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6132         header names.
6133         (log-edit-toggle-header): New function.
6134         (log-edit-extract-headers): Accept function values in HEADERS alist.
6136 2012-10-01  David Engster  <deng@randomsample.de>
6138         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6139         from symbol property and change message to be more consistent with
6140         Emacs proper.
6141         (eieio-describe-generic): Add filename for each implementation.
6142         Fix indices for generic and normal methods.
6143         (eieio-method-def, eieio-class-def): New buttons.
6144         (eieio-help-find-method-definition)
6145         (eieio-help-find-class-definition): New functions.
6146         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6147         class, constructor and method definitions.
6149         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6150         information in symbol property.
6151         (scoped-class): Remove.
6152         (eieio-slot-name-index, call-next-method): Check if it is bound.
6154 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6156         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6157         (eieio-custom-mode): New major mode.
6158         (eieio-customize-object): Use it.
6160 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6162         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6163         specifying the expected class, and whether subclassing is allowed.
6164         (eieio-persistent-convert-list-to-object):
6165         (eieio-persistent-validate/fix-slot-value)
6166         (eieio-persistent-slot-type-is-class-p): New functions.
6167         (eieio-named::slot-missing): Doc fix.
6169         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6170         Stop using unused publd variable.
6172         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6173         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6174         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6175         (eieio-speedbar-handle-click): Do not specify a class for the
6176         method.  Fixes method invocation order problems with EDE.
6178 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6180         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6181         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6183 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6185         * bookmark.el (bookmark-version-control): Give tags in the
6186         :type choices (Bug#12309), and improve doc string.
6187         (bookmark-write-file): Bind `print-circle' to `t' to allow
6188         circular custom bookmark types.  (Bug#12503)
6190 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6192         Revert the FOLLOW-SYMLINKS change for file-attributes.
6193         * files.el (remote-file-name-inhibit-cache, after-find-file):
6194         * time.el (display-time-file-nonempty-p): Undo last change.
6196         * profiler.el (profiler-sampling-interval): Change default back to 1.
6197         See Stefan Monnier in
6198         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6200 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
6202         Shell output catching a la gud-gdb.
6203         * progmodes/python.el (python-shell-fetch-lines-in-progress)
6204         (python-shell-fetch-lines-string, python-shell-fetched-lines):
6205         New Vars.
6206         (python-shell-fetch-lines-filter): New function.
6207         (python-shell-send-string-no-output): Use them.
6209 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
6211         * profiler.el (profiler-sampling-interval): Rename from
6212         profiler-sample-interval.
6213         (profiler-sampling-interval): Default to 10.
6214         (profiler-find-profile): New command (was profiler-find-log).
6215         (profiler-find-profile-other-window): New command.
6216         (profiler-find-profile-other-frame): New command.
6217         (profiler-profile): Introduce API-level data structure.
6219 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
6221         file-attributes has a new optional arg FOLLOW-SYMLINKS.
6222         * files.el (remote-file-name-inhibit-cache):
6223         * time.el (display-time-file-nonempty-p): Use it.
6224         * files.el (after-find-file): Don't chase links before calling
6225         file-exists-p, as file-exists-p already does the right thing.
6227 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
6229         Merge from standalone RefTeX repository.
6231         The following ChangeLog entries are shortened versions of the
6232         original ones with file paths adapted.  A not so strongly edited
6233         version of the original ChangeLog can be found in the commit log.
6235         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6236         (reftex-arg-cite): Use `reftex-cite-key-separator'.
6237         Correctly handle new value type returned by `reftex-citation'.
6239         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6240         that entries with whitespace at various places are found.
6241         Doc fix. Include entries that are cross-referenced from cited entries.
6242         Include @String definitions in the resulting bib file.  Add header
6243         and footer defined in `reftex-create-bibtex-header' and
6244         `reftex-create-bibtex-footer'.
6245         (reftex-do-citation): Make it possible again to insert
6246         non-existent entries.  Save match data when asking for optional
6247         arguments. Return all keys, not just the first one.
6248         (reftex-all-used-citation-keys): Fix regexp to correctly extract
6249         all citations in the same line.
6250         (reftex-parse-bibtex-entry): Accept additional optional argument
6251         `raw' and keep quotes or braces if it is non-nil.  Match fields
6252         containing hyphens besides word constituents.
6253         (reftex-get-string-refs): New function.
6254         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6255         and ask if it should be reread in case it did.
6256         (reftex-pop-to-bibtex-entry)
6257         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6258         entries with spaces or tabs in front of arguments.
6259         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6260         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6261         Match entries containing numbers and symbol constituents.
6262         (reftex-do-citation, reftex-figure-out-cite-format):
6263         Use `reftex-cite-key-separator'.
6265         * textmodes/reftex-dcr.el: Move provide statement to end of file.
6266         (reftex-mouse-view-crossref): Explain why point is set.
6268         * textmodes/reftex-global.el: Whitespace changes.
6270         * textmodes/reftex-index.el: Move provide statement to end of
6271         file.
6272         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6273         (reftex-index-visit-phrases-buffer): Set marker when visiting
6274         buffer.  This allows for returning from the phrases file to the
6275         file one was just editing instead of the file where the last
6276         phrases was added from.
6277         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
6278         punctuation syntax as it usually is not used as string quote in
6279         TeX-related modes and may occur unmatched.  The change also
6280         prevents fontification of quoted content.
6281         (reftex-index-phrases-mode): Use it.
6283         * textmodes/reftex-parse.el (reftex-parse-from-file):
6284         Move backward one char if a `\' was matched after a section macro.
6285         (reftex-parse-from-file): Use beginning of match instead of end as
6286         bound.
6288         * textmodes/reftex-ref.el: Adapt creation of
6289         `reftex-<package>-<macro>' functions to new structure of
6290         `reftex-ref-style-alist'.
6291         (reftex-reference): Use `reftex-ref-style-list' function.
6292         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
6293         reference macro if `reftex-ref-macro-prompt' is non-nil.
6294         (reftex-reference): Pass refstyle to `reftex-format-special'.
6295         Determine reference macro by looking at
6296         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6297         Use only one special format function.
6298         (reftex-varioref-vref, reftex-fancyref-fref)
6299         (reftex-fancyref-Fref): Remove definitions.  The functions are now
6300         generated from `reftex-ref-style-alist'.
6301         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6302         Remove.
6303         (reftex-format-special): New function.
6305         * textmodes/reftex-sel.el
6306         (reftex-select-cycle-ref-style-internal): Adapt to new structure
6307         of `reftex-ref-style-alist'. Remove code for testing macro type.
6308         (reftex-select-toggle-varioref)
6309         (reftex-select-toggle-fancyref): Remove.
6310         (reftex-select-cycle-ref-style-internal)
6311         (reftex-select-cycle-ref-style-forward)
6312         (reftex-select-cycle-ref-style-backward): New functions.
6313         (reftex-select-label-map): Use `v' and `V' for general cycling
6314         through reference styles.  Add `p' for switching between number
6315         and page reference types.
6317         * textmodes/reftex-toc.el (reftex-re-enlarge):
6318         Call `enlarge-window' only if there is something to do because in Emacs
6319         the horizontal version throws an error even if the parameter is 0.
6321         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6322         (reftex-plug-into-AUCTeX): Doc fix.
6323         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6324         string.  Adapt to new name.
6325         (reftex-ref-style-alist): Change structure so that it is not
6326         possible to use multiple different package names within a style.
6327         Remove the symbols for symbols for macro type distinction.
6328         Add characters for macro selection.
6329         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6330         (reftex-create-bibtex-footer): New variables.
6331         (reftex-format-ref-function): Mention third argument of special
6332         format function.
6333         (reftex-ref-style-alist, reftex-ref-style-default-list):
6334         New variables.
6335         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6336         to new implementation.  Mark as obsolete.  Add compatibility code
6337         for honoring the variable values in case they are set.
6338         (reftex-cite-format-builtin, reftex-bibliography-commands):
6339         Add support for ConTeXt.
6340         (reftex-format-ref-function, reftex-format-cite-function):
6341         Fix custom type.
6342         (reftex-cite-key-separator): New variable.
6344         * textmodes/reftex.el (reftex-syntax-table-for-bib)
6345         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6346         `reftex-syntax-table' because parens have to retain their paren
6347         syntax in order for parsing of BibTeX entries like @book(...) to
6348         work.
6349         (reftex-in-comment): Do not error out if `comment-start-skip' is
6350         not set.  Deal correctly with escaped comment characters.
6351         (reftex-tie-multifile-symbols): Add doc string.
6352         Initialize `reftex-ref-style-list'.
6353         (reftex-untie-multifile-symbols): Add doc string.
6354         (reftex-add-index-macros): Doc fix.
6355         (reftex-ref-style-activate, reftex-ref-style-toggle)
6356         (reftex-ref-style-list): New functions.
6357         (reftex-mode-menu): Use them.  Adapt to new structure of
6358         `reftex-ref-style-alist'.
6359         (reftex-select-with-char): Kill the RefTeX Select buffer when
6360         done.
6361         (reftex-remove-if): New function.
6362         (reftex-erase-all-selection-and-index-buffers)
6363         (reftex-mode-menu): Reference styles are now computed from
6364         `reftex-ref-style-alist'.  Fix typo.
6365         (reftex-report-bug): New function.
6366         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6367         algorithms with O(n log n).  Introduce optional argument SORT (not
6368         yet used).
6370 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
6372         Enhancements for triple-quote string syntax.
6373         * progmodes/python.el (python-syntax-propertize-function):
6374         Match both quote cases in one regexp.
6375         (python-syntax-stringify): Handle matches properly.
6377 2012-09-30  Juri Linkov  <juri@jurta.org>
6379         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6380         to nil around the call to `insert' to prevent
6381         directory time modification by lock_file.  (Bug#2295)
6382         * tar-mode.el (tar-summarize-buffer): Idem.
6384 2012-09-30  Juri Linkov  <juri@jurta.org>
6386         * facemenu.el (list-colors-sort): Add option "Luminance".
6387         (list-colors-sort-key): Implement it.
6389         * vc/diff-mode.el (diff-refine-removed):
6390         * vc/ediff-init.el (ediff-fine-diff-A):
6391         * vc/smerge-mode.el (smerge-refined-removed):
6392         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
6394 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
6396         * term/ns-win.el (x-file-dialog): New function.
6398 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
6400         * ido.el (ido-max-directory-size): Default to nil; the current
6401         default is small for POSIX systems, and impractical on Windows 7
6402         now that lstat returns directory sizes for NTFS.
6404 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
6406         In buffer display functions handle window-height/window-width
6407         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
6408         * window.el (window--display-buffer): New argument ALIST.
6409         Obey window-height and window-width alist entries.
6410         (window--try-to-split-window): New argument ALIST.
6411         Bind window-combination-limit to t when the window's size shall be
6412         changed and window-combination-limit equals `window-size'.
6413         (display-buffer-in-atom-window)
6414         (display-buffer-in-major-side-window)
6415         (display-buffer-in-side-window, display-buffer-same-window)
6416         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6417         (display-buffer-pop-up-window, display-buffer-below-selected)
6418         (display-buffer-at-bottom, display-buffer-in-previous-window)
6419         (display-buffer-use-some-window): Adjust all callers of
6420         window--display-buffer and window--try-to-split-window.
6421         (fit-frame-to-buffer): New option.
6422         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6423         is non-nil.
6424         (display-buffer-in-major-side-window): Evaluate window-height /
6425         window-width alist entries.
6427         * help.el (temp-buffer-resize-frames)
6428         (temp-buffer-resize-regexps): Remove options.
6429         (temp-buffer-resize-mode): Adjust doc-string.
6430         (resize-temp-buffer-window): Don't consult
6431         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
6432         temp-buffer-resize-frames.
6434         * dired.el (dired-mark-pop-up):
6435         Call display-buffer-below-selected with a fit-window-to-buffer alist
6436         entry.
6438 2012-09-30  Chong Yidong  <cyd@gnu.org>
6440         * server.el (server-host): Document the security implications.
6441         (server-auth-key): Doc fix.
6443         * startup.el (initial-buffer-choice): Doc fix.
6445         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6447         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6448         restriction change.
6450         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6452         * help-fns.el (help-fns--obsolete): Fix last change.
6454 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6456         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6457         (minor-mode-map-alist): Remove redundant code.
6459         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6460         visited in a buffer.
6461         (cvs-insert-visited-file): New function.
6462         (find-file-hook): Use it.
6464         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6466         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6467         chose face.
6468         (log-edit-empty-buffer-p): Don't require a space after a header.
6470         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6472         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6474         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6475         a proper minor-mode.
6477         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6479 2012-09-29  Glenn Morris  <rgm@gnu.org>
6481         * winner.el (winner-mode): Remove variable (let define-minor-mode
6482         handle it).
6483         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6484         Doc fixes.
6485         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6486         (winner-mode): Use define-minor-mode.
6488         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6489         the full definition in loaddefs, rather than duplicating it.
6491         * help-macro.el (three-step-help): No need to autoload defcustom.
6493         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6494         (inferior-lisp-program, inferior-lisp-load-command)
6495         (inferior-lisp-prompt, inferior-lisp-mode-hook):
6496         No need to autoload defcustoms.
6498         * hippie-exp.el (hippie-expand-try-functions-list)
6499         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6500         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6501         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6502         (hippie-expand-only-buffers): No need to autoload defcustoms.
6503         * progmodes/vhdl-mode.el (vhdl-line-expand):
6504         Explicitly load hippie-exp, so it does not get autoloaded
6505         while hippie-expand-try-functions-list is let-bound.
6507 2012-09-28  Glenn Morris  <rgm@gnu.org>
6509         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6511         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6512         Only "cl.el" counts as cl these days.
6514 2012-09-28  Juri Linkov  <juri@jurta.org>
6516         Display archive errors in the echo area instead of inserting
6517         to the file buffer.
6519         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6520         to STDERR-TEST that can be a regexp matching a successful output.
6521         Create a temporary file and redirect stderr to it.  Search for
6522         STDERR-TEST in the stderr output and display it in the echo area
6523         if no match is found.
6524         (archive-extract-by-file): New function like
6525         `archive-extract-by-stdout' but extracting archives to files
6526         and looking for successful matches in stdout.  Function body is
6527         mostly copied from `archive-rar-extract'.
6528         (archive-rar-extract): Use `archive-extract-by-file'.
6529         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
6531 2012-09-28  Leo Liu  <sdl.web@gmail.com>
6533         * pcomplete.el (pcomplete-show-completions):
6534         Use minibuffer-message to make pcomplete usable in minibuffer.
6536         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6538 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6540         * type-break.el: Use lexical-binding.
6541         (type-break-mode): Use define-minor-mode.
6543         * emacs-lisp/pcase.el (pcase--mark-used): New.
6544         (pcase--u1): Use it (bug#12512).
6546         * custom.el (load-theme): Set buffer-file-name so the load is recorded
6547         in load-history with the right file name.
6549 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
6551         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6552         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6553         (doc-view-get-bounding-box): Make bounding box slicing work for
6554         ODF and DVI documents.
6556 2012-09-28  Glenn Morris  <rgm@gnu.org>
6558         * type-break.el (type-break-mode, type-break-interval)
6559         (type-break-good-rest-interval, type-break-keystroke-threshold):
6560         No need to autoload.
6561         (type-break-good-rest-interval, type-break-keystroke-threshold):
6562         Add :set-after.
6564 2012-09-28  Chong Yidong  <cyd@gnu.org>
6566         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6567         Add :version tag.
6569 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6571         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6573 2012-09-27  Glenn Morris  <rgm@gnu.org>
6575         * faces.el (x-display-name): Declare (for without-x builds).
6577         * linum.el (linum-format): Don't autoload it.  Improve :type.
6579         * progmodes/tcl.el: Don't require outline when compiling.
6580         (outline-regexp, outline-level): Declare.
6581         * textmodes/sgml-mode.el: Don't require outline when compiling.
6582         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6584         * term.el (term-ansi-reset):
6585         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
6587         * vc/vc.el (vc-next-action): Only gripe about committing read-only
6588         files for RCS and SCCS.  (Bug#9781)
6590 2012-09-27  Chong Yidong  <cyd@gnu.org>
6592         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6593         change; value should be t.
6595 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         * image-mode.el: Use lexical-binding.
6598         (image-mode-winprops): Use t to stand for the window of
6599         a buffer that's not displayed.
6600         * doc-view.el (doc-view-new-window-function): Handle the new
6601         t in winprops.
6602         (doc-view-enlarge): Make it a real nop if the size is not changed.
6603         (doc-view-display): Handle the case where the buffer is not (yet?)
6604         displayed in any window.
6605         (doc-view-saved-settings): New var.
6606         (doc-view-mode): Use it.
6607         (doc-view-fallback-mode): Set it.
6609         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6610         Set lexical-binding.
6611         (minibuffer-eldef-shorten-default): New var.
6612         (minibuffer-default-in-prompt-regexps): Use it for new default.
6613         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6615 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6617         * international/uni-bidi.el:
6618         * international/uni-category.el:
6619         * international/uni-name.el:
6620         * international/uni-numeric.el: Regenerate.
6622 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
6623             Stefan Monnier  <monnier@iro.umontreal.ca>
6625         * profiler.el: New file.
6627 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6629         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6630         (testcover-reinstrument): Simplify with CSE.
6632 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6634         * window.el (temp-buffer-window-setup): Fix typo in docstring.
6636 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
6638         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6639         (verilog-auto-input, verilog-auto-insert-lisp)
6640         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6641         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6642         (verilog-auto-unused, verilog-auto-wire)
6643         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6644         newline.  Reported by Andrew Jones.
6645         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6646         Reported by Brad Dobbie.
6647         (verilog-batch-delete-trailing-whitespace):
6648         Create verilog-batch-delete-trailing-whitespace.
6649         Reported by Brad Dobbie.
6650         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6651         parameters from another module.  Reported by Dan Katz.
6652         (verilog-auto, verilog-auto-assign-modport)
6653         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6654         AUTOINOUTMODPORT for UVM interface module shell generation.
6655         Reported by Brad Dobbie.
6656         (verilog-auto-inst-interfaced-ports): Make default nil, as more
6657         standard behavior.
6658         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6659         Reported by Matt Martin.
6661 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
6663         * window.el (window--resize-child-windows): When resizing child
6664         windows proportionally, process them in reverse order to
6665         preserve the "when splitting a window the new one gets the odd
6666         line" behavior.
6667         (window--resize-root-window-vertically): When resizing the
6668         minibuffer window try to affect only windows at the bottom of the
6669         frame.  (Bug#12419)
6671 2012-09-25  Chong Yidong  <cyd@gnu.org>
6673         * subr.el (declare): Doc fix.
6675         * help-fns.el (help-fns--obsolete): Handle macros properly.
6677 2012-09-25  Chong Yidong  <cyd@gnu.org>
6679         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6680         this function obsolete.
6682         * calendar/cal-x.el (calendar-two-frame-setup)
6683         (calendar-only-one-frame-setup, calendar-one-frame-setup):
6684         * calendar/calendar.el (american-calendar, european-calendar)
6685         (calendar-for-loop):
6686         * comint.el (comint-dynamic-simple-complete)
6687         (comint-dynamic-complete-as-filename, comint-unquote-filename):
6688         * desktop.el (desktop-load-default):
6689         * dired-x.el (dired-omit-here-always)
6690         (dired-hack-local-variables, dired-default-directory):
6691         * emacs-lisp/derived.el (derived-mode-class):
6692         * emacs-lisp/timer.el (timer-set-time-with-usecs):
6693         * emacs-lock.el (toggle-emacs-lock):
6694         * epa.el (epa-display-verify-result):
6695         * epg.el (epg-sign-keys, epg-start-sign-keys)
6696         (epg-passphrase-callback-function):
6697         * eshell/esh-util.el (eshell-for):
6698         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6699         (eshell-add-to-window-buffer-names):
6700         * files.el (locate-file-completion):
6701         * imenu.el (imenu-example--create-c-index)
6702         (imenu-example--create-lisp-index)
6703         (imenu-example--lisp-extract-index-name)
6704         (imenu-example--name-and-position):
6705         * international/mule-cmds.el (princ-list):
6706         * international/mule-diag.el (decode-codepage-char):
6707         * international/mule-util.el (detect-coding-with-priority):
6708         * iswitchb.el (iswitchb-read-buffer):
6709         * mail/mailalias.el (mail-complete):
6710         * mail/sendmail.el (mail-sent-via):
6711         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6712         (mouse-major-mode-menu):
6713         * password-cache.el (password-read-and-add):
6714         * pcomplete.el (pcomplete-parse-comint-arguments):
6715         * progmodes/sh-script.el (sh-maybe-here-document):
6716         * replace.el (query-replace-regexp-eval):
6717         * savehist.el (savehist-load):
6718         * simple.el (choose-completion-delete-max-match):
6719         * term.el (term-dynamic-simple-complete):
6720         * vc/ediff-init.el (ediff-check-version):
6721         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6722         * vc/vc.el (vc-diff-switches-list):
6723         * view.el (view-return-to-alist-update): Likewise.
6725         * subr.el (eval-next-after-load, makehash, insert-string)
6726         (assoc-ignore-representation, assoc-ignore-case): Use declare to
6727         mark obsolete.
6728         (mode-line-inverse-video): Variable deleted.
6730         * international/mule-util.el (string-to-sequence): Remove.
6732         * calendar/calendar.el (calendar-version):
6733         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6734         (icalendar-convert-diary-to-ical):
6735         * cus-edit.el (custom-mode):
6736         * ansi-color.el (ansi-color-unfontify-region):
6737         * international/latin1-disp.el (latin1-char-displayable-p):
6738         * progmodes/cwarn.el (turn-on-cwarn-mode):
6739         * progmodes/which-func.el (which-func-update-1):
6740         Use define-obsolete-function-alias.
6742         * net/newst-backend.el (newsticker-cache-filename):
6743         * net/newst-treeview.el (newsticker-groups-filename):
6744         Fix incorrect obsolescence declaration.
6746         * allout.el (allout-passphrase-hint-string): Likewise.
6747         (allout-init): Use a declare form to mark obsolete.
6749         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6750         this applies to functions.
6752         * iswitchb.el (iswitchb-read-buffer): Move code of
6753         iswitchb-define-mode-map here, and delete that obsolete function.
6755         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6756         font-lock-reference-face.
6758 2012-09-25  Glenn Morris  <rgm@gnu.org>
6760         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6761         Doc fixes.
6763         * eshell/em-term.el (eshell-term-name):
6764         Default to term-term-name.  (Bug#12485)
6766 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6768         * progmodes/python.el (python-shell-send-buffer): Better handling
6769         of "if __name__ == '__main__':" conditionals when sending the buffer.
6771 2012-09-24  Glenn Morris  <rgm@gnu.org>
6773         * eshell/esh-cmd.el (eshell-find-alias-function):
6774         Tighten up file-name regexp.  (Bug#12499)
6776 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6778         Enhancements for triple-quote string syntax.
6779         * progmodes/python.el (python-quote-syntax): Remove.
6780         (python-syntax-propertize-function): New value.
6781         (python-syntax-count-quotes, python-syntax-stringify):
6782         New functions.
6784 2012-09-24  Chong Yidong  <cyd@gnu.org>
6786         * mail/supercite.el (sc-version): Remove obsolete function.
6787         (sc-describe): Don't mark as obsolete, since it is bound.
6788         (sc-submit-bug-report): Remove.
6790         * vc/log-edit.el (cvs-changelog-full-paragraphs)
6791         (cvs-commit-buffer-require-final-newline): Remove.
6792         (log-edit-require-final-newline)
6793         (log-edit-changelog-full-paragraphs): Default to t.
6795         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6796         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6797         * vc/vc.el (vc-checkout-carefully): Likewise.
6799         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6800         (emerge-version): Remove.
6802         * progmodes/compile.el (compile-internal): Remove.
6803         (compilation-parse-errors-function): Fix typo.
6805         * international/mule.el (set-char-table-default): Remove.
6806         (set-coding-priority, make-coding-system, generic-char-p)
6807         (charset-list, charset-bytes, charset-id): Use declare to mark
6808         functions as obsolete.
6810         * vc/pcvs-defs.el (cvs-buffer-name-alist)
6811         (cvs-invert-ignore-marks): Remove references to obsolete vars.
6812         * vc/vc-hooks.el (vc-default-registered): Don't use
6813         vc-master-templates.
6815         * font-lock.el (font-lock-reference-face):
6816         Use define-obsolete-variable-alias.
6818         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6819         * calendar/calendar.el (calendar-font-lock-keywords):
6820         * calendar/diary-lib.el (diary-font-lock-keywords)
6821         (diary-fancy-font-lock-keywords):
6822         * textmodes/reftex-sel.el (reftex-insert-docstruct):
6823         * textmodes/reftex-index.el (reftex-insert-index):
6824         * textmodes/reftex-cite.el (reftex-format-bib-entry):
6825         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6826         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6827         * progmodes/prolog.el (prolog-font-lock-keywords):
6828         * progmodes/idlwave.el (idlwave-idl-keywords):
6829         * progmodes/ada-mode.el (ada-font-lock-keywords):
6830         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6832 2012-09-24  Glenn Morris  <rgm@gnu.org>
6834         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6836 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
6838         * progmodes/python.el (python-indent-line): More consistent cursor
6839         movement behavior.
6841 2012-09-23  Stefan Merten  <smerten@oekonux.de>
6843         * textmodes/rst.el: Fix compiler warning.
6845 2012-09-23  Roland Winkler  <winkler@gnu.org>
6847         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6848         Transcribe also LaTeX hyphenation.
6849         (bibtex-reformat): Bug fix. Do not quote twice the elements of
6850         bibtex-reformat-previous-options.
6852 2012-09-23  Roland Winkler  <winkler@gnu.org>
6854         * proced.el (proced-renice-command): New variable.
6855         (proced-marked-processes): New function.
6856         (proced-with-processes-buffer): New macro.
6857         (proced-send-signal): Use them.
6858         (proced-renice): New command bound to r.
6860 2012-09-23  Roland Winkler  <winkler@gnu.org>
6862         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6863         ibuffer-saved-filter-groups has one element, shortcut the call of
6864         completing-read.  (Bug#12331)
6866 2012-09-23  Chong Yidong  <cyd@gnu.org>
6868         * bindings.el (mode-line-toggle-read-only):
6869         * bs.el (bs-toggle-readonly):
6870         * buff-menu.el (Buffer-menu-toggle-read-only):
6871         * dired.el (dired-toggle-read-only):
6872         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6874 2012-09-23  Chong Yidong  <cyd@gnu.org>
6876         * image.el (image-type-available-p): Adapt to init-image-library
6877         argument changes.
6879 2012-09-22  Juri Linkov  <juri@jurta.org>
6881         * dired.el (dired-mode-map): Add [remap read-only-mode] for
6882         `dired-toggle-read-only'.  (Bug#12462)
6884 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6886         * subr.el (temp-output-buffer-show): New function.
6887         (with-output-to-temp-buffer): Call temp-output-buffer-show
6888         instead of internal-temp-output-buffer-show.
6890 2012-09-22  Chong Yidong  <cyd@gnu.org>
6892         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6893         (Bug#12462).
6895         * repeat.el (repeat): Doc fix (Bug#12348).
6897         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6898         (Bug#10909).
6900         * simple.el (shell-command-on-region): Doc fix.
6901         (read-only-mode): Doc fix.
6903 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
6905         * emacs-lisp/timer.el (run-with-idle-timer)
6906         (timer-activate-when-idle): Warn against reinvoking an idle timer
6907         from within its own timer action.  (Bug#12447)
6909 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6911         * cus-start.el (window-combination-limit): Add new optional
6912         values.
6913         * window.el (temp-buffer-window-show)
6914         (window--try-to-split-window): Handle new values of
6915         window-combination-limit (Bug#1806).
6916         (split-window): Test window-combination-limit for t instead of
6917         non-nil.
6918         (display-buffer-at-bottom): New buffer display action function.
6919         * help.el (temp-buffer-resize-regexps): New option.
6920         (temp-buffer-resize-mode): Rewrite doc-string.
6921         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6922         Don't resize reused window.  Suggested by Glenn Morris.
6924 2012-09-22  Stefan Merten  <smerten@oekonux.de>
6926         * textmodes/rst.el: Revamp section title faces.
6927         (rst-official-version)
6928         (rst-package-emacs-version-alist): Sync with official version
6929         V1.4.0.
6930         (rst-faces-defaults, rst-set-level-default)
6931         (rst-level-face-max, rst-level-face-base-color)
6932         (rst-level-face-base-light, rst-level-face-format-light)
6933         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6934         (rst-adornment-faces-alist): Match new setup.
6935         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6936         (rst-level-5, rst-level-6): New faces.
6938 2012-09-22  Chong Yidong  <cyd@gnu.org>
6940         * simple.el (undo): Handle indirect buffers (Bug#8207).
6942 2012-09-21  Leo Liu  <sdl.web@gmail.com>
6944         IDO: Disable match re-ordering for buffer switching.
6945         * ido.el (ido-buffer-disable-smart-matches): New variable.
6946         (ido-set-matches-1): Use it.  (Bug#2042)
6948 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
6950         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6951         Fix 2011-05-17 change.  (Bug#12418)
6953 2012-09-21  Leo Liu  <sdl.web@gmail.com>
6955         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6957 2012-09-21  Glenn Morris  <rgm@gnu.org>
6959         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6960         Be more robust about locating simple.el.
6962 2012-09-21  Glenn Morris  <rgm@gnu.org>
6964         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6966 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
6968         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
6970 2012-09-20  Juri Linkov  <juri@jurta.org>
6972         * replace.el (query-replace-read-from): Use `read-regexp' instead
6973         of `read-from-minibuffer' when `regexp-flag' is non-nil.
6974         (occur-read-primary-args): Use `read-regexp' instead of
6975         `read-string'.
6976         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6977         `read-from-minibuffer'.
6978         * isearch.el (isearch-occur): Use `read-regexp' instead of
6979         `read-string'.
6980         * dired.el (dired-read-regexp): Use `read-regexp' instead of
6981         `read-from-minibuffer'.
6982         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6983         of `read-string'.  (Bug#7567)
6985         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6986         and allow accepting a list of strings prepended to a list of
6987         standard default values.  Doc fix.  (Bug#12321)
6989         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
6991         * replace.el (read-regexp): Don't add ": " when PROMPT already
6992         ends with a colon and space.  (Bug#12321)
6994 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
6996         * doc-view.el (doc-view-display): Better fix for the cl-assertion
6997         error.
6999 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7001         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7002         Fixes feature request bug#11711.
7003         (rst-mode): Create `imenu-create-index-function'.
7004         (rst-get-stripped-line): Delete after refactoring.
7005         (rst-section-tree, rst-section-tree-rec)
7006         (rst-section-tree-point): Refactor and document properly.
7007         (rst-imenu-find-adornments-for-position)
7008         (rst-imenu-convert-cell, rst-imenu-create-index):
7009         New function.
7011 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7013         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7014         (macroexp--expand-all): Use it.
7015         (macroexp--funcall-and-return): Remove by folding it into its sole
7016         caller (macroexp--warn-and-return).
7017         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7018         Use macroexp--obsolete-warning.
7020         * calc/calc.el: Fix last change by removing the whole chunk, since it
7021         was only needed back when Calc was not bundled.
7023 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7025         * emacs-lisp/debug.el (debug): Restore assignment to
7026         debugger-old-buffer removed on 2012-09-08.
7028 2012-09-20  Juri Linkov  <juri@jurta.org>
7030         * dired-aux.el (dired-diff): Remove (require 'diff) since
7031         `diff-latest-backup-file' is now autoloaded.
7033 2012-09-20  Chong Yidong  <cyd@gnu.org>
7035         * vc/diff.el (diff-latest-backup-file): Autoload.
7037 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7039         * calc/calc.el: Remove redundant autoload shape check.
7040         (sel-mode): Don't defvar.
7041         (calc-get-stack-element): Add `sel-mode' arg instead.
7042         (calc-top, calc-top-list): Pass it this additional argument.
7043         * calc/calc-store.el (calc-store-map):
7044         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7045         (calc-map-equation, calc-outer-product, calc-inner-product):
7046         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7048         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7050 2012-09-19  Juri Linkov  <juri@jurta.org>
7052         * dired-aux.el (dired-diff): Add (require 'diff) because
7053         `diff-latest-backup-file' is not autoloaded.
7054         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7055         of `dired-get-filename' to t to not report error when there is
7056         no default file on the current line.
7058 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7061         macroexp--eval-if-compile.
7062         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7063         (macroexp--expand-all): Use them (bug#12371).
7065         * doc-view.el (doc-view-guess-paper-size)
7066         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7068 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7070         New feature: set optimal slice from BoundingBox information.
7071         * doc-view.el (doc-view-mode-map): Add keybinding.
7072         (doc-view-menu): Add menu entry.
7073         (doc-view-set-slice): Adapt docstring.
7074         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7075         (doc-view-scale-bounding-box)
7076         (doc-view-set-slice-from-bounding-box): New functions.
7077         (doc-view-paper-sizes): New defvar.
7079 2012-09-19  Glenn Morris  <rgm@gnu.org>
7081         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7082         (byte-compile-log-warning): Autoload.  (Bug#12371)
7084         * calendar/calendar.el (calendar-american-month-header)
7085         (calendar-european-month-header, calendar-iso-month-header)
7086         (calendar-month-header): New options.
7087         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7088         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7090 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7092         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7094 2012-09-18  Juri Linkov  <juri@jurta.org>
7096         * dired-aux.el (dired-diff): Restore original functionality of
7097         getting the default value, but keep new feature of using the
7098         latest existing backup file (`diff-latest-backup-file').
7100 2012-09-18  Juri Linkov  <juri@jurta.org>
7102         * dired.el (dired-mark): If the region is active in Transient Mark
7103         mode, mark all files in the active region.  Doc fix.
7104         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7105         Doc fix.  (Bug#10624)
7107 2012-09-18  Juri Linkov  <juri@jurta.org>
7109         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7110         attributes for M-n are pulled from the file at point.
7111         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7112         Suggested by Drew Adams.  (Bug#10624)
7114 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7116         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7117         whitespace after "end".
7118         (ruby-do-end-to-brace): Collapse block to one line if it fits
7119         within fill-column.
7121 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7123         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7124         value.
7125         (debug): Don't remove debugger window when debugger is expected
7126         to be back.
7128 2012-09-18  Chong Yidong  <cyd@gnu.org>
7130         * custom.el (defface): Doc fix.
7132         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7134 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7136         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7137         to initialize query-on-exit; then test that instead (bug#12288).
7139 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7141         * textmodes/rst.el: Add support for `testcover'.
7142         (rst-defcustom-testcover, rst-testcover-add-compose)
7143         (rst-testcover-add-1value): New functions.
7144         (rst-portable-mark-active-p): Replace by `use-region-p'.
7145         (rst-update-section, rst-classify-adornment)
7146         (rst-find-title-line): Mark `1value' forms.
7147         (rst-classify-adornment): Remove superfluous form.
7148         (rst-update-section, rst-get-adornments-around)
7149         (rst-adornment-complete-p, rst-get-next-adornment)
7150         (rst-adjust, rst-promote-region)
7151         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7152         (rst-find-pfx-in-region, rst-section-tree-rec)
7153         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7154         (rst-toc-node, rst-toc, rst-forward-section)
7155         (rst-iterate-leftmost-paragraphs)
7156         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7157         (rst-bullet-list-region)
7158         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7159         (rst-compile-find-conf, rst-compile)
7160         (rst-repeat-last-character): Fix style.
7162 2012-09-17  Chong Yidong  <cyd@gnu.org>
7164         * comint.el (comint--complete-file-name-data): Don't add a space
7165         if the status is `sole'; that adds a gratuitous space in the
7166         completion-cycling case (Bug#12092).
7168         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7170 2012-09-17  Richard Stallman  <rms@gnu.org>
7172         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7173         only in the mime-shown mode, not in raw mode.
7174         (rmail-mime): Toggle off mime by displaying the message without
7175         mime processing.  (Bug#12305)
7177         * mail/rmail.el (rmail-retry-failure):
7178         Turn off mime processing first.  (Bug#12037)
7180         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7182 2012-09-17  Chong Yidong  <cyd@gnu.org>
7184         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7185         (shell-dynamic-complete-functions): Convert to defcustom.
7186         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7188         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7189         * comint.el (comint-prompt-read-only):
7190         * custom.el (defcustom):
7191         * hi-lock.el (hi-lock-mode):
7192         * ibuffer.el (ibuffer-formats):
7193         * ielm.el (ielm-prompt-read-only):
7194         * novice.el (disable-command):
7195         * saveplace.el (toggle-save-place):
7196         * speedbar.el (speedbar-supported-extension-expressions):
7197         * startup.el (auto-save-list-file-prefix, init-file-user)
7198         (after-init-hook, inhibit-startup-echo-area-message):
7199         * strokes.el (strokes-help):
7200         * time-stamp.el (time-stamp):
7201         * calendar/calendar.el (calendar, diary-file):
7202         * calendar/diary-lib.el (diary-mail-entries, diary)
7203         (diary-list-entries-hook):
7204         * calendar/holidays.el (holidays, calendar-holidays):
7205         * calendar/lunar.el (lunar-phases):
7206         * calendar/solar.el (sunrise-sunset):
7207         * emulation/edt.el (edt-load-keys):
7208         * emulation/viper.el (viper-mode):
7209         * eshell/em-alias.el (eshell-command-aliases-list):
7210         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7211         * international/ogonek.el (ogonek-information):
7212         * net/tramp-cmds.el (tramp-bug):
7213         * net/quickurl.el (quickurl-reread-hook-postfix):
7214         * play/decipher.el (decipher-font-lock-keywords):
7215         * progmodes/cc-styles.el (c-set-style):
7216         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7217         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7218         * progmodes/octave-mod.el (octave-mode):
7219         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7220         * progmodes/verilog-mode.el (verilog-read-defines):
7221         * textmodes/two-column.el (2C-mode): Likewise.
7223 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7225         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7226         that holds many addresses.
7228 2012-09-16  Chong Yidong  <cyd@gnu.org>
7230         * align.el (align-areas): Call the indication function with
7231         positions instead of markers for arguments (Bug#12343).
7233         * files.el (parse-colon-path): Use split-string (Bug#12351).
7235         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7236         (display-buffer-function): Mark as obsolete.
7238         * progmodes/compile.el (compilation-parse-errors): Accept list
7239         values similar to font-lock-keywords (Bug#12136).
7240         Suggested by Oleksandr Manzyuk.
7241         (compilation-error-regexp-alist): Doc fix.
7243 2012-09-15  Glenn Morris  <rgm@gnu.org>
7245         * version.el (emacs-bzr-version-bzr): New function.
7246         (emacs-bzr-get-version): Add optional EXTERNAL argument.
7248         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7249         checkouts, check the parent dirstate matches the branch.
7250         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
7251         empty string.
7253         * version.el (emacs-bzr-version): Doc fix.
7254         (emacs-bzr-version-dirstate): New function.
7255         (emacs-bzr-get-version): For lightweight checkouts, if the parent
7256         is local try and check that it matches the branch.  If not, just
7257         use dirstate information.  (Bug#12441)
7259 2012-09-14  Juri Linkov  <juri@jurta.org>
7261         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7262         (Bug#12399)
7264 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7268         * emacs-lisp/edebug.el: Miscellaneous cleanup.
7269         Remove obsolete byte-compiler hack that tried to silence some warnings.
7270         (edebug-submit-bug-report): Remove.
7271         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7272         Remove aliases, use the un-prefixed name instead.
7273         (edebug-pop-to-buffer): Consider other frames.
7274         (edebug-original-read):: Make it more obvious that it's always defined.
7275         (edebug--make-form-data-entry, edebug--form-data-name)
7276         (edebug--form-data-begin, edebug--form-data-end): Rename from the
7277         single-dashed name, and implement with cl-defstruct.
7278         (edebug-set-form-data-entry): Use the standard accessors.
7279         (edebug-make-top-form-data-entry): Use push.
7280         (edebug-no-match): Drop useless `funcall'.
7281         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7282         to functions.
7283         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7284         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7285         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7286         (easy-menu-define, with-custom-print): Remove redundant specs.
7287         (edebug-outside-overriding-local-map)
7288         (edebug-outside-overriding-terminal-local-map): Remove, unused.
7289         (edebug--display): Bind unread-command-events directly to nil rather
7290         than binding it to unread-command-events and later setting it to nil.
7291         (edebug--display): Kill edebug-eval-buffer here...
7292         (edebug--recursive-edit): ...rather than here.
7293         Bind standard-output and standard-input.
7294         (edebug-eval): Check cl-macroexpand-all is fboundp.
7295         (edebug-temp-display-freq-count): Fix last change.
7297         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7298         * subr.el (noreturn, 1value): Add `debug' spec.
7299         * emacs-lisp/advice.el: Require cl-lib.
7300         (ad-copy-tree): Remove, use copy-tree instead.
7301         (ad-dolist): Remove use dolist or cl-dolist instead.
7302         (ad-do-return): Remove, use cl-return instead.
7303         (defadvice): Add `debug' spec.
7305 2012-09-13  Juri Linkov  <juri@jurta.org>
7307         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7308         (Bug#12399)
7310 2012-09-13  Glenn Morris  <rgm@gnu.org>
7312         * calc/calc.el (math-compose-expr):
7313         * calc/calc-ext.el (math-compose-expr):
7314         * progmodes/cc-defs.el (cl-macroexpand-all):
7315         * progmodes/cc-langs.el (delete-duplicates, mapcan)
7316         (cl-macroexpand-all): Update declarations.
7318         * vc/vc.el: No need to require ediff.
7319         (ediff-load-version-control): Declare.
7320         (ediff-vc-internal): Fix declaration.
7321         (vc-version-ediff): Require ediff.
7323 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7325         Use a more backwards-compatible timer format (Bug#12430).
7326         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7327         being right after USECS, as that better supports old code that
7328         inadvisedly looked directly at the timer vector.
7330 2012-09-13  Kenichi Handa  <handa@gnu.org>
7332         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7333         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7334         `coding-priority' property of these language environment.
7336 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7338         Fix glitches caused by addition of psec to timers (Bug#12430).
7339         * image.el (image-animate-timer):
7340         * time.el (display-time-world-timer):
7341         Use timer--function and timer--args rather than raw access to
7342         timer vector.
7344 2012-09-13  Glenn Morris  <rgm@gnu.org>
7346         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7347         If not compiling a file, try using load-file-name.
7349 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7351         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7352         Fix last change.
7353         (edebug-update-eval-list): Use `push'.
7355         * emacs-lisp/edebug.el: Use lexical-binding.
7356         Remove the "edebug-" prefix from non-dynamically-scoped variables.
7357         Mark unused args with underscore.
7358         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7359         (edebug-form-data): Use defvar-local.
7360         (edebug-make-before-and-after-form, edebug-make-after-form):
7361         Use backquote.
7362         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7363         Not dynamically scoped any more.
7364         (edebug--enter-trace): Add arguments `function' and `args'.
7365         Rename from edebug-enter-trace.
7366         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
7367         (edebug--update-coverage): Add `after-index' and `value' args.
7368         Rename from edebug-update-coverage.
7369         (edebug-slow-after): Call it accordingly.
7370         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
7371         edebug-recursive-edit.
7372         (edebug--display): Call it accordingly.  Add args `value',
7373         `offset-index', and `arg-mode'.  Rename from edebug-display.
7374         (edebug-debugger, edebug): Call it accordingly.
7375         (edebug-eval-display-list): Use dolist.
7377 2012-09-12  Juri Linkov  <juri@jurta.org>
7379         * info.el (Info-search): Don't check for isearch-mode and
7380         isearch-regexp before let-binding search-spaces-regexp to
7381         Info-search-whitespace-regexp.
7382         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7383         search-whitespace-regexp if isearch-lax-whitespace or
7384         isearch-regexp-lax-whitespace is non-nil.
7385         (Info-mode): Don't set local variable search-whitespace-regexp.
7386         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7388 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7390         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7391         (debugger-env-macro): Remove support for unread-command-char.
7393         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7394         the temporary map re-appearing on emulation-mode-map-alists.
7396         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7397         since 22.1.
7399         * ehelp.el (with-electric-help): Accept functions in
7400         electric-help-form-to-execute.
7401         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7402         And replace unread-command-char -> unread-command-events.
7404 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
7406         Sync with Tramp 2.2.6.
7408         * net/tramp.el (tramp-accept-process-output): Don't use
7409         JUST-THIS-ONE in the XEmacs case.
7411         * net/trampver.el: Update release number.
7413 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
7415         * emacs-lisp/debug.el (debugger-previous-window-height):
7416         New variable.
7417         (debug): When debugger-jumping-flag is non-nil try to restore
7418         height of debugger window.  (Bug#8789)
7420 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7423         overriding-local-map and pre/post-command-hook here.
7424         (edebug-recursive-edit): Do it here instead (bug#12345).
7425         (edebug-outside-unread-command-char): Remove all uses of
7426         unread-command-char.
7428         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7429         inhibit-debugger is bound instead.
7431 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7433         * subr.el (set-temporary-overlay-map): Add a docstring.
7434         (Bug#12346)
7436 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7438         * minibuffer.el (completion-table-subvert): Fix docstring.
7439         (Bug#12347)
7441 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7443         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
7445 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
7447         * progmodes/sql.el: Version 3.1
7448         (sql-db2-escape-newlines): New variable.
7449         (sql-escape-newlines-filter): Use it.
7451 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
7453         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7455 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
7457         * vc/diff-mode.el (diff-mode-menu):
7458         Bind diff-remove-trailing-whitespace.
7460 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7462         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7463         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7464         (emacs-lisp-byte-code-mode): New functions.
7465         (eval-sexp-add-defvars): Don't skip defvars in column >0.
7466         (eval-defun-2): Remove bogus interactive spec.
7467         (lisp-indent-line): Remove redundant whole-exp code, now done in
7468         indent-according-to-mode.
7469         (save-match-data): Remove redundant indent data.
7471         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7472         Use `declare'.
7474 2012-09-09  Juri Linkov  <juri@jurta.org>
7476         * replace.el (replace-regexp-lax-whitespace): New defcustom.
7477         (replace-lax-whitespace, query-replace-regexp)
7478         (query-replace-regexp-eval, replace-regexp): Doc fix.
7479         (perform-replace, replace-highlight): Let-bind
7480         isearch-lax-whitespace to replace-lax-whitespace and
7481         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7483         * isearch.el (isearch-query-replace): Let-bind
7484         replace-lax-whitespace to isearch-lax-whitespace and
7485         replace-regexp-lax-whitespace to
7486         isearch-regexp-lax-whitespace.  (Bug#10885)
7488 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7490         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7492 2012-09-09  Alan Mackenzie  <acm@muc.de>
7494         * progmodes/cc-engine.el (c-state-cache-init):
7495         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7496         (c-record-parse-state-state):
7497         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7499 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
7501         * register.el (register-separator): Rename from
7502         separator-register.  All uses changed.  Doc fix.
7503         (register): Fix version.
7505 2012-09-09  Chong Yidong  <cyd@gnu.org>
7507         * replace.el (query-replace-map): Bind four new symbols for
7508         requesting window scrolling.
7510         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7511         query-replace-map (Bug#8948).
7513         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7515         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7516         since they are now in query-replace-map.
7518         * window.el (scroll-other-window-down): Make the arg optional.
7520 2012-09-09  Chong Yidong  <cyd@gnu.org>
7522         * files.el (hack-local-variables-confirm): Use quit-window to kill
7523         the *Local Variables* buffer.
7525 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7527         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7528         not just expect to be at its beginning.  Adjust callees.
7529         Succeed when do-end block has no space before the pipe character.
7530         (ruby-brace-to-do-end): When the original block is one-liner,
7531         convert to multiline.  Reindent the result.
7533 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
7535         * register.el (register): New group.
7536         (separator-register): New user option.
7537         (increment-register): Route it to `append-to-register', if
7538         register contains text.  Implication is that `C-x r +' can now be
7539         used for appending to a text register (bug#12217).
7540         (append-to-register, prepend-to-register): Add separator based on
7541         `separator-register'.
7543 2012-09-08  Alan Mackenzie  <acm@muc.de>
7545         AWK Mode: make auto-newline work when there's "==" in the pattern.
7546         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7547         correctly.
7548         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7549         Test more rigorously for "=" token.
7551 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7553         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7554         Only fail when reached LIMIT.
7556 2012-09-08  Chong Yidong  <cyd@gnu.org>
7558         * dired.el (dired-mode-map): Don't bind M-=.
7560         * dired-aux.el (dired-diff): Use backup file as default.
7562 2012-09-08  Drew Adams  <drew.adams@oracle.com>
7564         * subr.el (add-to-history): Fix delete usage (Bug#12314).
7566 2012-09-08  Chong Yidong  <cyd@gnu.org>
7568         * subr.el (syntax-after, syntax-class): Doc fix.
7570 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
7572         * window.el (display-buffer-in-previous-window): New buffer
7573         display action function.
7575         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7576         (debugger-previous-window): New variable.
7577         (debug): Rewrite using display-buffer-in-previous-window,
7578         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
7580 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7582         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
7584 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
7586         * progmodes/python.el (python-shell-send-string):
7587         When default-directory is remote, create temp file on remote
7588         filesystem.
7589         (python-shell-send-file): When file is remote, pass local view of
7590         file paths to remote Python interpreter.  (Bug#12340)
7592 2012-09-07  Chong Yidong  <cyd@gnu.org>
7594         * window.el (switch-to-buffer): Doc fix (Bug#12181).
7596         * files.el (after-find-file): Don't fail on a read-only buffer if
7597         require-final-newline is `visit' or `visit-save' (Bug#11156).
7599         * subr.el (read-char-choice): Allow quitting via ESC ESC.
7601         * userlock.el (ask-user-about-supersession-threat):
7602         Use read-char-choice (Bug#12093).
7604 2012-09-07  Chong Yidong  <cyd@gnu.org>
7606         * subr.el (buffer-narrowed-p): New function.
7608         * ses.el (ses-widen):
7609         * simple.el (count-words--buffer-message):
7610         * net/browse-url.el (browse-url-of-buffer): Use it.
7612         * simple.el (count-words-region): Don't signal an error if there
7613         is a non-nil prefix arg and the mark is not set.
7615         * help.el (describe-key-briefly): Allow the message to be seen
7616         when invoked from the minibuffer (Bug#7014).
7618 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7620         * progmodes/ruby-mode.el (ruby-end-of-defun)
7621         (ruby-beginning-of-defun): Simplify, allow indentation before
7622         block beginning and end keywords.
7623         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7624         (ruby-end-of-defun): Expect that the point is at the beginning of
7625         the defun.
7627 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7629         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7630         (bug#12367).
7631         (cl--make-usage-args): Strip _ from argument names.
7633 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7635         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7636         obsolete alias speedbar-key-map.
7637         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7638         (vhdl-index-menu-init): Don't use obsolete variable
7639         font-lock-maximum-size.
7641 2012-09-06  Chong Yidong  <cyd@gnu.org>
7643         * frame.el (window-system-version): Mark as obsolete.
7645         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7646         of obsolete variable speedbar-key-map.
7648 2012-09-06  Juri Linkov  <juri@jurta.org>
7650         * replace.el (replace-lax-whitespace): New defcustom.
7651         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7652         (replace-string, replace-regexp): Mention it in docstrings.
7653         (perform-replace, replace-highlight): Let-bind
7654         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7655         to the values of replace-lax-whitespace and regexp-flag.
7656         Don't let-bind search-whitespace-regexp.  (Bug#10885)
7658         * isearch.el (isearch-query-replace): Let-bind
7659         replace-lax-whitespace instead of let-binding
7660         replace-search-function and replace-re-search-function.
7661         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7662         and isearch-regexp-lax-whitespace to lazy-highlight variables.
7663         (isearch-toggle-symbol): Set isearch-regexp to nil
7664         in isearch-word mode (like in isearch-toggle-word).
7666 2012-09-06  Juri Linkov  <juri@jurta.org>
7668         * replace.el (replace-search-function)
7669         (replace-re-search-function): Set default values to nil.
7670         (perform-replace): Let-bind isearch-related variables based on
7671         replace-related values, call `isearch-search-fun' and let-bind
7672         the result to `search-function'.  Remove code that sets
7673         `search-function' and `search-string' separately for
7674         `delimited-flag'.
7675         (replace-highlight): Add new argument `delimited-flag' and
7676         rename other arguments to the names used in `perform-replace'.
7677         Let-bind `isearch-word' to the argument `delimited-flag'.
7678         (Bug#10885, bug#10887)
7680 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7682         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7683         ruby-beginning-of-indent, simplify, allow all keywords to have
7684         indentation before them.
7685         (ruby-beginning-of-indent): Adjust for above.  Search until the
7686         found point is not inside a string or comment.
7687         (ruby-font-lock-keywords): Allow symbols to start with "@"
7688         character, give them higher priority than variables.
7689         (ruby-syntax-propertize-function)
7690         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7691         matchers.  Expression expansions are not comments when inside a
7692         string, and there comment syntax status is irrelevant.
7693         (ruby-match-expression-expansion): New function.  Check that
7694         expression expansion is inside a string, and it's not escaped.
7695         (ruby-font-lock-keywords): Use it.
7697 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
7699         * help.el (temp-buffer-max-height): New default value.
7700         (temp-buffer-resize-frames): New option.
7701         (resize-temp-buffer-window): Optionally resize frame.
7703         * window.el (fit-frame-to-buffer-bottom-margin): New option.
7704         (fit-frame-to-buffer): New function.
7706 2012-09-05  Glenn Morris  <rgm@gnu.org>
7708         * emulation/cua-rect.el (cua--init-rectangles):
7709         * textmodes/picture.el (picture-mode-map):
7710         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7711         like forward-char and backward-char.  (Bug#12317)
7713 2012-09-05  Leo Liu  <sdl.web@gmail.com>
7715         * progmodes/flymake.el (flymake-warning-re): New variable.
7716         (flymake-parse-line): Use it.
7718 2012-09-05  Glenn Morris  <rgm@gnu.org>
7720         * calendar/holidays.el (holiday-christian-holidays):
7721         Rename an entry.  (Bug#12289)
7723 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7725         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7726         (bug#12222).
7728 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7730         * loadup.el: Load macroexp.  Remove hack.
7731         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7732         (macroexp--expand-all): Use it to get better warnings.
7733         (macroexp--backtrace, macroexp--trim-backtrace-frame)
7734         (internal-macroexpand-for-load): New functions.
7735         (macroexp--pending-eager-loads): New var.
7736         (emacs-startup-hook): New hack to replace one in loadup.el.
7737         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7738         (cl--compiler-macro-cXXr): Move to top, before they can be used.
7739         (cl-psetf): Simplify.
7740         (cl-defstruct): Add indent rule.
7742 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
7744         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7745         over `user-mail-address' for the SMTP MAIL FROM envelope.
7746         (smtpmail-via-smtp): Ditto.
7748 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
7750         * progmodes/ruby-mode.el: Clean up keybindings.
7751         (ruby-mode-map): Don't bind ruby-electric-brace,
7752         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7753         backward-kill-word, reindent-then-newline-and-indent.
7754         (ruby-mark-defun): Remove.
7755         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
7756         (ruby-mode): Set local beginning-of-defun-function and
7757         end-of-defun-function values.
7759 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
7761         * window.el (temp-buffer-window-setup-hook)
7762         (temp-buffer-window-show-hook): New hooks.
7763         (temp-buffer-window-setup, temp-buffer-window-show)
7764         (with-temp-buffer-window): New functions.
7765         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7766         (special-display-popup-frame): Make sure the window used shows BUFFER.
7768         * help.el (temp-buffer-resize-mode): Fix doc-string.
7769         (resize-temp-buffer-window): New optional argument WINDOW.
7771         * files.el (recover-file, save-buffers-kill-emacs):
7772         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7774 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
7776         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7777         remote definition of `default-directory', ensure we can connect.
7779 2012-09-02  Juri Linkov  <juri@jurta.org>
7781         Toggle whitespace matching mode with M-s SPC.
7782         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7784         * isearch.el (search-whitespace-regexp): Doc fix.
7785         Remove cons cell customization.
7786         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7787         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7788         New variables.
7789         (isearch-forward, isearch-forward-regexp): Doc fix.
7790         (isearch-toggle-lax-whitespace): New command.
7791         (search-forward-lax-whitespace, search-backward-lax-whitespace)
7792         (re-search-forward-lax-whitespace)
7793         (re-search-backward-lax-whitespace): New functions.
7794         (isearch-whitespace-regexp): Remove function.
7795         (isearch-query-replace): Let-bind replace-search-function and
7796         replace-re-search-function.
7797         (isearch-occur): Let-bind search-spaces-regexp according to the
7798         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7799         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7800         condition for C-q SPC.
7801         (isearch-search-fun-default): Use new functions mentioned above.
7802         (isearch-search-forward, isearch-search-backward): Remove functions.
7803         (isearch-search): Don't let-bind search-spaces-regexp.
7804         (isearch-lazy-highlight-space-regexp): Remove variable.
7805         (isearch-lazy-highlight-lax-whitespace)
7806         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7807         (isearch-lazy-highlight-new-loop): Use them.
7808         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7810 2012-09-02  Chong Yidong  <cyd@gnu.org>
7812         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7814 2012-09-02  Glenn Morris  <rgm@gnu.org>
7816         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
7818 2012-09-01  Glenn Morris  <rgm@gnu.org>
7820         * term.el: Tidy up menu definitions.
7821         (term-mode-map): Use easymenu for In/Out, Complete menus.
7822         (term-pager-break-map): Initialize in the defvar.
7823         (term-terminal-menu, term-signals-menu): Define with easymenu.
7824         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
7825         (term-pager-menu): New, extracted from term-process-pager.
7826         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7827         (term-update-mode-line): Propertize line/char and page items.
7828         (term-process-pager): Move keymap initialization elsewhere.
7830 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
7832         * window.el (switch-to-prev-buffer): Handle additional values of
7833         BURY-OR-KILL argument.  Don't switch in minibuffer window.
7834         (switch-to-next-buffer): Don't switch in minibuffer window.
7835         (quit-restore-window): New function based on quit-window.
7836         Handle additional values of former KILL argument.
7837         (quit-window): Call quit-restore-window with appropriate
7838         interpretation of KILL argument.
7839         (display-buffer-below-selected): New buffer display action
7840         function.
7842 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7844         * minibuffer.el (completion-at-point-functions): Complete docstring
7845         (bug#12254).
7847 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7849         Better seed support for (random).
7850         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7851         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7852         * play/mpuz.el, play/tetris.el, play/zone.el:
7853         * calc/calc-comb.el (math-init-random-base):
7854         * play/blackbox.el (bb-init-board):
7855         * play/life.el (life):
7856         * server.el (server-use-tcp):
7857         * type-break.el (type-break):
7858         Remove unnecessary call to (random t).
7859         * net/sasl.el (sasl-unique-id-function):
7860         Change (random t) to (random), now that the latter is more random.
7861         * play/life.el (life-initialized): Remove no-longer-needed var.
7863 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
7865         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7866         Consider frame's buffer predicate when choosing the buffer.
7867         (Bug#12081)
7869 2012-08-30  Richard Stallman  <rms@gnu.org>
7871         * simple.el (special-mode-map): Delete binding for `z'.
7873 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
7875         * progmodes/compile.el (compilation-always-kill): Doc fix.
7877 2012-08-30  Chong Yidong  <cyd@gnu.org>
7879         * window.el (display-buffer-reuse-frames): Make the obsolescence
7880         message more informative.
7882 2012-08-30  Glenn Morris  <rgm@gnu.org>
7884         * paren.el (show-paren-delay):
7885         Add a :set function.  Doc fix.  (Bug#12297)
7887 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
7889         * progmodes/compile.el (compilation-always-kill): New var.
7890         (compilation-start): Use it.
7892 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7894         * simple.el (read-only-mode): Move from files.el for bootstrapping.
7895         * files.el (read-only-mode): Move to simple.el.
7897         * files.el (read-only-mode): New minor mode.
7898         (toggle-read-only): Use it and mark obsolete.
7899         (find-file--read-only):
7900         * vc/vc.el (vc-next-action, vc-checkout):
7901         * vc/vc-cvs.el (vc-cvs-checkout):
7902         * obsolete/vc-mcvs.el (vc-mcvs-update):
7903         * ffap.el (ffap--toggle-read-only): Update callers.
7905 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
7907         * eshell/esh-ext.el (eshell-external-command): Do not examine
7908         remote shell scripts.
7909         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7911         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7912         "/usr/local/sbin".
7914 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7916         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7918 2012-08-28  Leo Liu  <sdl.web@gmail.com>
7920         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7921         completion-at-point.  (Bug#12220)
7923         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7925         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7927 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7930         be buffer-local; add delete-trailing-whitespace (bug#12259).
7932 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
7934         * progmodes/hideif.el (hif-compress-define-list):
7935         Fix typo.  (Bug#11951)
7937 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
7939         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7940         buffer local setting.
7942         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7943         rcirc-encode-coding-system.
7945 2012-08-28  Leo Liu  <sdl.web@gmail.com>
7947         * net/rcirc.el (rcirc-split-message): New function.
7948         (rcirc-send-message): Use it.  (Bug#12051)
7950 2012-08-28  Juri Linkov  <juri@jurta.org>
7952         * info.el (Info-fontify-node): Hide empty lines at the end of
7953         the node.  (Bug#12272)
7955 2012-08-27  Drew Adams  <drew.adams@oracle.com>
7957         * dired.el (dired-pop-to-buffer): Make window start at beginning
7958         of buffer (Bug#12281).
7960 2012-08-26  Chong Yidong  <cyd@gnu.org>
7962         * window.el (special-display-regexps, special-display-frame-alist)
7963         (special-display-buffer-names, special-display-function)
7964         (display-buffer-reuse-frames): Mark as obsolete.
7966         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7968         * help.el (help-print-return-message): Don't treat
7969         display-buffer-reuse-frames specially.
7971 2012-08-26  Chong Yidong  <cyd@gnu.org>
7973         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7974         New variable, replacing gdb-frame-parameters.
7975         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7976         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7977         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7978         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7979         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
7980         the functions directly with gdb-display-buffer-other-frame-action.
7981         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7982         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7983         (gdb-display-stack-buffer, gdb-display-locals-buffer)
7984         (gdb-display-registers-buffer): Define directly.
7985         (def-gdb-display-buffer): Macro deleted.
7986         (gdb-display-buffer): Remove second and third args, callers don't
7987         use them.  Defer to the default display-buffer behavior, apart
7988         from making windows dedicated.
7989         (gdb-setup-windows): Don't call display-buffer unnecessarily.
7991         * progmodes/gud.el (gud-display-line): Just use display-buffer.
7993         * window.el (display-buffer-pop-up-frame): Handle a
7994         pop-up-frame-parameters alist entry.
7995         (display-buffer): Document it.
7997 2012-08-26  Chong Yidong  <cyd@gnu.org>
7999         * isearch.el (search-whitespace-regexp): Make string and nil
8000         values apply to both ordinary and regexp search.  Allow a cons
8001         cell value to distinguish between the two.
8002         (isearch-whitespace-regexp, isearch-search-forward)
8003         (isearch-search-backward): New functions.
8004         (isearch-occur, isearch-search-fun-default, isearch-search)
8005         (isearch-lazy-highlight-new-loop): Use them.
8006         (isearch-forward, isearch-forward-regexp): Doc fix.
8008 2012-08-26  Chong Yidong  <cyd@gnu.org>
8010         * faces.el (help-argument-name): Always inherit from italic
8011         (Bug#12213).
8013 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8015         * window.el (window--even-window-heights): Even heights when
8016         WINDOW and the selected window form a vertical combination.
8017         (display-buffer-use-some-window): Provide that window used gets
8018         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8020 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8022         Fix file time stamp problem with bzr and CVS (Bug#12001).
8023         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8024         in the file's time stamp, since the version control system loses
8025         that information.
8027 2012-08-22  Juri Linkov  <juri@jurta.org>
8029         * info.el (Info-fontify-node): Hide the suffix of the
8030         Info file name in the header line.  (Bug#12187)
8032 2012-08-22  Glenn Morris  <rgm@gnu.org>
8034         * calendar/cal-tex.el (cal-tex-weekly-common):
8035         Restore leading blank page.
8037 2012-08-22  Le Wang  <l26wang@gmail.com>
8039         * misc.el (forward-to-word, backward-to-word): Activate or extend
8040         the region under `shift-select-mode'.  (Bug#12231)
8042 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8044         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8045         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8046         gives details on why the space is never needed.
8048 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8050         * window.el (walk-window-tree, window-with-parameter):
8051         New optional argument MINIBUF to control whether these functions
8052         should run on the minibuffer window.
8053         (window-at-side-list): Don't operate on minibuffer window.
8054         (window-in-direction): Simplify and rewrite doc-string.
8055         (window--size-ignore): Rename to window--size-ignore-p.
8056         Update callers.
8057         (display-buffer-in-atom-window, window--major-non-side-window)
8058         (window--major-side-window, display-buffer-in-major-side-window)
8059         (delete-side-window, display-buffer-in-side-window):
8060         New functions.
8061         (window--side-check, window-deletable-p, delete-window)
8062         (delete-other-windows, split-window): Handle side windows and
8063         atomic windows appropriately.
8064         (window--display-buffer): Call display-buffer-record-window also
8065         when the window buffer did not change.
8067 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8069         * help-fns.el (help-fns--key-bindings):
8070         Abbreviate non-symbol remap targets.  (Bug#12174)
8072 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8074         * dired.el (dired-mark-remembered): Don't clobber point.
8075         (Bug#11795)
8077 2012-08-22  Glenn Morris  <rgm@gnu.org>
8079         * progmodes/bug-reference.el (bug-reference): New custom group.
8080         (bug-reference-bug-regexp): Make it a defcustom.
8082 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8084         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8085         (js-paren-indent-offset, js-square-indent-offset)
8086         (js-curly-indent-offset): Add :safe (Bug#12257).
8088 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8090         * json.el (json-key-format): Add error properties.
8091         (json-encode-key): New function.
8092         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8093         Use json-encode-key.
8095 2012-08-22  Glenn Morris  <rgm@gnu.org>
8097         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8098         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8099         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8100         Update for above change.
8102 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8104         * cus-face.el (custom-face-attributes): Fix customize type for the
8105         :underline attribute.  (Bug#11805)
8107 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8109         * window.el (window-point-1, set-window-point-1): Remove.
8110         (window-in-direction, record-window-buffer)
8111         (set-window-buffer-start-and-point, split-window-below)
8112         (window--state-get-1, display-buffer-record-window):
8113         Replace calls to window-point-1 and set-window-point-1 by calls to
8114         window-point and set-window-point respectively.
8116 2012-08-21  Glenn Morris  <rgm@gnu.org>
8118         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8119         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8120         Use it.
8122         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8123         (cal-tex-shortday): New function.
8124         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8125         (cal-tex-cursor-filofax-daily): Use the above.
8127         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8128         New functions.
8129         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8130         (cal-tex-cursor-filofax-week): Use them.
8132         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8133         New constants.
8134         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8135         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8137         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8138         (cal-tex-end-document): Don't rely on buffer name.
8140         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8141         Use cal-tex-vspace.
8142         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8143         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8144         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8145         Use cal-tex-arg.
8147         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8148         (cal-tex-cursor-week, cal-tex-cursor-week2)
8149         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8150         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8151         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8152         (cal-tex-insert-preamble, cal-tex-b-document)
8153         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8154         Improve cal-tex-cmd usage.
8156         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8157         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8158         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8159         (cal-tex-weekly-paper): New function.
8160         (cal-tex-cursor-week, cal-tex-cursor-week2)
8161         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8162         (cal-tex-cursor-day): Use it.
8164         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8165         (cal-tex-cursor-filofax-week): Remove leading blank page.
8167         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8168         Add autoload cookie.  For now at least, don't use color, since
8169         no other cal-tex function does.
8171         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8172         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8173         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8175 2012-08-21  Juri Linkov  <juri@jurta.org>
8177         * info.el (Info-file-attributes): New variable.
8178         (info-insert-file-contents): Add file attributes to
8179         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8180         `Info-toc-nodes' when previous modtime of the Info file is less
8181         than new modtime.
8182         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8183         of info.el.  (Bug#12230)
8185 2012-08-20  Glenn Morris  <rgm@gnu.org>
8187         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8188         * calendar/holidays.el (calendar-holiday-list):
8189         Report errors with display-warning rather than beep'n'sleep.
8191 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8193         * net/tramp.el (tramp-accept-process-output): Accept only output
8194         from PROC.  Otherwise, process filters and sentinels might be
8195         confused.  (Bug#12145)
8197 2012-08-20  Chong Yidong  <cyd@gnu.org>
8199         * descr-text.el (describe-text-properties-1): Use overlays-in to
8200         report on empty overlays (Bug#3322).
8202 2012-08-20  Glenn Morris  <rgm@gnu.org>
8204         * mail/rmailout.el (rmail-output-read-file-name):
8205         Trap and report errors in rmail-output-file-alist elements.
8207         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8208         since most non-font-lock faces are not also variables).
8210 2012-08-20  Edward Reingold  <reingold@iit.edu>
8212         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8213         New function.  (Bug12160)
8215 2012-08-19  Glenn Morris  <rgm@gnu.org>
8217         * mail/rmailout.el (rmail-output-read-file-name):
8218         Fix previous change (when the alist is nil or does not match).
8220 2012-08-19  Chong Yidong  <cyd@gnu.org>
8222         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8223         (Bug#12228).
8225 2012-08-18  Chong Yidong  <cyd@gnu.org>
8227         * simple.el (yank-handled-properties): New defcustom.
8228         (yank-excluded-properties): Add font-lock-face and category.
8229         (yank): Doc fix.
8231         * subr.el (remove-yank-excluded-properties):
8232         Obey yank-handled-properties.  The special handling of font-lock-face
8233         and category is now done this way, instead of being hard-coded.
8234         (insert-for-yank-1): Remove font-lock-face handling.
8235         (yank-handle-font-lock-face-property)
8236         (yank-handle-category-property): New function.
8238 2012-08-17  Glenn Morris  <rgm@gnu.org>
8240         * mail/rmailout.el (rmail-output-read-file-name):
8241         Check rmail-output-file-alist against the full message body
8242         in the correct rmail buffer.  (Bug#12214)
8244 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
8246         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8247         Eliminate superfluous prompt.  (Bug#12203)
8249 2012-08-17  Chong Yidong  <cyd@gnu.org>
8251         * mouse.el (mouse-appearance-menu): If x-select-font returns a
8252         font spec, set the font directly (Bug#3228).
8254 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
8256         * window.el (delete-window): Fix last fix.
8258 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
8260         * window.el (window-valid-p): Move to window.c.
8261         (window-child, window-child-count, window-last-child)
8262         (window-normalize-window, window-combined-p)
8263         (window-combinations, window-atom-root, window-min-size)
8264         (window-sizable, window-sizable-p, window-size-fixed-p)
8265         (window-min-delta, window-max-delta, window--resizable)
8266         (window--resizable-p, window-resizable, window-total-size)
8267         (window-full-height-p, window-full-width-p, window-body-size)
8268         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8269         (minimize-window, window-deletable-p, delete-window)
8270         (delete-other-windows, set-window-buffer-start-and-point)
8271         (next-buffer, previous-buffer, split-window, balance-windows-2)
8272         (set-window-text-height, window-buffer-height)
8273         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8274         (truncated-partial-width-window-p): Minor code adjustments.
8275         In doc-strings state whether the argument window has to denote a
8276         live, valid or any window.
8278 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
8280         * progmodes/subword.el (subword-forward-function)
8281         (subword-backward-function, subword-forward-regexp)
8282         (subword-backward-regexp): New variables.
8283         (subword-forward, subword-forward-internal, subword-backward-internal):
8284         Use new variables, eg so that different "word" definitions
8285         can be easily used.  (Bug#11411)
8287 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8290         for composite selectors.
8291         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8292         operation just because we can't find a previous revision.
8294 2012-08-15  Chong Yidong  <cyd@gnu.org>
8296         * frame.el (set-frame-font): Accept font objects.
8298 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8300         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8302 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
8304         * man.el (Man-overstrike-face, Man-underline-face)
8305         (Man-reverse-face): Remove variables.
8306         (Man-overstrike, Man-underline, Man-reverse): New faces.
8307         (Man-fontify-manpage): Use them instead of the variables.
8308         (Man-cleanup-manpage): Comment change.
8309         (Man-ansi-color-map): New variable.
8310         (Man-fontify-manpage): Use it.
8311         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8313         Implement ANSI SGR parameters 22-27 (bug#12146).
8314         * ansi-color.el (ansi-colors): Doc fix.
8315         (ansi-color-context, ansi-color-context-region): Doc fix.
8316         (ansi-color--find-face): New function.
8317         (ansi-color-apply, ansi-color-apply-on-region): Use it.
8318         Rename the local variable `face' to `codes' since it is now a list of
8319         ansi codes.  Doc fix.
8320         (ansi-color-get-face): Remove.
8321         (ansi-color-parse-sequence): New function, derived from
8322         ansi-color-get-face.
8323         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
8324         codes 22-27.
8326 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8328         * subr.el (read-passwd): Allow use from a minibuffer.
8330 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
8332         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8333         inside comments and strings as identifiers.
8335         * progmodes/gud.el (gud-tooltip-print-command): Quote the
8336         expression to evaluate.  This allows to evaluate expressions with
8337         embedded whitespace.
8338         (gud-tooltip-tips): Add a blank before the newline in the
8339         message-box text, for the benefit of message-box emulation on
8340         MS-Windows.
8342         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8343         messages from GDB, pop them up in a tooltip to give feedback to
8344         user.
8345         (gdb-tooltip-print-1): Quote the expression to evaluate.
8346         This allows to evaluate expressions with embedded whitespace.
8347         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8348         if the TTY name is nil or empty (which happens when communicating
8349         with the inferior via pipes, e.g. on MS-Windows).
8350         (gdb-internals): If GDB sends a "&\n" empty debugging message,
8351         don't send that to the GUD buffer.
8353 2012-08-14  Glenn Morris  <rgm@gnu.org>
8355         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8356         Optimize away setq-default with no args, as for setq.  (Bug#12195)
8358 2012-08-14  Chong Yidong  <cyd@gnu.org>
8360         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8362         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8363         (Bug#12085).
8365 2012-08-14  Glenn Morris  <rgm@gnu.org>
8367         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8369 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
8371         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8372         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8373         Use cached shell name.
8375 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8377         * progmodes/python.el (python-shell-send-string):
8378         (python-shell-send-setup-code): Do not use `format' with `message'.
8380 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
8382         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8383         (ruby-percent-literal-beg-re): New constant.
8384         (ruby-syntax-general-delimiters-goto-beg): Rename to
8385         `ruby-syntax-enclosing-percent-literal', improve literal type check.
8386         (ruby-syntax-propertize-general-delimiters): Rename to
8387         `ruby-syntax-propertize-percent-literal', it's a shorter and more
8388         popular term.  Adjust comments everywhere.
8389         (ruby-syntax-propertize-percent-literal): Only propertize when not
8390         inside a simple string or comment.  When the literal is unclosed,
8391         leave the text after it unpropertized.
8392         (ruby-syntax-methods-before-regexp): New constant.
8393         (ruby-syntax-propertize-function): Use it to recognize regexps.
8394         Don't look at the text after regexp, just use the whitelist.
8396 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
8398         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8399         non-nil always load the compiled file if it exists.  (Bug#12197)
8401 2012-08-14  Chong Yidong  <cyd@gnu.org>
8403         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8404         (hi-lock-set-pattern): When deciding whether to use font lock or
8405         overlays, look at font-lock-mode instead of font-lock-fontified
8406         (Bug#12168).
8407         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8408         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8410 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
8412         * subr.el (internal--after-with-selected-window): Fix typo
8413         (Bug#12193).
8415 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8417         Use `completion-table-dynamic' for completion functions.
8418         * progmodes/python.el
8419         (python-shell-completion--do-completion-at-point)
8420         (python-shell-completion--get-completions):
8421         Remove functions.
8422         (python-shell-completion-complete-at-point): New function.
8423         (python-completion-complete-at-point): Use it.
8425 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
8427         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8428         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8430 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8432         * subr.el (function-get): Refine `autoload' arg so it can also
8433         autoload functions for gv.el (bug#12191).
8434         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8435         autoloads macros.
8437         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8438         Prefer pcase-let over destructuring-bind.
8439         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8440         Also, remove whitespace as we go, rather than after accumulating the
8441         various places.
8443         * subr.el (internal--before-with-selected-window)
8444         (internal--after-with-selected-window): Fix typo seleted->selected.
8445         (with-selected-window): Adjust callers.
8446         Reported by Dmitry Gutov <dgutov@yandex.ru>.
8448 2012-08-13  Bastien Guerry  <bzg@gnu.org>
8450         * window.el (special-display-popup-frame): Minor docstring
8451         enhancement.  (Bug#12172)
8453 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
8455         * tar-mode.el (tar-header-data-end): Only ignore size for files of
8456         type 1-6.
8457         (tar-header-block-summarize, tar-get-descriptor): Handle pax
8458         extended headers.
8460         * files.el (hack-local-variables-filter): Remove useless eval.
8462 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
8464         * subr.el (with-selected-window): Fix last change.
8466 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8468         * subr.el (internal--before-with-seleted-window)
8469         (internal--after-with-seleted-window): New functions.
8470         (with-selected-window): Use them, to replace dependency on
8471         tty-top-frame.
8473 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
8475         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8476         binding for `newline'.
8477         (ruby-move-to-block): When moving backward, stop at block opening,
8478         not indentation.
8479         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8480         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8481         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8482         `ruby-toggle-block'.
8484 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8486         * ibuffer.el (ibuffer-do-toggle-read-only):
8487         * dired.el (dired-toggle-read-only):
8488         * buff-menu.el (Buffer-menu-toggle-read-only):
8489         * bindings.el (mode-line-toggle-read-only):
8490         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8492 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
8494         * descr-text.el (describe-char): Put the overlays over the
8495         "displayed as" character.
8497 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
8499         * calc/calc-units.el (math-default-units-table): Give an
8500         initial value.
8501         (math-put-default-units): Add options to put composite units and
8502         unit systems in the default units table.
8503         (calc-convert-units): Send composite units to
8504         `math-put-default-units' when appropriate.
8506 2012-08-11  Glenn Morris  <rgm@gnu.org>
8508         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8510         * tutorial.el (help-with-tutorial):
8511         * emacs-lisp/copyright.el (copyright-update-directory):
8512         * emacs-lisp/autoload.el (autoload-find-generated-file)
8513         (autoload-find-file): Disable local eval: (for insurance).
8515         * files.el (hack-local-variables-filter): If an eval: form is not
8516         known to be safe, and enable-local-variables is :safe, then ignore
8517         the form totally, as is done for non-eval forms.  (Bug#12155)
8518         This is CVE-2012-3479.
8520 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8523         (rx-form): Simplify.
8525 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
8527         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8528         ?, _, and : are symbol constituents, ! is not (but kinda should be).
8529         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8530         (ruby-syntax-propertize-function): Adjust for changes in
8531         `ruby-syntax-propertize-heredoc'.
8533 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
8535         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8536         binding (use `M-;' instead).
8537         (ruby-singleton-class-p): New function.
8538         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8540 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8542         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8544 2012-08-10  Chong Yidong  <cyd@gnu.org>
8546         * progmodes/python.el (python-shell-get-process-name): Don't mess
8547         with same-window-buffer-names.
8549         * eshell/eshell.el (eshell-add-to-window-buffer-names)
8550         (eshell-remove-from-window-buffer-names): Make obsolete.
8551         (eshell-buffer-name, eshell-unload-hook): Don't use them.
8552         (eshell): Just use pop-to-buffer-same-window instead.
8554 2012-08-10  Chong Yidong  <cyd@gnu.org>
8556         * bindings.el: Bind M-= back to count-words-region.
8558         * simple.el (count-words-region): Accept a prefix arg for acting
8559         on the entire buffer.
8560         (count-words--buffer-message): New helper function.
8562 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8565         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8566         (event-start, event-end): Use posn-at-point to return a more
8567         informative posn.
8568         (posnp): New function.
8569         * mouse.el (popup-menu-normalize-position): Use it.
8571 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
8573         * mouse.el (popup-menu-normalize-position): New function.
8574         (popup-menu): Use `popup-menu-normalize-position' to normalize
8575         the form for POSITION argument.
8577         * term/x-win.el (x-menu-bar-open):
8578         Use the value returend from (posn-at-point) as position
8579         passed to `popup-menu'.
8581 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8583         * calc/calccomp.el (math-compose-expr): Add extra argument
8584         indicating that parentheses should be put around products in
8585         denominators.  Give multiplication precedence over division during
8586         composition.
8588 2012-08-09  Chong Yidong  <cyd@gnu.org>
8590         * man.el (Man-switches, Man-sed-command, Man-awk-command)
8591         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8592         (Man-untabify-command, manual-program): Convert to defcustom
8593         (Bug#10429).
8595         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8597         * descr-text.el (describe-char): Don't insert extra newlines
8598         (Bug#10127).
8600         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8601         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8603         * align.el (align-region): Delete temporary markers (Bug#10047).
8604         Plus some code cleanups.
8606 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8608         * progmodes/python.el (python-pdbtrack-tracked-buffer)
8609         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8610         (python-shell-internal-last-output): Use make-local-variable
8611         instead of make-variable-buffer-local.
8613 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8615         * progmodes/python.el: Enhancements to forward-sexp.
8616         (python-nav-forward-sexp): Rename from
8617         python-nav-forward-sexp-function.
8618         (python-nav--forward-sexp, python-nav--backward-sexp):
8619         New functions.
8621 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8623         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8624         modes and simplification modes.
8626 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8628         * delsel.el (delete-selection-pre-hook): Don't propagate the
8629         file-supersession signals (bug#12161).
8631 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8634         (cl-map-extents): Add compatibility aliases (bug#12135).
8636 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
8638         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8639         tests by `ignore-error'.
8640         (tramp-find-shell): Open also a new shell, when cache is already
8641         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
8643 2012-08-08  Juri Linkov  <juri@jurta.org>
8645         * bookmark.el: Add `defaults' property to the bookmark record.
8646         (bookmark-current-buffer): Doc fix.
8647         (bookmark-make-record): Add `defaults' property with default values
8648         to the bookmark record.
8649         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8650         with `bookmark-insert-current-bookmark'.
8651         (bookmark-set): Get `defaults' property from the bookmark record
8652         and use it in `read-from-minibuffer'.
8653         (bookmark-insert-current-bookmark): Remove function.
8655         * info.el (Info-bookmark-make-record): Add `defaults' property
8656         with values of canonical Info node name, the current Info file
8657         name and the current Info node name.  (Bug#12107)
8659 2012-08-08  Juri Linkov  <juri@jurta.org>
8661         * files.el (basic-save-buffer): Use `buffer-name' as the default
8662         of `read-file-name' when buffer is not visiting a file (bug#12128).
8664 2012-08-08  Juri Linkov  <juri@jurta.org>
8666         * info.el (Info-isearch-search): Doc fix.
8667         (Info-search): Change search-failed message from "initial node" to
8668         "end of node" (bug#12078).
8669         (Info-isearch-search): Change `isearch-string-state' to
8670         `isearch--state-string'.
8672 2012-08-08  Glenn Morris  <rgm@gnu.org>
8674         * language/persian.el: Remove file.
8675         * language/misc-lang.el: Move unique part of persian.el here.
8676         * loadup.el: Remove language/persian.
8678 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
8680         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8682 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8684         * progmodes/python.el: Fix defsubst warning.
8685         (python-syntax-context) Rename from python-info-ppss-context.
8686         (python-syntax-context-type): Rename from
8687         python-info-ppss-context-type.
8688         (python-syntax-comment-or-string-p): Rename from
8689         python-info-ppss-comment-or-string-p.
8691 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
8693         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8695 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
8697         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8698         a defcustom that is quoted with backquote.
8700         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8701         Fix handling of interactive spec when the body uses return.
8702         (math-do-arg-check, math-define-function-body): Use backquote forms.
8703         * calc/calc-ext.el (math-defcache): Likewise.
8704         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8705         * allout.el (allout-new-exposure): Likewise.
8706         * calc/calcalg2.el (math-tracing-integral): Likewise.
8707         * info.el (Info-last-menu-item): Likewise.
8708         * emulation/vip.el (vip-loop): Likewise.
8709         * textmodes/artist.el (artist-funcall): Likewise.
8710         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8711         Construct menu-item directly.
8713         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8714         Don't declare.
8716 2012-08-07  Chong Yidong  <cyd@gnu.org>
8718         * simple.el (deactivate-mark): Preserve text properties when
8719         saving the primary selection (Bug#8384).
8721 2012-08-07  Kevin Ryde  <user42@zip.com.au>
8723         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8724         (woman-parse-numeric-value): On a bad .IP line, issue a warning
8725         and continue processing (Bug#12110).
8727 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8729         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8730         syntax-propertize-function (bug#10095).
8732 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8734         * help-fns.el (help-fns--key-bindings, help-fns--signature)
8735         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8736         describe-function-1.
8737         (describe-function-1): Use them.  Move compiler macro after sig.
8738         (help-fns--compiler-macro): Use function-get.  Assume we're already in
8739         standard-output.  Adjust layout to new call order.
8741         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8742         re-binding a symbol that has a symbol-macro (bug#12119).
8744 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
8746         * language/persian.el: New file.  (Bug#11812)
8747         * loadup.el: Add language/persian.el.
8749 2012-08-06  Chong Yidong  <cyd@gnu.org>
8751         * window.el (window--maybe-raise-frame): New function.
8752         (window--display-buffer): Split off from here.
8753         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8754         (display-buffer-pop-up-window, display-buffer-use-some-window):
8755         Obey an inhibit-switch-frame action alist entry.
8756         (display-buffer): Update doc.
8758         * replace.el (occur-after-change-function): Avoid losing focus by
8759         using the inhibit-switch-frame display parameter (Bug#12139).
8761 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
8763         Make internal shell process buffer names start with space.
8764         * progmodes/python.el (python-shell-make-comint): Add optional
8765         argument INTERNAL.
8766         (run-python-internal): Use it.
8767         (python-shell-internal-get-or-create-process): Check for new
8768         internal buffer names.
8770 2012-08-06  Glenn Morris  <rgm@gnu.org>
8772         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8773         Do less getting and setting of environment variables.
8775 2012-08-05  Chong Yidong  <cyd@gnu.org>
8777         * proced.el (proced): Add substitution string to docstring to
8778         trigger autoloading of the proced library on C-h f (Bug#1768).
8780         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8781         Don't show defvars which have no second argument (Bug#8638).
8783         * imenu.el (imenu-generic-expression): Move documentation here
8784         from imenu--generic-function.
8785         (imenu--generic-function): Refer to imenu-generic-expression.
8787 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
8789         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8790         indentation declaration.
8791         (viper-loop): Add indentation declaration (Bug#7025).
8793 2012-08-05  Chong Yidong  <cyd@gnu.org>
8795         * help-fns.el (describe-variable): Add hyperlink for
8796         directory-local variables files.  Improve buffer-local and
8797         permanent-local reporting; suggested by MON KEY (Bug#6644).
8799         * help-mode.el (help-dir-local-var-def): New button type.
8801         * files.el (kill-buffer-hook): Provide a defvar.
8803 2012-08-05  Glenn Morris  <rgm@gnu.org>
8805         * eshell/esh-ext.el (eshell/addpath):
8806         Also update eshell-path-env.  (Bug#12013)
8808 2012-08-05  Chong Yidong  <cyd@gnu.org>
8810         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8812         * fringe.el (fringe-styles): Add docstring.
8813         (fringe--check-mode): New function.
8814         (set-fringe-mode, set-fringe-style): Use it.
8815         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8817         * files.el (set-auto-mode): Fix invalid setq call.
8819 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8821         * isearch.el: Misc simplification; use defstruct.
8822         (isearch-mode-map): Dense maps now work like sparse ones.
8823         (isearch--state): New defstruct.
8824         (isearch-string-state, isearch-message-state, isearch-point-state)
8825         (isearch-success-state, isearch-forward-state)
8826         (isearch-other-end-state, isearch-word-state, isearch-error-state)
8827         (isearch-wrapped-state, isearch-barrier-state)
8828         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8829         replaced by defstruct's accessors.
8830         (isearch--set-state): Rename from isearch-top-state and change
8831         calling convention.
8832         (isearch-push-state): Use new isearch--get-state.
8833         (isearch-toggle-word): Disable regexp when enabling word.
8834         (isearch-message-prefix): Remove unused arg _c-q-hack.
8835         (isearch-message-suffix): Remove unused arg _ellipsis.
8837 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
8839         * simple.el (list-processes--refresh): For a server use :host or
8840         :local as the address.
8841         (list-processes): Doc fix.
8843 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
8845         * lisp/mpc.el: Support password in host argument.
8846         (mpc--proc-connect): Parse and use new password element.
8847         Set mpc-proc variable instead of returning process.
8848         (mpc-proc): Adjust accordingly.
8850 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
8852         * whitespace.el (whitespace-display-mappings): Use Unicode
8853         codepoints, instead of emacs-mule codepoints.  See
8854         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8855         for the details.
8857         * files.el (file-truename): Don't skip symlink-chasing part on
8858         windows-nt.  Incorporate the resolution of 8+3 short aliases on
8859         Windows into the loop that recursively chases symlinks.
8860         Compare directory and its parent case-insensitively on MS-Windows and
8861         MS-DOS.
8863 2012-08-03  Chong Yidong  <cyd@gnu.org>
8865         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8867         * sort.el (sort-regexp-fields): Doc fix.
8869 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
8871         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8872         labels regex position point at the expected place.
8874 2012-08-03  MON KEY  <monkey@sandpframing.com>
8876         * net/imap.el (imap-interactive-login, imap-authenticate)
8877         (imap-mailbox-lsub, imap-mailbox-list)
8878         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8879         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8880         (imap-parse-response): Doc fix.
8882 2012-08-03  João Távora  <joaotavora@gmail.com>
8884         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8885         if sexp scanning does not move point (Bug#5734).
8887 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
8889         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8890         Add listings, minted, and ctable packages.
8891         (reftex-label-alist-builtin): Move listings, minted, and ctable
8892         entries before LaTeX.
8893         (reftex-label-alist): Docfix.
8895 2012-08-02  Bastien Guerry  <bzg@gnu.org>
8897         * replace.el (occur): Fix docstring (bug#12122).
8899 2012-08-02  Glenn Morris  <rgm@gnu.org>
8901         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8903 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
8905         Obsolete alias inactivate-current-input-method-function (Bug#10150).
8906         * international/mule-cmds.el: Create
8907         inactivate-current-input-method-function as an obsolete alias for
8908         deactivate-current-input-method-function.  See Katsumi Yamaoka in
8909         <http://bugs.gnu.org/10150#46>.
8911 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
8913         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8914         of nested `if's.
8916 2012-08-01  Glenn Morris  <rgm@gnu.org>
8918         * progmodes/autoconf.el (autoconf-definition-regexp):
8919         Add AH_TEMPLATE, adjust submatch numbering.
8920         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8921         (autoconf-current-defun-function): Update for above change.
8922         (autoconf-current-defun-function): First skip to end of current word.
8924 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
8926         * calendar/cal-html.el (cal-html-insert-agenda-days):
8927         Fix typo.  (Bug#12018)
8929 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
8931         Shell processes: enhancements to startup and CEDET compatibility.
8932         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8933         (python-shell-make-comint): accept-process-output at startup.
8934         (run-python-internal): Set inferior-python-mode-hook to nil.
8935         (python-shell-internal-get-or-create-process): call sit-for.
8936         (python-preoutput-result): Add obsolete alias.
8937         (python-shell-internal-send-string): Use it.
8938         (python-shell-send-setup-code): Remove call to
8939         accept-process-output.
8941 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
8943         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8944         (Bug#12108)
8946 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
8948         * calc-mode.el (calc-basic-simplification-mode): Rename from
8949         `calc-limited-simplification-mode'.
8950         (calc-alg-simplification-mode): New function.
8951         (calc-set-simplify-mode): Adjust message.
8953         * calc.el (calc-set-mode-line): Adjust mode line display for
8954         basic simplification mode.
8956         * calc-help.el (calc-m-prefix-help): Update help message.
8958         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8959         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8961 2012-07-31  Bastien Guerry  <bzg@gnu.org>
8963         * man.el (man): Fix comment.  (bug#12101)
8965 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
8967         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8968         Don't return a non-nil value when no suitable buffer was found.
8970 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
8972         * progmodes/python.el (run-python-internal): Disable font lock for
8973         internal shells.
8975 2012-07-30  Stefan Merten  <smerten@oekonux.de>
8977         * textmodes/rst.el: Silence `checkdoc-ispell'.
8978         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8979         (rst-official-version, rst-official-cvs-rev)
8980         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8981         (rst-mode-map): New key binding.
8983 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
8985         Update .PHONY listings in makefiles.
8986         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8987         autoloads, update-subdirs, updates, bzr-update, update-authors,
8988         compile-onefile, compile-calc, backup-compiled-files,
8989         compile-after-backup, compile-one-process, mh-autoloads,
8990         bootstrap-clean, distclean, maintainer-clean.
8992 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
8994         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8995         (calc-set-mode-line): Don't display "AlgSimp ".
8997         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8998         (calc-lim-simplify-mode): New function.
8999         (calc-set-simplify-mode): Default to 'alg.
9000         (calc-default-simplify-mode): Make algebraic simplifications
9001         the default.
9003         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9004         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9006         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9007         indicate new simplification modes.
9009         * calc/README: Mention new default simplification mode.
9011         * calc/calc.el (math-normalize-error): New variable.
9012         (math-normalize): Set `math-normalize-error' to t
9013         when there's an error.
9015         * calc/calc-alg.el (math-simplify): Don't simplify when
9016         `math-normalize' returns an error.
9018 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9020         * international/mule-cmds.el (set-locale-environment): Revert last
9021         change, since display-graphic-p returns nil when this function is
9022         called during startup.  Instead...
9024         * term/w32console.el (terminal-init-w32console): ...setup the
9025         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9027 2012-07-29  Juri Linkov  <juri@jurta.org>
9029         * simple.el (goto-line): Don't display default line number in the
9030         prompt because it should be displayed by `read-number' (bug#9952).
9031         Add the current line number to the defaults of `goto-line' to
9032         allow its easier modification by users with `M-n' (bug#9201).
9034         * subr.el (read-number): Support multiple default values like in
9035         other minibuffer reading functions.  Replace `read' with
9036         `string-to-number' for consistency with `number-to-string'.
9038 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9040         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9041         * emulation/viper-init.el (viper-deactivate-input-method-action):
9042         Rename from viper-inactivate-input-method-action.
9043         (viper-deactivate-input-method):
9044         Rename from viper-inactivate-input-method.
9045         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9046         * international/mule-cmds.el (deactivate-input-method):
9047         Rename from inactivate-input-method.
9048         Also run input-method-deactivate-hook.
9049         (deactivate-current-input-method-function):
9050         Rename from inactivate-current-input-method-function.
9051         (input-method-deactivate-hook): New hook.
9052         (input-method-inactivate-hook): Mark obsolete.
9053         (inactivate-input-method): Mark obsolete.
9055         * international/quail.el (quail-activate):
9056         Also run quail-deactivate-hook.
9057         (quail-deactivate): Rename from quail-inactivate.
9058         * international/robin.el (robin-activate):
9059         Also run robin-deactivate-hook.
9060         (robin-deactivate): Rename from robin-inactivate.
9062 2012-07-29  Chong Yidong  <cyd@gnu.org>
9064         * simple.el (indicate-copied-region): New function.
9065         (kill-ring-save): Split off from here.
9067         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9068         (kill-rectangle): Set deactivate-mark to t on read-only error.
9070         * register.el (copy-to-register, copy-rectangle-to-register):
9071         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9072         (append-to-register, prepend-to-register): Call indicate-copied-region.
9074 2012-07-29  Juri Linkov  <juri@jurta.org>
9076         * simple.el (async-shell-command-buffer): New defcustom.
9077         (shell-command): Use it.  (Bug#4719)
9079 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9081         * international/mule-cmds.el (set-locale-environment): In a
9082         console session on MS-Windows, set up keyboard and terminal
9083         encoding from the OEM codepage, not the ANSI codepage.
9084         (Bug#12055)
9086 2012-07-28  Chong Yidong  <cyd@gnu.org>
9088         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9089         gdb-get-location.
9091 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9093         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9094         the alist (bug#12029).
9096 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9098         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9099         (compile-always, compile-first)
9100         ($(lisp)/calendar/cal-loaddefs.el)
9101         ($(lisp)/calendar/diary-loaddefs.el)
9102         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9103         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9104         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9105         instead of on update-subdirs.
9106         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9108 2012-07-28  Chong Yidong  <cyd@gnu.org>
9110         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9111         directory if vc-deduce-backend returns nil (Bug#7350).
9113         * simple.el (delete-trailing-lines): New option.
9114         (delete-trailing-whitespace): Obey it (Bug#11879).
9116 2012-07-28  David Engster  <deng@randomsample.de>
9118         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9119         Explanation of new 'symbol-qnames feature in doc-strings.
9120         (xml-maybe-do-ns): Return expanded names as plain symbols if
9121         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9122         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9124 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9126         Consistent completion in inferior python with emacs -nw.
9127         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9128         binding in inferior-python-mode-map with "\t".
9129         (python-shell-completion-complete-at-point)
9130         (python-completion-complete-at-point): Remove interactive spec.
9132 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9134         * calc/calccomp.el (math-compose-expr): Undo previous change.
9136 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9138         * progmodes/python.el (python-mode-map): Add keybinding for
9139         run-python.
9140         (python-shell-make-comint): Fix pop-to-buffer call.
9141         (run-python): Autoload.  New arg SHOW.
9142         (python-shell-get-or-create-process): Do not pop python process
9143         buffer.
9145 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9147         * notifications.el (notifications-on-action-signal)
9148         (notifications-on-closed-signal): Use also the bus address for the map.
9149         (notifications-notify, notifications-close-notification)
9150         (notifications-get-capabilities): Add optional argument BUS.
9152 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9154         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9155         Add support for the lstlisting and minted environments, and for the
9156         ctable macro.
9157         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9158         labels written in keyvals syntax.
9160 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9162         * calc/calccomp.el (math-compose-expr): Use parentheses when
9163         there is a product in the denominator of a fraction.
9165 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9167         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9168         ($(lisp)/calendar/diary-loaddefs.el)
9169         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9170         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9171         Fixes failures in parallel bootstrap because subdirs.el is being
9172         rewritten while the autoload files are built at the same time,
9173         which needs to load subdirs.el.
9175 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9177         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9178         (mouse-drag-line): Don't exit tracking when a switch-frame or
9179         switch-window event occurs (Bug#12006).
9181 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9183         * mouse.el (popup-menu): Fix last change.
9185 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         Autoload from Lisp with more care.  Follow aliases when looking for
9188         function properties.
9189         * subr.el (autoloadp): New function.
9190         (symbol-file): Use it.
9191         (function-get): New function.
9192         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9193         autoload-do-load.
9194         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9195         (lisp-indent-function):
9196         * emacs-lisp/gv.el (gv-get):
9197         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9198         * emacs-lisp/byte-opt.el (byte-optimize-form):
9199         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9200         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9201         Use function-get.
9202         * emacs-lisp/cl.el: Don't propagate function properties any more.
9204         * speedbar.el (speedbar-add-localized-speedbar-support):
9205         * emacs-lisp/disass.el (disassemble-internal):
9206         * desktop.el (desktop-load-file):
9207         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9208         (describe-function-1):
9209         * emacs-lisp/find-func.el (find-function-noselect):
9210         * emacs-lisp/elp.el (elp-instrument-function):
9211         * emacs-lisp/advice.el (ad-has-proper-definition):
9212         * apropos.el (apropos-safe-documentation, apropos-macrop):
9213         * emacs-lisp/debug.el (debug-on-entry):
9214         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9215         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9216         * calc/calc.el (name): Use autoloadp & autoload-do-load.
9218 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
9220         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9221         function, not an obsolete variable (Bug#12046).
9223 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
9225         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
9227 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
9229         * emacs-lisp/pp.el (pp-display-expression): Select old selected
9230         window only if it is still live (Bug#12034).
9232 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
9234         * subr.el (redirect-frame-focus): Add advertised calling
9235         convention (Bug#12030).
9237 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9239         Prefer typical American spelling for "acknowledgment".
9240         * vc/add-log.el (change-log-acknowledgment): Rename from
9241         change-log-acknowledgement, with an alias for the old name.
9243 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
9245         * calc-alg.el (math-simplify-divide): Don't cross multiply
9246         in an equation when the lhs is a variable.
9248 2012-07-24  Julien Danjou  <julien@danjou.info>
9250         * net/netrc.el (netrc-find-service-number, netrc-store-data):
9251         Remove, unused.
9253 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
9255         * startup.el (command-line): Don't display an empty user name in
9256         the error message about non-existent home directory, when
9257         init-file-user was set to an empty string.  See
9258         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9259         for the details and context.
9261 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9263         * ses.el (ses-cell-formula-aset): New macro.
9264         (ses-cell-references-aset): New macro.
9265         (ses-cell-p): New function.
9266         (ses-rename-cell): Do no longer rely on complex operations like
9267         ses-cell-set-formula or ses-set-cell to change the cell and handle
9268         the undo at the same time, but rather use lower level new macros
9269         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9270         the undo directly.  Refresh the mode line.
9272 2012-07-21  Leo Liu  <sdl.web@gmail.com>
9274         * progmodes/cc-cmds.el (c-defun-name):
9275         Use match-string-no-properties instead for consistency.
9277 2012-07-20  Leo Liu  <sdl.web@gmail.com>
9279         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9280         (Bug#7879)
9282         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9284 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9286         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9287         * progmodes/bug-reference.el, misearch.el: Provide themselves
9288         (bug#11915).
9290         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9291         of narrowed buffer (bug#11966).
9293 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9295         * ses.el (ses-rename-cell): Set new name also in reference list of
9296         cells of which the renamed cell depends.
9298 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
9300         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9301         to check whether menu-bar is shown or not.  If not shown,
9302         show the menu-bar as a popup menu instead of using tmm.
9303         * mouse.el (popup-menu): Accept `point' as `position' argument.
9305 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
9307         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9308         up inside string symbol literal (bug#11923).
9310 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
9312         * startup.el (fancy-startup-text): Read the whole tutorial, not
9313         just its first 256 bytes.  Prevents gibberish in display of the
9314         tutorial title.
9316 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
9318         Drop idle buffer compaction due to an absence of the
9319         proved efficiency.
9320         * compact.el: Remove.
9322 2012-07-19  Sam Steingold  <sds@gnu.org>
9324         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9325         vc-bzr-pull & vc-bzr-merge-branch.
9326         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9327         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9328         for consistency with compilation-error-regexp-alist.
9329         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9330         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9331         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9332         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9334 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * emacs-lisp/chart.el: Use lexical-binding.
9337         (chart-emacs-storage): Don't hardcode the list of entries.
9339 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9341         Next round of tweaks caused by Fgarbage_collect changes.
9342         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9344 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9346         Compact buffers when idle.
9347         * compact.el: New file.
9349 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9351         * subr.el (eventp): Presume that if it looks vaguely like an event,
9352         it's an event (bug#10190).
9354 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
9356         Enhancements to ppss related code (thanks Stefan).
9357         * progmodes/python.el (python-indent-context)
9358         (python-indent-calculate-indentation, python-indent-dedent-line)
9359         (python-indent-electric-colon, python-nav-forward-block)
9360         (python-mode-abbrev-table)
9361         (python-info-assignment-continuation-line-p): Simplify checks
9362         for ppss context.
9363         (python-info-continuation-line-p): Cleanup.
9364         (python-info-ppss-context): Do not catch 'quote.
9365         (python-info-ppss-context-type)
9366         (python-info-ppss-comment-or-string-p): Simplify.
9368 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
9370         * progmodes/python.el: Enhancements to eldoc support.
9371         (python-info-current-symbol): New function.
9372         (python-eldoc-at-point): Use python-info-current-symbol.
9373         (python-info-current-defun): Fix cornercase on first defun scan.
9374         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9375         and signal error when no inferior python process is available.
9377 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
9379         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9380         assume it's always t.
9381         (vc-git-registered): Remove caching, the function is only called
9382         once.
9383         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9385 2012-07-18  Chong Yidong  <cyd@gnu.org>
9387         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9389         * simple.el (count-words): Report on narrowing (Bug#9959).
9391         * bindings.el: Bind M-= to count-words.
9393         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9395 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
9397         * progmodes/sh-script.el (sh-imenu-generic-expression):
9398         Capture a function with `function' keyword and without parentheses
9399         like "function FOO" (bug#11856).
9401 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
9403         * window.el (split-window-sensibly): Make WINDOW argument
9404         optional.
9406 2012-07-18  Chong Yidong  <cyd@gnu.org>
9408         * subr.el (keyboard-translate): Doc fix (Bug#7261).
9410         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9411         and make C-x 8 RET exit isearch (Bug#11439).
9413         * international/iso-transl.el: Move isearch-mode-map key
9414         definitions to isearch.el.
9416 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9418         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9419         (eieio-defclass): Use gv-define-setter when possible.
9421 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
9423         Reflect recent changes in Fgarbage_collect.
9424         * emacs-lisp/chart.el (chart-emacs-storage): Change to
9425         reflect new format of data returned by Fgarbage_collect.
9427 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9429         New utility functions + python-info-ppss-context fix (Bug#11910).
9430         * progmodes/python.el (python-info-beginning-of-block-statement-p)
9431         (python-info-ppss-comment-or-string-p): New functions.
9432         (python-info-ppss-context): Small fix for string check.
9434 2012-07-17  Juri Linkov  <juri@jurta.org>
9436         * dired-aux.el (dired-do-async-shell-command): Doc fix.
9437         (dired-do-async-shell-command): Don't add `*' at the end of the
9438         command (Bug#11815).
9439         (dired-do-shell-command): Doc fix.
9440         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9441         Join the individual commands using either "&" or ";" as the
9442         separator depending on the values of these trailing characters.
9443         At the end re-add the trailing "&".  (Bug#10598)
9445         * simple.el (async-shell-command): Sync the interactive spec with
9446         `shell-command'.  Doc fix.
9447         (shell-command): Doc fix.
9449 2012-07-17  Juri Linkov  <juri@jurta.org>
9451         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
9453 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9455         Final renames and doc fixes for movement commands (bug#11899).
9456         * progmodes/python.el (python-nav-beginning-of-statement):
9457         Rename from python-nav-statement-start.
9458         (python-nav-end-of-statement): Rename from
9459         python-nav-statement-end.
9460         (python-nav-beginning-of-block): Rename from
9461         python-nav-block-start.
9462         (python-nav-end-of-block): Rename from python-nav-block-end.
9464 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9466         * progmodes/python.el (python-shell-send-string-no-output):
9467         Allow accept-process-output to quit, keeping shell process ready for
9468         future interactions (Bug#11868).
9470 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9472         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9474         * emacs-lisp/elint.el (elint-find-args-in-code):
9475         Use help-function-arglist, so as to handle lexical byte-code.
9477         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9478         change (bug#11826).
9480 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9482         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9483         Avoid spuriously marking the buffer as modified because of c-is-sws.
9485         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9486         as not-a-comment (bug#11946).
9488         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9489         for uninterned vars.
9491         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9492         Use read-event since we don't really want to read chars but bytes.
9494         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9495         $$..$$ but also $..$ using regexps (bug#11953).
9496         Use tex-verbatim for \url and \path.
9497         (tex-font-lock-keywords): Define as defconst like the others.
9498         (tex-common-initialization): Don't use font-lock-syntax-table any more.
9500 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
9502         * international/mule-cmds.el (ucs-insert): Make it an obsolete
9503         alias for insert-char.
9505 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9507         * progmodes/python.el: Simplified imenu implementation.
9508         (python-nav-jump-to-defun): Remove command.
9509         (python-mode-map): Use `imenu' instead.
9510         (python-nav-list-defun-positions-cache)
9511         (python-imenu-include-defun-type, python-imenu-make-tree)
9512         (python-imenu-subtree-root-label, python-imenu-index-alist):
9513         Remove vars.
9514         (python-nav-list-defun-positions, python-nav-read-defun)
9515         (python-imenu-tree-assoc, python-imenu-make-element-tree)
9516         (python-imenu-make-tree, python-imenu-create-index):
9517         Remove functions.
9518         (python-mode): Update to interact with imenu by setting
9519         `imenu-extract-index-name-function' only.
9521 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9523         * progmodes/python.el: Enhancements to navigation commands.
9524         (python-nav-backward-sentence)
9525         (python-nav-forward-sentence): Remove.
9526         (python-nav-backward-statement, python-nav-forward-statement)
9527         (python-nav-statement-start, python-nav-statement-end)
9528         (python-nav-backward-block, python-nav-forward-block)
9529         (python-nav-block-start, python-nav-block-end)
9530         (python-nav-forward-sexp-function)
9531         (python-info-current-line-comment-p)
9532         (python-info-current-line-empty-p): New functions.
9533         (python-indent-context): Use `python-nav-statement-start'.
9535 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
9537         * eshell/em-ls.el (eshell/ls): Use `apply'.
9539         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9540         multi-hops, instead of Tramp internals.
9542         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9544         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9545         when F1 and F2 are located on different hosts.
9547 2012-07-14  Chong Yidong  <cyd@gnu.org>
9549         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9550         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9551         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9552         (xterm-mouse--read-event-sequence-1000)
9553         (xterm-mouse--read-event-sequence-1006): New functions.  For old
9554         mouse protocol, handle M-mouse-X events correctly.
9555         (xterm-mouse-event): New arg specifying mouse protocol.
9556         (turn-on-xterm-mouse-tracking-on-terminal)
9557         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9558         sequence to toggle extended coordinates on newer XTerms.
9559         This appears to be harmless on terminals which do not support this.
9561 2012-07-14  Leo Liu  <sdl.web@gmail.com>
9563         Add fringe bitmap indicators for flymake.  (Bug#11253)
9564         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9565         (flymake-make-overlay): New arg BITMAP.
9566         (flymake-error-bitmap, flymake-warning-bitmap)
9567         (flymake-fringe-indicator-position): New user variables.
9569         * fringe.el: New bitmap exclamation-mark.
9571 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
9573         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9574         also (Bug#7879).
9576 2012-07-14  Chong Yidong  <cyd@gnu.org>
9578         * electric.el (electric-pair-post-self-insert-function): Fix pair
9579         insertion in empty-region case (Bug#11520).
9581 2012-07-14  Chong Yidong  <cyd@gnu.org>
9583         * bindings.el: Consolidate ctl-x-r-map bindings.
9584         Bind copy-rectangle-as-kill to C-x r w.
9586         * rect.el, register.el: Move bindings to bindings.el.
9588 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
9590         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9592 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9594         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
9596 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
9598         * bindings.el (top): Use `mapc' instead of `mapcar'.
9600         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9602 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
9604         * progmodes/sql.el (sql-comint): Suppress the check for program on
9605         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
9606         (Bug#11908)
9608 2012-07-13  Chong Yidong  <cyd@gnu.org>
9610         * bindings.el: Assign a non-nil permanent-local property to
9611         per-buffer variables which lack a default value (Bug#11930).
9613         * help-fns.el (describe-variable): In the "automatically becomes
9614         local" notice, take note of permanent-local variables.
9616 2012-07-13  Chong Yidong  <cyd@gnu.org>
9618         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
9619         to allow printing the message when called from Lisp.
9621         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9622         Remove toggle-read-only.
9624         * bs.el (bs-toggle-readonly):
9625         * buff-menu.el (Buffer-menu-toggle-read-only):
9626         Remove with-no-warnings around toggle-read-only.
9628         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9629         Remove with-no-warnings around toggle-read-only.
9630         (ffap-read-only, ffap-read-only-other-window)
9631         (ffap-read-only-other-frame): Callers changed.
9633         * help-mode.el: Don't require view package.
9634         (help-mode-finish): Set buffer-read-only instead of calling
9635         toggle-read-only.
9637         * bindings.el (mode-line-toggle-read-only):
9638         * dired.el (dired-toggle-read-only):
9639         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9640         with non-nil second arg.
9642         * emacs-lisp/eieio-custom.el (eieio-customize-object):
9643         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9644         directly.
9646 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
9648         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9649         not incf.
9651 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9653         More CL cleanups and reduction of use of cl.el.
9654         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9655         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9656         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9657         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9658         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9659         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9660         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9661         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9662         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9663         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9664         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9665         * eshell/em-cmpl.el, eshell/em-banner.el:
9666         * calendar/parse-time.el: Use cl-lib.
9667         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9668         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9669         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9670         * term/ns-win.el, term.el, shell.el, ps-samp.el:
9671         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9672         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9673         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9674         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9675         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9676         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9677         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9678         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9679         `lambda' rather than with `quote'.
9680         (eshell-do-opt): Adjust accordingly.
9681         (eshell-process-option): Simplify.
9682         * eshell/esh-var.el:
9683         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9684         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9685         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9686         to `pcase--dontcare'.
9687         * emacs-lisp/cl.el (labels): Mark obsolete.
9688         (cl--letf, letf): Move to cl-lib.
9689         (cl--letf*, letf*): Remove.
9690         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9691         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9692         (cl-progv): Rewrite.
9693         (cl--letf, cl-letf): Move from cl.el.
9694         (cl-letf*): New macro.
9695         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9697 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
9699         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9701 2012-07-11  Chong Yidong  <cyd@gnu.org>
9703         * vc/log-edit.el (log-edit-vc-backend): New variable.
9704         (log-edit): Doc fix.
9706         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
9707         argument of log-edit to set up all local variables.
9708         (vc-start-logentry): New optional arg specifying VC backend.
9710         * vc/vc.el (vc-checkin): Use it.
9711         (vc-deduce-fileset): Handle Log Edit buffers.
9712         (vc-diff): Make first argument optional too.
9714         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9716 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
9718         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9719         command, just in case.  The function is not needed anymore.
9720         (eshell-external-command): Do not call `eshell-remote-command'.
9722 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9724         Reduce use of (require 'cl).
9725         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9726         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9727         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9728         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9729         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9730         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9731         * battery.el, avoid.el, abbrev.el: Use cl-lib.
9732         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9733         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9734         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9735         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9736         * calculator.el, autorevert.el, apropos.el: Don't require CL.
9737         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9738         (byte-compile-unfold-bcf, byte-compile-check-variable):
9739         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9740         (byte-compile-nilconstp):
9741         * emacs-lisp/autoload.el (make-autoload): Use pcase.
9742         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9744         * emacs-lisp/gv.el (cond): Make it a valid place.
9745         (if): Simplify slightly.
9747         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9748         (pcase--self-quoting-p): New function.
9749         (pcase--u1): Use it.
9751 2012-07-10  Glenn Morris  <rgm@gnu.org>
9753         * emacs-lisp/authors.el (authors-fixed-entries):
9754         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9756 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9758         Rename configure.in to configure.ac (Bug#11603).
9759         * emacs-lisp/authors.el (authors-canonical-file-name):
9760         * progmodes/autoconf.el (autoconf-mode):
9761         Prefer configure.ac to configure.in.
9763 2012-07-08  Chong Yidong  <cyd@gnu.org>
9765         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9766         Implement the mouse-1-click-follows-link handling properly.
9768         * info.el (Info-link-keymap): Use follow-link mechanism for
9769         header-line links (Bug#374).
9771         * simple.el (deactivate-mark): Do not set the primary selection
9772         if another program has acquired it (Bug#11772).
9774 2012-07-07  Kevin Ryde  <user42@zip.com.au>
9776         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9777         (woman-decode-region): Replace escaped-escapes without destroying
9778         bold or underline (Bug#11552).
9779         (woman2-process-escapes): Handle nofill regions (Bug#11591).
9781 2012-07-07  Chong Yidong  <cyd@gnu.org>
9783         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9784         (interprogram-cut-function, interprogram-paste-function):
9785         Mention that we typically mean the clipboard.
9787 2012-07-06  Glenn Morris  <rgm@gnu.org>
9789         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
9791         * files.el (toggle-read-only): Restrict message to interactive use.
9793 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
9795         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9797         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9799 2012-07-06  Glenn Morris  <rgm@gnu.org>
9801         * Makefile.in (compile-one-process): Rename from "recompile".
9803         * Makefile.in (bzr-update): "compile" is the same as "recompile
9804         autoloads", but parallelizable, so use that instead.
9806 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
9808         * window.el (quit-window): Always restore window height when
9809         it's saved in quit-restore parameter (Bug#11810).
9811 2012-07-06  Glenn Morris  <rgm@gnu.org>
9813         * simple.el (kill-whole-line): Doc tweak.
9815 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
9817         * files.el (file-relative-name): Compare file names
9818         case-insensitively if on MS-Windows or MS-DOS, or if
9819         read-file-name-completion-ignore-case is non-nil.  Don't use
9820         case-fold-search for this purpose.  (Bug#11827)
9822 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
9824         * calendar/cal-dst.el (calendar-current-time-zone):
9825         Return calendar-current-time-zone-cache if non-nil.
9827 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
9828 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
9830         * calendar/cal-dst.el (calendar-current-time-zone):
9831         Return calendar-current-time-zone-cache if non-nil.
9833 2012-07-06  Glenn Morris  <rgm@gnu.org>
9835         * Makefile.in (cvs-update): Remove old alias.
9837 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
9839         Sync with Tramp 2.2.6-pre.
9841         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9842         compatible declaration.
9844         * net/tramp-cmds.el (tramp-append-tramp-buffers):
9845         Protect `list-load-path-shadows' call.
9847         * net/tramp-compat.el (top): Require packages, which aren't
9848         autoloaded anymore for XEmacs.  Protect call of
9849         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9850         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
9851         it hurts at least for SXEmacs.
9852         (tramp-compat-temporary-file-directory): In XEmacs, there is no
9853         standard-value for `temporary-file-directory'.
9855         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9856         Redirect stderr to /dev/null.
9857         (tramp-sh-handle-write-region): uid and gid can be floats.
9858         Reported by Russell Sim <russell.sim@gmail.com>.
9859         (tramp-sh-handle-vc-registered): Hide errors.
9860         (tramp-vc-file-name-handler): Use dummy results for `process-file'
9861         and `start-file-process'.
9862         (tramp-maybe-open-connection): Check also whether `non-essential'
9863         is bound.
9865 2012-07-04  Chong Yidong  <cyd@gnu.org>
9867         * xml.el (xml--parse-buffer): Use xml-syntax-table.
9868         (xml-parse-tag): Likewise, and avoid changing entity tables.
9869         (xml-syntax-table): Define from scratch, making sure not to give
9870         x2000 and other Unicode spaces whitespace syntax, since those are
9871         not spaces in XML.
9872         (xml-parse-fragment): Delete unused function.
9873         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9874         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9875         (xml-entity-ref, xml-pe-reference-re)
9876         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9877         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9878         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9879         (xml-entity-value-re): Use syntax references in regexps where
9880         possible; no need to define inside a let-binding.
9881         (xml-parse-dtd): Use xml-pe-reference-re.
9882         (xml-entity-or-char-ref-re): New defconst.
9883         (xml-parse-string, xml-substitute-special): Use it.
9885 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * files.el (locate-dominating-file): Allow `name' to be a predicate.
9888         (find-file--read-only): New function.
9889         (find-file-read-only, find-file-read-only-other-window)
9890         (find-file-read-only-other-frame): Use it.
9891         (insert-file-contents-literally): Don't `fset'.
9892         (get-free-disk-space): Use locate-dominating-file.
9894         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9895         function is already compiled.
9897         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
9899 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
9901         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9902         files on the same host.
9904 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
9906         * help-fns.el (describe-function-1): Only call
9907         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
9909 2012-07-03  Chong Yidong  <cyd@gnu.org>
9911         * xml.el: Protect parser against XML bombs.
9912         (xml-entity-expansion-limit): New variable.
9913         (xml-parse-string, xml-substitute-special): Use it.
9914         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9916 2012-07-03  Glenn Morris  <rgm@gnu.org>
9918         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9919         Allow linking to specific messages in debbugs reports (eg 123#5).
9921 2012-07-02  Chong Yidong  <cyd@gnu.org>
9923         * xml.el: Fix entity and character reference expansion, allowing
9924         them to expand into markup as per XML spec.
9925         (xml-default-ns): New variable.
9926         (xml-entity-alist): Use XML spec definitions for lt and amp.
9927         (xml-parse-region): Make first two arguments optional.
9928         Discard text properties.
9929         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9930         All callers changed.
9931         (xml-parse-tag): Call xml-parse-tag-1.  For backward
9932         compatibility, this function should not modify buffer contents.
9933         (xml-parse-tag-1): Fix opening-tag regexp.
9934         (xml-parse-string): Rewrite, handling entity and character
9935         references properly.
9936         (xml--entity-replacement-text): Signal an error if a parameter
9937         entity is undefined.
9939 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9941         * comint.el (comint-output-filter): Filter out repeated prompts.
9943         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9944         and file-name-absolute-p.
9945         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9946         internal calls.
9948 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9950         Spelling fixes.
9951         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9952         Rename from byte-compile--refiy-function.  All uses changed.
9954 2012-07-01  Chong Yidong  <cyd@gnu.org>
9956         * xml.el (xml--parse-buffer): New function.  Move most of
9957         xml-parse-region here.
9958         (xml-parse-region): Copy region into a temporary buffer, since
9959         parameter entity substitution requires changing buffer contents.
9960         Use xml--parse-buffer.
9961         (xml-parse-file): Use xml--parse-buffer.
9962         (xml-parse-dtd): Make parameter entity substitution work right.
9963         Use proper regexps for ELEMENT declarations (Bug#7172).
9965 2012-06-30  Glenn Morris  <rgm@gnu.org>
9967         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9969         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9970         Remove outdated and unnecessary dbus declarations.
9972 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
9974         * emacs-lisp/timer.el (timer-until): Subtract results of
9975         float-time, instead of taking float-time of the result of
9976         time-subtract, since float-time signals an error for negative time
9977         arguments.
9979 2012-06-30  Chong Yidong  <cyd@gnu.org>
9981         * xml.el (xml-*-re): Convert defvars into defconsts, and
9982         eval-and-compile them so eval-and-compile works on derivatives.
9983         (xml--entity-replacement-text): Use eval-and-comple.
9985 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
9987         * vc/vc-git.el (vc-git-registered): Use cache property
9988         `git-registered'.
9989         (vc-git-mode-line-string): Call `vc-working-revision' instead of
9990         `vc-git-working-revision' in order to benefit from the cache.
9991         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
9993 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
9995         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9996         removed (likely outside Emacs).  (Bug#11757)
9998 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10000         * emacs-lisp/cl-lib.el: Require macroexp.
10002 2012-06-30  Chong Yidong  <cyd@gnu.org>
10004         * xml.el: Implement XML parameter entities.
10005         (xml-parameter-entity-alist): New variable.
10006         (xml-parse-region, xml-parse-fragment): Preserve previous values
10007         of xml-entity-alist and xml-parameter-entity-alist, so that
10008         repeated calls on different documents do not change them.
10009         (xml-parse-tag): Fix doctype regexp.
10010         (xml--entity-replacement-text): New function.
10011         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10012         properly requires url retrieval which is unimplemented.
10013         (xml-escape-string): Doc fix.
10015 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10017         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10019 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10021         * fringe.el (fringe-mode): Doc fix.
10023 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10025         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10026         is non-nil.
10027         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10028         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10030 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10032         * calendar/cal-dst.el (calendar-current-time-zone):
10033         Return calendar-current-time-zone-cache if non-nil.
10035 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10037         * progmodes/which-func.el (which-func-format):
10038         Add mouse-face.  (Bug#11698)
10040 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10042         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10044 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10046         * minibuffer.el (minibuffer-confirm-exit-commands):
10047         Add completion-at-point (bug#11725).
10049 2012-06-29  Glenn Morris  <rgm@gnu.org>
10051         * progmodes/f90.el (f90-font-lock-keywords-2):
10052         Add some preprocessor elements.  (Bug#10499)
10054 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10057         Use syntax-propertize (bug#11739).
10059 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10061         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10063 2012-06-28  Julien Danjou  <julien@danjou.info>
10065         * term.el (term-handle-colors-array): Use a set of new faces to
10066         color the terminal.  Also uses :inverse-video property.
10067         (term-default-fg-color): Set to nil by default, deprecate in favor
10068         of `term-face'.
10069         (term-default-bg-color): Set to nil by default, deprecate in favor
10070         of `term-face'.
10071         (term-current-face): Use `term-face' by default.
10072         (term-bold-attribute): Variable deleted.
10074 2012-06-28  Glenn Morris  <rgm@gnu.org>
10076         * simple.el (completion-list-mode-finish):
10077         Don't use toggle-read-only.  (Since completion-list-mode has
10078         a special mode-class, it wasn't doing anything extra anyway.)
10080 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10082         Make inlining of other-mode interpreted functions work (bug#11799).
10083         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10084         (byte-compile): Use it to fix compilation of lexical-binding closures.
10085         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10086         function, if needed.
10088 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10090         * help-mode.el (help-make-xrefs): Don't just withstand
10091         cyclic-variable-indirection but any error in documentation-property.
10093         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10094         memory use.
10095         * bindings.el (bindings--define-key): New function.
10096         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10097         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10098         * bindings.el: Use it to purecopy define-key bindings.
10100         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10102         * emacs-lisp/cl.el (flet): Mark obsolete.
10103         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10104         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10105         * progmodes/js.el (js-c-fill-paragraph):
10106         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10107         (ebrowse-switch-member-buffer-to-derived-class):
10108         * play/5x5.el (5x5-solver): Use cl-flet.
10110         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10111         (cl--symbol-function): New macro.
10112         (cl--letf, cl--letf*): Use it.
10114         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10115         Strip "toggle-" if any.
10117 2012-06-27  Glenn Morris  <rgm@gnu.org>
10119         * info.el (Info-default-directory-list): Move here from paths.el.
10120         * paths.el: Remove file, which is now empty.
10121         * loadup.el: No longer load "paths".
10123         * custom.el (custom-initialize-delay): Doc fix.
10125         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10126         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10127         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10128         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10129         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10130         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10131         * eshell/eshell.el (eshell-defgroup): Remove alias.
10133 2012-06-27  Chong Yidong  <cyd@gnu.org>
10135         * help.el (help-enable-auto-load): New variable.
10137         * help-fns.el (help-fns--autoloaded-p): New function.
10138         (describe-function-1): Refer to a function as "autoloaded" if it
10139         was autoloaded at any time in the past.  Perform autoloading if
10140         help-enable-auto-load is non-nil.
10142 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10144         * makefile.w32-in (compile, compile-always): Depend on
10145         update-subdirs, not on subdirs.el.  Otherwise, several different
10146         sub-targets of 'bootstrap' running in parallel could
10147         simultaneously write to subdirs.el, producing a garbled file.
10149 2012-06-26  Sam Steingold  <sds@gnu.org>
10151         * files.el (file-name-base): New convenience function.
10152         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10153         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10154         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10155         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10156         * textmodes/ispell.el, textmodes/reftex-ref.el:
10157         * textmodes/tex-mode.el: Use it.
10158         Did not touch cedet and org because they are maintained elsewhere.
10160 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10162         * calendar/calendar.el (calendar-exit): Don't try to delete or
10163         iconify last frame.  See:
10164         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10166 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10168         * server.el (server-process-filter): Remember dir in the
10169         process's `server-client-directory' properties.
10171 2012-06-24  Chong Yidong  <cyd@gnu.org>
10173         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10174         non-tag text.
10176 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10178         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10180 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10182         * help-fns.el (describe-variable): Don't croak when doc is not found.
10183         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10184         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10185         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10186         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10187         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10188         ((lambda ..) ..).
10189         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10191 2012-06-23  Chong Yidong  <cyd@gnu.org>
10193         * info.el (Info-mouse-follow-link): Accept symbol values of
10194         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10195         (Info-fontify-node): Use Info-link-keymap for all navigation
10196         buttons, with link-args property to perform the desired action.
10197         (Info-link-keymap): Doc fix.
10198         (Info-next-link-keymap, Info-prev-link-keymap)
10199         (Info-up-link-keymap): Delete now-unused keymaps.
10201 2012-06-23  Chong Yidong  <cyd@gnu.org>
10203         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10205         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10206         system abbrevs.
10208         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10210 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10212         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10213         (bug#11719).
10215         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10216         the requote function doesn't work properly (bug#11714).
10218 2012-06-23  Glenn Morris  <rgm@gnu.org>
10220         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10222 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10224         Further GV/CL cleanups.
10225         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10226         gv-expander.
10227         (gv--defun-declaration): New function.
10228         (defun-declarations-alist): Use it.
10229         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10230         (gv-place): Autoload.
10231         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10232         original definition of dotimes and dolist.
10233         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10234         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10235         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10236         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10237         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10238         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10239         to the function's definition.
10240         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10241         * window.el:
10242         * files.el:
10243         * faces.el:
10244         * env.el: Don't use CL.
10246 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10248         Support higher-resolution time stamps (Bug#9000).
10250         * calendar/time-date.el (with-decoded-time-value): New arg
10251         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
10252         (encode-time-value): New optional arg PICO.  New type 3.
10253         (time-to-seconds) [!float-time]: Support the new picoseconds
10254         component if it's used.
10255         (seconds-to-time, time-subtract, time-add):
10256         Support ps-resolution time stamps as well.
10258         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
10259         (timerp): Timer vectors now have length 9, not 8.
10260         (timer--time): Support new-style (4-part) time stamps.
10261         (timer-next-integral-multiple-of-time): Time stamps now have
10262         picosecond resolution, so take a bit more care about rounding.
10263         (timer-relative-time, timer-inc-time): New optional arg psecs.
10264         (timer-set-time-with-usecs): Set psecs to 0.
10265         (timer--activate): Check psecs component, too.
10267         * proced.el (proced-time-lessp): Support ps-resolution stamps.
10269 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10271         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10272         Move the non-essential binding to the post/pre-command-hook where it is
10273         more obviously correct.
10275         * subr.el (read-passwd): Don't use a history at all.
10276         * savehist.el (savehist-save): Remove password saved accidentally
10277         because of the above bug.
10279 2012-06-22  Bastien Guerry  <bzg@gnu.org>
10281         * files.el (toggle-read-only): Display a message telling whether
10282         the buffer is read-only or not (bug#11726).
10284 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10286         * emacs-lisp/gv.el: New file.
10287         * subr.el (push, pop): Extend to generalized variables.
10288         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10289         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10290         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
10291         gv-define-simple-setter, and gv-define-expander.
10292         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
10293         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10294         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10295         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10296         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10297         gv-letplace.
10298         (cl-defstruct): Don't define setf-method any more.
10299         * emacs-lisp/cl.el (flet): Don't autoload.
10300         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10301         (define-setf-expander, defsetf, define-modify-macro)
10302         (cl-struct-setf-expander): Move from cl-lib.el.
10303         * emacs-lisp/syntax.el:
10304         * emacs-lisp/ewoc.el:
10305         * emacs-lisp/smie.el:
10306         * emacs-lisp/cconv.el:
10307         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10308         (timer--time): Use gv-define-simple-setter.
10309         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10310         to avoid coding-system problems in subr.el.  Adjust all users.
10311         (macroexp--maxsize, macroexp-small-p): New functions.
10312         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10313         * scroll-bar.el (scroll-bar-mode):
10314         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10315         (normal-erase-is-backspace-mode): Don't use the `eq' place.
10316         * winner.el (winner-configuration, winner-make-point-alist)
10317         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10318         * files.el (locate-file-completion-table): Avoid list*.
10320 2012-06-22  Chong Yidong  <cyd@gnu.org>
10322         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10323         (dired-create-files): Doc fix (Bug#11329).
10324         (dired-do-copy): Doc fix (Bug#11334).
10325         (dired-mark-read-string): Doc fix (Bug#11553).
10327         * dired.el (dired-recursive-copies, dired-recursive-deletes):
10328         Doc fix (Bug#11326).
10329         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
10330         (dired-dwim-target): Doc fix.
10332         * wdired.el (wdired-mode): Doc fix.
10334 2012-06-22  Glenn Morris  <rgm@gnu.org>
10336         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10337         (pcmpl-rpm-cache-stamp-file): New constant.
10338         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10339         (pcmpl-rpm-packages): Optionally cache list of packages.
10341         * pcmpl-rpm.el (pcmpl-rpm): New group.
10342         (pcmpl-rpm-query-options): New option.
10343         (pcmpl-rpm-packages): No need to inline it.
10344         Use pcmpl-rpm-query-options.
10346         * calendar/calendar.el (calendar-in-read-only-buffer):
10347         Avoid some needless mode changes.
10349 2012-06-21  Chong Yidong  <cyd@gnu.org>
10351         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10352         (desktop-path): Remove . from the default value (Bug#10977).
10353         (desktop-read): Use user-emacs-directory if desktop-path is nil.
10355 2012-06-20  Chong Yidong  <cyd@gnu.org>
10357         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10359 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
10361         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10362         (bug#11201).
10364 2012-06-20  Chong Yidong  <cyd@gnu.org>
10366         * term.el (term-window-width): Handle the case of a missing right
10367         fringe (Bug#8837).
10368         (term-check-size): Use window-text-height (Bug#5445).
10369         (term-mode): Use define-derived-mode.  Minor cleanups.
10370         Set font-lock-defaults (Bug#7692).
10371         (term-move-columns, term-insert-char, term-emulate-terminal)
10372         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10374 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
10376         * net/ange-ftp.el (ange-ftp-get-passwd):
10377         Bind `enable-recursive-minibuffers'.
10378         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10380 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
10382         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10384 2012-06-19  Glenn Morris  <rgm@gnu.org>
10386         * progmodes/python.el (python-mode): Derive from prog-mode.
10388 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
10390         * emulation/edt.el (edt-default-menu-bar-update-buffers)
10391         (edt-user-menu-bar-update-buffers): New functions.
10392         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10394 2012-06-19  Chong Yidong  <cyd@gnu.org>
10396         * subr.el (with-selected-window): Preserve the selected window's
10397         terminal's top-frame (Bug#4702).
10399         * window.el (save-selected-window): Likewise.
10401 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10403         * progmodes/python.el (python-rx-constituents): Move backquote.
10404         (python-skeleton-define, python-define-auxiliary-skeleton):
10405         Use `declare'.
10407 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
10409         * minibuffer.el (read-file-name-default): Revert the patch from
10410         2012-06-17.
10412 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10414         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10415         (pcase--u1, pcase--q1): Don't use apply-partially.
10417 2012-06-18  Glenn Morris  <rgm@gnu.org>
10419         * progmodes/python.el (python-proc, python-buffer)
10420         (python-send-receive, python-send-string): Fix obsolete versions.
10422 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
10424         * window.el (special-display-p): Completely remove stringp
10425         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10427 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
10429         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10431         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10433         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10434         * net/tramp-sh.el (tramp-maybe-open-connection):
10435         Throw if `non-essential' is non-nil.
10437 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
10439         * window.el (special-display-p): Signal an error if BUFFER-NAME
10440         is not a string (Bug#11713).
10442 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
10444         * progmodes/python.el (python-info-beginning-of-backslash):
10445         Rename from python-info-beginning-of-backlash, as a spelling fix.
10447 2012-06-17  Chong Yidong  <cyd@gnu.org>
10449         * term.el (term-emulate-terminal): If term-check-size is called,
10450         move point to the process mark without resetting point (Bug#4635).
10452 2012-06-17  Glenn Morris  <rgm@gnu.org>
10454         * international/mule-cmds.el (mule-menu-keymap)
10455         (set-language-environment, set-locale-environment): Doc tweaks.
10457 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
10459         * cus-face.el (custom-face-attributes): Add wave-style underline
10460         attribute.
10461         * faces.el (set-face-attribute): Update docstring to describe
10462         wave-style underline attribute.
10464 2012-06-16  Chong Yidong  <cyd@gnu.org>
10466         * term/xterm.el (terminal-init-xterm): Discard input before
10467         querying background mode (Bug#10959).
10469 2012-06-16  Stefan Merten  <smerten@oekonux.de>
10471         * textmodes/rst.el: Added and corrected some comments.
10472         (rst-re-alist-def): Improve symbol syntax.
10473         (rst-mode-syntax-table): Correct syntax entries.
10474         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10475         (rst-official-version, rst-official-cvs-rev): Update version
10476         information.
10478 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
10480         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10481         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10483 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
10485         * progmodes/python.el: New python.el merge.
10486         (python-guess-indent): Obsolete var.
10487         (python-indent-guess-indent-offset): New defcustom.
10488         (python-indent): Obsolete var.
10489         (python-indent-offset): New defcustom.
10490         (python-python-command, python-jython-command): Delete var.
10491         (python-shell-interpreter): New defcustom.
10492         (python-pdbtrack-do-tracking-p): Delete var.
10493         (python-pdbtrack-activate): New defcustom.
10494         (python-use-skeletons): Obsolete var.
10495         (python-skeleton-autoinsert): New defcustom.
10496         (inferior-python-filter-regexp, python-continuation-offset)
10497         (python-honour-comment-indentation, python-indent-string-contents)
10498         (python-jython-packages, python-mode-hook)
10499         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10500         (python-shell-prompt-alist)
10501         (python-source-modes): Delete defcustoms.
10502         (python-check-buffer-name, python-eldoc-setup-code)
10503         (python-eldoc-string-code, python-ffap-setup-code)
10504         (python-ffap-string-code, python-fill-comment-function)
10505         (python-fill-decorator-function, python-fill-paren-function)
10506         (python-fill-string-function, python-imenu-include-defun-type)
10507         (python-imenu-make-tree, python-imenu-subtree-root-label)
10508         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10509         (python-shell-compilation-regexp-alist)
10510         (python-shell-completion-module-string-code)
10511         (python-shell-completion-pdb-string-code)
10512         (python-shell-completion-setup-code)
10513         (python-shell-completion-string-code)
10514         (python-shell-enable-font-lock, python-shell-exec-path)
10515         (python-shell-extra-pythonpaths)
10516         (python-shell-internal-buffer-name, python-shell-interpreter-args)
10517         (python-shell-process-environment)
10518         (python-shell-prompt-block-regexp)
10519         (python-shell-prompt-output-regexp)
10520         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10521         (python-shell-send-setup-max-wait, python-shell-setup-codes)
10522         (python-shell-virtualenv-path): New defcustoms.
10523         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10524         (inferior-python-mode-syntax-table, python--prompt-regexp)
10525         (python-buffer, python-command python-python-command)
10526         (python-default-template, python-imports, python-indent-index)
10527         (python-indent-list, python-indent-list-length)
10528         (python-mode-running, python-pdbtrack-is-tracking-p)
10529         (python-preoutput-continuation, python-preoutput-leftover)
10530         (python-preoutput-result, python-preoutput-skip-next-prompt)
10531         (python-prev-dir/file, python-recursing)
10532         (python-saved-check-command, python-version-checked)
10533         (python-which-func-length-limit)
10534         (view-return-to-alist): Delete vars.
10535         (python-check-custom-command, python-dotty-syntax-table)
10536         (python-imenu-index-alist, python-indent-current-level)
10537         (python-indent-dedenters, python-indent-levels)
10538         (python-nav-beginning-of-defun-regexp)
10539         (python-nav-list-defun-positions-cache)
10540         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10541         (python-shell-internal-buffer)
10542         (python-skeleton-available): New vars.
10543         (def-python-skeleton): Delete macro.
10544         (python-skeleton-define): New macro.
10545         (python-define-auxiliary-skeleton, python-rx): New macros.
10546         (python-insert-class): Delete command.
10547         (python-skeleton-class): New command.
10548         (python-insert-def): Delete command.
10549         (python-skeleton-def): New command.
10550         (python-insert-for): Delete command.
10551         (python-skeleton-for): New command.
10552         (python-insert-if): Delete command.
10553         (python-skeleton-if): New command.
10554         (python-insert-try/except, python-insert-try/finally): Delete commands.
10555         (python-skeleton-try): New command.
10556         (python-insert-while): Delete command.
10557         (python-skeleton-while): New command.
10558         (python-backspace): Delete command.
10559         (python-indent-dedent-line-backspace): New command.
10560         (python-electric-colon): Delete command.
10561         (python-indent-electric-colon): New command.
10562         (python-guess-indent): Delete command.
10563         (python-indent-guess-indent-offset): New command.
10564         (python-shift-left): Delete command.
10565         (python-indent-shift-left): New command.
10566         (python-shift-right): Delete command.
10567         (python-indent-shift-right): New command.
10568         (python-find-function): Delete command.
10569         (python-nav-jump-to-defun): New command.
10570         (python-next-statement): Delete command.
10571         (python-nav-forward-sentence): New command.
10572         (python-previous-statement): Delete command.
10573         (python-nav-backward-sentence): New command.
10574         (python-fill-paragraph): Delete command.
10575         (python-fill-paragraph-function): New command.
10576         (python-send-buffer): Delete command.
10577         (python-shell-send-buffer): New command.
10578         (python-send-defun): Delete command.
10579         (python-shell-send-defun): New command.
10580         (python-send-region, python-send-region-and-go): Delete commands.
10581         (python-shell-send-region)
10582         (python-shell-switch-to-shell): New commands.
10583         (python-send-string): Delete command.
10584         (python-shell-send-string): New command.
10585         (python-switch-to-python): Delete command.
10586         (python-shell-switch-to-shell): New command.
10587         (python-describe-symbol): Delete command.
10588         (python-eldoc-at-point): New command.
10589         (python--set-prompt-regexp, python-args-to-list)
10590         (python-after-info-look, python-check-version)
10591         (python-check-comint-prompt, python-find-imports)
10592         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10593         (python-unload-function, python-expand-template)
10594         (python-maybe-jython, python-preoutput-filter)
10595         (python-pdbtrack-get-source-buffer)
10596         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10597         (python-pdbtrack-toggle-stack-tracking)
10598         (python-pdbtrack-track-stack-file, python-initial-text)
10599         (python-first-word, python-comment-line-p, python-send-command)
10600         (python-setup-brm, python-sentinel, python-set-proc)
10601         (python-skip-out, python-input-filter, python-outdent-p)
10602         (python-outline-level, python-backslash-continuation-line-p)
10603         (python-end-of-block, python-end-of-statement, python-mark-block)
10604         (python-beginning-of-block, python-beginning-of-statement)
10605         (python-blank-line-p, python-beginning-of-string)
10606         (python-open-block-statement-p): Delete functions.
10607         (python-indent-line, python-indent-line-1): Delete functions.
10608         (python-indent-line): New function.
10609         (python-indentation-levels): Delete function.
10610         (python-indent-calculate-levels): New function.
10611         (python-proc): Delete function.
10612         (python-shell-get-process): New function.
10613         (python-send-receive): Delete function.
10614         (python-shell-send-string-no-output): New function.
10615         (python-module-path): Delete function.
10616         (python-ffap-module-path): New function.
10617         (python-completion-at-point)
10618         (python-symbol-completions): Delete functions.
10619         (python-completion-complete-at-point): New function.
10620         (python-load-file): Delete function.
10621         (python-shell-send-file): New function.
10622         (python-calculate-indentation): Delete function.
10623         (python-indent-calculate-indentation): New function.
10624         (python-skip-comments/blanks): Delete function.
10625         (python-util-forward-comment): New function.
10626         (python-continuation-line-p): Delete function.
10627         (python-info-continuation-line-p): New function.
10628         (python-which-func, python-current-defun): Delete function.
10629         (python-info-current-defun): New function.
10630         (python-beginning-of-defun): Delete function.
10631         (python-nav-beginning-of-defun): New function.
10632         (python-close-block-statement-p)
10633         (python-block-end-p): Delete function.
10634         (python-info-closing-block): New function.
10635         (python-comint-output-filter-function)
10636         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10637         (python-fill-comment, python-fill-decorator, python-fill-paren)
10638         (python-fill-string, python-imenu-make-element-tree)
10639         (python-imenu-make-tree, python-imenu-tree-assoc)
10640         (python-indent-context, python-indent-dedent-line)
10641         (python-indent-line-function)
10642         (python-indent-post-self-insert-function)
10643         (python-indent-toggle-levels)
10644         (python-info-assignment-continuation-line-p)
10645         (python-info-beginning-of-backlash)
10646         (python-info-block-continuation-line-p)
10647         (python-info-closing-block-message)
10648         (python-info-line-ends-backslash-p)
10649         (python-info-looking-at-beginning-of-defun)
10650         (python-info-ppss-context, python-info-ppss-context-type)
10651         (python-nav-list-defun-positions, python-nav-read-defun)
10652         (python-nav-sentence-end, python-nav-sentence-start)
10653         (python-pdbtrack-comint-output-filter-function)
10654         (python-pdbtrack-set-tracked-buffer)
10655         (python-shell-calculate-exec-path)
10656         (python-shell-calculate-process-environment)
10657         (python-shell-completion--do-completion-at-point)
10658         (python-shell-completion--get-completions)
10659         (python-shell-completion-complete-at-point)
10660         (python-shell-completion-complete-or-indent)
10661         (python-shell-get-or-create-process)
10662         (python-shell-get-process-name)
10663         (python-shell-internal-get-or-create-process)
10664         (python-shell-internal-get-process-name)
10665         (python-shell-internal-send-string, python-shell-make-comint)
10666         (python-shell-parse-command, python-shell-send-setup-code)
10667         (python-skeleton-add-menu-items)
10668         (python-util-clone-local-variables, python-util-position)
10669         (run-python-internal, python-indentation-levels)
10670         (python-nav-beginning-of-defun)
10671         (python-completion-complete-at-point): New functions.
10672         (run-python): Change arguments.  New API requirements.
10674 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10676         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10677         (bug#11649).
10679         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10680         (macroexp--expand-all): Use it.
10682         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10683         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10684         Use `cl-function' instead.
10686 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
10688         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10689         Suggested by Stefan Monnier while discussing bug#11657.
10691 2012-06-14  Sam Steingold  <sds@gnu.org>
10693         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10695 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10697         * play/doctor.el (doctor-doc): Remove parameter and use
10698         doctor-sent instead of sent.
10699         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
10701 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10703         * files.el: Require cl-lib.
10704         (file-name-non-special): Replace case -> cl-case.
10706         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10708         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10709         mapping from #' to function*.
10711 2012-06-13  Chong Yidong  <cyd@gnu.org>
10713         * mouse.el (mouse-drag-track): Do not set the mark if the user
10714         releases the mouse without selecting anything (Bug#11588).
10716 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10718         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10719         as well (bug#11646).
10721         * loadup.el: Count byte-code functions as well.
10723         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10724         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10726         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10727         (bug#11649).  Add cl-defun and cl-defmacro.
10729 2012-06-13  Drew Adams  <drew.adams@oracle.com>
10731         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10732         Fix last change.
10734 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
10736         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10737         Otherwise, it blocks in batch mode.
10739 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
10741         * help-mode.el (bookmark-make-record-default): Declare.
10743 2012-06-13  Chong Yidong  <cyd@gnu.org>
10745         * emacs-lisp/package.el (list-packages): Compute a list of
10746         packages that are newly-available since the last list-packages
10747         invocation.
10748         (package-menu--new-package-list): New var.
10749         (package-menu--generate, package-menu--print-info)
10750         (package-menu--status-predicate, package-menu-mark-install):
10751         Handle new status label "new".
10753 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10755         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10756         conversion to backquotes.
10758 2012-06-12  Chong Yidong  <cyd@gnu.org>
10760         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10761         Rename from gud-inhibit-global-bindings.
10763         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10765         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10766         hook from nxml-glyph-set-hook.
10768         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10769         declaration.
10771         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10773         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10774         Convert to defcustom.
10776 2012-06-12  Drew Adams  <drew.adams@oracle.com>
10778         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10779         New functions.
10780         (help-mode): Use them.
10782 2012-06-11  Glenn Morris  <rgm@gnu.org>
10784         * progmodes/fortran.el (fortran-font-lock-keywords-3):
10785         Use preprocessor face for directives.
10786         (fortran-directive-re): Doc fix.
10788 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10790         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10791         conversion to backquotes (bug#11652).
10793         Fix compiler-expansion of CL's cXXr functions (bug#11673).
10794         * emacs-lisp/cl-lib.el (cl--defalias): New function.
10795         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10796         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10797         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10798         (cl-ninth, cl-tenth): Mark them as inlinable.
10799         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10800         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10801         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10802         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10803         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10804         (cl-list*, cl-adjoin): Don't put an autoload manually.
10805         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10806         (cl--compiler-macro-list*): Add autoload cookie.
10807         (cl--compiler-macro-cXXr): New function.
10809         * help-fns.el (help-fns--compiler-macro): New function extracted from
10810         describe-function-1; follow aliases and use `compiler-macro' property.
10811         (describe-function-1): Use it.
10813 2012-06-11  Chong Yidong  <cyd@gnu.org>
10815         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10816         is uninstalled, if imagemagick is installed.
10818 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10820         * emacs-lisp/cl-lib.el: Use lexical-binding.
10821         (cl-map-extents, cl-maclisp-member): Remove.
10822         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10823         (cl--set-substring, cl--block-wrapper, cl--block-throw)
10824         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10825         * emacs-lisp/cl-extra.el: Use lexical-binding.
10826         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10827         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10828         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10829         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10830         * emacs-lisp/cl-seq.el: Use lexical-binding.
10831         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10832         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10833         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10834         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10835         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10836         CL's internals.
10838 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
10840         Sync with Tramp 2.2.6-pre.
10842         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10843         `print-length' and `print-level' to nil, in order to avoid
10844         truncation.  Reported by Christopher Schmidt
10845         <christopher@ristopher.com>.
10847         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10849         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10850         New defmacro.
10851         (tramp-compat-copy-directory): Add optional argument
10852         COPY-CONTENTS.  It is not handled yet.
10854         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10855         (tramp-ftp-file-name-p): Simplify.
10857         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10858         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10859         connection vector.
10861         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10862         (tramp-methods): Do not use `tramp-password-end-of-line'.
10863         (tramp-completion-function-alist-putty): Handle UNIX case.
10864         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10865         (tramp-do-file-attributes-with-stat)
10866         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10867         gid as real numbers.  They could run out of integer range on cygwin.
10868         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10869         (tramp-sh-handle-expand-file-name): Handle hops.
10870         (tramp-open-connection-setup-interactive-shell):
10871         Use `tramp-cleanup'.  Move check for busyboxes ...
10872         (tramp-find-shell): ... here.  Simplify implementation.
10873         Set "remote-shell" property also for alternative shells.
10874         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10875         If failing, a regular file would be written otherwise.
10876         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10877         (tramp-find-inline-encoding): Cache the coding commands in the
10878         process cache.  Apply test command on the remote side, if defined.
10879         (tramp-find-inline-compress): Cache the compress commands in the
10880         process cache.
10881         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10882         when requested.  Handle hops.
10883         (tramp-current-connection): New defvar.
10884         (tramp-maybe-open-connection): Use `tramp-cleanup'.
10885         Throw `suppress', if there was a failed connection shortly before.
10886         Handle user interrupt.  (Bug#10187)
10887         (tramp-get-inline-compress, tramp-get-inline-coding):
10888         Read connection properties from the process cache.
10890         * net/tramp-smb.el (tramp-smb-server-version)
10891         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10892         New defconsts.
10893         (tramp-smb-prompt): Extend for powershell prompt.
10894         (tramp-smb-file-name-handler-alist): Add handlers for
10895         `process-file', `shell-command' and `start-file-process'.
10896         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10897         (tramp-smb-winexe-shell-command-switch): New defcustoms.
10898         (tramp-smb-file-name-p): Simplify.
10899         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10900         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10901         (tramp-smb-shell-quote-argument): New defuns.
10902         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10903         Implement using "tar".  By this, time-stamps are preserved.
10904         (tramp-smb-handle-copy-file): Handle also the case of directories.
10905         (tramp-smb-do-file-attributes-with-stat)
10906         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10907         Use `tramp-get-connection-buffer').
10908         (tramp-smb-handle-rename-file): Use "rename", when source and
10909         target are on the same share.
10910         (tramp-smb-maybe-open-connection): Handle wrong passwords.
10911         Use `tramp-smb-server-version'.
10912         (tramp-smb-wait-for-output): Remove prompt.
10914         * net/tramp.el (top): Require 'cl.
10915         (tramp-methods, tramp-rsh-end-of-line):
10916         Remove `tramp-password-end-of-line' from docstring.
10917         (tramp-save-ad-hoc-proxies): New defcustom.
10918         (tramp-completion-function-alist): Adapt docstring.
10919         (tramp-default-password-end-of-line): Remove defcustom.
10920         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
10921         (tramp-user-regexp, tramp-file-name-regexp-unified)
10922         (tramp-file-name-regexp-url): Extend regexp by hop separator.
10923         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10924         (tramp-remote-file-name-spec-regexp): New defconst.
10925         (tramp-file-name-structure): Extend structure for hops.
10926         (tramp-get-method-parameter): Move up.
10927         (tramp-file-name-p, tramp-dissect-file-name)
10928         (with-parsed-tramp-file-name): Handle hops.
10929         (tramp-file-name-hop): New defun.
10930         (tramp-make-tramp-file-name): New optional arg HOP.
10931         (tramp-message-show-progress-reporter-message): New defvar.
10932         (tramp-with-progress-reporter): Use it.  We cannot use
10933         `tramp-message-show-message' here, because this suppresses also
10934         error buffers.
10935         (tramp-error-with-buffer): Suppress buffer view, if
10936         `tramp-message-show-message' is nil.
10937         Use `tramp-get-connection-buffer'.
10938         (tramp-cleanup): New defun.
10939         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10940         (tramp-file-name-handler): If `debug-on-error' is set, propagate
10941         an error unchanged.
10942         (tramp-completion-handle-file-name-all-completions): Handle hops.
10943         Fix an error when called from ido.
10944         (tramp-completion-dissect-file-name): Use better local variable
10945         name.  Add hop to the vector.
10946         (tramp-handle-insert-file-contents): Use progress-reporter for the
10947         whole scenario.
10948         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10949         to `t'.
10950         (tramp-check-for-regexp): Simplify search.
10951         (tramp-enter-password): Remove it.  Move implementation ...
10952         (tramp-action-password): ... here.
10953         (tramp-mode-string-to-int, tramp-local-host-p)
10954         (tramp-make-tramp-temp-file, tramp-read-passwd)
10955         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10956         Set tramp-autoload cookie.
10958         * net/trampver.el: Update release number.
10960 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10961             Michael Albinus  <michael.albinus@gmx.de>
10963         * net/tramp.el (tramp-set-completion-function): Fix docstring.
10964         (tramp-parse-group, tramp-parse-file)
10965         (tramp-parse-shostkeys-sknownhosts): New defuns.
10966         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10967         (tramp-parse-shosts-group, tramp-parse-sconfig)
10968         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10969         (tramp-parse-sknownhosts, tramp-parse-hosts)
10970         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10971         Use them.
10972         (tramp-parse-passwd-group, tramp-parse-netrc-group)
10973         (tramp-parse-putty-group): Don't narrow.
10974         (tramp-parse-putty): Make a loop.
10975         (tramp-file-name-handler): Catch the `suppress' signal.
10977 2012-06-11  Chong Yidong  <cyd@gnu.org>
10979         * image.el (imagemagick-register-types): Put the ImageMagick entry
10980         at the end of image-type-file-name-regexps.
10982 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
10984         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10985         (pcase, pcase-let*, pcase-dolist): Use them.
10987 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10989         * emacs-lisp/pcase.el (pcase--let*): New function.
10990         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
10991         (pcase--expand): Use macroexp-let².
10993 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10995         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10996         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10997         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10998         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10999         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11000         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11002 2012-06-10  Glenn Morris  <rgm@gnu.org>
11004         * mail/rmail.el (rmail-yank-current-message): Leave point at
11005         correct position.  (Bug#11660)
11007 2012-06-10  Chong Yidong  <cyd@gnu.org>
11009         * allout-widgets.el: Fix code header.
11011 2012-06-10  Chong Yidong  <cyd@gnu.org>
11013         * cus-edit.el (customize-changed-options-previous-release):
11014         Bump to 24.1.
11016 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11018         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11020 2012-06-09  Chong Yidong  <cyd@gnu.org>
11022         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11024 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11026         * window.el (special-display-popup-frame): Don't use
11027         window--display-buffer (Bug#11651).
11029 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11031         Fix parallel builds: make sure loaddefs.el is not being written
11032         while Lisp files are compiled.
11033         (compile): Don't depend on 'mh-autoloads'.
11034         (compile-CMD, compile-SH): Depend on 'autoloads'.
11035         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11037         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11039 2012-06-09  Chong Yidong  <cyd@gnu.org>
11041         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11042         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11043         Doc fixes (Bug#11225).
11045 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11047         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11048         a function if there's a clear indication that it has a compiler-macro.
11049         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11050         (macro-declarations-alist): Add arglist to declaration functions.
11051         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11052         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11053         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11054         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11055         Also add autoload to find the compiler macro.
11056         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11057         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11058         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11059         (cl--compiler-macro-get): New functions, replacing calls to
11060         cl-define-compiler-macro.
11061         (cl-typep) [compiler-macro]: Use macroexp-let².
11063 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11065         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11066         string properly, fixes Bug#11473.
11068 2012-06-08  Chong Yidong  <cyd@gnu.org>
11070         * faces.el (set-face-attribute): Doc fix.
11071         (modify-face): Don't use :bold and :italic.
11072         (error, warning, success): Tweak definitions.
11074         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11075         (custom-modified, custom-set, custom-changed, custom-themed)
11076         (custom-saved, custom-button, custom-button-mouse)
11077         (custom-button-pressed, custom-state, custom-comment-tag)
11078         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11079         (custom-group-subtitle): Use new-style face specs.
11080         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11081         (custom-set-face, custom-changed-face, custom-saved-face)
11082         (custom-button-face, custom-button-pressed-face)
11083         (custom-documentation-face, custom-state-face)
11084         (custom-comment-face, custom-comment-tag-face)
11085         (custom-variable-tag-face, custom-variable-button-face)
11086         (custom-face-tag-face, custom-group-tag-face-1)
11087         (custom-group-tag-face): Remove obsolete face alias.
11089         * epa.el (epa-validity-high, epa-validity-medium)
11090         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11091         (epa-field-name, epa-field-body):
11092         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11093         (font-lock-keyword-face, font-lock-builtin-face)
11094         (font-lock-function-name-face, font-lock-variable-name-face)
11095         (font-lock-type-face, font-lock-constant-face):
11096         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11097         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11098         * speedbar.el (speedbar-button-face, speedbar-file-face)
11099         (speedbar-directory-face, speedbar-tag-face)
11100         (speedbar-selected-face, speedbar-highlight-face)
11101         (speedbar-separator-face):
11102         * whitespace.el (whitespace-newline, whitespace-space)
11103         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11104         (whitespace-line, whitespace-space-before-tab)
11105         (whitespace-space-after-tab, whitespace-indentation)
11106         (whitespace-empty):
11107         * emulation/cua-base.el (cua-global-mark):
11108         * eshell/em-prompt.el (eshell-prompt):
11109         * net/newst-plainview.el (newsticker-new-item-face)
11110         (newsticker-old-item-face, newsticker-immortal-item-face)
11111         (newsticker-obsolete-item-face, newsticker-date-face)
11112         (newsticker-statistics-face, newsticker-default-face):
11113         * net/newst-reader.el (newsticker-feed-face)
11114         (newsticker-extra-face, newsticker-enclosure-face):
11115         * net/newst-treeview.el (newsticker-treeview-face)
11116         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11117         (newsticker-treeview-immortal-face)
11118         (newsticker-treeview-obsolete-face)
11119         (newsticker-treeview-selection-face):
11120         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11121         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11122         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11123         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11124         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11125         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11126         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11127         (mpuz-text):
11128         * progmodes/vera-mode.el (vera-font-lock-number)
11129         (vera-font-lock-function, vera-font-lock-interface):
11130         * textmodes/table.el (table-cell): Use new-style face specs, and
11131         don't use the old :bold and :italic attributes.
11133         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11134         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11135         (ebrowse-member-class, ebrowse-progress): Likewise.
11136         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11137         (ebrowse-file-name-face, ebrowse-default-face)
11138         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11139         (ebrowse-progress-face): Remove obsolete faces.
11141         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11142         Inherit from error and warning faces respectively.
11144         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11145         Likewise.
11146         (flyspell-incorrect-face, flyspell-duplicate-face):
11147         Remove obsolete aliases.
11149 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11151         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11152         Avoid infloop.
11154 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11156         * startup.el (argv, argi): Make lexically scoped.
11157         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11158         * emacs-lisp/cl-macs.el: Use lexical-binding.
11159         Rename cl-bind-* to cl--bind-*.
11160         * files.el: Don't require `cl' since it doesn't use it.
11161         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11163 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11165         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11166         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11167         instead of calling external sort utility.
11168         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11170 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11172         * descr-text.el (describe-char): Mention how to insert the
11173         character, if the current input method doesn't support it.
11174         See the discussion in this thread for the details:
11175         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11177 2012-06-08  Sam Steingold  <sds@gnu.org>
11179         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11180         XF86Back to previous-buffer.
11181         (minibuffer-local-map): Bind them to next-history-element and
11182         previous-history-element respectively.
11183         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11184         help-go-back respectively.
11185         * info.el (Info-mode-map): Bind them to Info-history-forward and
11186         Info-history-back respectively.
11187         These are the keys next to Up on the ThinkPad keyboard.
11189 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11191         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11192         * emacs-lisp/cl-macs.el: Provide itself.
11193         (cl--labels-convert-cache): New var.
11194         (cl--labels-convert): New function.
11195         (cl-flet, cl-labels): New implementation with new semantics, relying on
11196         lexical-binding.
11197         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11198         (cl-closure-vars, cl--function-convert-cache)
11199         (cl--function-convert): Move from cl-macs.el.
11200         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11201         rename by removing the "cl-" prefix.
11202         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11204 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11206         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11207         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11208         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11209         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11210         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11211         (cl-hash-table-count): Add old compatibility aliases.
11213         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11214         Use macroexpand-all-environment instead.
11215         (cl--old-macroexpand): New var.
11216         (cl--sm-macroexpand): New function.
11217         (cl-symbol-macrolet): Use it during macro expansion.
11218         (cl--function-convert-cache): New var.
11219         (cl--function-convert): New function, extracted from
11220         cl-macroexpand-all.
11221         (cl-lexical-let): Use it.
11223         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11224         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11225         (cl-member): Remove old alias.
11227         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11228         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11229         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11230         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11231         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11232         (cl-macroexpand-cmacs): Remove var.
11233         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11234         Use macroexpand-all instead.
11236 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11238         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11239         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11240         (macroexp-copyable-p): New functions and macros.
11241         * emacs-lisp/edebug.el (edebug-unwrap):
11242         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11243         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11244         (pcase--let*): Remove.
11245         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11246         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
11247         macroexp-const-p instead.
11248         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11250         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11251         instead of "cl-" for internal definitions.  Use macroexp-const-p.
11252         (cl-old-bc-file-form): Remove var.
11253         (cl-const-exprs-p): Remove fun.
11254         (cl-labels, cl-macrolet): Use backquote.
11255         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
11256         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11257         (cl-define-setf-expander): Rename from cl-define-setf-method.
11258         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11260         * international/mule-cmds.el: Don't require CL.
11261         (view-hello-file): Don't use `letf'.
11263 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11265         * tmm.el (tmm-prompt): Use string-prefix-p.
11266         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11267         (tmm-add-prompt): Use minibuffer-completion-help.
11268         (tmm-delete-map): Remove.
11270         * subr.el (kbd): Make it its own function.
11272 2012-06-07  Stefan Merten  <smerten@oekonux.de>
11274         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11275         Silence compiler warnings.  Fix versions.
11276         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11277         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11278         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11279         (rst-package-emacs-version-alist): Correct Emacs version to
11280         represent major merge with upstream.
11281         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11283 2012-06-06  Glenn Morris  <rgm@gnu.org>
11285         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11286         Only print environment variables if set.
11288 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11290         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11291         (macroexp--cons): Rename from maybe-cons.
11292         (macroexp--accumulate): Rename from macroexp-accumulate.
11293         (macroexp--all-forms): Rename from macroexpand-all-forms.
11294         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11295         (macroexp--expand-all): Rename from macroexpand-all-1.
11297 2012-06-06  Sam Steingold  <sds@gnu.org>
11299         * calendar/calendar.el (calendar-in-read-only-buffer):
11300         Call `special-mode' to enable the standard read-only keybindings.
11302 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11304         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11305         with "loading" messages (bug#11635).
11307 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
11309         * files.el (enable-remote-dir-locals): New option.
11310         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
11312         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11313         Ensure, that the temp directory is local.
11315         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11316         `temporary-file-directory'.
11318         * progmodes/python.el (python-send-region): Ensure, that the
11319         temporary file is created also in the remote case.
11321 2012-06-06  Glenn Morris  <rgm@gnu.org>
11323         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11324         (vc-rcs-update-changelog): Use it.
11326         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11328         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11329         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11330         (vc-sccs-diff): Replace use of the external vcdiff script.
11332 2012-06-05  Glenn Morris  <rgm@gnu.org>
11334         * ledit.el: Move to obsolete/.
11336 2012-06-05  Sam Steingold  <sds@gnu.org>
11338         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11339         patch (Bug#11140).
11341 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11343         * emacs-lisp/cust-print.el: Move to obsolete.
11345         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11346         compiler-macro expansion.
11348         Add native compiler-macro support.
11349         * emacs-lisp/macroexp.el (macroexpand-all-1):
11350         Support compiler-macros directly.  Properly follow aliases and apply
11351         the compiler macros more thoroughly.
11352         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11353         macroexpand now properly follows aliases.
11354         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11355         (cl-compiler-macroexpand): Use new prop.
11356         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11358         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11360 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
11362         * window.el (get-lru-window, get-mru-window, get-largest-window):
11363         New argument NOT-SELECTED to avoid picking the selected window.
11364         (window--display-buffer-1, window--display-buffer-2): Replace by
11365         new function window--display-buffer
11366         (display-buffer-same-window, display-buffer-reuse-window)
11367         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11368         Use window--display-buffer.
11369         (display-buffer-use-some-window): Remove temporary dedication
11370         hack by calling get-lru-window and get-largest-window with
11371         NOT-SELECTED argument non-nil.  Call window--display-buffer.
11373 2012-06-05  Glenn Morris  <rgm@gnu.org>
11375         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11376         Replace external vcdiff script.
11378 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11380         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11382 2012-06-04  Chong Yidong  <cyd@gnu.org>
11384         * image.el (imagemagick-types-inhibit): Revert last change.
11385         Add INFO and M.
11386         (imagemagick-enabled-types): Remove CIN and EPS*.
11388 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11390         * emacs-lisp/cl-lib.el: Rename from cl.el.
11391         * emacs-lisp/cl.el: New compatibility file.
11392         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11393         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11394         to obey the "cl-" prefix.
11395         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11397 2012-06-03  Glenn Morris  <rgm@gnu.org>
11399         * emacs-lisp/authors.el (authors-aliases): Addition.
11401         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11402         Fix :version.
11404 2012-06-03  Stefan Merten  <smerten@oekonux.de>
11406         * textmodes/rst.el: Add comments.
11407         (rst-transition, rst-adornment): New faces.
11408         (rst-adornment-faces-alist): Make default safe to reevaluate.
11409         Fixes
11410         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11411         Improve customization tags.
11412         (rst-define-level-faces): Clarify meaning.
11414 2012-06-03  Chong Yidong  <cyd@gnu.org>
11416         * progmodes/compile.el (compilation-mode-line-fail)
11417         (compilation-mode-line-run, compilation-mode-line-exit):
11418         New faces.
11419         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11421 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
11423         * progmodes/which-func.el (which-func-update-ediff-windows):
11424         New function.  Use it in ediff-select-hook (Bug#11478).
11426 2012-06-03  Chong Yidong  <cyd@gnu.org>
11428         * bindings.el: Remove explicit help text from format-mode-line.
11429         It is now supplied by mode-line-default-help-echo.
11430         (mode-line-front-space, mode-line-end-spaces)
11431         (mode-line-misc-info): New variables.
11432         (mode-line-modes, mode-line-position): Move the default value to
11433         the variable definition.
11434         (mode-line-default-help-echo): New defcustom.
11435         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11436         (mode-line-modified-help-echo): New functions.
11437         (mode-line-mule-info, mode-line-modified): Use them.
11438         (mode-line-eol-desc, propertized-buffer-identification):
11439         Consistency fixes for help text.
11440         (mode-line-coding-system-map): Allow using mouse-3 to invoke
11441         set-buffer-file-coding-system (Bug#289).
11442         (mode-line-mule-info-help-echo): Update help text.
11444 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11446         * simple.el (execute-extended-command): Set real-this-command
11447         (bug#11506).
11449 2012-06-02  Chong Yidong  <cyd@gnu.org>
11451         Remove incorrect uses of "modeline" in comments, docstrings, and
11452         function/variable names (Bug#10329).
11454         * cus-edit.el (mode-line):
11455         * dframe.el (dframe-mouse-hscroll):
11456         * emacs-lisp/re-builder.el:
11457         * emacs-lisp/easy-mmode.el (define-minor-mode):
11458         * frame.el (set-frame-name):
11459         * help.el (lookup-minor-mode-from-indicator):
11460         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11461         * progmodes/cc-cmds.el (c-toggle-auto-newline)
11462         (c-toggle-hungry-state):
11463         * progmodes/antlr-mode.el (antlr-language-alist):
11464         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11465         * progmodes/vhdl-mode.el (vhdl-mode):
11466         * progmodes/which-func.el (which-func, which-func-cleanup-function):
11467         * term/ns-win.el (ns-face-at-pos):
11468         * term/sup-mouse.el (sup-mouse-report):
11469         * textmodes/flyspell.el (flyspell-mode-line-string):
11470         * textmodes/ispell.el (ispell-highlight-face):
11471         * textmodes/reftex-global.el:
11472         * vc/vc-arch.el (vc-arch-mode-line-string):
11473         * vc/vc-cvs.el (vc-cvs-mode-line-string):
11474         * vc/vc-git.el (vc-git-mode-line-string):
11475         * vc/vc-hooks.el (vc-display-status)
11476         (vc-default-mode-line-string):
11477         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11479         * ansi-color.el (ansi-color-faces-vector): Change default faces.
11481         * dired.el (dired-sort-set-mode-line): Rename from
11482         dired-sort-set-modeline.  All callers changed.
11484         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11485         eshell-status-in-modeline.
11487         * foldout.el (foldout-mode-line-string): Rename from
11488         foldout-modeline-string.  All callers changed.
11489         (foldout-update-mode-line): Rename from foldout-update-modeline.
11491         * subr.el (redraw-modeline): Make into obsolete alias.
11493         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11494         timeclock-modeline-display.  Make old name an alias.
11495         (timeclock-update-mode-line): Likewise.  All callers changed.
11496         (timeclock-mode-line-display): No need to check before using
11497         add-hook.
11498         (timeclock-relative, timeclock-day-over-hook)
11499         (timeclock-use-elapsed, timeclock-mode-string)
11500         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11502         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11503         crisp-mode-modeline-string.
11505         * play/solitaire.el (solitaire-build-mode-line): Rename from
11506         solitaire-build-modeline.  All callers changed.
11508         * play/zone.el (zone-hiding-mode-line): Rename from
11509         zone-hiding-modeline.  All callers changed.
11510         (zone): Remove unusued `modeline-hidden-level' property.
11512         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11513         xscheme-modeline-initialize.  All callers changed.
11515         * strokes.el (strokes-lighter): Rename from
11516         strokes-modeline-string.
11518         * textmodes/sgml-mode.el (html-face-tag-alist)
11519         (html-tag-face-alist): Use mode-line face instead of obsolete
11520         alias modeline.
11522 2012-06-02  Stefan Merten  <smerten@oekonux.de>
11524         * textmodes/rst.el: Always require `cl'.
11525         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11527 2012-06-02  Chong Yidong  <cyd@gnu.org>
11529         * image.el (imagemagick-enabled-types): Rename from
11530         imagemagick-types-enable.  Add many more types.
11531         (imagemagick-types-inhibit): Change default to nil.
11532         (imagemagick-filter-types): Caller changed.
11534 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11536         * emacs-lisp/cl-macs.el: Use backquotes.
11537         (cl-transform-function-property): Use eval-and-compile rather than
11538         abusing `require'.
11539         (defstruct): Use declare-function instead of with-no-warnings.
11541         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11542         (byte-compile-output-docform): Re-add the print-circle bindings.
11543         (byte-compile-fix-header): Use #$ just because it's shorter.
11544         (byte-compile-output-file-form): Remove defun/defmacro.
11546 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
11548         * simple.el (choose-completion): Remove now obsolete binding for
11549         owindow.
11551 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
11553         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11554         in order to avoid "Stack overflow in regexp matcher".
11556 2012-05-31  Glenn Morris  <rgm@gnu.org>
11558         * image.el: For clarity, call imagemagick-register-types at
11559         top-level, rather than relying on a custom :initialize.
11560         (imagemagick-types-enable): New option.  (Bug#11557)
11561         (imagemagick-filter-types): New function.  (Bug#7406)
11562         (imagemagick-register-types): Use imagemagick-filter-types.
11563         If disabling support, remove elements altogether rather
11564         than using an impossible regexp.
11565         (imagemagick-types-inhibit): Give it the default init function.
11567 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11569         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11570         Handle arbitrary file name lengths (Bug#11585).
11572 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
11574         * desktop.el (desktop-read): Clear previous and next buffers for
11575         all windows and bury *Messages* buffer (bug#11556).
11577 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11579         Add `declare' for `defun'.  Align `defmacro's with it.
11580         * emacs-lisp/easy-mmode.el (define-minor-mode)
11581         (define-globalized-minor-mode): Don't autoload the var definitions.
11582         * emacs-lisp/byte-run.el: Use lexical-binding.
11583         (defun-declarations-alist, macro-declarations-alist): New vars.
11584         (defmacro, defun): Use them.
11585         (make-obsolete, define-obsolete-function-alias)
11586         (make-obsolete-variable, define-obsolete-variable-alias):
11587         Use `declare'.
11588         (macro-declaration-function): Mark obsolete.
11589         * emacs-lisp/autoload.el: Use lexical-binding.
11590         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
11592 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11594         * textmodes/ispell.el (ispell-with-no-warnings):
11595         Define as a macro.
11596         (ispell-kill-ispell, ispell-change-dictionary):
11597         Use `called-interactively-p' for Emacs instead of obsolete
11598         `interactive-p'.
11600 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11602         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11603         (macro-declaration-function): Move var from C code.
11604         (macro-declaration-function): Define function with defalias.
11605         * emacs-lisp/macroexp.el (macroexpand-all-1):
11606         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11607         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11608         defun/defmacro any more.
11609         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11610         Provide fallback for unknown arglist.
11611         (byte-compile-arglist-warn): Change calling convention.
11612         (byte-compile-output-file-form): Move print-vars binding.
11613         (byte-compile-output-docform): Simplify accordingly.
11614         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11615         (byte-compile-defmacro-declaration): Remove.
11616         (byte-compile-file-form-defmumble): Generalize to defalias.
11617         (byte-compile-output-as-comment): Return byte-positions.
11618         Simplify callers accordingly.
11619         (byte-compile-lambda): Use `assert'.
11620         (byte-compile-defun, byte-compile-defmacro): Remove.
11621         (byte-compile-file-form-defalias):
11622         Use byte-compile-file-form-defmumble.
11623         (byte-compile-defalias-warn): Remove.
11625 2012-05-29  Stefan Merten  <smerten@oekonux.de>
11627         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11628         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
11630         (rst-mode-abbrev-table): Merge definition.
11631         (rst-mode): Make sure `font-lock-defaults' is buffer local.
11632         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11634 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
11636         * calendar/icalendar.el
11637         (icalendar-export-region): Export UID properly.
11639 2012-05-29  Leo Liu  <sdl.web@gmail.com>
11640         * calendar/icalendar.el (icalendar-import-format):
11641         Add `icalendar-import-format-uid' (Bug#11525).
11642         (icalendar-import-format-uid): New.
11643         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11644         Export UID.
11646 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11649         different alternative patterns.
11650         (pcase-codegen): Be more careful to preserve identity.
11651         (pcase--u1): Don't forget to mark vars as used.
11653         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11654         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11655         (byte-compile-from-buffer): ...rather than here.
11657         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11658         functions from byte-compile-function-environment.
11660 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
11662         * window.el (window-deletable-p): Avoid deleting the root window
11663         of a frame with an active minibuffer.
11665 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
11667         * simple.el (choose-completion): Use quit-window (Bug#11567).
11669 2012-05-29  Chong Yidong  <cyd@gnu.org>
11671         * whitespace.el (whitespace-cleanup): Fix usage of
11672         whitespace-empty-at-bob-regexp (Bug#11492).
11674 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11676         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11677         revert (Bug#11488).
11679 2012-05-29  Juri Linkov  <juri@jurta.org>
11681         * isearch.el (isearch-mode-map): Bind `M-s _' to
11682         `isearch-toggle-symbol'.  Bind `M-s c' to
11683         `isearch-toggle-case-fold'.
11684         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11685         (isearch-forward): Add `M-s _' to the docstring.
11686         (isearch-forward-symbol, isearch-toggle-case-fold)
11687         (isearch-symbol-regexp): New functions.  (Bug#11381)
11689 2012-05-29  Juri Linkov  <juri@jurta.org>
11691         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
11692         (isearch-occur, isearch-search-and-update): If `isearch-word' is
11693         a function, call it to get the regexp.
11694         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11695         property `isearch-message-prefix' instead of the string "word ".
11696         (isearch-search-fun-default): For the case of `isearch-word',
11697         return a lambda that calls re-search-forward/re-search-backward
11698         with a regexp returned by `word-search-regexp' or by the function
11699         in `isearch-word'.
11701 2012-05-29  Juri Linkov  <juri@jurta.org>
11703         * isearch.el (isearch-search-fun-default): New function.
11704         (isearch-search-fun): Move default part to the new function
11705         `isearch-search-fun-default'.
11706         (isearch-search-fun-function): Set the default value to
11707         `isearch-search-fun-default'.  (Bug#11381)
11709         * comint.el (comint-history-isearch-end):
11710         Use `isearch-search-fun-default'.
11711         (comint-history-isearch-search): Use `isearch-search-fun-default'
11712         and remove spacial case for `isearch-word'.
11713         (comint-history-isearch-wrap): Remove spacial case for
11714         `isearch-word'.
11716         * hexl.el (hexl-isearch-search-function):
11717         Use `isearch-search-fun-default'.
11719         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11720         Use `word-search-regexp' for `isearch-word'.
11722         * misearch.el (multi-isearch-search-fun):
11723         Use `isearch-search-fun-default'.
11725         * simple.el (minibuffer-history-isearch-search):
11726         Use `isearch-search-fun-default' and remove spacial case for
11727         `isearch-word'.
11728         (minibuffer-history-isearch-wrap): Remove spacial case for
11729         `isearch-word'.
11731         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11732         Remove spacial case for `isearch-word'.
11733         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11735 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11737         Decrease XEmacs incompatibilities.
11738         * textmodes/flyspell.el (flyspell-check-pre-word-p):
11739         Use `string-match'.
11740         (flyspell-delete-region-overlays): Use alternative definition for
11741         XEmacs.
11742         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11743         (flyspell-word): Use `process-kill-without-query' if XEmacs.
11744         (flyspell-mode-on): Use `interactive-p' if XEmacs.
11745         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11746         `define-obsolete-face-alias' under XEmacs, but old method.
11748         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11749         `with-no-warnings' definition or Emacs alias.
11750         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11751         (ispell-word): Do not use `region-p' if XEmacs.
11753 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11755         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11756         Check for `ispell-dictionary-base-alist' instead of full
11757         `ispell-dictionary-alist'.
11758         (ispell-init-process): Show spellchecker when starting new Ispell
11759         process.
11761 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11763         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11764         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11766 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
11768         * version.el (motif-version-string, gtk-version-string)
11769         (ns-version-string): Declare.
11771 2012-05-27  Juri Linkov  <juri@jurta.org>
11773         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11774         after the `eval-defun-1' specialcaseing
11775         like in `edebug-eval-defun' (bug#10181).
11777         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11778         like in `eval-defun-1'.
11780 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
11782         * mail/sendmail.el (mail-yank-region):
11783         Recognize rmail-yank-current-message in addition to insert-buffer.
11784         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11785         a *mail* buffer created through rmail-start-mail with sendmail as
11786         mail-user-agent.
11788 2012-05-27  Chong Yidong  <cyd@gnu.org>
11790         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11791         Default to 256 (Bug#11267).
11793         * help.el (describe-mode): Doc fix.
11795 2012-05-26  Glenn Morris  <rgm@gnu.org>
11797         * w32-fns.el (w32-init-info): Remove.
11798         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11800         * info.el (info-initialize): For self-contained NS builds, put the
11801         included info/ directory at the front.  (Bug#2791)
11803         * paths.el (Info-default-directory-list): Make it a defcustom,
11804         mainly so that we can use custom-initialize-delay.
11806 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11808         * subr.el (buffer-has-markers-at): Mark obsolete.
11810         * subr.el (lambda): Use declare.
11812         * emacs-lisp/lisp-mode.el (lambda):
11813         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11815 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11817         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
11819 2012-05-26  Glenn Morris  <rgm@gnu.org>
11821         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11823 2012-05-25  Glenn Morris  <rgm@gnu.org>
11825         * paths.el: Remove no-byte-compile.
11826         * loadup.el: No need to load paths.el uncompiled.
11828         * image.el (imagemagick-types-inhibit): Doc fix.
11830         * version.el: Remove no-byte-compile and associated formatting.
11831         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
11832         is ancient code from when there was an "inc-vers.el".
11834 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11836         * progmodes/gdb-mi.el: Minor style changes.
11837         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11838         Turn into minor modes.
11839         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11840         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11841         (gdb-shell): Remove unneeded let-binding.
11842         (gdb-get-many-fields): Eliminate O(n²) behavior.
11844 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
11846         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11847         platforms that don't link in fontset.c.
11849 2012-05-25  Juri Linkov  <juri@jurta.org>
11851         Use the same diff color scheme as in modern VCSes (bug#10181).
11853         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11854         to avoid confusion with `diff-added' that now uses green colors.
11855         (diff-removed): Use shades of red.
11856         (diff-added): Use shades of green.
11857         (diff-changed): Leave just the yellow color.
11858         (diff-use-changed-face): New variable.
11859         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11860         how to highlight context diff changes.
11861         (diff-refine-change): Use shades of yellow.
11862         (diff-refine-removed): New face that uses shades of red.
11863         (diff-refine-added): New face that uses shades of green.
11864         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11865         `diff-refine-removed' in the call to `smerge-refine-subst'
11866         depending on the value of `diff-use-changed-face'.
11868         * vc/smerge-mode.el (smerge-mine): Use shades of red.
11869         (smerge-other): Use shades of green.
11870         (smerge-base): Use shades of yellow.
11871         (smerge-refined-change): Empty face.
11872         (smerge-refined-removed): New face that uses shades of red.
11873         (smerge-refined-added): New face that uses shades of green.
11874         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
11875         args `props-r' and `props-a', and use them.  Doc fix.
11876         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11877         on its value use different faces `smerge-refined-change',
11878         `smerge-refined-removed', `smerge-refined-added' in the call to
11879         `smerge-refine-subst'.
11881         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11882         Add face condition `min-colors 88' with shades of red.
11883         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11884         `min-colors 88' with shades of green.
11885         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11886         `min-colors 88' with shades of yellow.
11888 2012-05-24  Glenn Morris  <rgm@gnu.org>
11890         * paths.el (prune-directory-list, remote-shell-program): Move to...
11891         * files.el (prune-directory-list, remote-shell-program): ...here.
11892         For the latter, delay initialization, prefer ssh, just search PATH.
11894         * paths.el (term-file-prefix): Move to faces.el (the only user).
11895         * faces.el (term-file-prefix): Move here, make it a defcustom.
11897         * paths.el (news-directory, news-path, news-inews-program):
11898         Move to gnus/nnspool.el.
11900         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11902         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11903         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11904         Make the latter a defcustom, with a delayed initialization.
11906         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11907         These were deleted from Gnus itself late 2010.
11909 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
11911         * progmodes/which-func.el (which-func-ff-hook):
11912         Check against user-error, not error.
11914         * emacs-lisp/edebug.el (top): Do not load or set up loading of
11915         cl-specs.el, which no longer exists.
11917 2012-05-22  Glenn Morris  <rgm@gnu.org>
11919         * info.el (info-emacs-bug): New command.
11920         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11921         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11923 2012-05-21  Glenn Morris  <rgm@gnu.org>
11925         * makefile.w32-in (update-subdirs-SH):
11926         * Makefile.in (update-subdirs): Update for moved update-subdirs.
11928 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11930         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11932         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11933         Simplify Maven regexp, and make sure the file can't start with a space
11934         (bug#11517).
11936 2012-05-21  Glenn Morris  <rgm@gnu.org>
11938         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11939         Scrap superfluous subshells.
11941 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11943         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11944         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11946 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
11948         * calc/calc.el (calc-ensure-consistent-units): New variable.
11950         * calc/calc-units.el (math-consistent-units-p)
11951         (math-check-unit-consistency): New functions.
11952         (calc-quick-units, calc-convert-units):
11953         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11954         is non-nil.
11955         (calc-extract-units): Fix typo.
11957 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11961         * textmodes/flyspell.el: Commenting style, plus code simplifications.
11962         (flyspell-default-deplacement-commands): Don't spell check after
11963         repeated window/frame switches (e.g. triggered by mouse-movement).
11964         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11965         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11966         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11967         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11968         Remove unused vars.
11969         (flyspell-get-casechars, flyspell-get-not-casechars):
11970         Simplify; Don't bother removing a ] just to add it back.
11971         * textmodes/ispell.el (ispell-program-name): Use executable-find.
11973 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11975         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11976         New functions.
11977         (math-function-table): Add support for more C functions.
11979 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11981         * textmodes/flyspell.el (flyspell-check-pre-word-p)
11982         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11983         Protect delay handling for otherchars against empty otherchars.
11985 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11987         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11988         their respective macro declarations.
11989         * skeleton.el (define-skeleton):
11990         * progmodes/compile.el (define-compilation-mode):
11991         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11992         (define-ibuffer-filter):
11993         * emacs-lisp/generic.el (define-generic-mode):
11994         * emacs-lisp/easy-mmode.el (define-minor-mode)
11995         (define-globalized-minor-mode):
11996         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11997         * emacs-lisp/byte-run.el (defsubst):
11998         * custom.el (deftheme): Add doc-string metadata.
12000 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12002         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12004 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12006         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12008         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12009         * emacs-lisp/cl-macs.el: Idem.
12010         * emacs-lisp/cl-specs.el: Remove.
12012 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12014         Minor renaming of internal CL functions and variables.
12015         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12016         (cl--position): Rename from cl-position.
12017         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12018         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12019         (cl--random-state): Rename from *random-state*.
12021 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12023         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12024         parens around the arg list (bug#11499).
12026 2012-05-17  Juri Linkov  <juri@jurta.org>
12028         * isearch.el (word-search-regexp, word-search-backward)
12029         (word-search-forward, word-search-backward-lax)
12030         (word-search-forward-lax): Move functions from search.c
12031         (bug#10145, bug#11381).
12033 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12035         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12036         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12037         Delay for otherchars as for normal word components.
12039 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12041         * minibuffer.el (completion--sifn-requote): Fix last change.
12042         (minibuffer-local-must-match-filename-map):
12043         Move define-obsolete-variable-alias before its var.
12045 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12047         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12049         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12050         behavior.
12051         (completion--string-equal-p): New function.
12052         (completion--twq-all): Use it to get better assertion failure data.
12054         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12055         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12056         (shell--requote-argument): New functions.
12057         (shell-completion-vars): Use them.
12058         (shell--parse-pcomplete-arguments): Rename from
12059         shell-parse-pcomplete-arguments.
12060         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12061         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12062         Obey comint-file-name-quote-list.
12064         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12065         (smie-indent-keyword): Use it.
12067 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12069         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12071 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12073         * net/rlogin.el (rlogin-mode-map): Fix last change.
12075 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12077         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12078         the following \r\n using a single `process-send-string', since the
12079         Lotus SMTP server refuses to accept any commands if they are sent
12080         with two `process-send-string's (Bug#11444).
12082 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12084         * shell.el (shell-parse-pcomplete-arguments):
12085         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12087 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12089         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12090         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12091         (image-transform-width, image-transform-fit-width): New functions.
12092         (image-transform-properties): Use them.
12093         (image-transform-check-size): New function.
12094         (image-toggle-display-image): Use it (for testing).
12095         (image-transform-set-rotation): Reduce angle mod 360.
12096         Delete obsolete comment.
12098 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12100         * image-mode.el: Fix scaling (bug#11399).
12101         (image-transform-resize): Doc fix.
12102         (image-transform-properties): Default scale is 1 and height should
12103         be an integer.
12105 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
12107         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12108         than hard-coding `car', to fix misbehavior when moving forward.
12110 2012-05-13  Chong Yidong  <cyd@gnu.org>
12112         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12113         (tabulated-list-entries, tabulated-list-padding)
12114         (tabulated-list-sort-key): Make permanent-local.
12116         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12117         (electric-buffer-list): Put electric buffer menu
12118         command descriptions in this docstring, instead of the docstring
12119         of electric-buffer-menu-mode.  Code cleanups.
12120         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12121         Electric-buffer-menu-mode.
12122         (electric-buffer-update-highlight): Minor code cleanup.
12124 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12126         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12127         (Bug#11447)
12129 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12131         Move define-obsolete-variable-alias before the var's definition.
12132         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12133         * tooltip.el (tooltip-hook):
12134         * textmodes/reftex-toc.el (reftex-toc-map):
12135         * textmodes/reftex-sel.el (reftex-select-label-map)
12136         (reftex-select-bib-map):
12137         * textmodes/reftex-index.el (reftex-index-map)
12138         (reftex-index-phrases-map):
12139         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12140         * progmodes/meta-mode.el (meta-mode-map):
12141         * novice.el (disabled-command-hook):
12142         * loadhist.el (unload-hook-features-list):
12143         * frame.el (blink-cursor):
12144         * files.el (find-file-not-found-hooks, write-file-hooks)
12145         (write-contents-hooks):
12146         * emulation/tpu-edt.el (GOLD-map):
12147         * emacs-lock.el (emacs-lock-from-exiting):
12148         * emacs-lisp/generic.el (generic-font-lock-defaults):
12149         * emacs-lisp/chart.el (chart-map):
12150         * dos-fns.el (register-name-alist):
12151         * dired-x.el (dired-omit-files-p):
12152         * desktop.el (desktop-enable):
12153         * cus-edit.el (custom-mode-hook):
12154         * buff-menu.el (buffer-menu-mode-hook):
12155         * bookmark.el (bookmark-read-annotation-text-func)
12156         (bookmark-exit-hooks):
12157         * allout.el (allout-mode-deactivate-hook)
12158         (allout-exposure-change-hook, allout-structure-added-hook)
12159         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12160         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12161         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12162         comes before the corresponding variable's definition.
12164 2012-05-12  Chong Yidong  <cyd@gnu.org>
12166         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12167         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12168         (Buffer-menu-mode-map): Bind it.
12169         (Buffer-menu--pretty-name): Add a mouse-face property.
12171 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12173         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12174         (prolog-upper-case-string, prolog-lower-case-string)
12175         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12176         (prolog-use-smie, prolog-smie-grammar): New vars.
12177         (prolog-smie-forward-token, prolog-smie-backward-token)
12178         (prolog-smie-rules): New funs.
12179         (prolog-comment-indent): Remove.
12180         (prolog-mode-variables): Use default comment indentation instead.
12181         Setup SMIE.
12182         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12183         (prolog-mode): Don't call them any more.
12184         (prolog-electric-colon, prolog-electric-dash)
12185         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12187         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12189         * minibuffer.el (completion--twq-all): Again, allow case differences.
12191         * term.el: Move keymap initialization code to be more idiomatic.
12192         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12193         (term-terminal-menu): Move initialization into declaration.
12194         (term-escape-char): Let the user set it in her .emacs.
12196         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12197         Provide SMIE-based indentation (not enabled by default yet).
12198         (sh-mode-map): Don't bind electric keys.
12199         Use electric-pair-mode instead of skeleton-pair.
12200         (sh-assignment-regexp): Fit within 80 columns.
12201         (sh-indent-supported): Specify actual shell name instead of boolean.
12202         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12203         (sh-maybe-here-document): Use it.  Make obsolete.
12204         (sh-electric-here-document-mode) New minor mode.
12205         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
12206         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12207         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12208         (sh-smie-rc-grammar, sh-use-smie): New vars.
12209         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12210         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12211         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12212         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12213         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12214         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12215         (sh-set-shell): Use smie-setup if requested.
12217         * term.el (term-set-escape-char): Properly set term-escape-char.
12218         See http://stackoverflow.com/questions/10524656.
12220 2012-05-10  Chong Yidong  <cyd@gnu.org>
12222         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12223         Use url-generic-parse-url, and handle host names and Windows
12224         filenames properly.
12225         (ffap-url-unwrap-remote): Use url-generic-parse-url.
12226         (ffap-url-unwrap-remote): Accept list values, specifying a list of
12227         URL schemes to work on.
12228         (ffap--toggle-read-only): New function.
12229         (ffap-read-only, ffap-read-only-other-window)
12230         (ffap-read-only-other-frame): Use it.
12231         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12232         necessary for ffap-url-unwrap-remote.
12234 2012-05-10  Dave Abrahams  <dave@boostpro.com>
12236         * cus-start.el (create-lockfiles): Add it.
12238 2012-05-09  Chong Yidong  <cyd@gnu.org>
12240         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12241         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12243 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12245         * shell.el (shell-completion-vars): Fix last change (bug#11348).
12247 2012-05-09  Chong Yidong  <cyd@gnu.org>
12249         * ansi-color.el (ansi-color-process-output): Check for validity of
12250         comint-last-output-start before using it.  This avoids a bad
12251         interaction with gdb-mi's input/output buffer.
12253 2012-05-09  Glenn Morris  <rgm@gnu.org>
12255         * files.el (dir-locals-read-from-file):
12256         Mention dir-locals in any error message.
12258 2012-05-09  Chong Yidong  <cyd@gnu.org>
12260         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12261         package (Bug#11410).
12263         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12264         variables into description.
12266 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12269         shell-delimiter-argument-list (bug#11348).
12270         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12272 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
12274         * textmodes/rst.el: Silence byte-compiler warnings.
12275         (rst-re-alist, rst-reset-section-caches): Move around.
12276         (rst-re): Use `characterp', not `char-valid-p'.
12277         (font-lock-beg, font-lock-end): Declare.
12279         * progmodes/idlw-shell.el (specs): Remove reference to deleted
12280         variable `idlwave-shell-activate-alt-keybindings' and simplify.
12282         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12284 2012-05-08  Glenn Morris  <rgm@gnu.org>
12286         * files.el (auto-mode-alist): Treat ".make" like ".mk".
12288 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12290         * vc/log-edit.el: Add GNU coding standards highlighting.
12291         (log-edit-font-lock-gnu-style)
12292         (log-edit-font-lock-gnu-keywords): New vars.
12293         (log-edit-font-lock-keywords): New fun.
12294         (log-edit-mode): Don't fold case in font-lock.
12295         (log-edit-font-lock-keywords): Do not assume case-folding.
12297         * imenu.el: Misc cleanup.  Make docstrings out of comments.
12298         Use lexical-binding.
12299         (imenu--index-alist, imenu--last-menubar-index-alist)
12300         (imenu-menubar-modified-tick): Use defvar-local.
12301         (imenu--split-menu): Remove unused var.
12302         (imenu--cleanup-seen): Declare as global.
12303         (imenu--cleanup): Use dolist.
12305         * subr.el (defvar-local): Add debug spec and doc-string position.
12307 2012-05-08  Glenn Morris  <rgm@gnu.org>
12309         * language/burmese.el, language/cham.el, language/czech.el:
12310         * language/english.el, language/georgian.el, language/greek.el:
12311         * language/japanese.el, language/khmer.el, language/korean.el:
12312         * language/lao.el, language/misc-lang.el, language/romanian.el:
12313         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12314         * language/thai.el, language/utf-8-lang.el:
12315         Remove no-byte-compile setting.
12317         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
12319 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12321         * progmodes/make-mode.el (makefile-browse):
12322         Remove unnecessary interactive.  (Bug#11324)
12324 2012-05-07  Glenn Morris  <rgm@gnu.org>
12326         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12328         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12330 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12332         * loadup.el: Preload newcomment.el.
12333         * newcomment.el: Move autoload-only code to toplevel.
12335         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12336         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12337         Handle new :right-align column property.
12338         (tabulated-list-print-col): Idem, plus use `display' text-property to
12339         try and preserve alignment for variable pitch fonts.
12341 2012-05-07  Chong Yidong  <cyd@gnu.org>
12343         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12344         (tabulated-list-use-header-line): New var.
12345         (tabulated-list-init-header): Use it.
12346         (tabulated-list-print-fake-header): New function.
12347         (tabulated-list-print): Use it.
12348         (tabulated-list-sort-button-map): Add non-header-line commands.
12349         (tabulated-list-init-header): Add column name property to basic
12350         labels as well.
12351         (tabulated-list-col-sort): Handle non-header-line button case.
12352         (tabulated-list--sort-by-column-name): Fix a corner case.
12354         * buff-menu.el (list-buffers--refresh):
12355         Handle Buffer-menu-use-header-line.
12357 2012-05-06  Chong Yidong  <cyd@gnu.org>
12359         * buff-menu.el: Convert to Tabulated List mode.
12360         (Buffer-menu-buffer+size-width): Make obsolete.
12361         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12362         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12363         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
12364         documentation into docstring of buffer-menu.
12365         (Buffer-menu-toggle-files-only): Add an informative message.
12366         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12367         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12368         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12369         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12370         (Buffer-menu-execute, Buffer-menu-select)
12371         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12372         (Buffer-menu-bury): Use Tabulated List machinery.
12373         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12374         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12375         Delete.
12376         (list-buffers--refresh): New function.
12377         (list-buffers-noselect): Use it.
12378         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12379         (Buffer-menu--pretty-file-name): New helper functions.
12381         * loadup.el: Preload tabulated-list.
12383         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12384         tabulated-list-sort-column.
12385         (tabulated-list-init-header): Add the initial aligning space even
12386         if tabulated-list-padding is zero.
12388 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
12390         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12391         whose cdr is not a cons cell correctly (bug#11038).
12393 2012-05-06  Chong Yidong  <cyd@gnu.org>
12395         * emacs-lisp/tabulated-list.el (tabulated-list-format):
12396         Accept additional plist in column descriptors.
12397         (tabulated-list-init-header): Obey it.
12398         (tabulated-list-get-entry): New function.
12399         (tabulated-list-put-tag): Use it.  Use string-width instead of
12400         length.
12401         (tabulated-list--column-number): New function.
12402         (tabulated-list-print): Use it.
12403         (tabulated-list-print-col): New function.
12404         Set `tabulated-list-column-name' property on each column's text.
12405         (tabulated-list-print-entry): Use it.
12406         (tabulated-list-delete-entry, tabulated-list-set-col):
12407         New functions.
12408         (tabulated-list-sort-column): New command (Bug#11337).
12410         * buff-menu.el (list-buffers): Move C-x C-b binding from
12411         buff-menu.el to bindings.el.
12413         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12414         :advertised-binding feature.
12416 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
12418         * progmodes/compile.el (compilation-internal-error-properties):
12419         Calculate start position correctly when end-col is set but
12420         end-line is not (Bug#11382).
12422 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
12424         * man.el (Man-unindent): Use text-property-default-nonsticky to
12425         prevent untabify from inheriting face properties (Bug#11408).
12427 2012-05-05  Stefan Merten  <smerten@oekonux.de>
12429         * textmodes/rst.el: Major merge with upstream development up to
12430         Docutils SVN r7399 / rst.el V1.2.1.
12432         Clarify maintainership and authors.
12434         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12435         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12436         (rst-official-version, rst-official-cvs-rev, rst-version)
12437         (rst-package-emacs-version-alist): New functions and variables
12438         for version information.
12440         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12441         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12442         (rst-mode-syntax-table, rst-mode): New and corrected functions
12443         and variables representing reStructuredText features.
12445         (rst-re): New function for reStructuredText regexes.  Use in
12446         many places.
12448         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12449         (rst-mode-map): Rebind keys.
12451         (rst-mode-lazy, rst-font-lock-keywords)
12452         (rst-font-lock-extend-region)
12453         (rst-font-lock-extend-region-internal)
12454         (rst-font-lock-extend-region-extend)
12455         (rst-font-lock-find-unindented-line-limit)
12456         (rst-font-lock-find-unindented-line-match)
12457         (rst-adornment-level, rst-font-lock-adornment-level)
12458         (rst-font-lock-adornment-match)
12459         (rst-font-lock-handle-adornment-pre-match-form)
12460         (rst-font-lock-handle-adornment-matcher): Major revision of
12461         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
12463         (rst-preferred-adornments, rst-adjust-hook)
12464         (rst-new-adornment-down, rst-preferred-bullets)
12465         (rst-preferred-bullets, rst-indent, rst-indent-width)
12466         (rst-indent-field, rst-indent-literal-normal)
12467         (rst-indent-literal-minimized, rst-indent-comment): Change,
12468         extend and improve customization.
12470         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12471         (rst-normalize-cursor-position, rst-get-decoration)
12472         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12473         (rst-rstrip, rst-toc-insert-find-delete-contents)
12474         (rst-shift-fill-region, rst-compute-bullet-tabs)
12475         (rst-debug-print-tabs, rst-debug-mark-found)
12476         (rst-shift-region-guts, rst-shift-region-right)
12477         (rst-shift-region-left, rst-use-char-classes)
12478         (rst-font-lock-keywords-function)
12479         (rst-font-lock-indentation-point)
12480         (rst-font-lock-find-unindented-line-begin)
12481         (rst-font-lock-find-unindented-line-end)
12482         (rst-font-lock-find-unindented-line)
12483         (rst-font-lock-adornment-point, rst-font-lock-level)
12484         (rst-adornment-level-alist): Remove functions and variables.
12486         (rst-compare-adornments, rst-get-adornment-match)
12487         (rst-suggest-new-adornment, rst-get-adornments-around)
12488         (rst-adornment-complete-p, rst-get-next-adornment)
12489         (rst-adjust-adornment, rst-display-adornments-hierarchy)
12490         (rst-straighten-adornments): Standardize function names to
12491         use "adornment" instead of "decoration".  Correct callers.
12492         Similar standardizing in many places.
12494         (rst-update-section, rst-adjust, rst-promote-region)
12495         (rst-enumerate-region, rst-bullet-list-region)
12496         (rst-repeat-last-character): Correct use of `interactive'.
12498         (rst-classify-adornment, rst-find-all-adornments)
12499         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12500         (rst-find-leftmost-column, rst-repeat-last-character):
12501         Refactor functions.
12503         (rst-find-title-line, rst-reset-section-caches)
12504         (rst-get-adornments-around, rst-adjust-adornment-work)
12505         (rst-arabic-to-roman, rst-roman-to-arabic)
12506         (rst-insert-list-pos, rst-insert-list-new-item)
12507         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12508         New functions.
12510         (rst-all-sections, rst-section-hierarchy)
12511         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12512         New variables.
12514         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12515         configuration instead of only buffer.  Change where necessary.
12517         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12518         (rst-shift-region, rst-adaptive-fill): New functions for
12519         indentation and filling.
12521         (rst-comment-line-break, rst-comment-indent)
12522         (rst-comment-insert-comment, rst-comment-region)
12523         (rst-uncomment-region): New functions for handling comments.
12525         (rst-compile): Quote shell arguments.
12527         (rst-compile-pdf-preview, rst-compile-slides-preview):
12528         Delete temporary files after use.
12530 2012-05-05  Glenn Morris  <rgm@gnu.org>
12532         * calendar/cal-html.el: Optionally include holidays in the output.
12533         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12534         (cal-html-holidays): New option.
12535         (cal-html-css-default): Add holiday entry.
12536         (holiday-in-range): Autoload it.
12537         (cal-html-htmlify-entry): Add optional class argument.
12538         (cal-html-htmlify-list): Add optional holidays argument.
12539         (cal-html-insert-agenda-days): Include holidays in the output.
12540         (cal-html-one-month): Maybe include holidays.
12542         * calendar/holidays.el (holiday-in-range):
12543         Move here from cal-tex-list-holidays.
12544         * calendar/cal-tex.el (cal-tex-list-holidays):
12545         Make it an obsolete alias for holiday-in-range.  Update all callers.
12547 2012-05-05  Chong Yidong  <cyd@gnu.org>
12549         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12550         Nextstep.
12552 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
12554         * files.el (file-auto-mode-skip): New var.
12555         (set-auto-mode-1): Use it.
12557 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12559         * repeat.el: Use lexical-binding.
12560         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12561         (repeat-undo-count): Remove.
12562         (repeat):
12563         * progmodes/octave-mod.el (octave-abbrev-start):
12564         * progmodes/f90.el (f90-abbrev-start):
12565         * face-remap.el (text-scale-adjust):
12566         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12568         * emacs-lisp/pcase.el (pcase--let*): New function.
12569         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12570         a bit more.
12571         (pcase--split-pred): Be more clever about ruling out overlap between
12572         a predicate and some constant pattern.
12573         (pcase--q1): Use `null' instead of (eq foo nil).
12575         * subr.el (setq-local, defvar-local): New macros.
12576         (kbd): Redefine as an alias.
12577         (with-selected-window): Leave unrelated frames alone.
12578         (set-temporary-overlay-map): New function.
12580 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12582         * subr.el (user-error): New function.
12583         * window.el (switch-to-buffer):
12584         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12585         (smerge-match-conflict):
12586         * simple.el (previous-matching-history-element)
12587         (next-matching-history-element, goto-history-element, undo-more)
12588         (undo-start):
12589         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12590         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12591         (next-file, tags-loop-scan, list-tags, complete-tag):
12592         * progmodes/compile.el (compilation-loop):
12593         * mouse.el (mouse-minibuffer-check):
12594         * man.el (Man-bgproc-sentinel, Man-goto-page):
12595         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12596         (Info-history-forward, Info-follow-reference, Info-menu)
12597         (Info-extract-menu-item, Info-extract-menu-counting)
12598         (Info-forward-node, Info-backward-node, Info-next-menu-item)
12599         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12600         (Info-next-reference, Info-prev-reference, Info-index)
12601         (Info-index-next, Info-follow-nearest-node)
12602         (Info-copy-current-node-name):
12603         * imenu.el (imenu--make-index-alist)
12604         (imenu-default-create-index-function, imenu-add-to-menubar):
12605         * files.el (basic-save-buffer, recover-file):
12606         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12607         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12608         (checkdoc-message-text, checkdoc-defun):
12609         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12610         * cus-edit.el (customize-changed-options, customize-rogue)
12611         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12612         (custom-variable-mark-to-reset-standard)
12613         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12614         (custom-file):
12615         * completion.el (check-completion-length):
12616         * comint.el (comint-search-arg)
12617         (comint-previous-matching-input-string-position)
12618         (comint-previous-matching-input)
12619         (comint-replace-by-expanded-history-before-point, comint-send-input)
12620         (comint-copy-old-input, comint-backward-matching-input)
12621         (comint-goto-process-mark, comint-set-process-mark):
12622         * calendar/calendar.el (calendar-cursor-to-date): Use it.
12623         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12625 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12627         * dabbrev.el (dabbrev--ignore-case-p): New function.
12628         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12629         Use it.
12631         * files.el (automount-dir-prefix): Mark as obsolete.
12633 2012-05-04  Glenn Morris  <rgm@gnu.org>
12635         * patcomp.el, play/bruce.el: Move to obsolete/.
12637 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
12639         Fix minor Y10k bugs.
12640         * arc-mode.el (archive-unixdate):
12641         * autoinsert.el (auto-insert-alist):
12642         * calc/calc-forms.el (math-this-year):
12643         * emacs-lisp/copyright.el (copyright-current-year)
12644         (copyright-update-year, copyright):
12645         * tar-mode.el (tar-clip-time-string):
12646         * time.el (display-time-update):
12647         Don't assume years have 4 digits.
12649 2012-05-04  Chong Yidong  <cyd@gnu.org>
12651         * dos-w32.el (file-name-buffer-file-type-alist)
12652         (direct-print-region-use-command-dot-com):
12653         * ffap.el (ffap-menu-regexp):
12654         * find-file.el (ff-special-constructs):
12655         * follow.el (follow-debug):
12656         * forms.el (forms--debug):
12657         * iswitchb.el (iswitchb-all-frames):
12658         * ido.el (ido-all-frames):
12659         * emacs-lisp/timer.el (timer-max-repeats):
12660         * mail/feedmail.el (feedmail-mail-send-hook)
12661         (feedmail-mail-send-hook-queued):
12662         * mail/footnote.el (footnote-signature-separator):
12663         * mail/mailabbrev.el (mail-alias-separator-string)
12664         (mail-abbrev-mode-regexp):
12665         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12666         * progmodes/idlwave.el (idlwave-libinfo-file)
12667         (idlwave-default-completion-case-is-down)
12668         (idlwave-library-routines): Convert defvars to defcustoms.
12670         * mail/rmail.el (rmail-decode-mime-charset):
12671         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12672         (idlwave-shell-fix-inserted-breaks)
12673         (idlwave-shell-activate-alt-keybindings)
12674         (idlwave-shell-use-breakpoint-glyph):
12675         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12677 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12679         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12681 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
12683         * progmodes/verilog-mode.el (font-lock-keywords):
12684         Fix mis-highligting auto.  Reported by Craig Barner.
12685         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12686         defines from global name space.  Reported by Dan Dever.
12687         (verilog-auto-reset, verilog-auto-reset-widths)
12688         (verilog-auto-tieoff): Support using unbased numbers for
12689         AUTORESET and AUTOTIEOFF.
12690         (verilog-submit-bug-report): Update variable list.
12691         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12692         parenthesis from not matching.  Reported by Michael Rytting.
12693         (verilog-auto-template-lint): Fix hash error when linting modules
12694         with no used templates.
12695         (verilog-warn, verilog-warn-error)
12696         (verilog-warn-fatal): When non-interactive report multiple
12697         warnings before exiting.  Suggested by Brad Dobbie.
12698         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12699         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12700         to report unused template errors.  Reported by Brad Dobbie.
12701         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12702         nets, bug438.  Reported by Vns Blore.
12703         (verilog-auto-inout-module, verilog-auto-reg)
12704         (verilog-read-decls, verilog-read-sub-decls-sig)
12705         (verilog-signals-edit-wire-reg, verilog-signals-with):
12706         Fix passing of Verilog data types in ANSI input/output ports
12707         such as "output logic" into the AUTOs.  Special case "wire" and
12708         "reg" for backwards compatibility presuming Verilog 2001.
12709         (verilog-auto-ascii-enum): Add "auto enum" as alias.
12710         (verilog-preprocess): Fix replication of preprocess output.
12711         Reported by Brad Dobbie.
12712         (verilog-auto-inst-interfaced-ports):
12713         Create verilog-auto-inst-interfaced-ports, bug429.
12714         Reported by Julian Gorfajn.
12715         (verilog-after-save-font-hook)
12716         (verilog-before-save-font-hook): New variable.
12717         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12718         (verilog-save-font-mods): Wrap disabling fontification, reported
12719         by David Rogoff.
12720         (verilog-do-indent, verilog-pretty-declarations-auto)
12721         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12722         Reported by Pierre-David Pfister.
12723         (verilog-set-auto-endcomments): Fix endtask auto comments outside
12724         of class declarations, bug292.  Reported by Kevin Heilman.
12725         (verilog-read-decls): Fix 'parameter type' not appearing in
12726         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
12727         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12728         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
12729         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12730         Reported by David Kravitz.
12732 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
12734         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12735         assignment with tests in ifs and for loops.
12736         (verilog-extended-complete-re, verilog-complete-reg): Change so
12737         that DPI inport functions don't look like fuction declarations.
12738         (verilog-pretty-expr): Don't line up assignment
12739         operations to the test and increment in if and for loops
12740         (verilog-extended-complete-re, verilog-complete-reg): Change so
12741         that DPI inport functions don't look like fuction declarations.
12743 2012-05-03  Kenichi Handa  <handa@m17n.org>
12745         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12746         decoding, and show a warning message without signaling an error
12747         (Bug#11282).
12749 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12751         * emacs-lisp/bytecomp.el
12752         (byte-compile-file-form-custom-declare-variable): Compile all elements,
12753         since cconv.el might have introduced :fun-body, internal-make-closure,
12754         and friends for bytecomp to handle (bug#11391).
12755         * custom.el (defcustom): Avoid ((λ ..) ..).
12757 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12759         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12761 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
12763         * notifications.el (dbus-debug):
12764         * term/linux.el (gpm-mouse-enable):
12765         * term/screen.el (xterm-register-default-colors): Declare.
12767 2012-05-02  Chong Yidong  <cyd@gnu.org>
12769         * cus-start.el (gc-cons-percentage, exec-suffixes)
12770         (dos-display-scancodes, dos-hyper-key, dos-super-key)
12771         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12772         (make-cursor-line-fully-visible, void-text-area-pointer)
12773         (font-list-limit): Add customization data.
12775         * allout.el (allout-exposure-change-functions)
12776         (allout-structure-added-functions)
12777         (allout-structure-deleted-functions)
12778         (allout-structure-shifted-functions): Rename abnormal hooks from
12779         *-hook, and convert to defcustoms.
12780         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12781         Convert to defcustoms.
12782         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12784         * allout-widgets.el: Hook callers changed.
12786 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
12788         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12789         the yanked message in preference to the default value of
12790         buffer-file-coding-system.
12792 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
12794         * window.el (display-buffer--action-function-custom-type):
12795         Fix entry.
12797 2012-05-02  Alan Mackenzie  <acm@muc.de>
12799         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12801 2012-05-01  Glenn Morris  <rgm@gnu.org>
12803         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12805         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
12807         * cus-edit.el (custom-variable-documentation): Simplify with format.
12809 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12810             Stefan Monnier  <monnier@iro.umontreal.ca>
12812         * simple.el (suggest-key-bindings, execute-extended-command):
12813         Move from keyboard.c.
12815 2012-05-01  Chong Yidong  <cyd@gnu.org>
12817         * follow.el: Eliminate advice.
12818         (set-process-filter, process-filter, sit-for): Advice deleted.
12819         (follow-mode-off-hook): Obsolete hook removed.
12820         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12821         Vars deleted.
12822         (follow-auto): Use a :set function.
12823         (follow-mode): Rewritten.  Don't advise process filters.
12824         (follow-switch-to-current-buffer-all, follow-scroll-up)
12825         (follow-scroll-down): Assume follow-mode is bound.
12826         (follow-comint-scroll-to-bottom)
12827         (follow-align-compilation-windows): New functions.
12828         (follow--window-sorter): New function.
12829         (follow-all-followers): Use it to explicitly sort windows by their
12830         positions; don't make assumptions about next-window order.
12831         (follow-windows-start-end, follow-delete-other-windows-and-split)
12832         (follow-calc-win-start): Doc fix.
12833         (follow-windows-aligned-p, follow-select-if-visible): Don't call
12834         vertical-motion unnecessarily.
12835         (follow-adjust-window): New function.
12836         (follow-post-command-hook): Use it.
12837         (follow-call-set-process-filter, follow-call-process-filter)
12838         (follow-intercept-process-output, follow-tidy-process-filter-alist)
12839         (follow-stop-intercept-process-output, follow-generic-filter):
12840         Functions deleted.
12841         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12842         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12843         New functions, replacing advice on scroll-bar-* commands.
12844         (follow-mwheel-scroll): New function (Bug#4112).
12846         * comint.el (comint-adjust-point): New function.
12847         (comint-postoutput-scroll-to-bottom): Use it.
12848         Call follow-comint-scroll-to-bottom for Follow mode buffers.
12850 2012-05-01  Glenn Morris  <rgm@gnu.org>
12852         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12853         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12854         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12855         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12856         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12857         Remove no-byte-compile setting.
12859 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12861         * minibuffer.el (completion-table-with-quoting): Fix compatibility
12862         all-completions code to not return a number in the last cdr.
12864 2012-04-30  Leo Liu  <sdl.web@gmail.com>
12866         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12867         read-only error.
12869 2012-04-29  Chong Yidong  <cyd@gnu.org>
12871         * follow.el (follow-calc-win-end): Rewrite to handle partial
12872         screen lines correctly (Bug#8390).
12873         (follow-avoid-tail-recenter): Minor cleanup.
12875 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12877         Avoid the obsolete `assoc' package.
12878         * speedbar.el (speedbar-refresh): Avoid adelete.
12879         (speedbar-file-lists): Simplify and avoid aput.
12880         * man.el (Man--sections, Man--refpages): New vars, replacing
12881         Man-sections-alist and Man-refpages-alist.
12882         (Man-build-section-alist, Man-build-references-alist):
12883         Use them; avoid aput.
12884         (Man--last-section, Man--last-refpage): New vars.
12885         (Man-follow-manual-reference): Use them.
12886         Use the `default' arg of completing-read.
12887         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
12889 2012-04-27  Chong Yidong  <cyd@gnu.org>
12891         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12893         * startup.el (x-apply-session-resources): New function.
12895         * term/ns-win.el (ns-initialize-window-system):
12896         * term/w32-win.el (w32-initialize-window-system):
12897         * term/x-win.el (x-initialize-window-system): Use it to properly
12898         set menu-bar-mode and other vars from X resources, even if the
12899         initial frame is not a window-system frame (Bug#2299).
12901         * subr.el (read-key): Avoid running filter function when setting
12902         up temporary tool bar entries (Bug#9922).
12904 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12906         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12907         (Bug#11344)
12909 2012-04-27  Chong Yidong  <cyd@gnu.org>
12911         * select.el (xselect--encode-string): New function, split from
12912         xselect-convert-to-string.
12913         (xselect-convert-to-string): Use it.
12914         (xselect-convert-to-filename, xselect-convert-to-os)
12915         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12916         returned strings are properly encoded (Bug#11315).
12918 2012-04-27  Chong Yidong  <cyd@gnu.org>
12920         * simple.el (delete-active-region): Move to killing custom group.
12922 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12924         * progmodes/which-func.el (which-func-current): Quote %
12925         characters for mode-line processing.
12927 2012-04-27  Chong Yidong  <cyd@gnu.org>
12929         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12930         reaching eob (Bug#11286).
12932 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
12934         * progmodes/gdb-mi.el (gdb-control-level): New variable.
12935         (gdb): Make it buffer-local and init to zero.
12936         (gdb-control-commands-regexp): New variable.
12937         (gdb-send): Don't wrap in "-interpreter-exec console" if
12938         gdb-control-level is positive.  Increment gdb-control-level
12939         whenever the command matches gdb-control-commands-regexp, and
12940         decrement it each time the command is "end".  (Bug#11279)
12942 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
12944         * window.el (adjust-window-trailing-edge, enlarge-window)
12945         (shrink-window, window-resize):
12946         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12947         windows (Bug#11276).
12949 2012-04-27  Chong Yidong  <cyd@gnu.org>
12951         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12952         fix "missing prefix" warning.  All callers changed.
12954 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12956         * emacs-lisp/assoc.el: Move to obsolete/.
12958 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12960         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12962         * term/ns-win.el (ns-define-service):
12963         * progmodes/pascal.el (pascal-goto-defun):
12964         * progmodes/js.el (js--read-tab):
12965         * progmodes/etags.el (tags-lazy-completion-table):
12966         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12967         * emacs-lisp/ewoc.el (ewoc--wrap):
12968         * emacs-lisp/assoc.el (aput, adelete, amake):
12969         * doc-view.el (doc-view-convert-current-doc):
12970         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12972 2012-04-26  Chong Yidong  <cyd@gnu.org>
12974         * image.el (image-type-from-buffer): Only return supported image
12975         type (Bug#9045).
12977         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12978         value, for symmetry with diff-end-of-hunk.
12979         (diff-split-hunk, diff-find-source-location)
12980         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12981         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12982         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12983         compute the relevant hunk or file properly (Bug#6005).
12984         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12986 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12988         * vc/vc-mtn.el:
12989         * vc/vc-hg.el:
12990         * vc/vc-git.el:
12991         * vc/vc-dir.el:
12992         * vc/vc-cvs.el:
12993         * vc/vc-bzr.el:
12994         * vc/vc-arch.el:
12995         * vc/vc.el: Replace lexical-let by lexical-binding.
12996         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12997         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12998         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13000 2012-04-26  Chong Yidong  <cyd@gnu.org>
13002         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13003         (diff-mode-shared-map): Bind it to / and [remap undo].
13005         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13006         (ediff-window-setup-function): Use it as the default, to set up
13007         windows based on whether the current frame is graphical (Bug#2138).
13008         (ediff-choose-window-setup-function-automatically): Make obsolete.
13010         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13012 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13014         * ffap.el: Remove old code for obsolete package.
13015         (ffap-complete-as-file-p): Remove.
13017         Use completion-table-with-quoting for comint and pcomplete.
13018         * comint.el (comint--unquote&requote-argument)
13019         (comint--unquote-argument, comint--requote-argument): New functions.
13020         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13021         (comint-quote-filename): Use regexp-opt-charset.
13022         (comint--common-suffix, comint--common-quoted-suffix)
13023         (comint--table-subvert): Remove.
13024         (comint-unquote-function, comint-requote-function): New vars.
13025         (comint--complete-file-name-data): Use them with
13026         completion-table-with-quoting.
13027         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13028         * pcomplete.el (pcomplete-arg-quote-list)
13029         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13030         (pcomplete-unquote-argument-function): Default to non-nil.
13031         (pcomplete-unquote-argument): Simplify.
13032         (pcomplete--common-quoted-suffix): Remove.
13033         (pcomplete-requote-argument-function): New var.
13034         (pcomplete--common-suffix): New function.
13035         (pcomplete-completions-at-point): Use completion-table-with-quoting
13036         and completion-table-subvert.
13038         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13039         (minibuffer--double-dollars): Preserve properties.
13040         (completion--sifn-requote): New function.
13041         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13043         * minibuffer.el: Add support for completion of quoted/escaped data.
13044         (completion-table-with-quoting, completion-table-subvert): New funs.
13045         (completion--twq-try, completion--twq-all): New functions.
13046         (completion--nth-completion): New function.
13047         (completion-try-completion, completion-all-completions): Use it.
13049 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13051         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13052         Use compilation-message if available to find real filename.
13054 2012-04-25  Chong Yidong  <cyd@gnu.org>
13056         * vc/diff-mode.el (diff-setup-whitespace): New function.
13057         (diff-mode): Use it.
13059         * vc/diff.el (diff-sentinel):
13060         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13061         Whitespace mode variables based on diff style (Bug#8612).
13063 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13065         * progmodes/python.el (python-send-region): Add suffix .py to the
13066         temp file.
13068         * files.el (auto-mode-alist): Use javascript-mode instead.
13070 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13072         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13074         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13075         (soap-resolve-references-for-array-type): Hack to prevent self
13076         references, see Bug#9.
13077         (soap-parse-envelope): Report the contents of the 'detail' node
13078         when receiving a fault reply.
13079         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13081         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13082         (soap-inspect-simple-type): New function.
13084         * net/soap-client.el (soap-simple-type): New struct.
13085         (soap-default-xsd-types, soap-default-soapenc-types)
13086         (soap-decode-basic-type, soap-encode-basic-type):
13087         support unsignedInt and double basic types.
13088         (soap-resolve-references-for-simple-type)
13089         (soap-parse-simple-type, soap-encode-simple-type): New function.
13090         (soap-parse-schema): Parse xsd:simpleType declarations.
13092         * net/soap-client.el (soap-default-xsd-types)
13093         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13094         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13095         the local name of "soapenc:Array".
13096         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13097         decoding integer, byte and anyURI xsd types.
13099 2012-04-25  Chong Yidong  <cyd@gnu.org>
13101         * cus-edit.el (custom-buffer-create-internal): Update header text.
13103 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13105         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13106         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13107         set interactive-mode on in GDB.
13109 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13111         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13112         (ruby-syntax-propertize-regexp): Remove.
13113         (ruby-syntax-propertize-function): Split regexp into chunks.
13114         Match following code directly.
13116 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13118         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13119         (ruby-syntax-propertize-regexp): New function.
13120         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13121         by a special keyword.
13123         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13124         (ruby-syntax-general-delimiters-goto-beg)
13125         (ruby-syntax-propertize-general-delimiters): New functions.
13126         (ruby-syntax-propertize-function): Use them to handle GDL.
13127         (ruby-font-lock-keywords): Move old handling of GDL...
13128         (ruby-font-lock-syntactic-keywords): .. to here.
13129         (ruby-calculate-indent): Adjust indentation for GDL.
13131 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13133         * notifications.el (top): Remove unneeded declarations.
13134         (notifications-specification-version): Change to "1.2".
13135         (notifications-interface, notifications-notify-method)
13136         (notifications-close-notification-method): Fix docstring.
13137         (notifications-get-capabilities-method): New defconst.
13138         (notifications-notify): Add :action-items, :resident and
13139         :transient hints.  Change "image_data" to "image-data" and
13140         "image_path" to "image-path".
13141         (notifications-get-capabilities): New defun.
13143 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13145         * progmodes/python.el: Move hideshow setup to the end.
13147 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13149         * window.el (handle-select-window): Clear echo area since this is
13150         no more done by read_char (Bug#11304).
13152 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13154         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13155         and `/ M' to filter-derived-mode.
13156         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13157         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13158         (ibuffer-mark-by-mode): Use default rather than initial-input.
13159         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13161 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13163         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13164         (ibuffer-filter-by-derived-mode): New filter.
13165         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13167 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13169         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13171 2012-04-23  Chong Yidong  <cyd@gnu.org>
13173         * cus-edit.el (customize-apropos, customize-apropos-options):
13174         Disable matching of non-option variables (Bug#11176).
13175         (customize-option, customize-option-other-window)
13176         (customize-changed-options): Doc fix.
13177         (customize-apropos-options, customize-apropos-faces)
13178         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13180         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13181         Fix word list splitting (Bug#11132).
13182         (apropos-symbol, apropos-keybinding, apropos-label)
13183         (apropos-property, apropos-function-button)
13184         (apropos-variable-button, apropos-misc-button): New faces.
13185         (apropos-symbol-face, apropos-keybinding-face)
13186         (apropos-label-face, apropos-property-face, apropos-match-face):
13187         Variables removed (Bug#8396).
13188         (apropos-library-button, apropos-format-plist, apropos-print)
13189         (apropos-print-doc, apropos-describe-plist): Callers changed.
13191 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13193         * net/xesam.el (xesam-mode-map): Use let-bound map in
13194         initialization.  (Bug#11292)
13196 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13198         Preserve ispell session localwords when switching back to
13199         original buffer.
13201         * textmodes/ispell.el (ispell-buffer-session-localwords):
13202         New buffer-local variable to hold buffer session localwords.
13203         (ispell-kill-ispell): Add option 'clear to delete session
13204         localwords.
13205         (ispell-command-loop, ispell-change-dictionary)
13206         (ispell-buffer-local-words): Preserve session localwords when
13207         needed.
13209         * textmodes/flyspell.el (flyspell-process-localwords)
13210         (flyspell-do-correct): Preserve session localwords when needed.
13212 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13214         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13215         using obsolete `translation-table-for-input'.
13216         (ispell-word, ispell-process-line, ispell-complete-word):
13217         Use plain `insert' instead of removed `ispell-insert-word'.
13219 2012-04-22  Chong Yidong  <cyd@gnu.org>
13221         * cus-edit.el (custom-variable-menu)
13222         (custom-variable-reset-saved, custom-face-menu)
13223         (custom-face-reset-saved): If there is no saved value, make the
13224         "reset-saved" operation bring back the default (Bug#9509).
13225         (custom-face-state): Properly detect themed faces.
13227         * faces.el (face-spec-set): Stop supporting deprecated form of
13228         third arg.
13230 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
13232         Move functions from C to Lisp.  Make non-blocking method calls
13233         the default.  Implement further D-Bus standard interfaces.
13235         * net/dbus.el (dbus-message-internal): Declare function.
13236         Remove unneeded function declarations.
13237         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13238         (dbus-message-type-method-return, dbus-message-type-error)
13239         (dbus-message-type-signal): Declare variables.  Remove local
13240         definitions.
13241         (dbus-interface-dbus, dbus-interface-peer)
13242         (dbus-interface-introspectable, dbus-interface-properties)
13243         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13244         Adapt docstring.
13245         (dbus-interface-objectmanager): New defconst.
13246         (dbus-call-method, dbus-call-method-asynchronously)
13247         (dbus-send-signal, dbus-method-return-internal)
13248         (dbus-method-error-internal, dbus-register-service)
13249         (dbus-register-signal, dbus-register-method): New defuns, moved
13250         from dbusbind.c
13251         (dbus-call-method-handler, dbus-setenv)
13252         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13253         New defuns.
13254         (dbus-call-method-non-blocking): Make it an obsolete function.
13255         (dbus-unregister-object, dbus-unregister-service)
13256         (dbus-handle-event, dbus-register-property)
13257         (dbus-property-handler): Obey the new structure of
13258         `bus-registered-objects'.
13259         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
13260         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13261         Use `dbus-call-method'.
13263 2012-04-22  Chong Yidong  <cyd@gnu.org>
13265         * cus-edit.el (custom-commands, custom-reset-menu)
13266         (Custom-reset-standard): Tweak labels.
13267         (custom-reset-button-menu): Change default to t.
13268         (custom-buffer-create-internal): For the custom-reset-button-menu
13269         case, put the revert button first.
13270         (custom-group-subtitle): New face.
13271         (custom-group-value-create): Align docstring to a specific column.
13273         * wid-edit.el (widget-documentation-link-add): Don't handle
13274         indentation in this function.
13275         (widget-documentation-string-indent-to): New function.
13276         (widget-documentation-string-value-create): Use it.
13278         * autorevert.el (auto-revert):
13279         * epg-config.el (epg):
13280         * ibuffer.el (ibuffer):
13281         * mpc.el (mpc):
13282         * ses.el (ses):
13283         * eshell/eshell.el (eshell):
13284         * net/ange-ftp.el (ange-ftp):
13285         * progmodes/ebnf2ps.el (postscript):
13286         * progmodes/flymake.el (flymake):
13287         * progmodes/prolog.el (prolog):
13288         * progmodes/verilog-mode.el (verilog-mode):
13289         * progmodes/which-func.el (which-func):
13290         * term/xterm.el (xterm):
13291         * textmodes/picture.el (picture):
13292         * textmodes/tildify.el (tildify):
13293         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13294         customization buffers.
13296 2012-04-22  Alan Mackenzie  <acm@muc.de>
13298         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13299         Adding a ) can hide the resulting (..) from searches.  Fix it.
13300         Bound the backward search to the position of the existing (.
13302 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
13304         * progmodes/verilog-mode.el (verilog-mode): Check whether
13305         which-func-modes is t before adding verilog-mode.
13306         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13308 2012-04-21  Leo Liu  <sdl.web@gmail.com>
13310         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13312 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
13314         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13315         filling of the last column of a table (Bug#5635).
13316         (woman-find-next-control-line): New arg, specifying an additional
13317         regexp component for the control line.
13318         (woman2-roff-buffer): Use it.
13319         (woman-break-table): New function.
13320         (woman2-TS): Use it.
13322 2012-04-21  Chong Yidong  <cyd@gnu.org>
13324         * woman.el (woman-set-buffer-display-table, woman-decode-region)
13325         (woman-horizontal-escapes, woman-negative-vertical-space)
13326         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13327         (WoMan-warn-ignored): Use ?\s instead of ?\ .
13329 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13331         * minibuffer.el (completion-file-name-table): Complete user names.
13333 2012-04-20  Leo Liu  <sdl.web@gmail.com>
13335         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13336         and pcase-let*.
13338 2012-04-20  Chong Yidong  <cyd@gnu.org>
13340         * server.el (server-execute): Respect initial-buffer-choice if it
13341         is a string and there are no files to open (Bug#2825).
13342         (server-create-window-system-frame, server-create-tty-frame):
13343         Don't switch buffers here.
13344         (server-process-filter): Only try to open a window system frame if
13345         compiled with graphical support (Bug#8314).
13347 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
13349         * battery.el (battery-echo-area-format): Display remaining time
13350         for sysfs backend too (Bug#11269).
13351         (battery-linux-sysfs): Fix conditional for the charge.
13353 2012-04-20  Chong Yidong  <cyd@gnu.org>
13355         * progmodes/gdb-mi.el (gdb): Revert previous change.
13356         (gdb-inferior-io--init-proc): New function.
13357         (gdb-init-1): Use it.
13358         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13359         responsible for allocating a new pty and hooking it to gdb when
13360         the old pty gets an EIO due to process exit.
13361         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
13362         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13363         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13365 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13367         * window.el (window-min-size, window-sizable, window-min-delta)
13368         (window-max-delta, window--resizable, window-resizable)
13369         (window-total-size, window-full-height-p, window-full-width-p)
13370         (window-in-direction, window--resize-mini-window, window-resize)
13371         (window--resize-child-windows-normal)
13372         (window--resize-child-windows, window--resize-siblings)
13373         (window--resize-this-window, adjust-window-trailing-edge)
13374         (enlarge-window, shrink-window): Doc fixes.
13376 2012-04-20  Chong Yidong  <cyd@gnu.org>
13378         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13379         New function to call delete-process on the gdb-inferior buffer's pty.
13380         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13381         pty process (Bug#11273).
13382         (gdb-update): New arg to suppress talking to the gdb process.
13383         (gdb-done-or-error): Use it.
13384         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13385         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13386         sentinel not being called.
13388         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13390         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13392 2012-04-20  Glenn Morris  <rgm@gnu.org>
13394         * net/network-stream.el (open-network-stream): Doc fix.
13396 2012-04-20  Chong Yidong  <cyd@gnu.org>
13398         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13400 2012-04-20  Alan Mackenzie  <acm@muc.de>
13402         Ensure searching for keywords is case sensitive.
13404         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13405         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13406         (c-defun-name, c-mark-function, c-cpp-define-name)
13407         (c-comment-indent, c-scan-conditionals, c-indent-defun)
13408         (c-context-line-break): Bind case-fold-search to nil.
13410         * progmodes/cc-mode.el (c-font-lock-fontify-region):
13411         Bind case-fold-search to nil.
13413 2012-04-20  Chong Yidong  <cyd@gnu.org>
13415         * mail/sendmail.el (mail-bury): Call return action with the right
13416         Rmail buffer (Bug#11242).
13418         * server.el (server-process-filter): Handle corner case where both
13419         tty and nowait options are present (Bug#11102).
13421 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13423         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13424         (top level): Put into the executable the ident-style '$Id:' tag on
13425         windows-nt as well.
13427 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13429         * electric.el (electric-indent-post-self-insert-function): Check that
13430         electric-indent-mode is enabled in current buffer.
13432 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13434         * imenu.el (imenu-progress-message): Restore; it is "used" in
13435         erc/erc-imenu.el and net/snmp-mode.el.
13437 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13439         * avoid.el (mouse-avoidance-mode): Mark unused arg.
13440         (mouse-avoidance-nudge-mouse): Remove unused binding.
13442         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13444         * descr-text.el (describe-char):
13445         * progmodes/python.el (python-describe-symbol):
13446         Don't call `toggle-read-only', set `buffer-read-only'.
13448         * imenu.el (imenu-default-goto-function): Mark unused args.
13449         (imenu-progress-message): Remove obsolete macro; all callers changed.
13451         * subr.el (keymap-canonicalize): Remove unused binding.
13452         (read-passwd): Mark unused arg.
13454         * tutorial.el (tutorial--display-changes): Remove unused binding.
13455         (tutorial--save-tutorial-to): Remove unused variable.
13457         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13458         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13459         (package-generate-autoloads, package-menu--generate)
13460         (package-menu--find-upgrades): Remove unused bindings.
13462         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13463         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
13464         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13465         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13466         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13467         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13468         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13469         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13470         (cua-delete-char-rectangle): Mark unused args.
13471         (cua-align-rectangle): Remove unused binding.
13473         * mail/rmail.el (compilation--message->loc)
13474         (epa--find-coding-system-for-mime-charset): Declare.
13476         * net/dbus.el (dbus-register-service): Declare.
13477         (dbus-name-owner-changed-handler): Remove unused binding.
13479         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13480         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13481         (nxml-scan-backward-within): Mark unused arg.
13482         (nxml-dynamic-markup-word): Remove unused binding.
13484         * mouse.el (mouse-menu-major-mode-map):
13485         * emacs-lisp/authors.el (authors-scan-change-log)
13486         (authors-add-to-author-list):
13487         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13488         * emacs-lisp/smie.el (smie-auto-fill):
13489         * mail/sendmail.el (mail-bury):
13490         * mail/unrmail.el (unrmail):
13491         * net/tls.el (open-tls-stream):
13492         * textmodes/picture.el (picture-mouse-set-point):
13493         Remove unused bindings.
13495 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
13497         * net/tramp.el (tramp-action-password): Let-bind
13498         `enable-recursive-minibuffers' to t.
13500 2012-04-18  Sam Steingold  <sds@gnu.org>
13502         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13503         instead of 'string to accommodate values like [f11].
13504         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13505         * progmodes/gdb-mi.el: Likewise.
13507 2012-04-18  Leo Liu  <sdl.web@gmail.com>
13509         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13510         current buffer.
13511         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13512         LOCAL is nil.
13514 2012-04-18  Chong Yidong  <cyd@gnu.org>
13516         * simple.el (line-move): Use forward-line if in batch mode
13517         (Bug#11053).
13519 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
13521         * files.el (after-find-file): Do not try to add a final newline if
13522         the buffer is read-only (Bug#11156).
13524 2012-04-17  Richard Stallman  <rms@gnu.org>
13526         * mail/rmail.el (rmail-start-mail):
13527         Pass (rmail-mail-return...) for the return-action.
13528         Pass (rmail-yank-current-message...) for the yank-action.
13529         (rmail-yank-current-message): New function.
13530         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13531         (rmail-reply): Likewise.
13532         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13534         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13535         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
13536         buffer, not newbuf.
13538 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
13540         * server.el (server-ensure-safe-dir): Simplify.
13542 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13544         * emacs-lisp/smie.el: Provide smarter auto-filling.
13545         (smie-auto-fill): New function.
13546         (smie-setup): Use it.
13548         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13550 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
13552         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13553         (comment-indent): Use it.
13555 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13557         * ses.el: The overall change is to add cell renaming, that is
13558         setting fancy names for cell symbols other than name matching
13559         "\\`[A-Z]+[0-9]+\\'" regexp .
13560         (ses-localvars): Add ses--renamed-cell-symb-list.
13561         (ses-create-cell-variable): New defun.
13562         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13563         (ses-relocate-formula): Relocate formulas only for cells the
13564         symbols of which are not renamed, i.e. symbols whose names do not
13565         match regexp "\\`[A-Z]+[0-9]+\\'".
13566         (ses-relocate-all): Relocate values only for cells the symbols of
13567         which are not renamed.
13568         (ses-load): Create cells variables as the (ses-cell ...) are read,
13569         in order to check row col consistency with cell symbol name only
13570         for cells that are not renamed.
13571         (ses-replace-name-in-formula): New defun.
13572         (ses-rename-cell): New defun.
13574 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
13576         * progmodes/perl-mode.el (perl-indent-parens-as-block):
13577         New option (bug#11118).
13578         (perl-calculate-indent): Respect it.
13580 2012-04-17  Glenn Morris  <rgm@gnu.org>
13582         * dired-aux.el (dired-mark-read-string): Doc fix.
13584 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
13586         * dired-aux.el (dired-mark-read-string): Offer optional completion.
13587         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
13589 2012-04-17  Glenn Morris  <rgm@gnu.org>
13591         * mouse.el (mouse-drag-track):
13592         * speedbar.el (speedbar-frame-mode):
13593         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13595 2012-04-16  Leo Liu  <sdl.web@gmail.com>
13597         * progmodes/python.el: Trivial cleanup.
13599 2012-04-16  Glenn Morris  <rgm@gnu.org>
13601         * vc/vc.el (vc-string-prefix-p):
13602         * vc/pcvs-util.el (cvs-string-prefix-p):
13603         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13604         * mpc.el (mpc-string-prefix-p):
13605         Make all of these into obsolete aliases for string-prefix-p.
13606         Update callers.
13607         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13609         * textmodes/two-column.el: Move custom options to the start.
13610         (frame-width): Remove compat definition.
13611         (2C-associate-buffer, 2C-dissociate):
13612         Use with-current-buffer rather than save-excursion.
13613         (2C-dissociate): Force a mode-line update.
13614         (2C-autoscroll): Use ignore-errors.
13616         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13617         Autoload trivia.
13619         * emacs-lisp/cl-extra.el (*random-state*):
13620         Remove unnecessary declaration.
13622         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13624         * play/cookie1.el (cookie-snarf):
13625         Give an explicit error if input file cannot be read.
13627         * play/yow.el (yow-file): Use expand-file-name rather than concat.
13629         * progmodes/perl-mode.el (c-macro-expand):
13630         Remove unnecessary autoload (it is in loaddefs.el).
13632         * textmodes/picture.el (picture-desired-column)
13633         (picture-update-desired-column): Convert comments to doc-strings.
13634         (picture-substitute): Remove function.
13635         (picture-mode-map): Initialize in the defvar.
13637         * woman.el: Remove eval-after-load for tar-mode.
13638         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13639         (woman-tar-extract-file): Autoload it.
13641         * frame.el (automatic-hscrolling): Make this alias obsolete.
13643 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13645         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13646         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13647         (ispell-dictionary-base-alist): Revert to original XEmacs
13648         friendly version for default.  [:alpha:] will be added in
13649         `ispell-set-spellchecker-params' if needed.
13651 2012-04-16  Chong Yidong  <cyd@gnu.org>
13653         * image.el (imagemagick--file-regexp): New variable.
13654         (imagemagick-register-types): Use it.
13655         (imagemagick-types-inhibit): Add :set function.  Allow new value
13656         of t to inhibit all types.
13658         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13659         so we can preload it.
13661         * loadup.el (fboundp): Preload regexp-opt, needed by
13662         imagemagick-register-types.
13664 2012-04-15  Chong Yidong  <cyd@gnu.org>
13666         * frame.el (scrolling): Remove nearly unused customization group.
13668         * scroll-all.el (scroll-all-mode): Move to windows group.
13670 2012-04-15  Chong Yidong  <cyd@gnu.org>
13672         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13674 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13676         Avoid the use of ((lambda ...) ...) in lexical-binding code.
13677         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13679 2012-04-15  Glenn Morris  <rgm@gnu.org>
13681         * simple.el (process-file-side-effects): Doc fix.
13683 2012-04-15  Glenn Morris  <rgm@gnu.org>
13685         * international/mule-cmds.el (set-language-environment): Doc fix.
13687 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13689         * server.el (server-auth-key, server-generate-key): Doc fixes.
13690         (server-get-auth-key): Doc fix.  Use `string-match-p'.
13691         (server-start): Reflow docstring.
13693 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
13695         * server.el (server-generate-key): `called-interactively-p'
13696         requires a parameter.
13698 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
13700         * server.el (server-auth-key): New variable.
13701         (server-generate-key, server-get-auth-key): New function.
13702         (server-start): Use the new variable and functions to allow
13703         setting a permanent server key (bug#9423).
13705 2012-04-14  Leo Liu  <sdl.web@gmail.com>
13707         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13709 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
13711         Spelling fixes.
13712         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13713         Emacs uses American spelling.
13715 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13717         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13718         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
13719         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13720         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
13722 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13724         * progmodes/which-func.el (which-func-modes): Change default.
13726 2012-04-14  Kim F. Storm  <storm@cua.dk>
13728         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13729         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13731 2012-04-14  Chong Yidong  <cyd@gnu.org>
13733         * custom.el (custom-theme-set-variables): Doc fix.
13735 2012-04-14  Glenn Morris  <rgm@gnu.org>
13737         * international/mule.el (set-auto-coding-for-load): Doc fix.
13739 2012-04-14  Alan Mackenzie  <acm@muc.de>
13741         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13742         imenu work again for Objective C Mode.  Correct the *-index values,
13743         these having been disturbed by a previous change in 2011-08.
13745         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13746         Correct two search limits.
13748 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13750         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13752 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
13754         * international/characters.el: Fix sorting.
13756 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13758         * international/characters.el: Add more missing Latin case pairs.
13760 2012-04-14  Glenn Morris  <rgm@gnu.org>
13762         * files.el (dir-locals-set-class-variables): Doc fix.
13764 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13766         * international/characters.el: Add set-case-syntax-pair call for
13767         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13768         counterpart.  (Bug#11209)
13770         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
13772 2012-04-14  Glenn Morris  <rgm@gnu.org>
13774         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13776 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13778         * textmodes/ispell.el (ispell-dictionary-base-alist):
13779         Add data for Hebrew.
13781 2012-04-14  Chong Yidong  <cyd@gnu.org>
13783         * net/rcirc.el (rcirc-cmd-quit):
13784         Revert 2012-03-18 change (Bug#11192).
13786 2012-04-14  Glenn Morris  <rgm@gnu.org>
13788         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13790 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13792         * minibuffer.el (completion-in-region-mode-map):
13793         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
13795 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
13797         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13799 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
13801         * minibuffer.el (minibuffer-local-filename-syntax): New variable
13802         to allow `C-M-f' and `C-M-b' to move to the nearest path
13803         separator (bug#9511).
13805 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
13807         * avoid.el: Require cl when compiling.  And also move the
13808         `provide' to the end.
13810 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13812         * avoid.el (mouse-avoidance-banish-position): New variable.
13813         (mouse-avoidance-banish-destination): Use it (bug#10165).
13815 2012-04-13  Leo Liu  <sdl.web@gmail.com>
13817         * progmodes/which-func.el (which-func-modes): Add objc-mode.
13819 2012-04-13  Ken Brown  <kbrown@cornell.edu>
13821         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13822         this is no longer needed now that cygstart understands file:// URLs.
13823         (browse-url-filename-alist): For the same reason, don't modify
13824         file:// URLs on Cygwin.
13826 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13828         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13829         the region on shift if the binding is already shifted (bug#11221).
13831 2012-04-12  Glenn Morris  <rgm@gnu.org>
13833         * mail/mailpost.el: Move to obsolete/.
13835 2012-04-12  Drew Adams  <drew.adams@oracle.com>
13837         * imenu.el (imenu--generic-function): Ignore invisible definitions
13838         (bug#10123).
13840 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
13842         * hexl.el (hexl-bits): New variable.
13843         (hexl-options): Mention the variable in the doc string.
13844         (hexl-rulerise, hexl-line-displen): New functions.
13845         (hexl-mode): Mention the new variable.
13846         (hexl-mode, hexl-current-address, hexl-current-address):
13847         Use the displen.
13848         (hexl-ascii-start-column): New function.
13849         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13850         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13852 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13854         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13855         '("-i" ENCODING), in 2 separate command-line arguments, to specify
13856         the encoding, as expected by hunspell.
13858 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13860         * battery.el (battery--linux-sysfs-regexp): New const.
13861         (battery-status-function): Use it.  Remove yeeloong special case.
13862         (battery-yeeloong-sysfs): Remove.
13863         (battery-echo-area-format): Remove yeeloong special case.
13865 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13867         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13868         Reported by Noah Friedman.
13870         * subr.el (read-passwd): Use read-string.
13872 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13874         * vcursor.el (vcursor-move): Increase the priority of the overlay
13875         (bug#9663).
13877 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
13879         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13880         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13882 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
13884         * textmodes/artist.el (artist-mode): Convert artist-mode to use
13885         define-minor-mode (bug#10760).
13887 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13889         * progmodes/grep.el (rgrep): Tweak the find command line so
13890         that directories matching `grep-find-ignored-files' won't be
13891         pruned (bug#10351).
13893 2012-04-11  Chong Yidong  <cyd@gnu.org>
13895         * startup.el (command-line): Remove support for long-obsolete
13896         variable font-lock-face-attributes.
13898 2012-04-11  Glenn Morris  <rgm@gnu.org>
13900         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13902 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13904         * window.el (window--state-get-1): Obey window-point-insertion-type.
13906 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
13908         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13909         to previous function when point is on the first character of a
13910         function.  Take care of that in `narrow-to-defun' (bug#6157).
13912 2012-04-11  Glenn Morris  <rgm@gnu.org>
13914         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13915         not just file-errors.
13917         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13918         (vc-bzr-sha1): Use internal sha1.
13920 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13922         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13924 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
13926         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13927         that start in the middle of the line (bug#10496).
13929 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
13931         * battery.el (battery-linux-proc-acpi): Only one battery is
13932         discharged at a time, but that seems to confuse battery.el when
13933         computing `rate-type' for the battery not being discharged
13934         (bug#10332).
13936 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13938         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13940         * international/quail.el: Use dolist and simplify.
13941         (quail-define-package, quail-update-keyboard-layout)
13942         (quail-define-rules): Use dolist.
13943         (quail-insert-kbd-layout, quail-get-translation): CSE.
13945         * tmm.el: Use dolist, remove left over hook.
13946         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13947         Use dolist.
13948         (calendar-load-hook): Don't mess with it.
13950         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13951         Use derived-mode-p.  Run the diff asynchronously.
13953 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13955         * obsolete/mouse-sel.el: Add an Obsolete-since header.
13957 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
13959         * misc.el: Display absolute path of loaded DLLs (bug#10424).
13960         (list-dynamic-libraries--loaded): New function.
13961         (list-dynamic-libraries--refresh): Use it.
13963 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
13965         * progmodes/python.el (python-fill-paragraph):
13966         Make python-fill-region in a multiline string work when font-lock is
13967         disabled (bug#7018).
13969 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
13971         * language/european.el (cp775): Add oem/legacy (en)coding on
13972         DOS/MS Windows for the Baltic languages.  There are still plenty
13973         of texts written in this encoding/codepage (bug#6519).
13975 2012-04-10  Glenn Morris  <rgm@gnu.org>
13977         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13978         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13980 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
13982         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13983         next-line "n" and previous-line "p" in order to make recentf more
13984         consistent with ibuffer, dired or org-mode (bug#9387).
13986 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13988         * image.el (put-image): Return the overlay created instead of the
13989         optional input string (bug#7834).  Note that this may break code
13990         that is (for some reason or other) depending on `put-image'
13991         returning the string.
13993         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13995         * simple.el (zap-to-char): Allow zapping using input methods
13996         (bug#1580).
13998         * textmodes/fill.el (fill-region): Leave point and mark where they
13999         were before filling (bug#5399).
14001 2012-04-09  Glenn Morris  <rgm@gnu.org>
14003         * version.el (emacs-bzr-get-version):
14004         Handle lightweight checkouts of local branches.
14006 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14008         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14010 2012-04-09  Chong Yidong  <cyd@gnu.org>
14012         * custom.el (custom-variable-p): Return nil for non-symbol
14013         arguments instead of signaling an error.
14014         (user-variable-p): Obsolete alias for custom-variable-p.
14016         * apropos.el (apropos-variable):
14017         * files-x.el (read-file-local-variable):
14018         * simple.el (set-variable):
14019         * woman.el (woman-mini-help):
14020         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14022 2012-04-09  Glenn Morris  <rgm@gnu.org>
14024         * startup.el (normal-top-level): Don't look for leim-list.el
14025         in places where it will not be found.  (Bug#910)
14027         * international/mule-cmds.el (set-default-coding-systems):
14028         * files.el (normal-mode):
14029         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14030         This function was removed with ucs-tables.el in 2008.
14032 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14034         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14035         ispell-encoding8-command to "-i", without a trailing space.
14036         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14037         separate command-line arguments, to specify the encoding, since
14038         that's how hunspell expects it.
14040 2012-04-08  Glenn Morris  <rgm@gnu.org>
14042         * loadup.el: Load bindings before cus-start.
14043         This reduces somewhat the number of "rogue" settings in emacs -Q.
14045 2012-04-07  Glenn Morris  <rgm@gnu.org>
14047         * version.el (emacs-bzr-get-version): New function.
14048         (emacs-bzr-version): New variable.
14049         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14050         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14052 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14054         * international/uni-bidi.el, international/uni-category.el:
14055         * international/uni-combining.el, international/uni-decimal.el:
14056         * international/uni-decomposition.el, international/uni-digit.el:
14057         * international/uni-lowercase.el, international/uni-mirrored.el:
14058         * international/uni-name.el, international/uni-numeric.el:
14059         * international/uni-titlecase.el, international/uni-uppercase.el:
14060         Update for Unicode 6.1.
14062 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14064         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14066 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14068         * window.el (shrink-window): Mention the `window-min-height'
14069         variable in the doc string.
14071 2012-04-05  Bastien Guerry  <bzg@altern.org>
14073         * color.el (color-lighten-name): Fix typo.
14075 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14077         * server.el (server--on-display-p): New function.
14078         (server--on-display-p): Use it.
14080 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
14082         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14083         (bug#11145).
14085 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14087         * comint.el (comint--common-quoted-suffix): Check string boundary
14088         before comparing (bug#11158).
14089         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14091 2012-04-04  Chong Yidong  <cyd@gnu.org>
14093         * minibuffer.el (completion-extra-properties): Doc fix.
14095         * subr.el (delayed-warnings-hook): Doc fix.
14097 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14099         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14100         selection (Bug#11159).
14101         (epa-insert-keys): Inform that the default public key will be
14102         exported if no key is selected.
14104 2012-04-04  Richard Stallman  <rms@gnu.org>
14106         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14108 2012-04-03  Chong Yidong  <cyd@gnu.org>
14110         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14111         mail-insert-file, not its obsolete alias mail-attach-file.
14113 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14115         * notifications.el (notifications-notify): Fix docstring.
14117 2012-04-02  Glenn Morris  <rgm@gnu.org>
14119         * emacs-lisp/authors.el (authors-aliases): Another addition.
14121 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14123         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14124         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14125         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14127 2012-04-01  Chong Yidong  <cyd@gnu.org>
14129         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14130         Handle root directory properly.
14131         (copy-directory): Caller changed.
14133         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14134         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14136 2012-03-31  Glenn Morris  <rgm@gnu.org>
14138         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14140         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14142         * calendar/calendar.el (calendar-window-list)
14143         (calendar-hide-window): Restore.  (Bug#11140)
14144         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14146         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14148 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14150         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14151         Check if file is a symlink (Bug#10489).
14153         * files.el (copy-directory): Likewise.
14155 2012-03-30  Chong Yidong  <cyd@gnu.org>
14157         * image.el (imagemagick-types-inhibit)
14158         (imagemagick-register-types): Doc fix.
14160 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14162         * textmodes/ispell.el (ispell-get-extended-character-mode):
14163         Disable extended-char-mode for hunspell.  hunspell does not support it
14164         and treats ~word as ordinary words in pipe mode.
14166 2012-03-30  Glenn Morris  <rgm@gnu.org>
14168         * tutorial.el (help-with-tutorial): Ensure local variables don't
14169         happen to make the buffer read-only.  (Bug#11127)
14171 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14173         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14174         (perl-calculate-indent): Return `noindent' in strings.
14176 2012-03-28  Sam Steingold  <sds@gnu.org>
14178         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14179         instead of the broken adhockery which does not prevent calendar
14180         buffers from being displayed at random after exit.
14181         (calendar-window-list, calendar-hide-window): Remove the broken
14182         adhockery.
14184 2012-03-28  Glenn Morris  <rgm@gnu.org>
14186         * replace.el (query-replace-map): Doc fix.
14188 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14190         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14191         contents.  (Bug#11109)
14193 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14195         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14196         (bug#11077).
14197         (avl-tree--check, avl-tree--check-node): New funs.
14199 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
14201         * window.el (switch-to-visible-buffer): New option.
14202         (switch-to-prev-buffer, switch-to-next-buffer):
14203         Observe switch-to-visible-buffer.  Make sure that checking for a window
14204         showing a buffer already is done on the same frame.
14206 2012-03-27  Glenn Morris  <rgm@gnu.org>
14208         * startup.el (mail-host-address): Doc fix.
14210 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14212         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14213         than 197 variables.
14215 2012-03-26  Ami Fischman  <ami@fischman.org>
14217         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14219 2012-03-26  Glenn Morris  <rgm@gnu.org>
14221         * files.el (save-buffers-kill-emacs): Doc fix.
14223         * startup.el (normal-top-level, command-line, command-line-1):
14224         Give them doc strings.
14226 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
14228         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14229         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14231 2012-03-25  Chong Yidong  <cyd@gnu.org>
14233         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14234         theme if it was previously enabled before (Bug#11031).
14236         * cus-theme.el (custom-theme-write-faces): Retrieve current face
14237         spec with custom-face-get-current-spec if its :shown-value is not
14238         determined yet (Bug#9337).
14239         (customize-create-theme, custom-theme-revert): Doc fixes.
14241         * button.el (button-at): Minor addition to docstring.
14243 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
14245         * vc/vc.el (vc-merge): Fix a prompt.
14247 2012-03-24  Chong Yidong  <cyd@gnu.org>
14249         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14250         point (Bug#9623).
14252         * button.el (button-at): Minor addition to docstring.
14254 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14256         * newcomment.el (comment-choose-indent): No space after BOL.
14258 2012-03-22  Sam Steingold  <sds@gnu.org>
14260         * window.el (switch-to-prev-buffer): Revert last patch because the
14261         bug turned out to be an advertised feature (Elisp manual 28.14).
14263 2012-03-22  Glenn Morris  <rgm@gnu.org>
14265         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
14266         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14268 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14270         * net/network-stream.el (network-stream-open-starttls): Make error
14271         message under Windows be less misleading.
14273 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
14275         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14276         understands (bug#9942).
14278 2012-03-22  Chong Yidong  <cyd@gnu.org>
14280         * simple.el (end-of-visible-line): Handle return value of
14281         next-single-property-change properly (Bug#9371).
14283 2012-03-22  Kenichi Handa  <handa@m17n.org>
14285         * international/quail.el (quail-insert-kbd-layout): Fix previous
14286         change.  To avoid unwanted bidi reordering, use
14287         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14289 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
14291         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14292         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14293         (ruby-beginning-of-indent): Be more careful with the difference
14294         between word-boundary and symbol boundary.
14295         (ruby-mode-syntax-table): Make : a symbol constituent.
14297 2012-03-21  Andreas Politz  <politza@fh-trier.de>
14299         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14301 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14303         * progmodes/etags.el (tags-completion-at-point-function):
14304         Improve last fix.
14306         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14308 2012-03-21  Sam Steingold  <sds@gnu.org>
14310         * progmodes/etags.el (tags-completion-at-point-function):
14311         Avoid the error when point is inside the pattern.
14313 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
14315         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14316         line (Bug#10855).
14318 2012-03-21  Drew Adams  <drew.adams@oracle.com>
14320         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14322 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
14324         * ido.el (ido-set-current-directory, ido-read-internal)
14325         (ido-choose-completion-string, ido-completion-help): Handle nil
14326         value of ido-completion-buffer (Bug#11008).
14328 2012-03-21  Sam Steingold  <sds@gnu.org>
14330         * window.el (switch-to-prev-buffer): Do not switch to a visible
14331         window previous buffer, just like with the frame previous buffers.
14333 2012-03-21  Chong Yidong  <cyd@gnu.org>
14335         * faces.el (make-face, make-empty-face, copy-face):
14336         * face-remap.el (face-remap-add-relative, face-remap-set-base):
14337         Doc fixes.
14339 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14341         * wid-edit.el (widget-complete-field): Remove (bug#11051).
14342         (widget-complete): Remove broken use of it.
14344 2012-03-20  Chong Yidong  <cyd@gnu.org>
14346         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14347         Use string-width and truncate-string-width to handle arbitrary
14348         characters.
14350 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
14352         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14353         to draw rectangles, not squares.  (Regression introduced by revno
14354         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14356 2012-03-18  Chong Yidong  <cyd@gnu.org>
14358         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14359         it is not yet defined (for temacs).
14361 2012-03-18  Leo Liu  <sdl.web@gmail.com>
14363         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14364         prefix.
14366 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14368         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14369         (ispell-choices-win-default-height, ispell-silently-savep)
14370         (ispell-dictionary-alist, ispell-encoding8-command)
14371         (ispell-check-version, ispell-aspell-find-dictionary)
14372         (ispell-valid-dictionary-list, ispell-words-keyword)
14373         (ispell-get-word, ispell-internal-change-dictionary)
14374         (ispell-region, ispell-skip-region-list)
14375         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14376         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14377         (ispell-message-text-end, ispell-message)
14378         (ispell-buffer-local-parsing): Doc fix.
14380 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
14382         * htmlfontify.el: Add support for code block fontification for ODT
14383         export (Bug #9914).
14384         (hfy-optimisations): Define new option
14385         `body-text-only'
14386         (hfy-fontify-buffer): Honor above setting.
14387         (hfy-begin-span, hfy-end-span): New routines factored out form
14388         `hfy-fontify-buffer'.
14389         (hfy-begin-span-handler, hfy-end-span-handler): New variables
14390         that permit insertion of custom tags.
14391         (hfy-fontify-buffer): Use above handlers.
14392         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14393         (hfy-face-to-css): Re-defined to be a variable.
14394         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
14395         over multiple runs.  This is made possible by having the caller let
14396         bind a special variable `hfy-user-sheet-assoc'.
14397         (htmlfontify-string): New defun.
14398         (hfy-compile-face-map): Make sure that the last char in the
14399         buffer is correctly fontified.
14400         (hfy-face-resolve-face): Whitespace only change.
14402 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14404         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14405         message more clear.
14407 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14409         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14411 2012-03-16  Alan Mackenzie  <acm@muc.de>
14413         Further optimize the handling of large macros.
14415         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14416         limit to a call of `c-literal-limits'.
14417         (c-determine-+ve-limit): New function.
14418         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14419         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14420         In CASE 5B, restrict a search limit to 500.
14421         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14423         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14424         Restrict macro bounds to +-500 from after-change's BEG END.
14426 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14428         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14430 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
14432         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14433         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
14435 2012-03-16  Glenn Morris  <rgm@gnu.org>
14437         * view.el (view-buffer, view-buffer-other-window)
14438         (view-buffer-other-frame): Doc fixes re special mode-class.
14440         * subr.el (eval-after-load): If named feature is provided not from
14441         a file, run after-load forms.  (Bug#10946)
14443         * calendar/calendar.el (calendar-insert-at-column):
14444         Handle non-unit-width characters a bit better.  (Bug#10978)
14446 2012-03-15  Chong Yidong  <cyd@gnu.org>
14448         * emacs-lisp/ring.el (ring-extend): New function.
14449         (ring-insert+extend): Extend the ring correctly (Bug#11019).
14451         * comint.el (comint-read-input-ring)
14452         (comint-add-to-input-history): Grow comint-input-ring lazily.
14454 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14456         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14457         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14459         * imenu.el: Fix multiple inheritance breakage (bug#9199).
14460         (imenu-add-to-menubar): Don't add a redundant index.
14461         (imenu-update-menubar): Handle a dynamically composed keymap.
14463 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14465         * mail/sendmail.el (mail-encode-header):
14466         Bind rfc2047-encode-encoded-words to nil.
14468 2012-03-13  Glenn Morris  <rgm@gnu.org>
14470         * calendar/calendar.el (calendar-string-spread):
14471         Handle non-unit-width characters a bit better.  (Bug#10978)
14473 2012-03-13  Leo Liu  <sdl.web@gmail.com>
14475         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14476         directory and file as argument (Bug#10822).
14478 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14480         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14481         For dynamically generated code, follow $PC.
14482         (gdb-disassembly-handler-custom): Handle no function name case.
14484 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
14486         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14487         * emulation/ws-mode.el (ws-query-replace):
14488         * sort.el (sort-regexp-fields):
14489         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
14491 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14493         * dabbrev.el: Fix cycle completion order (bug#10963).
14494         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14495         (dabbrev-completion): Don't use an obarray; provide
14496         a cycle-sort-function.
14498 2012-03-12  Leo Liu  <sdl.web@gmail.com>
14500         * simple.el (kill-new): Use equal-including-properties for comparison.
14501         (kill-do-not-save-duplicates): Doc fix.
14503 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14505         * dabbrev.el: Fix cycle completion (bug#10963).
14506         Use lexical binding and wrap to 80 columns.
14507         (dabbrev-completion): Delay computing the list of completions.
14509 2012-03-12  Kenichi Handa  <handa@m17n.org>
14511         * international/quail.el (quail-insert-kbd-layout): Surround each
14512         row by LRO and PDF instead of inserting many LRMs.  Pad the left
14513         and right of each non-spacing marks.  Insert invisible space
14514         between lower and upper characters to prevent composition.
14516 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14518         * minibuffer.el (minibuffer-complete): Don't get confused when the
14519         function is run twice via different commands (bug#10958).
14520         (complete-with-action): Fix docstring.
14522 2012-03-12  Chong Yidong  <cyd@gnu.org>
14524         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14525         (nxml-completion-at-point-function): New function.
14526         (nxml-mode): Use it.
14527         (nxml-bind-meta-tab-to-complete-flag): Default to t.
14529         * emacs-lisp/package.el (package-unpack, package-unpack-single):
14530         Load generated autoloads file before byte compiling (Bug#10970).
14531         (package--make-autoloads-and-compile): New helper fun.
14533 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
14535         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14537 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
14539         * autorevert.el (auto-revert-handler): Ensure, that
14540         file-readable-p is applied only for local files or in
14541         auto-revert-tail-mode.
14543 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
14545         * server.el (server-eval-at): Handle non-tcp connections.
14546         Decode result string.
14548         * server.el (server-msg-size): New constant.
14549         (server-reply-print): New function.
14550         (server-eval-and-print): Use it.
14551         (server-eval-at): Use server-quote-arg and server-unquote-arg.
14552         Handle -print-nonl.
14554 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
14556         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14557         (Bug#10987).
14559 2012-03-11  Chong Yidong  <cyd@gnu.org>
14561         * simple.el (goto-line): Doc fix (Bug#9938).
14563         * subr.el (save-window-excursion): Doc fix (Bug#9979).
14565         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14566         when finished (Bug#10963).
14568 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
14570         * window.el (split-window-below): Fix bug in case where
14571         split-window-keep-point is nil (Bug#10971).
14573 2012-03-11  Juri Linkov  <juri@jurta.org>
14575         * replace.el (replace-highlight): Set isearch-word to nil
14576         unconditionally.  (Bug#10887)
14578 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
14580         * net/mairix.el (mairix-replace-invalid-chars): Rename from
14581         mairix-replace-illegal-chars; all callers changed.  Don't remove
14582         ^, ~, and = characters: they are meaningful in mairix search specs.
14583         (mairix-widget-create-query): Add usage information about mairix
14584         search forms: negating words, searching for substrings, etc.
14586 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
14588         * international/fontset.el (font-encoding-alist): Add an entry for
14589         ksx1001 (Bug#5667).
14591 2012-03-10  Richard Stallman  <rms@gnu.org>
14593         * mail/sendmail.el (mail-encode-header):
14594         Set rfc2047-encode-encoded-words.
14596         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14598         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14599         view buffer means not swapped.
14600         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14601         (rmail-write-region-annotate): Error if real text has disappeared.
14603         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14605 2012-03-10  Chong Yidong  <cyd@gnu.org>
14607         * emulation/cua-rect.el (cua--init-rectangles):
14608         * emulation/cua-base.el (cua--init-keymaps):
14609         Add delete-forward-char to remappings (Bug#9666).
14611 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
14613         * speedbar.el (speedbar-unhighlight-one-tag-line):
14614         Avoid unhighlighting due to frame switching (Bug#10275).
14616 2012-03-10  Chong Yidong  <cyd@gnu.org>
14618         * minibuffer.el (completion-in-region, completion-help-at-point):
14619         Give the completion field overlay a high priority (Bug#6830).
14621         * dired.el (dired-goto-file): Recognize absolute file name
14622         listings (Bug#7126).
14623         (dired-goto-file-1): New helper function.
14624         (dired-toggle-read-only): Inhibit warnings.
14626 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
14628         * net/dbus.el (dbus-property-handler): Return empty array if
14629         there are no properties.
14631 2012-03-09  Leo Liu  <sdl.web@gmail.com>
14633         * savehist.el (savehist-printable): Stricter check for string
14634         value (Bug#10937).
14636 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
14638         * mail/smtpmail.el (smtpmail-send-it):
14639         Bind coding-system-for-write to *-unix, so that FCC files are kept in
14640         valid mbox format.
14642 2012-03-09  Glenn Morris  <rgm@gnu.org>
14644         * files.el (dir-locals-find-file):
14645         Don't check result is regular, readable.
14646         (dir-locals-read-from-file): Demote errors.
14648 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
14650         * international/quail.el (quail-insert-kbd-layout):
14651         Insert invisible LRM characters before each character in a keyboard
14652         layout cell, to prevent their reordering by bidi display engine.
14653         For details, see the discussion in
14654         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14656 2012-03-08  Alan Mackenzie  <acm@muc.de>
14658         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14659         the starting position; make it extend the marked region when
14660         invoked repeatedly - all under appropriate circumstances.
14661         Fixes bugs #5525, #10906.
14663 2012-03-08  Glenn Morris  <rgm@gnu.org>
14665         * files.el (locate-dominating-file, dir-locals-find-file):
14666         Undo 2012-03-06 change.
14668 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
14670         * international/quail.el (quail-help):
14671         Force bidi-paragraph-direction be left-to-right.  See discussion in
14672         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14673         for the reason.
14675 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
14677         Avoid superfluous registering of signals.  (Bug#10807)
14679         * notifications.el (notifications-on-action-object)
14680         (notifications-on-close-object): New defvars.
14681         (notifications-on-action-signal, notifications-on-closed-signal):
14682         Unregister the signal if not needed any longer.
14683         (notifications-notify): Register `notifications-action-signal' or
14684         `notifications-closed-signal', if :on-action or :on-close has been
14685         passed as argument.
14687 2012-03-07  Chong Yidong  <cyd@gnu.org>
14689         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14690         non-X platforms.
14692 2012-03-06  Glenn Morris  <rgm@gnu.org>
14694         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14695         (x-disown-selection-internal, x-get-selection-internal):
14696         Doc fix (add arglist signatures).  (Bug#10783)
14698 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14700         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14701         Handle breakpoints with no "type".
14703 2012-03-06  Glenn Morris  <rgm@gnu.org>
14705         * files.el (locate-dominating-file): Add optional predicate argument.
14706         (dir-locals-find-file): Make use of above change.
14708 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
14710         * info.el (Info-insert-dir): Also try "dir.gz".
14712 2012-03-06  Glenn Morris  <rgm@gnu.org>
14714         * files.el (dir-locals-find-file):
14715         Ignore non-readable or non-regular files.  (Bug#10928)
14717         * files.el (locate-dominating-file): Doc fix.
14719 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
14721         * calendar/calendar.el (calendar-set-mode-line):
14722         `getenv' returns a string.  (Bug#10951)
14724 2012-03-05  Leo Liu  <sdl.web@gmail.com>
14726         * simple.el (backward-delete-char-untabify): Constrain point to
14727         field (Bug#10939).
14729         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14731 2012-03-05  Chong Yidong  <cyd@gnu.org>
14733         * simple.el (count-words): If called from Lisp, return the word
14734         count, for symmetry with `count-lines'.  Arglist changed.
14735         (count-words--message): Args changed.  Consolidate counting code
14736         from count-words and count-words-region.
14737         (count-words-region): Caller changed.
14738         (count-lines-region): Make it an obsolete alias.
14740 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
14742         * saveplace.el (save-place-to-alist)
14743         (save-place-ignore-files-regexp): Allow value nil to disable this
14744         feature.
14746 2012-03-04  Chong Yidong  <cyd@gnu.org>
14748         * faces.el (face-spec-reset-face): For the default face, reset the
14749         attributes to default values (Bug#10748).
14751 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14753         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14754         previous patch: Check `message-send-mail-function', and not the
14755         default function (bug#10897).
14757 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
14759         * notifications.el (notifications-on-action-signal)
14760         (notifications-on-closed-signal): Check for unique service name of
14761         incoming event.  Fix error in removing entry.
14762         (top): Register for signals with wildcard service name.
14763         (notifications-notify): Use daemon unique service name for map entries.
14765 2012-03-04  Chong Yidong  <cyd@gnu.org>
14767         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14769 2012-03-04  Glenn Morris  <rgm@gnu.org>
14771         * abbrev.el (copy-abbrev-table, abbrev-table-p)
14772         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14773         (expand-abbrev, define-abbrev-table): Doc fixes.
14775 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14777         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14778         `message-default-send-mail-function' and not `send-mail-function'
14779         when doing the prompting for `sendmail-query-once' before sending
14780         in Message buffers (bug#10897).
14782         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14783         This is inconsistent with all the other stream functions, which leave
14784         the setting up to the higher levels (if so wanted) (bug#10931).
14786 2012-03-02  Alan Mackenzie  <acm@muc.de>
14788         Depessimize the handling of very large macros.
14790         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14791         (c-macro-cache-syntactic): New variables to implement a one
14792         element macro cache.
14793         (c-invalidate-macro-cache): New function.
14794         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14795         Adapt to use the new cache.
14796         (c-state-safe-place): Use better the cache of safe positions.
14797         (c-state-semi-nonlit-pos-cache)
14798         (c-state-semi-nonlit-pos-cache-limit):
14799         New variables for...
14800         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
14801         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14802         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14803         Use c-state-semi-safe-place.
14805         * progmodes/cc-langs.el (c-get-state-before-change-functions):
14806         Add c-invalidate-macro-cache to the C, C++, Obj entries.
14808 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
14810         * jka-compr.el (jka-compr-call-process):
14811         Apply `file-accessible-directory-p' only when the default directory is
14812         not remote.
14814 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
14816         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
14817         access of FILE2, if FILE1 does not exist.
14819         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14820         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14822         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14823         Add "PAGER=" to `process-environment'.
14825 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
14827         * progmodes/sql.el: Bug fix
14828         (sql-get-login-ext): Save login values in globals.
14829         (sql-get-login): Use new version of `sql-get-login-ext'.
14830         (sql-interactive-mode): Set global `sql-connection' to nil.
14831         (sql-connect): Set global values for connection.
14832         (sql-product-interactive): Save global values as buffer local.
14834 2012-02-29  Leo Liu  <sdl.web@gmail.com>
14836         * abbrev.el (define-abbrevs): Reset sys to nil.
14838 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14840         * files.el (file-equal-p): Rename from `files-equal-p'.
14841         Return nil when one or both files don't exist.
14842         (file-subdir-of-p): Now only top directory must exists,
14843         return nil if it doesn't.
14844         (copy-directory): No need to test with `file-subdir-of-p' after
14845         creating dir.
14846         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14847         to `file-equal-p'.
14849 2012-02-28  Glenn Morris  <rgm@gnu.org>
14851         * shell.el (shell-mode):
14852         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14853         * play/landmark.el (landmark-font-lock-face-O):
14854         * play/handwrite.el (handwrite):
14855         * play/gomoku.el (gomoku-O):
14856         * net/browse-url.el (browse-url-browser-display):
14857         * international/mule.el (define-charset):
14858         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14859         * filesets.el (filesets-find-file-delay):
14860         * eshell/em-xtra.el (eshell-xtra):
14861         * eshell/em-unix.el (eshell-grep):
14862         * emulation/viper.el (viper-mode):
14863         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14864         * emacs-lisp/easymenu.el (easy-menu-define):
14865         * calendar/timeclock.el (timeclock-use-display-time):
14866         * bs.el (bs-mode):
14867         * bookmark.el (bookmark-save-flag):
14868         Doc fix (standardize possessive apostrophe usage).
14870 2012-02-27  Chong Yidong  <cyd@gnu.org>
14872         * emulation/viper-cmd.el (viper-intercept-ESC-key):
14873         Fix key-binding lookup for ESC key (Bug#9146).
14875         * font-lock.el (font-lock-specified-p): Rename from
14876         font-lock-spec-present.  Callers changed.
14878 2012-02-27  Daniel Hackney  <dan@haxney.org>
14880         * emacs-lisp/package.el (package-compute-transaction):
14881         Handle holding a package version to t in package-load-list.
14883 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
14885         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14886         (tramp-get-inode, tramp-get-device): Use cached values.
14888 2012-02-26  Alan Mackenzie  <acm@muc.de>
14890         Check there is a font-lock specification before doing initial
14891         fontification.
14893         * font-core.el (font-lock-mode): Move the conditional from
14894         :after-hook to font-lock-initial-fontify.
14895         (font-lock-default-function): Move the check for a specification
14896         to font-lock-spec-present.
14898         * font-lock.el (font-lock-initial-fontify): Call ...
14899         (font-lock-spec-present): New function.
14901 2012-02-26  Jim Blandy  <jimb@red-bean.com>
14903         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14904         (gdb-send): Apply it to the operand of the '-interpreter-exec
14905         console' command, so that we can pass arguments with (say) quotes
14906         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
14908 2012-02-26  Chong Yidong  <cyd@gnu.org>
14910         * help-fns.el (describe-function-1): Clarify description of
14911         remapping (Bug#10844).
14913         * files.el (files-equal-p): Doc fix.
14914         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
14915         and quit the loop once a mismatch is found.
14917 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
14919         * bs.el (bs--show-with-configuration): Don't throw an error
14920         if the window cannot be split; otherwise, subsequent calls to
14921         bs-show fail, restoring a stale window config.  (Bug#10882)
14923 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14925         * term/ns-win.el (global-map): Bind ns-drag-file to
14926         ns-find-file (Bug#5855, Bug#10050).
14928 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
14930         * calendar/parse-time.el (parse-time-string): Allow extractor to
14931         return nil.
14933 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
14935         * net/tramp.el (tramp-file-name-for-operation):
14936         Add `files-equal-p' and `file-subdir-of-p'.
14938         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14939         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14940         Add COPY-CONTENTS argument.
14942 2012-02-25  Chong Yidong  <cyd@gnu.org>
14944         Add custom groups for VC backends, for consistency with vc-bzr.
14946         * vc/vc-arch.el (vc-arch):
14947         * vc/vc-cvs.el (vc-cvs):
14948         * vc/vc-git.el (vc-git):
14949         * vc/vc-hg.el (vc-hg):
14950         * vc/vc-mtn.el (vc-mtn):
14951         * vc/vc-rcs.el (vc-rcs):
14952         * vc/vc-sccs.el (vc-sccs):
14953         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14954         All relevant defcustoms reassigned.
14956 2012-02-25  Chong Yidong  <cyd@gnu.org>
14958         * newcomment.el (comment-styles): Add autoload (Bug#10868).
14960         * term/x-win.el (x-initialize-window-system): Reduce default for
14961         x-selection-timeout to 5 seconds (Bug#8869).
14963 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14965         * files.el (files-equal-p, file-subdir-of-p): New functions.
14966         (copy-directory): Error when trying to copy a directory on itself.
14967         Add missing copy-contents arg to tramp handler.
14968         * dired-aux.el (dired-copy-file-recursive): Same.
14969         (dired-create-files): Modify destination when source is equal to
14970         dest when copying files.
14971         Return also when dest is a subdir of source.  (Bug#10489)
14973 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
14975         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14976         (Bug#10874)
14978 2012-02-23  Alan Mackenzie  <acm@muc.de>
14980         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14981         parameter "after-hook:" to allow the expansion to run code after
14982         the execution of the mode hooks.
14984         * font-lock.el (font-lock-initial-fontify): New function extracted
14985         from font-lock-mode-internal.
14987         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14988         :after-hook.
14990 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14992         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14993         (completion--cache-all-sorted-completions): New function.
14994         (completion-all-sorted-completions): Use it.
14995         (completion--do-completion, minibuffer-force-complete):
14996         Use it to re-instate the flush hook.
14998         * icomplete.el (icomplete-completions): Replace last fix with a better
14999         one (bug#10850).
15001 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15003         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15004         when it might call us back infinitely (bug#10797).
15006 2012-02-23  Glenn Morris  <rgm@gnu.org>
15008         * minibuffer.el (completion-category-overrides): Doc fix.
15010 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15012         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15013         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15015 2012-02-23  Glenn Morris  <rgm@gnu.org>
15017         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15018         (authors-obsolete-files-regexps, authors-ignored-files)
15019         (authors-ambiguous-files, authors-renamed-files-alist):
15020         Add more entries.
15022 2012-02-23  Juri Linkov  <juri@jurta.org>
15024         * isearch.el (isearch-occur): Sync interactive spec with occur's
15025         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15027         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15029 2012-02-22  Juri Linkov  <juri@jurta.org>
15031         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15032         (ucs-insert): Doc fix.  Check for hex digits in the string.
15033         Don't display `nil' in the error message.  (Bug#10857)
15035 2012-02-22  Alan Mackenzie  <acm@muc.de>
15037         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15039 2012-02-22  Glenn Morris  <rgm@gnu.org>
15041         * ffap.el (ffap-c-path):
15042         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15044 2012-02-22  Chong Yidong  <cyd@gnu.org>
15046         * custom.el (load-theme): Doc fix.
15048 2012-02-22  Glenn Morris  <rgm@gnu.org>
15050         * dired-x.el (dired-guess-shell-alist-default):
15051         Remove escape sequences from nroff output.  (Bug#172)
15053 2012-02-21  Glenn Morris  <rgm@gnu.org>
15055         * vc/emerge.el (emerge-defvar-local):
15056         Set `permanent-local' property rather than unused `preserved'.
15058         * textmodes/picture.el (picture-delete-char): New alias.
15059         (picture-mode-map): Use it.  (Bug#10860)
15060         (picture-mode): Doc fix.
15062 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15064         * newcomment.el (uncomment-region-default): Remove unused binding.
15066 2012-02-21  Glenn Morris  <rgm@gnu.org>
15068         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15069         (picture-self-insert, picture-tab-chars): Doc fix.
15070         (picture-mode-map): Fix C-a, C-e.
15072 2012-02-20  Glenn Morris  <rgm@gnu.org>
15074         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15076 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15078         * icomplete.el (icomplete-completions): Check FROM arg before
15079         passing to substring (Bug#10850).
15081 2012-02-19  Chong Yidong  <cyd@gnu.org>
15083         * comint.el: Require ansi-color.
15084         (comint-output-filter-functions): Add ansi-color-process-output.
15086         * ansi-color.el: Don't set comint-output-filter-functions; it is
15087         now in the initial value defined in comint.el.
15088         (ansi-color-apply-face-function): New variable.
15089         (ansi-color-apply-on-region): Use it.
15090         (ansi-color-apply-overlay-face): New function.
15092         * shell.el (shell): No need to require ansi-color.
15093         (shell-mode): Use ansi-color-apply-face-function to highlight
15094         color escapes using font-lock-face property (Bug#10835).
15096 2012-02-19  Chong Yidong  <cyd@gnu.org>
15098         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15099         mode-line formats (Bug#10839).
15101 2012-02-18  Glenn Morris  <rgm@gnu.org>
15103         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15105         * mail/undigest.el (unforward-rmail-message): Doc fix.
15107         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15109 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15111         * international/characters.el (script-list): Sync with the latest
15112         Unicode Character Database.
15114 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15116         * international/titdic-cnv.el: Remove duplicate coding tag.
15117         * language/cham.el: Likewise.
15118         * language/tai-viet.el: Likewise.
15120 2012-02-18  Glenn Morris  <rgm@gnu.org>
15122         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15123         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15124         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15125         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15126         * calendar/holidays.el (holiday-bahai-holidays)
15127         (calendar-holidays, list-holidays):
15128         Use utf-8 Bahá'í in doc-strings, menus, etc.
15130 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15132         * saveplace.el (save-place-ignore-files-regexp): New variable
15133         allowing for excluding files from saving their location of point.
15134         The default value matches the temporary commit message editing
15135         files from Git, SVN, Bazaar, and Mercurial.
15136         (save-place-to-alist): Use it.
15138 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15139             Stefan Monnier  <monnier@iro.umontreal.ca>
15141         * newcomment.el (uncomment-region-default): Don't leave extra space
15142         when an arg is provided (bug#8150).
15144 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15146         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15148 2012-02-17  Glenn Morris  <rgm@gnu.org>
15150         * net/socks.el: Require network-stream.  (Bug#10599)
15152 2012-02-17  Kenichi Handa  <handa@m17n.org>
15154         * international/charprop.el:
15155         * international/uni-name.el:
15156         * international/uni-old-name.el:
15157         * international/uni-comment.el: Regenerate.
15159 2012-02-16  Glenn Morris  <rgm@gnu.org>
15161         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15162         Interactively in calendar buffer, give an error if not on a date.
15164 2012-02-15  Glenn Morris  <rgm@gnu.org>
15166         * shell.el (shell-delimiter-argument-list):
15167         Revert 2011-02-17 change.  (Bug#8027)
15169 2012-02-15  Chong Yidong  <cyd@gnu.org>
15171         * minibuffer.el (completion-at-point-functions): Doc fix.
15173         * custom.el (defcustom): Doc fix; note use of defvar.
15175 2012-02-15  Glenn Morris  <rgm@gnu.org>
15177         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15178         Doc fixes.
15180 2012-02-14  Glenn Morris  <rgm@gnu.org>
15182         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15184 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15186         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15187         way the ports list is computed.
15188         (smtpmail-query-smtp-server): Prompt the user for a port number if
15189         we can't connect to any of the standard ports (bug#10810).
15191 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15193         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15195 2012-02-13  Glenn Morris  <rgm@gnu.org>
15197         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
15199 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15201         * net/gnutls.el (gnutls-trustfiles): New variable.
15202         (gnutls-negotiate): Use it.
15204 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
15206         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15207         does its stuff if Gnus is running.
15209 2012-02-13  Alan Mackenzie  <acm@muc.de>
15211         Fix a loop in c-set-fl-decl-start.
15213         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15214         c-backward-syntactic-ws actually moves backwards.
15216 2012-02-13  Leo Liu  <sdl.web@gmail.com>
15218         * net/rcirc.el (rcirc-markup-attributes): Move point to the
15219         beginning so that all \C-o chars are removed.
15221 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
15223         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15225 2012-02-12  Alan Mackenzie  <acm@muc.de>
15227         Fix infinite loop with long macros.
15228         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15230 2012-02-12  Chong Yidong  <cyd@gnu.org>
15232         * window.el (display-buffer): Doc fix (Bug#10785).
15234 2012-02-12  Glenn Morris  <rgm@gnu.org>
15236         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15237         (x-disown-selection-internal, x-get-selection-internal):
15238         Sync docs with the xselect.c versions.
15240         * allout-widgets.el: Add missing license notice.
15242 2012-02-11  Glenn Morris  <rgm@gnu.org>
15244         * select.el (x-get-selection-internal, x-own-selection-internal)
15245         (x-disown-selection-internal):
15246         * x-dnd.el (x-get-selection-internal): Update declarations.
15248         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15250         * window.el (window-sides-slots):
15251         * tool-bar.el (tool-bar-position):
15252         * term/xterm.el (xterm-extra-capabilities):
15253         * ses.el (ses-self-reference-early-detection):
15254         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15255         (verilog-auto-wire-type)
15256         (verilog-auto-delete-trailing-whitespace)
15257         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15258         (verilog-auto-tieoff-declaration):
15259         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15260         (sql-oracle-statement-starters, sql-oracle-scan-on):
15261         * progmodes/prolog.el (prolog-align-comments-flag)
15262         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15263         (prolog-left-indent-regexp, prolog-paren-indent-p)
15264         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15265         (prolog-types, prolog-mode-specificators)
15266         (prolog-determinism-specificators, prolog-directives)
15267         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15268         (prolog-electric-dot-flag)
15269         (prolog-electric-dot-full-predicate-template)
15270         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15271         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15272         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15273         (prolog-program-switches, prolog-prompt-regexp)
15274         (prolog-debug-on-string, prolog-debug-off-string)
15275         (prolog-trace-on-string, prolog-trace-off-string)
15276         (prolog-zip-on-string, prolog-zip-off-string)
15277         (prolog-use-standard-consult-compile-method-flag)
15278         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15279         (prolog-imenu-max-lines, prolog-info-predicate-index)
15280         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15281         (prolog-char-quote-workaround):
15282         * progmodes/cc-vars.el (c-defun-tactic):
15283         * net/tramp.el (tramp-encoding-command-interactive)
15284         (tramp-local-end-of-line):
15285         * net/soap-client.el (soap-client):
15286         * net/netrc.el (netrc-file):
15287         * net/gnutls.el (gnutls):
15288         * minibuffer.el (completion-category-overrides)
15289         (completion-cycle-threshold)
15290         (completion-pcm-complete-word-inserts-delimiters):
15291         * man.el (Man-name-local-regexp):
15292         * mail/feedmail.el (feedmail-display-full-frame):
15293         * international/characters.el (glyphless-char-display-control):
15294         * eshell/em-ls.el (eshell-ls-date-format):
15295         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15296         (lisp-lambda-list-keyword-parameter-indentation)
15297         (lisp-lambda-list-keyword-parameter-alignment):
15298         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15299         * dired-x.el (dired-omit-verbose):
15300         * cus-theme.el (custom-theme-allow-multiple-selections):
15301         * calc/calc.el (calc-highlight-selections-with-faces)
15302         (calc-lu-field-reference, calc-lu-power-reference)
15303         (calc-note-threshold):
15304         * battery.el (battery-mode-line-limit):
15305         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15306         (archive-7z-update):
15307         * allout.el (allout-prefixed-keybindings)
15308         (allout-unprefixed-keybindings)
15309         (allout-inhibit-auto-fill-on-headline)
15310         (allout-flattened-numbering-abbreviation):
15311         * allout-widgets.el (allout-widgets-auto-activation)
15312         (allout-widgets-icons-dark-subdir)
15313         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15314         (allout-widgets-theme-dark-background)
15315         (allout-widgets-theme-light-background)
15316         (allout-widgets-item-image-properties-emacs)
15317         (allout-widgets-item-image-properties-xemacs)
15318         (allout-widgets-run-unit-tests-on-load)
15319         (allout-widgets-time-decoration-activity)
15320         (allout-widgets-hook-error-post-time)
15321         (allout-widgets-track-decoration):
15322         Add missing :version tags to new defcustoms and defgroups.
15324         * progmodes/sql.el (sql-ansi-statement-starters)
15325         (sql-oracle-statement-starters): Add custom type.
15327         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15328         (prolog-system-version): Give it a type.
15330 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
15332         * term/pc-win.el (x-select-text, x-selection-owner-p)
15333         (x-own-selection-internal, x-disown-selection-internal)
15334         (x-get-selection-internal): Sync doc strings and argument lists
15335         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
15337 2012-02-11  Leo Liu  <sdl.web@gmail.com>
15339         * progmodes/python.el (python-end-of-statement): Fix infinite
15340         loop.  (Bug#10788)
15342 2012-02-10  Glenn Morris  <rgm@gnu.org>
15344         * international/mule-cmds.el (unify-8859-on-encoding-mode)
15345         (unify-8859-on-decoding-mode): Properly mark as obsolete.
15347 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
15349         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15350         about SMTP before checking the From header.
15352         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15353         into own function for reuse by emacsbug.el.
15355 2012-02-10  Leo Liu  <sdl.web@gmail.com>
15357         * subr.el (condition-case-unless-debug): Rename from
15358         condition-case-no-debug.  All callers changed.
15359         (with-demoted-errors): Fix caller.
15361         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15362         * nxml/rng-valid.el (rng-do-some-validation):
15363         * emacs-lisp/package.el (package-refresh-contents)
15364         (package-menu-execute):
15365         * desktop.el (desktop-create-buffer):
15366         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15368 2012-02-10  Glenn Morris  <rgm@gnu.org>
15370         * textmodes/bibtex.el:
15371         Add missing :version tags for new/changed defcustoms.
15373         * files.el (remote-file-name-inhibit-cache): Doc fixes.
15375 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
15377         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15378         (smtpmail-via-smtp): Use it, or fall back on the From address.
15379         (smtpmail-send-it): Ditto.
15381 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15383         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15384         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
15385         (byte-compile-tmp-var): New const.
15386         (byte-compile-defvar): Use it to minimize .elc size.
15387         Just use `defvar' rather than simulate it (bug#10761).
15389 2012-02-09  Glenn Morris  <rgm@gnu.org>
15391         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
15393         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15394         Add :version tags.
15396         * progmodes/compile.el (compilation-error-screen-columns)
15397         (compilation-first-column, compilation-filter-start): Doc fixes.
15399         * vc/log-view.el (log-view-toggle-entry-display):
15400         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15402         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15403         (report-emacs-bug-can-use-xdg-email):
15404         (report-emacs-bug-insert-to-mailer): Doc fixes.
15405         (report-emacs-bug): Message fix.
15407         * net/browse-url.el (browse-url-can-use-xdg-open)
15408         (browse-url-xdg-open): Doc fixes.
15410         * electric.el (electric-indent-mode, electric-pair-mode)
15411         (electric-layout-rules, electric-layout-mode): Doc fixes.
15412         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15414 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
15416         * server.el (server-unselect-display): Don't inadvertently kill
15417         the current buffer.  (Bug#10729)
15419 2012-02-08  Glenn Morris  <rgm@gnu.org>
15421         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15422         (sql-list-table): Doc fixes.
15424         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15425         Comment out (does nothing).
15427         * completion.el (dynamic-completion-mode):
15428         * dirtrack.el (dirtrack-debug-mode):
15429         * electric.el (electric-layout-mode):
15430         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15431         * face-remap.el (text-scale-mode, buffer-face-mode):
15432         * iimage.el (iimage-mode):
15433         * image-mode.el (image-transform-mode):
15434         * minibuffer.el (completion-in-region-mode):
15435         * scroll-lock.el (scroll-lock-mode):
15436         * simple.el (next-error-follow-minor-mode):
15437         * tar-mode.el (tar-subfile-mode):
15438         * tooltip.el (tooltip-mode):
15439         * vcursor.el (vcursor-use-vcursor-map):
15440         * wid-browse.el (widget-minor-mode):
15441         * emulation/tpu-edt.el (tpu-edt-mode):
15442         * emulation/tpu-extras.el (tpu-cursor-free-mode):
15443         * international/iso-ascii.el (iso-ascii-mode):
15444         * language/thai-util.el (thai-word-mode):
15445         * mail/supercite.el (sc-minor-mode):
15446         * net/goto-addr.el (goto-address-mode):
15447         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15448         * progmodes/cwarn.el (cwarn-mode):
15449         * progmodes/flymake.el (flymake-mode):
15450         * progmodes/glasses.el (glasses-mode):
15451         * progmodes/hideshow.el (hs-minor-mode):
15452         * progmodes/pascal.el (pascal-outline-mode):
15453         * textmodes/enriched.el (enriched-mode):
15454         * vc/smerge-mode.el (smerge-mode):
15455         Doc fixes (minor mode argument).
15457 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
15459         * ls-lisp.el (ls-lisp-sanitize): New function.
15460         (ls-lisp-insert-directory): Use it to fix or remove any elements
15461         in file-alist with missing attributes.  (Bug#4673)
15463 2012-02-07  Alan Mackenzie  <acm@muc.de>
15465         Fix spurious recognition of c-in-knr-argdecl.
15467         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15468         putative K&R region.
15470 2012-02-07  Alan Mackenzie  <acm@muc.de>
15472         * progmodes/cc-engine.el (c-forward-objc-directive):
15473         Prevent looping in "#pragma mark @implementation".
15475 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
15477         * notifications.el (notifications-on-closed-signal): Make `reason'
15478         optional.  (Bug#10744)
15480 2012-02-07  Glenn Morris  <rgm@gnu.org>
15482         * emacs-lisp/easy-mmode.el (define-minor-mode):
15483         Doc fixes for the macro and the mode it defines.
15485         * image.el (imagemagick-types-inhibit): Doc fix.
15487         * cus-start.el (imagemagick-render-type): Add it.
15489 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
15491         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15492         Set the default at load time, too, so that `font-lock-fontify-buffer'
15493         can be called without setting up the entire mode first.  This fixes
15494         a bug in `mm-inline-text' with C MIME parts.
15496 2012-02-06  Chong Yidong  <cyd@gnu.org>
15498         * simple.el (list-processes--refresh): Delete exited processes
15499         (Bug#8094).
15501         * comint.el (comint-next-prompt): next-single-char-property-change
15502         and prev-single-char-property-change never return nil (Bug#8657).
15504         * custom.el (defcustom): Doc fix (Bug#9711).
15506 2012-02-05  Chong Yidong  <cyd@gnu.org>
15508         * cus-edit.el (custom-variable-reset-backup): Quote the value
15509         before storing it in the customized-value property (Bug#6712).
15510         (custom-display): Add a customization type tag.
15511         (custom-buffer-create-internal): Improve tooltip message.
15513         * wid-edit.el (widget-field-value-get): New optional arg to
15514         suppress trailing whitespace truncation.
15515         (character): Use it (Bug#2689).
15517 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
15519         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15520         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15522 2012-02-05  Chong Yidong  <cyd@gnu.org>
15524         * cus-edit.el (custom-variable-value-create): For mismatched
15525         types, show the current value (Bug#7600).
15527         * custom.el (defcustom): Doc fix.
15529 2012-02-05  Glenn Morris  <rgm@gnu.org>
15531         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15533 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
15535         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15536         (pp-buffer): Use `ignore-errors', `looking-at-p'.
15537         (pp-last-sexp): Use `looking-at-p'.
15539 2012-02-04  Glenn Morris  <rgm@gnu.org>
15541         * files.el (revert-buffer):
15542         Doc fix (mention revert-buffer-in-progress-p).
15544         * emacs-lisp/ert-x.el (ert-simulate-command):
15545         Check deferred-action-list (which is obsolete) is bound.
15547         * subr.el (with-wrapper-hook): Doc fixes.
15549         * simple.el (filter-buffer-substring-functions)
15550         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15552 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
15554         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15555         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
15557 2012-02-04  Leo Liu  <sdl.web@gmail.com>
15559         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15561 2012-02-04  Glenn Morris  <rgm@gnu.org>
15563         * image.el (image-extension-data): Add obsolete alias.
15565         * isearch.el (isearch-update): Doc fix.
15567         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15569         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15571 2012-02-03  Glenn Morris  <rgm@gnu.org>
15573         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
15574         (image-animate-timeout): Doc fix.
15576         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15578 2012-02-02  Glenn Morris  <rgm@gnu.org>
15580         * server.el (server-auth-dir): Doc fix.
15581         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
15583         * subr.el (run-mode-hooks): Doc fix.
15585 2012-02-02  Juri Linkov  <juri@jurta.org>
15587         * image-mode.el (image-toggle-display-image): Remove tautological
15588         `major-mode' from the `derived-mode-p' test.
15590 2012-02-02  Kenichi Handa  <handa@m17n.org>
15592         * composite.el (compose-region): Cancel previous change.
15594 2012-02-02  Kenichi Handa  <handa@m17n.org>
15596         * composite.el (compose-region, compose-string): Signal error for
15597         a null string component (Bug#6988).
15599 2012-02-01  Chong Yidong  <cyd@gnu.org>
15601         * view.el (view-buffer-other-window, view-buffer-other-frame):
15602         Handle special modes like view-buffer (Bug#10650).
15603         (view-buffer): Simplify.
15605         * frame.el (set-frame-font): Tweak meaning of third argument.
15607         * dynamic-setting.el (font-setting-change-default-font):
15608         Use set-frame-font (Bug#9982).
15610 2012-02-01  Glenn Morris  <rgm@gnu.org>
15612         * progmodes/compile.el (compilation-internal-error-properties):
15613         Respect compilation-first-column in the "*compilation*" buffer.
15615         * emacs-lisp/easy-mmode.el (define-minor-mode):
15616         Relax :variable's test for a named function.
15618 2012-01-31  Alan Mackenzie  <acm@muc.de>
15620         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15621         off by one error.
15623 2012-01-31  Chong Yidong  <cyd@gnu.org>
15625         * frame.el (set-frame-font): New arg ALL-FRAMES.
15627         * menu-bar.el (menu-set-font): Use set-frame-font.
15629         * faces.el (face-spec-reset-face): Don't apply unspecified
15630         attribute values to the default face.
15632 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
15634         * progmodes/cwarn.el (cwarn): Remove dead link.
15635         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15636         Remove * from defcustom docstrings.
15637         (turn-on-cwarn-mode): Make obsolete.
15638         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15639         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15641 2012-01-31  Glenn Morris  <rgm@gnu.org>
15643         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15644         Fix :variable handling of mode a symbol not equal to modefun.
15645         Allow named functions to be used as the cdr of :variable.
15647 2012-01-30  Glenn Morris  <rgm@gnu.org>
15649         * emacs-lisp/authors.el (authors-fixed-entries):
15650         Remove reference to deleted file rnewspost.el.
15652 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
15654         * window.el (window-with-parameter): Remove unused variable `windows'.
15655         (window--side-check): Remove unused variable `code'.
15656         (window--resize-siblings): Remove unused variable `first'.
15657         (adjust-window-trailing-edge): Remove unused variable `failed'.
15658         (window-deletable-p, window--delete): Remove unused variable `buffer'.
15659         Use `let', not `let*'.
15660         (balance-windows-2): Remove unused variable `found'.
15661         (window--state-put-2): Remove unused variable `splits'.
15662         (window-state-put): Remove unused variable `selected'.
15663         (same-window-p): Use `string-match-p'.
15664         (display-buffer-assq-regexp): Remove unused variable `value'.
15665         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15666         Mark argument ALIST as ignored.
15667         (pop-to-buffer): Remove unused variable `old-window'.
15669 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
15671         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15672         and .lzma compressed files.
15674 2012-01-29  Chong Yidong  <cyd@gnu.org>
15676         * frame.el (window-system-default-frame-alist): Doc fix.
15678         * dynamic-setting.el (font-setting-change-default-font): Don't
15679         change the default face if SET-FONT argument is non-nil (Bug#9982).
15681 2012-01-29  Samuel Bronson  <naesten@gmail.com>
15683         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15685 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
15687         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15688         breakpoints in files outside current directory (Bug#6098).
15690 2012-01-29  Chong Yidong  <cyd@gnu.org>
15692         * progmodes/python.el: Require ansi-color at top-level.
15694         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15695         Define and use in Emacs Lisp mode (Bug#9360).
15696         (lisp-mode-abbrev-table): Add doc.
15697         (lisp-mode-variables): Don't set local-abbrev-table.
15698         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15700 2012-01-28  Roland Winkler  <winkler@gnu.org>
15702         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15704 2012-01-28  Roland Winkler  <winkler@gnu.org>
15706         * textmodes/bibtex.el (bibtex-entry-alist): New function.
15707         (bibtex-set-dialect): Use it.  Either set global values of
15708         dialect-dependent variables or bind these variables buffer-locally
15709         (Bug#10254).
15710         (bibtex-mode): Call bibtex-set-dialect via
15711         hack-local-variables-hook.
15712         (bibtex-dialect): Update docstring.
15713         Add safe-local-variable predicate.
15714         (bibtex-entry-alist, bibtex-field-alist): Initialize via
15715         bibtex-set-dialect.
15716         (bibtex-mode-map): Define menu for each dialect.
15717         (bibtex-entry): Fix docstring.
15719 2012-01-28  Chong Yidong  <cyd@gnu.org>
15721         * eshell/esh-arg.el (eshell-quote-argument): New function.
15723         * eshell/esh-ext.el (eshell-invoke-batch-file):
15724         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15725         first arg to eshell-parse-command (Bug#10523).
15727 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15729         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15730         `default-directory' is non-nil.
15732 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15734         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15735         line that displays system-configuration-options.  (Bug#9924)
15737 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15739         * descr-text.el (describe-char): Show information about POS, in
15740         addition to information about the character at POS.  Improve and
15741         update the doc string.  Change "code point" to "code point in
15742         charset", to avoid confusion with the character's Unicode code
15743         point shown above that.  (Bug#10129)
15745 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15747         * descr-text.el (describe-char): Show the raw character, not only
15748         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
15749         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15750         for the reasons.
15752 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
15754         * emacs-lisp/package.el (package-install):
15755         Run package-refresh-contents if there is no archive yet (Bug#9798).
15757 2012-01-28  Chong Yidong  <cyd@gnu.org>
15759         * emacs-lisp/package.el (package-maybe-load-descriptor):
15760         New function, split from package-maybe-load-descriptor.
15761         (package-maybe-load-descriptor): Use it.
15762         (package-download-transaction): Fully load required packages
15763         inside the loop, so that `require' calls work (Bug#10593).
15764         (package-install): No need to call package-initialize now.
15766 2012-01-28  Chong Yidong  <cyd@gnu.org>
15768         * simple.el (deactivate-mark): Doc fix (Bug#8614).
15770         * tooltip.el (tooltip-mode): Doc fix.
15771         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15773         * frame.el (set-cursor-color): Doc fix (Bug#352).
15775         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15776         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15778         * cus-edit.el (custom-buffer-create-internal): Fix search button
15779         action (Bug#10542).
15780         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15782 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
15784         * dired.el (dired-mark-files-regexp):
15785         Include any subdirectory components.  (Bug#10445)
15787 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15789         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15790         Handle [host]:port syntax.  (Bug#10533)
15792 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
15794         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15796 2012-01-26  Glenn Morris  <rgm@gnu.org>
15798         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15799         * term.el (term-raw-escape-map): Use Control-X-prefix.
15800         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
15802 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
15804         * window.el (window-state-get, window--state-get-1): Don't deal
15805         with fixed-sizeness of windows.  Simplify code.
15807 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
15809         * window.el (window--state-get-1, window--state-put-2):
15810         Don't save and restore the mark.
15812 2012-01-25  Chong Yidong  <cyd@gnu.org>
15814         * custom.el (custom-variable-p): Doc fix.
15816 2012-01-25  Glenn Morris  <rgm@gnu.org>
15818         * dired.el (dired-goto-file): Handle some of the more common
15819         characters that `ls -b' escapes.  (Bug#10596)
15821         * progmodes/compile.el (compilation-next-error-function):
15822         Respect compilation-first-column in the "*compilation*" buffer.
15823         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
15825         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
15827 2012-01-24  Glenn Morris  <rgm@gnu.org>
15829         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
15831 2012-01-24  Julien Danjou  <julien@danjou.info>
15833         * color.el (color-rgb-to-hsl): Fix value computing.
15834         (color-hue-to-rgb): New function.
15835         (color-hsl-to-rgb): New function.
15836         (color-clamp, color-saturate-hsl, color-saturate-name)
15837         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15838         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15840 2012-01-24  Glenn Morris  <rgm@gnu.org>
15842         * vc/vc-rcs.el (vc-rcs-create-tag):
15843         * vc/vc-sccs.el (vc-sccs-create-tag):
15844         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
15846 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15848         * eshell/esh-util.el (eshell-read-hosts-file):
15849         Skip comment lines.  (Bug#10549)
15851         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
15853 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
15855         * subr.el (display-delayed-warnings): Doc fix.
15856         (collapse-delayed-warnings): New function to collapse identical
15857         adjacent warnings.
15858         (delayed-warnings-hook): Add it.
15860 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
15862         * net/tramp.el (tramp-action-login): Set connection property "login-as".
15864         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15865         (tramp-default-user-alist): Don't add "pscp".
15866         (tramp-do-copy-or-rename-file-out-of-band): Use connection
15867         property "login-as", if set.  (Bug#10530)
15869 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
15871         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15872         "plink1" and "psftp".  (Bug#10530)
15874 2012-01-21  Kenichi Handa  <handa@m17n.org>
15876         * international/mule-cmds.el (prefer-coding-system): Show a
15877         warning message if the default value of file-name-coding-system
15878         was not changed.
15880 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15882         * windmove.el (windmove-reference-loc):
15883         Fix windmove-reference-loc miscalculation.
15885 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
15887         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15888         default unit.
15890 2012-01-21  Glenn Morris  <rgm@gnu.org>
15892         * international/mule.el (auto-coding-alist): Add .tbz.
15894         * files.el (local-enable-local-variables): Doc fix.
15895         (inhibit-local-variables-regexps): Rename from
15896         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
15897         Doc fix.  Add some extensions from auto-coding-alist.
15898         (inhibit-local-variables-suffixes):
15899         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
15900         (inhibit-local-variables-p):
15901         New function, extracted from set-auto-mode-1.
15902         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
15903         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
15904         (hack-local-variables): Doc fix.  Make the mode-only case
15905         respect enable-local-variables and friends.
15906         Respect inhibit-local-variables-regexps for file-locals, but
15907         not for directory-locals.
15908         (set-visited-file-name):
15909         Take account of inhibit-local-variables-regexps.
15910         Whether it applies may change as the file name is changed.
15911         * jka-cmpr-hook.el (jka-compr-install):
15912         * jka-compr.el (jka-compr-uninstall):
15913         Update for inhibit-first-line-modes-suffixes name change.
15915 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
15917         * help-macro.el (make-help-screen): Temporarily restore original
15918         binding for minor-mode-map-alist (Bug#10454).
15920 2012-01-19  Julien Danjou  <julien@danjou.info>
15922         * color.el (color-name-to-rgb): Use the white color to find the max
15923         color component value and return correctly computed values.
15924         (color-name-to-rgb): Add missing float conversion for max value.
15926 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
15928         * window.el (window--state-get-1, window-state-get): Do not use
15929         special state value for window-persistent-parameters.
15930         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
15931         (window--state-put-2): Reset all window parameters to nil before
15932         assigning values of persistent parameters.
15934 2012-01-18  Alan Mackenzie  <acm@muc.de>
15936         Eliminate sluggishness and hangs in fontification of "semicolon
15937         deserts".
15939         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15940         Change value 10000 -> 3000.
15941         (c-state-safe-place): Reformulate so it doesn't stack up an
15942         infinite number of wrong entries in c-state-nonlit-pos-cache.
15943         (c-determine-limit-get-base, c-determine-limit): New functions to
15944         determine backward search limits disregarding literals.
15945         (c-find-decl-spots): Amend commenting.
15946         (c-cheap-inside-bracelist-p): New function which detects "={".
15948         * progmodes/cc-fonts.el
15949         (c-make-font-lock-BO-decl-search-function): Give a limit to a
15950         backward search.
15951         (c-font-lock-declarations): Fix an occurrence of point being
15952         undefined.  Check additionally for point being in a bracelist or
15953         near a macro invocation without a semicolon so as to avoid a
15954         fruitless time consuming search for a declarator.  Give a more
15955         precise search limit for declarators using the new
15956         c-determine-limit.
15958 2012-01-18  Glenn Morris  <rgm@gnu.org>
15960         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15961         (set-auto-mode): Doc fixes.
15963 2012-01-17  Glenn Morris  <rgm@gnu.org>
15965         * isearch.el (search-nonincremental-instead): Fix doc typo.
15967         * dired.el (dired-insert-directory): Handle newlines in directory name.
15968         (dired-build-subdir-alist): Unescape newlines in directory name.
15970 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
15972         * net/tramp.el (tramp-local-end-of-line): New defcustom.
15973         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15974         (tramp-action-terminal): Use it.  (Bug#10530)
15976 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15978         * minibuffer.el (completion--replace): Strip properties (bug#10062).
15980 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
15982         * window.el (window-state-ignored-parameters): Remove variable.
15983         (window--state-get-1): Rename argument MARKERS to IGNORE.
15984         Handle persistent window parameters.  Make copy of clone-of
15985         parameter only if requested.  (Bug#10348)
15986         (window--state-put-2): Install a window parameter only if it has
15987         a non-nil value or an existing parameter shall be overwritten.
15989 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
15991         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15993 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
15995         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15996         don't pass the (nil) value of `upnode' to string-match.
15998 2012-01-14  Chong Yidong  <cyd@gnu.org>
16000         * startup.el (command-line): Fix X resource class for cursorColor.
16001         Fix values recognized by the cursorBlink resource.
16003 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16005         * epg.el (epg--make-temp-file): Avoid permission race condition
16006         when running on old Emacs versions (bug#10403).
16008 2012-01-14  Glenn Morris  <rgm@gnu.org>
16010         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16012 2012-01-13  Alan Mackenzie  <acm@muc.de>
16014         Fix filling for when filladapt mode is enabled.
16016         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16017         c-mask-paragraph, pass in `fill-paragraph' rather than
16018         `fill-region-as-paragraph'.  (This is a reversion of a previous
16019         change.)
16020         * progmodes/cc-mode.el (c-basic-common-init):
16021         Make fill-paragraph-handle-comment buffer local and set it to nil.
16023 2012-01-13  Glenn Morris  <rgm@gnu.org>
16025         * dired.el (dired-switches-escape-p): New function.
16026         (dired-insert-directory): Use dired-switches-escape-p.
16027         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16029         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16031 2012-01-12  Glenn Morris  <rgm@gnu.org>
16033         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16034         changes in adaptive-fill-regexp.  (Bug#10276)
16036 2012-01-11  Alan Mackenzie  <acm@muc.de>
16038         Fix Emacs bug #10463 - put `widen's around the critical spots.
16040         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16041         widen around each invocation of c-state-pp-to-literal.  Remove an
16042         unused let variable.
16044 2012-01-11  Glenn Morris  <rgm@gnu.org>
16046         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16047         Doc fix.
16049 2012-01-10  Chong Yidong  <cyd@gnu.org>
16051         * net/network-stream.el (network-stream-open-starttls):
16052         Avoid emitting a confusing error message when the server gives a bad
16053         response to the capability command.
16055 2012-01-10  Glenn Morris  <rgm@gnu.org>
16057         * mail/unrmail.el (unrmail): Tweak previous change.
16059 2012-01-09  Chong Yidong  <cyd@gnu.org>
16061         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16063 2012-01-08  Alan Mackenzie  <acm@muc.de>
16065         Optimize font locking in long enum definitions.
16067         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16068         arm to a cond form to handle enums.
16069         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16070         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16072 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16074         * files.el (move-file-to-trash): Preserve default file modes on error.
16075         (Bug#10401)
16077 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16079         * faces.el (set-face-attribute): Clarify the meaning of the nil
16080         frame (bug#10294).
16082         * subr.el (with-selected-frame): Mention that the selected frame
16083         is restored (bug#9980).
16085         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16086         (bug#9759).
16088         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16089         (password-read): Don't autoload unused function.
16091 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16093         * progmodes/which-func.el (which-func-mode): Turn into a
16094         non-interactive function and mark as obsolete (bug#10428).
16096 2012-01-06  Chong Yidong  <cyd@gnu.org>
16098         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16099         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16100         functions, along with 1 and -1.
16102 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16104         * time.el (display-time-load-average)
16105         (display-time-default-load-average): Doc fixes.  See the thread
16106         starting at
16107         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16108         for the details.
16110 2012-01-06  Glenn Morris  <rgm@gnu.org>
16112         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16113         has no messages.  (Bug#10377)
16115         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16116         than Info-edit.  (Bug#10385)
16118         * time.el (display-time-load-average, display-time-next-load-average):
16119         Doc fixes.
16121         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16122         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16124         * calendar/calendar.el (calendar-mode):
16125         Locally set scroll-margin to 0.  (Bug#10379)
16127 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16129         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16131 2012-01-05  Glenn Morris  <rgm@gnu.org>
16133         * eshell/em-unix.el (diff-no-select): Autoload it.
16134         (eshell/diff): Use diff-no-select.  (Bug#10420)
16136 2012-01-05  Chong Yidong  <cyd@gnu.org>
16138         * shell.el (shell-dynamic-complete-functions): Revert last change.
16139         (shell-command-completion-function): New function.
16140         (shell-completion-vars): Use it to implement
16141         shell-completion-execonly (Bug#10417).
16143         * custom.el (enable-theme): Don't set custom-safe-themes.
16145         * cus-theme.el (custom-theme-merge-theme):
16146         Ignore custom-enabled-themes and custom-safe-themes.
16148 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16150         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16151         first prompt in `sql-interacive-mode'.
16152         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16153         keywords.
16154         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16155         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16156         context of original buffer.  Invoke `sql-login-hook'.
16158 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16160         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16161         letters in cite-prefix.
16163 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16165         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16167 2012-01-03  Chong Yidong  <cyd@gnu.org>
16169         * shell.el (shell-dynamic-complete-functions):
16170         Put pcomplete-completions-at-point, so as to try
16171         comint-filename-completion first (Bug#10417).
16173 2012-01-02  Richard Stallman  <rms@gnu.org>
16175         * battery.el (battery-status-function):
16176         Detect when to use battery-yeeloong-sysfs.
16177         (battery-echo-area-format): Add string for Yeeloong.
16178         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16179         (battery-yeeloong-sysfs): New function.
16181 2012-01-02  Chong Yidong  <cyd@gnu.org>
16183         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16184         (dirtrack): Merge code for handling relative filenames in prompt
16185         from shell-dir-cookie-watcher.
16186         (dirtrack-debug-message): New arg to avoid excess format calls.
16188         * shell.el (shell-dir-cookie-re): Variable deleted.
16189         (shell-dir-cookie-watcher): Function deleted.
16190         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16191         with dirtrack-mode.
16193 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16195         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16196         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16197         libgnutls-26.dll.
16199 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
16201         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16203 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
16205         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16206         headers of non-MIME messages, when rmail-enable-mime is non-nil.
16208 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
16210         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16211         also for alternative shells.
16212         (tramp-open-connection-setup-interactive-shell): Check, whether
16213         the shell is a busybox.
16214         (tramp-send-command): Don't suppress multiple prompts for
16215         busyboxes, it hurts.
16217 2011-12-28  Chong Yidong  <cyd@gnu.org>
16219         * progmodes/gdb-mi.el (gdb-get-source-file-list)
16220         (gdb-get-source-file): Move mode line update to
16221         gdb-get-source-file (Bug#10087).
16223 2011-12-25  Chong Yidong  <cyd@gnu.org>
16225         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16226         gud-gdb-marker-filter without taking it as an argument.
16227         (gud-gdb-run-command-fetch-lines): Caller changed.
16228         (gud-gdb-completion-function): New variable.
16229         (gud-gdb-completion-at-point): Use it.
16230         (gud-gdb-completions-1): Split from gud-gdb-completions.
16232         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16233         function as separate arguments.
16234         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16235         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16236         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16237         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16238         (gdb-stopped, def-gdb-auto-update-trigger)
16239         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16240         (gdb-get-changed-registers, gdb-get-main-selected-frame):
16241         Callers changed.
16242         (gud-gdbmi-completions): New function.
16243         (gdb): Use it for generating the completion table.
16245 2011-12-24  Alan Mackenzie  <acm@muc.de>
16247         Introduce a mechanism to widen the region used in context font
16248         locking.  Use this to protect declarations from losing their contexts.
16250         * progmodes/cc-langs.el (c-before-font-lock-functions):
16251         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16252         (c-before-context-fontification-functions): New defvar, a list of
16253         functions to be run just before context (etc.) font locking.
16255         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16256         New, functionality extracted from
16257         c-neutralize-syntax-in-and-mark-CPP.
16258         (c-in-after-change-fontification): New variable.
16259         (c-after-change): Set c-in-after-change-fontification.
16260         (c-set-fl-decl-start): Rejig its interface, so it can be called
16261         from both after-change and context fontifying.
16262         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16263         New functions.
16264         (c-standard-font-lock-fontify-region-function): New variable.
16265         (c-font-lock-fontify-region): New function.
16267 2011-12-24  Juri Linkov  <juri@jurta.org>
16269         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16270         (Bug#10348)
16272 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
16274         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16275         existence of source file.  (Bug#10325)
16277 2011-12-23  Alan Mackenzie  <acm@muc.de>
16279         Fix unstable fontification inside templates.
16281         * progmodes/cc-langs.el (c-before-font-lock-functions):
16282         Newly created from the singular version.  The (c c++ objc) entry now
16283         additionally has c-set-fl-decl-start.  The other languages (apart
16284         from AWK) have that as a single entry.
16286         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16287         The functionality for "local" declarations has been extracted to
16288         c-set-fl-decl-start.
16290         * progmodes/cc-mode.el (c-common-init, c-after-change):
16291         Changes due to pluralisation of c-before-font-lock-functions.
16292         (c-set-fl-decl-start): New function, extracted from
16293         c-font-lock-enclosing-decls and enhanced.
16295 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
16297         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16299 2011-12-22  Juri Linkov  <juri@jurta.org>
16301         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
16303 2011-12-22  Chong Yidong  <cyd@gnu.org>
16305         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16307 2011-12-21  Drew Adams  <drew.adams@oracle.com>
16309         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
16311 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
16313         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16315 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16317         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
16318         highlighting and support.  Fix up comments for capitalization.
16319         (cfengine-mode-debug): New var.
16320         (cfengine3-mode): Change the modeline indicator to "CFE3".
16321         (cfengine3-font-lock-keywords): Improve defun highlighting.
16322         (cfengine2-actions): Rename from `cfengine-actions'.
16323         (cfengine2-font-lock-keywords): Rename from
16324         `cfengine-font-lock-keywords'.
16325         (cfengine2-imenu-expression): Rename from
16326         `cfengine-imenu-expression'.
16327         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16328         (cfengine2-beginning-of-defun): Rename from
16329         `cfengine-beginning-of-defun'.
16330         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16331         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16332         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
16333         modeline indicator to "CFE2".
16334         (cfengine-mode): Defalias to `cfengine-auto-mode'.
16335         (cfengine-mode-abbrevs): Mark obsolete.
16337 2011-12-21  Chong Yidong  <cyd@gnu.org>
16339         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16340         filename argument.
16342 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
16344         * window.el (window-normalize-buffer-to-display): Remove.
16345         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16347 2011-12-19  Chong Yidong  <cyd@gnu.org>
16349         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16350         Don't signal an error in a predicate function; return non-nil.
16351         (vc-dir-mark-file): Move the error here.
16352         (vc-dir-mark-unmark): If acting on the region, keep going if one
16353         of the entries cannot be marked/unmarked.
16354         (vc-dir-mark-all-files): If current entry is a directory, mark
16355         only child files, as documented.
16357 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16359         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16360         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16361         addition.
16363 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
16365         * term/ns-win.el (ns-get-selection-internal)
16366         (ns-store-selection-internal): Declare.
16367         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16368         Declare as obsolete.
16369         (ns-get-pasteboard, ns-paste-secondary):
16370         Use ns-get-selection-internal.
16371         (ns-set-pasteboard, ns-copy-including-secondary):
16372         Use ns-store-selection-internal.
16374 2011-12-17  Chong Yidong  <cyd@gnu.org>
16376         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16377         (vc-deduce-fileset): Doc fix.
16379 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
16381         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16383 2011-12-13  Sam Steingold  <sds@gnu.org>
16385         * man.el (Man-getpage-in-background): When running under a
16386         window-system, ignore $MANWIDTH and $COLUMNS.
16388 2011-12-15  Kenichi Handa  <handa@m17n.org>
16390         * language/ethio-util.el: Change coding tag to utf-8-emacs.
16391         (setup-ethiopic-environment-internal): Comment out key-binding for
16392         ethio-toggle-punctuation.
16394 2011-12-13  Alan Mackenzie  <acm@muc.de>
16396         Add the switch statement to AWK Mode.
16398         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16399         "default" to the keywords regexp.
16401         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16402         expression as the rest.
16403         (c-nonlabel-token-key): Allow string literals for AWK.
16404         Refactor for the other modes.
16406         Large brace-block initialisation makes CC Mode slow: Fix.
16407         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16408         routines.  Limit backward searching in c-font-lock-enclosing.decl.
16410         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16411         pp-state and literal type in addition to the limits.
16412         (c-state-safe-place): New defun, extracted from c-state-literal-at.
16413         (c-state-literal-at): Use the above new defun.
16414         (c-slow-in-literal, c-fast-in-literal): Remove.
16415         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16417         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16418         being in a literal.  Add a limit for backward searching.
16420         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16421         c-slow-in-literal.
16423 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16425         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16427 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
16429         * window.el (delete-other-windows): Use correct frame in call to
16430         window-with-parameter.
16432 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
16434         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16435         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16436         (makefile-gmake-statements, makefile-makepp-statements):
16437         Use it and add new makepp keywords.
16438         (makefile-makepp-font-lock-keywords): Add new patterns.
16439         (makefile-match-function-end): Match new [...] and [[...]].
16441 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
16443         * ses.el (ses-call-printer-return, ses-cell-property-get)
16444         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16445         (ses-create-cell-variable, ses-reset-header-string)
16446         (ses-cell-set-formula, ses-repair-cell-reference-all)
16447         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16448         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16449         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16450         (ses-aset-with-undo, ses-load, ses-truncate-cell)
16451         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16452         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16453         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16454         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16455         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16456         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16457         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16458         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16460 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16462         * ses.el: The overall change is to add cell renaming, that is
16463         setting fancy names for cell symbols other than name matching
16464         "\\`[A-Z]+[0-9]+\\'" regexp .
16465         (ses-create-cell-variable): New defun.
16466         (ses-relocate-formula): Relocate formulas only for cells the
16467         symbols of which are not renamed, i.e. symbols whose names do not
16468         match regexp "\\`[A-Z]+[0-9]+\\'".
16469         (ses-relocate-all): Relocate values only for cells the symbols of
16470         which are not renamed.
16471         (ses-load): Create cells variables as the (ses-cell ...) are read,
16472         in order to check row col consistency with cell symbol name only
16473         for cells that are not renamed.
16474         (ses-replace-name-in-formula): New defun.
16475         (ses-rename-cell): New defun.
16477 2011-12-11  Chong Yidong  <cyd@gnu.org>
16479         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16480         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16482 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
16484         * window.el (other-window): Fix docstring.
16486 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16488         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16489         `from' or `to' address before taking its substring.
16490         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16491         encoded name is chopped in the middle of the encoded string, and
16492         thus displayed encoded.
16494 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
16496         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16498 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16500         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
16501         to use texinfo-update-node and commands that call it if the
16502         Texinfo file uses @node lines without next/prev/up pointers.
16503         Correct outdated description about texinfo-master-menu.
16504         (texinfo-all-menus-update, texinfo-master-menu)
16505         (texinfo-update-node, texinfo-every-node-update)
16506         (texinfo-multiple-files-update): Doc fix.  Warn against updating
16507         all the @node lines.
16508         (texinfo-master-menu): Only call texinfo-update-node if the prefix
16509         argument is numeric.  Explain better in the doc string what the
16510         function really does.
16511         (texinfo-insert-master-menu-list): Improve the error message
16512         displayed if there's no menu in the Top node.
16513         (Bug#2975)  See also this thread:
16514         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16516 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
16518         * speedbar.el (speedbar-supported-extension-expressions):
16519         Add .adb and .ads, commonly used for Ada source code (bug#10256).
16521 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
16523         * printing.el (pr-mode-alist):
16524         * simple.el (filter-buffer-substring-functions)
16525         (completion-list-insert-choice-function):
16526         * window.el (window-with-parameter, window-atom-root)
16527         (window-sides-slots, window-size-fixed, window-min-delta)
16528         (window-max-delta, window--resize-mini-window)
16529         (window--resize-child-windows-normal, window-tree)
16530         (delete-other-windows, quit-window, split-window)
16531         (display-buffer-record-window, special-display-buffer-names)
16532         (special-display-regexps, special-display-popup-frame)
16533         (same-window-p, split-window-sensibly)
16534         (display-buffer-overriding-action, display-buffer-alist)
16535         (display-buffer-base-action, display-buffer, switch-to-buffer)
16536         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16537         (fit-window-to-buffer, recenter-positions)
16538         (mouse-autoselect-window-state, mouse-autoselect-window-select):
16539         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16540         and remove unneeded backslashes in docstrings.
16542 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16544         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16546         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16547         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16548         end in ".mk".
16549         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16550         when reading the makefile (bug#10116).
16552 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16554         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16555         (bug#10116).
16557 2011-12-06  Glenn Morris  <rgm@gnu.org>
16559         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16561 2011-12-06  Chong Yidong  <cyd@gnu.org>
16563         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16565 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
16567         * textmodes/table.el (table-shorten-cell): Fix typo.
16569 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
16571         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16573 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
16575         * descr-text.el (describe-char): Fix display of strong
16576         right-to-left characters and directional embeddings and overrides.
16578         * simple.el (what-cursor-position): Fix display of codepoints of
16579         strong right-to-left characters.
16581 2011-12-05  Chong Yidong  <cyd@gnu.org>
16583         * faces.el (read-color): Doc fix.
16585 2011-12-05  Glenn Morris  <rgm@gnu.org>
16587         * align.el (align--set-marker): Add doc-string.
16588         Don't try to move something that is not a marker.  (Bug#10216)
16590 2011-12-04  Glenn Morris  <rgm@gnu.org>
16592         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16593         overly zealous deletion of trailing whitespace.
16595 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
16597         * server.el (server-delete-client): On Windows, do not try to delete
16598         the only terminal.
16599         (server-process-filter): On Windows, treat requests for a tty frame as
16600         if they were for a GUI frame if the running server is in GUI mode.
16602 2011-12-03  Glenn Morris  <rgm@gnu.org>
16604         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
16606 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16608         * electric.el: Streamline electric-indent's hook.
16609         (electric-indent-chars): Revert to simple list.
16610         (electric-indent-functions): New var.
16611         (electric-indent-post-self-insert-function): Use it.
16613         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16614         there's no inferior buffer (bug#10196).
16615         (prolog-consult-compile): Don't use toggle-read-only.
16617 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
16619         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16620         interrupt.  (Bug#10187)
16622 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16624         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16625         (bug#9160).
16627         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16628         (bug#10191).
16630 2011-12-02  Juri Linkov  <juri@jurta.org>
16632         * info.el (Info-search): Display "end of manual" when Isearch
16633         reaches the end of single-file Info manual.  (Bug#9918)
16635 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
16637         * isearch.el (isearch-message-prefix): Run the input method part
16638         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
16640 2011-12-02  Juri Linkov  <juri@jurta.org>
16642         * isearch.el (isearch-occur): Use `word-search-regexp' for
16643         `isearch-word'.
16644         (isearch-search-and-update): Add condition for `isearch-word' and
16645         call `word-search-regexp'.  (Bug#10145)
16647 2011-12-01  Glenn Morris  <rgm@gnu.org>
16649         * eshell/em-hist.el (eshell-hist-initialize):
16650         Handle eshell-history-size nil and HISTSIZE set or unset.
16651         (eshell-history-file-name, eshell-history-size): Fix custom type.
16653 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16655         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16657 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
16659         * progmodes/verilog-mode.el (verilog-pretty-expr):
16660         Rework verilog-pretty-expr to handle new assignment operators in system
16661         verilog, such as += *= and the like.
16662         (verilog-assignment-operator-re): Regular expression to find the
16663         assigment operator in a verilog assignment.
16664         (verilog-assignment-operation-re): Regular expression to find an
16665         assignment statement for pretty-expr.
16666         (verilog-in-attribute-p): Query returns true if point is in an
16667         attribute context; used to skip these for expression line up from
16668         pretty-expr.
16669         (verilog-in-parameter-p): Query returns true if point is in an
16670         parameter definition context; used to skip these for expression
16671         line up from pretty-expr.
16672         (verilog-in-parenthesis-p): Query returns true if point is in a
16673         parenthetical expression, specifically ( ) but not [ ] or { };
16674         used by pretty-expr.
16675         (verilog-just-one-space): If there is no space, don't add one.
16676         (verilog-get-lineup-indent-2): Specifically skip just attribute
16677         contexts for expression lineup, rather than skipping all
16678         parenthetical expressions.
16679         (verilog-calculate-indent): Fix comment, and fix indent.
16680         (verilog-do-indent): Indent declarations in lists (suggested by
16681         Joachim Lechner).
16682         (verilog-mode-abbrev-table): Populate abbrev mode with the various
16683         skeleton items.
16684         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16685         by Alain Mellan).
16687 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
16689         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16690         parameters with embedded comments.  Reported by Ray Stevens.
16691         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16692         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16693         Reported by Tim Holt.
16694         (verilog-auto): Fix AUTOing a upper module then AUTOing module
16695         instantiated by upper module causing wrong expansion until AUTOed a
16696         second time.  Reported by K C Buckenmaier.
16697         (verilog-diff-auto): Fix showing .* as a difference when
16698         `verilog-auto-star-save' off.  Reported by Dan Dever.
16699         (verilog-auto-reset, verilog-read-always-signals)
16700         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16701         temporary signals in reset list if
16702         verilog-auto-reset-blocking-in-non is nil, and match assignment
16703         style to each signal's assignment type, bug381.
16704         Reported by Thomas Esposito.
16705         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16706         (verilog-uvm-statement-re): Support UVM indentation and
16707         highlighting, with old OVM keywords only.
16708         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16709         Support AUTOTIEOFF creating non-wire data types.
16710         Suggested by Jonathan Greenlaw.
16711         (verilog-auto-insert-lisp, verilog-delete-to-paren)
16712         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16713         (verilog-inject-sense, verilog-read-inst-pins)
16714         (verilog-read-sub-decls, verilog-read-sub-decls-line):
16715         Fix mismatching parenthesis inside commented out code when deleting
16716         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
16717         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16718         non-numeric vector width.  Reported by Alex Reed.
16719         (verilog-auto-ascii-enum): Add "onehot" option to work around not
16720         detecting signals with parameter widths.  Reported by Alex Reed.
16721         (verilog-auto-delete-trailing-whitespace):
16722         With `verilog-auto-delete-trailing-whitespace' remove trailing
16723         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
16724         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16725         Fix verilog-scan-cache corruption when running user AUTO expansion
16726         hooks that call indentation routines.
16727         (verilog-simplify-range-expression): Fix typo ignoring lower case
16728         identifiers.
16729         (verilog-delete-auto): Fix delete-autos to also remove user created
16730         automatics, as long as they start with AUTO.
16731         (verilog-batch-diff-auto, verilog-diff-auto)
16732         (verilog-diff-function): Add `verilog-diff-auto' and bind to
16733         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
16734         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16735         (verilog-in-paren-quick, verilog-re-search-backward-quick)
16736         (verilog-re-search-forward-quick, verilog-syntax-ppss):
16737         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16738         is disabled and its cache will get corrupt, causing AUTOS not to
16739         expand.  Instead use only -quick functions.
16740         (verilog-scan-region): Fix scanning over escaped quotes.
16741         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16742         (verilog-re-search-backward-quick)
16743         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16744         related functions now ignore strings, to fix misparsing of strings
16745         with magic comments embedded in them.
16746         (verilog-read-auto-template):
16747         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16748         Reported by Brad Dobbie.
16749         (verilog-read-auto-template):
16750         Fix 'verilog-auto-inst-template-numbers' with comments.
16751         Reported by Brad Dobbie.
16752         (verilog-auto-inst, verilog-auto-inst-param)
16753         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16754         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
16755         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16756         debugging templates without merge conflicts, bug357.
16757         Reported by Brad Dobbie.
16758         (verilog-read-auto-template):
16759         Fix verilog-auto-inst-template-numbers with multiple templates.
16760         Reported by Brad Dobbie.
16761         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16762         abbrevs so user won't be asked to save.
16763         (verilog-read-auto-lisp-present): Fix to start at beginning of
16764         buffer in case called outside of verilog-auto.
16765         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16766         to "X-2".  Reported by Matthew Myers.
16767         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16768         all inputs from module templates.  Reported by Leith Johnson.
16769         (verilog-module-inside-filename-p): Fix locating programs as with
16770         modules.
16771         (verilog-auto-inst-port): Fix vl-width expressions when using
16772         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
16773         (verilog-decls-get-regs, verilog-decls-get-signals,
16774         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16775         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16776         verilog-read-decls): Combine reg and wire structures into one var
16777         structure to represent SystemVerilog concepts.
16778         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16779         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16780         (verilog-auto-wire-type, verilog-insert-definition):
16781         Add verilog-auto-wire-type and AUTOLOGIC to support using
16782         SystemVerilog "logic" keyword instead of "wire"/"reg".
16783         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16784         to declares outputs that also have assignments (presumably in an
16785         ifdef or generate if so there's not a driver conflict).
16786         Reported by Matthew Myers.
16787         (verilog-auto-declare-nettype, verilog-insert-definition):
16788         Add verilog-auto-declare-nettype to fix declarations using
16789         `default_nettype none.  Reported by Julian Gorfajn.
16790         (verilog-read-always-signals-recurse, verilog-read-decls)
16791         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16792         malformed end statement, bug325.  Reported by Joshua Wise and
16793         Andrew Drake.
16794         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16795         (verilog-inst-comment-re): Fix not deleting Interfaced comment
16796         when expanding .* in interfaces, bug320.
16797         Reported by Pierre-David Pfister.
16798         (verilog-read-module-name): Fix import statements between module
16799         name and open parenthesis, bug317.
16800         Reported by Pierre-David Pfister.
16801         (verilog-simplify-range-expression): Fix simplification of
16802         multiplications inside AUTOWIRE connections, bug303.
16803         (verilog-auto-inst-port): Support parameter expansion in
16804         multidimensional arrays.
16805         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16806         after "assert property".  Reported by Julian Gorfajn.
16807         (verilog-simplify-range-expression): Fix "couldn't merge" errors
16808         with multiplication, bug303.
16809         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16810         Reported by Jan Frode Lonnum.
16812 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
16814         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16815         (hfy-shell-file-name, hfy-shell):
16816         * international/fontset.el (x-decompose-font-name): Fix typos.
16818 2011-11-29  Ken Brown  <kbrown@cornell.edu>
16820         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16821         (gdb-version): Remove defvar.
16822         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16823         (gdb-gud-context-command, gdb-non-stop-handler)
16824         (gdb-current-context-command, gdb-stopped): Use it.
16825         (gdb-init-1): Enable pretty printing here.
16826         (gdb-non-stop-handler): Don't enable pretty-printing here.
16827         Check to see if the target supports non-stop mode; if not, turn off
16828         non-stop mode.  Use the following.
16829         (gdb-check-target-async): New defun.
16830         (gud-watch, gdb-stopped): Fix whitespace.
16831         (gdb-get-source-file): Don't try to display the source file if
16832         `gdb-main-file' is nil.
16834 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16836         * align.el: Try to generate fewer markers (bug#10047).
16837         (align--set-marker): New macro.
16838         (align-region): Use it.
16840 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16842         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16844 2011-11-29  Chong Yidong  <cyd@gnu.org>
16846         * indent.el (indent-for-tab-command, indent-according-to-mode):
16847         Doc fix.
16848         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
16850 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
16852         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16853         aware of remote file names.  (Bug#10124)
16855 2011-11-29  Chong Yidong  <cyd@gnu.org>
16857         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16859 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16861         * files.el (find-file): Don't use force-same-window (bug#10144).
16862         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16863         use pop-to-buffer if the selected window can't be used.
16864         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16866 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
16868         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16869         special-mode-map.
16871 2011-11-28  Chong Yidong  <cyd@gnu.org>
16873         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16875 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
16877         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16878           gdb-get-source-file-list on gdb-create-source-file-list.
16880 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
16882         * whitespace.el (whitespace-newline): Use a different foreground
16883         color for 16-color light-background displays.
16885 2011-11-24  Chong Yidong  <cyd@gnu.org>
16887         * window.el (display-buffer--special-action): Doc fix.
16889 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
16891         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16892         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16893         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16894         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16895         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16896         (avl-tree-stack-first):
16897         * emacs-lisp/cconv.el (cconv--analyse-use):
16898         * net/gnutls.el (gnutls-negotiate): Fix typos.
16900 2011-11-24  Glenn Morris  <rgm@gnu.org>
16902         * lpr.el (lpr-windows-system, lpr-lp-system):
16903         * mail/binhex.el (binhex-begin-line):
16904         * progmodes/grep.el (grep-history, grep-find-history):
16905         * textmodes/flyspell.el:
16906         * vc/pcvs-defs.el (cvs-global-menu):
16907         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16908         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16909         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16911         * net/tls.el: Fix case of "GnuTLS".
16913         * paths.el (rmail-file-name): Format doc-string for make-docfile.
16915         * version.el (emacs-build-system): Give it a doc-string.
16917 2011-11-24  Juri Linkov  <juri@jurta.org>
16919         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16921 2011-11-24  Glenn Morris  <rgm@gnu.org>
16923         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16924         if called on a non-mime message just toggle the headers.  (Bug#8006)
16926 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
16928         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16929         (allout-lead-with-comment-string, allout-structure-deleted-hook)
16930         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16931         (allout-rebullet-heading, allout-open-sibtopic)
16932         (allout-toggle-current-subtree-encryption)
16933         (allout-toggle-subtree-encryption, allout-encrypt-string)
16934         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16935         (allout-distinctive-bullets-string, allout-auto-activation):
16936         * window.el (window-normalize-buffer-to-display):
16937         * progmodes/verilog-mode.el (verilog-batch-indent):
16938         * textmodes/bibtex.el (bibtex-field-braces-opt)
16939         (bibtex-field-strings-opt):
16940         * vc/cvs-status.el (cvs-tree-merge):
16941         Fix typos.
16943 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
16945         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16946         `non-essential' to t, in order to avoid remote connections.
16948 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
16950         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16951         On MS-DOS and MS-Windows, compare with loaddefs.el
16952         case-insensitively.
16954 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
16956         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
16958 2011-11-23  Glenn Morris  <rgm@gnu.org>
16960         * paths.el (rmail-file-name): Reformat the doc-string so that it
16961         is picked up.
16963         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16964         (rmail-auto-file): Ignore case in the "special" field names,
16965         as mail-fetch-field does for all others.
16967         * mail/rmail.el (rmail-forward):
16968         * mail/rmailkwd.el (rmail-set-label):
16969         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16970         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
16972         * mail/rmail.el (rmail-current-message): Doc fix.
16974         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
16976 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16978         * server.el (server-eval-and-print): Allow C-g (bug#6585).
16980 2011-11-22  Glenn Morris  <rgm@gnu.org>
16982         * mail/rmailmm.el (test-rmail-mime-handler)
16983         (test-rmail-mime-bulk-handler)
16984         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16986 2011-11-21  Juri Linkov  <juri@jurta.org>
16988         * calc/calc.el (calc-read-key-sequence):
16989         Let-bind `input-method-function' to nil.  (Bug#10018)
16991 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16993         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16994         Tell the caller that the next line needs recomputation, even
16995         though it doesn't start a sexp (bug#10094).
16997 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16999         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17001 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17003         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17004         Use force-same-window.
17006 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17008         * descr-text.el (describe-char-unicode-data):
17009         * json.el (json-string-escape):
17010         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17011         (Footnote-unicode, Footnote-style-p):
17012         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17014 2011-11-20  Chong Yidong  <cyd@gnu.org>
17016         * window.el (replace-buffer-in-windows): Restore interactive spec.
17018 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17020         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17022         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17023         (byte-compile-global-not-obsolete-vars): New var.
17024         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17025         Use it.
17026         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17028 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17030         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17031         * progmodes/pascal.el (electric-pascal-equal):
17032         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17033         * xml.el (xml-substitute-special): Fix typos.
17035 2011-11-20  Glenn Morris  <rgm@gnu.org>
17037         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17038         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17039         Doc fixes.
17040         (rmail-decode-mime-charset): Mark as obsolete.
17042         * mail/rmailsum.el (rmail-message-regexp-p-1):
17043         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17044         Before using mime functions, check they are set.  (Bug#10077)
17046 2011-11-19  Juri Linkov  <juri@jurta.org>
17048         * info.el (Info-finder-find-node): Use `package--builtins' instead
17049         of `package-alist'.  Use node names formed by the pattern "Keyword "
17050         and the keyword name.
17052 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17054         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17056 2011-11-19  Juri Linkov  <juri@jurta.org>
17058         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17059         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17060         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17061         `old-history', `old-history-forward'.  Add let-binding
17062         `window-selected'.  Remove calls to `kill-buffer',
17063         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17064         before calling `Info-find-node', so `Info-find-node-2' will reread
17065         the Info file.  Restore window positions only when `window-selected'
17066         is non-nil.
17068 2011-11-19  Juri Linkov  <juri@jurta.org>
17070         * isearch.el (isearch-lazy-highlight-new-loop):
17071         Remove condition `(not isearch-error)'.  (Bug#9918)
17073         * misearch.el (multi-isearch-search-fun): Add condition
17074         `(not bound)' to ignore lazy-highlighting search.
17075         Add the search-failed message "end of multi" when the end of
17076         multi-sequence is reached.  Uncapitalize the search-failed
17077         message "Repeat for next buffer".
17079         * info.el (Info-search): Add the search-failed message
17080         "end of the manual" when the end of the manual is reached
17081         in Isearch mode.
17083 2011-11-19  Juri Linkov  <juri@jurta.org>
17085         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17086         Use non-destructive `remove' instead of `delete' because
17087         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17088         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17090 2011-11-19  Juri Linkov  <juri@jurta.org>
17092         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17093         to nil instead of binding `search-ring' and `regexp-search-ring'.
17094         (Bug#9185)
17096 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17098         * simple.el (line-move): Force movement by logical lines for any
17099         hscrolled window, not only when auto-hscroll-mode is on.
17100         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17102 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17104         * language/european.el (macintosh): Define as alias for mac-roman.
17106 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17108         * mail/rmailmm.el (rmail-mime-display-header)
17109         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17110         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17111         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17112         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17113         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17114         of a raw aref.
17115         (rmail-mime-entity-segment): To get past the tagline, move forward
17116         2 more lines, to account for the 2 empty lines that precede and
17117         follow the line with the buttons.
17118         (rmail-mime-update-tagline): Move one more line, to get past the
17119         empty line that follows the buttons in the tagline.  (Bug#9520)
17121 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17123         * window.el (window-max-delta-1, window-min-delta-1)
17124         (window-min-size-1, window-state-get-1, window-state-put-1)
17125         (window-state-put-2): Use "window--" prefix.
17127 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17129         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17130         (smie-warning-count): New var.
17131         (smie-set-prec2tab): Use it.
17132         (smie-bnf->prec2): Improve warnings.  Add docstring.
17133         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17134         (smie-bnf--set-class): New function.
17135         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17136         corner case.
17138         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17139         (compilation-error-properties, compilation-move-to-column):
17140         Handle compilation-first-column while in the target buffer.
17142         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17143         Don't hardcode point-min==1.
17145         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17146         (eshell-rewrite-for-command): Remove workaround.
17147         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17148         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17149         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17151         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17153 2011-11-17  Glenn Morris  <rgm@gnu.org>
17155         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17156         Ignore buffer-local generated-autoload-file if it is the same
17157         as the global value.  (Bug#10049)
17159 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17161         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17162         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17163         (reftex-toc-previous-heading, reftex-toc-max-level)
17164         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17165         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17166         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17167         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17168         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17169         (reftex-toc-rename-label, reftex-toc-visit-location)
17170         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17171         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17172         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17173         leaving "*toc*" only for references to the buffer.
17175 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17177         * window.el (window-resize, delete-window, split-window):
17178         Replace window-splits by window-combination-resize.
17179         * cus-start.el (window-splits): Replace by window-combination-resize.
17181 2011-11-17  Glenn Morris  <rgm@gnu.org>
17183         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17184         Make bash entry derive from sh entry, not shell entry.
17186 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17188         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17189         local file name.
17191 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17193         * menu-bar.el (menu-bar-file-menu):
17194         * printing.el (pr-ps-utility):
17195         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17196         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17197         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17198         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17199         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17200         (icalendar--convert-cyclic-to-ical)
17201         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17202         (icalendar--convert-ical-to-diary)
17203         (icalendar--convert-recurring-to-diary)
17204         (icalendar--convert-non-recurring-all-day-to-diary)
17205         (icalendar-import-format-sample):
17206         * progmodes/idlw-shell.el (idlwave-shell-mode):
17207         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17208         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17209         (vhdl-ps-print-init): Fix typos.
17211 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
17213         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17214         FSF and collapse date sequence, obscure author/maintainer email address
17215         better, remove extra version line, track relocation of author's webpage.
17217         * progmodes/python.el (python-pdbtrack-input-prompt)
17218         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17219         regular python pdb prompts.  Adjustments shamelessly taken exactly as
17220         suggested in EmacsWiki page (tiny change):
17221         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17223 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17225         * expand.el (expand-pos, expand-index, expand-point):
17226         Remove redundant info from docstring.
17227         (expand-add-abbrevs): Doc fix.
17228         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17229         (expand-sample-perl-mode-expand-list): Fix typos.
17231         * net/dbus.el (dbus-event-member-name):
17232         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17233         * term/pc-win.el (msdos-create-frame-with-faces):
17234         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17236 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17238         * window.el (split-window, window-state-get-1)
17239         (window-state-put-1, window-state-put-2): Rename occurrences of
17240         window-nest to window-combination-limit.
17241         * cus-start.el (window-nest): Rename to window-combination-limit.
17243 2011-11-16  Chong Yidong  <cyd@gnu.org>
17245         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17246         regexp (Bug#10033).
17248 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17250         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17251         `completing-read' will remove *Completions* and will preserve
17252         current-buffer for us.
17253         (tmm-add-prompt): Users of *Completions* will always (re)set its
17254         major mode.
17255         (tmm-old-comp-map): Remove.
17257 2011-11-16  Glenn Morris  <rgm@gnu.org>
17259         * mail/rmailedit.el: Require rmailmm when compiling.
17260         (rmail-old-mime-state): New declaration.
17261         (rmail-edit-current-message): If editing a mime message,
17262         edit the "raw" message from the mbox buffer.
17263         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
17265 2011-11-15  Glenn Morris  <rgm@gnu.org>
17267         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17268         which wasn't being used.  Add optional arg to force given state.
17269         (rmail-mime): Add optional arg to force given state.
17271 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17273         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17274         * frame.el (display-mm-dimensions-alist):
17275         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17276         (outline-move-subtree-down):
17277         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17278         (newsticker--treeview-do-get-node):
17279         * net/quickurl.el (quickurl-list-buffer-name):
17280         * progmodes/dcl-mode.el (dcl-mode):
17281         * progmodes/gdb-mi.el (gdb-mapcar*):
17282         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17284 2011-11-15  Glenn Morris  <rgm@gnu.org>
17286         * mail/rmail.el (rmail-file-coding-system): It's only ever used
17287         in a boolean sense, so just make it a boolean, and fix the doc.
17288         (rmail-show-mime-function, rmail-mime-feature)
17289         (rmail-require-mime-maybe): Doc fixes.
17290         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17292         * mail/rmailmm.el (rmail-show-mime): Doc fix.
17294 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17296         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17297         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17298         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17299         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17301 2011-11-15  Glenn Morris  <rgm@gnu.org>
17303         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17304         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17305         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17306         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17307         (rmail-mime, rmail-show-mime): Doc fixes.
17309         * term/ns-win.el (mode-line-frame-identification):
17310         Leave it alone.  (Bug#10051)
17312         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
17314         * mail/rmailout.el (rmail-output-to-rmail-buffer):
17315         Handle empty buffers.  (Bug#9978)
17317 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
17319         * international/mule.el (define-charset):
17320         * mail/rmailmm.el (rmail-mime-find-header-encoding):
17321         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17322         * progmodes/verilog-mode.el (verilog-backward-token):
17323         * textmodes/ispell.el (lookup-words):
17324         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17326 2011-11-14  Glenn Morris  <rgm@gnu.org>
17328         * progmodes/executable.el
17329         (executable-make-buffer-file-executable-if-script-p):
17330         Handle file-modes returning nil.
17332         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17333         message - not necessary, and causes problems.  (Bug#9831)
17335         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17337         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17339         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17340         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
17341         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17343 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
17345         * window.el (window-resize, delete-window): Use window-splits
17346         variable instead of function.
17347         (window-state-get-1, window-state-put-2, window-state-put):
17348         Don't deal with windows' splits status.
17350 2011-11-12  Glenn Morris  <rgm@gnu.org>
17352         * apropos.el (apropos-do-all, apropos-library, apropos-value)
17353         (apropos-documentation): Doc fixes.
17355 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
17357         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17358         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17360 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17362         * electric.el (electric-indent-post-self-insert-function): Make it
17363         possible for a char to only indent in some circumstances.
17364         (electric-indent-mode): Simplify.
17366 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
17368         * window.el (windows-with-parameter): Remove unused function.
17369         (windows-at-side): Rename to window-at-side-list.
17370         (window-check, window-atom-check, window-atom-check-1)
17371         (window-side-check, window-size-ignore, window-size-fixed-1)
17372         (window-in-direction-2): Prefix with "window--".
17373         (window-tree-1): Rename to window--subtree, fix doc-string.
17375 2011-11-11  Glenn Morris  <rgm@gnu.org>
17377         * subr.el (eval-after-load): If FILE is already loaded,
17378         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
17380 2011-11-10  Glenn Morris  <rgm@gnu.org>
17382         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17383         Call svn via vc-svn-command rather than vc-do-command.
17384         (vc-svn-command): Add --non-interactive.  (Bug#9993)
17385         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17387         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17388         Add toggle-read-only.  (Bug#7292)
17389         * files.el (toggle-read-only): Mention that it should only
17390         be used interactively.  (Bug#10006)
17392 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17394         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17395         Adjust regexp for OCaml warnings.
17397         * electric.el (electric-pair-post-self-insert-function): Let user
17398         turn it off buffer-locally (bug#9932).
17400         * progmodes/python.el (python-beginning-of-statement):
17401         Rewrite (bug#2703).
17403         * progmodes/compile.el: Better handle TABs (bug#9749).
17404         (compilation-internal-error-properties)
17405         (compilation-next-error-function): Obey the target buffer's
17406         compilation-error-screen-columns.
17408 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
17410         * progmodes/meta-mode.el: Remove obsolete comments.
17411         (meta-right-comment-regexp, meta-ignore-comment-regexp):
17412         Fix typos in docstrings.
17414 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
17416         * window.el (window-size-fixed-p): Rewrite doc-string.
17417         (window-resizable-p): Rename to window--resizable-p.  Update callers.
17418         (window--resizable): New function.  Make all callers of
17419         window-resizable call window--resizable instead.
17420         (window-resizable): Rewrite in terms of window--resizable.
17422 2011-11-08  Glenn Morris  <rgm@gnu.org>
17424         * progmodes/delphi.el (delphi-mode-syntax-table):
17425         Let define-derived-mode define a proper syntax table.  (Bug#9994)
17427 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17429         * window.el: Stay away from defsubst.
17430         (window-list-no-nils): Remove.
17431         (window-state-get-1, window-state-get): Use backquote instead.
17433 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17435         * emacs-lisp/find-func.el (find-function-read):
17436         Fix incorrect use of default argument in `completing-read'.
17438 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
17440         * window.el (display-buffer-function, special-display-function):
17441         Mention display-buffer-record-window but do not mention
17442         help-setup parameter in doc-strings.
17443         (window-min-delta): Fix doc-string typo.
17445 2011-11-08  Chong Yidong  <cyd@gnu.org>
17447         * window.el (window-total-height, window-total-width): Doc fix.
17448         (window-body-size): Move from C.
17449         (window-body-height, window-body-width): Move to C.
17451 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17453         * window.el: Make special-display like display-buffer-alist (bug#9532).
17454         (display-buffer--special-action): New function, morphed
17455         from display-buffer--special.
17456         (display-buffer): Use it to handle special-display-buffers at higher
17457         priority (just after display-buffer-alist).
17458         (display-buffer-fallback-action, display-buffer--other-frame-action)
17459         (pop-to-buffer-same-window): Remove display-buffer--special.
17461 2011-11-07  Glenn Morris  <rgm@gnu.org>
17463         * calendar/cal-menu.el (cal-menu-set-date-title):
17464         Do nothing if not in a calendar.  (Bug#9976)
17466 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17468         * files.el (find-file): Always use selected-window.
17470 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
17472         * window.el (window-combinations): Make WINDOW argument
17473         mandatory.  Rewrite doc-string.
17474         (walk-window-subtree, window-atom-check, window-min-delta)
17475         (window-max-delta, window--resize-this-window)
17476         (window--resize-root-window-vertically, window-tree)
17477         (balance-windows, window-state-put): Rewrite doc-strings as to
17478         not mention the term "subwindow".
17479         (window--resize-subwindows-skip-p): Rename to
17480         window--resize-child-windows-skip-p.
17481         (window--resize-subwindows-normal): Rename to
17482         window--resize-child-windows-normal.
17483         (window--resize-subwindows): Rename to
17484         window--resize-child-windows.
17485         (window-or-subwindow-p): Rename to window--in-subtree-p.
17487 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17489         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17490         Ensure that mbox format messages end in two newlines (Bug#9974).
17492 2011-11-06  Chong Yidong  <cyd@gnu.org>
17494         * window.el (window-combination-p): Function deleted; its
17495         side-effect is not used in any existing code.
17496         (window-combinations, window-combined-p): Call window-*-child
17497         directly.
17499 2011-11-05  Chong Yidong  <cyd@gnu.org>
17501         * window.el (window-valid-p): Rename from window-any-p.
17502         (window-size-ignore, window-state-get): Callers changed.
17503         (window-normalize-window): Rename from window-normalize-any-window.
17504         New arg LIVE-ONLY, replacing window-normalize-live-window.
17505         (window-normalize-live-window): Delete.
17506         (window-combination-p, window-combined-p, window-combinations)
17507         (walk-window-subtree, window-atom-root, window-min-size)
17508         (window-sizable, window-sizable-p, window-size-fixed-p)
17509         (window-min-delta, window-max-delta, window-resizable)
17510         (window-resizable-p, window-full-height-p, window-full-width-p)
17511         (window-current-scroll-bars, window-point-1, set-window-point-1)
17512         (window-at-side-p, window-in-direction, window-resize)
17513         (adjust-window-trailing-edge, maximize-window, minimize-window)
17514         (window-deletable-p, delete-window, delete-other-windows)
17515         (record-window-buffer, unrecord-window-buffer)
17516         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17517         (quit-window, split-window, window-state-put)
17518         (set-window-text-height, fit-window-to-buffer)
17519         (shrink-window-if-larger-than-buffer): Callers changed.
17521 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
17523         * mail/rmail.el (rmail-simplified-subject): Decode subject with
17524         rfc2047-decode-string.
17525         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17526         warnings.
17528         * window.el (window-body-height, window-body-width): Mention in
17529         the doc string that the return values are in frame's canonical
17530         units.  (Bug#9949)
17532 2011-11-03  Alan Mackenzie  <acm@muc.de>
17534         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17535         change in cc-engine.el.
17537 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17539         * window.el (switch-to-buffer): Use `force-same-window' interactively.
17541 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
17543         * window.el (quit-window): Call unrecord-window-buffer after
17544         showing another buffer in the window.  (Bug#9937)
17545         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17547 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
17549         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17550         Accept status with more than 9 shelves.  (Bug#9935)
17551         Reported by Colin D Bennett <colin@gibibit.com>.
17553 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
17555         * help.el (with-help-window): Don't reference
17556         temp-buffer-show-specifiers in doc-string.
17558 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17560         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17561         menu-item.
17563 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17565         * whitespace.el: New version 13.2.2.
17566         (whitespace-newline-mode): Disable properly.  Reported by Sarah
17567         <EmacsWiki>.
17569 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
17571         * net/newst-treeview.el: Remove "Time-stamp".
17572         (newsticker--group-manage-orphan-feeds): Do not call
17573         newsticker--treeview-tree-update.
17574         (newsticker-treeview-update, newsticker-treeview):
17575         Call newsticker--treeview-tree-update if necessary.
17577 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
17579         * window.el (window-iso-combination-p, window-iso-combined-p)
17580         (window-iso-combinations): Remove "iso-" infix.
17581         Suggested by Chong Yidong.
17582         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17583         (window-max-delta-1, window-resize, window--resize-siblings)
17584         (window--resize-this-window, adjust-window-trailing-edge)
17585         (split-window, balance-windows-1)
17586         (shrink-window-if-larger-than-buffer):
17587         * calendar/calendar.el (calendar-generate-window):
17588         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17590 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17592         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17593         in place (bug#9907).
17594         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17595         (eshell-rewrite-if-command, eshell-rewrite-for-command)
17596         (eshell-structure-basic-command, eshell-rewrite-while-command)
17597         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17598         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17599         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17600         (eshell-do-pipelines-synchronously, eshell-eval-command):
17601         Use backquotes and prefer setq to set.
17602         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17603         (eshell-macrop): Use functionp.
17604         (eshell-do-eval): Handle multiple expressions in `while' body.
17606 2011-10-30  Chong Yidong  <cyd@gnu.org>
17608         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17609         instead of set-mark (Bug#9810).
17611 2011-10-30  Chong Yidong  <cyd@gnu.org>
17613         * window.el (split-window-below, split-window-right): Rename from
17614         split-window-above-each-other and split-window-side-by-side
17615         respectively.  All callers changed.
17616         (split-window-sensibly, split-window-sensibly): Use them.
17617         (split-window-keep-point): Doc fix.
17619         * isearch.el: Add isearch-scroll property to split-window-below
17620         and split-window-right.
17622         * follow.el (follow-mode):
17623         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17624         * progmodes/ada-xref.el (ada-gdb-application):
17625         * emulation/vip.el (vip-buffer-in-two-windows):
17626         * image-dired.el (image-dired-dired-with-window-configuration):
17627         * dired-x.el (dired-do-find-marked-files):
17628         * dired.el (dired-pop-to-buffer):
17629         * bs.el (bs--show-with-configuration):
17630         * vc/emerge.el (emerge-setup-windows):
17631         * textmodes/two-column.el (2C-two-columns):
17632         * textmodes/reftex-toc.el (reftex-toc):
17633         * progmodes/gdb-mi.el (gdb-setup-windows):
17634         * progmodes/fortran.el (fortran-window-create):
17635         * net/newst-treeview.el (newsticker--treeview-window-init):
17636         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17637         * emulation/tpu-edt.el (tpu-gold-map):
17638         * emulation/crisp.el (crisp-mode-map):
17639         * calendar/calendar.el (calendar-basic-setup): Callers changed.
17641 2011-10-29  Chong Yidong  <cyd@gnu.org>
17643         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17645         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17647         * textmodes/flyspell.el (flyspell-word): Fix char offset for
17648         forged Ispell output (Bug#7904).
17650         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17652 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17654         * doc-view.el: Avoid ugly errors about not finding nil.
17655         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17656         (doc-view-dvipdf-program, doc-view-unoconv-program)
17657         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17658         Avoid nil or absolute file name as default value.
17659         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17661 2011-10-28  Alan Mackenzie  <acm@muc.de>
17663         * progmodes/cc-defs.el (c-version): -> 5.32.2.
17665 2011-10-28  Alan Mackenzie  <acm@muc.de>
17667         Amend the handling of c-beginning/end-of-defun in nested declaration
17668         scopes.
17670         * progmodes/cc-vars.el (c-defun-tactic): Move here from
17671         cc-langs.el.  Change it to a defcustom.
17673         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17674         cc-vars.el.
17676         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17677         Prevent "class foo : bar" being spuriously recognized as a label.
17679         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17680         Add parameter `inclusive' (to include enclosing braces in the region).
17681         (c-widen-to-enclosing-decl-scope): New function.
17682         (c-while-widening-to-decl-block): New macro.
17683         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17684         outward for defun boundaries, and correspondingly change symbol
17685         `respect-enclosure' to `go-outward'.
17686         (c-declaration-limits): Change algorithm to report only the "innermost"
17687         defun's boundaries.
17689 2011-10-28  Deniz Dogan  <deniz@dogan.se>
17691         * net/rcirc.el (rcirc-mode): Use hard newlines.
17693 2011-10-28  Alan Mackenzie  <acm@muc.de>
17695         Amend to indent and fontify macros "which include their own semicolon"
17696         correctly, using the "virtual semicolon" mechanism.
17698         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17700         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17701         Recode to scan one line at a time rather than having \n and \r
17702         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17703         (c-forward-label): Amend for virtual semicolons.
17704         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17706         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17707         of the new C macros.
17709         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17710         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17711         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17712         (c-opt-cpp-macro-define): Make into a full language variable.
17713         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17714         AWK Mode (including \n, \r) removed, no longer needed.
17716         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17717         Invoke c-make-macro-with-semi-re.
17719         * progmodes/cc-vars.el (c-macro-with-semi-re):
17720         (c-macro-names-with-semicolon): New variables.
17721         (c-make-macro-with-semi-re): New function.
17723 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17725         * vc/log-edit.el: Fill empty field rather than adding new one.
17726         (log-edit-add-field): New function.
17727         (log-edit-insert-changelog): Use it.
17729 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17731         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17733 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17735         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17736         (gdb--check-interpreter): New function.
17737         (gdb): Use it.
17739 2011-10-27  Glenn Morris  <rgm@gnu.org>
17741         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17742         (least-positive-float, least-negative-float)
17743         (least-positive-normalized-float, least-negative-normalized-float)
17744         (float-epsilon, float-negative-epsilon):
17745         Remove unnecessary declarations.
17747         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17748         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17749         (least-positive-float, least-negative-float)
17750         (least-positive-normalized-float, least-negative-normalized-float)
17751         (float-epsilon, float-negative-epsilon): Add doc-strings,
17752         based on those in cl.texi.
17754         * files.el (set-visited-file-name): If the major-mode changed,
17755         reload the local variables.  (Bug#9796)
17757 2011-10-27  Chong Yidong  <cyd@gnu.org>
17759         * subr.el (change-major-mode-after-body-hook): New hook.
17760         (run-mode-hooks): Run it.
17762         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17763         Use change-major-mode-before-body-hook.
17765         * simple.el (fundamental-mode):
17766         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17767         change introducing fundamental-mode-hook.
17769 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
17771         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17773 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
17775         * ido.el (ido-file-name-all-completions-1): Do not require
17776         tramp.el explicitly.  (Bug#7583)
17778 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17780         * progmodes/octave-mod.el:
17781         * progmodes/octave-inf.el: Update maintainer.
17783 2011-10-26  Chong Yidong  <cyd@gnu.org>
17785         * subr.el (with-wrapper-hook): Rewrite doc.
17787 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
17789         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17790         filenames "/method:foo:".  (Bug#9793)
17792 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17794         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17795         (bug#9865).
17797 2011-10-24  Glenn Morris  <rgm@gnu.org>
17799         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
17801 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
17803         * notifications.el: Add the requirement of a running D-Bus session
17804         bus to the Commentary.
17806 2011-10-24  Juri Linkov  <juri@jurta.org>
17808         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17809         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17810         (Bug#9364)
17812 2011-10-24  Juri Linkov  <juri@jurta.org>
17814         * info.el (Info-following-node-name-re): Add newline to the list
17815         of allowed characters for leading space.  (Bug#9824)
17817 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17819         * progmodes/octave-inf.el (inferior-octave-mode-map):
17820         Fix C-c C-h binding.
17821         * progmodes/octave-mod.el (octave-help): Remove.
17823 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
17825         Sync with Tramp 2.2.3.
17827         * net/tramp-cache.el (top): Pacify byte-compiler using
17828         `init-file-user' and `site-run-file'.
17830         * net/trampver.el: Update release number.
17832 2011-10-23  Chong Yidong  <cyd@gnu.org>
17834         * files.el (toggle-read-only): Remove obsolete comment about
17835         version control.
17837         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17838         for toggle-read-only.  Note that this hasn't called vc-next-action
17839         since 2008-05-02, though it wasn't documented at the time.
17841         * vc/ediff-init.el (ediff-toggle-read-only-function):
17842         Use toggle-read-only.
17844 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
17846         Fix bug #9560, sporadic wrong indentation; improve instrumentation
17847         of c-parse-state.
17849         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17850         correct faulty logical expression.
17851         (c-parse-state-state, c-record-parse-state-state):
17852         (c-replay-parse-state-state): New defvar/defuns.
17853         (c-debug-parse-state): Use new functions.
17855 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
17857         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17858         last fix.  Use window-in-direction correctly.
17860 2011-10-21  Chong Yidong  <cyd@gnu.org>
17862         * progmodes/idlwave.el (idlwave-mode):
17863         * progmodes/vera-mode.el (vera-mode): No need to set
17864         require-final-newline; that's done in prog-mode.
17865         Suggested by Stefan Monnier.
17867 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
17869         * mouse.el (mouse-drag-window-above)
17870         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17871         (mouse-drag-mode-line-1, mouse-drag-header-line)
17872         (mouse-drag-vertical-line-rightward-window): Remove.
17873         (mouse-drag-line): New function.
17874         (mouse-drag-mode-line, mouse-drag-header-line)
17875         (mouse-drag-vertical-line): Call mouse-drag-line.
17876         * window.el (window-at-side-p, windows-at-side): New functions.
17878 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
17880         * tar-mode.el (tar-grind-file-mode):
17881         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
17883 2011-10-21  Chong Yidong  <cyd@gnu.org>
17885         * progmodes/idlwave.el (idlwave-mode):
17886         * progmodes/vera-mode.el (vera-mode):
17887         Use mode-require-final-newline.
17889 2011-10-20  Glenn Morris  <rgm@gnu.org>
17891         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
17893 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
17895         * emulation/cua-base.el (cua-set-mark): Fix case of string.
17897 2011-10-20  Chong Yidong  <cyd@gnu.org>
17899         * emulation/cua-base.el (cua-mode):
17900         * mail/footnote.el (footnote-mode):
17901         * mail/mailabbrev.el (mail-abbrevs-mode):
17902         * net/xesam.el (xesam-minor-mode):
17903         * progmodes/bug-reference.el (bug-reference-mode):
17904         * progmodes/cap-words.el (capitalized-words-mode):
17905         * progmodes/compile.el (compilation-minor-mode)
17906         (compilation-shell-minor-mode):
17907         * progmodes/gud.el (gud-tooltip-mode):
17908         * progmodes/hideif.el (hide-ifdef-mode):
17909         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17910         * progmodes/subword.el (subword-mode):
17911         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17912         * progmodes/which-func.el (which-function-mode):
17913         * term/tvi970.el (tvi970-set-keypad-mode):
17914         * term/vt100.el (vt100-wide-mode):
17915         * textmodes/flyspell.el (flyspell-mode):
17916         * textmodes/ispell.el (ispell-minor-mode):
17917         * textmodes/nroff-mode.el (nroff-electric-mode):
17918         * textmodes/paragraphs.el (use-hard-newlines):
17919         * textmodes/refill.el (refill-mode):
17920         * textmodes/reftex.el (reftex-mode):
17921         * textmodes/rst.el (rst-minor-mode):
17922         * textmodes/sgml-mode.el (html-autoview-mode)
17923         (sgml-electric-tag-pair-mode):
17924         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17925         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17926         * emulation/crisp.el (crisp-mode):
17927         * emacs-lisp/eldoc.el (eldoc-mode):
17928         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17929         minor mode behavior.
17931 2011-10-19  Juri Linkov  <juri@jurta.org>
17933         * descr-text.el (describe-char): Add #x2010 and #x2011 to
17934         the list of hard-coded chars with escape-glyph face.
17936 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17938         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17940 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
17942         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17943         running process.
17945 2011-10-19  Glenn Morris  <rgm@gnu.org>
17947         * vc/vc-bzr.el (vc-bzr-after-dir-status):
17948         Ignore ignored files.  (Bug#9726)
17950 2011-10-19  Chong Yidong  <cyd@gnu.org>
17952         Doc fix for minor modes, stating that an omitted argument enables
17953         the mode unconditionally when called from Lisp.
17955         * abbrev.el (abbrev-mode):
17956         * allout.el (allout-mode):
17957         * autoinsert.el (auto-insert-mode):
17958         * autoarg.el (autoarg-mode, autoarg-kp-mode):
17959         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17960         (global-auto-revert-mode):
17961         * battery.el (display-battery-mode):
17962         * composite.el (global-auto-composition-mode)
17963         (auto-composition-mode):
17964         * delsel.el (delete-selection-mode):
17965         * desktop.el (desktop-save-mode):
17966         * dired-x.el (dired-omit-mode):
17967         * dirtrack.el (dirtrack-mode):
17968         * doc-view.el (doc-view-minor-mode):
17969         * double.el (double-mode):
17970         * electric.el (electric-indent-mode, electric-pair-mode):
17971         * emacs-lock.el (emacs-lock-mode):
17972         * epa-hook.el (auto-encryption-mode):
17973         * follow.el (follow-mode):
17974         * font-core.el (font-lock-mode):
17975         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17976         * help.el (temp-buffer-resize-mode):
17977         * hilit-chg.el (highlight-changes-mode)
17978         (highlight-changes-visible-mode):
17979         * hi-lock.el (hi-lock-mode):
17980         * hl-line.el (hl-line-mode, global-hl-line-mode):
17981         * icomplete.el (icomplete-mode):
17982         * ido.el (ido-everywhere):
17983         * image-file.el (auto-image-file-mode):
17984         * image-mode.el (image-minor-mode):
17985         * iswitchb.el (iswitchb-mode):
17986         * jka-cmpr-hook.el (auto-compression-mode):
17987         * linum.el (linum-mode):
17988         * longlines.el (longlines-mode):
17989         * master.el (master-mode):
17990         * mb-depth.el (minibuffer-depth-indicate-mode):
17991         * menu-bar.el (menu-bar-mode):
17992         * minibuf-eldef.el (minibuffer-electric-default-mode):
17993         * mouse-sel.el (mouse-sel-mode):
17994         * msb.el (msb-mode):
17995         * mwheel.el (mouse-wheel-mode):
17996         * outline.el (outline-minor-mode):
17997         * paren.el (show-paren-mode):
17998         * recentf.el (recentf-mode):
17999         * reveal.el (reveal-mode, global-reveal-mode):
18000         * rfn-eshadow.el (file-name-shadow-mode):
18001         * ruler-mode.el (ruler-mode):
18002         * savehist.el (savehist-mode):
18003         * scroll-all.el (scroll-all-mode):
18004         * scroll-bar.el (scroll-bar-mode):
18005         * server.el (server-mode):
18006         * shell.el (shell-dirtrack-mode):
18007         * simple.el (auto-fill-mode, transient-mark-mode)
18008         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18009         (line-number-mode, column-number-mode, size-indication-mode)
18010         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18011         * strokes.el (strokes-mode):
18012         * time.el (display-time-mode):
18013         * t-mouse.el (gpm-mouse-mode):
18014         * tool-bar.el (tool-bar-mode):
18015         * tooltip.el (tooltip-mode):
18016         * type-break.el (type-break-mode-line-message-mode)
18017         (type-break-query-mode):
18018         * view.el (view-mode):
18019         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18020         (global-whitespace-mode, global-whitespace-newline-mode):
18021         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18023         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18024         Fix autogenerated docstring.
18026 2011-10-19  Juri Linkov  <juri@jurta.org>
18028         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18029         by checking environment variables "DESKTOP_SESSION" and
18030         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18032 2011-10-19  Juri Linkov  <juri@jurta.org>
18034         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18035         (browse-url-chromium-program, browse-url-chromium-arguments):
18036         New defcustoms.
18037         (browse-url-default-browser): Check for `browse-url-chromium' and
18038         call `browse-url-chromium-program'.
18039         (browse-url-chromium): New command.  (Bug#9779)
18041 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18043         * facemenu.el (list-colors-duplicates): On Windows, detect more
18044         duplicates by assuming that only colors matching "^System" are
18045         special "system colors".  (Bug#9722)
18047 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18049         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18050         to distinguish the author from the committer.
18052 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18054         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18056 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18058         * international/mule.el (sgml-html-meta-auto-coding-function):
18059         Add support for detecting encoding in HTML5 specified only as
18060         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18061         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18063 2011-10-18  Glenn Morris  <rgm@gnu.org>
18065         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18067 2011-10-18  Chong Yidong  <cyd@gnu.org>
18069         * faces.el (cursor): Doc fix.
18071 2011-10-17  Chong Yidong  <cyd@gnu.org>
18073         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18075 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18077         * dirtrack.el (dirtrack): Support shell buffers with path
18078         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18080 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18082         * json.el: Bump version to 1.3 and note change in History.
18083         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18085 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18087         * comint.el (comint-insert-input, comint-send-input)
18088         (comint-get-old-input-default, comint-backward-matching-input)
18089         (comint-next-prompt): Use nil instead of `input' for field property of
18090         past user input (bug#114).
18092         * minibuffer.el (completion--replace): Inherit surrounding properties
18093         (bug#114).
18094         (minibuffer-complete-and-exit): Use it.
18096         * comint.el (comint--table-subvert): Quote the all-completions output
18097         (bug#9160).
18099 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18101         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18103         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18104         window on right of selected.  (Bug#9350) Reword other window
18105         entries and separate them from frame entries.
18107 2011-10-15  Glenn Morris  <rgm@gnu.org>
18109         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18110         Doc fixes.
18112 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18114         * net/network-stream.el (network-stream-open-starttls):
18115         Improve detection of failure due to lack of TLS support.
18117         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18118         putting the input text in front and in bold.
18120 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18122         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18124         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18125         empty buffer.
18127         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18128         unread-command-events rather than pushing yet-another event.
18130 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18132         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18133         the explanation of the possible choices.  Make the options passed
18134         to completing-read shorter.
18136 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
18138         * textmodes/flyspell.el (flyspell-large-region): Make sure
18139         extended character mode is used if defined (Bug#1339).
18141 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18143         * simple.el (what-cursor-position): Fix the display of the
18144         character info for LRE, LRO, RLE, and RLO characters by appending
18145         an invisible PDF.
18147 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18149         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18150         even in case of error; add debug spec; simplify data flow.
18151         (with-timeout-handler): Remove.
18153 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18155         Fix Bug#6019, Bug#9315.
18157         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18158         complete `buffer-file-name', the local file name part could look
18159         remotely (for example on VMS).
18161         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18162         `tramp-run-real-handler'.
18163         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18164         already quoted by '"'.
18166         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18167         Let `file-name-handler-alist' be nil, the local file name part
18168         could look remotely (for example on VMS).
18170 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18172         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18173         from here...
18174         (flyspell-post-command-hook): ...to here.
18176 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18178         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18179         if not needed.
18180         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18181         using completion.  Protect against "slow" callers.
18182         Remove the "message hack".
18184 2011-10-11  Juri Linkov  <juri@jurta.org>
18186         * isearch.el (isearch-lazy-highlight-word): New variable.
18187         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18188         Use it.  (Bug#9727)
18190 2011-10-11  Glenn Morris  <rgm@gnu.org>
18192         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18193         like f90-previous-statement does.
18195 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18197         * eshell/eshell.el (eshell-command): History should be saved
18198         only in interactive use, to avoid error.
18200 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18202         * minibuffer.el (completion-file-name-table): Fix last change,
18203         i.e. ignore normal errors but not the other ones.
18205 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
18207         * window.el (special-display-buffer-names)
18208         (special-display-regexps): Remove some remnants of earlier
18209         changes from doc-strings.
18210         (quit-windows-on): New function.
18212         * vc/vc.el (vc-revert, vc-rollback):
18213         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18214         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
18215         (Bug#6183) (Bug#7074) (Bug#7447)
18217 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
18219         * window.el (frame-auto-hide-function): Add version tag.
18220         (Bug#9699)
18222 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
18224         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18225         condition.
18227 2011-10-09  Leo Liu  <sdl.web@gmail.com>
18229         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18230         (Bug#9701)
18232 2011-10-08  Glenn Morris  <rgm@gnu.org>
18234         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18235         before the first code statement zero indent.  (Bug#9690)
18237 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
18239         * simple.el (count-words-region): Always count in the region.
18240         Report the number of lines and characters too.
18241         (count-words): New command, which counts in the buffer if the
18242         region is inactive, as count-words-region used to.
18243         (count-words--message): New function.  Handle plurals.
18244         (count-lines-region): Make it an alias for count-words-region.
18246         * bindings.el (esc-map): Replace count-lines-region with
18247         count-words-region.
18249 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
18251         * window.el (window--delete): Delete dedicated frame
18252         unconditionally when argument KILL is non-nil.  (Bug#9699)
18253         (switch-to-buffer): Fix doc-string typo.
18255 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18257         * eshell/eshell.el (eshell-command): Avoid using hooks.
18259 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
18261         * bindings.el ([M-left],[M-right]): Bind to left-word and
18262         right-word respectively.
18264 2011-10-07  Glenn Morris  <rgm@gnu.org>
18266         * cus-start.el (debug-on-quit): Fix custom type.
18268 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270         * subr.el (define-key-after): Clarify that the function is not
18271         useful for non-menu keymaps.
18273         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18275 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18277         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18278         in current minibuffer (Fix bug with recursive minibuffers).
18280 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
18282         * progmodes/gdb-mi.el (gdb): Doc fix.
18284 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
18286         * window.el (frame-auto-hide-function): New option replacing
18287         frame-auto-delete.  Suggested by Stefan Monnier.
18288         (window--delete): Call frame-auto-hide-function instead of
18289         investigating frame-auto-delete.
18290         (window-point-1, set-window-point-1): New functions.
18291         (window-in-direction, record-window-buffer, window-state-get-1)
18292         (display-buffer-record-window): Use window-point-1 instead of
18293         window-point.
18294         (set-window-buffer-start-and-point): Use set-window-point-1.
18296 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18298         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18300 2011-10-05  Glenn Morris  <rgm@gnu.org>
18302         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18303         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
18305 2011-10-05  Leo Liu  <sdl.web@gmail.com>
18307         * subr.el (read-char-choice): Fix argument to buffer-live-p which
18308         works with buffer object.
18310 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18312         * mpc.el (mpc-tool-bar-map): Add labels.
18314 2011-10-04  Glenn Morris  <rgm@gnu.org>
18316         * calendar/holidays.el (calendar-check-holidays): Doc fix.
18318 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
18320         * window.el (window--delete): New function.
18321         (frame-auto-delete): Resuscitate option.
18322         (bury-buffer, replace-buffer-in-windows)
18323         (quit-window): Rewrite using window--delete.
18324         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18325         Pass display-buffer-mark-dedicated to window--display-buffer-2
18326         (Bug#9639).
18328 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18330         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18331         returns a list (bug#9554).  Add remote file name completion.
18332         * comint.el (comint--table-subvert): Curry and get quote&unquote
18333         functions as arguments.
18334         (comint--complete-file-name-data): Adjust call accordingly.
18335         * pcomplete.el (pcomplete--table-subvert): Remove.
18336         (pcomplete-completions-at-point): Use comint--table-subvert instead.
18338         * minibuffer.el (completion-table-case-fold): Use currying.
18339         (completion--styles-type, completion--cycling-threshold-type):
18340         New constants.
18341         (completion-styles, completion-category-overrides)
18342         (completion-cycle-threshold): Use them.
18343         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18344         completion-table-case-fold.
18346 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
18348         * minibuffer.el (completion-category-overrides): Fix type of styles
18349         and add more user friendly tags (bug#9660).
18351 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18353         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18354         (mule-input-method-string): New widget.
18355         (default-input-method, language-info-custom-alist): Use it.
18357 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18359         * pcomplete.el: Require comint.
18360         (pcomplete--common-suffix): Remove.
18361         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18362         (pcomplete--table-subvert): Sync with comint--table-subvert.
18363         (pcomplete--entries): Use comint-completion-file-name-table.
18364         * comint.el (comint-unquote-filename): Simplify.
18365         (comint-completion-file-name-table): New function (bug#9616).
18366         (comint--complete-file-name-data): Use it.
18368         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18369         (pcmpl-gnu-tar-buffer): Remove.
18370         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18371         around.  Make sure pcomplete-suffix-list is only changed temporarily.
18372         Don't look inside the tar's file if it's too large.
18374 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
18376         * cus-edit.el (custom-mode-map):
18377         * epa.el (epa-key-list-mode-map):
18378         * man.el (Man-mode-map):
18379         * startup.el (splash-screen-keymap):
18380         * simple.el (special-mode-map): Use scroll-up-command and
18381         scroll-down-command.
18383         * progmodes/idlw-help.el (idlwave-help-mode-map):
18384         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18385         * net/newst-plainview.el (newsticker-mode-map):
18386         * emulation/ws-mode.el (wordstar-mode-map):
18387         * emulation/vi.el (vi-com-map):
18388         * calc/calc-graph.el (calc-graph-show-dumb):
18389         * term/sun.el (terminal-init-sun):
18390         * term/ns-win.el (global-map):
18391         * progmodes/grep.el (grep-mode-map):
18392         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18393         * mail/rmail.el (rmail-mode-map):
18394         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18396         * custom.el (custom-safe-themes, load-theme): Treat value of t for
18397         custom-safe-themes as special.
18399 2011-10-01  Julien Danjou  <julien@danjou.info>
18401         * notifications.el (notifications-notify): Fix docstring.
18403 2011-10-01  Per Starbäck  <per@starback.se>
18405         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
18407 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
18409         * startup.el (command-line-1): Fix last fix by inserting
18410         initial-scratch-message into *scratch* before displaying it.
18411         (Bug#9605) and (Bug#9636)
18413 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
18415         * simple.el (line-move): If auto-hscroll-mode is disabled and the
18416         window is hscrolled, move by logical lines.  (Bug#9607)
18417         (line-move-visual): Update the doc string to the above effect.
18419 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
18421         * window.el (display-buffer-record-window): When WINDOW is the
18422         selected window use `point' instead of `window-point'.  (Bug#9626)
18424         * startup.el (command-line-1): Use insert-before-markers when
18425         inserting initial-scratch-message.  (Bug#9605)
18427         * help.el (help-window): Remove variable.
18429 2011-09-29  Glenn Morris  <rgm@gnu.org>
18431         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18433 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
18435         * descr-text.el (describe-char-categories): Accept category
18436         descriptions more than one line long.
18438 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18440         * simple.el (delete-trailing-whitespace): Fix last change.
18442         * progmodes/perl-mode.el (perl-syntax-propertize-function):
18443         Don't confuse "y => 3" as the beginning of a `y' operation.
18445         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18446         object has more than 4 slots (bug#9613).
18448 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
18450         * subr.el (with-output-to-temp-buffer):
18451         * net/quickurl.el (quickurl, quickurl-browse-url):
18452         Fix typos in docstrings.
18454 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
18456         * minibuffer.el (completion-styles)
18457         (completion-category-overrides): Cross reference each other in doc
18458         strings.
18460 2011-09-27  Glenn Morris  <rgm@gnu.org>
18462         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18463         to split-string.  (Bug#9606)
18465 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18467         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18468         (bug#9615).
18470 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
18472         * emacs-lisp/package.el (list-packages): Fix echo area message.
18474 2011-09-27  Leo Liu  <sdl.web@gmail.com>
18476         * ido.el (ido-read-internal): Accept cons cell HIST arg.
18478 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
18480         * net/dbus.el (dbus-unregister-object): Don't release services for
18481         registered signals.  (Bug#9581)
18483 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
18485         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18486         function that picks between cfengine 2 and 3 support
18487         automatically.  Update docs accordingly.
18489 2011-09-22  Kenichi Handa  <handa@m17n.org>
18491         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18492         ZERO.
18493         (indian-itrans-v5-table-for-tamil): New variable.
18494         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18496 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
18498         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18499         that's true if the current command involved collapsing of text.
18500         It's reset to false at the beginning of the next command.
18501         (allout-post-command-business): Move the cursor to the beginning
18502         of entry if the cursor is hidden and collapsing activity just
18503         happened.
18505 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
18507         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18508         tracking (Bug#9541).
18510 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
18512         * net/newst-reader.el (newsticker-html-renderer)
18513         (newsticker-show-news): Automatically load html rendering package
18514         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
18515         because w3m-fill-column is let-bound" and the error "Symbol's value
18516         as variable is void: w3m-fill-column".
18518 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
18520         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18521         Release services only if they are defined.  (Bug#9581)
18523 2011-09-23  Richard Stallman  <rms@gnu.org>
18525         * textmodes/paragraphs.el (forward-sentence): For backwards case,
18526         distinguish start of paragraph from start of its text.
18528         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18530         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18531         (rmail-generate-viewer-buffer): Put that hook on view buffer.
18532         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18534 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
18536         * international/mule-diag.el (mule-diag): Insert a newline after
18537         each fontset description.
18539 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18541         * simple.el (delete-trailing-whitespace):
18542         Document last change; simplify.
18544 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
18546         * simple.el (delete-trailing-whitespace): Also delete
18547         extra newlines at the end of the buffer.
18549         * textmodes/picture.el: Make motion commands obey shift-select-mode.
18550         (picture-newline): Use forward-line so as to ignore fields.
18552 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18554         * subr.el (with-wrapper-hook): Fix edebug spec.
18556 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18558         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18559         (bug#4538).
18561 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
18563         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18564         Fix nasty bug using wrong cached values.
18566 2011-09-23  Alan Mackenzie  <acm@muc.de>
18568         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18570 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
18572         * window.el (pop-to-buffer): Ensure right window is selected if we
18573         chose another frame.
18575 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
18577         * simple.el (what-cursor-position): Use get-char-property-change
18578         and next-single-char-property-change, to be able to show display
18579         properties that come from overlays as well as text properties.
18581 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
18583         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18585         * cmuscheme.el (run-scheme, switch-to-scheme):
18586         * cus-edit.el (customize-group, custom-buffer-create)
18587         (customize-browse):
18588         * info.el (info):
18589         * shell.el (shell):
18590         * mail/sendmail.el (mail):
18591         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18593 2011-09-22  Richard Stallman  <rms@gnu.org>
18595         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18596         move back only to line beg, don't move back over blank lines.
18598 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
18600         * files.el (copy-directory): Set directory attributes only in case
18601         they could be retrieved from the source directory.  (Bug#9565)
18603 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
18605         * progmodes/hideshow.el (hs-looking-at-block-start-p)
18606         (hs-find-block-beginning, hs-hide-level-recursive):
18607         Ignore strings as well as comments.  (Bug#9502)
18609 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
18611         * progmodes/sql.el (sql-comint-postgres):
18612         Convert port number to a string.  (Bug#9566)
18614 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
18616         * window.el (quit-window): Undedicate window when switching to
18617         previous buffer.  Reported by Thierry Volpiatto
18618         <thierry.volpiatto@gmail.com>.
18619         (special-display-popup-frame): When popping up a new frame reset
18620         its previous buffers to nil.  Simplify code.
18622 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
18624         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18625         and process filter, as done also in `shell-command'.
18627 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
18629         * window.el (set-window-buffer-start-and-point):
18630         Call set-window-start with NOFORCE argument t.
18631         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18632         (quit-window): Reword doc-string.  Handle new format of
18633         quit-restore parameter.  Don't delete window if it has a
18634         previous buffer we can show instead of the present one.
18635         (display-buffer-record-window): Rewrite using a new format for
18636         the quit-restore window parameter
18637         (special-display-popup-frame, display-buffer-same-window)
18638         (display-buffer-reuse-window, display-buffer-pop-up-frame)
18639         (display-buffer-pop-up-window, display-buffer-use-some-window):
18640         Adapt symbol passed to display-buffer-record-window.
18641         * help.el (help-window-setup): Handle new format of quit-restore
18642         parameter.
18644 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18646         * faces.el (face-list): Fix docstring (bug#9564).
18648         * window.el (display-buffer--action-function-custom-type):
18649         Don't include internal functions in the Custom interface.
18651 2011-09-20  Juri Linkov  <juri@jurta.org>
18653         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18654         (Info-forward-node, Info-backward-node, Info-next-preorder)
18655         (Info-last-preorder): Use it.  (Bug#9528)
18657 2011-09-20  Juri Linkov  <juri@jurta.org>
18659         * info.el (Info-last-preorder): Visit last menu item only when
18660         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18662 2011-09-20  Julien Danjou  <julien@danjou.info>
18664         * password-cache.el (password-cache-remove): Remove entries even if the
18665         value is nil, so that password with a nil value (negative caching) is
18666         possible to invalidate.
18668 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
18670         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18671         all whitespace around breakpoint.  (Bug#9553)
18672         (f90-find-breakpoint): Only break at whitespace inside a comment.
18674 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18676         * minibuffer.el (completion-file-name-table): Keep track of errors.
18677         (completion-table-with-predicate): Handle the case where pred1 is nil.
18678         * pcomplete.el (pcomplete-completions-at-point): Simplify.
18680 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18682         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18683         (debugger-return-value): Signal an error if the debugging context does
18684         not await any return value.
18686         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18687         * image-mode.el (image-toggle-display-text)
18688         (image-toggle-display-image): Stay away from evil `intangible'.
18690 2011-09-19  Leo Liu  <sdl.web@gmail.com>
18692         * replace.el (occur-revert-arguments): Make it permanent-local.
18693         (occur-mode): Don't call font-lock-defontify.
18695 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
18697         * net/ldap.el (ldap-search-internal): Don't push empty search
18698         result (Bug#9508).
18700 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18702         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18704 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
18706         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18707         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18709 2011-09-18  Juri Linkov  <juri@jurta.org>
18711         * buff-menu.el (Buffer-menu-mode-map):
18712         * dired.el (dired-mode-map):
18713         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18714         (lisp-interaction-mode-map):
18715         * emacs-lisp/package.el (package-menu-mode-map):
18716         * epa.el (epa-key-list-mode-map):
18717         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18718         (menu-bar-options-menu):
18719         * outline.el (outline-mode-menu-bar-map):
18720         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18721         * vc/vc-dir.el (vc-dir-menu-map):
18722         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18723         Capitalize non-function content words in menu item strings.
18725         * dired.el (dired-mode-map): Add menu item for
18726         `image-dired-dired-toggle-marked-thumbs'.
18728 2011-09-18  Juri Linkov  <juri@jurta.org>
18730         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18731         to `isearch-case-fold-search' and restore its original value
18732         after the `isearch-mode' call.
18734 2011-09-18  Juri Linkov  <juri@jurta.org>
18736         * progmodes/grep.el (grep-process-setup): Don't check code for 1
18737         because `zgrep' returns 1 for successful matches (bug#9226).
18739 2011-09-18  Juri Linkov  <juri@jurta.org>
18741         * info.el (Info-extract-menu-node-name): Check the second match
18742         for empty string (second test-case of bug#9528).
18743         (Info-last-preorder): Let-bind `Info-history' to nil to not add
18744         intermediate nodes to the history (first test-case of bug#9528).
18746 2011-09-18  Juri Linkov  <juri@jurta.org>
18748         * info.el (Info-mode-syntax-table): New variable.
18749         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18751 2011-09-18  Juri Linkov  <juri@jurta.org>
18753         * info.el (Info-file-supports-index-cookies):
18754         Increment line-beginning-position's arg from 3 to 4 because makeinfo
18755         outputs one more line for long file names (bug#4142).
18757 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18759         * newcomment.el (comment-normalize-vars): If prompting for
18760         comment-start, set comment-start-skip too (Bug#8424).
18762 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
18764         * icomplete.el: Fix previous fix of Bug#5849.
18765         (icomplete-mode): Don't set completion-show-inline-help.
18766         (icomplete-minibuffer-setup): Set completion-show-inline-help
18767         locally during icompletion.
18769 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18771         * woman.el (woman2-process-escapes): Don't delete unrecognized
18772         escapes (Bug#7843).
18774         * files.el (inhibit-first-line-modes-regexps): Add image files.
18775         (hack-local-variables-prop-line): Return nil for malformed
18776         prop-lines (Bug#9044).
18778 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
18780         * net/tramp.el (top): Don't require 'shell.
18781         (tramp-methods): Fix docstring.
18782         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18783         Return complete remote file name.  Handle "smb" case.
18784         Use `tramp-tmpdir', if defined for the respective method.
18785         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18787         * net/tramp-compat.el (top): Require 'shell.
18789         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18790         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18791         `tramp-current-host'.
18792         (tramp-get-remote-tmpdir): Remove.
18794         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18795         `tramp-tmpdir' entries.
18796         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18797         (tramp-smb-handle-file-attributes): Ignore errors.
18798         (tramp-smb-wait-for-output): Check also for process end.
18800 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18802         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18803         when sending QUIT (bug#9312).
18805 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
18807         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18808         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18809         occur-mode-display-occurrence.
18810         (occur-edit-mode): Add usage message.
18811         (occur-cease-edit): New command.
18812         (occur-after-change-function): Use text properties to find the
18813         position of the prefix text.
18814         (occur-engine): Set stickiness of prefix text properties.
18816 2011-09-17  Glenn Morris  <rgm@gnu.org>
18818         * progmodes/etags.el (complete-tag):
18819         Fix call to completion-in-region.  (Bug#9526)
18821 2011-09-17  Juri Linkov  <juri@jurta.org>
18823         * textmodes/ispell.el (ispell-word): Add to the error message
18824         the word, ispell program name and current dictionary (bug#9121).
18825         (ispell-tex-arg-end): Capitalize "error" in the error message.
18827 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
18829         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18830         check.  (Bug#4251)
18832 2011-09-17  Juri Linkov  <juri@jurta.org>
18834         * window.el (window-safe-min-height, window-safe-min-width):
18835         Fix typos (followup to bug#9522).
18837 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
18839         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18841 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
18843         * simple.el (line-move): If goal-column is set, move by logical
18844         lines, not by display lines.  (Bug#971)
18845         (next-line, previous-line, goal-column, line-move-visual): Doc fix
18846         to reflect the above change.
18848 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18850         * image.el (imagemagick-register-types): Use regexp-opt.
18852 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18854         * window.el (display-buffer-base-action): Rename from
18855         display-buffer-default-action.  Make default value empty.
18856         (display-buffer-overriding-action): Convert to defvar.
18857         (display-buffer-fallback-action): New var.
18859 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18861         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18862         declaration.
18863         (package--add-to-archive-contents): If there is a duplicate entry
18864         with an older version, remove it.
18865         (package-menu-mark-delete, package-menu-mark-install)
18866         (package-menu-mark-unmark): Make unused args optional.
18867         (package-menu-mark-obsolete-for-deletion):
18868         Use package-menu-get-status instead of a regexp search.
18869         (package-menu-get-status): Use tabulated-list-entry.
18870         (package-menu-mark-upgrades): New command.
18871         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
18872         (package-menu-execute): Do installation before deletion.
18873         (package-menu-refresh, package-menu-execute): Use derived-mode-p
18874         instead of checking major-mode.
18875         (package-menu--find-upgrades): New function.
18877 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18879         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18880         passwords in the log buffer.
18881         (smtpmail-process-filter): Update the process marker so that the
18882         "broken by peer" status message is inserted in the right place.
18884 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18886         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18887         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18888         bibtex-completion-at-point-function.
18889         (bibtex-completion-at-point-function): Use them.
18891         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18893         * mpc.el (mpc-constraints-tag-lookup): New function.
18894         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18895         also to browser "album|playlist".
18897 2011-09-14  Juri Linkov  <juri@jurta.org>
18899         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
18900         (isearch-edit-string): Use length of `isearch-string' when
18901         `isearch-fail-pos' returns nil.
18902         (isearch-message): Remove duplicate code and call
18903         `isearch-fail-pos' with arg `t'.
18905 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
18907         * replace.el (occur-mode-goto-occurrence): Don't force using other
18908         window (Bug#9499).
18910         * dired-aux.el (dired-do-chmod): Don't provide initial input.
18912 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
18914         * window.el (display-buffer-window): Remove.
18915         (display-buffer-record-window): Use help-setup window parameter
18916         instead of variable display-buffer-window.
18917         (display-buffer-function, special-display-buffer-names)
18918         (special-display-function): Mention help-setup parameter instead
18919         of display-buffer-window in doc-string.
18920         * help.el (help-window-setup): New argument help-window.
18921         Use help-window-setup parameter instead of display-buffer-window.
18922         Reword some messages.
18923         (with-help-window): Pass window used for displaying the buffer
18924         to help-window-setup.  Don't set display-buffer-window.
18926 2011-09-13  Glenn Morris  <rgm@gnu.org>
18928         * emacs-lisp/debug.el (debugger-make-xrefs):
18929         Preserve point.  (Bug#9462)
18931 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
18933         * window.el (window-deletable-p): Use next-frame.
18935 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
18937         * window.el (window-auto-delete): Remove.
18938         (window-deletable-p): Remove argument FORCE.  Don't deal with
18939         dedication and previous buffers.
18940         (switch-to-prev-buffer): Don't delete window.
18941         (delete-windows-on): Delete a window's frame if and only if the
18942         window is dedicated.
18943         (replace-buffer-in-windows): Delete buffer's window or frame if
18944         and only if window is dedicated.
18945         (quit-window): Handle quit-restore as before last change.
18946         (bury-buffer): Delete window only if window-deletable-p returns t.
18948 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
18950         * window.el (window-deletable-p): Never delete the last frame on a
18951         given terminal.
18953 2011-09-13  Glenn Morris  <rgm@gnu.org>
18955         * help.el (describe-key-briefly): Copy previous standard-output change.
18957 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
18959         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
18961 2011-09-13  Glenn Morris  <rgm@gnu.org>
18963         * emacs-lisp/lisp-mode.el (lisp-indent-function):
18964         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18966 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
18968         * dired-aux.el (dired-mark-read-string): Don't return default
18969         value on empty input (Bug#9361).
18970         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18971         Omit initial minibuffer contents.
18972         (dired-do-chmod): Signal an error on empty input.
18973         (dired-mark-read-string): Don't return default on empty input.
18975         * files.el (file-modes-symbolic-to-number): Doc fix.
18977 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18979         * international/mule-cmds.el (ucs-completions): Remove.
18980         (read-char-by-name): Use complete-with-action instead; add metadata.
18982 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
18984         * window.el (display-buffer--action-function-custom-type)
18985         (display-buffer--action-custom-type): New vars.
18986         (display-buffer-alist, display-buffer-default-action)
18987         (display-buffer-overriding-action): Add defcustom types.
18989         * frame.el (delete-other-frames): Doc fix (Bug#276).
18991 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18993         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18995 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
18997         Change modes that used same-window-* vars to use switch-to-buffer.
18999         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19000         Use switch-to-buffer.
19002         * cus-edit.el (customize-group, custom-buffer-create)
19003         (customize-browse, custom-buffer-create-other-window):
19004         Use switch-to-buffer or switch-to-buffer-other-window.
19006         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19007         (Info-prev, Info-up, Info-speedbar-goto-node)
19008         (info-display-manual): Use switch-to-buffer.
19009         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19011         * mail/sendmail.el (mail): Use switch-to-buffer.
19012         (mail-recover): Use switch-to-buffer-other-window.
19014         * cmuscheme.el (run-scheme, switch-to-scheme):
19015         * ielm.el (ielm):
19016         * shell.el (shell):
19017         * net/rlogin.el (rlogin):
19018         * net/telnet.el (telnet, rsh):
19019         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19021 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19023         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19025 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19027         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19028         so don't mention it (bug#9301).
19029         (dired-sort-toggle-or-edit): Clarify string further.
19031         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19032         match `x', `w32' and `ns', like the manual says (bug#9029).
19034         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19035         (process-kill-buffer-query-function): Mention the buffer name in
19036         the query.
19038         * image-mode.el (image-next-line): The line parameter is mandatory
19039         (bug#9258).
19041         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19042         which can be useful (bug#9301).
19044         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19046         * subr.el (match-string): Mention that the current buffer should
19047         be the same as the search was done in (bug#9282).
19049         * facemenu.el: Disable the remove-* commands if the mark isn't
19050         active (bug#9162).
19052 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19054         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19055         of display-buffer.
19056         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19058         * replace.el (occur-mode-goto-occurrence)
19059         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19060         and display-buffer.
19062         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19063         display-buffer.
19065         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19066         special-display and same-window variables.
19067         (mail-other-window): Use switch-to-buffer-other-window.
19068         (mail-other-frame): USe switch-to-buffer-other-frame.
19070         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19071         Use display-buffer-other-frame.
19072         (gdb-display-gdb-buffer): Use pop-to-buffer.
19074         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19076         * progmodes/python.el: Don't set same-window-buffer-names.
19078         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19080         * window.el (display-buffer-alist): Add *Python*.
19082 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19084         * window.el (display-buffer-alist): Add entry for buffers
19085         previously handled same-window-*.
19086         (display-buffer-alist, display-buffer-default-action)
19087         (display-buffer-overriding-action): Mark as risky.
19088         (display-buffer-alist): Document action function changes.
19089         (display-buffer--same-window-action)
19090         (display-buffer--other-frame-action): New variables.
19091         (switch-to-buffer, display-buffer-other-frame): Use them.
19092         (display-buffer): Rename reuse-frame entry to reusable-frames.
19093         (display-buffer-reuse-selected-window): Function deleted.
19094         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19095         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19096         (display-buffer-special): New function.
19097         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19098         display-buffer-reuse-or-pop-window.  Split off special-display
19099         part into display-buffer-special.
19100         (display-buffer-use-some-window): Don't perform any special
19101         pop-up-frames handling.
19102         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19103         (display-buffer--maybe-same-window): Rename from
19104         display-buffer-maybe-same-window.
19106         * info.el: Don't set same-window-regexps.
19107         (info-setup): New function.
19108         (info-other-window, info): Call it.
19110         * cus-edit.el: Don't set same-window-regexps.
19111         (customize-group): New argument.
19112         (customize-group-other-window): Use it.
19113         (customize-face, customize-face-other-window): Likewise.
19114         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19116         * net/rlogin.el:
19117         * net/telnet.el:
19118         * progmodes/gud.el: Don't set same-window-regexps.
19120         * cmuscheme.el:
19121         * ielm.el:
19122         * shell.el:
19123         * mail/sendmail.el:
19124         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19126 2011-09-10  Juri Linkov  <juri@jurta.org>
19128         * isearch.el (isearch-edit-string): Remove obsolete mention of
19129         `C-w' (`isearch-yank-word-or-char') from docstring.
19130         (isearch-query-replace): Fix typo in docstring (bug#9466).
19132 2011-09-10  Juri Linkov  <juri@jurta.org>
19134         * paren.el (show-paren-function): Don't show escaped parens.
19135         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19137 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19139         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19140         (mm-default-file-encoding): Remove autoload forms, they are
19141         replaced with autoload cookies in mml.el and mm-encode.el.
19142         (mail-add-attachment): New command.
19143         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19144         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19145         the doc string.
19146         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19148 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19150         * simple.el (count-words-region): Use buffer if there's no region
19151         (bug#9429).
19153 2011-09-09  Juri Linkov  <juri@jurta.org>
19155         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19156         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19157         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19159 2011-09-09  Alan Mackenzie  <acm@muc.de>
19161         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19162         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19164 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19166         Fix for Savannah bug#9392.
19167         * simple.el (mail-encode-mml): New defvar.
19169         * mail/rmail.el (mail-encode-mml): Add a defvar.
19170         (rmail-enable-mime-composing): Default to t.
19171         (rmail-forward): Use MIME method of forwarding only if both
19172         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19173         Set mail-encode-mml non-nil if the MIME method was used.
19175         * mail/sendmail.el (mml-to-mime): Add autoload form.
19176         (mail-encode-mml): Add a defvar.
19177         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19178         to nil.
19179         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19180         message through mml-to-mime, and reset mail-encode-mml to nil.
19182 2011-09-09  Glenn Morris  <rgm@gnu.org>
19184         * woman.el (woman-if-body): When processing an .el block,
19185         do not delete the next .el block as well.  (Bug#9447)
19186         (woman-special-characters): Add oq, cq, and hy characters.
19188 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19190         * window.el (window-deletable-p): Make sure window is live before
19191         invoking window-prev-buffers.
19193 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19195         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19197 2011-09-08  Juri Linkov  <juri@jurta.org>
19199         * progmodes/compile.el (compilation-environment): Make it
19200         a defcustom (bug#8340).
19202 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19204         * window.el (frame-auto-delete): Rename to window-auto-delete.
19205         Make it control auto-deletion of windows and/or frames.
19206         (window-deletable-p): New argument FORCE.  Rewrite conditions
19207         for deleting window/frame.  (Bug#9419)
19208         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19209         Rewrite handling of case when window/frame can be deleted.
19210         (delete-windows-on): Call window-deletable-p with new FORCE
19211         argument t.  (Bug#9456)
19213 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
19215         * help-mode.el (help-mode): Restore autoload.
19217 2011-09-07  Juri Linkov  <juri@jurta.org>
19219         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19220         `compilation-environment'.  Set buffer-local
19221         `compilation-environment' to `thisenv' later after (funcall mode).
19222         (Bug#8340)
19224         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
19225         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19226         instead of replacing its value.  (Bug#8340)
19228 2011-09-07  Juri Linkov  <juri@jurta.org>
19230         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19231         based on text properties put by `grep-filter' instead of matching
19232         escape sequences.
19233         (grep-mode): Set buffer-local `compilation-error-screen-columns'
19234         to the value of `grep-error-screen-columns' (bug#9438).
19236 2011-09-07  Juri Linkov  <juri@jurta.org>
19238         * simple.el (next-error-highlight, next-error-highlight-no-select):
19239         Doc fix (bug#9432).
19241 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
19243         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19244         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
19246 2011-09-07  Leo Liu  <sdl.web@gmail.com>
19248         * net/rcirc.el (rcirc-mode): Conditionally initialize
19249         rcirc-input-ring.
19251 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19253         * emacs-lisp/find-func.el (find-function-C-source): Only set
19254         find-function-C-source-directory after checking that we found a source
19255         file there (bug#9440).
19257 2011-09-06  Alan Mackenzie  <acm@muc.de>
19259         * isearch.el (isearch-other-meta-char): Wherever a key list is
19260         unread, "unread" the prefix arg, too.  This fixes bug #8901.
19262 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
19264         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19266 2011-09-05  Juri Linkov  <juri@jurta.org>
19268         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19270 2011-09-05  Juri Linkov  <juri@jurta.org>
19272         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19273         keeping point where processing of grep matches begins, and
19274         continue to delete remaining escape sequences from the same point.
19275         (grep-filter): Make leading zero optional in "0?1;31m" because
19276         git-grep emits "\033[1;31m" escape sequences unlike expected
19277         "\033[01;31m" as GNU Grep does (bug#9408).
19278         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19280 2011-09-05  Juri Linkov  <juri@jurta.org>
19282         * subr.el (y-or-n-p): Capitalize "yes".
19284 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
19286         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
19287         `tramp-cache-unload-hook' where appropriate.
19288         (tramp-methods): Rename `tramp-remote-sh' to
19289         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
19290         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19292         * net/tramp-sh.el (top): Don't require 'shell.
19293         (tramp-methods): Add `tramp-remote-shell' and
19294         `tramp-remote-shell-args' entries.
19295         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19296         (tramp-sh-handle-shell-command): Remove.
19297         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19298         Use `tramp-remote-shell'.
19300 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
19302         * mail/sendmail.el (sendmail-query-once-function): Delete.
19303         (sendmail-query-once): Save directly to send-mail-function.
19304         Update message-send-mail-function too.
19306         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19308 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19310         * progmodes/python.el (python-mode-map): Use correct function to
19311         start python interpreter from menu-bar (as reported by Geert
19312         Kloosterman).
19313         (inferior-python-mode-map): Fix typo.
19314         (python-shell-map): Remove.
19316 2011-09-03  Deniz Dogan  <deniz@dogan.se>
19318         * net/rcirc.el (rcirc-print): Simplify code for
19319         rcirc-scroll-show-maximum-output.  There is no need to walk
19320         through all windows to find the right one.
19322 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19324         * help.el (help-return-method): Doc fix.
19326 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
19328         * window.el (window-deletable-p): Don't return a non-nil value
19329         when there's a buffer that was shown in the window before.
19330         (Bug#9419)
19331         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19332         Set window's previous buffers to nil.
19334 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
19336         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19337         newline before and after the tag line, so it doesn't interfere
19338         with determining the paragraph direction of bidirectional text.
19340 2011-09-03  Leo Liu  <sdl.web@gmail.com>
19342         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
19344 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19346         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19347         (pop-to-buffer): Change interactive spec.  Pass second argument
19348         directly to display-buffer.
19349         (display-buffer): Fix interactive spec.  Use functionp to
19350         distinguish between a function and a list of functions.
19352         * abbrev.el (edit-abbrevs):
19353         * arc-mode.el (archive-extract):
19354         * autoinsert.el (auto-insert):
19355         * bookmark.el (bookmark-bmenu-list):
19356         * files.el (find-file):
19357         * view.el (view-buffer):
19358         * progmodes/compile.el (compilation-goto-locus):
19359         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19361 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19363         * window.el (display-buffer-alist): Doc fix.
19364         (display-buffer): Add docstring.  Don't treat
19365         display-buffer-default specially.
19366         (display-buffer-reuse-selected-window)
19367         (display-buffer-same-window, display-buffer-maybe-same-window)
19368         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19369         (display-buffer-pop-up-window)
19370         (display-buffer-reuse-or-pop-window)
19371         (display-buffer-use-some-window): New functions.
19372         (display-buffer-default-action): Use them.
19373         (display-buffer-default): Delete.
19374         (pop-to-buffer-1): Fix choice of actions.
19376 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19378         * minibuffer.el (completion--insert-strings): Don't get confused by
19379         completion entries that end with an LF char.
19381 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
19383         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19385 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
19387         * window.el (display-buffer): Restore interactive spec.
19388         (display-buffer-same-window, display-buffer-other-window):
19389         New functions.
19390         (pop-to-buffer-1): New function.  Use the above.
19391         (pop-to-buffer, pop-to-buffer-same-window): Use it.
19392         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19394         * view.el (view-buffer-other-window, view-buffer-other-frame):
19395         Just use pop-to-buffer.
19397 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19399         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
19401 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
19403         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
19405 2011-08-31  Richard Stallman  <rms@gnu.org>
19407         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19408         of the separation of rmail-view-buffer from rmail-buffer.
19409         If you say no to "replace original", the decrypt is in the
19410         view buffer.  If you say yes, the decrypt goes into the
19411         rmail buffer also.
19413 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
19415         * window.el (display-buffer-window): Rewrite doc-string.
19416         (display-buffer-record-window): New function.
19417         (display-buffer-macro-specifiers)
19418         (display-buffer-even-window-sizes, display-buffer-set-height)
19419         (display-buffer-set-width, display-buffer-in-window)
19420         (display-buffer-reuse-window, display-buffer-split-specifiers)
19421         (display-buffer-side-specifiers, display-buffer-split-window-1)
19422         (display-buffer-split-window, display-buffer-split-atom-window)
19423         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19424         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19425         (display-buffer-other-window-means-other-frame)
19426         (display-buffer-normalize-special)
19427         (display-buffer-normalize-default)
19428         (display-buffer-normalize-argument)
19429         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19430         (display-buffer-normalize-specifiers, display-buffer-frame)
19431         (display-buffer-same-window, display-buffer-same-frame)
19432         (display-buffer-other-window)
19433         (display-buffer-same-frame-other-window)
19434         (display-buffer-other-frame, pop-to-buffer-same-window)
19435         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19436         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19437         (switch-to-buffer-same-frame)
19438         (switch-to-buffer-other-window-same-frame)
19439         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19440         (display-buffer-alist-set-1, display-buffer-alist-set-2)
19441         (display-buffer-alist-set): Remove.
19442         (display-buffer-function, special-display-buffer-names)
19443         (special-display-regexps, special-display-function):
19444         In doc-string refer to display-buffer-window and quit-restore
19445         parameter.
19446         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19447         (special-display-frame-alist, special-display-popup-frame)
19448         (same-window-buffer-names, same-window-regexps, same-window-p)
19449         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19450         (split-window-preferred-function, split-height-threshold)
19451         (split-width-threshold, window-splittable-p)
19452         (split-window-sensibly, window--try-to-split-window)
19453         (window--frame-usable-p, even-window-heights)
19454         (window--even-window-heights, window--display-buffer-1)
19455         (window--display-buffer-2, display-buffer-other-frame):
19456         Restore old Emacs 23 code, order and doc-strings where applicable.
19457         (display-buffer-default, display-buffer-assq-regexp): New functions.
19458         (display-buffer-alist): Rewrite doc-string.
19459         (display-buffer-default-action)
19460         (display-buffer-overriding-action): New variables.
19461         (display-buffer, switch-to-buffer): Rewrite.
19462         (pop-to-buffer): Restore Emacs 23 behavior but use
19463         window-normalize-buffer-to-display.
19464         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19465         Restore Emacs 23 behavior but use
19466         window-normalize-buffer-to-switch-to.
19467         (pop-to-buffer-same-window): Rewrite.
19468         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19469         Rewrite using Emacs 23 options.
19471 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
19473         * net/tramp.el (tramp-root-regexp): Remove.
19474         (tramp-completion-file-name-regexp-unified)
19475         (tramp-completion-file-name-regexp-separate)
19476         (tramp-completion-file-name-regexp-url): Don't use leading volume
19477         letter on w32 systems.  (Bug#5303, Bug#9311)
19478         (tramp-drop-volume-letter): Simplify definition.
19479         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19481 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19483         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19484         (bug#9356).
19486 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
19488         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19490 2011-08-29  Juri Linkov  <juri@jurta.org>
19492         * isearch.el (isearch-done): Don't display message "Mark saved"
19493         when arg `edit' is non-nil to prevent its flicker in the echo area.
19495 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19497         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19498         obsolete packages for deletion.
19500 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
19502         * help-mode.el (help-mode-map): Add special-mode-map to parent.
19503         (help-mode): Derive help-mode from special-mode.  Don't invoke
19504         view-mode from help-mode.
19505         (help-xref-override-view-map): Remove.
19506         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19507         view-mode is not used anymore.
19509 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19511         * server.el (server-port): Doc fix.
19513         * cus-theme.el (custom-theme-choose-mode): Inherit from
19514         special-mode (Bug#9124).
19515         (custom-theme-choose-mode-map): Add special-mode to parent.
19517 2011-08-28  Alan Mackenzie  <acm@muc.de>
19519         * progmodes/cc-fonts.el
19520         (c-make-font-lock-BO-decl-search-function): New function.
19521         (c-basic-matchers-after - "Fontify the clauses after various
19522         keywords"): Extract the three keyword lists for the 3 erroneous
19523         constructs from the list of four, and use the new function above
19524         in place of an old one.
19526 2011-08-28  Deniz Dogan  <deniz@dogan.se>
19528         * net/rcirc.el (rcirc-insert-prev-input)
19529         (rcirc-insert-next-input): Remove unused argument.
19531 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19533         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19535 2011-08-27  Alan Mackenzie  <acm@muc.de>
19537         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19538         handle function pointer parameters properly.
19540 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
19542         * window.el (display-buffer-reuse-window): Fix case where
19543         selected window was reused with non-nil OTHER-WINDOW argument.
19544         (Bug#9381)
19546 2011-08-27  Deniz Dogan  <deniz@dogan.se>
19548         * net/rcirc.el (rcirc-check-auth-status): Adding support for
19549         oftc's NickServ messages.
19551 2011-08-27  Glenn Morris  <rgm@gnu.org>
19553         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
19555 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
19557         * emacs-lisp/package.el (package-install): Call package-initialize
19558         if called interactively.
19560 2011-08-26  Leo Liu  <sdl.web@gmail.com>
19562         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
19564 2011-08-25  Juri Linkov  <juri@jurta.org>
19566         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19567         `search-whitespace-regexp' (bug#9364).
19569 2011-08-25  Juri Linkov  <juri@jurta.org>
19571         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19572         `regexp-search-ring' to their global values to protect from
19573         updating by `read-from-minibuffer' (bug#9185).
19575 2011-08-25  Juri Linkov  <juri@jurta.org>
19577         * textmodes/ispell.el (ispell-command-loop): Add newline
19578         at the end of the "Use option `i'..." line.
19580 2011-08-25  Juri Linkov  <juri@jurta.org>
19582         * battery.el (display-battery-mode): If `battery-status-function'
19583         or `battery-mode-line-format' is nil, display the message and set
19584         `display-battery-mode' to nil (bug#9363).
19586 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
19588         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19589         bidi-string-mark-left-to-right; they are unnecessary now.
19591 2011-08-25  Deniz Dogan  <deniz@dogan.se>
19593         * net/quickurl.el: Documentation typo fixes.
19595 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
19597         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19599 2011-08-25  Glenn Morris  <rgm@gnu.org>
19601         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19603         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19604         (smtpmail-via-smtp): Handle nil response from smtp.
19606 2011-08-24  Juri Linkov  <juri@jurta.org>
19608         * proced.el (proced-marked): Inherit from `error' instead of
19609         `font-lock-warning-face'.
19611         * ibuffer.el (ibuffer-marked-face): Change default face from
19612         `font-lock-warning-face' to `warning'.
19613         (ibuffer-deletion-face): Change default face from
19614         `font-lock-type-face' to `error'.
19616         * battery.el (battery-update): Use the face `error' instead of
19617         `font-lock-warning-face' (bug#6117).
19619 2011-08-24  Juri Linkov  <juri@jurta.org>
19621         * faces.el (success): Change face color from "Green3" to
19622         "ForestGreen" on light background (bug#9353).
19624 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
19626         * window.el (quit-window): Rename from quit-restore-window.
19627         Use same arglist as old quit-window.
19628         (frame-auto-delete): Doc fix.
19630         * view.el (view-mode-exit): Use quit-window.
19632 2011-08-24  Juri Linkov  <juri@jurta.org>
19634         * isearch.el (isearch-ring-adjust1): Start visiting previous
19635         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19636         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19637         for empty search string (when the last search string is reused
19638         automatically) to adjust the isearch ring to the last element and
19639         prepare the correct index for further M-p commands (bug#9185).
19641 2011-08-24  Kenichi Handa  <handa@m17n.org>
19643         * international/ucs-normalize.el: If decomposition property of
19644         CHAR is the default one (i.e. a list of CHAR itself), treat it as
19645         nil.
19646         (nfd, nfkd): Likewise.
19648 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19650         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19651         from process filters aren't reliably transmitted to the surrounding
19652         accept-process-output.
19653         (mpc-proc-check): New function.
19654         (mpc-proc-sync): Use it (bug#8293)
19656 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19658         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19659         Add compatibility functions (bug#9313).
19661 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
19663         * cus-start.el (all): Add entry for bidi-paragraph-direction.
19665         * international/uni-bidi.el: Regenerate.
19667 2011-08-23  Kenichi Handa  <handa@m17n.org>
19669         * international/charprop.el:
19670         * international/uni-bidi.el:
19671         * international/uni-category.el:
19672         * international/uni-combining.el:
19673         * international/uni-comment.el:
19674         * international/uni-decimal.el:
19675         * international/uni-decomposition.el:
19676         * international/uni-digit.el:
19677         * international/uni-lowercase.el:
19678         * international/uni-mirrored.el:
19679         * international/uni-name.el:
19680         * international/uni-numeric.el:
19681         * international/uni-old-name.el:
19682         * international/uni-titlecase.el:
19683         * international/uni-uppercase.el: Regenerate.
19685 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
19687         * help.el (help-window-setup): Fix message displayed when other
19688         window is reused.  (Bug#9341)
19690 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19692         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19693         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19695         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19696         Mark obsolete.
19697         * shell.el (shell-parse-pcomplete-arguments): New function.
19698         (shell-completion-vars): Use it instead (bug#9160).
19700 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19702         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19703         strings and comments (bug#9333).
19705         * emacs-lisp/debug.el (debug-arglist): New function.
19706         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
19707         (debug-on-entry-1): Handle interpreted closures (bug#9120).
19709 2011-08-22  Juri Linkov  <juri@jurta.org>
19711         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19712         Revert regexp that highlights output switches to its old
19713         pre-2010-10-28 value and remove one `?' from it (bug#9319).
19715         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19716         to check for empty output (bug#9226).
19718 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
19720         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19721         symbol-constituent as the default, as that stops font-lock from
19722         working properly (Bug#8843).
19724 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19726         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19727         `coding-system-for-*' around the process open call to avoid
19728         auth-source side effects.
19729         (smtpmail-try-auth-methods): Expand the secret password.
19730         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19731         probe hangs.
19733 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19735         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19737         * emacs-lisp/find-func.el (find-function-noselect): New arg
19738         lisp-only.
19740         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19741         signal an error for built-in functions (Bug#6664).
19743 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19745         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19746         (smtpmail-try-auth-methods): Use it.
19748 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19750         * font-lock.el (font-lock-fontify-region)
19751         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19752         (font-lock-default-unfontify-buffer)
19753         (font-lock-default-fontify-region)
19754         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19756         * progmodes/compile.el (compilation-error-properties):
19757         Fix confusion between file struct and message struct (Bug#9319).
19758         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19759         `ant' regexp.
19761         * net/browse-url.el (browse-url-firefox): Don't call
19762         browse-url-firefox-sentinel unless using -remote (Bug#9328).
19764 2011-08-20  Glenn Morris  <rgm@gnu.org>
19766         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19768         * tutorial.el (tutorial--default-keys): Update some default bindings.
19770         * files.el (hack-local-variables): Fully ignore case for "mode:".
19772 2011-08-20  Alan Mackenzie  <acm@muc.de>
19774         Resolve invalid use of a regexp in regexp-opt.
19776         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19777         detection for a java annotation.
19779         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19780         detection for a java annotation.
19782         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19783         handling for java.
19784         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19786 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
19788         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19789         (Bug#9274).
19791 2011-08-20  Alan Mackenzie  <acm@muc.de>
19793         Fontify CPP expressions correctly when starting in the middle of
19794         such a construct.  Mainly for when jit-lock etc. starts a chunk
19795         here.
19797         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19798         variable.
19799         (c-make-font-lock-search-form): New function, extracted from
19800         c-make-font-lock-search-function.
19801         (c-make-font-lock-search-function): Use the above function.
19802         (c-make-font-lock-context-search-function): New function.
19803         (c-cpp-matchers): Enhance the preprocessor expression case with
19804         the above function
19805         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19806         which takes an expression.
19808         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19810 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
19812         * window.el (display-buffer-reuse-window)
19813         (display-buffer-pop-up-window): Don't reuse or split a side
19814         window.
19816 2011-08-19  Glenn Morris  <rgm@gnu.org>
19818         * files.el (hack-local-variables-prop-line, hack-local-variables):
19819         Downcase "Mode:".  (Bug#9331)
19821 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
19823         * international/characters.el: Add L and R categories.
19825         * subr.el (bidi-string-mark-left-to-right): Rename from
19826         string-mark-left-to-right.  Use category search.
19828         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19830 2011-08-18  Juri Linkov  <juri@jurta.org>
19832         * faces.el (error, warning, success): New faces with definitions
19833         copied from old default values of `font-lock-warning-face',
19834         `compilation-warning', `compilation-info' (bug#6117).
19836         * font-lock.el (font-lock-warning-face): Inherit from `error'.
19838         * progmodes/compile.el (compilation-error): Inherit from `error'.
19839         (compilation-warning): Inherit from `warning'.
19840         (compilation-info): Inherit from `success'.
19842         * dired.el (dired-marked): Inherit from `warning'.
19843         (dired-flagged): Inherit from `error'.
19845 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19847         * mail/smtpmail.el (auth-source): Require to avoid problems with
19848         binding variables (bug#9298).  Also clean up some unused
19849         autoloads.
19851         * net/network-stream.el (network-stream-open-starttls):
19852         Support using starttls.el without using gnutls-cli.
19854 2011-08-17  Juri Linkov  <juri@jurta.org>
19856         * progmodes/grep.el (rgrep): Handle the case when
19857         `grep-find-command' is a cons cell (bug#9278).
19859 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
19861         * window.el (display-buffer-pop-up-frame): Run frame creation
19862         function with BUFFER current (as special-display-popup-frame
19863         does).  Reported by Drew Adams.
19865 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
19867         * epa-mail.el: Simplify GnuPG group expansion using
19868         epg-expand-group.
19869         (epa-mail-group-alist, epa-mail-group-modtime)
19870         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19871         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19872         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19873         Remove.
19875 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
19877         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19879 2011-08-16  Alan Mackenzie  <acm@muc.de>
19881         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19882         Correct, to avoid the inside of macros.
19884 2011-08-16  Richard Stallman  <rms@gnu.org>
19886         * epa-mail.el: Handle GnuPG group definitions.
19887         (epa-mail-group-alist, epa-mail-group-modtime)
19888         (epa-mail-gnupg-conf-file): New variables.
19889         (epa-mail-parse-groups, epa-mail-sync-groups)
19890         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19891         (epa-mail-expand-recipients): New functions.
19892         (epa-mail-encrypt): Call epa-mail-expand-recipients.
19894         * mail/rmail.el (rmail-epa-decrypt): New command.
19896         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19897         Don't bind buffer-read-only, just inhibit-read-only.
19898         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19899         (epa-decrypt-armor-in-region): Make error message clearer.
19901 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19903         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19904         and "a2b" to "ab" for `prefix'.
19906 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
19908         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19909         filter groups.
19910         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
19911         Fourquet (Bug#8804).
19913 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
19915         * startup.el (argi): Declare as global variable (bug#9275).
19917 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
19919         * subr.el (string-mark-left-to-right): Search the entire string
19920         for RTL script, not just the terminating character.  Doc fix.
19922 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19924         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19925         New function.
19926         (js--regexp-literal, js-syntax-propertize-function): Remove.
19927         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19928         (js-mode-map): Don't rebind electric keys.
19929         (js-insert-and-indent): Remove.
19930         (js-mode): Setup electric-layout and electric-indent instead.
19932         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19934 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
19936         * epa.el (epa-progress-callback-function): Fix the logic of
19937         displaying progress.
19938         * epa-file.el (epa-file-insert-file-contents): Make progress
19939         display more user-friendly.
19940         (epa-file-write-region): Ditto.
19942 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
19944         * subr.el (string-mark-left-to-right): New function.
19946         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19947         Use string-mark-left-to-right.
19948         (list-buffers-noselect): Caller changed.
19950         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19951         Use string-mark-left-to-right.
19952         (tabulated-list-print): Recenter after moving point.
19954 2011-08-10  Juri Linkov  <juri@jurta.org>
19956         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19957         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19958         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19960 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
19962         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19963         (Bug#7554).
19965 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
19967         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19968         character.  (Bug#6594)
19970 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
19972         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19973         (image-dired--with-db-file): New macro.
19974         (image-dired-write-tags, image-dired-remove-tag)
19975         (image-dired-create-gallery-lists, image-dired-write-comments)
19976         (image-dired-get-comment, image-dired-mark-tagged-files)
19977         (image-dired-list-tags, image-dired-gallery-generate): Use it.
19978         (image-dired-gallery-generate): Use insert-file-contents.
19980         * time.el (display-time-world-list, display-time-world-display):
19981         * time-stamp.el (time-stamp-string):
19982         * vc/add-log.el (add-change-log-entry): Use setenv instead of
19983         set-time-zone-rule (Bug#7337).
19985 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
19987         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19988         (epg-error-to-string, epg-errors-to-string): New function.
19989         (epg-wait-for-completion): Reverse errors list.
19990         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19991         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19992         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19993         (epg-sign-keys, epg-generate-key-from-file)
19994         (epg-generate-key-from-string): Format errors by using
19995         epg-errors-to-string (bug#9255).
19996         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19998 2011-08-07  Juri Linkov  <juri@jurta.org>
20000         * faces.el (list-faces-display): Remove extra angle bracket
20001         from `help-mode-map'.
20003         * info.el (Info-history-toc-nodes): Doc fix.
20005         * longlines.el (longlines-mode): Doc fix.
20007 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20009         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20010         of statements and in a few more cases (bug#9183).
20012         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20013         New functions.
20014         (cl-transform-lambda): Use them (bug#9239).
20016 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20018         * window.el (display-buffer-same-window)
20019         (display-buffer-same-frame, display-buffer-other-window)
20020         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20021         (pop-to-buffer-other-window)
20022         (pop-to-buffer-same-frame-other-window)
20023         (pop-to-buffer-other-frame): Make them defuns.
20024         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20026 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20028         * subr.el (make-composed-keymap): Move from C.  Change calling
20029         convention, and improve docstring to bring attention to a subtle point.
20030         * minibuffer.el (completing-read-default): Adjust accordingly.
20032 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20034         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20035         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20037         * net/trampver.el: Update release number.
20039 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20041         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20042         "in" (bug#9190).
20044 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20046         * mail/sendmail.el (sendmail-query-once): Restore the current
20047         buffer after querying (bug#9074).
20049         * dired.el (dired-flagged): Use different faces for marked and
20050         flagged files (bug#6117).
20052         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20053         (bug#4433).
20055         * ido.el (ido-mode): Switch off the message if called
20056         non-interactively.
20058         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20059         before 587, since it appears that that's more likely to work for
20060         more people.
20062         * cus-edit.el (custom-file): When running under emacs -q, always
20063         refuse to save the customizations, even if the .emacs file doesn't
20064         exist.
20066         * info.el: Remove the `Info-beginning-of-buffer' function
20067         (bug#8325).
20069         * net/network-stream.el (network-stream-open-starttls):
20070         Use `starttls-available-p' to see whether starttls.el can be used.
20072 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20074         * window.el (display-buffer-in-window): Don't set dedicated status
20075         of window here (Bug#9215).
20076         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20077         (display-buffer-pop-up-side-window)
20078         (display-buffer-in-side-window): Set dedicated status of window here.
20080 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20082         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20083         before binding generated-autoload-file.
20085 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20087         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20089 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20091         Sync with Tramp 2.2.2.
20093         * net/trampver.el: Update release number.
20095 2011-07-30  Juri Linkov  <juri@jurta.org>
20097         * dired-aux.el (dired-touch-initial): Remove function.
20098         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20099         current time, and `default' to the last modification time of the
20100         current marked file (bug#6887).
20102 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20104         * simple.el (goto-line): Use string-to-number to provide a
20105         numeric argument to read-number (bug#9163).
20107 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20109         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20110         connection process, it could be nil.
20112 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20114         Simplify url handling in rcirc-mode.
20116         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20117         (rcirc-browse-url-at-mouse): Remove.
20118         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20120 2011-07-26  Alan Mackenzie  <acm@muc.de>
20122         Fontify bitfield declarations properly.
20124         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20125         (c-symbol-chars): Now exported as a lang variable.
20126         (c-not-primitive-type-keywords): New lang variable.
20128         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20129         QT keyword "more" to prevent "more slots: ...." being spuriously
20130         parsed as a bitfield declaration.
20132         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20133         Refactor and enhance to handle bitfield declarations.
20134         (c-punctuation-in): New function.
20135         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20136         declarations properly.
20138 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20140         * calendar/icalendar.el (icalendar--all-events): Take care of
20141         multiple vcalendars in a single file.
20142         (icalendar--convert-float-to-ical): Checkdoc fixes.
20144 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20146         * image.el (insert-image): Clarifying docstring.
20148 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20150         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20151         `tramp-send-command-and-check' if there is no error.
20152         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20154 2011-07-22  Alan Mackenzie  <acm@muc.de>
20156         Prevent cc-langs.elc being loaded at run time.
20158         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20159         cc-langs.
20161         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20162         "(require 'cc-langs)".  Quote a form so it will evaluate at
20163         (cc-mode's) compilation time.
20165 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20167         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20168         loading.  (Bug#9114)
20170 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20172         * window.el (display-buffer-pop-up-window)
20173         (display-buffer-pop-up-side-window)
20174         (display-buffer-in-side-window): Call display-buffer-set-height
20175         and display-buffer-set-width after setting the new window's
20176         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20178 2011-07-20  Sam Steingold  <sds@gnu.org>
20180         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20181         (etags-tags-included-tables): Call `convert-standard-filename' on
20182         the file names contained in TAGS so that windows Emacs can handle
20183         TAGS files created by cygwin ctags.
20185 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20187         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20188         which apparently didn't work.
20190 2011-07-19  Roland Winkler  <winkler@gnu.org>
20192         * proced.el (proced-send-signal): For *Marked Processes* buffer
20193         put point at beginning of buffer.
20195 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20197         * proced.el (proced-format): Make header lines align with the text
20198         (bug#1779).
20200 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20202         * view.el (view-buffer): Allow running in `special' modes if we're
20203         visiting a file (bug#8615).
20205 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
20207         * window.el (display-buffer-alist-of-strings-p)
20208         (display-buffer-alist-set-1, display-buffer-alist-set-2):
20209         New functions.
20210         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20211         more accurately.
20213 2011-07-18  Alan Mackenzie  <acm@muc.de>
20215         Fontify declarators properly when, e.g., a jit-lock chunk begins
20216         inside a declaration.
20218         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20220         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20221         New function.
20222         (c-complex-decl-matchers): Insert reference to
20223         c-font-lock-enclosing-decls.
20225         * progmodes/cc-engine.el (c-backward-single-comment):
20226         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20227         to nil around calls to (forward-comment -1).
20229 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20231         * image.el (put-image): Doc typo fix.
20233         * progmodes/etags.el (tags-search): Doc typo fix.
20235         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20236         password if we get errors 550 to 554.
20238 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20240         * net/gnutls.el (gnutls-log-level): Remove.
20242         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20243         indentation character (bug#6380).
20245         * files.el (buffer-offer-save): Made permanently local (bug#6241).
20247         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20248         to clarify what the problem is (bug#4291).
20250         * simple.el (current-kill): Clarify what
20251         `interprogram-paste-function' does (bug#7500).
20252         (auto-fill-mode): Document `auto-fill-function' in relation to
20253         `auto-fill-mode' (bug#2470).
20255 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
20257         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20258         method if slot is read-only (bug#9035).
20260 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
20262         * frame.el (select-frame-set-input-focus): New argument NORECORD.
20263         * window.el (pop-to-buffer): Select window used even if it was
20264         selected before, see discussion of (Bug#8615), (Bug#6954).
20265         Pass argument NORECORD on to select-frame-set-input-focus.
20267 2011-07-15  Glenn Morris  <rgm@gnu.org>
20269         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
20270         Respect help-form.
20272 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
20274         * net/gnutls.el (gnutls-min-prime-bits): New variable.
20275         (gnutls-negotiate): Use it.
20277 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20279         * net/gnutls.el (gnutls-negotiate):
20280         Upcase `gnutls-algorithm-priority'.
20282 2011-07-15  Glenn Morris  <rgm@gnu.org>
20284         * jka-compr.el (jka-compr-verbose): Move from here...
20285         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
20286         Add missing :version tag.
20287         * info.el: No need to require jka-compr when compiling.
20289 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20291         * net/gnutls.el (gnutls-algorithm-priority): New variable.
20292         (gnutls-negotiate): Use it.
20294         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20296         * info.el (Info-beginning-of-buffer): New command.
20297         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20298         announcing `b' as the key (bug#8325).
20299         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20301         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20303         * international/mule-cmds.el
20304         (describe-specified-language-support): Make the error message
20305         clearer (bug#8905).
20307         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20309         * isearch.el (isearch-barrier): Add a doc string, since it's
20310         mentioned in a function doc string (bug#8678).
20312 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
20314         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20315         buffer argument (Bug#9083) and self-identifying label argument.
20317 2011-07-15  Glenn Morris  <rgm@gnu.org>
20319         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
20321 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20323         * man.el (Man-fontify-manpage): Fix message when formatting the
20324         man page (bug#7929).
20326 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20328         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20329         argument LRM; if non-nil, append an invisible LRM character to the
20330         buffer name.
20331         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20332         last argument non-nil, when formatting buffer names.
20333         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20334         paragraph direction.
20336 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20338         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20339         the man page name (bug#7929).
20341         * image.el (put-image): Mention the `put-image' overlay property
20342         (bug#7834).
20344         * scroll-bar.el (set-scroll-bar-mode): Mention that
20345         `scroll-bar-mode' lists the values (bug#7772).
20347         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20348         command (bug#7729).
20350         * rect.el (apply-on-rectangle): Return the point after the last
20351         operation.
20352         (string-rectangle): Go to the point after the last operation
20353         (bug#7522).
20355         * printing.el (pr-toggle-region): Clarify the documentation
20356         slightly (bug#7493).
20358         * time.el (display-time-update):
20359         Allow `display-time-mail-function' to return nil (bug#7158).
20360         Fix suggested by Detlev Zundel.
20362         * vc/diff.el (diff): Clarify the order the file names are read
20363         (bug#7111).
20365         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20366         the doc string (bug#7015).
20368         * font-lock.el (font-lock-maximum-decoration): Mention what
20369         numeric levels mean (bug#6935).
20371         * startup.el (initial-buffer-choice): Don't mention the `none'
20372         selection, which is against policy.
20374 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
20376         * window.el (display-buffer-normalize-special):
20377         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20379 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20381         * subr.el (version<, version<=, version=): Mention "-CVS" and
20382         "-12345" alpha version numbers.
20384 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20386         * bindings.el: Add advertised binding for set-mark-command
20387         (Bug#5772).
20389 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20391         * bindings.el (mode-line-other-buffer):
20392         * bookmark.el (bookmark-bmenu-2-window):
20393         * bs.el (bs-cycle-next, bs-cycle-previous):
20394         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20395         switch-to-buffer.
20397         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20398         Delete.
20400 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
20402         * follow.el (follow-debug-message, follow-redisplay):
20403         * jka-cmpr-hook.el (with-auto-compression-mode):
20404         Fix typos in docstrings.
20406 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20408         * subr.el (with-silent-modifications): Clarify somewhat what the
20409         macro inhibits (bug#6525).
20411         * simple.el (eval-expression): Note what it does if called
20412         interactively (bug#6495).
20414 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20416         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20417         Use pop-to-buffer buffer-or-name if it is nil.
20419         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20420         Remove switch-to-buffer.
20422 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20424         * files.el (make-directory): Clarify that an error will be raised
20425         if there's an error (bug#6397).
20427         * startup.el (initial-buffer-choice): Add `none' as a choice
20428         (bug#6234).
20430         * subr.el (add-hook): Clarify section about buffer-local hooks
20431         (bug#6218).
20433         * dired.el (dired-flagged): Clarify doc string (bug#6117).
20435 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20437         * tabify.el (untabify): Preserve the current column so that point
20438         doesn't move (bug#6032).
20440 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20442         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20443         Rewrite to avoid awkward possessive "s" (bug#5986).
20445 2011-07-13  Glenn Morris  <rgm@gnu.org>
20447         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
20448         (dired-insert-directory): Give a message the first time
20449         if ls is found not to support --dired.
20451 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20453         * simple.el (toggle-truncate-lines): Clarify what is toggled
20454         (bug#5580).  Text by Drew Adams.
20456 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20458         * simple.el (blink-matching-open): Make the error message from the
20459         last change less verbose.
20461 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20463         * font-lock.el (font-lock-comment-face): Use the high contrast
20464         "yellow" color for font-lock-comment-face on low color terminals
20465         using a dark background color (bug#4221).
20467 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20469         * dired.el (dired-insert-set-properties): Make the doc string
20470         reflect what it does now (bug#5325).
20472         * simple.el (blink-matching-open): Say that we were unable to find
20473         the match within the limit, if we're limited (bug#5122).
20475         * international/mule-cmds.el (prefer-coding-system): Add an
20476         example (bug#4869).
20478         * progmodes/etags.el (tags-search): Document `file-list-form'
20479         (bug#4731).
20481 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
20483         * net/browse-url.el (browse-url-default-browser)
20484         (browse-url-browser-function): Make the default browser choice a
20485         bit more logical (bug#4300).  Also clean up the doc string.
20487 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20489         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20490         binary endings (bug#4440).
20492 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20494         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20495         which can be pretty annoying (bug#8971).
20497         * jka-compr.el (jka-compr-verbose): New variable, and use
20498         throughout (bug#8971).
20500         * info.el (Info-find-file): Fall back on the installation
20501         directory if we can't find the info node anywhere else.
20503 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
20505         * vc/vc.el (vc-revert-file):
20506         Don't set file time-stamp in the past.  (Bug#5181)
20508 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20510         * files.el (after-find-file): Give a better error message when
20511         trying to find a symlink that points to a file that doesn't exist
20512         (bug#4398).
20514         * progmodes/cc-vars.el: Remove (probably) misleading comment
20515         (bug#4396).
20517 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20519         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20521 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20523         * mouse-sel.el: Hack restoring functionality, while keeping
20524         compatibility with 2010-07-03 changes to mouse selection.
20525         (mouse-sel-primary-overlay): New var.
20526         (mouse-sel-selection-alist): Use it.
20527         (mouse-sel-mode): Doc fix; remove points that are default features
20528         of mouse.el.
20530 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20532         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20533         Fix previous fix (bug#2490).
20535 2011-07-12  Roland Winkler  <winkler@gnu.org>
20537         * textmodes/bibtex.el (bibtex-initialize):
20538         Use pop-to-buffer-same-window.
20539         (bibtex-search-entries): Fix interactive call.
20541 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20543         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20544         Fontise bytecomp Error lines more correctly (bug#2490).
20545         Fix suggested by Johan Bockgård.
20547         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20549         * dired-x.el (dired-guess-default): Use `delete-dups'.
20551 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20553         * dired.el (dired-mark-prompt):
20554         * dired-aux.el (dired-read-shell-command): Doc fix.
20556 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20558         * mail/sendmail.el (sendmail-query-once):
20559         Use `customize-save-variable' unconditionally, now that it works under
20560         emacs -Q.
20562         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20564         * cus-edit.el (custom-file): Take an optional no-error variable.
20565         (customize-save-variable): Set the variable, and give a warning if
20566         running under "emacs -q".
20568 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
20570         * loadhist.el (unload-feature-special-hooks):
20571         Add `auto-coding-functions', `fill-nobreak-predicate' and
20572         `find-directory-functions' (bug#5327).
20574 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20576         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20578         * cus-edit.el (custom-guess-name-alist): -alist variables should
20579         use the `alist' type (bug#3120).  Suggested by Drew Adams.
20581         * printing.el: Add documentation to all the `pr-toggle-' commands.
20583 2011-07-11  Leo Liu  <sdl.web@gmail.com>
20585         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20586         backends where it makes sense (bug#2623).
20588 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20590         * dired-x.el (dired-guess-default): Remove duplicate shell command
20591         entries (bug#2028).
20592         (dired-guess-default): Fix grammar in doc string (bug#2028).
20593         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20595         * subr.el (remove-duplicates): New conveniency function.
20597 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20599         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20600         (bug#1526).
20602 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
20604         * window.el (display-buffer-normalize-default): Don't invert
20605         meaning of even-window-heights.  Reported by Eli Zaretskii
20606         <eliz@gnu.org>.
20608 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
20610         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20612 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
20614         * window.el (display-buffer): Fix arguments to
20615         display-buffer-reuse-window in last change.
20617         * faces.el (link): Use a less saturated blue on light backgrounds.
20619         * startup.el (fancy-startup-text, fancy-about-text)
20620         (fancy-startup-tail): Use font-lock faces, for background safety.
20622 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
20624         * emulation/viper-cmd.el (viper-change-state-to-vi):
20625         Limit triggering of abbrev expansion (Bug#9038).
20627 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
20629         * window.el (display-buffer-default-specifiers): Remove.
20630         (display-buffer-macro-specifiers): Remove default specifiers.
20631         (display-buffer-alist): Default to nil.
20632         (display-buffer-reuse-window): New optional argument other-window.
20633         (display-buffer-pop-up-window): Allow splitting internal
20634         windows.  Check whether a live window was created.
20635         (display-buffer-other-window-means-other-frame)
20636         (display-buffer-normalize-arguments): Rename to
20637         display-buffer-normalize-argument and rewrite.  Set the
20638         other-window specifier.
20639         (display-buffer-normalize-special): New function.
20640         (display-buffer-normalize-options): Rename to
20641         display-buffer-normalize-default and rewrite.
20642         (display-buffer-normalize-options-inhibit): Remove.
20643         (display-buffer-normalize-specifiers): Rewrite.
20644         (display-buffer): Process other-window specifier and call
20645         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
20646         more faithfully.
20647         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20648         (display-buffer-alist-set): Don't handle 'unset default values.
20649         (display-buffer-in-window, display-buffer-alist-set):
20650         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
20651         <tassilo@member.fsf.org>.
20653 2011-07-09  Leo Liu  <sdl.web@gmail.com>
20655         * register.el (insert-register): Restore accidental change on
20656         2011-06-26.  (Bug#9028)
20658 2011-07-09  Glenn Morris  <rgm@gnu.org>
20660         * subr.el (remq): Handle the empty list.  (Bug#9024)
20662 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
20664         * mail/sendmail.el (send-mail-function): No longer delay custom
20665         initialization.
20666         * custom.el (custom-initialize-delay): Doc fix.
20668 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20670         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20672 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
20674         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20675         human-friendly prompt.
20677 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20679         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20680         provided by a particular plugin.
20682 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20684         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20685         save customizations (with "emacs -Q"), just set the variable
20686         instead of erroring out.
20688         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20690 2011-07-08  Juri Linkov  <juri@jurta.org>
20692         * arc-mode.el (archive-zip-expunge, archive-zip-update)
20693         (archive-zip-update-case): Use 7z if found by `executable-find'.
20694         The order of searching the available programs is the same as in
20695         `archive-zip-extract' (bug#8968).
20697 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20699         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20700         (menu-bar-options-menu): Tweak descriptions.
20702 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20704         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20705         menu items into verb phrases (bug#1421).  Also refill to fit under
20706         80 columns.
20708 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20710         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20711         (Info-read-node-name): Doc fix (Bug#1084).
20713         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20714         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20715         (end-of-sexp, beginning-of-sexp)
20716         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20717         (forward-symbol, forward-same-syntax, word-at-point)
20718         (sentence-at-point): Doc fix (Bug#1144).
20720 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20722         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20723         should cover it (bug#1281).
20725         * cus-edit.el (custom-show): Mark as obsolete.
20727         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20728         negotiation fails, then possibly try again with a non-encrypted
20729         connection (bug#9017).
20731         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20732         be used.
20734 2011-07-07  Richard Stallman  <rms@gnu.org>
20736         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20737         property, and handle its changed format.
20738         Look for the correct line number.
20739         Use file's line contents (but not past first =) to find
20740         correct line in message.
20742 2011-07-07  Kenichi Handa  <handa@m17n.org>
20744         * international/characters.el (build-unicode-category-table):
20745         Delete it.
20746         (unicode-category-table): Set it by unicode-property-table-internal.
20748         * international/mule-cmds.el (char-code-property-alist): Move to
20749         to src/chartab.c.
20750         (get-char-code-property): Call unicode-property-table-internal to
20751         load a file.  Call get-unicode-property-internal where necessary.
20752         (put-char-code-property): Call unicode-property-table-internal to
20753         load a file.  Call put-unicode-property-internal where necessary.
20754         put-unicode-property-internal where necessary.
20755         (char-code-property-description):
20756         Call unicode-property-table-internal to load a file.
20758         * international/charprop.el:
20759         * international/uni-bidi.el:
20760         * international/uni-category.el:
20761         * international/uni-combining.el:
20762         * international/uni-comment.el:
20763         * international/uni-decimal.el:
20764         * international/uni-decomposition.el:
20765         * international/uni-digit.el:
20766         * international/uni-lowercase.el:
20767         * international/uni-mirrored.el:
20768         * international/uni-name.el:
20769         * international/uni-numeric.el:
20770         * international/uni-old-name.el:
20771         * international/uni-titlecase.el:
20772         * international/uni-uppercase.el: Regenerate.
20774         * loadup.el: Load international/charprop.el before
20775         international/characters.
20777 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20779         * window.el (next-buffer, previous-buffer): Signal an error if
20780         called from a minibuffer window.
20782         * bindings.el: Revert 2011-07-04 change.
20784 2011-07-06  Richard Stallman  <rms@gnu.org>
20786         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20787         (rmail-mime-insert-bulk, rmail-mime-insert-text):
20788         Treat markers like ints.
20789         (rmail-mime-entity): Doc fix.
20791 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20793         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20794         defcustom again for backwards compatibility.
20796         * simple.el (shell-command-on-region): Fill.
20798         * dired-aux.el (dired-kill-line): Add a doc string.
20800         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20801         to "\\sw\\|\\s_" (bug#358).
20803         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20804         (dired-unmark-backward): Ditto.
20805         (dired-flag-backup-files): Ditto.
20807         * dired-x.el (dired-mark-sexp): Ditto.
20809 2011-07-06  Richard Stallman  <rms@gnu.org>
20811         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20812         (rmail-mime-entity): New arg TRUNCATED.
20813         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20814         New functions.
20815         (rmail-mime-save): Warn if entity is truncated.
20816         (rmail-mime-toggle-hidden): Likewise, for showing.
20817         (rmail-mime-process-multipart): Record when an entity is truncated.
20819         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20820         if ENTITY is a string.
20822 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20824         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20825         of faces when `M-C-x'-ing their definitions (bug#8378).
20826         Also clean up the code slightly.
20828         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20829         because that makes the colors go away.
20831         * mail/sendmail.el (send-mail-function): Change the default to
20832         `sendmail-query-once'.
20833         (sendmail-query-once): Add an autoload cookie.
20835         * net/network-stream.el (network-stream-open-starttls): Try using
20836         a plain connection even if the server offered STARTTLS, and we
20837         kinda wanted to use it, if Emacs doesn't have any STARTTLS
20838         capability.  This should make smtpmail.el work in slightly more
20839         configurations.
20841 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
20843         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20844         New defun.
20845         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20847 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
20849         * progmodes/sql.el: Version 3.0
20850         (sql-product-alist): Add product :completion-object,
20851         :completion-column, and :statement attributes.
20852         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20853         (sql-mode-syntax-table): Mark all punctuation.
20854         (sql-font-lock-keywords-builder): Temporarily remove fallback on
20855         ansi keywords.
20856         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20857         (sql-mode-oracle-font-lock-keywords): Improve.
20858         (sql-oracle-show-reserved-words): New function for development.
20859         (sql-product-font-lock): Simplify for source code buffers.
20860         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20861         New functions.
20862         (sql-highlight-product): Set product specific syntax table.
20863         (sql-mode-map): Add statement movement functions.
20864         (sql-ansi-statement-starters, sql-oracle-statement-starters):
20865         New variable.
20866         (sql-statement-regexp, sql-beginning-of-statement)
20867         (sql-end-of-statement, sql-signum): New functions.
20868         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20869         (sql-show-sqli-buffer): Bug fix.
20870         (sql-interactive-mode): Store connection data as buffer local.
20871         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
20872         with sql-interactive-mode.
20873         (sql-save-connection): Save buffer local settings.
20874         (sql-connection-menu-filter): Change menu entry name.
20875         (sql-product-interactive): Bug fix.
20876         (sql-preoutput-hold): New variable.
20877         (sql-interactive-remove-continuation-prompt): Bug fixes.
20878         (sql-debug-redirect): New variable.
20879         (sql-str-literal): New function.
20880         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20881         Redesign.
20882         (sql-oracle-save-settings, sql-oracle-restore-settings)
20883         (sql-oracle-list-all, sql-oracle-list-table): New functions.
20884         (sql-completion-object, sql-completion-column)
20885         (sql-completion-sqlbuf): New variables.
20886         (sql-build-completions-1, sql-build-completions)
20887         (sql-try-completion): New functions.
20888         (sql-read-table-name): Use them.
20889         (sql-contains-names): New buffer local variable.
20890         (sql-list-all, sql-list-table): Use it.
20891         (sql-oracle-completion-types): New variable.
20892         (sql-oracle-completion-object, sql-sqlite-completion-object)
20893         (sql-postgres-completion-object): New functions.
20895 2011-07-06  Glenn Morris  <rgm@gnu.org>
20897         * window.el (pop-to-buffer): Doc fix.
20899 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
20901         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20903 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
20905         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20907         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20909 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
20911         * button.el (button): Inherit from link face.  Suggested by Dan
20912         Nicolaescu.
20914 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20916         * progmodes/gdb-mi.el: Fit in 80 columns.
20917         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20918         switch-to-buffer.
20920         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20921         if imenu is simply not configured (bug#8941).
20923 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
20925         * allout.el (allout-post-undo-hook): New allout outline-change
20926         event hook to signal undo activity.
20927         (allout-post-command-business): Run allout-post-undo-hook if an
20928         undo just occurred.
20929         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20930         * allout-widgets.el (allout-widgets-after-undo-function):
20931         Ensure the integrity of the current item's decoration after it has been
20932         in the vicinity of an undo.
20933         (allout-widgets-mode): Include allout-widgets-after-undo-function
20934         on the new allout-post-undo-hook.
20936 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20938         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20939         Let define-derived-mode define it.
20940         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20941         cycles of abbrev-table inheritance (bug#8998).
20943 2011-07-05  Roland Winkler  <winkler@gnu.org>
20945         * textmodes/bibtex.el: Add support for biblatex.
20946         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20947         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20948         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20949         (bibtex-entry-alist, bibtex-field-alist): New variables.
20950         (bibtex-entry-field-alist): Obsolete alias for
20951         bibtex-BibTeX-entry-alist.
20952         (bibtex-entry-alist, bibtex-field-alist): New widgets.
20953         (bibtex-set-dialect): New command.
20954         (bibtex-entry-type, bibtex-entry-head)
20955         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20956         Bind via bibtex-set-dialect.
20957         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20958         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20959         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20960         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20961         Define via bibtex-set-dialect.
20962         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20963         Obey bibtex-no-opt-remove-re.
20964         (bibtex-vec-push, bibtex-vec-incr): New functions.
20965         (bibtex-format-entry, bibtex-field-list)
20966         (bibtex-print-help-message, bibtex-validate)
20967         (bibtex-search-entries): Use new format of bibtex-entry-alist.
20969 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20971         * progmodes/compile.el (compilation-goto-locus):
20972         * net/tramp-cmds.el (tramp-append-tramp-buffers):
20973         * bs.el (bs-cycle-next, bs-cycle-previous):
20974         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20975         * bindings.el (mode-line-other-buffer):
20976         * autoinsert.el (auto-insert):
20977         * arc-mode.el (archive-extract):
20978         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20980 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20982         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20983         Fix check of `emacs-lock-unlockable-modes'.
20984         Coerce true values of `emacs-lock--try-unlocking' to t.
20986 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20988         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20989         * emacs-lock.el: New file.
20991 2011-07-05  Julien Danjou  <julien@danjou.info>
20993         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20994         than `boundp' to check if face is set.
20996 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20998         * register.el (registerv-make):
20999         * window.el (window-min-height): Fix typos in docstrings.
21001 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21003         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21004         Update doc string.
21006 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21008         * server.el (server-execute): Catch quit and call
21009         `server-return-error' to pass the error back to emacsclient and
21010         close the connection (bug#8942).
21012 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21014         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21015         insecure exception for current topic.  Also note that auto-saves
21016         are handled differently.
21018         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21019         State variables for tracking auto-save inhibition situation.
21021         (allout-write-contents-hook-handler): Rename from
21022         'allout-write-file-hook-handler', and describe how it depends on
21023         write-contents-functions sensitivity to non-nil value to prevent
21024         file write.
21026         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21027         this in individual buffers, only in the starting buffer, so this
21028         is not the right way for us to inhibit auto-save in a buffer
21029         according to its condition.
21031         (allout-mode): Use new allout-write-contents-hook-handler, and
21032         only with write-contents-functions.  Remove auto-save provisions -
21033         they're implemented elsewhere.
21035         (allout-before-change-handler): If undo is in progress, note that
21036         for attention of allout-post-command-business.
21038         (allout-post-command-business): If the command we're following was
21039         an undo, check for change in the status of encrypted items and
21040         adjust auto-save inhibitions accordingly.
21042         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21043         according to whether there are or aren't any plain-text topics
21044         pending encryption.
21046         (allout-inhibit-auto-save-info-for-decryption):
21047         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21048         if there are plain-text topics pending encryption.
21050         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21051         buffer-saved-size and some allout state to not inhibit auto-saves
21052         if there are no longer any plain-text topics pending encryption.
21054         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21055         No longer provide for exemption of the current topic.
21057 2011-07-04  Juri Linkov  <juri@jurta.org>
21059         Add 7z operations to delete and save changed members (bug#8968).
21060         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21061         New defcustoms.
21062         (archive-7z-write-file-member): New function.
21063         (archive-7z-summarize): Fix the number of dashes in the
21064         listing output.
21066 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21068         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21069         (bug#8958).
21071 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21073         * bindings.el: Ignore next-buffer and previous-buffer in
21074         minibuffer-local-map.
21076         * font-lock.el (font-lock-builtin-face): Change light background
21077         color to dark slate blue (Bug#6693).
21079 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21081         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21083 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21085         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21086         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21087         Add switch-to-buffer.
21089 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21091         * isearch.el (isearch-search-fun-function): Clarify further the
21092         meaning of the function returned.
21094 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21096         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21098         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21099         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21100         Use it.
21101         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21102         `tramp-default-remote-path' does not exist.
21103         (tramp-send-command-and-read): New optional argument NOERROR.
21104         (tramp-open-connection-setup-interactive-shell)
21105         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21106         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21107         (tramp-process-sentinel): Flush also process' connection property.
21108         (tramp-sh-handle-start-file-process): Do not set process
21109         sentinel.  It is done now ...
21110         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21112 2011-07-04  MON KEY  <monkey@sandpframing.com>
21114         * play/animate.el (animate-string): Doc fixes and allow changing
21115         the buffer name (bug#5417).
21117 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21119         * play/animate.el (animation-buffer-name): Rename from *animate*.
21121 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21123         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21124         This is simpler and helps future-proof the code.
21125         (timer-until): Use time-subtract and float-time.
21126         (timer--time-less-p): Use time-less-p.
21128 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21130         * type-break.el (timep): Use the value of `float-time' to avoid a
21131         byte-compiler warning.
21133         * server.el (server-eval-and-print): Return any result, even nil.
21135 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21137         * type-break.el: Accept time formats that the builtins accept.
21138         (timep, type-break-time-difference): Accept any format that
21139         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21140         This is simpler and helps future-proof the code.
21141         (type-break-time-difference): Round rather than ignoring
21142         subseconds components.
21144 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21146         * info.el (Info-apropos-matches): Make non-interactive, since it
21147         doesn't seem to do anything useful as a command (bug#8829).
21149 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21151         * frame.el (frame-background-mode, frame-set-background-mode):
21152         Move from faces.el.
21153         (frame-default-terminal-background): New function.
21155         * custom.el (custom-push-theme): Don't record faces in `changed'
21156         theme; this doesn't work correctly for per-frame face settings.
21157         (disable-theme): Use face-set-after-frame-default to reset faces.
21158         (custom--frame-color-default): New function.
21160 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21162         * dired.el (dired-flagging-regexp): Remove unused variable
21163         (bug#8769).
21165 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21167         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21168         `perl-Test2' extend to match possible "fail #N" rep count
21169         (bug#8377).
21171 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21173         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21174         `smtpmail-via-smtp' now returns the error instead of nil.
21176         * isearch.el (isearch-search-fun-function): Clarify the doc string
21177         (bug#8101).
21179 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21181         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21182         unnecessary spaces (bug#8987).
21184 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21186         * net/network-stream.el (open-network-stream): Use the
21187         :end-of-capability command thoughout.
21189 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21191         * net/network-stream.el (open-network-stream): Add the
21192         :end-of-capability command parameter, used by pop3.el.
21194 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21196         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21198         * fringe.el (fringe-query-style): Remove redundant text " (type ?
21199         for list)" (bug#6475).
21201         * files.el (file-expand-wildcards): Ignore non-readable
21202         sub-directories while trying to find matches instead of signaling
21203         an error (bug#6297).
21205         * man.el (Man-reference-regexp): Allow matching possible
21206         word-wrapped references (bug#6289).
21208         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21209         for consistency with the other vc buffers (bug#6197).
21210         (vc-checkin): Ditto.
21212         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21214         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21216 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21218         * custom.el (defcustom): Clarify that :set is only used in the
21219         Customize user interface (bug#6089).
21221         * progmodes/flymake.el (flymake-mode): If the buffer isn't
21222         associated with a file, refuse to run instead of erroring out
21223         (bug#6084).
21225         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21226         the doc string, since it appears that using `fill-column' always
21227         controls the width (bug#7845).
21229         * simple.el (shell-command-on-region): Say where the error output
21230         went if `shell-command-default-error-buffer' is set (bug#6857).
21232 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
21234         * allout.el (allout-yank-processing): Adjust cursor position for
21235         backwards-deleted space.
21237         (allout-rebullet-heading): Register changes with
21238         allout-exposure-changed-hook, so the modified topic is properly
21239         decorated.
21241 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21243         * minibuffer.el (completion-in-region): Document PREDICATE
21244         (bug#7136).
21246         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21247         of keyword/argument pairs (bug#6904).
21249         * replace.el (multi-occur):
21250         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21252 2011-07-02  Drew Adams  <drew.adams@oracle.com>
21254         * dired.el (dired-mark-if): Make the message about whether it's
21255         marking or unmarking clearer (bug#8523).
21257 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21259         * disp-table.el (display-table-print-array): New function.
21260         (describe-display-table): Use it to print the vectors more pretty
21261         (Bug#8859).
21263 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
21265         * window.el (window-state-get-1): Don't assign clone numbers.
21266         Add clone-of item to list of window parameters.
21267         (window-state-put-2): Don't process clone numbers.
21268         (display-buffer-alist): Fix doc-string.
21270 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21272         * subr.el (remq): Don't allocate if it's not needed.
21273         (keymap--menu-item-binding, keymap--menu-item-with-binding)
21274         (keymap--merge-bindings): New functions.
21275         (keymap-canonicalize): Use them to refine the canonicalization.
21276         * minibuffer.el (minibuffer-local-completion-map)
21277         (minibuffer-local-must-match-map): Move initialization from C.
21278         (minibuffer-local-filename-completion-map): Move initialization from C;
21279         don't inherit from anything here.
21280         (minibuffer-local-filename-must-match-map): Make obsolete.
21281         (completing-read-default): Use make-composed-keymap to combine
21282         minibuffer-local-filename-completion-map with either
21283         minibuffer-local-must-match-map or
21284         minibuffer-local-filename-completion-map.
21286 2011-07-01  Glenn Morris  <rgm@gnu.org>
21288         * type-break.el (type-break-time-sum): Use dolist.
21290         * textmodes/flyspell.el (flyspell-word-search-backward):
21291         Replace CL function.
21293 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21295         * mouse.el (mouse--strip-first-event): New function.
21296         (function-key-map): Use it to map fringe clicks to normal clicks
21297         by default.
21299         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21300         (vc-bzr-revision-completion-table): Add support for annotate and date.
21302         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21303         inherit from parent.
21305 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21307         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21308         (dired-show-file-type): Doc fixup (bug#8818).
21310         * dired.el (dired-mode): Fix up the doc string as suggested by
21311         Drew Adams (bug#8817).
21313         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21314         cookie, since the manual says that it should be possible to add
21315         this function to `find-file-hook' (bug#8709).
21317 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21319         * progmodes/cfengine.el: Moved all cfengine3.el functionality
21320         here.  Noted Ted Zlatanov as the maintainer.
21321         (cfengine-common-settings, cfengine-common-syntax): New functions
21322         to set up common things between `cfengine-mode' and
21323         `cfengine3-mode'.
21324         (cfengine3-mode): New mode.
21325         (cfengine3-defuns cfengine3-defuns-regex
21326         (cfengine3-class-selector-regex cfengine3-category-regex)
21327         (cfengine3-vartypes cfengine3-font-lock-keywords)
21328         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21329         (cfengine3-indent-line): Add from cfengine3.el.
21331 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
21333         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21335         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21337 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
21339         * window.el (same-window-buffer-names, same-window-regexps)
21340         (same-window-p, special-display-frame-alist)
21341         (special-display-popup-frame, special-display-function)
21342         (special-display-buffer-names, special-display-regexps)
21343         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21344         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21345         (split-window-preferred-function, split-height-threshold)
21346         (split-width-threshold, even-window-heights)
21347         (display-buffer-mark-dedicated, window-splittable-p)
21348         (split-window-sensibly, window-safely-shrinkable-p):
21349         Un-obsolete.
21350         (display-buffer): Don't spread args with function specifier
21351         because special-display-popup-frame won't like it.
21353 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21355         Time-stamp simplifications and fixes.
21356         These improve accuracy slightly, and future-proof the code
21357         against some potential changes to current-time format.
21359         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21360         by using time-since and float-time.
21362         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21363         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
21364         + NNN microseconds".
21366         * type-break.el (type-break-time-sum): Rewrite using time-add.
21368         * play/hanoi.el (hanoi-current-time-float): Remove.
21369         All uses replaced by float-time.
21371         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21372         This yields a more-accurate answer.
21373         (rng-time-to-float): Remove; no longer needed.
21375         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21377         * calendar/timeclock.el (timeclock-seconds-to-time):
21378         Defalias to seconds-to-time, since they're the same thing.
21380         * emacs-lisp/elp.el (elp-elapsed-time):
21381         * emacs-lisp/benchmark.el (benchmark-elapse):
21382         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21384 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21386         * window.el (bury-buffer): Don't iconify the only frame.
21387         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21388         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
21390 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
21392         * eshell/em-smart.el (eshell-smart-display-navigate-list):
21393         Add mouse-yank-primary.
21395 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21397         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21399 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21401         * emacs-lisp/find-func.el (find-library--load-name): New fun.
21402         (find-library-name): Use it to find relative load names when provided
21403         absolute file name (bug#8803).
21405 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21407         * textmodes/flyspell.el (flyspell-word): Consider words that
21408         differ only in case as potential doublons (bug#5687).
21410         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21411         Remove two rather uninteresting debugging-like messages to make
21412         debbugs.el more silent.
21414         * comint.el (comint-password-prompt-regexp): Accept "Response" as
21415         a password-like phrase.
21417 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
21419         * progmodes/cc-guess.el: New file.
21421         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21423         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21424         derived from `c-basic-common-init'.
21426         * progmodes/cc-mode.el (top-level): Require cc-guess.
21427         (c-basic-common-init): Use `cc-choose-style-for-mode'.
21429 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
21431         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21433 2011-06-30  Alan Mackenzie  <acm@muc.de>
21435         * progmodes/cc-engine.el (c-guess-continued-construct):
21436         Correct the handling of template-args-cont, particularly for when font
21437         lock is disabled.  Name this case as "CASE G".
21439 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
21441         * allout.el (allout-yank-processing): Fix injection of extra space
21442         between bullet and non-whitespace character in first topic when
21443         pasting, ensuring that the actual spacing in the pasted topic
21444         following the bullet char is preserved.  This extra space was
21445         causing pasted encrypted topics to get a decrypted status even
21446         when the content was actually still encrypted.  Now the decryption
21447         status from before the paste is preserved.
21449         (allout-flag-region): Set all allout overlays so they evaporate
21450         when reduced to zero length (evanescent), to prevent overlay
21451         leakage.
21453 2011-06-30  Glenn Morris  <rgm@gnu.org>
21455         * w32-fns.el (w32-charset-info-alist): Declare.
21457         * find-dired.el (find-grep-options): Simplify.
21459         * term/ns-win.el (ns-set-resource): Declare.
21461         * ses.el (row, col): Declare dynamic variables honestly.
21463         * textmodes/reftex-parse.el (index-tags): Declare.
21465 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
21467         * cus-edit.el (customize-push-and-save): New function.
21469         * files.el (hack-local-variables-confirm): Use it.
21471         * custom.el (load-theme): New arg NO-CONFIRM.
21472         Use customize-push-and-save (Bug#8720).
21473         (custom-enabled-themes): Doc fix.
21475         * cus-theme.el (customize-create-theme)
21476         (custom-theme-merge-theme): Callers to load-theme changed.
21478 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21480         * thingatpt.el (thing-at-point-short-url-regexp): Require that
21481         short URLs have at least one dot in them (bug #7614).
21483         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21484         nil, because using a pty is apparently too slow (bug #895).
21486 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21488         * mail/sendmail.el (sendmail-query-once): New function.
21489         (sendmail-query-once-function): New variable.
21491 2011-06-29  Glenn Morris  <rgm@gnu.org>
21493         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21495         * ses.el (top-level): Require cl when compiling.
21496         (ses-set-localvars): Fix error statement.
21497         Call it at compile time to silence a storm of warnings.
21499 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
21501         * window.el (normalize-live-buffer): Rename to
21502         window-normalize-buffer.
21503         (normalize-live-frame): Rename to window-normalize-frame.
21504         (normalize-any-window): Rename to window-normalize-any-window.
21505         (normalize-live-window): Rename to window-normalize-live-window.
21506         (make-window-atom): Rename to window-make-atom.
21507         (window-resize-reset): Rename to window--resize-reset.
21508         (window-resize-reset-1): Rename to window--resize-reset-1.
21509         (resize-mini-window): Rename to window--resize-mini-window.
21510         (resize-subwindows-skip-p): Rename to
21511         window--resize-subwindows-skip-p.
21512         (resize-subwindows-normal): Rename to
21513         window--resize-subwindows-normal.
21514         (resize-subwindows): Rename to window--resize-subwindows.
21515         (resize-other-windows): Rename to window--resize-siblings.
21516         (resize-this-window): Rename to window--resize-this-window.
21517         (resize-root-window): Rename to window--resize-root-window.
21518         (resize-root-window-vertically): Rename to
21519         window--resize-root-window-vertically.
21520         (normalize-buffer-to-display): Rename to
21521         window-normalize-buffer-to-display.
21522         (normalize-buffer-to-switch-to): Rename to
21523         window-normalize-buffer-to-switch-to.
21524         Correspondingly update all callers of the functions listed
21525         above.
21526         (display-buffer-alist, display-buffer-normalize-arguments)
21527         (display-buffer-normalize-options, display-buffer)
21528         (display-buffer-alist-set): Use "function" instead of
21529         "fun-with-args".
21531 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
21533         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21534         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
21535         debbugs.gnu.org.  Mention acknowledgment email.
21537 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21539         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21540         buffer multibyteness, since it shouldn't matter.
21542 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
21544         * window.el (display-buffer-in-side-window): Handle dedicated
21545         windows as in display-buffer-reuse-window.
21546         (display-buffer-normalize-alist): Use value of override
21547         specifier.
21548         (display-buffer-normalize-specifiers): Use value of
21549         other-window-means-other-frame specifier.
21550         (display-buffer-alist): Rewrite some texts in widgets.
21551         (display-buffer): Spread arguments when calling function
21552         specified by fun-with-args.
21554 2011-06-28  Deniz Dogan  <deniz@dogan.se>
21556         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21557         Unnest `let'.
21559         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21560         selectors (Bug#5732).
21561         (css-proprietary-nmstart-re): Use `regexp-opt'.
21563 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
21565         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21566         (eshell-ls-date-format): New defcustom.
21567         (eshell-ls-file): Use it.
21569 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21571         * help-fns.el (describe-variable): Fix message for terminal-local vars.
21573 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21575         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21576         (ange-ftp-make-tmp-name): New arg.
21577         (ange-ftp-file-local-copy): Use it.
21579 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
21581         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21582         no-conversion (Bug#8870).
21584 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
21586         * window.el (window-right, window-left, window-child)
21587         (window-child-count, window-last-child)
21588         (window-iso-combination-p, walk-window-tree-1)
21589         (window-atom-check-1, window-tree-1, delete-window)
21590         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21591         new naming conventions - window-vchild, window-hchild,
21592         window-next and window-prev are now called window-top-child,
21593         window-left-child, window-next-sibling and window-prev-sibling
21594         respectively.
21595         (resize-window-reset): Rename to window-resize-reset.
21596         (resize-window-reset-1): Rename to window-resize-reset-1.
21597         (resize-window): Rename to window-resize.
21598         (window-min-height, window-min-width)
21599         (resize-mini-window, resize-this-window, resize-root-window)
21600         (resize-root-window-vertically, adjust-window-trailing-edge)
21601         (enlarge-window, shrink-window, maximize-window)
21602         (minimize-window, delete-window, quit-restore-window)
21603         (split-window, balance-windows, balance-windows-area-adjust)
21604         (balance-windows-area, window-state-put-2)
21605         (display-buffer-even-window-sizes, display-buffer-set-height)
21606         (display-buffer-set-width, set-window-text-height)
21607         (fit-window-to-buffer): Rename all "resize-window" prefixed
21608         calls to use the "window-resize" prefix convention.
21609         (display-buffer-alist): Fix symbol for label specifier.
21610         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21611         corresponding specifier.
21612         Reported by Juanma Barranquero <lekktu@gmail.com>.
21614 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21616         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21617         convention.
21618         (ses-call-printer): Does not pass an empty string to formatter when the
21619         cell is empty to keep from barking printer Calc math-format-value.
21621 2011-06-27  Richard Stallman  <rms@gnu.org>
21623         * battery.el (battery-mode-line-limit): New variable.
21624         (battery-update): Handle it.
21626         * mail/rmailmm.el (rmail-mime-process-multipart):
21627         Handle truncated messages.
21629 2011-06-27  Glenn Morris  <rgm@gnu.org>
21631         * progmodes/flymake.el (flymake-err-line-patterns):
21632         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
21634 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21636         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21637         (ses--clean-!, ses--clean-_): New functions.
21638         (ses-range): Add configurability of readout order, and conversion
21639         to Calc vector.
21641         * ses.el (ses-repair-cell-reference-all): New function.
21642         (ses-cell-symbol): Set macro as safe, so that it can be used in
21643         formulas.
21645         * ses.el: Update cycle detection algorithm.
21646         (ses-localvars): Add ses--Dijkstra-attempt-nb and
21647         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21648         (ses-set-localvars): New function.
21649         (ses-make-cell): Add property-list as a cell element.
21650         (ses-cell-property-get-fun, ses-cell-property-get)
21651         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21652         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21653         New functions.
21654         (ses-cell-property-set, ses-cell-property-pop)
21655         (ses-cell-property-get-handle): New macro.
21656         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21657         New aliases, used for code readability.
21658         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21659         cycle detection.
21660         (ses-self-reference-early-detection): New defcustom.
21661         (ses-formula-references): Robustify against self-referring cells.
21662         (ses-mode): Use ses-set-localvars.
21663         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21664         before lauching the update processing.
21665         (ses-initialize-Dijkstra-attempt): New function.
21666         (ses-recalculate-cell): Update for cycle detection based on
21667         Dijkstra algorithm.
21669         * ses.el: Fix commenting and indenting convention.
21671 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21673         * bs.el (bs-cycle-next): Complete last change.
21675 2011-06-27  Drew Adams  <drew.adams@oracle.com>
21677         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21679 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21681         * net/network-stream.el (network-stream-open-starttls):
21682         Don't re-get capabilities unless we've reestablished connection.
21683         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21685         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21686         to binary to possibly avoid line encoding issues on Windows (among
21687         other things).
21689 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21691         * net/network-stream.el (open-network-stream): Return an :error
21692         saying what the problem was, if possible.
21694         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21695         server.
21697         * net/network-stream.el (network-stream-open-starttls): If we
21698         wanted to use STARTTLS, and the server offered it, but we weren't
21699         able to because we had no STARTTLS support, then close the connection.
21700         (open-network-stream): Return an :error element, if present.
21702 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21704         * hl-line.el (hl-line-sticky-flag): Doc fix.
21705         (global-hl-line-sticky-flag): New option (Bug#8323).
21706         (global-hl-line-highlight): Obey it.
21708         * vc/vc.el (vc-revert-show-diff): Default to t.
21710 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
21712         * allout-widgets.el (allout-widgets-post-command-business):
21713         Stop decorating intermediate isearch matches.  They're not being
21714         undecorated when an isearch is continued past, and isearch
21715         automatically collapses them.  This leads to "widget leaks", where
21716         decorated items accumulate in collapsed areas.  Lines with lots of
21717         hidden widgets can slow down cursor travel, substantially.
21718         Too much complicated machinery would be needed to ensure undecoration,
21719         so we're doing without this nicety.
21721         (allout-widgets-tally-string): Don't try to do a hash-table-count
21722         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
21723         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21724         *Messages* when allout-widgets-maintain-tally is t.
21726 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
21728         * window.el (display-buffer-normalize-argument): Rename to
21729         display-buffer-normalize-arguments.  Handle special meaning of
21730         LABEL argument.  Respect special-display-function when popping up
21731         a new frame.  Fix code searching for a window showing the buffer
21732         on another frame.
21733         (display-buffer-normalize-specifiers):
21734         Call display-buffer-normalize-arguments.
21735         (display-buffer-in-window): Don't undedicate the window if its
21736         buffer remains the same.
21737         Reported by Drew Adams <drew.adams@oracle.com>.
21738         (display-buffer-alist): Add choice for same-window macro
21739         specfier.
21740         (display-buffer): Mention special meaning of LABEL argument in
21741         doc-string.  Fix quoting.  Don't pop up a new frame even as
21742         fallback.
21744 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
21746         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21747         avoid deleting the current window in some cases (bug#8911).
21749 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
21751         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21752         (Bug#8934)
21754 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21756         * net/network-stream.el (network-stream-open-starttls):
21757         Use built-in TLS support if `gnutls-available-p' is true.
21758         (network-stream-open-tls): Ditto.
21760 2011-06-26  Leo Liu  <sdl.web@gmail.com>
21762         * register.el (registerv): New struct.
21763         (registerv-make): New function.
21764         (jump-to-register, describe-register-1, insert-register):
21765         Support the jump-func, print-func and insert-func slot of a registerv
21766         struct.  (Bug#8415)
21768 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21770         * vc/vc.el (vc-revert-show-diff): New defcustom.
21771         (vc-diff-internal): New arg specifying diff buffer.
21772         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
21773         reuse an existing *vc-diff* buffer (Bug#8927).
21775         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21777 2011-06-26  Glenn Morris  <rgm@gnu.org>
21779         * progmodes/f90.el (f90-critical-indent): New option.
21780         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21781         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21782         (f90-mode): Doc fix.
21783         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21784         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21785         (f90-beginning-of-block, f90-next-block, f90-indent-region)
21786         (f90-match-end): Handle block, critical.
21788 2011-06-25  Glenn Morris  <rgm@gnu.org>
21790         * calendar/diary-lib.el (diary-included-files): Doc fix.
21791         (diary-include-files): New function, extracted from
21792         diary-include-other-diary-files and diary-mark-included-diary-files.
21793         (diary-include-other-diary-files, diary-mark-included-diary-files):
21794         Just call diary-include-files.
21795         (diary-mark-entries): Reset diary-included-files on first call.
21797         * calendar/diary-lib.el (diary-mark-entries)
21798         (diary-mark-included-diary-files):
21799         Visit included diary-files in temp buffers.
21801         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21802         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21803         (f90-start-block-re, f90-imenu-generic-expression)
21804         (f90-looking-at-program-block-start, f90-no-block-limit):
21805         Add support for submodules.
21807         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21808         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21810 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
21812         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21813         buffer-file-type before setting its value, to avoid disastrous
21814         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
21816 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21818         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21820         * ses.el (ses-unload-function):
21821         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21823         * proced.el (proced-unload-function):
21824         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21826 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
21828         * server.el (server-create-window-system-frame): Add parameters arg.
21829         (server-process-filter): Doc fix.  Handle frame-parameters.
21831 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21833         Fix bug#8730, bug#8781.
21835         * loadhist.el (unload--set-major-mode): New function.
21836         (unload-feature): Use it.
21838         * progmodes/python.el (python-after-info-look): Add autoload cookie.
21839         (python-unload-function): New function.
21841 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21843         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21845 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
21847         * net/browse-url.el (browse-url-firefox-program): Add icecat to
21848         the candidates list.
21850 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
21852         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21854 2011-06-23  Richard Stallman  <rms@gnu.org>
21856         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21857         (rmail-variables): Set next-error-move-function.
21858         (rmail-what-message): Take argument POS.
21859         (rmail-next-error-move): New function.
21861 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21863         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21864         messages for adjacent non-terminals.
21866 2011-06-23  Richard Stallman  <rms@gnu.org>
21868         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21869         (rmail-show-message-1): Preserve buffer modified flag.
21870         (rmail-start-mail): Don't specify use of rmail-mail-return;
21871         that's done by mail-bury now.
21872         (rmail-mail-return): Handle arg NEWBUF.
21874 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
21876         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21877         SIZE is a number.
21879 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
21881         * window.el (get-lru-window, get-mru-window)
21882         (get-largest-window): Never return a minibuffer window.
21883         (display-buffer-pop-up-window): Fix a bug that could lead to
21884         reusing the minibuffer window.
21885         (display-buffer): Pass original specifier argument to
21886         display-buffer-function instead of the normalized one.
21887         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21889 2011-06-22  Leo Liu  <sdl.web@gmail.com>
21891         * minibuffer.el (completing-read-function)
21892         (completing-read-default): Move from minibuf.c.
21894 2011-06-22  Richard Stallman  <rms@gnu.org>
21896         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21897         to Rmail even if not started by a special Rmail command.
21899         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21900         Copy the buffer currently showing just one message.
21902 2011-06-22  Roland Winkler  <winkler@gnu.org>
21904         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21905         (bibtex-clean-entry): First delete the old key so that a
21906         customized algorithm for generating the new key does not get
21907         confused by the old key.
21908         (bibtex-url): Obey regexp of first step.
21909         (bibtex-search-entries): Do not use add-to-list with local
21910         list-var.
21912 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21914         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21915         stored a user name, then query for the password first, instead of
21916         waiting for SMTP to give an error message and the trying again.
21918 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
21920         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21921         BUFFER in call-process.
21923 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21925         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21926         QUIT twice.
21927         (smtpmail-try-auth-methods): Require user name and password from
21928         auth-source.
21930 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
21932         * window.el (display-buffer-default-specifiers)
21933         (display-buffer-alist): Remove entries for pop-up-frame-alist.
21934         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21935         (split-window): Normalize SIDE argument (Bug#8916).
21937         * frame.el (pop-up-frame-alist, pop-up-frame-function)
21938         (special-display-frame-alist, special-display-popup-frame):
21939         Remove duplicate declarations.  These are now in window.el.
21941 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21943         * mail/smtpmail.el (smtpmail-via-smtp):
21944         Set :use-starttls-if-possible so that we always use STARTTLS if the
21945         server supports it.  SMTP servers that support STARTTLS commonly
21946         require it.
21948         * net/network-stream.el (network-stream-open-starttls): Support
21949         upgrading to STARTTLS always, even if we don't have built-in support.
21950         (open-network-stream): Add the :always-query-capabilities keyword.
21952         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21953         upgrades with `open-network-stream', and rely solely on
21954         auth-source for all credentials.  Big changes throughout the file,
21955         but in particular:
21956         (smtpmail-auth-credentials): Remove.
21957         (smtpmail-starttls-credentials): Remove.
21958         (smtpmail-via-smtp): Check for servers saying they want AUTH after
21959         MAIL FROM, too.
21961         * net/network-stream.el (network-stream-open-starttls):
21962         Provide support for client certificates both for external and built-in
21963         STARTTLS.
21964         (auth-source): Require.
21965         (open-network-stream): Document the :client-certificate keyword.
21966         (network-stream-certificate): Change cert-cert to cert and
21967         cert-key to key.
21969 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
21971         * net/tramp-cache.el (top): Don't load the persistency file when
21972         "emacs -Q" has been called.
21974 2011-06-21  Tim Harper  <timcharper@gmail.com>
21976         * term/ns-win.el (ns-initialize-window-system):
21977         Set application-specific `ApplePressAndHoldEnabled' system
21978         resource to NO as it is not yet supported by the NS port.
21980 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
21982         * misc.el (list-dynamic-libraries--refresh): Compute header here...
21983         (list-dynamic-libraries): ...not here.
21985 2011-06-21  Leo Liu  <sdl.web@gmail.com>
21987         * subr.el (sha1): Implement sha1 using secure-hash.
21989 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
21991         * window.el (display-buffer-alist): In default value do not
21992         enforce searching a window on any but the selected frame.
21993         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21994         (display-buffer-select-window): Remove function.
21995         (display-buffer-in-window): When a window on another frame gets
21996         reused, do not select it any more but just raise its frame if
21997         necessary (Bug#8851) and (Bug#8856).
21998         (display-buffer-normalize-options): Handle pop-up-frames related
21999         options more faithfully.
22000         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22001         window if it is on another frame.
22002         (display-buffer-alist, display-buffer-default-specifiers):
22003         Don't make new frame unsplittable by default.
22004         (display-buffer-normalize-argument): Fix doc-string typo and use
22005         'same-frame-other-window instead of 'other-window when associating
22006         with display-buffer-macro-specifiers.
22008 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
22010         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22011         New functions.
22012         (5x5-mode-map, 5x5-mode-menu): Bind them.
22013         (5x5-draw-grid): Tweak the solver's rendering.
22015 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22017         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22018         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22020 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22022         * menu-bar.el: Use function variable instead of switch-to-buffer.
22023         (menu-bar-select-buffer-function): New variable.
22024         (menu-bar-update-buffers): Use it (bug#8876).
22026 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22028         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22029         variable's status.
22031 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22033         * x-dnd.el (x-dnd-version-from-flags)
22034         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22035         and long as number (Bug#8899).
22036         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22038 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22040         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22041         (completion-try-completion, completion-all-completions): Compute the
22042         metadata argument if it's missing; make it optional (bug#8795).
22044         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22045         (widget-complete): Use new :completion-function property.
22046         (widget-completions-at-point): New function.
22047         (default): Use :completion-function instead of :complete.
22048         (widget-default-completions): Rename from widget-default-complete;
22049         Rewrite.
22050         (widget-string-complete, widget-file-complete, widget-color-complete):
22051         Remove functions.
22052         (file, symbol, function, variable, coding-system, color):
22053         * international/mule-cmds.el (default-input-method, charset)
22054         (language-info-custom-alist):
22055         * cus-edit.el (face): Use new property :completions.
22057         * progmodes/pascal.el (pascal-completions-at-point): New function.
22058         (pascal-mode): Use it.
22059         (pascal-mode-map): Use completion-at-point.
22060         (pascal-toggle-completions): Make obsolete.
22061         (pascal-complete-word, pascal-show-completions):
22062         * progmodes/octave-mod.el (octave-complete-symbol):
22063         Redefine as obsolete alias.
22064         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22065         Signal absence of completion info for old Octave,
22066         (inferior-octave-complete): Redefine as obsolete alias.
22067         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22068         (meta-completions-at-point): Rename from meta-complete-symbol and
22069         adapt it for use on completion-at-point-functions.
22070         (meta-common-mode): Use it.
22071         (meta-looking-at-backward, meta-match-buffer): Remove.
22072         (meta-complete-symbol): Redefine as obsolete alias.
22073         (meta-common-mode-map): Use completion-at-point.
22074         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22075         (makefile-mode-map): Use completion-at-point.
22076         (makefile-completions-at-point): Rename from makefile-complete and
22077         adapt it for use on completion-at-point-functions.
22078         (makefile-mode): Use it.
22079         (makefile-complete): Redefine as obsolete alias.
22081 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22083         * net/rcirc.el: Delete trailing whitespaces once and for all.
22085 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22087         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22089 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22091         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22093         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22095 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22097         * window.el (display-buffer-other-window-means-other-frame):
22098         Call display-buffer-normalize-alist.
22099         (display-buffer-normalize-specifiers-1): Rename to
22100         display-buffer-normalize-argument.  New argument other-frame.
22101         Rewrite.
22102         (display-buffer-normalize-specifiers-2): Rename to
22103         display-buffer-normalize-options.
22104         (display-buffer-normalize-alist-1): New function.
22105         (display-buffer-normalize-specifiers-3): Rename to
22106         display-buffer-normalize-alist.
22107         Call display-buffer-normalize-alist-1.
22108         (display-buffer-normalize-options-inhibit): New variable.
22109         (display-buffer-normalize-specifiers): Rewrite calling
22110         display-buffer-normalize-alist,
22111         display-buffer-normalize-argument, and
22112         display-buffer-normalize-options.  Don't call the latter if
22113         display-buffer-normalize-options-inhibit is non-nil.
22114         (frame-auto-delete): New option.
22115         (window-deletable-p): Use frame-auto-delete.
22116         (window-list-no-nils, window-state-ignored-parameters)
22117         (window-state-get-1, window-state-get, window-state-put-list)
22118         (window-state-put-1, window-state-put-2, window-state-put):
22119         New functions.
22120         (display-buffer-normalize-options): Move special-display-p group
22121         after pop-up-frame group (Bug#8851) and (Bug#8856).
22123 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22125         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22126         groups (Bug#8776).
22127         (rx-submatch-n): New function.
22128         (rx): Document it.
22130         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22131         (Bug#8768).
22133         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22135         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22137         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22138         anytime existing face settings are present (Bug#8889).
22140         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22141         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22142         Remove unused argument.
22144 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22146         * window.el (display-buffer-default-specifiers):
22147         Remove pop-up-frame.  Add pop-up-window-min-height,
22148         pop-up-window-min-width, and another reuse-window specifier
22149         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22150         (display-buffer-normalize-specifiers-2):
22151         Handle split-height-threshold and split-width-threshold also when
22152         pop-up-windows is unset.  Add a reuse-window specifier for the
22153         case popping up a new window fails.
22154         (special-display-popup-frame): Remove double quoting.
22155         (display-buffer-normalize-specifiers-1): Fix thinko.
22157 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22159         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22160         according to comint-completion-addsuffix.
22162         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22163         (pcomplete-suffix-list): Mark as obsolete.
22164         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22165         pcomplete-seen in the closure.
22166         (pcomplete-comint-setup): Setup completion-at-point as well.
22167         (pcomplete--entries): New function.
22168         (pcomplete--env-regexp): New var.
22169         (pcomplete-entries): Rewrite to work with partial-completion and
22170         without relying on pcomplete-suffix-list.
22171         (pcomplete-pare-list): Remove, unused.
22173 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22175         * window.el (display-buffer-alist): Set pop-up-window-min-height
22176         and pop-up-window-min-width in default value.  Reported by
22177         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22178         other-window-means-other-frame.
22179         (display-buffer-macro-specifiers): Comment out entry for
22180         other-window specifier.
22181         (display-buffer-other-window-means-other-frame): New function.
22182         (display-buffer-normalize-specifiers-1): New arguments
22183         buffer-name and label.  Treat other-window case specially.
22184         (display-buffer-normalize-specifiers-2): Treat other-window case
22185         specially.
22186         (display-buffer-normalize-specifiers-3): New function.
22187         (display-buffer-normalize-specifiers):
22188         Call display-buffer-normalize-specifiers-3.
22190 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22192         * window.el (same-window-p): Fix two typos introduced when
22193         adding with-no-warnings.
22194         (display-buffer-normalize-specifiers-1): Don't check
22195         pop-up-frames for 'unset initialization.
22196         (display-buffer-normalize-specifiers-2): Major rewrite using
22197         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22198         (pop-up-frames, display-buffer-reuse-frames)
22199         (display-buffer-mark-dedicated): Don't initialize to 'unset.
22200         Suggested by David Engster <deng@randomsample.de>.
22201         (even-window-heights): Initialize to 'unset.
22202         (display-buffer-alist-set): Handle new 'unset initializations.
22203         (display-buffer-macro-specifiers): Don't pop up a new frame in the
22204         other window case.
22206 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
22208         * window.el (display-buffer-normalize-specifiers-1):
22209         Respect current value of pop-up-frames for most reasonable values of
22210         second argument of display-buffer (Bug#8865).
22211         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22212         (switch-to-buffer-other-window-same-frame)
22213         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
22214         Adams (Bug#8875).
22215         (display-buffer): Don't check noninteractive when calling
22216         display-buffer-pop-up-frame.
22217         (display-buffer-pop-up-frame): Never pop up a frame in
22218         noninteractive mode (Bug#8857).
22219         (enlarge-window, shrink-window): Don't report an error when the
22220         window can't be resized as requested (Bug#8862).
22222 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22224         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22226         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22228         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22230 2011-06-15  Alan Mackenzie  <acm@muc.de>
22232         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22233         for declarators, disable knr checking to speed up for normal files.
22234         2: Refactor, replacing a sequence of nested if forms by a cond form.
22236 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22238         * net/network-stream.el (open-network-stream): Add the keyword
22239         :always-query-capabilities for the case where you want to force a
22240         `plain' network connection, but the protocol still requires the
22241         capabilitiy command (i.e., SMTP and EHLO).
22243         * subr.el (process-live-p): Rename from `process-alive-p' for
22244         consistency with other `-live-p' functions.
22246 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22248         * window.el (same-window-buffer-names, same-window-regexps)
22249         (special-display-frame-alist, special-display-popup-frame)
22250         (special-display-function, special-display-buffer-names)
22251         (special-display-regexps, pop-up-frame-alist)
22252         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22253         (pop-up-windows, split-window-preferred-function)
22254         (split-height-threshold, split-width-threshold, even-window-heights)
22255         (display-buffer-mark-dedicated): Don't encourage the use of
22256         display-buffer-alist from Elisp code.
22258 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
22260         * progmodes/python.el (python-mode): Derive from prog-mode.
22261         * progmodes/ps-mode.el (ps-mode):
22262         * progmodes/mixal-mode.el (mixal-mode):
22263         * progmodes/cfengine.el (cfengine-mode):
22264         * progmodes/ld-script.el (ld-script-mode): Likewise.
22266 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
22268         * window.el (display-buffer-alist): Trim default value to avoid
22269         popping up a new frame (Bug#8857) or reusing an arbitrary window
22270         on another frame.
22271         (display-buffer): Do not fall back on popping up a new frame in
22272         batch mode (Bug#8857).
22274 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
22276         * cus-theme.el (describe-theme-1): Use custom-theme-p.
22277         (custom-theme-summary): New function.
22278         (customize-themes): Use it.
22280 2011-06-13  Glenn Morris  <rgm@gnu.org>
22282         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22284 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
22286         * help.el (help-window): Remove variable.
22287         (help-window-point-marker, temp-buffer-max-height)
22288         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22289         (help-print-return-message): Don't set help-window.
22290         (resize-temp-buffer-window): Rewrite cod eand doc-string.
22291         (help-window-setup-finish): Remove.
22292         (help-window-display-message, help-window-setup)
22293         (with-help-window): Major rewrite based on new
22294         display-buffer-window variable.
22296         * help-mode.el (help-mode-finish): Remove help-window related
22297         code.
22299         * view.el (view-exits-all-viewing-windows): Remove reference to
22300         view-return-to-alist in doc-string.
22301         (view-return-to-alist): Make obsolete.
22302         (view-buffer): Call pop-to-buffer-same-window and remove
22303         undo-window code.
22304         (view-buffer-other-window): Call pop-to-buffer-other-window and
22305         simplify code.  Ignore second argument.
22306         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22307         simplify code.  Ignore second argument.
22308         (view-return-to-alist-update): Make obsolete.
22309         (view-mode-enter): Rename second argument to QUIT-RESTORE.
22310         Rewrite using quit-restore window parameters.
22311         (view-mode-exit): Rename second argument to EXIT-ONLY.
22312         Rewrite using quit-restore-window.
22313         (View-exit, View-exit-and-edit, View-leave, View-quit)
22314         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22315         appropriate arguments.
22316         (view-end-message): Use quit-restore window parameter.
22318         * window.el (display-buffer-function): Rewrite doc-string.
22319         (display-buffer-window, display-buffer-alist): New variables.
22320         (display-buffer-split-specifiers)
22321         (display-buffer-side-specifiers)
22322         (display-buffer-macro-specifiers): New constants.
22323         (display-buffer-even-window-sizes, display-buffer-set-height)
22324         (display-buffer-set-width, display-buffer-select-window)
22325         (display-buffer-in-window, display-buffer-reuse-window)
22326         (display-buffer-split-window-1, display-buffer-split-window)
22327         (display-buffer-split-atom-window, display-buffer-pop-up-window)
22328         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22329         (display-buffer-in-side-window, normalize-buffer-to-display)
22330         (display-buffer-normalize-specifiers-1)
22331         (display-buffer-normalize-specifiers-2)
22332         (display-buffer-normalize-specifiers, display-buffer-frame):
22333         New functions.
22334         (display-buffer): Major rewrite.
22335         (display-buffer-other-window, display-buffer-other-frame)
22336         (pop-to-buffer, switch-to-buffer-other-window)
22337         (switch-to-buffer-other-frame): Rewrite.
22338         (display-buffer-same-window, display-buffer-same-frame)
22339         (display-buffer-same-frame-other-window)
22340         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22341         (pop-to-buffer-other-window)
22342         (pop-to-buffer-same-frame-other-window)
22343         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22344         (switch-to-buffer-other-window-same-frame): New functions.
22345         (same-window-p, special-display-p): Rewrite disabling warnings.
22346         Make obsolete.
22347         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22348         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22349         Make obsolete
22350         (same-window-buffer-names, same-window-regexps)
22351         (special-display-frame-alist, special-display-popup-frame)
22352         (special-display-function, special-display-buffer-names)
22353         (special-display-regexps, pop-up-frame-alist)
22354         (pop-up-frame-function, split-window-preferred-function)
22355         (split-height-threshold, split-width-threshold)
22356         (even-window-heights): Make obsolete.
22358 2011-06-12  Glenn Morris  <rgm@gnu.org>
22360         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
22361         Misc simplifications.
22363 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
22365         * window.el (window-safely-shrinkable-p): Restore function which
22366         was inadvertently removed in change from 2011-06-11.  Declare as
22367         obsolete.
22369         * calendar/calendar.el (calendar-generate-window):
22370         Use window-iso-combined-p instead of combination of one-window-p and
22371         window-safely-shrinkable-p.
22373 2011-06-12  Glenn Morris  <rgm@gnu.org>
22375         * progmodes/fortran.el (fortran-mode-syntax-table):
22376         * progmodes/f90.el (f90-mode-syntax-table):
22377         Set % to punctuation.  (Bug#8820)
22378         (f90-find-tag-default): Remove, no longer needed.
22380 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
22382         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22384 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
22386         * image.el (image-animated-p): Return animation delay in seconds.
22387         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22388         (image-animate-timeout): Remove DELAY argument.  Don't assume
22389         every subimage has the same delay; get it from image-animated-p.
22390         (image-animate): Caller changed.
22392 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
22394         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22395         to ignored backtrace functions.
22397 2011-06-11  Glenn Morris  <rgm@gnu.org>
22399         * calendar/appt.el (appt-disp-window-function): Doc fix.
22400         (appt-check): Handle overlapping appointments.  (Bug#8337)
22402 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
22404         * window.el (window-tree-1, window-tree): New functions, moving
22405         the latter to window.el.
22406         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22407         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22408         (bw-refresh-edges): Remove.
22409         (balance-windows-1, balance-windows-2): New functions.
22410         (balance-windows): Rewrite in terms of window tree functions,
22411         balance-windows-1 and balance-windows-2.
22412         (bw-adjust-window): Remove.
22413         (balance-windows-area-adjust): New function with functionality of
22414         bw-adjust-window but using resize-window.
22415         (set-window-text-height): Rewrite doc-string.
22416         Use normalize-live-window and resize-window.
22417         (enlarge-window-horizontally, shrink-window-horizontally):
22418         Rename argument to DELTA.
22419         (window-buffer-height): New function.
22420         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22421         Rewrite using new window resize routines.
22422         (kill-buffer-and-window, mouse-autoselect-window-select):
22423         Use ignore-errors instead of condition-case.
22424         (quit-window): Call delete-frame instead of delete-windows-on
22425         for the only buffer on frame.
22427 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22429         * loadup.el (top-level): Load window before files for the sake
22430         of replace-buffer-in-windows.
22432         * files.el (read-buffer-to-switch)
22433         (switch-to-buffer-other-window)
22434         (switch-to-buffer-other-frame, display-buffer-other-frame):
22435         Move to window.el.
22437         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22438         (previous-buffer): Move to window.el.
22440         * bindings.el (unbury-buffer): Move to window.el.
22442         * window.el (delete-other-windows-vertically): Move after
22443         definition of delete-other-windows.
22444         (other-window, delete-windows-on, replace-buffer-in-windows):
22445         Move here from window.c.
22446         (record-window-buffer, unrecord-window-buffer)
22447         (set-window-buffer-start-and-point, switch-to-prev-buffer)
22448         (switch-to-next-buffer): New functions.
22449         (get-next-valid-buffer, last-buffer, next-buffer): Move here
22450         from simple.el.  Call switch-to-next-buffer.
22451         (previous-buffer): Move here from simple.el.
22452         Call switch-to-prev-buffer.
22453         (bury-buffer): Move here from buffer.c.  Switch to previous
22454         buffer when window cannot be deleted.
22455         (unbury-buffer): Move here from bindings.el.
22456         (ctl-x-map): Move binding for other-window from window.c to
22457         here.
22458         (read-buffer-to-switch, switch-to-buffer-other-window)
22459         (switch-to-buffer-other-frame): Move here from files.el.
22460         (normalize-buffer-to-switch-to): New functions.
22461         (switch-to-buffer): Move here from buffer.c.
22462         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22464 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22466         * window.el (window-min-height, window-min-width): Move here
22467         from window.c.  Add defcustoms and rewrite doc-strings.
22468         (resize-mini-window, resize-window): New functions.
22469         (adjust-window-trailing-edge, enlarge-window, shrink-window):
22470         Move here from window.c.
22471         (maximize-window, minimize-window): New functions.
22472         (delete-window, delete-other-windows, split-window): Move here
22473         from window.c.
22474         (window-split-min-size): New function.
22475         (split-window-keep-point): Mention split-window-above-each-other
22476         instead of split-window-vertically.
22477         (split-window-above-each-other, split-window-vertically):
22478         Rename split-window-vertically to split-window-above-each-other
22479         and provide defalias for old definition.
22480         (split-window-side-by-side, split-window-horizontally):
22481         Rename split-window-horizontally to split-window-side-by-side
22482         and provide defalias for the old definition.
22483         (ctl-x-map): Move bindings for delete-window,
22484         delete-other-windows and enlarge-window here from window.c.
22485         Replace bindings for split-window-vertically and
22486         split-window-horizontally by bindings for
22487         split-window-above-each-other and split-window-side-by-side.
22489         * cus-start.el (all): Remove entries for window-min-height and
22490         window-min-width.  Add entries for window-splits and
22491         window-nest.
22493 2011-06-09  Glenn Morris  <rgm@gnu.org>
22495         * calendar/appt.el (appt-mode-line): New function.
22496         (appt-check, appt-disp-window): Use it.
22498         * files.el (hack-one-local-variable-eval-safep):
22499         Allow minor-modes with explicit +/-1 arguments.
22501 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
22503         * term/xterm.el (xterm): Add defgroup.
22504         (xterm-extra-capabilities): Add defcustom to supply known xterm
22505         capabilities, skip querying them, or query them (default).
22506         (terminal-init-xterm): Use it.
22507         (terminal-init-xterm-modify-other-keys): New function to set up
22508         modifyOtherKeys support to simplify `terminal-init-xterm'.
22510 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
22512         * window.el (resize-window-reset, resize-window-reset-1)
22513         (resize-subwindows-skip-p, resize-subwindows-normal)
22514         (resize-subwindows, resize-other-windows, resize-this-window)
22515         (resize-root-window, resize-root-window-vertically)
22516         (window-deletable-p, window-or-subwindow-p)
22517         (frame-root-window-p): New functions.
22519 2011-06-09  Glenn Morris  <rgm@gnu.org>
22521         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22522         (ange-ftp-get-files): Use it.
22524 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22526         * mail/sendmail.el (mail-recover-1, mail-recover):
22527         * files.el (recover-file, recover-session):
22528         Handle dired-listing-switches not being just a single short option.
22530 2011-06-09  Glenn Morris  <rgm@gnu.org>
22532         * calendar/appt.el (appt-display-message, appt-disp-window):
22533         Handle lists of appointments.
22535 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22537         * window.el (one-window-p): Move down in code.
22538         Rewrite doc-string.
22539         (window-current-scroll-bars): Rewrite doc-string.
22540         Normalize live window argument.
22541         (walk-windows, get-window-with-predicate, count-windows):
22542         Rewrite doc-string.  Use window-list-1.
22543         (window-in-direction-2, window-in-direction, get-mru-window):
22544         New functions.
22546 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
22548         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22549         Doc fix (Bug#8713).
22551 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
22553         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22555 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
22557         * loadhist.el (unload-feature-special-hooks):
22558         Add `comint-output-filter-functions'.
22560 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
22562         * calendar/appt.el (appt-check): Move some initializations into the let.
22564 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22566         * window.el (window-height): Defalias to window-total-height.
22567         (window-width): Defalias to window-body-width.
22569 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
22571         * image-mode.el (image-toggle-animation): New command.
22572         (image-mode-map): Bind it to RET.
22573         (image-mode): Update message.
22574         (image-toggle-display-image): Avoid a spurious cache flush.
22575         (image-transform-rotation): Doc fix.
22576         (image-transform-properties): Return quickly in the normal case.
22577         (image-animate-loop): Rename from image-animate-max-time.
22579         * image.el (image-animate-max-time): Move to image-mode.el.
22580         (create-animated-image): Remove unnecessary function.
22581         (image-animate): Rename from image-animate-start.  New arg.
22582         (image-animate-stop): Remove; just use image-animate-timer.
22583         (image-animate-timer): Use car-safe.
22584         (image-animate-timeout): Rename argument.
22586 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
22588         * window.el (get-lru-window, get-largest-window): Move here from
22589         window.c.  Rename first argument to ALL-FRAMES.
22590         Rephrase doc-strings.
22591         (get-buffer-window-list): Rewrite using window-list-1.
22592         Rephrase doc-string.
22593         (window-safe-min-height, window-safe-min-width): New constants.
22594         (window-size-ignore, window-min-size, window-min-size-1)
22595         (window-sizable, window-sizable-p, window-size-fixed-1)
22596         (window-size-fixed-p, window-min-delta-1, window-min-delta)
22597         (window-max-delta-1, window-max-delta, window-resizable)
22598         (window-resizable-p, window-total-height, window-total-width)
22599         (window-body-width): New functions.
22600         (window-full-height-p, window-full-width-p): Rewrite using
22601         window-total-size.
22602         (window-body-height): Rewrite using window-body-size.
22604 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
22606         * window.el (window-right, window-left, window-child)
22607         (window-child-count, window-last-child, window-any-p)
22608         (normalize-live-buffer, normalize-live-frame)
22609         (normalize-any-window, normalize-live-window)
22610         (window-iso-combination-p, window-iso-combined-p)
22611         (window-iso-combinations)
22612         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22613         (windows-with-parameter, window-with-parameter)
22614         (window-atom-root, make-window-atom, window-atom-check-1)
22615         (window-atom-check, window-side-check, window-check):
22616         New functions.
22617         (ignore-window-parameters, window-sides, window-sides-vertical)
22618         (window-sides-slots): New variables.
22619         (window-size-fixed): Move down in code.  Minor doc-string fix.
22621 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
22623         * comint.el (comint-dynamic-complete-as-filename)
22624         (comint-dynamic-complete-filename): Correctly call
22625         completion-in-region.
22627 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22629         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22630         in last change.
22632 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22634         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22635         (rcirc): Use it to prompt for encryption.
22637 2011-06-05  Roland Winkler  <winkler@gnu.org>
22639         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22640         (bibtex-search-entries): New command bound to C-c C-a.
22641         (bibtex-display-entries): New function.
22643 2011-06-05  Roland Winkler  <winkler@gnu.org>
22645         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22646         (bibtex-insert-kill): After yanking insert newline if necessary.
22647         (bibtex-initialize): Call bibtex-string-files-init only once.
22648         (bibtex-mode): Do not call easy-menu-add.
22649         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22650         (bibtex-yank): Set arg properly if nil.
22652 2011-06-05  Roland Winkler  <winkler@gnu.org>
22654         * textmodes/bibtex.el (bibtex-search-entry-globally):
22655         New variable.
22656         (bibtex-search-entry): Use it.
22658 2011-06-05  Roland Winkler  <winkler@gnu.org>
22660         * textmodes/bibtex.el (bibtex-entry-format): New option
22661         sort-fields.
22662         (bibtex-format-entry, bibtex-reformat): Honor this option.
22663         (bibtex-parse-entry): Return fields in proper order.
22665 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
22667         * doc-view.el (doc-view-remove-if): Move computation of result out
22668         of `dolist' to silence misleading lexical-binding warning.
22670 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
22672         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22673         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22675 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22677         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22678         "SunOS 5.10".
22680 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22682         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22683         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22684         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22685         (tramp-parse-putty):
22686         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22687         (tramp-completion-function-alist-ssh)
22688         (tramp-completion-function-alist-telnet)
22689         (tramp-completion-function-alist-su)
22690         (tramp-completion-function-alist-putty): Set `tramp-autoload'
22691         cookie.
22693         * net/tramp-ftp.el:
22694         * net/tramp-sh.el:
22695         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22696         load "tramp.el" `tramp-set-completion-function'.
22698 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22700         * shell.el: Require and use pcomplete.
22701         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22702         (shell-completion-vars): Set pcomplete-default-completion-function.
22704 2011-06-04  Deniz Dogan  <deniz@dogan.se>
22706         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22707         `memq' (Bug#8799).
22709 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22711         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22713 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
22715         * bs.el (bs--mark-unmark, bs--nth-wrapper):
22716         * mpc.el (mpc-select-extend, mpc-songpointer-context):
22717         * vc/log-view.el (log-view-beginning-of-defun):
22718         * vc/smerge-mode.el (smerge-apply-resolution-patch)
22719         (smerge-refine-forward, smerge-refine-chopup-region):
22720         Silence warning for unused `dotimes' counter variables.
22722 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22724         * net/tramp.el (tramp-with-progress-reporter): Rename from
22725         with-progress-reporter.  Use `declare'.
22726         * net/tramp-smb.el:
22727         * net/tramp-sh.el:
22728         * net/tramp-gvfs.el: Update all uses.
22730 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
22732         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22733         buffer isn't killed before making it current.
22735 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22737         Silence various byte-compiler warnings.
22738         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22739         `access-type' and new obsolescence format.
22740         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22741         new format.
22742         (byte-compile-check-variable): New `access-type' argument.
22743         Only warn if the access-type is obsolete.
22744         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22745         (byte-compile-variable-set): Adjust callers.
22746         * help-fns.el (describe-variable): Adjust to new obsolescence format.
22747         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22748         setting it as obsolete.
22749         * simple.el (minibuffer-completing-symbol):
22750         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22751         access as obsolete.
22752         * minibuffer.el (minibuffer-completing-file-name): Don't make it
22753         obsolete yet.
22754         * international/quail.el (quail-mouse-choose-completion): Remove unused
22755         code referring to obsolete var.
22756         (quail-choose-completion-string): Remove.
22757         * server.el (server-clients-with, server-kill-buffer-query-function)
22758         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22759         * proced.el (proced-send-signal):
22760         * emacs-lisp/lisp.el (lisp-complete-symbol):
22761         Replace completion-annotate-function with completion-extra-properties.
22763 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22765         * simple.el (goto-line): Use read-number.
22766         (overriding-map-is-bound): Remove.
22767         (saved-overriding-map): Change default.
22768         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22769         Take the map as argument.
22770         (universal-argument, negative-argument, digit-argument): Use it.
22771         (restore-overriding-map): Adjust.
22772         (do-auto-fill): Use fill-forward-paragraph.
22773         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22775         * minibuffer.el (minibuffer-inactive-mode-map): New var.
22776         (minibuffer-inactive-mode): New major mode.
22777         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22778         the *Messages* buffer" hack.
22779         (mouse-popup-menubar): Don't burp if the event is a normal key.
22781         Miscellaneous tweaks.
22782         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22783         lexical scoping as in subr.el's dolist and dotimes.
22784         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22785         Silence compiler warning.
22786         * thingatpt.el (forward-whitespace): Trivial coding style fix.
22787         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22788         * international/ccl.el (ccl-compile): Trivial simplification.
22789         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22790         * emacs-lisp/testcover.el (testcover-end): Remove spurious
22791         `printflag' argument.
22792         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22793         Purecopy the whole obsolescence data.
22795 2011-06-01  Leo Liu  <sdl.web@gmail.com>
22797         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22798         improve doc-string as suggested by Marco Pessotto
22799         <melmothx@gmail.com>.
22800         (rcirc-print): Fix last change.
22802 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22804         * minibuffer.el (complete-with-action): Return nil for the metadata and
22805         boundaries of non-functional tables.
22806         (completion-table-dynamic): Return nil for the metadata.
22807         (completion-table-with-terminator): Add default case, using
22808         complete-with-action.
22809         (completion--metadata): New function.
22810         (completion-all-sorted-completions, minibuffer-completion-help): Use it
22811         to try and avoid pathological performance problems.
22812         (completion--embedded-envvar-table): Return `category' metadata.
22814 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22816         * subr.el (process-alive-p): New tiny convenience function.
22818 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22820         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22821         content but also its previous major mode.
22823 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
22825         * emacs-lisp/debug.el (debug): Restore the previous content of the
22826         *Backtrace* buffer when we exit with C-M-c.
22828 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22830         * minibuffer.el: Add metadata method to completion tables.
22831         (completion-category-overrides): New defcustom.
22832         (completion-metadata, completion--field-metadata)
22833         (completion-metadata-get, completion--styles)
22834         (completion--cycle-threshold): New functions.
22835         (completion-try-completion, completion-all-completions):
22836         Add `metadata' argument to choose completion-styles.
22837         (completion--do-completion): Use metadata to choose cycling.
22838         (completion-all-sorted-completions): Use metadata for sorting.
22839         Remove :completion-cycle-penalty which is not needed any more.
22840         (completion--try-word-completion): Add `metadata' argument.
22841         (minibuffer-completion-help): Check metadata for annotation function
22842         and sorting.
22843         (completion-file-name-table): Return `category' metadata.
22844         (minibuffer-completing-file-name): Make obsolete.
22845         * simple.el (minibuffer-completing-symbol): Make obsolete.
22846         * icomplete.el (icomplete-completions): Pass new `metadata' param to
22847         completion-try-completion.
22849 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22851         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22853 2011-05-30  Leo Liu  <sdl.web@gmail.com>
22855         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22856         (rcirc-print): Decode all incoming messages (bug#8744).
22857         (rcirc-decode-coding-system): Allow value nil for automatic coding
22858         system detection.
22860 2011-06-01  Glenn Morris  <rgm@gnu.org>
22862         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22864 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22866         * image.el (image-animate-max-time): Allow nil and t values.
22867         Default to nil.
22868         (create-animated-image): Doc fix.
22869         (image-animate-start): Remove second arg; just use
22870         image-animate-max-time.
22871         (image-animate-timeout): Doc fix.  Args changed.
22873         * image-mode.el (image-toggle-display-image): Ensure that the
22874         image spec passed to the animate timer is the same object as in
22875         the buffer's display property (Bug#6981).
22876         (image-transform-properties): Doc fix.
22878         * image.el (image-animate-max-time): Default to nil.
22880 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
22882         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22883         entire buffer list (Bug#8184).
22885 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22887         * image.el (imagemagick-types-inhibit)
22888         (imagemagick-register-types): Doc fix.
22890 2011-05-29  Deniz Dogan  <deniz@dogan.se>
22892         * net/rcirc.el (rcirc): Use the user's stored encryption method by
22893         default.
22895 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22897         * select.el: Don't perform clipboard-manager saving in hooks;
22898         leave the hooks empty.
22900 2011-05-28  Leo Liu  <sdl.web@gmail.com>
22902         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22903         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
22904         (occur-edit-mode): New major mode (Bug#8463).
22905         (occur-after-change-function): New function.
22906         (occur-engine): Give Occur tags a read-only property.
22908 2011-05-28  Kevin Ryde  <user42@zip.com.au>
22910         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22912 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22914         * bindings.el (help-echo): Make the initial non-indicator dash
22915         empty on graphical terminals (Bug#7295).
22917         * files.el (auto-mode-alist): Move config rule after the
22918         in-stripping one (Bug#8547).
22920         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22922         * startup.el (normal-splash-screen): Remove gratuitous mode-line
22923         setting (Bug#8740).
22925 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
22927         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22928         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22929         (Bug#8539).
22931 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22933         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22935 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
22937         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22938         (hs-hide-block-at-point, hs-find-block-beginning)
22939         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22940         (Bug#8279).
22942 2011-05-28  Glenn Morris  <rgm@gnu.org>
22944         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
22946 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22948         * help-fns.el (describe-function-1): If the function is a derived
22949         major mode, print the parent mode.
22951         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22952         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22954 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22956         * minibuffer.el (completion--capf-wrapper): Check applicability before
22957         returning non-nil for non-exclusive completion data.
22958         * progmodes/etags.el (tags-completion-at-point-function):
22959         * info-look.el (info-lookup-completions-at-point): Mark as
22960         non-exclusive.
22961         (info-complete): Adjust accordingly.
22963         * info-look.el: Convert to lexical-binding and completion-at-point.
22964         (info-lookup-completions-at-point): New function.
22965         (info-complete): Use it and completion-in-region.
22967 2011-05-28  Drew Adams  <drew.adams@oracle.com>
22969         * isearch.el: Let M-e start with point at the first mismatched char.
22970         (isearch-fail-pos): New function.
22971         (isearch-edit-string): Use it.
22973 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
22975         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22977 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
22979         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
22980         traversal functions for avl-trees.
22981         (avl-tree--stack): New struct.
22982         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22983         (avl-tree-enter): Add optional `updatefun' arg.
22984         (avl-tree--do-enter): Add optional `updatefun' arg.
22985         Change return value.
22986         (avl-tree-delete): Add optional `test' and `nilflag' args.
22987         (avl-tree--do-delete): Add `test' and `nilflag' args.
22988         Change return value.
22989         (avl-tree-member): Add optional `nilflag'
22990         (avl-tree-member-p): New function.
22991         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22992         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22993         (avl-tree-stack-empty-p): New functions.
22995         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22996         avl-tree--del-balance1 and make it work both ways.
22997         (avl-tree--del-balance2): Remove.
22998         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22999         make it work both ways.
23000         (avl-tree--enter-balance2): Remove.
23001         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23002         New macros.
23003         (avl-tree--mapc, avl-tree-map): Add direction argument.
23005 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23007         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23009 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23011         * select.el: Support clipboard managers with built-in function
23012         x-clipboard-manager-save, via delete-frame-functions and
23013         kill-emacs-hook.
23014         (xselect-convert-to-targets): Add MULTIPLE target to list.
23015         (xselect-convert-to-save-targets): New function.
23017 2011-05-27  Kenichi Handa  <handa@m17n.org>
23019         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23020         let-binding rfc2047-encode-encoded-words to nil.
23022 2011-05-27  Glenn Morris  <rgm@gnu.org>
23024         * mail/emacsbug.el: Don't require url-util.
23026         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23028         * files.el (set-auto-mode):
23029         Also respect mode: entries at the end of the file.  (Bug#8586)
23031 2011-05-26  Glenn Morris  <rgm@gnu.org>
23033         * files.el (hack-local-variables-prop-line, hack-local-variables):
23034         Downcase mode names, as seems to be traditional.
23035         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23037         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23038         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23040 2011-05-25  Julien Danjou  <julien@danjou.info>
23042         * textmodes/rst.el (rst-define-level-faces): Do not define face
23043         symbol if it is already defined.
23045 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23047         * play/5x5.el (5x5-new-game, 5x5-randomize):
23048         Reset 5x5-solver-output to nil when a new grid is cast.
23049         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23050         these debugging traces, as defmacro breaks the compiled code.
23052 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23054         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23056 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23058         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23059         (vc-bzr-sha1): Adapt.
23061         * sha1.el: Remove.  Function `sha1' is now builtin.
23063         * bindings.el: Provide sha1 feature.
23065 2011-05-24  Kenichi Handa  <handa@m17n.org>
23067         * mail/sendmail.el: Require `rfc2047'.
23068         (mail-insert-from-field): Do not perform RFC2047 encoding.
23069         (mail-encode-header): New function.
23070         (sendmail-send-it): Set buffer-file-coding-system of the work
23071         buffer to the return value of select-message-coding-system.
23072         Call mail-encode-header.
23074         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23076 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23078         * mail/supercite.el (sc-default-cite-frame):
23079         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23081 2011-05-24  Glenn Morris  <rgm@gnu.org>
23083         * progmodes/python.el (brm-menu): Declare.
23085         * emulation/viper.el (viper-set-hooks): Declare.
23087         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23088         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23089         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23090         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23091         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23092         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23094 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23096         Add an :exit-function for completion-at-point.
23098         * minibuffer.el (completion--done): New fun.
23099         (completion--do-completion): Use it.  New arg `expect-exact'.
23100         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23101         since completion--do-completion does it for us now.
23102         (minibuffer-force-complete): Use completion--done and
23103         completion--replace.  Handle sole-completion case with more care.
23104         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23105         (completion-extra-properties): New var.
23106         (completion-annotate-function): Make obsolete.
23107         (minibuffer-completion-help): Adjust accordingly.
23108         Use completion-list-insert-choice-function.
23109         (completion-at-point, completion-help-at-point):
23110         Bind completion-extra-properties.
23111         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23112         * simple.el (completion-list-insert-choice-function): New var.
23113         (completion-setup-function): Preserve it.
23114         (choose-completion): Pay attention to it, shuffle the code a bit.
23115         (choose-completion-string): New arg `insert-function'.
23117         * textmodes/bibtex.el: Convert to lexical binding.
23118         (bibtex-mode-map): Use completion-at-point.
23119         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23120         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23121         (bibtex-complete): Define as obsolete alias.
23122         (bibtex-complete-internal): Remove.
23123         (bibtex-format-entry): Remove unused sub-group in regexp.
23124         * shell.el (shell--command-completion-data)
23125         (shell-environment-variable-completion):
23126         * pcomplete.el (pcomplete-completions-at-point):
23127         * comint.el (comint--complete-file-name-data): Use :exit-function
23128         instead of completion-table-with-terminator so it also works for
23129         choose-completion.
23131 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23133         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23135         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23136         (bug#8710).
23138         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23140 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23142         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23143         customization variable and implement: If non-nil, auto-fill will
23144         be inhibited while on topic's header line.
23146 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23148         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23149         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23150         always have a solution in grid size = 5 cases.
23151         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23152         (5x5-solver-output, 5x5-log-buffer): New vars.
23153         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23154         Make these variables buffer local to achieve 5x5 multi-session-ness.
23155         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23156         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23157         (5x5-solve-suggest): New funs.
23158         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23159         randomize a grid so that we ensure that there is always a solution.
23160         (5x5-make-random-grid): Allow other movement than flipping.
23162 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23164         * emacs-lisp/advice.el (ad-read-advised-function):
23165         Use `function-called-at-point' as the default, if it has
23166         advice and passes PREDICATE.
23168 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23170         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23171         byte-compile-lambda if it's actually a lambda.
23173         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23174         Fix function quoting.  Use backquote better.
23176 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23178         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23179         matching (Bug#8516).
23181 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23183         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23184         different face (Bug#8178).
23186 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23188         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23189         defface (Bug#8144).
23191 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23193         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23194         funcall as well (bug#8712).  Warn when performing those conversions.
23195         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23197         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23199 2011-05-22  Glenn Morris  <rgm@gnu.org>
23201         * files.el (hack-local-variables-prop-line): Small simplifications.
23202         (hack-local-variables, hack-local-variables-prop-line):
23203         If MODE-ONLY, return the mode, rather than just `t'.
23205 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23207         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23209 2011-05-21  Glenn Morris  <rgm@gnu.org>
23211         * files.el (hack-local-variables-prop-line, hack-local-variables):
23212         If only interested in the mode, don't bother doing the other stuff.
23214         * image-mode.el (image-after-revert-hook):
23215         Redraw all frames on which the image is visible.  (Bug#8567)
23217         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
23219         * wid-edit.el (widget-checklist-match-inline):
23220         Fix 2011-04-19 change.  (Bug#8649)
23222 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23224         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23225         Also allow singlespace after single-letter capitals followed by a dot.
23227         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23228         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23230 2011-05-20  Nix  <nix@esperi.org.uk>
23232         * files.el (basic-save-buffer-2):
23233         Fix handling of break-hardlink-on-save with non-existent files.
23235 2011-05-19  Deniz Dogan  <deniz@dogan.se>
23237         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23238         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23240 2011-05-19  Glenn Morris  <rgm@gnu.org>
23242         * progmodes/f90.el (f90-type-def-re):
23243         Handle "type, bind(c)".  (Bug#8691)
23245         * emacs-lisp/autoload.el (batch-update-autoloads):
23246         Set autoload-excludes by parsing loadup.el rather than Makefiles.
23248 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
23250         * net/tramp.el (tramp-process-actions): Set "first-password-request"
23251         property for the correct connection in case of multihops.
23253 2011-05-18  Glenn Morris  <rgm@gnu.org>
23255         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23256         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23258         Rationalize calendar handling of day and month abbrev-arrays.
23259         * calendar/calendar.el (calendar-customized-p): New function.
23260         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23261         (calendar-day-name-array, calendar-month-name-array): Doc fix.
23262         Add :set function.
23263         (calendar-abbrev-length, calendar-day-abbrev-array)
23264         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23265         (calendar-day-abbrev-array, calendar-month-abbrev-array):
23266         Elements may no longer be nil.
23267         (calendar-day-name, calendar-month-name):
23268         Update for changed nature of abbrev arrays.
23269         * calendar/diary-lib.el (diary-name-pattern):
23270         Update for changed nature of abbrev arrays.
23271         (diary-mark-entries-1): Update calendar-make-alist calls.
23272         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23273         * calendar/cal-html.el (cal-html-day-abbrev-array):
23274         Simply inherit from calendar-day-abbrev-array.
23276 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23278         * progmodes/grep.el (grep-mode): Disable default
23279         compilation-directory-matcher setting (bug#8684).
23281 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
23283         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23284         instead of "head" and "tail".  There were problems with SunOS 5.9,
23285         and it performs better.
23287 2011-05-17  Glenn Morris  <rgm@gnu.org>
23289         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23291         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23292         Replace obsolete function.
23294         * shell.el (pcomplete-parse-arguments-function): Declare.
23296         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23297         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23298         (appt-check): Doc fixes.
23299         (appt-disp-window-function, appt-delete-window-function):
23300         Remove needless special case in custom :type.
23301         (appt-display-count): Default to 0, not nil.
23302         (appt-check): Reset appt-display-count to 0, not nil.
23304 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
23306         * progmodes/python.el (python-font-lock-keywords):
23307         Add the Python 3.X keyword "nonlocal" (bug#8639).
23309 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23311         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23313 2011-05-16  Kevin Ryde  <user42@zip.com.au>
23315         * info-look.el (makefile-automake-mode): New setups, looking in
23316         automake manual, then makefile-mode.
23317         (makefile-mode): Remove automake manual, have it just in
23318         makefile-automake-mode since there's various things different or
23319         not relevant to plain make.
23320         (makefile-mode): Remove "other-modes" non-existent automake-mode,
23321         believe a hypothetical automake-mode would go to makefile-mode,
23322         not the other way around.
23324 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23326         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23327         hunk-end tags (Bug#8672).
23329         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23330         vc-annotate-show-diff-revision-at-line (Bug#8671).
23332 2011-05-14  Glenn Morris  <rgm@gnu.org>
23334         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23335         in the middle of an existing one with multiple authors.  (Bug#8645)
23336         (change-log-font-lock-keywords): Also handle multiple author lines
23337         with leading tabs.  (Bug#8644)
23339         * calendar/appt.el (appt-check): Rename some local variables.
23340         Some simplification/reordering.
23342         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23343         (feedmail-sendmail-f-doesnt-sell-me-out)
23344         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23345         (feedmail-debug-sit-for, feedmail-queue-express-hook)
23346         (feedmail-queue-runner-message-sender): Set :version.
23347         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23348         (bbdb-dwim-net-address, vm-mail): Declare.
23349         (feedmail-binmail-gnulinuxish-template):
23350         Rename from feedmail-binmail-linuxish-template.
23351         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23352         Use insert-buffer-substring.
23354 2011-05-14  Bill Carpenter  <bill@carpenter.org>
23356         * mail/feedmail.el (feedmail-patch-level): Increase.
23357         (feedmail-debug): New custom group.
23358         (feedmail-confirm-outgoing-timeout)
23359         (feedmail-sendmail-f-doesnt-sell-me-out)
23360         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23361         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23362         (feedmail-sender-line, feedmail-from-line)
23363         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23364         (feedmail-spray-this-address)
23365         (feedmail-spray-address-fiddle-plex-list)
23366         (feedmail-queue-use-send-time-for-date)
23367         (feedmail-queue-use-send-time-for-message-id)
23368         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23369         (feedmail-buffer-eating-function):
23370         Doc fixes.
23371         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23372         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23373         (feedmail-message-action-scroll-down): New functions.
23374         (feedmail-queue-directory, feedmail-queue-draft-directory):
23375         Use expand-file-name.
23376         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23377         Remove C-v help entry.
23378         (feedmail-queue-buffer-file-name): New variable.
23379         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23380         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23381         (feedmail-message-action-send-strong, feedmail-message-action-edit)
23382         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23383         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23384         (feedmail-message-action-toggle-spray)
23385         (feedmail-run-the-queue-no-prompts)
23386         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23387         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23388         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23389         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23390         (feedmail-envelope-deducer, feedmail-fiddle-from)
23391         (feedmail-fiddle-sender, feedmail-default-date-generator)
23392         (feedmail-fiddle-date, feedmail-fiddle-message-id)
23393         (feedmail-fiddle-spray-address)
23394         (feedmail-fiddle-list-of-spray-fiddle-plexes)
23395         (feedmail-fiddle-list-of-fiddle-plexes)
23396         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23397         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23398         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23399         Change default.  Doc fix.
23400         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23401         (feedmail-binmail-linuxish-template): New constant.
23402         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
23403         Respect feedmail-sendmail-f-doesnt-sell-me-out.
23404         (feedmail-send-it): Add debug call.
23405         Use feedmail-queue-buffer-file-name, and
23406         feedmail-send-it-immediately-wrapper.
23407         (feedmail-message-action-send): Add debug call.
23408         Use feedmail-send-it-immediately-wrapper.
23409         (feedmail-queue-express-to-queue): Add debug call.
23410         Run feedmail-queue-express-hook.
23411         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
23412         (feedmail-message-action-help-blat):
23413         Rename from feedmail-queue-send-edit-prompt-help-first.
23414         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
23415         Check line-endings.  Handle errors better.
23416         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23417         Doc fix.  Add debug call.
23418         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
23419         Use feedmail-queue-send-edit-prompt-inner.
23420         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23421         (feedmail-queue-send-edit-prompt-inner): New function, extracted
23422         from feedmail-queue-send-edit-prompt.
23423         (feedmail-queue-send-edit-prompt-help)
23424         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23425         (feedmail-tidy-up-slug): Add debug call.
23426         Respect feedmail-queue-slug-suspect-regexp.
23427         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23428         (feedmail-dump-message-to-queue): Add debug call.
23429         Expand queue-directory.
23430         (feedmail-dump-message-to-queue): Change message slightly.
23431         Use feedmail-say-chatter.
23432         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
23433         (feedmail-send-it-immediately-wrapper): New function.
23434         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
23435         Insert empty string rather than newline.  Handle full-frame case.
23436         Use catch/throw.  Use feedmail-say-chatter.
23437         (feedmail-fiddle-from): Try mail-host-address.
23438         (feedmail-default-message-id-generator): Doc fix.
23439         Bind system-time-locale.  Handle missing end.
23440         (feedmail-fiddle-x-mailer): Add debug call.
23441         Handle feedmail-x-mailer-line being nil.
23442         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23443         Add debug call.  Use buffer-substring-no-properties.
23444         (feedmail-say-debug, feedmail-say-chatter): New functions.
23445         (feedmail-find-eoh): Give an explicit error.
23447 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
23449         * net/newst-treeview.el (newsticker-treeview-face): Change default
23450         family from helvetica to sans.
23451         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23452         etc/images/newsticker.
23454         * net/newst-reader.el (newsticker-feed-face): Change default
23455         family from helvetica to sans.
23457         * net/newst-plainview.el (newsticker-new-item-face)
23458         (newsticker-old-item-face, newsticker-immortal-item-face)
23459         (newsticker-obsolete-item-face, newsticker-date-face)
23460         (newsticker-statistics-face): Change default family from
23461         helvetica to sans.
23462         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23463         etc/images/newsticker.
23465         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23466         (newsticker--process-auto-mark-filter-match): Tell user about
23467         auto-marking.
23469 2011-05-13  Didier Verna  <didier@xemacs.org>
23471         Common Lisp indentation improvements on defmethod and lambda-lists.
23472         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23473         TODO entries.
23474         (lisp-lambda-list-keyword-parameter-indentation)
23475         (lisp-lambda-list-keyword-parameter-alignment)
23476         (lisp-lambda-list-keyword-alignment): New customizable user options.
23477         (lisp-indent-defun-method): Improve docstring.
23478         (extended-loop-p): Fix comment.
23479         (lisp-indent-lambda-list-keywords-regexp): New variable.
23480         (lisp-indent-lambda-list): New function.
23481         (lisp-indent-259): Use it.
23482         (lisp-indent-defmethod): Support for more than one
23483         method qualifier and properly indent methods lambda-lists.
23484         (defgeneric): Provide a missing common-lisp-indent-function property.
23486 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23488         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23489         bounds for the empty string (bug#8667).
23491 2011-05-13  Glenn Morris  <rgm@gnu.org>
23493         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23495         * mail/sendmail.el (sendmail-program): Try executable-find first.
23496         (sendmail-send-it): `sendmail-program' cannot be unbound.
23498         * calendar/appt.el (appt-make-list): Simplify.
23499         (appt-time-msg-list): Doc fix.
23500         (appt-check): Change mode-line message at the time of the appointment.
23502 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
23504         * progmodes/ld-script.el (ld-script-keywords)
23505         (ld-script-builtins): Update keywords list.
23507 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23509         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23511         * shell.el (shell-completion-vars): New function.
23512         (shell-mode):
23513         * simple.el (read-shell-command): Use it.
23514         (blink-matching-open): No need for " [...]" in minibuffer-message.
23516 2011-05-12  Glenn Morris  <rgm@gnu.org>
23518         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23519         (appt-check): Simplify.
23521 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
23523         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23524         literal "/dev/null".
23526 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23528         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23529         Fix typo.
23531 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
23533         * progmodes/which-func.el (which-function):
23534         Use add-log-current-defun instead of add-log-current-defun-function,
23535         which might not be defined (Bug#8260).
23537 2011-05-12  Glenn Morris  <rgm@gnu.org>
23539         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23540         Let byte-compile-initial-macro-environment always take precedence.
23542 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23544         * net/rcirc.el: Add support for SSL/TLS connections.
23545         (rcirc-server-alist): New field `encryption'.
23546         (rcirc): Check `encryption' settings.
23547         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
23548         Merge make-local-variable into `set'.
23549         (rcirc--connection-open-p): New function.
23550         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23551         the process is not a network process (e.g. running gnutls-cli).
23552         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23553         Make rcirc-(en|de)code-coding-system local here.
23554         (rcirc-mode): Merge make-local-variable into `set'.
23555         (rcirc-parent-buffer): Make permanent buffer-local.
23556         (rcirc-multiline-minor-mode): Don't do it here.
23557         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23558         there's no server buffer.
23560 2011-05-11  Glenn Morris  <rgm@gnu.org>
23562         * newcomment.el (comment-kill): Prefix "unused" local.
23564         * term/w32console.el (get-screen-color): Declare.
23566         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23567         Handle symbol elements of byte-compile-initial-macro-environment.
23569 2011-05-10  Leo Liu  <sdl.web@gmail.com>
23571         * bookmark.el (bookmark-bmenu-mode-map):
23572         Bind bookmark-bmenu-search to `/'.
23574         * mail/footnote.el: Convert to utf-8 encoding.
23575         (footnote-unicode-string, footnote-unicode-regexp): New variable.
23576         (Footnote-unicode): New function.
23577         (footnote-style-alist): Add unicode style to the list.
23578         (footnote-style): Doc fix.
23580 2011-05-10  Jim Meyering  <meyering@redhat.com>
23582         Fix doubled-word typos.
23583         * international/quail.el (quail-insert-kbd-layout): and and -> and
23584         * kermit.el: and and -> and
23585         * net/ldap.el (ldap-search-internal): to to -> to
23586         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23587         * progmodes/js.el (js-mode): and and -> and
23588         * textmodes/artist.el (artist-move-to-xy): at at -> at
23589         (artist-draw-region-trim-line-endings): if if -> if
23590         And Safetyc -> Safety.
23591         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23593 2011-05-10  Glenn Morris  <rgm@gnu.org>
23594             Stefan Monnier  <monnier@iro.umontreal.ca>
23596         * files.el (hack-one-local-variable-eval-safep):
23597         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
23599 2011-05-10  Glenn Morris  <rgm@gnu.org>
23601         * calendar/diary-lib.el (diary-list-entries-hook)
23602         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23603         (diary-nongregorian-marking-hook, diary-list-entries)
23604         (diary-include-other-diary-files, diary-mark-entries)
23605         (diary-mark-included-diary-files): Doc fixes.
23607 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23609         * misc.el: Require tabulated-list.el during compilation.
23611 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23613         * progmodes/compile.el (compilation-start):
23614         Run compilation-filter-hook for the async case too.
23615         (compilation-filter-hook): Doc fix.
23617 2011-05-09  Deniz Dogan  <deniz@dogan.se>
23619         * wdired.el: Remove outdated installation comment.  Fix usage
23620         comment.
23622 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23624         * misc.el: Implement new command `list-dynamic-libraries'.
23625         (list-dynamic-libraries--loaded-only-p): New variable.
23626         (list-dynamic-libraries--refresh): New function.
23627         (list-dynamic-libraries): New command.
23629 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23631         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23632         Fix the ant regexp to handle end-line and end-column info from jikes.
23633         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
23634         higher priority to avoid clobbering by gnu.
23636 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23638         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23639         if the face has existing theme settings (Bug#8454).
23641 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
23643         * progmodes/perl-mode.el (perl-imenu-generic-expression):
23644         Only match variables declared via `my' or `our' (Bug#8261).
23646         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23647         special file names `.' and `..' (Bug#8259).
23649 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23651         * progmodes/grep.el (grep-mode-font-lock-keywords):
23652         Remove buffer-changing entries.
23653         (grep-filter): New function.
23654         (grep-mode): Add it to compilation-filter-hook.
23656         * progmodes/compile.el (compilation-filter-hook)
23657         (compilation-filter-start): New defvars.
23658         (compilation-filter): Call compilation-filter-hook prior to
23659         updating the process mark.
23661 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23663         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23665 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
23667         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23668         mailclient-send-it even if window-system is nil.  (Bug#8595)
23670         * term/w32console.el (terminal-init-w32console):
23671         Call get-screen-color and use its output to set the frame
23672         background-mode.  (Bug#8597)
23674 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23676         Make bytecomp.el understand that defmethod defines funs (bug#8631).
23677         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23678         New functions.
23679         (defgeneric, eieio--defmethod): Use them.
23680         (eieio-defgeneric): Remove.
23681         (defmethod): Call defgeneric in a way visible to the byte-compiler.
23683 2011-05-07  Glenn Morris  <rgm@gnu.org>
23685         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23686         Use let rather than let*.
23687         (timeclock-find-discrep): Remove unused local.
23689         * calendar/diary-lib.el (diary-comment-start): Doc fix.
23691         * calendar/appt.el (appt-time-msg-list): Doc fix.
23693 2011-05-06  Noah Friedman  <friedman@splode.com>
23695         * apropos.el (apropos-print-doc): Only use
23696         emacs-lisp-docstring-fill-column when it is bound to an integer,
23697         per that variable's documentation.
23699 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23701         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23702         and warnings are not silently discarded (e.g. use -d instead of -P).
23704 2011-05-06  Glenn Morris  <rgm@gnu.org>
23706         * calendar/appt.el (appt-message-warning-time): Doc fix.
23707         (appt-warning-time-regexp): New option.
23708         (appt-make-list): Respect appt-message-warning-time.
23710         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23711         New options.
23712         (diary-add-to-list): Strip comments from the displayed string.
23713         (diary-mode): Set comment-start and comment-end.
23715         * vc/diff-mode.el (smerge-refine-subst): Declare.
23716         (diff-refine-hunk): Don't require smerge-mode when compiling.
23718 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
23720         * simple.el (list-processes): Return nil as the docstring says.
23722 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23724         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23725         to "".
23726         (ange-ftp-write-region, ange-ftp-insert-file-contents)
23727         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23728         determining of binary transfer.  (Bug#7383)
23730 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23732         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23733         Fix port computation bug.  (Bug#8618)
23735 2011-05-05  Glenn Morris  <rgm@gnu.org>
23737         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23739         * simple.el (shell-dynamic-complete-functions)
23740         (comint-dynamic-complete-functions): Declare.
23742         * net/network-stream.el (gnutls-negotiate):
23743         * simple.el (tabulated-list-print): Fix declarations.
23745         * progmodes/gud.el (syntax-symbol, syntax-point):
23746         Remove unnecessary and incorrect declarations.
23748         * emacs-lisp/check-declare.el (check-declare-scan):
23749         Handle byte-compile-initial-macro-environment in bytecomp.el.
23751 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23753         Fix earlier half-done eieio-defmethod change (bug#8338).
23754         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23755         Streamline and change calling convention.
23756         (defmethod): Adjust accordingly and simplify.
23757         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23758         new eieio--defmethod.
23759         (slot-boundp): Minor CSE simplification.
23761 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
23763         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23764         (glasses-make-readable): Use glasses-separate-capital-groups.
23766 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
23768         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23769         (warning-series): Doc fix.
23770         (display-warning): Don't try to create the buffer if we just found it.
23772 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
23774         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23775         (autoload-find-generated-file): New function.
23776         (generate-file-autoloads): Bind generated-autoload-file to
23777         buffer-file-name.
23778         (update-file-autoloads, update-directory-autoloads):
23779         Use autoload-find-generated-file.  If called interactively, prompt for
23780         output file (Bug#7989).
23781         (batch-update-autoloads): Doc fix.
23783 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
23785         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23787 2011-05-04  Glenn Morris  <rgm@gnu.org>
23789         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23790         function, so it follows changes in calendar-date-style.
23791         (diary-fancy-date-matcher): New function.
23792         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23793         (diary-fancy-font-lock-fontify-region-function):
23794         Use diary-fancy-date-pattern as a function.
23796         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23797         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
23799 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
23801         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23802         instead of positional arguments.  Allow :keylist and :crlfiles
23803         arguments.
23804         (open-gnutls-stream): Call it.
23806         * net/network-stream.el (network-stream-open-starttls): Adjust to
23807         call `gnutls-negotiate' with :process and :hostname arguments.
23809 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23811         * minibuffer.el (completion--message): New function.
23812         (completion--do-completion, minibuffer-complete)
23813         (minibuffer-force-complete, minibuffer-complete-word): Use it.
23814         (completion--do-completion): Don't ignore completion-auto-help when in
23815         icomplete-mode.
23817         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23818         internal encoding (e.g. tibetan zero is not whitespace).
23819         (global-whitespace-mode): Prefer save-current-buffer.
23820         (whitespace-trailing-regexp): Remove useless save-match-data.
23821         (whitespace-empty-at-bob-regexp): Minor simplification.
23823 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
23825         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23827 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
23829         * textmodes/ispell.el (ispell-add-per-file-word-list):
23830         Use `concat' to create string for insertion.
23832 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23834         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23835         Avoid open-line which runs post-self-insert-hook.
23836         (bibtex-fill-entry): Remove unused `end' var.
23838 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
23840         * textmodes/ispell.el (ispell-add-per-file-word-list):
23841         Protect against `nil' value of `comment-start' (Bug#8579).
23843 2011-05-03  Leo Liu  <sdl.web@gmail.com>
23845         * isearch.el (isearch-yank-pop): New command.
23846         (isearch-mode-map): Bind it to `M-y'.
23847         (isearch-forward): Mention it.
23849 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23851         * simple.el (minibuffer-complete-shell-command): Remove.
23852         (minibuffer-local-shell-command-map): Use completion-at-point.
23853         (read-shell-command): Setup completion vars here instead.
23854         (read-expression-map): Bind TAB to symbol completion.
23856         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23857         error directly rather via storing it into `results'.
23859 2011-05-02  Leo Liu  <sdl.web@gmail.com>
23861         * vc/diff.el: Fix description.
23863 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23865         * server.el (server-eval-at): New function.
23867 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23869         * net/network-stream.el (open-network-stream): Take a :nowait
23870         parameter and pass it on to `make-network-process'.
23871         (network-stream-open-plain): Ditto.
23873 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
23875         * faces.el (face-spec-set-match-display): Don't match toolkit
23876         options on terminal frames.
23878 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23880         * progmodes/pascal.el: Use lexical binding.
23881         (pascal-mode-map): Remove author preferences.
23883         * pcomplete.el (pcomplete-std-complete): Don't abuse
23884         completion-at-point.
23886 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23888         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23889         removing code that has been dead since 1991 or so.
23891         * startup.el (command-line): When warning about "_emacs", use a
23892         delayed warning to allow the user to filter it out.
23894 2011-04-28  Deniz Dogan  <deniz@dogan.se>
23896         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23897         user has not joined.
23899 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23901         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23902         aren't any completions at point.
23904 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23906         * subr.el (display-delayed-warnings): New function.
23907         (delayed-warnings-hook): New variable.
23909 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23911         * minibuffer.el (completion-at-point, completion-help-at-point):
23912         Don't presume that a given completion-at-point-function will always
23913         use the same calling convention.
23915         * pcomplete.el (pcomplete-completions-at-point):
23916         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
23917         pcomplete-seen is non-nil.
23918         (pcomplete-comint-setup): Also recognize the new comint/shell
23919         completion functions.
23920         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23921         pcomplete-seen is non-nil.
23923 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
23925         * calendar/icalendar.el (diary-lib): Add require statement.
23926         (icalendar--create-uid): Read out a uid from a text-property on
23927         the first character in the entry.  This allows for code to add its
23928         own uid to the entry.
23929         (icalendar--convert-float-to-ical): Add export of
23930         `diary-float'-entries save for those with the optional DAY
23931         argument.
23933 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
23935         * subr.el (shell-quote-argument): Use alternate escaping strategy
23936         when we spot a variable reference in a string.
23938 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
23940         * cus-start.el (all): Define customization for debug-on-event.
23942 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
23944         * subr.el (shell-quote-argument): Escape correctly under Windows.
23946 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23948         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23950 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
23952         * net/tramp.el (tramp-process-actions): Add POS argument.
23953         Delete region between POS and (pos).
23955         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23956         Use `nil' position in `tramp-process-actions' call.
23957         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23959         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23960         position in `tramp-process-actions' call.
23962         * net/trampver.el: Update release number.
23964 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23966         * custom.el (defcustom): Obey lexical-binding.
23968         Fix octave-inf completion problems reported by Alexander Klimov.
23969         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23970         Inherit from octave-mode-syntax-table.
23971         (inferior-octave-mode): Set info-lookup-mode.
23972         (inferior-octave-completion-at-point): New function.
23973         (inferior-octave-complete): Use it and completion-in-region.
23974         (inferior-octave-dynamic-complete-functions): Use it as well, and use
23975         comint-filename-completion.
23976         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23977         symbol elements which shouldn't be word elements.
23978         (octave-font-lock-keywords, octave-beginning-of-defun)
23979         (octave-function-header-regexp): Adjust regexps accordingly.
23980         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23982 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
23984         * net/gnutls.el (gnutls-errorp): Declare before first use.
23986 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
23988         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23989         verify-error, and verify-hostname-error parameters.  Check whether
23990         default trustfile exists before going to use it.  Add missing
23991         argument to gnutls-message-maybe call.  Return value.
23992         Reported by Claudio Bley <claudio.bley@gmail.com>.
23993         (open-gnutls-stream): Add usage example.
23995         * net/network-stream.el (network-stream-open-starttls): Give host
23996         parameter to `gnutls-negotiate'.
23997         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23998         * subr.el (shell-quote-argument): Escape correctly under Windows.
24000 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24002         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24003         Use correct match group (bug#8438).
24005 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24007         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24008         (package-menu--generate): New arg specifying packages to show.
24009         (package-menu-refresh, package-menu-execute, list-packages):
24010         Callers changed.
24011         (package-show-package-list): New function, replacing deleted
24012         package--list-packages (renamed because it is non-internal).
24014         * finder.el (finder-list-matches): Use package-show-package-list
24015         instead of deleted package--list-packages.
24017         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24018         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24019         (vc-annotate-mode-map): Bind it to RET.
24021 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24023         * progmodes/etags.el (next-file): Don't use set-buffer to change
24024         buffers (Bug#8478).
24026 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24028         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24030         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24031         (apropos-accumulator): Doc fix.
24032         (apropos-function, apropos-macro, apropos-command)
24033         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24034         (apropos-plist): Add face property.
24035         (apropos-symbols-internal): Fix indentation.
24036         (apropos-print): Simplify help, and recognize apropos-multi-type.
24037         (apropos-print-doc): Use button-type-get to extract the button's
24038         face property.  Fill docstring (Bug#8352).
24040 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24042         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24044         * play/mpuz.el (mpuz-silent): Doc fix.
24045         (mpuz-mode-map): Use mapc.
24046         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24047         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24048         Fix typos in docstrings.
24050         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24051         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24053         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24055 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24057         * minibuffer.el (completion--do-completion): Avoid the "Next char
24058         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24060         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24061         mouse-2 into unread-command-events, it is interpreted correctly.
24063         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24064         (image-toggle-display): Doc fix.
24066 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24068         * textmodes/page.el (what-page): Use line-number-at-pos to
24069         calculate line number (Bug#6825).
24071 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24073         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24074         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24075         Pass argument NO-DEFAULT to `find-tag-interactive'.
24077 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24079         Lexical-binding cleanup.
24081         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24082         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24083         * progmodes/ada-prj.el (ada-prj-initialize-values)
24084         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24085         (ada-prj-show-value):
24086         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24087         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24088         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24089         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24090         * progmodes/bug-reference.el (bug-reference-push-button):
24091         * progmodes/fortran.el (fortran-line-length):
24092         * progmodes/glasses.el (glasses-change):
24093         * progmodes/octave-mod.el (octave-fill-paragraph):
24094         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24095         (python-pdbtrack-grub-for-buffer, python-sentinel):
24096         * progmodes/sql.el (sql-save-connection):
24097         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24098         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24099         Mark unused parameters.
24101         * progmodes/compile.el (compilation--flush-directory-cache)
24102         (compilation--flush-parse, compile-internal): Mark unused parameters.
24103         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24104         (compilation-next-error-function): Remove unused variable `timestamp'.
24106         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24107         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24109         * progmodes/dcl-mode.el (dcl-end-of-command):
24110         Remove unused variable `start'.
24111         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24112         (dcl-option-value-basic, dcl-option-value-offset)
24113         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24114         Mark unused parameters.
24115         (dcl-save-local-variable): Remove unused variable `val'.
24116         (mode): Declare.
24118         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24119         Mark unused parameters.
24120         (delphi-ignore-changes): Move before first use.
24121         (delphi-charset-token-at): Remove unused variable `start'.
24122         (delphi-else-start): Remove unused variable `if-count'.
24123         (delphi-comment-block-start, delphi-comment-block-end):
24124         Remove unused variable `kind'.
24125         (delphi-indent-line): Remove unused variable `new-point'.
24127         * progmodes/ebrowse.el (ebrowse-files-list)
24128         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24129         Mark unused parameters.  Don't quote `lambda'.
24130         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24131         Don't quote `lambda'.
24132         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24133         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24134         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24135         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24136         Use `ignore-errors'.
24137         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24138         (ebrowse-view/find-file-and-search-pattern)
24139         (ebrowse-view/find-member-declaration/definition):
24140         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24141         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24142         Rename parameter PREFIX-ARG to PREFIX.
24143         (ebrowse-tags-read-name): Remove unused variables `start' and
24144         `member-info'.
24145         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24146         to `tags-file'.
24148         * progmodes/etags.el (local-find-tag-hook): Declare.
24149         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24150         Mark unused parameters.
24152         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24153         (executable-interpret): Mark unused parameter.
24155         * progmodes/flymake.el (flymake-process-sentinel)
24156         (flymake-after-change-function)
24157         (flymake-create-temp-with-folder-structure)
24158         (flymake-get-include-dirs-dot): Mark unused parameters.
24159         (flymake-safe-delete-directory): Remove unused variable `err'.
24161         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24162         (speedbar-timer-fn, speedbar-line-text)
24163         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24164         (speedbar-center-buffer-smartly): Declare functions.
24165         (gdb-find-watch-expression): Remove unused variable `array'.
24166         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24167         (gdb-starting): Mark unused parameters.
24168         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24169         (gdb-table-string): Remove unused variable `res'.
24170         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24171         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24172         (gdb-display-buffer): Remove unused variable `cur-size'.
24174         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24175         allow lexical-binding compilation.
24176         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24177         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24178         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24179         Mark unused parameters.
24180         (gud-gdb-marker-filter): Remove unused variable `match'.
24181         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24182         lambda expressions and funcall them, instead of using `fset'.
24184         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24185         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24187         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24188         variable `header-beg'; use `let'.
24190         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24191         `restart', `last-sexp' and `at-do'.
24193         * progmodes/js.el (js--debug): Mark unused parameter.
24194         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24195         (js--splice-into-items): Remove unused variable `item'.
24196         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24198         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24199         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24200         (makefile-complete): Remove unused variable `try'.
24201         (makefile-fill-paragraph, makefile-match-function-end):
24202         Mark unused parameters.
24204         * progmodes/octave-inf.el (inferior-octave-complete):
24205         Remove unused variable `proc'.
24206         (inferior-octave-output-digest): Mark unused parameter.
24208         * progmodes/perl-mode.el (perl-calculate-indent):
24209         Remove unused variable `err'.
24211         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24212         (prolog-indent-line): Mark unused parameters.
24213         (prolog-indent-line): Remove unused variable `beg'.
24215         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24216         (reporter-dont-compact-list): Declare.
24218         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24219         Remove unused variable `char'.
24220         (sh-debug): Mark unused parameter.
24221         (sh-get-indent-info): Remove unused variable `start'.
24222         (sh-calculate-indent): Remove unused variable `var'.
24224         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24225         (simula-electric-keyword): Remove unused variable `null'.
24226         (simula-search-backward, simula-search-forward): Remove unused
24227         variables `begin' and `end'.
24229         * progmodes/vera-mode.el (vera-guess-basic-syntax):
24230         Remove unused variable `pos'.
24231         (vera-electric-tab, vera-comment-uncomment-region):
24232         Mark unused parameters.
24233         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24235 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
24237         * emacs-lisp/package.el (package--builtins, package-alist)
24238         (package-load-descriptor, package-built-in-p, package-activate)
24239         (define-package, package-installed-p)
24240         (package-compute-transaction, package-buffer-info)
24241         (package--push): Doc fix.  Distinguish more clearly between
24242         version strings and version lists.
24244 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
24246         Lexical-binding cleanup.
24248         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24249         (5x5-make-mutate-best):
24250         * play/fortune.el (fortune-in-buffer):
24251         * play/gomoku.el (gomoku-init-display):
24252         * play/solitaire.el (solitaire, solitaire-do-check):
24253         * play/tetris.el (tetris-default-update-speed-function):
24254         Mark unused parameters.
24256         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24257         (bubbles--shift): Remove unused variable `char-org'.
24258         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
24259         (bubbles--show-images): Remove unused variable `char'.
24261         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24262         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24263         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24264         (decipher-analyze-buffer): Use ?\s.
24265         (decipher-make-checkpoint): Remove unused variable `mapping'.
24267         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24269         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24270         Remove unused variable `result'; use `let'.
24272         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24273         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24274         (gametree-children-shown-p, gametree-compute-reduced-score):
24275         Use `ignore-errors'.
24277         * play/handwrite.el (ps-lpr-switches): Declare.
24278         (handwrite): Remove unused variables `pmin' and `lastp'.
24280         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24282         * play/landmark.el (landmark-init-display)
24283         (landmark-update-naught-weights): Mark unused parameters.
24284         (landmark-y): Remove unused variable `noise'.  Simplify.
24285         (landmark-human-plays): Remove unused variable `score'.
24287         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24288         (mpuz-try-proposal): Remove unused variable `game'.
24290         * play/zone.el (life-patterns): Declare.
24292 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
24294         * vc/vc.el (ediff-vc-internal): Declare function.
24296 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24298         * shell.el: Use lexical-binding and std completion UI.
24299         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24300         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24301         comint-preoutput-filter-functions rather than on
24302         comint-output-filter-functions.
24303         (shell-command-completion, shell--command-completion-data)
24304         (shell-filename-completion, shell-environment-variable-completion)
24305         (shell-c-a-p-replace-by-expanded-directory): New functions.
24306         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24307         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24308         (shell-dynamic-complete-environment-variable): Use them.
24309         (shell-dynamic-complete-as-environment-variable)
24310         (shell-dynamic-complete-as-command): Remove.
24311         (shell-match-partial-variable): Match past point.
24312         * comint.el: Clean up use of completion-at-point-functions.
24313         (comint-completion-at-point): New function.
24314         (comint-mode): Use it completion-at-point-functions.
24315         (comint-dynamic-complete): Make it obsolete.
24316         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24317         (comint-c-a-p-replace-by-expanded-history): New function.
24318         (comint-dynamic-complete-functions)
24319         (comint-replace-by-expanded-history): Use it.
24320         * minibuffer.el (completion-table-with-terminator): Allow dynamic
24321         termination strings.  Try harder to avoid second try-completion.
24322         (completion-in-region-mode-map): Disable bindings that don't work yet.
24324         * comint.el: Use lexical-binding.  Require CL.
24325         (comint-dynamic-complete-functions): Use comint-filename-completion.
24326         (comint-completion-addsuffix): Tweak custom type.
24327         (comint-filename-completion, comint--common-suffix)
24328         (comint--common-quoted-suffix, comint--table-subvert)
24329         (comint--complete-file-name-data): New functions.
24330         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24331         (comint-dynamic-list-filename-completions): Use them.
24332         (comint-dynamic-simple-complete): Make obsolete.
24334         * minibuffer.el (completion-in-region-mode):
24335         Keep completion-in-region-mode--predicate global.
24336         (completion-in-region--postch):
24337         Assume completion-in-region-mode--predicate is not null.
24339         * progmodes/flymake.el (flymake-start-syntax-check-process):
24340         Obey `dir'.  Simplify.
24342         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24343         we're in VC after all.
24345 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
24347         * vc/vc.el (vc-diff-build-argument-list-internal)
24348         (vc-version-ediff, vc-ediff): New commands.
24349         (vc-version-diff): Use vc-diff-build-argument-list-internal.
24351 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24353         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24354         add sanity check.
24356         * obsolete/erc-hecomplete.el: Make obsolete.
24357         * obsolete/: Standardize obsolescence info in the header.
24359 2011-04-20  Glenn Morris  <rgm@gnu.org>
24361         * calendar/solar.el (solar-horizontal-coordinates):
24362         Use the longitude argument rather than `calendar-longitude'.
24363         (solar-date-next-longitude): Remove unused locals.
24365 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24367         * whitespace.el: New version 13.2.1.
24369 2011-04-20  felix  <EmacsWiki>  (tiny change)
24371         * whitespace.el (global-whitespace-mode): Keep highlight when
24372         switching between major modes on a file.
24374 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24376         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24377         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24378         multi-line comments as well.
24380 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
24382         Lexical-binding cleanup.
24384         * arc-mode.el (archive-mode-revert):
24385         * cmuscheme.el (scheme-interactively-start-process):
24386         * custom.el (custom-initialize-delay):
24387         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24388         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24389         * emacs-lock.el (emacs-lock-clear-sentinel):
24390         * ezimage.el (defezimage):
24391         * follow.el (follow-avoid-tail-recenter):
24392         * fringe.el (set-fringe-mode-1):
24393         * generic-x.el (bat-generic-mode-compile):
24394         * help-mode.el (help-info-variable, help-do-xref)
24395         (help-mode-revert-buffer):
24396         * help.el (view-emacs-todo):
24397         * iswitchb.el (iswitchb-completion-help):
24398         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24399         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24400         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24401         * locate.el (locate-update):
24402         * longlines.el (longlines-encode-region)
24403         (longlines-after-change-function):
24404         * outline.el (outline-isearch-open-invisible):
24405         * ps-def.el (declare-function, charset-dimension, char-width)
24406         (encode-char):
24407         * ps-mule.el (ps-mule-plot-string):
24408         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24409         (recentf-edit-list-select, recentf-edit-list-validate)
24410         (recentf-open-files-action):
24411         * rect.el (delete-whitespace-rectangle-line)
24412         (rectangle-number-line-callback):
24413         * register.el (window-configuration-to-register)
24414         (frame-configuration-to-register):
24415         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24416         * select.el (xselect-convert-to-string, xselect-convert-to-length)
24417         (xselect-convert-to-targets, xselect-convert-to-delete)
24418         (xselect-convert-to-filename, xselect-convert-to-charpos)
24419         (xselect-convert-to-lineno, xselect-convert-to-colno)
24420         (xselect-convert-to-os, xselect-convert-to-host)
24421         (xselect-convert-to-user, xselect-convert-to-class)
24422         (xselect-convert-to-name, xselect-convert-to-integer)
24423         (xselect-convert-to-atom, xselect-convert-to-identity):
24424         * subr.el (declare, ignore, process-kill-without-query)
24425         (text-clone-maintain):
24426         * terminal.el (te-get-char, te-tic-sentinel):
24427         * tool-bar.el (tool-bar-make-keymap):
24428         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24429         * type-break.el (type-break-mode, type-break-noninteractive-query):
24430         * view.el (View-back-to-mark):
24431         * wid-browse.el (widget-browse-action, widget-browse-widget)
24432         (widget-browse-widgets, widget-browse-sexp):
24433         * widget.el (define-widget-keywords):
24434         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24435         Mark unused parameters.
24437         * align.el (align-adjust-col-for-rule): Mark unused parameter.
24438         (align-areas): Remove unused variable `look'.
24439         (align-region): Remove unused variables `real-end' and `pos-list'.
24441         * apropos.el (apropos-score-doc): Remove unused variable `i'.
24443         * bindings.el (mode-line-modified, mode-line-remote):
24444         Mark unused parameters.
24445         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24447         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24448         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24450         * comint.el (comint-history-isearch-pop-state)
24451         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24452         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24453         (comint-substitute-in-file-name): Doc fix.
24455         * completion.el (cmpl-statistics-block): Mark unused parameter.
24456         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24457         (save-completions-to-file, load-completions-from-file):
24458         Remove unused local variable `e'.
24460         * composite.el (compose-chars): Remove unused variable `len'.
24461         (lgstring-insert-glyph): Remove unused variable `g'.
24462         (compose-glyph-string): Remove unused variables `ascent',
24463         `descent', `lbearing' and `rbearing'.
24464         (compose-glyph-string-relative): Remove unused variables
24465         `lbearing', `rbearing' and `wadjust'.
24466         (compose-gstring-for-graphic): Remove unused variables `header',
24467         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
24468         (compose-gstring-for-terminal): Remove unused variables `header'
24469         and `nchars'.  Use `let', not `let*'.
24471         * cus-edit.el (Custom-set, Custom-save, custom-reset)
24472         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24473         (Custom-buffer-done, custom-buffer-create-internal)
24474         (custom-browse-visibility-action, custom-browse-group-tag-action)
24475         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24476         (widget-magic-mouse-down-action, custom-toggle-parent)
24477         (custom-add-parent-links, custom-toggle-hide-variable)
24478         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24479         (custom-toggle-hide-face, face, hook, custom-group-link-action)
24480         (custom-face-menu-create, custom-variable-menu-create, get)
24481         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24482         (custom-reset-standard-save-and-update): Remove unused variable `value'.
24483         (customize-apropos): Remove unused variable `tests'.
24484         (custom-group-value-create): Remove unused variable `hidden-p'.
24485         (sort-fold-case): Declare.
24487         * cus-theme.el (custom-reset-standard-faces-list)
24488         (custom-reset-standard-variables-list): Declare.
24489         (customize-create-theme, custom-theme-revert, custom-theme-write)
24490         (custom-theme-choose-mode, customize-themes, custom-theme-save):
24491         Mark unused parameters.
24493         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24495         * delim-col.el (delimit-columns-max): Move defvar before first use.
24497         * descr-text.el (describe-char-categories): Don't quote `lambda'.
24498         (describe-char): Don't quote `lambda'.  Mark unused parameter.
24500         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24501         (auto-insert): Declare.
24502         (desktop-restore-file-buffer): Rename desktop-* parameters;
24503         mark unused ones.
24504         (desktop-create-buffer): Rename desktop-* parameters and bind them.
24505         (desktop-buffer): Rename desktop-* parameters.
24507         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24508         (dframe-reposition-frame-xemacs, dframe-help-echo)
24509         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24510         Mark unused parameters.
24512         * dired-aux.el (backup-extract-version-start, overwrite-query)
24513         (overwrite-backup-query, rename-regexp-query)
24514         (rename-non-directory-query): Declare.
24515         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24516         (dired-add-entry): Remove unused variable `orig-file-name'.
24517         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24518         Use parameter PRESERVE-TIME instead of accessing dynamic variable
24519         `dired-copy-preserve-time' directly.
24520         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24521         (dired-insert-subdir-newpos): Rename unused variable `pos'.
24523         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24524         (dired-virtual-revert, dired-make-relative-symlink):
24525         Mark unused parameters.
24526         (manual-program): Declare.
24527         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24528         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24529         wrapped in `with-no-warnings' to avoid replacing one warning by another.
24531         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24533         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24535         * echistory.el (electric-history-in-progress, Helper-return-blurb):
24536         Declare.
24538         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24540         * electric.el (Electric-command-loop): Rename parameter
24541         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24543         * expand.el (expand-in-literal): Remove unused variable `here'.
24545         * facemenu.el (facemenu-add-new-color):
24546         Remove unused variable `docstring'.
24548         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24549         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24550         (face-attr-construct): Mark unused parameter.  Doc fix.
24551         (read-color): Remove unused variable `hex-string'.
24553         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24554         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24555         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24556         (display-buffer-other-frame): Remove unused variable `old-window'.
24557         (kill-buffer-hook): Declare.
24558         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24559         Mark unused parameters.
24560         (after-find-file): Pass 1 to `auto-save-mode', not t.
24562         * files-x.el (auto-insert): Declare.
24563         (modify-file-local-variable-prop-line): Remove unused variable `val'.
24565         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24566         variable `buf'.  Mark unused parameter.
24567         (find-lisp-insert-directory): Mark unused parameter.
24569         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24570         (format-encode-region): Remove unused variables `cur-buf' and `result'.
24571         (format-common-tail): Remove, unused.
24572         (format-deannotate-region): Remove unused variable `loc'.
24573         (format-annotate-region): Remove unused variable `p'.
24574         (format-annotate-single-property-change): Remove unused variables
24575         `default' and `tail'.
24577         * forms.el (read-file-filter): Declare.
24578         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24580         * frame.el (frame-creation-function-alist): Mark unused parameter.
24581         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24583         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24584         Remove unused parameters.
24585         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24586         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24588         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24589         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24590         (hfy-prepare-tag-map): Mark unused parameters.
24591         (htmlfontify-buffer): Use `called-interactively-p'.
24593         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24594         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24595         (ibuffer-do-occur): Mark unused parameters.
24596         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24597         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24599         * ibuffer.el: Don't quote `lambda'.
24600         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24601         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24602         Mark unused parameters.
24604         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24605         (ido-completing-read): Mark unused parameters.
24606         (ido-copy-current-word): Mark unused parameters;
24607         remove unused variable `name'.
24608         (ido-sort-merged-list): Remove unused parameter `dirs'.
24610         * ielm.el (ielm-input-sender): Mark unused parameter.
24611         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24612         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24613         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24614         `ielm-string' as a dynamic variable accessible from the IELM prompt.
24615         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
24617         * image-dired.el (image-dired-display-thumbs): Remove unused
24618         variables `curr-file' and `count'.
24619         (image-dired-remove-tag): Remove unused variable `start'.
24620         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24621         variable `curr-file'
24622         (image-dired-rotate-original): Remove unused variable `temp-file'.
24623         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24624         Remove unused variable `file'.
24625         (image-dired-gallery-generate): Remove unused variable `curr'.
24626         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24628         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24630         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24632         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24634         * isearch.el (minibuffer-history-symbol): Declare.
24635         (isearch-edit-string): Remove unused variable `err'.
24636         (isearch-message-prefix, isearch-message-suffix):
24637         Mark unused parameters.
24639         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24641         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24643         * makesum.el (double-column): Remove unused variable `cnt'.
24645         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24646         (ido-ignore-item-temp-list): Declare.
24648         * mouse-drag.el (mouse-drag-throw): Remove unused variables
24649         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24650         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24651         (mouse-drag-drag): Remove unused variables `mouse-delta' and
24652         `mouse-col-delta'.
24654         * mouse-sel.el (mouse-extend-internal):
24655         Remove unused variable `orig-window-frame'.
24657         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24658         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24659         Move declarations before first use.
24660         (pcomplete-opt): Mark unused parameters; doc fix.
24662         * proced.el (proced-revert): Mark unused parameter.
24663         (proced-send-signal): Remove unused variable `err'.
24665         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24666         Rename parameter PREFIX-ARG to ARG.
24667         (ps-basic-plot-string, ps-basic-plot-whitespace):
24668         Mark unused parameters.
24670         * replace.el (replace-count): Define.
24671         (occur-revert-function): Mark unused parameters.
24672         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24673         (isearch-case-fold-search, isearch-string): Declare.
24674         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24675         bind `case-fold-search'.  Remove unused variables `beg' and `end',
24676         and simplify.
24677         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24678         COUNT and bind `replace-count'.
24679         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24680         to COUNT.
24682         * savehist.el (print-readably, print-string-length): Declare.
24684         * shadowfile.el (shadow-expand-cluster-in-file-name):
24685         Remove unused variable `cluster'.
24686         (shadow-copy-file): Remove unused variable `i'.
24687         (shadow-noquery, shadow-clusters, shadow-site-cluster)
24688         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24689         (shadow-define-literal-group, shadow-define-regexp-group)
24690         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24692         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24693         (shell): Use `called-interactively-p'.
24694         (shell-directory-tracker): Remove unused variable `chdir-failure'.
24696         * simple.el (compilation-context-lines, comint-file-name-quote-list)
24697         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24698         (delete-backward-char): Remove unused variable `ocol'.
24699         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24700         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24701         (event-apply-hyper-modifier, event-apply-shift-modifier)
24702         (event-apply-control-modifier, event-apply-meta-modifier):
24703         Mark unused parameters.
24704         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24705         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24707         * speedbar.el (speedbar-ignored-directory-expressions)
24708         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24709         (speedbar-find-file, speedbar-dir-follow)
24710         (speedbar-directory-buttons-follow, speedbar-tag-find)
24711         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24712         (speedbar-buffers-line-directory, speedbar-buffer-click):
24713         Mark unused parameters.
24714         (speedbar-tag-file): Remove unused variable `mode'.
24715         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24717         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24719         * talk.el (talk): Remove unused variable `display'.
24721         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24722         (tar-write-region-annotate): Mark unused parameter.
24724         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24725         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24726         Declare them, wrapped in `with-no-warnings' to avoid replacing one
24727         warning by another.
24729         * time-stamp.el (time-stamp-string-preprocess):
24730         Remove unused variable `require-padding'.
24732         * tree-widget.el (widget-glyph-enable): Declare.
24733         (tree-widget-action): Mark unused parameter.
24735         * w32-fns.el (x-get-selection): Mark unused parameter.
24736         (autoload-make-program, generated-autoload-file): Declare.
24738         * wdired.el (wdired-revert): Mark unused parameters.
24739         (wdired-xcase-word): Remove unused variable `err'.
24741         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24742         (whitespace-help-scroll): Remove unused variable `data-help'.
24744         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24745         (widget-image-insert, widget-after-change, default)
24746         (widget-default-format-handler, widget-default-notify)
24747         (widget-default-prompt-value, widget-info-link-action)
24748         (widget-url-link-action, widget-function-link-action)
24749         (widget-variable-link-action, widget-file-link-action)
24750         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24751         (widget-field-prompt-internal, widget-field-action, widget-field-match)
24752         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24753         (widget-insert-button-action, widget-delete-button-action, visibility)
24754         (widget-documentation-link-action, widget-documentation-string-action)
24755         (widget-const-prompt-value, widget-regexp-match, symbol)
24756         (widget-coding-system-prompt-value)
24757         (widget-key-sequence-value-to-external, sexp)
24758         (widget-sexp-value-to-internal, character, vector, cons)
24759         (widget-choice-prompt-value, widget-boolean-prompt-value)
24760         (widget-color--choose-action): Mark unused parameters.
24761         (widget-item-match-inline, widget-choice-match-inline)
24762         (widget-checklist-match, widget-checklist-match-inline)
24763         (widget-group-match): Rename parameter VALUES to VALS.
24764         (widget-field-value-set): Remove unused variable `size'.
24765         (widget-color-action): Remove unused variables `value' and `start'.
24767         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24768         variable `dir'.  Doc fix.
24769         (windmove-find-other-window): Don't pass it.
24771         * window.el (count-windows): Mark unused parameter.
24772         (bw-adjust-window): Remove unused variable `err'.
24774         * woman.el (woman-file-name): Remove unused variable `default'.
24775         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24776         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24777         (global-font-lock-mode): Declare.
24778         (woman-decode-region): Mark unused parameter.
24779         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24781         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24782         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24783         (x-dnd-handle-moz-url): Remove unused variable `title'.
24784         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24786         * xml.el (xml-parse-tag, xml-parse-attlist):
24787         Remove unused variable `pos'.
24789 2011-04-19  Glenn Morris  <rgm@gnu.org>
24791         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24792         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24793         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24794         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24795         * calendar/cal-html.el (cal-html-insert-minical):
24796         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24797         (calendar-mark-date-pattern):
24798         Prefix "unused" locals.
24800         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24801         optional argument `style'.
24803         * calendar/appt.el (appt-make-list):
24804         * calendar/cal-china.el (calendar-chinese-date-string):
24805         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24806         (diary-hebrew-yahrzeit):
24807         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24808         * calendar/calendar.el (calendar-generate-window):
24809         * calendar/time-date.el (time-to-days):
24810         Remove unused local variables.
24812 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
24814         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24815         glyphless-char-display table.
24816         (tabulated-list-glyphless-char-display): New var.
24818 2011-04-18  Sam Steingold  <sds@gnu.org>
24820         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24821         to acknowledgments.
24823 2011-04-17  Glenn Morris  <rgm@gnu.org>
24825         * calendar/diary-lib.el (diary-sexp-entry):
24826         * calendar/holidays.el (holiday-sexp):
24827         Set debug-on-error rather than the removed stack-trace-on-error.
24829 2011-04-16  Glenn Morris  <rgm@gnu.org>
24831         * progmodes/f90.el: Use lexical-binding.
24832         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24834 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24836         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24837         (mail-mode): Setup mailalias completion here instead.
24838         * mail/mailalias.el: Use lexical-binding.
24839         (pattern, mailalias-done): Declare dynamic.
24840         (mail-completion-at-point-function): New function, from mail-complete.
24841         (mail-complete): Use it.
24842         (mail-completion-expand): New function.
24843         (mail-get-names): Use it.
24844         (mail-directory, mail-directory-process, mail-directory-stream):
24845         Don't use `pattern' for lexically bound arg.
24847         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24849         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24850         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24851         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24853         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24854         (byte-save-window-excursion, byte-temp-output-buffer-setup)
24855         (byte-interactive-p): Define them again, for use when inlining
24856         old code.
24858 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
24860         * loadup.el: Use `string-to-number', not `string-to-int'.
24862 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24864         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24865         gud-gdb-complete-command.
24866         (gud-gdb-completions): New function, from gud-gdb-complete-command.
24867         (gud-gdb-completion-at-point): New function.
24868         (gud-gdb-completions): Remove.
24870 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
24872         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24873         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
24874         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24875         whether `executable-find' is bound.
24877         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24879 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24881         * minibuffer.el (completion-in-region-mode-predicate)
24882         (completion-in-region-mode--predicate): New vars.
24883         (completion-in-region, completion-in-region--postch)
24884         (completion-in-region-mode): Use them.
24885         (completion--capf-wrapper): Also return the hook function.
24886         (completion-at-point, completion-help-at-point):
24887         Adjust and provide a predicate.
24889         Preserve arg names for advice of subr and lexical functions (bug#8457).
24890         * help-fns.el (help-function-arglist): Consolidate the subr and
24891         new-byte-code cases.  Add argument `preserve-names' to extract names
24892         from the docstring when needed.
24893         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24894         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24895         (ad-arglist): Use help-function-arglist's new arg.
24896         (ad-definition-type): Use cond.
24898 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
24900         * autorevert.el (auto-revert-handler):
24901         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24902         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24903         Don't quote lambda.
24905         * image-mode.el (image-transform-set-scale):
24906         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24908 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24910         * net/network-stream.el (network-stream-open-starttls): Only do
24911         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24912         Upgrades via gnutls-cli are too slow to be done opportunistically.
24914 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
24916         * dframe.el (dframe-current-frame): Remove spurious quote.
24918 2011-04-12  Glenn Morris  <rgm@gnu.org>
24920         * calendar/cal-tex.el (cal-tex-end-document):
24921         Try to automatically use latin1 input if needed.
24923         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24924         Don't try to cons a mark onto an empty element.
24926 2011-04-11  Leo Liu  <sdl.web@gmail.com>
24928         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24929         buffers.
24930         (ido-kill-buffer-at-head): Support killing virtual buffers.
24932 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
24934         * minibuffer.el (completion-show-inline-help): New var.
24935         (completion--do-completion, minibuffer-complete)
24936         (minibuffer-force-complete, minibuffer-complete-word):
24937         Inhibit minibuffer messages if completion-show-inline-help is nil.
24939         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24940         to avoid interference from inline help (Bug#5849).
24942 2011-04-10  Leo Liu  <sdl.web@gmail.com>
24944         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24945         Fix typo.
24947 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
24949         * image-mode.el (image-toggle-display-image): Signal an error if
24950         not in Image mode.
24951         (image-transform-mode, image-transform-resize)
24952         (image-transform-set-rotation): Doc fix.
24953         (image-transform-set-resize): Delete.
24954         (image-transform-set-scale, image-transform-fit-to-height)
24955         (image-transform-fit-to-width): Handle image-toggle-display-image
24956         and image-transform-resize directly.
24958 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
24960         * doc-view.el (doc-view-fit-width-to-window)
24961         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24962         New functions for fitting the shown image to the Emacs window size.
24963         (doc-view-mode-map): Add bindings for the new functions.
24965 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
24967         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24968         Fix typo in docstring.
24970 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
24972         * files.el (file-size-human-readable): Produce one digit after
24973         decimal, like "ls -lh" does.
24975         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24976         the file size representation.
24978         * simple.el (list-processes): If async subprocesses are not
24979         available, error out with a clear error message.
24981 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
24983         * help.el (help-form-show): New function, to be called from C.
24984         Put help-form output in a buffer named differently than *Help*.
24986 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
24988         * files.el (file-size-human-readable): New function.
24990         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24991         computing the representation inline.  Don't require `cl'.
24993 2011-04-08  Glenn Morris  <rgm@gnu.org>
24995         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24997         * net/browse-url.el (browse-url-firefox):
24998         Test system-type, not system-configuration.
25000         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25001         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25002         Use log-edit-empty-buffer-p.  (Bug#7598)
25004         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25005         (rlogin-mode-map): Initialize in the defvar.
25006         (rlogin): Use ignore-errors.
25008         * replace.el (occur-mode-map): Some fixes for menu items.
25010 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25012         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25014 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25016         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25017         issuing unused warnings.
25019         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25020         macro directly.
25022         * simple.el: Lisp reimplement of list-processes.  Based on an
25023         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25024         (process-menu-mode): New major mode.
25025         (list-processes--refresh, list-processes):
25026         (process-menu-visit-buffer): New functions.
25028         * files.el (save-buffers-kill-emacs): Don't assume any return
25029         value of list-processes, which is undocumented anyway.
25031 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25033         * emacs-lisp/tabulated-list.el: New file.
25035         * emacs-lisp/package.el: Use Tabulated List mode.
25036         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25037         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25038         table format using Tabulated List mode variables.
25039         (package--push): New macro, replacing package-list-maybe-add.
25040         (package-menu--generate): Use package--push.  Renamed from
25041         package--generate-package-list.
25042         (package-menu-refresh, list-packages): Use it.
25043         (package-menu--print-info): Rename from package-print-package.
25044         Return insertion data instead of inserting it directly.
25045         (package-menu-describe-package, package-menu-execute):
25046         Use tabulated-list-get-id.
25047         (package-menu-mark-delete, package-menu-mark-install)
25048         (package-menu-mark-unmark, package-menu-backup-unmark)
25049         (package-menu-mark-obsolete-for-deletion):
25050         Use tabulated-list-put-tag.
25051         (package--list-packages, package-menu-revert)
25052         (package-menu-get-package, package-menu-get-version)
25053         (package-menu-sort-by-column): Functions deleted.
25054         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25055         (package-menu--status-predicate, package-menu--version-predicate)
25056         (package-menu--name-predicate)
25057         (package-menu--description-predicate): Handle arguments in the
25058         Tabulated List format.
25059         (package-list-packages-no-fetch): Call list-packages.
25061 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25063         * files.el (after-find-file-from-revert-buffer): Remove variable.
25064         (after-find-file): Don't bind it.
25065         (revert-buffer-in-progress-p): New variable.
25066         (revert-buffer): Bind it.
25067         Pass nil for `after-find-file-from-revert-buffer'.
25069         * saveplace.el (save-place-find-file-hook): Use new variable
25070         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25072 2011-04-06  Glenn Morris  <rgm@gnu.org>
25074         * Makefile.in (AUTOGEN_VCS): New variable.
25075         (autoloads): Use $AUTOGEN_VCS.
25077         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25078         * calendar/calendar.el (calendar-mode-map):
25079         Check for toolkit scroll bars.  (Bug#8305)
25081 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25083         * minibuffer.el (completion-in-region--postch)
25084         (completion-in-region-mode): Remove unnecessary messages.
25086 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25088         * font-lock.el (font-lock-refresh-defaults):
25089         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25090         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25092         * info.el (Info-directory-list, Info-read-node-name-2)
25093         (Info-split-parameter-string): Doc fixes.
25094         (Info-virtual-nodes): Reflow docstring.
25095         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25096         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25097         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25098         Fix typos in docstrings.
25099         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25100         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25101         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25102         (Info-restore-desktop-buffer): Mark unused parameters.
25103         (Info-directory-find-file, Info-directory-find-node)
25104         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25105         (Info-virtual-index-find-node, Info-apropos-find-file)
25106         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25107         Mark unused parameters; fix typos in docstrings.
25108         (Info-virtual-index): Remove unused local variable `nodename'.
25110 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25112         * net/rcirc.el: Update my e-mail address.
25113         (rcirc-mode-map): Remove M-o binding.
25115 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25117         * startup.el (command-line): Save the cursor's theme-face
25118         directly, instead of using face-override-spec.
25120         * custom.el (load-theme): Minor optimization in assigning faces.
25122 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25124         * help-fns.el (describe-variable): Complete all variables having
25125         documentation, including keywords.
25126         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25128 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25130         Convert to lexical-binding.
25132         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25133         (bs--get-marked-string, bs--get-modified-string)
25134         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25135         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25136         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25138         * ehelp.el (electric-help-execute-extended)
25139         (electric-help-ctrl-x-prefix):
25140         * hexl.el (hexl-revert-buffer-function):
25141         * linum.el (linum-after-change, linum-after-scroll):
25142         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25144         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25146 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25148         * epa-dired.el:
25149         * epa-mail.el:
25150         * epa-hook.el:
25151         * epa-file.el:
25152         * epa.el:
25153         * epg.el: Use lexical binding.
25155 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25157         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25159         * textmodes/flyspell.el (flyspell-word): Recognize default
25160         dictionary case for flyspell-mark-duplications-exceptions.
25161         Use regexp matching for languages.
25162         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25163         default dictionary (Bug#7926).
25165 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25167         * emacs-lisp/package.el (package--with-work-buffer):
25168         Recognize https URLs.
25170         * net/network-stream.el: Move from gnus/proto-stream.el.
25171         Change prefix to network-stream throughout.
25172         (open-protocol-stream): Merge into open-network-stream, leaving
25173         open-protocol-stream as an alias.  Handle nil BUFFER args.
25175         * subr.el (open-network-stream): Move to net/network-stream.el.
25177 2011-04-02  Glenn Morris  <rgm@gnu.org>
25179         * find-dired.el (find-exec-terminator): New option.
25180         (find-ls-option): Test for -ls support.
25181         (find-ls-subdir-switches): Test for -b in find-ls-option.
25182         (find-dired, find-grep-dired): Doc fixes.
25183         (find-dired): Use find-exec-terminator.
25185         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25186         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25187         (find-name-arg): Remove purecopy.
25189         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25190         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25191         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25192         accordingly.  Don't add the null-device if not needed.
25194         * files.el (save-some-buffers): Doc fix.
25196 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25198         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25200 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
25202         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25203         Use `dolist' rather than `mapcar'.
25205 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25207         Add lexical binding.
25209         * subr.el (apply-partially): Use new closures rather than CL.
25210         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25211         (dolist, dotimes): Use slightly different expansion for lexical code.
25212         (functionp): Move to C.
25213         (letrec): New macro.
25214         (with-wrapper-hook): Use it and apply-partially instead of CL.
25215         (eval-after-load): Preserve lexical-binding.
25216         (save-window-excursion, with-output-to-temp-buffer): Turn them
25217         into macros.
25219         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25221         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25222         than the arglist.
25223         (help-add-fundoc-usage): Don't add `Not documented'.
25224         (help-function-arglist): Handle closures, subroutines, and new
25225         byte-code-functions.
25226         (help-make-usage): Remove leading underscores.
25227         (describe-function-1): Handle closures.
25228         (describe-variable): Use special-variable-p for completion.
25230         * files.el (lexical-binding): Declare safe.
25232         * emacs-lisp/pcase.el: Don't use destructuring-bind.
25233         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
25234         (pcase): Add `let' pattern.
25235         Change memoization so it actually works.
25236         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25237         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25238         <let>: New case.
25240         * emacs-lisp/macroexp.el: Use lexical binding.
25241         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
25242         Don't convert ' to #' without checking that it's indeed quoting
25243         a lambda.
25245         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25246         Use eval-sexp-add-defvars.
25247         (eval-sexp-add-defvars): New fun.
25249         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25251         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25252         Don't autoload.
25253         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25254         than the internal `byte-compile-lambda'.
25255         (defmethod): Don't hide code under quotes.
25256         (eieio-defmethod): New `code' argument.
25258         * emacs-lisp/eieio-comp.el: Remove.
25260         * emacs-lisp/edebug.el (edebug-eval-defun)
25261         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25262         (edebug-toggle): Avoid `eval'.
25264         * emacs-lisp/disass.el (disassemble-internal): Handle new
25265         `closure' objects.
25266         (disassemble-1): Handle new byte codes.
25268         * emacs-lisp/cl.el (pushnew): Silence warning.
25270         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25271         (cl-byte-compile-throw): Remove.
25272         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25274         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25275         closures.
25277         * emacs-lisp/cconv.el: New file.
25279         * emacs-lisp/bytecomp.el: Use lexical binding instead of
25280         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
25281         (byte-compile-initial-macro-environment):
25282         Handle declare-function here.
25283         (byte-compile--lexical-environment): New var.
25284         (byte-stack-ref, byte-stack-set, byte-discardN)
25285         (byte-discardN-preserve-tos): New lap codes.
25286         (byte-interactive-p): Don't use any more.
25287         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25288         New macros.
25289         (byte-compile-lapcode): Use them and handle new lap codes.
25290         (byte-compile-obsolete): Remove.
25291         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25292         (byte-compile-arglist-warn): Check late def of inlinable funs.
25293         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25294         since they should have been expanded by now.
25295         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25296         (byte-compile-from-buffer): Remove unused second arg.
25297         (byte-compile-preprocess): New function.
25298         (byte-compile-toplevel-file-form): New function to distinguish
25299         file-form calls from outside from file-form calls from hunk-handlers.
25300         (byte-compile-file-form): Simplify.
25301         (byte-compile-file-form-defsubst): Remove.
25302         (byte-compile-file-form-defmumble): Simplify now that
25303         byte-compile-lambda always returns a byte-code-function.
25304         (byte-compile): Preprocess.
25305         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25306         Remove, not used any more.
25307         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25308         (byte-compile-make-args-desc): New funs.
25309         (byte-compile-lambda): Handle lexical functions.  Always return
25310         a byte-code-function.
25311         (byte-compile-reserved-constants): New var, to make up room for
25312         closed-over variables.
25313         (byte-compile-constants-vector): Obey it.
25314         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25315         (byte-compile-macroexpand-declare-function): New function.
25316         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25317         byte-code-functions.
25318         (byte-compile-form): Check obsolescence here.
25319         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25320         (byte-compile-variable-ref): Remove.
25321         (byte-compile-dynamic-variable-op): New fun.
25322         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25323         (byte-compile-variable-set): New funs.
25324         (byte-compile-discard): Add 2 args.
25325         (byte-compile-stack-ref, byte-compile-stack-set)
25326         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25327         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25328         macroexpand-all instead.
25329         (byte-compile-quote-form): Remove.
25330         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25331         (byte-compile-bind, byte-compile-unbind): New funs.
25332         (byte-compile-let): Handle let* and lexical binding.
25333         (byte-compile-let*): Remove.
25334         (byte-compile-catch, byte-compile-unwind-protect)
25335         (byte-compile-track-mouse, byte-compile-condition-case):
25336         Handle a new :fun-body form, used for lexical scoping.
25337         (byte-compile-save-window-excursion)
25338         (byte-compile-with-output-to-temp-buffer): Remove.
25339         (byte-compile-defun): Simplify.
25340         (byte-compile-stack-adjustment): New fun.
25341         (byte-compile-out): Use it.
25342         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25344         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25345         handler any more.
25347         * emacs-lisp/byte-opt.el: Use lexical binding.
25348         (byte-inline-lapcode): Remove (to bytecomp).
25349         (byte-compile-inline-expand): Pay attention to inlining to/from
25350         lexically bound code.
25351         (byte-compile-unfold-lambda): Don't handle byte-code-functions
25352         any more.
25353         (byte-optimize-form-code-walker): Don't handle save-window-excursion
25354         any more and don't call compiler-macros.
25355         (byte-compile-splice-in-already-compiled-code): Remove.
25356         (byte-code): Don't inline any more.
25357         (disassemble-offset): Receive `bytes' as argument rather than via
25358         dynamic scoping.
25359         (byte-compile-tag-number): Declare before first use.
25360         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25361         `return' even if make-spliceable.
25362         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25363         obsolete interactive-p.
25364         (byte-optimize-lapcode): Optimize new lap-codes.
25365         Don't trip up on new form of `byte-constant' lap code.
25367         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25369         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25371         * custom.el (custom-initialize-default, custom-declare-variable):
25372         Use `defvar'.
25374         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25375         New variables.
25376         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25377         (COMPILE_FIRST): Add macroexp and cconv.
25378         * makefile.w32-in: Mirror changes in Makefile.in.
25380         * vc/cvs-status.el:
25381         * vc/diff-mode.el:
25382         * vc/log-edit.el:
25383         * vc/log-view.el:
25384         * vc/smerge-mode.el:
25385         * textmodes/bibtex-style.el:
25386         * textmodes/css-mode.el:
25387         * startup.el:
25388         * uniquify.el:
25389         * minibuffer.el:
25390         * newcomment.el:
25391         * reveal.el:
25392         * server.el:
25393         * mpc.el:
25394         * emacs-lisp/smie.el:
25395         * doc-view.el:
25396         * dired.el:
25397         * abbrev.el: Use lexical binding.
25399 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
25401         * info.el (info-display-manual): New function.
25403 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25405         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25407 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
25409         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25410         an entry for that server in rcirc-authinfo.  (Bug#8385)
25412 2011-03-31  Glenn Morris  <rgm@gnu.org>
25414         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25416         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25418 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
25420         * progmodes/python.el (python-default-interpreter)
25421         (python-python-command-args, python-jython-command-args)
25422         (python-which-shell, python-which-args, python-which-bufname)
25423         (python-file-queue, python-comint-output-filter-function)
25424         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25425         variables and functions.
25427 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25429         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25430         (completion-in-region-mode): New minor mode.
25431         (completion-in-region): Use it.
25432         (completion-in-region--data, completion-in-region-mode-map): New vars.
25433         (completion-in-region--postch): New function.
25434         (completion--capf-misbehave-funs, completion--capf-safe-funs):
25435         New vars.
25436         (completion--capf-wrapper): New function.
25437         (completion-at-point): Use it to track well-behavedness of
25438         hook functions.
25439         (completion-help-at-point): New command.
25441 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
25443         * vc/add-log.el (add-change-log-entry): Don't use whitespace
25444         syntax class to search for whitespace on a single line
25445         (Message-ID: <4D938140.4030905@redhat.com>).
25447 2011-03-30  Leo Liu  <sdl.web@gmail.com>
25449         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25450         New commands.
25451         (edit-abbrevs-map): Bind them here.
25452         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
25454 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
25456         * allout.el (allout-hide-by-annotation, allout-flag-region):
25457         Reduce possibility of overlay leakage by making them volatile.
25459         * allout-widgets.el (allout-widgets-tally): Define as nil so the
25460         hash is not shared between buffers.  Mode initialization is
25461         responsible for giving it a useful starting value.
25462         (allout-item-span): Reduce possibility of overlay leakage by
25463         making them volatile.
25464         (allout-widgets-count-buttons-in-region): Add diagnostic function
25465         for tracking down button overlay leaks.
25467 2011-03-29  Leo Liu  <sdl.web@gmail.com>
25469         * ido.el (ido-read-internal): Use the default history var
25470         minibuffer-history if no HISTORY is specified.
25472 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
25474         * net/imap.el (imap-shell-open, imap-process-connection-type):
25475         Use imap-process-connection-type for 'shell' streams as well as
25476         Kerberos, SSL, other subprocesses.
25478 2011-03-28  Leo Liu  <sdl.web@gmail.com>
25480         * abbrev.el (abbrev-table-empty-p): New function.
25481         (prepare-abbrev-list-buffer): Place empty abbrev tables after
25482         nonempty ones.  (Bug#5937)
25484 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
25486         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25488 2011-03-27  Leo Liu  <sdl.web@gmail.com>
25490         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25491         for foreground and background colors.
25492         (ansi-color-make-color-map): Adapt.
25494 2011-03-25  Leo Liu  <sdl.web@gmail.com>
25496         * midnight.el (midnight-time-float): Remove.  Note it calculates
25497         the microsecond component incorrectly and seconds-to-time does the
25498         same job.
25499         Remove redundant (require 'timer).
25501         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25502         (ido-completions): Remove unused arguments.  (Bug#8329)
25504 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25506         * minibuffer.el (completion--flush-all-sorted-completions):
25507         Remove itself from hook.
25508         (completion-at-point): Let the functions perform the completion
25509         immediately and return nil or t.
25510         * comint.el (comint-dynamic-complete-functions): Now identical to
25511         completion-at-point-functions.
25512         (comint-dynamic-list-input-ring): Remove unused var `index'.
25513         (comint--match-partial-filename, comint--unquote&expand-filename):
25514         New funs, split from comint-match-partial-filename.
25515         (comint-dynamic-complete): Use completion-at-point.
25516         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25518 2011-03-24  Drew Adams  <drew.adams@oracle.com>
25520         * thingatpt.el: Support `defun'.
25522 2011-03-23  Leo Liu  <sdl.web@gmail.com>
25524         * abbrevlist.el: Move to obsolete/abbrevlist.el.
25526         * help-mode.el (help-mode-finish): Tweak regexp.
25528 2011-03-23  Glenn Morris  <rgm@gnu.org>
25530         * eshell/esh-opt.el (eshell-eval-using-options):
25531         Do not bind unused local variable `eshell-option-stub'.
25533         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25535 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25537         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25538         keymap variable in `with-no-warnings' to avoid a warning when the
25539         keymap has been already `defconst'ed.
25541 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25543         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25544         encode all chars in abbrevs; otherwise use emacs-mule or
25545         utf-8-emacs.  (Bug#8308)
25547 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25549         * simple.el (backward-delete-char-untabify):
25550         Avoid warning about using `delete-backward-char'.
25552         * image.el (image-type-file-name-regexps): Make it variable.
25553         `imagemagick-register-types' modifies it, and the user may want
25554         to add new extensions for known image types.
25555         (imagemagick-register-types): Throw error if not using ImageMagick.
25557 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25559         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25560         located before rcirc-prompt-end-marker.
25561         (rcirc-complete): Error if point is not after rcirc prompt.
25562         Handle the case when table is nil.
25563         (rcirc-user-authenticated): Define to fix compiler warning.
25565 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
25567         * custom.el (custom--inhibit-theme-enable): Make it affect only
25568         custom-theme-set-variables and custom-theme-set-faces.
25569         (provide-theme): Ignore custom--inhibit-theme-enable.
25570         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25571         (custom-enabling-themes): Delete variable.
25572         (enable-theme): Accept only loaded themes as arguments.
25573         Ignore the special custom-enabled-themes variable.
25574         (custom-enabled-themes): Forbid themes from setting this.
25575         Eliminate use of custom-enabling-themes.
25576         (custom-push-theme): Quote "changed" custom var entry.
25578 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25580         * ido.el (ido-read-internal): Add ido-selected to history instead
25581         of user input.
25583 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25585         * subr.el (deferred-action-list, deferred-action-function):
25586         Mark obsolete.
25588 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25590         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25591         change on 2011-02-13 (bug#8309).
25593         * minibuffer.el (read-file-name-function): Change default value.
25594         (read-file-name--defaults): Rename from read-file-name-defaults.
25595         (read-file-name-default): Rename from read-file-name.
25596         (read-file-name): Call read-file-name-function.
25598 2011-03-21  Glenn Morris  <rgm@gnu.org>
25600         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25601         Doc fixes.
25603 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
25605         * cus-theme.el: Add missing provide statement.
25606         (customize-create-theme): Extract theme value correctly.
25607         (custom-theme-visit-theme): Autoload.
25608         (customize-create-theme): Prompt before inserting default faces.
25610 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
25612         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25613         units and musical notes.
25615 2011-03-20  Leo Liu  <sdl.web@gmail.com>
25617         * ido.el (ido-read-internal): Use completing-read-default.
25618         (ido-completing-read): Fix compatibility with completing-read.
25620 2011-03-20  Christian Ohler  <ohler@gnu.org>
25622         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25623         (ert-delete-all-tests): Use `called-interactively-p' rather than
25624         `interactive-p'.
25625         (ert--make-xrefs-region): Respect END.
25627 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25629         * dired-aux.el (dired-create-directory): Signal an error if the
25630         directory already exists (Bug#8246).
25632         * facemenu.el (list-colors-display): Call list-faces-display
25633         inside with-help-window.
25634         (list-colors-print): Use display property to align the final
25635         column, instead of checking window-width.
25637 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
25639         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25640         windows-nt systems.
25641         (emerge-protect-metachars): Quote correctly for ms-dos and
25642         windows-nt systems.
25644 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
25646         * info.el (info-initialize): Replace all uses of `:' with
25647         path-separator for compatibility with non-Unix systems.
25648         Cache quoting of path-separator.  (Bug#8258)
25650 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
25652         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25653         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25654         (mouse-avoidance-mode): Fix typos in docstrings.
25656 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25658         * startup.el (package-subdirectory-regexp): Move from package.el.
25659         Omit \\` and \\', and let callers add them.
25661         * emacs-lisp/package.el (package-strip-version)
25662         (package-load-all-descriptors): Add \\` and \\' to
25663         package-subdirectory-regexp before using it.
25664         (package-untar-buffer): New arg DIR; ensure that file untars only
25665         into this expected directory.  Remove superfluous delete-region.
25666         (package-unpack): Caller changed.
25667         (package-tar-file-info): Use package-subdirectory-regexp.
25669 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25671         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25672         diff-mode-shared-map (bug#8284).
25673         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25675 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25677         * calendar/time-date.el (format-seconds): Use assoc instead of
25678         assoc-string, since assoc-string doesn't exist in XEmacs.
25680 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
25682         * custom.el (custom-known-themes): Reflow docstring.
25683         (custom-theme-load-path): Fix typo in docstring.
25684         (load-theme): Fix typo in error message.
25685         (custom-available-themes, custom-variable-theme-value):
25686         Use `let', not `let*'.
25688 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
25690         * calc/README: Mention inclusion of musical notes.
25692         * calc/calc-units.el (calc-lu-quant): Rename from
25693         `calc-logunits-quantity'.
25694         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25695         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25696         (calc-db): Rename from `calc-dblevel'.
25697         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25698         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25699         (calc-np): Rename from `calc-nplevel'.
25700         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25701         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25702         (calc-lu-plus): Rename from `calc-logunits-add'.
25703         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25704         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25705         (calc-lu-minus): Rename from `calc-logunits-sub'.
25706         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25707         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25708         (calc-lu-times): Rename from `calc-logunits-mul'.
25709         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25710         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25711         (calc-lu-divide): Rename from `calc-logunits-div'.
25712         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25713         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25715         * calc/calc-ext.el (calc-init-extensions): Update the names of the
25716         functions being autoloaded.
25718         * calc/calc.el (calc-lu-power-reference): Rename from
25719         `calc-logunits-power-reference'.
25720         (calc-lu-field-reference): Rename from
25721         `calc-logunits-field-reference'.
25723         * calc/calc-help.el (calc-l-prefix-help):
25724         Mention musical note functions.
25726 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25728         * minibuffer.el (completion-all-sorted-completions):
25729         Use :completion-cycle-penalty text property if present.
25731 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
25733         * allout.el (allout-yank-processing): Adjust for new rebulleting
25734         regime so bullet being yanked is used without prompting the user
25735         for a choice.
25737 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25739         * startup.el (command-line): Warn the user that _emacs is deprecated.
25741 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25743         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25744         (delphi-verbose, delphi-comment-face, delphi-string-face)
25745         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25746         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25747         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25748         (delphi-new-comment-line, delphi-font-lock-defaults)
25749         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25750         Fix typos in docstrings.
25752 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
25754         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25755         Invert the roles of character and string values for INSTEAD, so a
25756         string is used for the more common case of a defaulting prompt.
25758 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25760         * progmodes/ruby-mode.el (ruby-backward-sexp):
25761         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25762         * play/gamegrid.el (gamegrid-make-face):
25763         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25764         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25765         * notifications.el (notifications-notify):
25766         * net/xesam.el (xesam-search-engines):
25767         * net/quickurl.el (quickurl-list-insert):
25768         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25770 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
25772         * startup.el (command-line): Update package subdirectory regexp.
25774 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25776         * allout.el (allout-abbreviate-flattened-numbering)
25777         (allout-mode-deactivate-hook): Fix up obsolescence "date".
25779         * subr.el (read-char-choice): Only show the cursor after the prompt,
25780         not after the answer.
25782 2011-03-15  Kevin Ryde  <user42@zip.com.au>
25784         * help-fns.el (variable-at-point): Skip leading quotes, if any
25785         (bug#8253).
25787 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25789         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25790         warning message.
25792 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
25794         * shell.el (shell): When called interactively, offer to change the
25795         shell file name on remote hosts.
25797 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
25799         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25800         integration for LDAP parameters.  The host, base, user or binddn,
25801         and secret tokens can be specified in a netrc file, for instance.
25802         This is optional because an `auth-source' parameter must be
25803         specified in the search attributes.
25805 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
25807         * help.el (describe-mode): Link to the mode's definition (bug#8185).
25809 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25811         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25812         into declaration.  Remove redundant and harmful binding.
25814 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
25816         * files.el (file-ownership-preserved-p): Pass `integer' as an
25817         explicit 2nd argument to `file-attributes'.  If the file's owner
25818         is the Administrators group on Windows, and the current user is
25819         Administrator, consider that a match.
25821         * server.el (server-ensure-safe-dir): Consider server directory
25822         safe on MS-Windows if its owner is the Administrators group while
25823         the current Emacs user is Administrator.  Use `=' to compare
25824         numerical UIDs, since they could be integers or floats.
25826 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
25828         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25830 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
25832         Sync with Tramp 2.2.1.
25834         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25836         * net/trampver.el: Update release number.
25838 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25840         * progmodes/compile.el (compilation--previous-directory): Fix up
25841         various nil/dead-marker mismatches (bug#8014).
25842         (compilation-directory-properties, compilation-error-properties):
25843         Don't call it at a position past the one we're about to change.
25845         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25846         Disable obsolescence warnings in the file that declares it.
25848 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
25850         * allout-widgets.el (allout-widgets-tally):
25851         Initialize allout-widgets-tally as a hash table rather than nil to
25852         prevent mode-line redisplay warnings.  Also, clarify the module
25853         description and fix a comment typo.
25855 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
25857         * help-fns.el (describe-variable): Don't complete keywords.
25858         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25860 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
25862         * emacs-lisp/package.el (package-version-join): Impose a standard
25863         string representation for pre/alpha/beta version lists.
25864         (package-unpack-single): Standardize the directory name by passing
25865         it through package-version-join.
25866         (package-strip-rcs-id): Accept any version string that does not
25867         signal an error in version-to-list.
25869 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
25871         * simple.el (delete-trailing-whitespace): Return nil for the
25872         benefit of `write-file-functions'.
25874 2011-03-10  Glenn Morris  <rgm@gnu.org>
25876         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25878         * vc/vc-git.el (vc-git-program): New option.
25879         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25880         (vc-git--call): Use it.
25882         * eshell/esh-util.el (eshell-condition-case): Doc fix.
25884         * cus-edit.el (Custom-newline): If no button at point, look
25885         for a subgroup button at start-of-line.  (Bug#2298)
25887         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25889 2011-03-10  Julien Danjou  <julien@danjou.info>
25891         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25892         `cursor-type' is nil.
25894 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
25896         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25898 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
25900         * allout.el: Change so yank of distinctive-bullet items
25901         preserves the existing header prefix, rebulleting it if necessary,
25902         rather than replacing it.  This is necessary for proper operation
25903         of cooperative addons like allout-widgets.
25904         (allout-make-topic-prefix, allout-rebullet-heading):
25905         Change SOLICIT arg to INSTEAD, and interpret additionally a string
25906         value as alternate bullet to be used, instead of prompting the user
25907         for a bullet character.
25909 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
25911         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25912         Do not use `tramp-file-name-port', because this returns also
25913         `tramp-default-port'.
25915 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
25917         * net/rcirc.el (rcirc-handler-001): Remove useless
25918         with-rcirc-process-buffer.
25919         (rcirc-check-auth-status): Swap arguments to string-match.
25921 2011-03-09  Glenn Morris  <rgm@gnu.org>
25923         * shell.el (shell-mode):
25924         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
25926         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25927         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
25929 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
25931         * emacs-lisp/package.el (package-refresh-contents)
25932         (package-menu-execute): Use condition-case-no-debug.
25934 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
25936         * simple.el (shell-command-to-string): Use `process-file'.
25938         * emacs-lisp/package.el (package-tar-file-info): Handle also
25939         remote files.
25941         * emacs-lisp/package-x.el (package-upload-buffer-internal):
25942         Use `equal' for upload base check.
25944 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
25946         * textmodes/texinfo.el (texinfo-environments):
25947         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
25949 2011-03-08  Glenn Morris  <rgm@gnu.org>
25951         * cus-start.el (cursor-in-non-selected-windows):
25952         Fix :set quoting oddness.  (Bug#8192)
25954         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25955         in some setf expressions.  (Bug#2159)
25957 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
25959         * custom.el (custom-available-themes): Return themes in
25960         alphabetical order.
25962 See ChangeLog.15 for earlier changes.
25964 ;; Local Variables:
25965 ;; coding: utf-8
25966 ;; End:
25968   Copyright (C) 2011-2013 Free Software Foundation, Inc.
25970   This file is part of GNU Emacs.
25972   GNU Emacs is free software: you can redistribute it and/or modify
25973   it under the terms of the GNU General Public License as published by
25974   the Free Software Foundation, either version 3 of the License, or
25975   (at your option) any later version.
25977   GNU Emacs is distributed in the hope that it will be useful,
25978   but WITHOUT ANY WARRANTY; without even the implied warranty of
25979   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25980   GNU General Public License for more details.
25982   You should have received a copy of the GNU General Public License
25983   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.